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

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

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

/* line 16, app/assets/stylesheets/new_design/includes/_footer.scss */
.footer-nav--link {
  text-decoration: none;
  color: #909BBF;
  font-weight: 500;
}

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

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

/* line 27, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
.cope-banner {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 20px 24px;
  color: #fff;
  background-color: #444df4;
  border-radius: 10px;
}

/* line 36, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
.cope-banner__icon {
  flex: none;
  width: 23px;
  height: 23px;
  margin-right: 12px;
}

/* line 43, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
.cope-banner__main {
  flex: 1 1 auto;
  min-width: 0;
}

/* line 52, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
.cope-banner__title {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

/* line 60, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
.cope-banner__title strong {
  font-weight: 700;
}

/* line 65, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
.cope-banner__text {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.35;
  letter-spacing: -0.15px;
  color: #c6c7ef;
  text-shadow: 0 4.5px 22.5px rgba(0, 0, 0, 0.2);
}

/* line 75, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
.cope-banner__text p {
  margin: 0;
}

/* line 80, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
.cope-banner__text strong,
.cope-banner__text u {
  color: #fff;
}

/* line 85, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
.cope-banner__text strong {
  font-weight: 700;
}

/* line 89, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
.cope-banner__text u {
  text-decoration: underline;
}

/* line 94, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
.cope-banner__actions {
  margin-top: 12px;
}

/* line 98, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
.cope-banner__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  max-width: 100%;
  min-height: 32px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #101319;
  border: 1px solid #a3a9fc;
  border-radius: 11px;
  backdrop-filter: blur(9.12px);
  transition: background-color 0.15s ease;
}

/* line 118, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
.cope-banner__cta:hover, .cope-banner__cta:focus {
  color: #fff;
  text-decoration: none;
  background-color: #202632;
}

/* line 130, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
.cope-banner--compact {
  width: 100%;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
  /* line 144, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
  .cope-banner--wide {
    align-items: center;
    padding: 21px 24px;
  }
  /* line 149, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
  .cope-banner--wide .cope-banner__icon {
    align-self: flex-start;
    width: 21px;
    height: 21px;
    margin-top: 1px;
    margin-right: 11px;
  }
  /* line 157, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
  .cope-banner--wide .cope-banner__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* line 163, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
  .cope-banner--wide .cope-banner__copy {
    flex: 1 1 auto;
    min-width: 0;
  }
  /* line 168, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
  .cope-banner--wide .cope-banner__title {
    font-size: 18.5px;
    letter-spacing: -0.19px;
  }
  /* line 173, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
  .cope-banner--wide .cope-banner__text {
    margin-top: 6px;
    font-size: 14px;
    letter-spacing: -0.14px;
  }
  /* line 179, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
  .cope-banner--wide .cope-banner__actions {
    flex: none;
    margin-top: 0;
    margin-left: 32px;
  }
  /* line 185, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
  .cope-banner--wide .cope-banner__cta {
    width: 126px;
    min-height: 40px;
  }
}

@media screen and (max-width: 767.98px) {
  /* line 27, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
  .cope-banner {
    flex-direction: column;
    align-items: center;
    padding: 24px;
    text-align: center;
  }
  /* line 201, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
  .cope-banner .cope-banner__icon {
    margin: 0 0 8px;
  }
  /* line 205, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
  .cope-banner .cope-banner__main {
    width: 100%;
  }
  /* line 209, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
  .cope-banner .cope-banner__text {
    margin-top: 20px;
  }
  /* line 212, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
  .cope-banner .cope-banner__text p + p {
    margin-top: 10px;
  }
  /* line 217, app/assets/stylesheets/new_design/includes/_cope_banner.scss */
  .cope-banner .cope-banner__actions {
    margin-top: 20px;
  }
}

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

/* line 7, app/assets/stylesheets/new_design/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/new_design/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/new_design/sign_in.css.scss */
body.login-page .footer {
  padding-bottom: 0;
}

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

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

/* line 26, app/assets/stylesheets/new_design/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/new_design/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/new_design/sign_in.css.scss */
.d-flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 76, app/assets/stylesheets/new_design/sign_in.css.scss */
.logo {
  width: 230px;
  margin-bottom: 60px;
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  /* line 107, app/assets/stylesheets/new_design/sign_in.css.scss */
  .logo .beta img {
    position: absolute;
    height: 15px;
    right: -34px;
    top: -31px;
  }
}

@media screen and (max-width: 767px) {
  /* line 107, app/assets/stylesheets/new_design/sign_in.css.scss */
  .logo .beta img {
    position: absolute;
    height: 13px;
    right: -30px;
    top: -23px;
  }
}

/* line 120, app/assets/stylesheets/new_design/sign_in.css.scss */
.logo .beta img.small {
  position: absolute;
  height: 12px;
  right: -29px;
  top: -26px;
}

@media screen and (max-width: 767px) {
  /* line 120, app/assets/stylesheets/new_design/sign_in.css.scss */
  .logo .beta img.small {
    top: -23px !important;
  }
}

/* line 133, app/assets/stylesheets/new_design/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 140, app/assets/stylesheets/new_design/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 151, app/assets/stylesheets/new_design/sign_in.css.scss */
.msg-block .success-check-icon {
  flex-shrink: 0;
}

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

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

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

@media screen and (min-width: 768px) {
  /* line 185, app/assets/stylesheets/new_design/sign_in.css.scss */
  .login-form .entry-container, .forgot-password-form .entry-container, .new-password-form .entry-container {
    padding-bottom: 40px;
  }
}

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

