/* line 1, app/assets/stylesheets/includes/_footer.scss */
.footer {
  margin-top: -80px;
  font-size: 14px;
  color: #8E8E8E;
}

/* line 5, app/assets/stylesheets/includes/_footer.scss */
.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* line 11, app/assets/stylesheets/includes/_footer.scss */
.footer-nav {
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1024px;
}

/* line 16, app/assets/stylesheets/includes/_footer.scss */
.footer-nav--link {
  text-decoration: none;
  color: var(--Text-Tertiary);
  font-weight: 500;
}

/* line 20, app/assets/stylesheets/includes/_footer.scss */
.footer-nav--link:hover {
  color: var(--Primary);
}

/* line 25, app/assets/stylesheets/includes/_footer.scss */
.footer-copy {
  margin-top: 14px;
}

@media (max-width: 767.98px) {
  /* line 31, app/assets/stylesheets/includes/_footer.scss */
  .footer {
    margin-top: -245px;
  }
  /* line 33, app/assets/stylesheets/includes/_footer.scss */
  .footer-container {
    max-width: none;
    background: #010409;
  }
  /* line 37, app/assets/stylesheets/includes/_footer.scss */
  .footer-nav {
    flex-direction: column;
    align-items: baseline;
    padding: 20px 15px;
  }
  /* line 41, app/assets/stylesheets/includes/_footer.scss */
  .footer-nav--link {
    font-weight: normal;
    margin-bottom: 10px;
  }
  /* line 44, app/assets/stylesheets/includes/_footer.scss */
  .footer-nav--link:last-child {
    margin-bottom: 0;
  }
  /* line 49, app/assets/stylesheets/includes/_footer.scss */
  .footer-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    margin: 0;
    border-top: 1px solid #C2C2C2;
  }
}

