* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  font-family:
    Plus Jakarta Sans,
    Roboto,
    "sans-serif";
  margin: 0;
  overflow: hidden;
}
a {
  color: #00afec;
  text-decoration: none;
}
.container {
  max-width: 2530px;
  width: inherit;
}
.h1 {
  color: #1f1d2a;
  font-size: 2rem;
  letter-spacing: -1.28px;
  line-height: 1.18;
}
.h1,
.h3 {
  font-weight: 600;
}
.h3 {
  letter-spacing: -3%;
  line-height: 1.5rem;
}
.h3,
.p-2 {
  font-size: 1.125rem;
}
.p-2 {
  color: #737482;
  font-weight: 500;
  letter-spacing: -0.54px;
  line-height: 1.33;
}
.p-2,
.p-3 {
  font-style: normal;
}
.p-3 {
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: -0.12px;
  line-height: 1.66;
}
.p-4 {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.64px;
  line-height: 1.5rem;
}
.cursor-pointer {
  cursor: pointer;
}
:root {
  --ds-color-primary: #6ebe3b;
  --ds-color-primary-hover: #48a80c;
  --ds-color-primary-light: #d9eecc;
  --ds-color-secondary: #1b1f2b;
  --ds-color-secondary-hover: #0f131d;
  --ds-color-secondary-hover-opacity: rgba(15, 19, 29, 0.31);
  --ds-color-tertiary: #6b7183;
  --ds-color-tertiary-hover: #5c6273;
  --ds-color-background-1: #fff;
  --ds-color-background-1-5: #f8f9fb;
  --ds-color-background-2: #f1f3f7;
  --ds-color-background-3: #e1e5ee;
  --ds-color-background-4: #272a36;
  --ds-color-background-5: #1b1f2b;
  --ds-color-background-6: #0f131d;
  --ds-color-font-1: #1b1f2b;
  --ds-color-font-2: #6b7183;
  --ds-color-font-3: #a7afc6;
  --ds-color-font-4: #fff;
  --ds-color-lines-1: #f1f3f7;
  --ds-color-lines-input: #e1e5ee;
  --ds-color-input: #e1e5ee;
  --ds-color-input-hover: #a7afc6;
  --ds-color-input-dark: #333742;
  --ds-color-input-dark-hover: #6b7183;
  --ds-color-link: #00afec;
  --ds-color-link-hover: #00a0d8;
  --ds-color-link-light: #cceffb;
  --ds-color-error: #f55155;
  --ds-color-error-hover: #ed4145;
  --ds-color-error-light: #fddcdd;
  --ds-color-white: #fff;
  --ds-color-white-hover: #f1f3f7;
  --ds-color-on-demand: #156de6;
  --ds-color-automated: #101aa7;
  --ds-color-yellow: #fda929;
  --ds-color-avatar-yellow: #ffc400;
  --ds-color-avatar-orange: #ff7125;
  --ds-color-avatar-red: #ec3839;
  --ds-color-avatar-pink: #c7256a;
  --ds-color-avatar-purple: #9b42d5;
  --ds-color-avatar-navy-blue: #27247e;
  --ds-color-avatar-blue: #3235ce;
  --ds-color-avatar-light-blue: #409be3;
  --ds-color-avatar-sea: #52ccb9;
  --ds-color-avatar-mint: #27bd67;
  --ds-color-avatar-light-green: #74cd38;
}
:root[class="dark"] {
  --ds-color-primary: #f79386;
  --ds-color-secondary: #64be9f;
}
:root {
  --ds-padding-basic-unit: 5px;
  --ds-padding-small: var(--ds-padding-basic-unit);
  --ds-padding-medium: calc(var(--ds-padding-basic-unit) * 2);
  --ds-padding-large: calc(var(--ds-padding-basic-unit) * 3);
  --ds-padding-xlarge: calc(var(--ds-padding-basic-unit) * 4);
  --ds-gap-basic-unit: 5px;
  --ds-gap-small: var(--ds-gap-basic-unit);
  --ds-gap-medium: calc(var(--ds-gap-basic-unit) * 2);
  --ds-gap-large: calc(var(--ds-gap-basic-unit) * 3);
  --ds-gap-xlarge: calc(var(--ds-gap-basic-unit) * 4);
  --ds-banner-gap: 30px;
  --ds-banner-padding: 20px 30px;
  --ds-label-padding: 3px 5px 2px 5px;
  --ds-button-padding-small: 3px 8px;
  --ds-button-padding-medium: 8px 15px;
  --ds-button-padding-large: 12px 20px;
  --ds-popover-padding: 8px 15px;
  --ds-button-gap-small: 5px;
  --ds-button-gap-medium: 8px;
  --ds-button-gap-large: 10px;
}
:root {
  --ds-font-family-poppins: "Poppins", sans-serif;
  --ds-font-family-roboto: "Roboto", sans-serif;
  --ds-font-family-base: var(--ds-font-family-roboto);
  --ds-font-weight-light: 300;
  --ds-font-weight-regular: 400;
  --ds-font-weight-medium: 500;
  --ds-font-weight-semibold: 600;
  --ds-font-weight-bold: 700;
  --ds-font-size-2xs: 8px;
  --ds-font-size-xs: 10px;
  --ds-font-size-sm: 11px;
  --ds-font-size-base: 12px;
  --ds-font-size-lg: 14px;
  --ds-font-size-xl: 16px;
  --ds-font-size-2xl: 21px;
  --ds-font-size-3xl: 24px;
  --ds-font-size-4xl: 32px;
  --ds-font-size-5xl: 34px;
  --ds-font-size-6xl: 42px;
  --ds-font-size-7xl: 48px;
  --ds-font-size-8xl: 62px;
  --ds-line-height-2xs: 8px;
  --ds-line-height-xs: 10px;
  --ds-line-height-sm: 12px;
  --ds-line-height-base: 14px;
  --ds-line-height-lg: 18px;
  --ds-line-height-xl: 20px;
  --ds-line-height-2xl: 22px;
  --ds-line-height-3xl: 24px;
  --ds-line-height-4xl: 28px;
  --ds-line-height-5xl: 32px;
  --ds-line-height-6xl: 40px;
  --ds-line-height-7xl: 42px;
  --ds-line-height-8xl: 50px;
  --ds-line-height-9xl: 56px;
  --ds-line-height-10xl: 70px;
  --ds-letter-spacing-normal: 0px;
  --ds-letter-spacing-tight: -0.12px;
  --ds-letter-spacing-tight-sm: -0.14px;
  --ds-letter-spacing-tight-md: -0.16px;
  --ds-letter-spacing-tight-lg: -0.32px;
  --ds-letter-spacing-tight-xl: -0.42px;
  --ds-letter-spacing-tight-2xl: -0.48px;
  --ds-letter-spacing-tight-3xl: -0.64px;
  --ds-letter-spacing-tight-4xl: -0.68px;
  --ds-letter-spacing-tight-5xl: -0.84px;
  --ds-letter-spacing-tight-6xl: -0.96px;
  --ds-letter-spacing-tight-7xl: -1.24px;
  --ds-label-font: var(--ds-font-size-xs);
  --ds-label-line-height: var(--ds-line-height-xs);
  --ds-button-font-small: var(--ds-font-size-xs);
  --ds-button-font-medium: var(--ds-font-size-base);
  --ds-button-font-large: var(--ds-font-size-lg);
  --ds-button-line-height-small: var(--ds-line-height-xs);
  --ds-button-line-height-medium: var(--ds-line-height-sm);
  --ds-button-line-height-large: var(--ds-line-height-base);
  --ds-link-font-small: var(--ds-font-size-sm);
  --ds-link-font-medium: var(--ds-font-size-base);
  --ds-link-font-large: var(--ds-font-size-lg);
  --ds-link-line-height-small: var(--ds-line-height-lg);
  --ds-link-line-height-medium: var(--ds-line-height-xl);
  --ds-link-line-height-large: var(--ds-line-height-2xl);
  --ds-switch-on-off-font: var(--ds-font-size-xs);
  --ds-switch-on-off-line-height: var(--ds-line-height-xs);
  --ds-switch-label-font-small: var(--ds-font-size-lg);
  --ds-switch-label-font-medium: var(--ds-font-size-xl);
  --ds-switch-label-line-height-small: var(--ds-line-height-2xl);
  --ds-switch-label-line-height-medium: var(--ds-line-height-3xl);
  --ds-card-font-small: var(--ds-font-size-sm);
  --ds-card-font-medium: var(--ds-font-size-lg);
  --ds-card-font-large: var(--ds-font-size-xl);
  --ds-card-line-height-small: var(--ds-line-height-lg);
  --ds-card-line-height-medium: var(--ds-line-height-2xl);
  --ds-card-line-height-large: var(--ds-line-height-3xl);
  --ds-card-title-font-small: var(--ds-font-size-base);
  --ds-card-title-font-medium: var(--ds-font-size-xl);
  --ds-card-title-font-large: var(--ds-font-size-2xl);
  --ds-card-title-line-height-small: var(--ds-line-height-xl);
  --ds-card-title-line-height-medium: var(--ds-line-height-3xl);
  --ds-card-title-line-height-large: var(--ds-line-height-4xl);
  --ds-tile-heading-font: var(--ds-font-size-3xl);
  --ds-tile-heading-line-height: var(--ds-line-height-5xl);
  --ds-tile-description-font: var(--ds-font-size-lg);
  --ds-tile-description-line-height: var(--ds-line-height-2xl);
}
:root {
  --ds-radius-basic: 5px;
  --ds-radius-small: var(--ds-radius-basic);
  --ds-radius-medium: calc(var(--ds-radius-basic) * 2);
  --ds-radius-large: calc(var(--ds-radius-basic) * 3);
  --ds-radius-xlarge: 100px;
  --ds-button-radius: 100px;
  --ds-chip-radius: 60px;
}
:root {
  --ds-animation-duration-instant: 0.1s;
  --ds-animation-duration-fast: 0.2s;
  --ds-animation-duration-normal: 0.3s;
  --ds-animation-duration-slow: 0.4s;
  --ds-animation-easing-linear: linear;
  --ds-animation-easing-ease: ease;
  --ds-animation-easing-ease-in: ease-in;
  --ds-animation-easing-ease-out: ease-out;
  --ds-animation-easing-ease-in-out: ease-in-out;
  --ds-animation-background: background-color var(--ds-animation-duration-fast)
    var(--ds-animation-easing-ease-out);
  --ds-animation-color: color var(--ds-animation-duration-fast)
    var(--ds-animation-easing-ease-out);
  --ds-animation-border: border-color var(--ds-animation-duration-fast)
    var(--ds-animation-easing-ease-out);
  --ds-animation-transform: transform var(--ds-animation-duration-fast)
    var(--ds-animation-easing-ease-out);
  --ds-animation-opacity: opacity var(--ds-animation-duration-fast)
    var(--ds-animation-easing-ease-out);
  --ds-animation-width: width var(--ds-animation-duration-fast)
    var(--ds-animation-easing-ease-out);
  --ds-animation-button:
    var(--ds-animation-background), var(--ds-animation-border),
    var(--ds-animation-color);
  --ds-animation-interactive:
    var(--ds-animation-background), var(--ds-animation-border);
}
:root {
  --ds-input-disabled-opacity: 0.7;
}
@font-face {
  font-display: swap;
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 400;
  src:
    url(../fonts/plus-jakarta-sans-cyrillic-ext-400-normal.048f216a.woff2)
      format("woff2"),
    url(../fonts/plus-jakarta-sans-cyrillic-ext-400-normal.995a2c8b.woff)
      format("woff");
  unicode-range:
    u+0460-052f, u+1c80-1c8a, u+20b4, u+2de0-2dff, u+a640-a69f, u+fe2e-fe2f;
}
@font-face {
  font-display: swap;
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 400;
  src:
    url(../fonts/plus-jakarta-sans-vietnamese-400-normal.218c4ebf.woff2)
      format("woff2"),
    url(../fonts/plus-jakarta-sans-vietnamese-400-normal.082a9efa.woff)
      format("woff");
  unicode-range:
    u+0102-0103, u+0110-0111, u+0128-0129, u+0168-0169, u+01a0-01a1,
    u+01af-01b0, u+0300-0301, u+0303-0304, u+0308-0309, u+0323, u+0329,
    u+1ea0-1ef9, u+20ab;
}
@font-face {
  font-display: swap;
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 400;
  src:
    url(../fonts/plus-jakarta-sans-latin-ext-400-normal.dc5105c7.woff2)
      format("woff2"),
    url(../fonts/plus-jakarta-sans-latin-ext-400-normal.c06cb4c0.woff)
      format("woff");
  unicode-range:
    u+0100-02ba, u+02bd-02c5, u+02c7-02cc, u+02ce-02d7, u+02dd-02ff, u+0304,
    u+0308, u+0329, u+1d00-1dbf, u+1e00-1e9f, u+1ef2-1eff, u+2020, u+20a0-20ab,
    u+20ad-20c0, u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-display: swap;
  font-family: Plus Jakarta Sans;
  font-style: normal;
  font-weight: 400;
  src:
    url(../fonts/plus-jakarta-sans-latin-400-normal.9eb2a7e5.woff2)
      format("woff2"),
    url(../fonts/plus-jakarta-sans-latin-400-normal.39dc2200.woff)
      format("woff");
  unicode-range:
    u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da, u+02dc, u+0304,
    u+0308, u+0329, u+2000-206f, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215,
    u+feff, u+fffd;
}
.link[data-v-27d8982a] {
  color: inherit;
  display: block;
  padding: 0.4rem 1rem;
  text-decoration: none;
}
.link[data-v-27d8982a]:visited {
  color: #fff;
}
.link[data-v-27d8982a]:hover,
.link[data-v-27d8982a]:hover * {
  cursor: pointer;
}
.link__label[data-v-27d8982a] {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.05px;
  line-height: 24px;
}
.dropdown-item[data-v-7bc7a2b0] {
  align-items: center;
  display: flex;
  height: 38px;
  justify-content: space-between;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: background 0.2s ease;
}
.dropdown-item__icon[data-v-7bc7a2b0] {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown-item[data-v-7bc7a2b0]:not(:last-child) {
  border-bottom: 1px solid #1b1f2b;
}
.dropdown[data-v-1f4f26ec] > * {
  background: transparent;
  color: #000;
}
.dropdown__toggle[data-v-1f4f26ec] {
  align-items: center;
  background: transparent;
  border-radius: 9999px;
  display: flex;
  gap: 0.5rem;
  padding: 0.4rem 0.8rem;
  text-decoration: none;
  transition: all 0.2s ease;
}
.dropdown__toggle[data-v-1f4f26ec]:hover {
  cursor: pointer;
}
.dropdown__caret[data-v-1f4f26ec] {
  display: inline-block;
  margin-left: 0.2rem;
  padding: 3px;
  transition: transform 0.2s ease;
}
.dropdown--open .dropdown__caret[data-v-1f4f26ec] {
  transform: rotate(-180deg);
}
.dropdown__menu[data-v-1f4f26ec] {
  animation: fadeIn-1f4f26ec 0.1s ease-out;
  border: 1px solid;
  border-radius: 10px;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  z-index: 1000;
}
@media (max-width: 1260px) {
  .dropdown__menu[data-v-1f4f26ec] {
    border: none;
    border-radius: 0;
    height: 100vh;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100vw;
  }
}
.dropdown__mobile-btn[data-v-1f4f26ec] {
  display: none;
}
@media (max-width: 1260px) {
  .dropdown__mobile-btn[data-v-1f4f26ec] {
    background-color: #1b1f2b;
    display: block;
    height: 35px;
    position: relative;
    width: 100vw;
  }
  .dropdown__mobile-btn[data-v-1f4f26ec]:after {
    background-color: #272a36;
    border-radius: 1rem;
    content: "";
    display: block;
    height: 5px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
  }
}
.dropdown--dark .dropdown__menu[data-v-1f4f26ec] {
  background-color: #1b1f2b;
  border-color: #333742;
  color: #fff;
}
@keyframes fadeIn-1f4f26ec {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.language-switcher[data-v-00e1e7ec] {
  cursor: pointer;
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  position: absolute;
  right: 1.5rem;
  top: 2rem;
  user-select: none;
  z-index: 999;
}
.email-editor[data-v-866c3a22] {
  padding-bottom: 1.5625rem;
}
.email-editor__data[data-v-866c3a22] {
  align-items: center;
  background-color: transparent;
  border: none;
  color: #00afec;
  cursor: pointer;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.email-editor__input-container[data-v-866c3a22] {
  align-items: flex-start;
  display: flex;
  gap: 0.666rem;
  justify-content: center;
}
.email-editor__button[data-v-866c3a22] {
  margin-top: 0.35rem;
}
.code-handler {
  padding-bottom: 1.875rem;
}
.code-handler__label {
  display: flex;
  justify-content: end;
  text-align: end;
  width: 100%;
}
.code-handler__label:has(> :nth-child(2)) {
  justify-content: space-between;
}
.code-handler__error {
  align-items: center;
  color: #f55155;
  display: flex;
  gap: 0.3125rem;
}
.otp-wrapper {
  padding-bottom: 0.333rem;
}
.otp-input {
  border: 1px solid #e1e5ee;
  box-sizing: border-box;
  height: 3.375rem;
  padding: 0.9375rem;
  text-align: center;
  width: 3.25rem;
}
@media (max-width: 600px) {
  .otp-input {
    width: 2.625rem;
  }
}
.otp-wrapper .otp-input-container > div:first-child > .otp-input,
.otp-wrapper .otp-input-container > div:nth-child(4) > .otp-input {
  border-radius: 5px 0 0 5px;
}
.otp-wrapper .otp-input-container > div:nth-child(3) > .otp-input,
.otp-wrapper .otp-input-container > div:nth-child(6) > .otp-input {
  border-radius: 0 5px 5px 0;
}
.otp-wrapper .otp-input-container > div:nth-child(2) > .otp-input,
.otp-wrapper .otp-input-container > div:nth-child(5) > .otp-input {
  border-left: none;
  border-right: none;
}
.otp-wrapper .otp-input-container > div:nth-child(3) {
  margin-right: 1.875rem;
  position: relative;
}
.otp-wrapper .otp-input-container > div:nth-child(3):after {
  color: #333;
  content: "-";
  font-weight: 700;
  pointer-events: none;
  position: absolute;
  right: -1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.otp-wrapper .otp-input-container > div > .otp-input:focus {
  border-color: #6ebe3b;
  border-left: 1px solid #6ebe3b;
  border-right: 1px solid #6ebe3b;
  outline: none;
}
.otp-wrapper .otp-input-container.otp-input--error > div > .otp-input {
  border-color: #f55155;
}
.btn[data-v-030e5474] {
  align-items: center;
  border-radius: 6.875rem;
  cursor: pointer;
  display: flex;
  font-family:
    Plus Jakarta Sans,
    Roboto,
    "sans-serif";
  font-size: 1rem;
  font-weight: 700;
  height: 3rem;
  justify-content: center;
  letter-spacing: -0.64px;
  line-height: 1.5;
  overflow: hidden;
  padding: 0 1.5rem;
  position: relative;
  width: 100%;
}
.btn[data-v-030e5474] > * {
  position: relative;
  z-index: 2;
}
.btn.primary[data-v-030e5474] {
  background: linear-gradient(180deg, #6ebe3b, #63b230);
  border: none;
  color: #fff;
}
.btn.primary[data-v-030e5474]:before {
  background: linear-gradient(180deg, #6ebe3b, #6ebe3b);
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.btn.primary[data-v-030e5474]:hover:before {
  opacity: 1;
}
.btn.primary[data-v-030e5474]:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.btn.primary[data-v-030e5474]:disabled:before {
  background: none;
  opacity: 0 !important;
}
.btn.primary[data-v-030e5474]:disabled:hover:before {
  opacity: 0 !important;
}
.btn.ghost[data-v-030e5474] {
  background: none;
  border: 1.1px solid #6ebe3b;
  color: #1f1d2a;
}
.btn.ghost[data-v-030e5474]:before {
  background: linear-gradient(180deg, #6ebe3b, #63b230);
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.btn.ghost[data-v-030e5474]:hover:before {
  opacity: 1;
}
.base-image[data-v-5ae2bfb7] {
  height: 4.3125rem;
  max-width: 100%;
  object-fit: contain;
  width: 4.125rem;
}
.activate-account-modal[data-v-3d327da3] {
  align-items: center;
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 49px 250px 0 #dbefce;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 38.1875rem;
  min-width: 38.1875rem;
  padding: 2.1875rem;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1260px) {
  .activate-account-modal[data-v-3d327da3] {
    min-width: 0;
    padding: 1.5625rem;
  }
}
.activate-account-modal__logo[data-v-3d327da3] {
  display: none;
  margin-bottom: 1.25rem;
}
@media (max-width: 1260px) {
  .activate-account-modal__logo[data-v-3d327da3] {
    display: block;
  }
}
.activate-account-modal__logo-image[data-v-3d327da3] {
  height: auto;
  width: 7.375rem;
}
.activate-account-modal__header[data-v-3d327da3] {
  padding-bottom: 0.625rem;
  text-align: center;
}
@media (max-width: 1260px) {
  .activate-account-modal__header[data-v-3d327da3] {
    font-size: 1.5rem;
    text-align: center;
  }
}
.activate-account-modal__desc[data-v-3d327da3] {
  padding-bottom: 0.625rem;
  text-align: center;
}
@media (max-width: 1260px) {
  .activate-account-modal__desc[data-v-3d327da3] {
    font-size: 1rem;
  }
}
.activate-account-modal__cta[data-v-3d327da3] {
  max-width: 22rem;
  width: 100%;
}
.activate-account[data-v-0852f63d] {
  align-items: center;
  background-image: linear-gradient(0deg, #e9f5e2, #fff, #f3f9e3);
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  margin: 1rem;
  min-height: calc(100vh - 2rem);
  overflow: hidden;
  padding: 2rem;
  position: relative;
  width: calc(100% - 2rem);
}
@media (max-width: 1260px) {
  .activate-account[data-v-0852f63d] {
    margin: 0;
    padding: 1rem;
    width: 100%;
  }
}
.activate-account[data-v-0852f63d]:after,
.activate-account[data-v-0852f63d]:before {
  background-color: #daeecd;
  content: "";
  display: block;
  filter: blur(190.2px);
  height: 427.38px;
  position: absolute;
  transform: rotate(12.39deg);
  width: 671px;
  z-index: 0;
}
.activate-account[data-v-0852f63d]:before {
  left: 1140px;
  top: -167px;
}
.activate-account[data-v-0852f63d]:after {
  left: -199.37px;
  top: 625px;
}
.activate-account__logo[data-v-0852f63d] {
  left: 1.25rem;
  position: absolute;
  top: 1.25rem;
}
@media (max-width: 1260px) {
  .activate-account__logo[data-v-0852f63d] {
    display: none;
  }
}
.activate-account__logo-image[data-v-0852f63d] {
  height: auto;
  width: 11.25rem;
}
.bullet-list__item[data-v-6b470e7f] {
  align-items: center;
  display: flex;
  justify-content: start;
}
.bullet-list__text[data-v-6b470e7f] {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -3%;
  line-height: 1.5rem;
}
@media (max-width: 1260px) {
  .bullet-list__text[data-v-6b470e7f] {
    font-size: 1rem;
  }
}
.bullet-list__icon-wrapper[data-v-6b470e7f] {
  align-items: center;
  background-color: #dbeecf;
  border-radius: 100%;
  display: flex;
  height: 1.5rem;
  justify-content: center;
  margin: 0 0.75rem 0 0;
  width: 1.5rem;
}
.bullet-list__icon[data-v-6b470e7f] {
  color: #6ebe3b;
}
.bullet-list[data-v-2d3bf854] {
  display: flex;
  flex-direction: column;
  gap: 25px;
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
}
.base-image-grid[data-v-5ca151e0] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin: 2rem 0 0;
}
.base-image-grid[data-v-5ca151e0] > * {
  flex: 0 0 auto;
  max-height: 8rem;
}
.quote-card[data-v-5093c45a] {
  padding: 1rem;
}
.quote-card__mark[data-v-5093c45a] {
  margin: 0 0 0.5rem;
}
.quote-card__author[data-v-5093c45a] {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0.75rem 0 0;
  position: relative;
  width: max-content;
}
@media (max-width: 1260px) {
  .quote-card__text[data-v-5093c45a] {
    font-size: 1rem;
  }
}
.quote-card__photo[data-v-5093c45a] {
  border-radius: 100%;
  flex-shrink: 0;
  height: 2.1875rem;
  margin: 0 0.85rem 0 0;
  object-fit: cover;
  overflow: hidden;
  width: 2.1875rem;
}
.quote-card__info[data-v-5093c45a] {
  display: flex;
  flex-direction: column;
  text-align: start;
}
.quote-card__name[data-v-5093c45a],
.quote-card__role[data-v-5093c45a] {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -2%;
  line-height: 1.25rem;
}
.quote-card__name[data-v-5093c45a] {
  color: #1f1d2a;
}
.quote-card__role[data-v-5093c45a] {
  color: #737482;
}
.carousel[data-v-7ec165e4] {
  margin: 0 0 1.5rem;
  position: relative;
  width: 100%;
}
.carousel__wrapper[data-v-7ec165e4] {
  border: 2px solid #6ebe3b;
  border-radius: 0.625rem;
  overflow: hidden;
}
.carousel__track[data-v-7ec165e4] {
  display: flex;
  transition: transform 0.4s ease-in-out;
}
.carousel__track[data-v-7ec165e4] > * {
  flex-shrink: 0;
  width: 100%;
}
.carousel__dots[data-v-7ec165e4] {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 0.75rem;
}
.carousel__dot[data-v-7ec165e4] {
  background-color: #fff;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  height: 10px;
  margin: 0;
  padding: 0;
  transition: background-color 0.3s;
  width: 10px;
}
.carousel__dot--active[data-v-7ec165e4] {
  background-color: #6ebe3b;
}
.promo-sidebar[data-v-c95bb540] {
  max-width: 28.75rem;
  position: relative;
  width: 28.75rem;
  z-index: 100;
}
@media (max-width: 1260px) {
  .promo-sidebar[data-v-c95bb540] {
    margin: 1rem 0 0;
    padding: 1rem;
    width: 100%;
  }
}
.promo-sidebar__logo[data-v-c95bb540] {
  height: auto;
  width: 180px;
}
@media (max-width: 1260px) {
  .promo-sidebar__logo[data-v-c95bb540] {
    display: none;
  }
}
.promo-sidebar__header[data-v-c95bb540] {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 2.375rem;
  margin: 2rem 0;
}
@media (max-width: 1260px) {
  .promo-sidebar__header[data-v-c95bb540] {
    font-size: 1.5rem;
    margin: 0 0 2rem;
  }
}
@media (max-width: 1260px) {
  .promo-sidebar__badges-header[data-v-c95bb540] {
    font-size: 1rem;
  }
}
.bullet[data-v-4f653f08] {
  align-items: center;
  background-color: #a7afc6;
  border: none;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  height: 1.25rem;
  justify-content: center;
  letter-spacing: -0.12px;
  line-height: 1;
  width: 1.25rem;
}
.bullet--active[data-v-4f653f08],
.bullet--completed[data-v-4f653f08] {
  background-color: #6ebe3b;
}
.bullet--clickable[data-v-4f653f08] {
  cursor: pointer;
}
.line[data-v-5926695b] {
  background-color: #a7afc6;
  height: 2px;
  width: 8.125rem;
}
.line--active[data-v-5926695b] {
  background-color: #6ebe3b;
}
.bullet-pagination[data-v-95ee594e] {
  align-items: center;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  padding: 0.9375rem 0;
}
.checkbox[data-v-23fde493] {
  position: relative;
}
.checkbox__label[data-v-23fde493] {
  color: #737482;
  display: block;
  font-family:
    Plus Jakarta Sans,
    Roboto,
    "sans-serif";
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: -0.02px;
  line-height: 1.4;
}
.checkbox__toggle[data-v-23fde493] {
  color: #00afec;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.checkbox__expandable[data-v-23fde493] {
  display: block;
  margin-top: 0.375rem;
}
.error[data-v-8b9b8852] {
  align-items: center;
  background-color: #fddcdd;
  border-radius: 0.625rem;
  color: #f55155;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  padding: 0.625rem;
  width: 100%;
}
.free-signup-form {
  align-items: center;
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 49px 250px 0 #dbefce;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 38.1875rem;
  min-width: 38.1875rem;
  padding: 2.1875rem;
  width: 100%;
  z-index: 10;
}
@media (max-width: 1260px) {
  .free-signup-form {
    min-width: 0;
    padding-top: 1rem;
  }
}
.free-signup-form__header {
  padding-bottom: 0.625rem;
  text-align: center;
}
@media (max-width: 1260px) {
  .free-signup-form__header {
    font-size: 1.5rem;
    text-align: center;
  }
}
.free-signup-form__logo {
  display: none;
}
@media (max-width: 1260px) {
  .free-signup-form__logo {
    display: block;
    width: 160px !important;
  }
}
.free-signup-form__desc {
  padding-bottom: 1.25rem;
}
@media (max-width: 1260px) {
  .free-signup-form__desc {
    font-size: 1rem;
  }
}
.free-signup-form__pagination {
  margin-bottom: 1.5625rem;
}
.free-signup-form__steps {
  max-width: 22rem;
  width: 100%;
}
.free-signup-form__error {
  margin-bottom: 1.875rem;
}
.button-label {
  gap: 0.5rem;
}
.button-label,
.button-label__icon {
  align-items: center;
  display: flex;
  justify-content: center;
}
.button-label__icon {
  background-color: #fff;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
}
.link-label {
  align-items: center;
  display: flex;
  font-family:
    Plus Jakarta Sans,
    Roboto,
    "sans-serif";
  font-size: 1rem;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  letter-spacing: -0.64px;
  line-height: 1.5;
}
.input {
  padding-bottom: 1.875rem;
  width: 100%;
}
.button {
  margin-bottom: 1.25rem;
}
.step {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.free-signup[data-v-1c864394] {
  align-items: center;
  background-image: linear-gradient(0deg, #e9f5e2, #fff, #f3f9e3);
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  margin: 1rem;
  min-height: calc(100vh - 2rem);
  overflow: hidden;
  padding: 2rem;
  position: relative;
  width: calc(100% - 2rem);
}
@media (max-width: 1260px) {
  .free-signup[data-v-1c864394] {
    margin: 0;
    padding: 1rem;
    width: 100%;
  }
}
.free-signup__layout[data-v-1c864394] {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
}
@media (max-width: 1260px) {
  .free-signup__layout[data-v-1c864394] {
    align-items: center;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.free-signup__form[data-v-1c864394] {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1260px) {
  .free-signup__form[data-v-1c864394] {
    margin: 0;
    width: 100%;
  }
}
.free-signup[data-v-1c864394]:after,
.free-signup[data-v-1c864394]:before {
  background-color: #daeecd;
  content: "";
  display: block;
  filter: blur(190.2px);
  height: 427.38px;
  position: absolute;
  transform: rotate(12.39deg);
  width: 671px;
  z-index: 0;
}
.free-signup[data-v-1c864394]:before {
  left: 1140px;
  top: -167px;
}
.free-signup[data-v-1c864394]:after {
  left: -199.37px;
  top: 625px;
}
.hello-component[data-v-1b86d816] {
  background: #f0f9ff;
  border: 2px solid #42b883;
  border-radius: 8px;
  margin: 10px 0;
  padding: 20px;
}
.item-list[data-v-74f28c97] {
  font-family: sans-serif;
  padding: 1rem;
}
