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

/* 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: #909BBF;
  font-weight: 500;
}

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

@media (max-width: 767.98px) {
  /* line 28, app/assets/stylesheets/includes/_footer.scss */
  .footer {
    margin-top: -245px;
  }
  /* line 30, app/assets/stylesheets/includes/_footer.scss */
  .footer-container {
    max-width: none;
    background: #fff;
  }
  /* line 34, app/assets/stylesheets/includes/_footer.scss */
  .footer-nav {
    flex-direction: column;
    align-items: baseline;
    padding: 20px 15px;
  }
  /* line 38, app/assets/stylesheets/includes/_footer.scss */
  .footer-nav--link {
    font-weight: normal;
    margin-bottom: 10px;
  }
  /* line 41, app/assets/stylesheets/includes/_footer.scss */
  .footer-nav--link:last-child {
    margin-bottom: 0;
  }
  /* line 46, 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 #D6E0FF;
  }
}

@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(/fonts/Onest-latin.woff2) format("woff2");
}

@font-face {
  font-family: 'Fragment Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/FragmentMono-Regular-latin.woff2) format("woff2");
}

/* line 47, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  color: #fff;
  background-color: #000;
  background-image: url(/assets/cope-banner-bg-dashboard-f77936309dab608b10a6fa6c1a24978fdc42ea15c30f2d268386820f37a934e0.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  isolation: isolate;
}

/* line 70, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner, .cope-banner *, .cope-banner *::before {
  box-sizing: border-box;
}

/* line 80, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__content {
  position: relative;
  z-index: 2;
  flex: 1 0 auto;
  display: grid;
  grid-template-columns: var(--cb-text-left) minmax(0, var(--cb-text-width)) minmax(0, 1fr) var(--cb-cta-width);
  align-items: start;
  min-height: var(--cb-content-height);
  padding-right: var(--cb-cta-right);
}

/* line 90, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__art {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

/* line 97, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__chart, .cope-banner__tablet {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
}

/* line 104, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__chart {
  top: var(--cb-chart-top);
  left: var(--cb-chart-left);
  width: 335px;
}

/* line 109, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__tablet {
  top: var(--cb-art-top);
  left: var(--cb-art-left);
  width: var(--cb-art-width);
}

/* line 117, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__close {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  line-height: 0;
  color: rgba(255, 255, 255, 0.55);
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: color 0.15s ease;
}

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

/* line 140, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__close:focus-visible {
  outline: 2px solid #c9ccff;
  outline-offset: 0;
}

/* line 144, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__head {
  position: relative;
  z-index: 2;
  grid-column: 1;
  width: var(--cb-eyebrow-width);
  margin-top: var(--cb-eyebrow-top);
  margin-left: 13px;
}

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

/* line 156, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__eyebrow, .cope-banner__eyebrow-lead, .cope-banner__eyebrow-tail, .cope-banner__eyebrow-brand {
  font-family: "Fragment Mono", "SFMono-Regular", "Menlo", "Consolas", monospace;
  font-weight: 400;
  font-size: var(--cb-eyebrow-size);
  line-height: var(--cb-eyebrow-line);
  text-transform: uppercase;
}

/* line 166, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__eyebrow {
  margin: 0;
  color: #fff;
}

/* line 170, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__eyebrow-lead {
  color: #c9ccff;
}

/* line 173, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__eyebrow-tail {
  color: #fff;
}

/* line 176, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__text {
  grid-column: 2;
  position: relative;
  z-index: 2;
  margin-top: var(--cb-headline-top);
}

/* line 185, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__headline {
  width: -moz-fit-content;
  width: fit-content;
  max-width: var(--cb-headline-width);
  margin: 0;
  font-family: "Onest", "Rubik", sans-serif;
  font-size: var(--cb-headline-size);
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  white-space: pre-line;
  color: transparent;
  background-image: linear-gradient(81deg, #fff 0%, #a3a9fc 99.92%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 203, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__subline {
  max-width: var(--cb-body-width);
  margin: var(--cb-body-gap) 0 0;
  font-family: "Onest", "Rubik", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #c6c7ef;
  text-shadow: 0 4.1px 20.5px rgba(0, 0, 0, 0.2);
}

/* line 214, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__actions {
  grid-column: 4;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 4px;
  margin-top: var(--cb-cta-top);
}

/* line 224, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 8px;
  font-family: "Onest", "Rubik", sans-serif;
  font-size: 10.43px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 1.06px 0.53px rgba(0, 0, 0, 0.25);
  transition: filter 0.15s ease, background-color 0.15s ease;
}

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

/* line 246, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__cta:focus-visible {
  outline: 2px solid #c9ccff;
  outline-offset: 2px;
}

/* line 252, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__cta--website {
  color: #fff;
  background-color: #1d2026;
  border-color: #101319;
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.1);
}

/* line 258, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__cta--website:hover, .cope-banner__cta--website:focus {
  color: #fff;
  background-color: #262a32;
}

/* line 265, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__cta--demo {
  color: #000;
  background-image: linear-gradient(79deg, #ffeca2 1.13%, #ff5810 98.87%);
  background-clip: padding-box;
}

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

/* line 276, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__offer {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 4px;
  margin: 2px 0 0;
  padding: 4px 6px 4px 4px;
  font-family: "Onest", "Rubik", sans-serif;
  font-size: var(--cb-offer-size);
  font-weight: 400;
  line-height: 12px;
  letter-spacing: -0.01em;
  white-space: nowrap;
  color: #ff6161;
  background-color: rgba(255, 97, 97, 0.2);
  border-radius: 8px;
  text-shadow: 0 4.1px 20.5px rgba(0, 0, 0, 0.2);
}

/* line 294, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__clock {
  display: block;
  flex: none;
  width: 10px;
  height: 10px;
}

/* line 303, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner__disclaimer {
  position: relative;
  z-index: 0;
  min-height: 24px;
  margin: 0;
  padding: 6px var(--cb-cta-right) 6px var(--cb-strip-left);
  font-family: "Onest", "Rubik", sans-serif;
  font-size: var(--cb-strip-size);
  font-weight: 500;
  line-height: 12px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #222;
  background-color: #d9d9d9;
  text-shadow: 0 4.1px 20.5px rgba(0, 0, 0, 0.2);
}

/* line 326, app/assets/stylesheets/marketplace/_cope_banner.sass */
.cope-banner--dashboard {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  /* line 326, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner--dashboard {
    --cb-content-height: 153px;
    --cb-eyebrow-top: 13px;
    --cb-eyebrow-width: 213px;
    --cb-eyebrow-size: 16px;
    --cb-eyebrow-line: 22px;
    --cb-chart-left: -28px;
    --cb-chart-top: -11px;
    --cb-art-left: 23px;
    --cb-art-top: 70px;
    --cb-art-width: 204px;
    --cb-text-left: 279px;
    --cb-text-width: 328px;
    --cb-headline-top: 29px;
    --cb-headline-width: 328px;
    --cb-headline-size: 17.72px;
    --cb-body-gap: 7px;
    --cb-body-width: 320px;
    --cb-cta-width: 140px;
    --cb-cta-right: 14px;
    --cb-cta-top: 38px;
    --cb-offer-size: 9px;
    --cb-strip-left: 328px;
    --cb-strip-size: 8px;
  }
  /* line 354, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner--dashboard.cope-banner--es, .cope-banner--dashboard.cope-banner--fr {
    --cb-eyebrow-width: 235px;
    --cb-chart-left: -13px;
    --cb-chart-top: -5px;
    --cb-art-left: 51px;
    --cb-art-top: 60px;
    --cb-body-width: 311px;
    --cb-cta-width: 150px;
    --cb-cta-top: 39px;
    --cb-offer-size: 8px;
  }
  /* line 366, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner--dashboard.cope-banner--en {
    --cb-eyebrow-top: 14px;
    --cb-eyebrow-width: 194px;
    --cb-eyebrow-size: 20px;
    --cb-eyebrow-line: 28px;
    --cb-art-left: 102px;
    --cb-art-top: 35px;
    --cb-art-width: 238px;
    --cb-text-left: 344px;
    --cb-text-width: 254px;
    --cb-headline-top: 30px;
    --cb-headline-width: 254px;
    --cb-body-gap: 5px;
    --cb-body-width: 254px;
    --cb-cta-width: 128px;
    --cb-cta-right: 17px;
    --cb-cta-top: 35px;
    --cb-offer-size: 10px;
    --cb-strip-left: 330px;
  }
  /* line 387, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner--dashboard.cope-banner--en .cope-banner__chart {
    display: none;
  }
}

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

@media screen and (min-width: 768px) {
  /* line 393, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner--signup {
    --cb-content-height: 134px;
    --cb-eyebrow-top: 12px;
    --cb-eyebrow-width: 171px;
    --cb-eyebrow-size: 14px;
    --cb-eyebrow-line: 18px;
    --cb-brand-gap: 3px;
    --cb-art-left: 99px;
    --cb-art-top: 26px;
    --cb-art-width: 238px;
    --cb-text-left: 345px;
    --cb-text-width: 324px;
    --cb-headline-top: 22px;
    --cb-headline-width: 324px;
    --cb-headline-size: 17.72px;
    --cb-body-gap: 5px;
    --cb-body-width: 314px;
    --cb-cta-width: 140px;
    --cb-cta-right: 14px;
    --cb-cta-top: 26px;
    --cb-offer-size: 9px;
    --cb-strip-left: 339px;
    --cb-strip-size: 9px;
    background-image: url(/assets/cope-banner-bg-signup-15adca5a27c04ce9d0101050f0a268581f658d82f526771774a54a6fd65c8266.jpg);
    align-self: stretch;
    margin-left: -330px;
  }
  /* line 428, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner--signup .cope-banner__eyebrow-brand {
    display: block;
    margin-top: var(--cb-brand-gap);
    font-size: 22px;
    line-height: 18px;
  }
  /* line 434, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner--signup.cope-banner--es {
    --cb-brand-gap: 4px;
    --cb-cta-width: 150px;
    --cb-cta-right: 18px;
    --cb-offer-size: 8px;
  }
  /* line 440, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner--signup.cope-banner--fr {
    --cb-eyebrow-width: 186px;
    --cb-cta-width: 150px;
    --cb-cta-right: 18px;
    --cb-offer-size: 8px;
  }
  /* line 446, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner--signup.cope-banner--en {
    --cb-eyebrow-top: 8px;
    --cb-eyebrow-width: 194px;
    --cb-eyebrow-size: 20px;
    --cb-eyebrow-line: 28px;
    --cb-art-left: 106px;
    --cb-art-top: 29px;
    --cb-text-left: 353px;
    --cb-text-width: 296px;
    --cb-headline-top: 18px;
    --cb-headline-width: 296px;
    --cb-body-width: 294px;
    --cb-cta-width: 128px;
    --cb-cta-right: 20px;
    --cb-cta-top: 25px;
    --cb-offer-size: 10px;
  }
  /* line 463, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner--signup.cope-banner--en .cope-banner__eyebrow-brand {
    display: inline;
    margin-top: 0;
    font-size: inherit;
    line-height: inherit;
  }
}

/* line 472, 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 47, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner {
    --cb-eyebrow-size: 12px;
    --cb-eyebrow-line: 18px;
    --cb-eyebrow-width: 213px;
    --cb-headline-top: 15px;
    --cb-headline-size: 16px;
    --cb-headline-width: none;
    --cb-body-gap: 5px;
    --cb-body-width: 287px;
    --cb-art-gap: 6px;
    --cb-cta-overlap: -103px;
    --cb-actions-width: 288px;
    --cb-cta-gap: 8px;
    --cb-offer-gap: 7px;
    --cb-offer-size: 9px;
    --cb-copy-inset: 3px;
    min-height: 0;
    margin-left: 0;
    padding: 9px 10px 11px;
    background-image: url(/assets/cope-banner-bg-mobile-0d73f3c6d0c7626a78e7e487952a1e70c52970de932d8cf6a1e840acfe9fd6d0.jpg);
  }
  /* line 505, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner.cope-banner--es, .cope-banner.cope-banner--fr {
    --cb-eyebrow-width: 233px;
    --cb-body-width: 280px;
    --cb-art-gap: -10px;
  }
  /* line 511, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner.cope-banner--en {
    --cb-eyebrow-line: 24px;
    --cb-eyebrow-width: none;
    --cb-headline-size: 17.72px;
    --cb-headline-width: 254px;
    --cb-body-gap: 4px;
    --cb-body-width: 254px;
    --cb-art-gap: -7px;
    --cb-cta-overlap: -88px;
    --cb-actions-width: 262px;
    --cb-cta-gap: 11px;
    --cb-offer-gap: 9px;
    --cb-offer-size: 10px;
    --cb-copy-inset: 4px;
    padding-top: 14px;
  }
  /* line 529, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner.cope-banner--en .cope-banner__eyebrow {
    white-space: nowrap;
  }
  /* line 535, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__content {
    position: static;
    display: flex;
    flex-direction: column;
    width: 291px;
    max-width: 100%;
    min-height: 0;
    margin: 0 auto;
    padding: 0;
  }
  /* line 545, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__close {
    top: 13px;
    right: 45px;
  }
  /* line 550, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__head {
    position: static;
    order: 1;
    width: auto;
    margin: 0;
  }
  /* line 556, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__eyebrow {
    position: relative;
    z-index: 2;
    max-width: var(--cb-eyebrow-width);
    margin-left: var(--cb-copy-inset);
  }
  /* line 564, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__eyebrow-tail {
    white-space: nowrap;
  }
  /* line 567, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__eyebrow-brand {
    display: inline;
    margin-top: 0;
    font-size: inherit;
    line-height: inherit;
  }
  /* line 575, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__logo {
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 2;
    display: block;
    width: 29px;
    height: 29px;
  }
  /* line 584, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__text {
    order: 2;
    margin-left: 4px;
  }
  /* line 588, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__art {
    position: relative;
    top: auto;
    left: auto;
    order: 3;
    width: 285px;
    max-width: 100%;
    margin: var(--cb-art-gap) auto 0;
    transform: translateX(-7px);
  }
  /* line 599, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__tablet {
    position: static;
    width: 100%;
  }
  /* line 603, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__chart {
    display: none;
  }
  /* line 607, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__actions {
    order: 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--cb-cta-gap);
    width: var(--cb-actions-width);
    max-width: 100%;
    margin: var(--cb-cta-overlap) auto 0;
  }
  /* line 616, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__cta {
    height: auto;
    min-height: 28px;
    padding: 4px 8px;
    white-space: normal;
  }
  /* line 622, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__offer {
    grid-column: 1 / -1;
    align-self: auto;
    justify-self: center;
    margin-top: calc(var(--cb-offer-gap) - var(--cb-cta-gap));
  }
  /* line 630, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__disclaimer {
    z-index: 2;
    max-width: 255px;
    min-height: 0;
    margin: 9px auto 0;
    padding: 0;
    font-size: 8.5px;
    font-weight: 400;
    line-height: normal;
    color: #c6c7ef;
    background-color: transparent;
    text-shadow: 0 1px 5.3px #000;
  }
  /* line 643, app/assets/stylesheets/marketplace/_cope_banner.sass */
  .cope-banner .cope-banner__disclaimer::before {
    content: '';
    position: absolute;
    top: -3px;
    right: -1px;
    bottom: -5px;
    left: -5px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.33);
    filter: blur(11.2px);
  }
}