/* line 15, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #05030f;
  color: #fff;
  isolation: isolate;
}

/* line 29, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner::before, .cope-banner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

/* line 39, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner::before {
  z-index: -2;
  background-image: url(/pro/assets/cope-banner-bg-b43e39a8d9422e4afa6285841095269a4b6b7011e68224ae57eee31b3aabfca2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 46, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner::after {
  z-index: -1;
  background-image: radial-gradient(120% 150% at 50% 45%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
}

/* line 50, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__art {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

/* line 56, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__graph, .cope-banner__phone {
  position: absolute;
  max-width: none;
  height: auto;
}

/* line 62, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__close {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  line-height: 0;
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.15s ease;
}

/* line 78, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__close:hover, .cope-banner__close:focus {
  color: #fff;
  outline: none;
}

/* line 83, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__content {
  position: relative;
  z-index: 1;
}

/* line 87, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__head {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

/* line 92, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__logo {
  display: block;
  flex: none;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

/* line 99, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__eyebrow {
  display: inline-block;
  padding: 3px 7px;
  font-family: 'SFMono-Regular', 'Menlo', 'Consolas', monospace;
  font-size: 11px;
  line-height: 1.35;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 8px;
}

/* line 109, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__headline, .cope-banner__subline {
  display: block;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* line 114, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__headline {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.2px;
}

/* line 120, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__subline {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

/* line 128, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__text {
  max-width: 640px;
  margin-bottom: 14px;
}

/* line 132, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 137, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border-radius: 11px;
  box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.25);
  transition: filter 0.15s ease, background-color 0.15s ease;
}

/* line 151, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__cta:hover, .cope-banner__cta:focus {
  text-decoration: none;
}

/* line 155, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__cta--primary {
  min-width: 126px;
  color: #000;
  background-image: linear-gradient(80deg, #ffeca2 1.13%, #ff5810 98.87%);
}

/* line 160, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__cta--primary:hover, .cope-banner__cta--primary:focus {
  color: #000;
  filter: brightness(1.06);
}

/* line 165, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__cta--secondary {
  min-width: 126px;
  margin-left: 12px;
  color: #fff;
  background-color: #101319;
}

/* line 171, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__cta--secondary:hover, .cope-banner__cta--secondary:focus {
  color: #fff;
  background-color: #202632;
}

/* line 176, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__disclaimer {
  max-width: 473px;
  margin: 12px 0 0;
  font-size: 9px;
  line-height: 1.35;
  letter-spacing: -0.09px;
  color: #c6c7ef;
}

/* line 187, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--dashboard {
  display: flex;
  align-items: center;
  min-height: 177px;
  margin-bottom: 20px;
}

/* line 193, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--dashboard .cope-banner__content {
  flex: 1 1 auto;
  padding: 18px 340px 18px 28px;
}

/* line 197, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--dashboard .cope-banner__art {
  right: 0;
  width: 300px;
}

/* line 204, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--dashboard .cope-banner__graph {
  top: 44px;
  right: -2px;
  width: 280px;
}

/* line 209, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--dashboard .cope-banner__phone {
  top: 2px;
  right: 66px;
  width: 127px;
}

/* line 218, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--signup {
  min-height: 124px;
  margin-bottom: 30px;
}

/* line 224, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--signup::before {
  transform: scaleX(-1);
}

/* line 227, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--signup .cope-banner__logo {
  display: none;
}

/* line 230, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--signup .cope-banner__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: 'head actions' 'text actions' 'disclaimer actions';
  align-items: center;
  grid-column-gap: 24px;
  padding: 14px 24px 14px 200px;
}

/* line 238, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--signup .cope-banner__head {
  grid-area: head;
  margin-bottom: 6px;
}

/* line 242, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--signup .cope-banner__text {
  grid-area: text;
  margin-bottom: 0;
}

/* line 246, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--signup .cope-banner__disclaimer {
  grid-area: disclaimer;
  margin-top: 8px;
}

/* line 250, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--signup .cope-banner__actions {
  grid-area: actions;
  flex-direction: column;
  align-items: stretch;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
}

/* line 258, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--signup .cope-banner__eyebrow {
  font-size: 10px;
}

/* line 261, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--signup .cope-banner__headline {
  font-size: 18px;
}

/* line 264, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--signup .cope-banner__subline {
  font-size: 14px;
}

/* line 267, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--signup .cope-banner__cta {
  font-size: 12px;
}

/* line 270, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--signup .cope-banner__cta--primary {
  min-width: 102px;
  padding: 5px 12px;
}

/* line 274, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--signup .cope-banner__cta--secondary {
  min-width: 0;
  margin-top: 6px;
  margin-left: 0;
  padding: 3px 12px;
  background-color: transparent;
  box-shadow: none;
}

/* line 282, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--signup .cope-banner__cta--secondary:hover, .cope-banner--signup .cope-banner__cta--secondary:focus {
  background-color: rgba(255, 255, 255, 0.12);
}

/* line 286, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--signup .cope-banner__art {
  left: 0;
  width: 200px;
}

/* line 292, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--signup .cope-banner__graph {
  top: 12px;
  left: -40px;
  width: 253px;
}

/* line 297, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--signup .cope-banner__phone {
  top: -32px;
  left: 30px;
  width: 130px;
}

@media screen and (min-width: 768px) {
  /* line 218, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner--signup {
    align-self: stretch;
    margin-left: -330px;
  }
}

/* line 315, app/assets/stylesheets/marketplace/_cope_banner.sass */
.marketplace-grid-container > .cope-banner, .dc-marketplace-grid-container > .cope-banner {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

@media screen and (max-width: 767.98px) {
  /* line 15, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 0;
    margin-left: 0;
    padding: 10px 22px 8px;
    text-align: center;
  }
  /* line 332, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__content {
    display: contents;
  }
  /* line 337, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__head {
    order: 1;
    display: block;
    margin-bottom: 0;
  }
  /* line 342, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__logo {
    display: block;
    width: 29px;
    height: 29px;
    margin: 0 auto 9px;
  }
  /* line 348, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__eyebrow {
    font-size: 11px;
  }
  /* line 351, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__text {
    order: 2;
    max-width: none;
    margin: 10px 0 0;
  }
  /* line 358, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__art {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    order: 3;
    width: 100%;
    height: 0;
    margin-top: 4px;
    padding-bottom: 45.7%;
  }
  /* line 370, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__phone {
    top: 0;
    right: auto;
    left: 24.5%;
    width: 52.4%;
    margin-left: 0;
  }
  /* line 377, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__graph {
    top: 43.8%;
    right: auto;
    left: -10.6%;
    width: 111%;
    margin-left: 0;
  }
  /* line 389, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__actions {
    position: relative;
    order: 4;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    align-self: stretch;
    padding: 0;
    background: none;
  }
  /* line 399, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__disclaimer {
    position: relative;
    order: 5;
    max-width: none;
    margin-top: 7px;
  }
  /* line 405, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__headline {
    font-size: 18px;
  }
  /* line 408, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__subline {
    font-size: 14px;
  }
  /* line 411, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__cta {
    flex: 1 1 0;
    min-width: 0;
    padding: 8px 10px;
    font-size: 13px;
  }
  /* line 417, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__cta--secondary {
    margin-top: 0;
    margin-left: 12px;
    background-color: #101319;
    box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.25);
  }
}

/* line 4, app/assets/stylesheets/sign_in.css.scss */
:root {
  --success-check-icon: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='26' height='26' rx='13' /%3E%3Cpath d='M21.6987 8.28456C22.0938 8.67043 22.1013 9.30355 21.7155 9.69867L11.9498 19.6987C11.7531 19.9002 11.4804 20.0093 11.199 19.9994C10.9175 19.9894 10.6533 19.8612 10.4713 19.6463L6.23691 14.6463C5.87998 14.2248 5.9323 13.5938 6.35376 13.2369C6.77521 12.88 7.40621 12.9323 7.76314 13.3537L11.287 17.5148L20.2846 8.30133C20.6704 7.9062 21.3036 7.89869 21.6987 8.28456Z' fill='%2336B368'/%3E%3Crect x='1' y='1' width='26' height='26' rx='13' stroke='%2336B368' stroke-width='2'/%3E%3C/svg%3E");
}

/* line 9, app/assets/stylesheets/sign_in.css.scss */
body {
  font-family: 'Rubik';
  background: var(--Surface-Primary);
  color: var(--Text-Tertiary);
}

@media screen and (max-width: 767px) {
  /* line 9, app/assets/stylesheets/sign_in.css.scss */
  body {
    background: var(--Surface-Primary);
  }
}

/* line 18, app/assets/stylesheets/sign_in.css.scss */
body.login-page .footer {
  padding-bottom: 0;
}

/* line 20, app/assets/stylesheets/sign_in.css.scss */
body.login-page .footer-nav {
  justify-content: space-evenly;
}

/* line 23, app/assets/stylesheets/sign_in.css.scss */
body.login-page .footer-copy {
  margin-bottom: 0;
  margin-top: 10px;
}

/* line 29, app/assets/stylesheets/sign_in.css.scss */
body.login-page .mod-group-error .form-control {
  border: solid 1px #ff0030;
  box-shadow: 0 0 0 1px #ff0030;
}

/* line 35, app/assets/stylesheets/sign_in.css.scss */
body.login-page .form-control:focus {
  outline: none;
  box-shadow: none;
  background-color: var(--Surface-Primary);
  border: solid 1px var(--Primary) !important;
}

/* line 45, app/assets/stylesheets/sign_in.css.scss */
.d-flex {
  display: flex;
}

/* line 46, app/assets/stylesheets/sign_in.css.scss */
.justify-content-between {
  justify-content: space-between;
}

/* line 47, app/assets/stylesheets/sign_in.css.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 48, app/assets/stylesheets/sign_in.css.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 49, app/assets/stylesheets/sign_in.css.scss */
.mt-40 {
  margin-top: 40px;
}

/* line 50, app/assets/stylesheets/sign_in.css.scss */
.mt-60 {
  margin-top: 60px;
}

/* line 51, app/assets/stylesheets/sign_in.css.scss */
.w-100 {
  width: 100%;
}

/* line 54, app/assets/stylesheets/sign_in.css.scss */
.mod-group-error .form-control {
  border-color: var(--Alerts-Red);
}

/* line 59, app/assets/stylesheets/sign_in.css.scss */
.login-wrapper {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 90px);
}

@media screen and (max-width: 767px) {
  /* line 59, app/assets/stylesheets/sign_in.css.scss */
  .login-wrapper {
    height: auto;
    min-height: calc(100vh - 214px);
  }
}

/* line 67, app/assets/stylesheets/sign_in.css.scss */
.login-wrapper.no-footer {
  height: 100vh;
}

@media screen and (max-width: 767px) {
  /* line 67, app/assets/stylesheets/sign_in.css.scss */
  .login-wrapper.no-footer {
    height: auto;
  }
}

/* line 75, app/assets/stylesheets/sign_in.css.scss */
.logo {
  max-width: 271px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  /* line 75, app/assets/stylesheets/sign_in.css.scss */
  .logo {
    margin-bottom: 50px;
  }
}

/* line 81, app/assets/stylesheets/sign_in.css.scss */
.logo .flag {
  pointer-events: none;
  position: relative;
  display: block;
  height: 0;
  width: 100%;
}

/* line 87, app/assets/stylesheets/sign_in.css.scss */
.logo .flag img {
  position: absolute;
  height: 17px;
  right: 0;
  top: -6px;
}

@media screen and (max-width: 767px) {
  /* line 94, app/assets/stylesheets/sign_in.css.scss */
  .logo .flag img {
    height: 12px;
  }
}

/* line 101, app/assets/stylesheets/sign_in.css.scss */
.success-check-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
  background-image: var(--success-check-icon);
}