@media screen and (min-width: 768px) {
  /* line 193, app/assets/stylesheets/new_design/sign_in.css.scss */
  .login-page-two-columns .entry-container {
    display: grid;
    grid-template-columns: 330px 548px;
    grid-column-gap: 0;
  }
  /* line 198, app/assets/stylesheets/new_design/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 193, app/assets/stylesheets/new_design/sign_in.css.scss */
  .login-page-two-columns .entry-container {
    padding-bottom: 50px;
    margin-top: 224px;
  }
}

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

/* line 220, app/assets/stylesheets/new_design/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 220, app/assets/stylesheets/new_design/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 238, app/assets/stylesheets/new_design/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 248, app/assets/stylesheets/new_design/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 252, app/assets/stylesheets/new_design/sign_in.css.scss */
  .accounts-sign-up--steps > div > div:last-child {
    display: none;
  }
}

/* line 257, app/assets/stylesheets/new_design/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 257, app/assets/stylesheets/new_design/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 262, app/assets/stylesheets/new_design/sign_in.css.scss */
  .accounts-sign-up--steps .step-completed > div:first-child::before {
    border-top: 1px solid #002F59;
  }
}

/* line 267, app/assets/stylesheets/new_design/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 267, app/assets/stylesheets/new_design/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 272, app/assets/stylesheets/new_design/sign_in.css.scss */
  .accounts-sign-up--steps .step-current > div:first-child::before {
    border-top: 1px dashed #C5CBDD;
  }
}

/* line 276, app/assets/stylesheets/new_design/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 281, app/assets/stylesheets/new_design/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 281, app/assets/stylesheets/new_design/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 286, app/assets/stylesheets/new_design/sign_in.css.scss */
  .accounts-sign-up--steps .step-next > div:first-child::before {
    border-top: 1px dashed #C5CBDD;
  }
}

/* line 290, app/assets/stylesheets/new_design/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 295, app/assets/stylesheets/new_design/sign_in.css.scss */
.accounts-sign-up--steps .step-completed, .accounts-sign-up--steps .step-current {
  color: #002F59;
}

/* line 297, app/assets/stylesheets/new_design/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 303, app/assets/stylesheets/new_design/sign_in.css.scss */
  .accounts-sign-up--wizard-cnt {
    position: absolute;
    margin-left: -360px;
  }
}

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

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

/* line 327, app/assets/stylesheets/new_design/sign_in.css.scss */
.login-block {
  width: 100%;
  max-width: 550px;
  padding: 45px 65px;
  color: #002F59;
  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 327, app/assets/stylesheets/new_design/sign_in.css.scss */
  .login-block {
    padding: 30px 20px;
  }
}

/* line 340, app/assets/stylesheets/new_design/sign_in.css.scss */
.login-block--title {
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 40px;
}

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

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

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

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

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

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

/* line 387, app/assets/stylesheets/new_design/sign_in.css.scss */
.form--label__dark {
  color: #002F59;
}

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

/* line 392, app/assets/stylesheets/new_design/sign_in.css.scss */
.form--label + a:hover {
  color: #002F59;
}

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

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

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

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

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

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

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

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

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

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

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

/* line 448, app/assets/stylesheets/new_design/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 462, app/assets/stylesheets/new_design/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: #0d6efd;
  border-color: #0d6efd;
}

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

/* line 478, app/assets/stylesheets/new_design/sign_in.css.scss */
.description-agd {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  align-items: center;
  color: #909BBF;
}

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

/* line 488, app/assets/stylesheets/new_design/sign_in.css.scss */
.description-agd a:hover {
  color: #002F59;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  /* line 592, app/assets/stylesheets/new_design/sign_in.css.scss */
  .login-page.login-with-products .dc-wizard + .login-wrapper {
    min-height: calc(100vh - 214px);
  }
}

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

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

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

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

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

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

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

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

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

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

/* line 660, app/assets/stylesheets/new_design/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 660, app/assets/stylesheets/new_design/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 674, app/assets/stylesheets/new_design/sign_in.css.scss */
.login-page.login-with-products .dc-wizard--info .product-preview .product-preview--price-info table {
  width: 100%;
}

/* line 677, app/assets/stylesheets/new_design/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 681, app/assets/stylesheets/new_design/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 689, app/assets/stylesheets/new_design/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: #002F59;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

/* line 699, app/assets/stylesheets/new_design/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 703, app/assets/stylesheets/new_design/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 708, app/assets/stylesheets/new_design/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 720, app/assets/stylesheets/new_design/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 725, app/assets/stylesheets/new_design/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 738, app/assets/stylesheets/new_design/sign_in.css.scss */
.regions-selector-dropdown button.form-control.dropdown-toggle.show:after {
  transform: rotate(0);
}

/* line 743, app/assets/stylesheets/new_design/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 748, app/assets/stylesheets/new_design/sign_in.css.scss */
.regions-selector-dropdown .dropdown-menu li {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

/* line 753, app/assets/stylesheets/new_design/sign_in.css.scss */
.regions-selector-dropdown .dropdown-menu li span {
  color: #002F59;
  font-weight: 500;
}

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

/* line 760, app/assets/stylesheets/new_design/sign_in.css.scss */
.regions-selector-dropdown .dropdown-menu li a:hover {
  color: #002F59;
}