/* line 7, app/assets/stylesheets/sign_in.css.scss */
body {
  font-family: 'Rubik';
  background: linear-gradient(215.63deg, #E6EEFE -27.33%, rgba(230, 238, 254, 0) 79.19%) fixed, linear-gradient(0deg, #FFFFFF, #FFFFFF) fixed;
}

@media screen and (max-width: 767px) {
  /* line 7, app/assets/stylesheets/sign_in.css.scss */
  body {
    background: linear-gradient(215.63deg, #E6EEFE -27.33%, rgba(230, 238, 254, 0) 79.19%), #FFFFFF;
  }
}

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

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

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

/* line 26, 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 32, app/assets/stylesheets/sign_in.css.scss */
body.login-page .form-control:focus {
  outline: none;
  border: solid 1px #002F59 !important;
  box-shadow: 0 0 0 1px #002F59 !important;
}

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

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

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

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

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

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

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

/* line 50, app/assets/stylesheets/sign_in.css.scss */
.mod-group-error .form-control {
  border-color: #FF2947;
}

/* line 57, 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 57, app/assets/stylesheets/sign_in.css.scss */
  .login-wrapper {
    height: auto;
    min-height: calc(100vh - 214px);
  }
}

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

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

/* line 74, app/assets/stylesheets/sign_in.css.scss */
.login-wrapper .promo-info img {
  max-width: 100%;
  height: auto;
}

/* line 79, app/assets/stylesheets/sign_in.css.scss */
.login-wrapper .promo-info .desktop-promo-info {
  margin-left: -330px;
  margin-bottom: 30px;
  display: block;
}

/* line 85, app/assets/stylesheets/sign_in.css.scss */
.login-wrapper .promo-info .mobile-promo-info {
  margin-bottom: 20px;
  max-width: 550px;
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 92, app/assets/stylesheets/sign_in.css.scss */
  .login-wrapper .promo-info .desktop-promo-info {
    display: none;
  }
  /* line 95, app/assets/stylesheets/sign_in.css.scss */
  .login-wrapper .promo-info .mobile-promo-info {
    display: block;
  }
}

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

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

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

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

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

/* line 130, app/assets/stylesheets/sign_in.css.scss */
.success-check-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
  background-image: 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' fill='white' fill-opacity='0.18'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' 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 137, app/assets/stylesheets/sign_in.css.scss */
.msg-block {
  display: flex;
  align-items: center;
  height: 75px;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  background: linear-gradient(93.06deg, rgba(0, 90, 255, 0.2) 0%, rgba(42, 70, 215, 0.04) 100%, rgba(0, 90, 255, 0.08) 100%), rgba(22, 32, 59, 0.86);
  box-shadow: 0px 14px 14px rgba(20, 23, 38, 0.02);
  border-radius: 8px;
}

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

/* line 151, app/assets/stylesheets/sign_in.css.scss */
.msg-block--success {
  color: #36B368;
  background: rgba(54, 179, 104, 0.1);
}

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

/* line 163, 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 163, app/assets/stylesheets/sign_in.css.scss */
  .entry-container {
    margin-top: 50px;
    justify-content: flex-start;
  }
}

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