/* line 108, app/assets/stylesheets/sign_in.css.scss */
.msg-block {
  display: flex;
  align-items: center;
  height: 75px;
  padding: 0 20px;
  font-size: 14px;
  color: var(--Text-Primary);
  line-height: 1.2;
  background: none;
  border-radius: 8px;
}

/* line 118, app/assets/stylesheets/sign_in.css.scss */
.msg-block .success-check-icon {
  flex-shrink: 0;
}

/* line 121, app/assets/stylesheets/sign_in.css.scss */
.msg-block--success {
  color: var(--Alerts-Green);
  border: 1px solid var(--Alerts-Green);
  background: #04260F;
}

@media screen and (max-width: 767px) {
  /* line 108, app/assets/stylesheets/sign_in.css.scss */
  .msg-block {
    padding: 5px 20px;
    min-height: 75px;
    height: auto;
  }
}

/* line 134, app/assets/stylesheets/sign_in.css.scss */
.entry-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 2;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 134, app/assets/stylesheets/sign_in.css.scss */
  .entry-container {
    margin-top: 50px;
    justify-content: flex-start;
  }
}

/* line 147, app/assets/stylesheets/sign_in.css.scss */
.login-page-two-columns {
  display: grid;
}

@media screen and (min-width: 768px) {
  /* line 149, app/assets/stylesheets/sign_in.css.scss */
  .login-page-two-columns .entry-container {
    display: grid;
    grid-template-columns: 330px 548px;
    grid-column-gap: 0;
  }
  /* line 154, app/assets/stylesheets/sign_in.css.scss */
  .login-page-two-columns .entry-container--right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  /* line 149, app/assets/stylesheets/sign_in.css.scss */
  .login-page-two-columns .entry-container {
    padding-bottom: 50px;
    margin-top: 224px;
  }
}