@media screen and (min-width: 768px) {
  /* line 178, 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 183, 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 178, 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 197, 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 205, 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: #C5CBDD;
  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='white' stroke='%23CBD6E5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  /* line 205, 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 223, 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 233, 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 237, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--steps > div > div:last-child {
    display: none;
  }
}

/* line 242, 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='%23002F59'/%3E%3Ccircle cx='9' cy='9' r='9' fill='%23002F59'/%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='white'/%3E%3C/svg%3E ");
  height: 85px;
}

@media screen and (max-width: 767px) {
  /* line 242, 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='%23002F59'/%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='white'/%3E%3C/svg%3E%0A");
  }
  /* line 247, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--steps .step-completed > div:first-child::before {
    border-top: 1px solid #002F59;
  }
}

/* line 252, 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='%23E6EFFF' stroke='%23002F59'/%3E%3Cpath d='M9 22L9 82' stroke='%23C5CBDD' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='6 6'/%3E%3C/svg%3E%0A");
  height: 80px;
}

@media screen and (max-width: 767px) {
  /* line 252, 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='%23E6EFFF' stroke='%23002F59'/%3E%3C/svg%3E%0A");
  }
  /* line 257, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--steps .step-current > div:first-child::before {
    border-top: 1px dashed #C5CBDD;
  }
}

/* line 261, 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='%23E6EFFF' stroke='%23002F59'/%3E%3C/svg%3E%0A");
  height: auto;
}

/* line 266, 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='white' stroke='%23CBD6E5'/%3E%3Cpath d='M9 22L9 82' stroke='%23CBD6E5' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='6 6'/%3E%3C/svg%3E%0A");
  height: 80px;
}

@media screen and (max-width: 767px) {
  /* line 266, 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='%23E6EFFF' stroke='%23CBD6E5'/%3E%3C/svg%3E%0A");
  }
  /* line 271, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--steps .step-next > div:first-child::before {
    border-top: 1px dashed #C5CBDD;
  }
}

/* line 275, 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='%23E6EFFF' stroke='%23002F59'/%3E%3C/svg%3E%0A");
  height: auto;
}

/* line 280, app/assets/stylesheets/sign_in.css.scss */
.accounts-sign-up--steps .step-completed, .accounts-sign-up--steps .step-current {
  color: #00145E;
}

/* line 282, 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: #002F59;
}

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

@media screen and (max-width: 767px) {
  /* line 288, 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 301, app/assets/stylesheets/sign_in.css.scss */
  .accounts-sign-up--wizard-cnt .logo {
    margin-bottom: 35px;
  }
}

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