@media screen and (max-width: 767px) {
  /* line 168, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--steps {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    overflow: hidden;
  }
}

/* line 176, app/assets/stylesheets/sign_in.css.scss */
.accounts-sign-up--steps > div {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--Text-Icon-Tertiary);
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8.5' fill='%23161B22' stroke='%23424A53'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  /* line 176, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--steps > div {
    background-position: center top;
    padding-left: 0px;
    padding-top: 25px;
    min-width: calc((100vw - 20px) / 4);
    text-align: center;
    font-size: 12px;
    height: auto !important;
  }
  /* line 194, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--steps > div > div:first-child::before {
    display: block;
    width: calc(100% - 60px);
    border-top: 1px solid black;
    content: '';
    height: 15px;
    margin-top: -17px;
    margin-left: calc(((100vw) / 8) + 25px);
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  /* line 204, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--steps > div:last-child > div:first-child::before {
    border: 1px solid transparent;
  }
}

@media screen and (max-width: 767px) {
  /* line 208, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--steps > div > div:last-child {
    display: none;
  }
}

/* line 213, app/assets/stylesheets/sign_in.css.scss */
.accounts-sign-up--steps .step-completed {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='83' viewBox='0 0 18 83' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.5 22C9.5 21.7239 9.27614 21.5 9 21.5C8.72386 21.5 8.5 21.7239 8.5 22L9.5 22ZM8.5 82C8.5 82.2761 8.72386 82.5 9 82.5C9.27615 82.5 9.5 82.2761 9.5 82L8.5 82ZM8.5 22L8.5 82L9.5 82L9.5 22L8.5 22Z' fill='%2375B1FF'/%3E%3Ccircle cx='9' cy='9' r='9' fill='%2375B1FF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5303 5.71967C13.8232 6.01256 13.8232 6.48744 13.5303 6.78033L8.03033 12.2803C7.73744 12.5732 7.26256 12.5732 6.96967 12.2803L4.46967 9.78033C4.17678 9.48744 4.17678 9.01256 4.46967 8.71967C4.76256 8.42678 5.23744 8.42678 5.53033 8.71967L7.5 10.6893L12.4697 5.71967C12.7626 5.42678 13.2374 5.42678 13.5303 5.71967Z' fill='%23161B22'/%3E%3C/svg%3E ");
  height: 85px;
}

@media screen and (max-width: 767px) {
  /* line 213, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--steps .step-completed {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%2375B1FF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5303 5.71967C13.8232 6.01256 13.8232 6.48744 13.5303 6.78033L8.03033 12.2803C7.73744 12.5732 7.26256 12.5732 6.96967 12.2803L4.46967 9.78033C4.17678 9.48744 4.17678 9.01256 4.46967 8.71967C4.76256 8.42678 5.23744 8.42678 5.53033 8.71967L7.5 10.6893L12.4697 5.71967C12.7626 5.42678 13.2374 5.42678 13.5303 5.71967Z' fill='%23161B22'/%3E%3C/svg%3E%0A");
  }
  /* line 218, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--steps .step-completed > div:first-child::before {
    border-top: 1px solid var(--Primary);
  }
}

/* line 223, app/assets/stylesheets/sign_in.css.scss */
.accounts-sign-up--steps .step-current {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='83' viewBox='0 0 18 83' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8.5' fill='%23161B22' stroke='%2375B1FF'/%3E%3Cpath d='M9 22L9 82' stroke='%2330363D' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='6 6'/%3E%3C/svg%3E%0A");
  height: 80px;
}

@media screen and (max-width: 767px) {
  /* line 223, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--steps .step-current {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8.5' fill='%23161B22' stroke='%2375B1FF'/%3E%3C/svg%3E%0A");
  }
  /* line 228, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--steps .step-current > div:first-child::before {
    border-top: 1px dashed var(--Stroke-Primary);
  }
}

/* line 232, app/assets/stylesheets/sign_in.css.scss */
.accounts-sign-up--steps .step-current:last-child {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8.5' fill='%23161B22' stroke='%2375B1FF'/%3E%3C/svg%3E%0A");
  height: auto;
}

/* line 237, app/assets/stylesheets/sign_in.css.scss */
.accounts-sign-up--steps .step-next {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='83' viewBox='0 0 18 83' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8.5' fill='%23161B22' stroke='%23424A53'/%3E%3Cpath d='M9 22L9 82' stroke='%23424A53' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='6 6'/%3E%3C/svg%3E%0A");
  height: 80px;
}

@media screen and (max-width: 767px) {
  /* line 237, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--steps .step-next {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8.5' fill='%23161B22' stroke='%23424A53'/%3E%3C/svg%3E%0A");
  }
  /* line 242, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--steps .step-next > div:first-child::before {
    border-top: 1px dashed var(--Stroke-Primary);
  }
}

/* line 246, app/assets/stylesheets/sign_in.css.scss */
.accounts-sign-up--steps .step-next:last-child {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8.5' fill='%23161B22' stroke='%2375B1FF'/%3E%3C/svg%3E%0A");
  height: auto;
}

/* line 251, app/assets/stylesheets/sign_in.css.scss */
.accounts-sign-up--steps .step-completed, .accounts-sign-up--steps .step-current {
  color: var(--Text-Primary);
}

/* line 253, app/assets/stylesheets/sign_in.css.scss */
.accounts-sign-up--steps .step-completed div:first-child, .accounts-sign-up--steps .step-current div:first-child {
  font-weight: 500;
  color: var(--Primary);
}

@media screen and (min-width: 768px) {
  /* line 259, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--wizard-cnt {
    position: absolute;
    margin-left: -360px;
  }
}

@media screen and (max-width: 767px) {
  /* line 259, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--wizard-cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50px;
  }
  /* line 272, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--wizard-cnt .logo {
    margin-bottom: 35px;
  }
}

/* line 279, app/assets/stylesheets/sign_in.css.scss */
#accountsRegistrationForm .dc-control--error {
  white-space: initial !important;
}

/* line 283, app/assets/stylesheets/sign_in.css.scss */
.login-block {
  width: 100%;
  max-width: 550px;
  padding: 45px 65px;
  font-size: 14px;
  box-shadow: none;
  border: none;
  color: var(--Text-Tertiary);
  background-color: var(--Surface-Secondary);
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  /* line 283, app/assets/stylesheets/sign_in.css.scss */
  .login-block {
    padding: 30px 20px;
  }
}

/* line 296, app/assets/stylesheets/sign_in.css.scss */
.login-block--title {
  color: var(--Text-Primary);
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  /* line 296, app/assets/stylesheets/sign_in.css.scss */
  .login-block--title {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

/* line 308, app/assets/stylesheets/sign_in.css.scss */
.theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 15px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  border: none;
  border-radius: 6px;
  transition: all .3s ease;
  cursor: pointer;
}

/* line 321, app/assets/stylesheets/sign_in.css.scss */
.theme-btn--primary {
  color: var(--Surface-Secondary);
  background-color: var(--Primary);
}

/* line 324, app/assets/stylesheets/sign_in.css.scss */
.theme-btn--primary:hover {
  color: var(--Surface-Secondary);
  background-color: var(--Primary);
  opacity: 0.8;
}

/* line 330, app/assets/stylesheets/sign_in.css.scss */
.theme-btn:disabled {
  color: var(--Surface-Secondary);
  background-color: var(--Primary);
  opacity: 0.6;
}

/* line 338, app/assets/stylesheets/sign_in.css.scss */
.form--label {
  position: relative;
  margin-bottom: 5px;
  font-size: 14px;
  color: var(--Text-Secondary);
  line-height: 1;
}

/* line 344, app/assets/stylesheets/sign_in.css.scss */
.form--label > .info-tooltip {
  margin-left: 8px;
}

/* line 347, app/assets/stylesheets/sign_in.css.scss */
.form--label__dark {
  color: var(--Text-Secondary);
}

/* line 350, app/assets/stylesheets/sign_in.css.scss */
.form--label + a {
  text-decoration: none;
}

/* line 352, app/assets/stylesheets/sign_in.css.scss */
.form--label + a:hover {
  color: var(--Primary);
}

/* line 357, app/assets/stylesheets/sign_in.css.scss */
.form--input-password {
  position: relative;
}

/* line 359, app/assets/stylesheets/sign_in.css.scss */
.form--input-password .show-password-btn {
  position: absolute;
  top: calc(50% - 12px);
  right: 12px;
  width: 24px;
  height: 24px;
  background: url(/pro/assets/icons/icon-hide-password-1d3f74abd58011982a8888350100c3bc33ed98420377555f68ea2146771a0244.svg) no-repeat 50%;
  cursor: pointer;
}

/* line 368, app/assets/stylesheets/sign_in.css.scss */
.form--input-password input {
  background: none !important;
}

/* line 371, app/assets/stylesheets/sign_in.css.scss */
.form--input-password input[type=password] + .show-password-btn {
  background: url(/pro/assets/icons/icon-show-password-350756cdea856a969fd7e7738b389a969e3ee75f4950572e58804118eab9e18c.svg) no-repeat 50%;
}

/* line 375, app/assets/stylesheets/sign_in.css.scss */
.form-control {
  height: 44px;
  font-size: 14px;
  color: var(--Text-Primary);
  border: 1px solid var(--Stroke-Primary);
  background-color: var(--Surface-Secondary);
}

/* line 381, app/assets/stylesheets/sign_in.css.scss */
.form-control::placeholder {
  color: var(--Text-Tertiary);
}

/* line 384, app/assets/stylesheets/sign_in.css.scss */
.form-control:hover {
  border-color: var(--Primary);
}

/* line 387, app/assets/stylesheets/sign_in.css.scss */
.form-control:focus {
  border-color: var(--Primary);
  color: var(--Text-Primary);
  background-color: var(--Surface-Primary) !important;
  box-shadow: none;
}

/* line 393, app/assets/stylesheets/sign_in.css.scss */
.form-control:disabled, .form-control[readonly] {
  border-color: var(--Stroke-Primary);
  background-color: var(--Surface-Secondary);
}

/* line 399, app/assets/stylesheets/sign_in.css.scss */
.form--field-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  align-items: center;
  color: var(--Text-Secondary);
  padding: 5px;
}

/* line 407, app/assets/stylesheets/sign_in.css.scss */
.form-check {
  display: flex;
  align-items: center;
}

/* line 410, app/assets/stylesheets/sign_in.css.scss */
.form-check-input {
  margin: 0 5px 0 0 !important;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid var(--Text-Secondary);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
}

/* line 424, app/assets/stylesheets/sign_in.css.scss */
.form-check-input:checked {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5303 2.71967C10.8232 3.01256 10.8232 3.48744 10.5303 3.78033L5.03033 9.28033C4.73744 9.57322 4.26256 9.57322 3.96967 9.28033L1.46967 6.78033C1.17678 6.48744 1.17678 6.01256 1.46967 5.71967C1.76256 5.42678 2.23744 5.42678 2.53033 5.71967L4.5 7.68934L9.46967 2.71967C9.76256 2.42678 10.2374 2.42678 10.5303 2.71967Z' fill='%23161B22'/%3E%3C/svg%3E%0A") !important;
  background-color: var(--Primary);
  border-color: var(--Primary);
}

/* line 430, app/assets/stylesheets/sign_in.css.scss */
.form-check-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--Text-Primary);
}

/* line 440, app/assets/stylesheets/sign_in.css.scss */
.description-agd {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  color: var(--Text-Secondary);
}

/* line 447, app/assets/stylesheets/sign_in.css.scss */
.description-agd a {
  color: var(--Text-Primary);
  text-decoration: underline;
}

/* line 450, app/assets/stylesheets/sign_in.css.scss */
.description-agd a:hover {
  color: var(--Text-Primary);
}

/* line 456, app/assets/stylesheets/sign_in.css.scss */
.signup-link {
  margin-top: 20px;
  font-size: 14px;
  color: var(--Text-Tertiary);
}

@media screen and (max-width: 767px) {
  /* line 456, app/assets/stylesheets/sign_in.css.scss */
  .signup-link {
    text-align: center;
  }
}

/* line 463, app/assets/stylesheets/sign_in.css.scss */
.signup-link a {
  font-weight: 400;
  color: var(--Text-Primary);
}

/* line 466, app/assets/stylesheets/sign_in.css.scss */
.signup-link a:hover {
  color: var(--Primary);
}

/* line 472, app/assets/stylesheets/sign_in.css.scss */
.signout-link {
  margin-top: 20px;
  font-size: 14px;
  color: #010000;
}

@media screen and (max-width: 767px) {
  /* line 472, app/assets/stylesheets/sign_in.css.scss */
  .signout-link {
    text-align: center;
  }
}

/* line 479, app/assets/stylesheets/sign_in.css.scss */
.signout-link a {
  font-weight: 500;
  color: var(--Text-Tertiary);
}

/* line 482, app/assets/stylesheets/sign_in.css.scss */
.signout-link a:hover {
  color: var(--Primary);
}

/* line 488, app/assets/stylesheets/sign_in.css.scss */
.footer {
  margin: 0;
  color: var(--Text-Tertiary);
}

/* line 491, app/assets/stylesheets/sign_in.css.scss */
.footer-nav {
  display: flex;
}

/* line 493, app/assets/stylesheets/sign_in.css.scss */
.footer-nav--link {
  color: var(--Text-Tertiary);
}

/* line 495, app/assets/stylesheets/sign_in.css.scss */
.footer-nav--link:hover {
  color: var(--Primary);
}

/* line 500, app/assets/stylesheets/sign_in.css.scss */
.footer-copy {
  font-size: 14px;
  color: var(--Text-Tertiary);
}

@media screen and (max-width: 767px) {
  /* line 500, app/assets/stylesheets/sign_in.css.scss */
  .footer-copy {
    margin-top: 0 !important;
  }
}

/* line 507, app/assets/stylesheets/sign_in.css.scss */
.footer .footer-container {
  background: none;
}

@media screen and (max-width: 767px) {
  /* line 507, app/assets/stylesheets/sign_in.css.scss */
  .footer .footer-container {
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-height: 770px) {
  /* line 518, app/assets/stylesheets/sign_in.css.scss */
  .login-form .login-wrapper, .forgot-password-form .login-wrapper, .new-password-form .login-wrapper {
    min-height: calc(100vh - 90px);
    height: auto;
  }
  /* line 522, app/assets/stylesheets/sign_in.css.scss */
  .login-form .logo, .forgot-password-form .logo, .new-password-form .logo {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

/* line 530, app/assets/stylesheets/sign_in.css.scss */
#resend_otp_link.is_disabled {
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

/* line 537, app/assets/stylesheets/sign_in.css.scss */
.inline-flex-20 {
  width: 20%;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  padding: 10px 15px;
  text-align: center;
  background: none !important;
}

/* line 545, app/assets/stylesheets/sign_in.css.scss */
.inline-flex-80 {
  width: 80%;
}

/* line 549, app/assets/stylesheets/sign_in.css.scss */
.inline-flex-80 input.form-control {
  border-radius: 0 3px 3px 0;
}

/* line 553, app/assets/stylesheets/sign_in.css.scss */
.flex-row {
  display: flex;
  flex-flow: row;
}

/* line 558, app/assets/stylesheets/sign_in.css.scss */
.phone-number-input {
  flex: 1;
}

/* line 562, app/assets/stylesheets/sign_in.css.scss */
.phone-number-input input.form-control {
  border-radius: 0 4px 4px 0;
}

/* line 569, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard .header.sticky-top {
  margin-right: -.75rem;
  margin-left: -.75rem;
}

/* line 573, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard + .login-wrapper {
  height: auto;
}

/* line 575, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard + .login-wrapper .entry-container {
  flex: none;
  margin-bottom: 45px;
}

/* line 581, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard--info {
  max-width: 960px;
}

@media screen and (max-width: 767px) {
  /* line 581, app/assets/stylesheets/sign_in.css.scss */
  .login-page.login-with-products .dc-wizard--info {
    padding: 0;
  }
}

/* line 586, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard--info > h2 {
  color: #191B18;
  text-align: center;
  font-family: Rubik;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* line 595, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard--info > p {
  color: #191B18;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #D6E0FF;
}

/* line 604, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard--info > p a {
  color: var(--Primary) #005AFF;
}

/* line 608, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard--info .product-preview {
  font-family: Rubik;
  width: 100%;
  background: #FFF;
  filter: drop-shadow(0px 6px 12px rgba(46, 91, 255, 0.06));
  padding: 40px;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  /* line 608, app/assets/stylesheets/sign_in.css.scss */
  .login-page.login-with-products .dc-wizard--info .product-preview {
    padding: 20px;
  }
}

/* line 618, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard--info .product-preview--info {
  padding-top: 20px;
}

/* line 621, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard--info .product-preview .product-name {
  color: #191B18;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

/* line 628, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard--info .product-preview .product-description {
  color: #191B18;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

/* line 634, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard--info .product-preview .product-preview--price-info {
  border-top: 1px solid #80ACFF;
  margin-top: 30px;
  margin-left: -40px;
  margin-right: -40px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  /* line 634, app/assets/stylesheets/sign_in.css.scss */
  .login-page.login-with-products .dc-wizard--info .product-preview .product-preview--price-info {
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
  }
}

/* line 648, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard--info .product-preview .product-preview--price-info table {
  width: 100%;
}

/* line 651, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard--info .product-preview .product-preview--price-info table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 655, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard--info .product-preview .product-preview--price-info table tr td:first-child {
  padding-left: 15px;
  color: #909BBF;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

/* line 663, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard--info .product-preview .product-preview--price-info table tr td:last-child {
  text-align: right;
  padding-right: 15px;
  color: #191B18;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

/* line 673, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard--info .product-preview .product-preview--price-info table tr + tr {
  border-top: 1px dashed #CCDEFF;
}

/* line 677, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard--info .product-preview .product-preview--price-info table tr:last-child td {
  padding-bottom: 0;
}

/* line 682, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard--info .product-preview .product-preview--price-info table tr:first-child td {
  padding-top: 0;
}

/* line 694, app/assets/stylesheets/sign_in.css.scss */
.regions-selector-dropdown button.form-control.dropdown-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0.75rem;
}