/* line 312, app/assets/stylesheets/sign_in.css.scss */
.login-block {
  width: 100%;
  max-width: 550px;
  padding: 45px 65px;
  color: #00145E;
  font-size: 14px;
  box-shadow: 0px 6px 12px rgba(46, 91, 255, 0.06);
  border: 1px solid #D6E0FF;
  background: #fff;
  border-radius: 8px;
}

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

/* line 325, app/assets/stylesheets/sign_in.css.scss */
.login-block--title {
  font-size: 26px;
  margin-bottom: 20px;
}

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

/* line 335, app/assets/stylesheets/sign_in.css.scss */
.login-block .qr-code-container img {
  margin: 0 auto;
  display: block;
}

/* line 341, app/assets/stylesheets/sign_in.css.scss */
.login-block .divider {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 15px 0;
}

/* line 348, app/assets/stylesheets/sign_in.css.scss */
.login-block .divider::before,
.login-block .divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #C5CBDD;
}

/* line 355, app/assets/stylesheets/sign_in.css.scss */
.login-block .divider:not(:empty)::before {
  margin-right: 10px;
}

/* line 359, app/assets/stylesheets/sign_in.css.scss */
.login-block .divider:not(:empty)::after {
  margin-left: 10px;
}

/* line 364, 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 377, app/assets/stylesheets/sign_in.css.scss */
.theme-btn--primary {
  color: #fff;
  background-color: #002F59;
}

/* line 380, app/assets/stylesheets/sign_in.css.scss */
.theme-btn--primary:hover {
  color: #fff;
  background-color: #004a8c;
}

/* line 385, app/assets/stylesheets/sign_in.css.scss */
.theme-btn:disabled {
  background: #E6EFFF;
}

/* line 391, app/assets/stylesheets/sign_in.css.scss */
.form--label {
  position: relative;
  margin-bottom: 5px;
  font-size: 14px;
  color: #909BBF;
  line-height: 1;
}

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

/* line 400, app/assets/stylesheets/sign_in.css.scss */
.form--label__dark {
  color: #00145E;
}

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

/* line 405, app/assets/stylesheets/sign_in.css.scss */
.form--label + a:hover {
  color: #00145E;
}

/* line 410, app/assets/stylesheets/sign_in.css.scss */
.form--input-password {
  position: relative;
  display: flex;
  align-items: center;
}

/* line 414, 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(/assets/icons/icon-hide-password-7ef334a8bce45fe9a6e92c4ace46005f929c39b37b1a5813f71bf13584a7a4ea.svg) no-repeat 50%;
  cursor: pointer;
}

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

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

/* line 433, app/assets/stylesheets/sign_in.css.scss */
.form--input-password .form-control:focus ~ .password-requirements {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

/* line 441, app/assets/stylesheets/sign_in.css.scss */
.form-control {
  height: 44px;
  font-size: 14px;
  color: #00145E;
  border: 1px solid #D6E0FF;
}

/* line 446, app/assets/stylesheets/sign_in.css.scss */
.form-control::placeholder {
  color: #CBD6E5;
}

/* line 449, app/assets/stylesheets/sign_in.css.scss */
.form-control:hover {
  border-color: #909BBF;
}

/* line 452, app/assets/stylesheets/sign_in.css.scss */
.form-control:focus {
  color: #00145E;
  border-color: #002F59;
  background: #EAEFFF;
}

/* line 457, app/assets/stylesheets/sign_in.css.scss */
.form-control:disabled, .form-control[readonly] {
  border-color: #F2F7FF;
  background: #F2F7FF;
}

/* line 463, app/assets/stylesheets/sign_in.css.scss */
.form--field-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  align-items: center;
  color: #909BBF;
  padding: 5px;
}

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