/* line 699, app/assets/stylesheets/sign_in.css.scss */
.regions-selector-dropdown button.form-control.dropdown-toggle:after {
  transition: all 0.25s ease-out;
  color: #005AFF;
  margin-left: auto;
  width: 12px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.251051 0.21967C0.585786 -0.0732233 1.1285 -0.0732233 1.46323 0.21967L6 4.18934L10.5368 0.21967C10.8715 -0.0732233 11.4142 -0.0732233 11.7489 0.21967C12.0837 0.512563 12.0837 0.987437 11.7489 1.28033L6.60609 5.78033C6.27136 6.07322 5.72864 6.07322 5.39391 5.78033L0.251051 1.28033C-0.0836838 0.987437 -0.0836838 0.512563 0.251051 0.21967Z' fill='%23005AFF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  transform: rotate(-0.25turn);
}

/* line 712, app/assets/stylesheets/sign_in.css.scss */
.regions-selector-dropdown button.form-control.dropdown-toggle.show:after {
  transform: rotate(0);
}

/* line 717, app/assets/stylesheets/sign_in.css.scss */
.regions-selector-dropdown .dropdown-menu {
  border-radius: 6px;
  border: 1px solid #D6E0FF;
  background: #FFF;
  box-shadow: 0px 6px 12px 0px rgba(144, 155, 191, 0.2);
}

/* line 722, app/assets/stylesheets/sign_in.css.scss */
.regions-selector-dropdown .dropdown-menu li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

/* line 727, app/assets/stylesheets/sign_in.css.scss */
.regions-selector-dropdown .dropdown-menu li span {
  color: #191B18;
  font-weight: 500;
}

/* line 731, app/assets/stylesheets/sign_in.css.scss */
.regions-selector-dropdown .dropdown-menu li a {
  color: #909BBF;
  font-weight: 400;
}

/* line 734, app/assets/stylesheets/sign_in.css.scss */
.regions-selector-dropdown .dropdown-menu li a:hover {
  color: #191B18;
}