/* line 474, 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: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #909BBF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
}

/* line 488, app/assets/stylesheets/sign_in.css.scss */
.form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: #014A8C;
  border-color: #014A8C;
}

/* line 494, app/assets/stylesheets/sign_in.css.scss */
.form-check-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #00145E;
}

/* line 504, app/assets/stylesheets/sign_in.css.scss */
.password-requirements {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: calc(100% + 14px);
  min-width: 226px;
  padding: 12px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(144, 155, 191, 0.2);
  transition: all 0.3s ease;
}

@media screen and (max-width: 1230px) {
  /* line 504, app/assets/stylesheets/sign_in.css.scss */
  .password-requirements {
    left: 0;
    right: 0;
    top: calc(100% + 15px);
  }
}

/* line 521, app/assets/stylesheets/sign_in.css.scss */
.password-requirements:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  width: 0;
  height: 0;
  margin-left: -16px;
  border: 12px solid transparent;
  border-right-color: rgba(144, 155, 191, 0.2);
  border-left: 0;
  filter: blur(3px);
}

@media screen and (max-width: 1230px) {
  /* line 521, app/assets/stylesheets/sign_in.css.scss */
  .password-requirements:before {
    top: auto;
    left: 50%;
    bottom: 100%;
    margin-left: -12px;
    margin-bottom: 3px;
    border-bottom-color: rgba(144, 155, 191, 0.2);
    border-top: 0;
    border-left: 12px solid transparent;
    border-right-color: transparent;
  }
}

/* line 545, app/assets/stylesheets/sign_in.css.scss */
.password-requirements:after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  width: 0;
  height: 0;
  border: 11px solid transparent;
  border-right-color: #fff;
  border-left: 0;
  margin-left: -11px;
}

@media screen and (max-width: 1230px) {
  /* line 545, app/assets/stylesheets/sign_in.css.scss */
  .password-requirements:after {
    top: auto;
    left: 50%;
    bottom: 100%;
    border-bottom-color: #fff;
    border-top: 0;
    border-left: 11px solid transparent;
    border-right-color: transparent;
  }
}

/* line 566, app/assets/stylesheets/sign_in.css.scss */
.password-requirements--title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 572, app/assets/stylesheets/sign_in.css.scss */
.password-requirements--list {
  margin-top: 3px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

/* line 577, app/assets/stylesheets/sign_in.css.scss */
.password-requirements--list-item {
  position: relative;
  margin-top: 3px;
  padding-left: 18px;
  color: #606B8F;
}

/* line 582, app/assets/stylesheets/sign_in.css.scss */
.password-requirements--list-item.success {
  color: #36B368;
}

/* line 585, app/assets/stylesheets/sign_in.css.scss */
.password-requirements--list-item:before, .password-requirements--list-item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}

/* line 594, app/assets/stylesheets/sign_in.css.scss */
.password-requirements--list-item:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #606B8F;
  opacity: 1;
}

/* line 602, app/assets/stylesheets/sign_in.css.scss */
.password-requirements--list-item:after {
  top: 40%;
  width: 7px;
  height: 12px;
  border: solid #36B368;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: translateY(-50%) scale(0.5) rotate(45deg);
  background: none;
}

/* line 613, app/assets/stylesheets/sign_in.css.scss */
.password-requirements--list-item.success:before, .password-requirements--list-item.green-text:before {
  opacity: 0;
  transform: translateY(-50%) scale(0.5);
}

/* line 618, app/assets/stylesheets/sign_in.css.scss */
.password-requirements--list-item.success:after, .password-requirements--list-item.green-text:after {
  opacity: 1;
  transform: translateY(-50%) scale(1) rotate(45deg);
}

/* line 627, 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: #909BBF;
}

/* line 634, app/assets/stylesheets/sign_in.css.scss */
.description-agd a {
  color: #909BBF;
  text-decoration: underline;
}

/* line 637, app/assets/stylesheets/sign_in.css.scss */
.description-agd a:hover {
  color: #00145E;
}

/* line 643, app/assets/stylesheets/sign_in.css.scss */
.signup-link {
  margin-top: 20px;
  font-size: 14px;
  color: #909BBF;
}

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

/* line 650, app/assets/stylesheets/sign_in.css.scss */
.signup-link a {
  font-weight: 500;
  color: #002F59;
}

/* line 653, app/assets/stylesheets/sign_in.css.scss */
.signup-link a:hover {
  color: #001426;
}

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

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

/* line 666, app/assets/stylesheets/sign_in.css.scss */
.signout-link a {
  font-weight: 500;
  color: #002F59;
}

/* line 669, app/assets/stylesheets/sign_in.css.scss */
.signout-link a:hover {
  color: #001426;
}

/* line 675, app/assets/stylesheets/sign_in.css.scss */
.footer {
  margin: 0;
}

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

/* line 680, app/assets/stylesheets/sign_in.css.scss */
.footer-copy {
  font-size: 14px;
  color: #909BBF;
}

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

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

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

@media screen and (min-width: 768px) and (max-height: 770px) {
  /* line 698, 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 702, 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 709, app/assets/stylesheets/sign_in.css.scss */
#resend_otp_link {
  text-decoration: none;
  font-weight: 500;
  color: #00145E;
}

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

/* line 720, 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 728, app/assets/stylesheets/sign_in.css.scss */
.inline-flex-80 {
  width: 80%;
}

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

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

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

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

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

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

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

/* line 764, 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 764, app/assets/stylesheets/sign_in.css.scss */
  .login-page.login-with-products .dc-wizard--info {
    padding: 0;
  }
}

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

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

/* line 787, app/assets/stylesheets/sign_in.css.scss */
.login-page.login-with-products .dc-wizard--info > p a {
  color: #002F59;
}

/* line 791, 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 791, app/assets/stylesheets/sign_in.css.scss */
  .login-page.login-with-products .dc-wizard--info .product-preview {
    padding: 20px;
  }
}

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

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

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

/* line 817, 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 #014A8C;
  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 817, 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 831, 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 834, 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 838, 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 846, 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: #00145E;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

/* line 856, 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 860, 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 865, 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 877, 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 882, app/assets/stylesheets/sign_in.css.scss */
.regions-selector-dropdown button.form-control.dropdown-toggle:after {
  transition: all 0.25s ease-out;
  color: #002F59;
  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='%23002F59'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  transform: rotate(-0.25turn);
}

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

/* line 900, 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 905, 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 910, app/assets/stylesheets/sign_in.css.scss */
.regions-selector-dropdown .dropdown-menu li span {
  color: #00145E;
  font-weight: 500;
}

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

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