._spinner-root_1cbhe_1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
._spinner-container_1cbhe_7 {
  animation: _spinner-rotate_1cbhe_1 linear 1.4s infinite;
  display: inline-block;
  width: 100%;
  height: 100%;
}
@keyframes _spinner-rotate_1cbhe_1 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
._spinner-container_1cbhe_7 circle {
  stroke-dasharray: 80px, 200px;
  stroke-dashoffset: 0;
  animation: _spinner-indicator_1cbhe_1 1.4s infinite ease-in-out;
  stroke: #fff;
}
@keyframes _spinner-indicator_1cbhe_1 {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }
  to {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px;
  }
}
._button_1rqkd_1 {
  --padding-block: 1rem;
  --padding-inline: 1.5rem;
  isolation: isolate;
  position: relative;
  padding-block: var(--padding-block);
  padding-inline: var(--padding-inline);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  background: var(--bg);
  border-radius: 999rem;
  color: var(--text);
  transition: color 0.2s ease-out, filter 0.2s ease-out;
}
._button_1rqkd_1:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999rem;
  pointer-events: none;
  z-index: -1;
  opacity: 0;
  background: var(--hover-bg);
  transition: opacity 0.2s ease-out;
}
._button_1rqkd_1:hover {
  text-decoration: none;
}
._button_1rqkd_1:not(._loading_1rqkd_42, ._coming-soon_1rqkd_42):hover {
  color: var(--hover-text);
}
._button_1rqkd_1:not(._loading_1rqkd_42, ._coming-soon_1rqkd_42):hover:after {
  opacity: 1;
}
._variant-filled_1rqkd_50 {
  --bg: var(--theme-gradients-main);
  --hover-bg: transparent;
  --hover-text: #000;
  --text: #000;
  --border: transparent;
}
._button_1rqkd_1._variant-filled_1rqkd_50:hover {
  filter: brightness(120%);
}
._variant-subtle_1rqkd_62 {
  --bg: #202020;
  --hover-bg: var(--theme-gradients-main);
  --text: #fff;
  --hover-text: #000;
  --border: transparent;
}
._variant-outlined_1rqkd_70 {
  --bg: #000;
  --hover-bg: var(--theme-gradients-main);
  --text: #fff;
  --hover-text: #000;
  border: 2px solid transparent;
  background: linear-gradient(180deg, var(--bg), var(--bg)) padding-box,
    conic-gradient(
        from 180deg at 50% 50%,
        #ff98e2,
        #ffc876 35.77deg,
        #79fff7 153.75deg,
        #9f53ff 258.75deg,
        #ff98e2 360deg
      )
      border-box;
  padding-inline: calc(var(--padding-inline) - 2px);
  padding-block: calc(var(--padding-block) - 2px);
}
._size-compact_1rqkd_91 {
  --padding-block: 0.675rem;
}
._button_1rqkd_1._loading_1rqkd_42 {
  color: transparent !important;
  cursor: initial !important;
}
._spinner_1rqkd_100 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 !important;
}
._spinner_1rqkd_100 circle {
  stroke: var(--text) !important;
}
._button-text_1rqkd_112 {
  transition: color 0.2s ease-out;
}
._coming-soon-text_1rqkd_116 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-inline: 0.25rem;
  color: transparent;
  transition: color 0.2s ease-out;
}
._button_1rqkd_1._coming-soon_1rqkd_42 {
  cursor: not-allowed;
}
._button_1rqkd_1._coming-soon_1rqkd_42 ._button-text_1rqkd_112 {
  color: transparent;
}
._button_1rqkd_1._coming-soon_1rqkd_42 ._coming-soon-text_1rqkd_116 {
  color: inherit;
}
@media (max-width: 1200px) {
  ._button_1rqkd_1._size-default_1rqkd_145 {
    --padding-block: 0.825rem;
    --padding-inline: 1.25rem;
  }
}
@media (max-width: 750px) {
  ._button_1rqkd_1._size-default_1rqkd_145 {
    --padding-block: 0.625rem;
  }
}
._base_1eas7_1 {
  display: flex;
  flex-direction: column;
}
._base-inner_1eas7_6 {
  display: flex;
  align-items: center;
  border-radius: 999rem;
  background-color: #1c1e25;
  border: 1px solid #1c1e25;
  min-height: 3.625rem;
}
._base_1eas7_1._variant-dark_1eas7_15 ._base-inner_1eas7_6 {
  border: 1px solid #404040;
  background-color: #000;
}
._base_1eas7_1._variant-dark_1eas7_15 *::placeholder {
  color: var(--theme-text-secondary);
  opacity: 1;
}
._status-success_1eas7_25 ._base-inner_1eas7_6 {
  border-color: #7bbb3f80;
}
._status-success_1eas7_25 ._hint-text_1eas7_28 {
  color: #7bbb3f;
}
._status-error_1eas7_32 ._base-inner_1eas7_6 {
  border-color: #c3292d80;
}
._status-error_1eas7_32 ._hint-text_1eas7_28 {
  color: #c3292d;
}
._hint-text_1eas7_28 {
  color: var(--theme-text-secondary);
  font-size: 0.875rem;
  marign-top: 0.15rem;
}
._input_17kxy_1 {
  width: 100%;
  height: 100%;
  padding-inline: 1.625rem;
}
._input_17kxy_1::placeholder {
  color: var(--theme-text-secondary);
  opacity: 1;
}
._image_1l0lr_1 {
  display: contents;
}
._image_1l0lr_1 source {
  display: none;
}
._footer_4am7v_1 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  margin-top: 5rem;
  overflow: clip;
}
._bg_4am7v_10 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, #0d0d0d00 -43.17%, #0d0d0d);
  backdrop-filter: blur(2.5rem);
  z-index: -1;
}
._footer_4am7v_1:before {
  content: " ";
  position: absolute;
  width: 80rem;
  height: 80rem;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 100%) rotate(-90deg);
  z-index: -1;
  pointer-events: none;
  border-radius: 80.3125rem;
  background: conic-gradient(
    from 180deg at 50% 50%,
    #ffc876 35.76692193746567deg,
    #79fff7 153.749338388443deg,
    #9f53ff 258.7512445449829deg,
    #ff98e2 360deg
  );
  filter: blur(200px);
}
._animation_4am7v_42 {
  position: absolute;
  bottom: 46%;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
  width: 120%;
  max-width: 100rem;
}
._footer-inner_4am7v_52 {
  max-width: 93rem;
  display: grid;
  margin-inline: auto;
  column-gap: 4rem;
  row-gap: 3rem;
  padding-block: 2.5rem;
  padding-inline: 2rem;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "form store-links" "divider divider" "desc page-links";
}
._divider_4am7v_67 {
  grid-area: divider;
  height: 0.0625rem;
  width: 100%;
  background-color: #ffffff1a;
}
._col_4am7v_74 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
._desc-container_4am7v_81 {
  grid-area: "desc";
  max-width: 35rem;
}
._logo_4am7v_86 {
  height: 2.875rem;
}
._desc_4am7v_81 {
  font-size: 0.875rem;
  line-height: 1.8m;
  color: var(--theme-text-secondary);
}
._desc_4am7v_81 .bold {
  color: #fff;
}
._title_4am7v_100 {
  font-size: 1.25rem;
  font-weight: 700;
}
._store-links_4am7v_107 {
  display: flex;
  gap: 3rem;
  flex-direction: column;
  justify-content: space-between;
  grid-area: store-links;
}
._stores_4am7v_115 {
  display: flex;
  gap: 2rem;
}
._stores_4am7v_115 * {
  height: 3rem;
  width: auto;
}
._store-link_4am7v_107 {
  position: relative;
  display: flex;
}
._tooltip-container_4am7v_130 {
  position: relative;
}
._tooltip_4am7v_130 {
  position: absolute;
  bottom: calc(100% + 0.25rem);
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #222;
  padding-inline: 0.75rem;
  padding-block: 0.5rem;
  border-radius: 0.25rem;
  width: max-content;
  height: auto;
  line-height: 1.4;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
}
._tooltip_4am7v_130:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #222 transparent transparent transparent;
  transform: translate(-50%) rotate(0);
}
._tooltip-container_4am7v_130:not(:hover) ._tooltip_4am7v_130 {
  opacity: 0;
}
._sections_4am7v_172 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  grid-area: page-links;
}
._section_4am7v_172 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._section-title_4am7v_186 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
._section-link_4am7v_192 {
  font-size: 0.875rem;
  transition: color 0.2s ease-out;
}
._section-link_4am7v_192:hover,
._section-link_4am7v_192._active_4am7v_198 {
  color: #ffd512;
  text-decoration: none;
}
._socials_4am7v_205 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
._socials-title_4am7v_212 {
  font-size: 1.25rem;
  font-weight: 700;
}
._socials-list_4am7v_217 {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
._social-link_4am7v_223 {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999rem;
  overflow: hidden;
}
._social-link_4am7v_223 * {
  width: 100%;
  height: 100%;
}
._details-container_4am7v_237 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  grid-area: details;
}
._detail_4am7v_237 {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff9;
  text-align: center;
  line-height: 1.4em;
}
._detail_4am7v_237._small_4am7v_253 {
  font-size: 0.75rem;
}
._detail_4am7v_237._big_4am7v_257 {
  font-size: 1.0625rem;
  font-weight: 500;
}
._form-container_4am7v_264 {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  grid-area: form;
  max-width: 35rem;
}
._form_4am7v_264 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: start;
  gap: 1.125rem;
  margin-inline: auto;
}
._form-input_4am7v_282 {
  max-width: 23rem;
  width: 100%;
  flex: 1;
  min-width: 15rem;
}
._form-input_4am7v_282 > * {
  height: 3.5rem;
  min-height: 0;
}
._form-button_4am7v_294 {
  width: 11rem;
  height: 3.5rem;
}
._bottom-text_4am7v_301 {
  padding: 1.5rem;
  background-color: #000;
  width: 100%;
  height: 100%;
  text-align: center;
}
._disclaimer_4am7v_309 {
  color: var(--theme-text-secondary);
  margin-top: 0.5em;
}
._disclaimer_4am7v_309 .bold {
  color: var(--theme-text-primary);
}
@keyframes _banner_4am7v_1 {
  0% {
    left: 100%;
    transform: translate(0);
  }
  to {
    left: 0%;
    transform: translate(-110%);
  }
}
@media (max-width: 1500px) {
  ._footer-inner_4am7v_52 {
    grid-template-areas: "form form" "store-links store-links" "divider divider" "desc page-links";
  }
  ._store-links_4am7v_107,
  ._form-container_4am7v_264 {
    gap: 1rem;
  }
}
@media (max-width: 1200px) {
  ._footer-inner_4am7v_52 {
    grid-template-columns: 1fr;
    grid-template-areas: "form" "store-links" "divider" "desc" "page-links";
  }
  ._stores_4am7v_115 {
    flex-wrap: wrap;
  }
  ._stores_4am7v_115 {
    gap: 1rem;
  }
}
@media (max-width: 750px) {
  ._footer_4am7v_1 {
    overflow: hidden;
  }
}
@media (max-width: 500px) {
  ._form_4am7v_264 {
    display: flex;
    flex-direction: column;
  }
  ._form-button_4am7v_294 {
    width: 100%;
  }
  ._form-input_4am7v_282 {
    max-width: none;
  }
}
@media (max-width: 450px) {
  ._socials-list_4am7v_217 {
    gap: 1rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 350px) {
  ._socials-list_4am7v_217 {
    gap: 0.5rem;
  }
}
._select_19n0z_1 {
  position: relative;
}
._select-inner_19n0z_5 {
  min-height: 3.125rem !important;
}
._select_19n0z_1 .goog-te-gadget {
  display: flex;
  align-items: center;
  padding-inline: 1rem;
  height: 100%;
  color: transparent;
  width: 100%;
}
._select_19n0z_1 .goog-te-gadget:after {
  content: " ";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3csvg%20width='15'%20height='9'%20viewBox='0%200%2015%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.5%209L0%201.29487L1.2604%200L7.5%206.41026L13.7396%200L15%201.29487L7.5%209Z'%20fill='white'/%3e%3c/svg%3e");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  background-size: 0.625rem;
  background-repeat: no-repeat;
  background-position: center;
}
._select_19n0z_1 .goog-te-gadget > :first-child {
  display: flex;
  flex: 1;
}
._select_19n0z_1 .goog-te-gadget > :last-child {
  display: none;
}
._select_19n0z_1 .goog-te-combo {
  width: 100%;
  color: #fff;
  cursor: pointer;
}
._select_19n0z_1 .goog-te-combo > * {
  color: #000;
}
.skiptranslate iframe,
.goog-gt-tt,
.goog-gt-vt {
  display: none;
}
._navbar_vtxam_1 {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  height: 3.125rem;
  background-color: #121212;
  width: 100%;
  z-index: var(--theme-zindex-navbar);
  --gap: 3rem;
}
._nav-inner_vtxam_13 {
  display: flex;
  gap: var(--gap);
  align-items: center;
  height: 100%;
  padding-block: 0.5rem;
  padding-inline: 0.75rem;
  max-width: 114rem;
  width: 100%;
  margin-inline: auto;
}
._navbar_vtxam_1._scrolled_vtxam_25 {
  backdrop-filter: blur(0.625rem);
  background-color: #12121266;
}
._logo-link_vtxam_30 {
  position: relative;
  flex-shrink: 0;
  display: flex;
  width: 6.25rem;
  margin-right: var(--gap);
}
._logo-link_vtxam_30:after {
  content: " ";
  right: calc(var(--gap) * -1);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  height: 1.25rem;
  width: 1px;
  background-color: #ffffff1a;
}
._logo-link_vtxam_30 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
._links_vtxam_55 {
  display: flex;
  gap: var(--gap);
}
._link_vtxam_55 {
  position: relative;
  display: flex;
  padding-inline: 0.3125rem;
  background-image: var(--theme-gradients-main);
  background-clip: text;
  transition: color 0.2s ease-out;
  font-size: 0.875rem;
  text-decoration: none !important;
  cursor: pointer;
}
._link_vtxam_55:hover ._link-inner_vtxam_72,
._link_vtxam_55._active_vtxam_73 ._link-inner_vtxam_72 {
  color: transparent;
}
._link_vtxam_55._coming-soon_vtxam_77:before {
  content: "Coming Soon";
  padding: 0.75rem;
  white-space: nowrap;
  border-radius: 0.5rem;
  line-height: 1em;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 2rem);
  background-color: #fff3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
._link_vtxam_55._coming-soon_vtxam_77:hover:before {
  transform: translate(-50%, 0.625rem);
  opacity: 1;
}
._link-group_vtxam_100 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
._link-group_vtxam_100 svg {
  width: 0.625rem;
  height: 0.625rem;
  transition: transform 0.2s ease-out;
}
._link-group-dropdown_vtxam_113 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  width: 10rem;
  background-color: #222;
  border-radius: 0.5rem;
  box-shadow: #00000059 0 5px 15px;
  padding-block: 0.25rem;
  transform-origin: top left;
  z-index: 10;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
._link-group_vtxam_100:not(._open_vtxam_131) ._link-group-dropdown_vtxam_113 {
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
}
._link-group_vtxam_100._open_vtxam_131 svg {
  transform: rotate(180deg);
}
._link-group-dropdown_vtxam_113 ._link-item_vtxam_141 {
  display: flex;
  padding-block: 0.25rem;
  padding-inline: 0.75rem;
  font-size: 1rem;
}
._link-group-dropdown_vtxam_113 ._link-item_vtxam_141:hover {
  background-image: var(--theme-gradients-main);
  background-clip: text;
  color: transparent;
}
._buttons-container_vtxam_154 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: auto;
}
._nav-button_vtxam_161 {
  flex-shrink: 0;
  font-size: 0.75rem !important;
  margin-right: 0.75rem;
  line-height: 1em;
  height: 2rem;
  width: 7.5rem;
}
._menu-button_vtxam_170 {
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
  z-index: 2000;
}
._menu-button_vtxam_170 span {
  display: block;
  width: 2rem;
  height: 0.1875rem;
  transform-origin: left;
  background-color: #fff;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
._menu-button_vtxam_170 span:not(:last-child) {
  margin-bottom: 0.53125rem;
}
._menu-open_vtxam_192 ._menu-button_vtxam_170 span:nth-child(2) {
  opacity: 0;
}
._menu-open_vtxam_192 ._menu-button_vtxam_170 span:first-child {
  transform: rotate(45deg);
}
._menu-open_vtxam_192 ._menu-button_vtxam_170 span:last-child {
  transform: rotate(-45deg);
}
._nav-menu_vtxam_206 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--theme-zindex-navbar);
}
._nav-menu_vtxam_206:before {
  content: " ";
  position: fixed;
  top: -5rem;
  left: 0;
  height: calc(100% + 10rem);
  width: calc(100% - 3rem);
  max-width: 20rem;
  background-color: #000;
  z-index: -1;
  transition: transform 0.2s ease-out;
}
._nav-menu_vtxam_206:not(._menu-open_vtxam_192):before {
  transform: translate(-100%);
}
._nav-menu_vtxam_206:not(._menu-open_vtxam_192) {
  pointer-events: none;
}
._menu-backdrop_vtxam_236 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0.625rem);
  transition: opacity 0.2s ease-out;
}
._nav-menu_vtxam_206:not(._menu-open_vtxam_192) ._menu-backdrop_vtxam_236 {
  opacity: 0;
}
._nav-menu_vtxam_206 ._menu-button_vtxam_170 {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  transition: opacity 0.2s ease-out;
}
._nav-menu_vtxam_206:not(._menu-open_vtxam_192) ._menu-button_vtxam_170 {
  opacity: 0;
}
._menu-list_vtxam_261 {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  gap: 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% - 3rem);
  height: 100%;
  max-width: 20rem;
  background-color: #000;
  z-index: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.2s ease-out;
  padding-block: 2rem;
  padding-inline: 1.25rem;
}
._nav-menu_vtxam_206:not(._menu-open_vtxam_192) ._menu-list_vtxam_261 {
  transform: translate(-100%);
}
._menu-logo_vtxam_284 {
  width: 6.25rem;
}
._menu-link_vtxam_288 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  font-size: 1rem;
  background-image: var(--theme-gradients-main);
  background-clip: text;
  transition: color 0.2s ease-out;
  margin-right: auto;
  text-decoration: none !important;
  cursor: pointer;
}
._menu-link_vtxam_288:hover ._menu-link-inner_vtxam_302,
._menu-link_vtxam_288._active_vtxam_73 ._menu-link-inner_vtxam_302 {
  color: transparent !important;
}
._menu-link-inner_vtxam_302 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
._menu-link_vtxam_288 svg {
  width: 0.75rem;
  height: 0.75rem;
  transition: transform 0.2s ease-out;
}
._menu-link_vtxam_288._open_vtxam_131 svg {
  transform: rotate(180deg);
}
._menu-link_vtxam_288:not(._open_vtxam_131)
  ._menu-link-group-dropdown_vtxam_323 {
  max-height: 0;
}
._menu-link-group-dropdown_vtxam_323 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 0.75rem;
  padding-top: 0.5rem;
  overflow: hidden;
}
._menu-link_vtxam_288._coming-soon_vtxam_77:before {
  content: "Coming Soon";
  padding: 0.75rem;
  white-space: nowrap;
  border-radius: 0.5rem;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(2rem, calc(-50% + 2rem));
  background-color: #fff3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
._menu-link_vtxam_288._coming-soon_vtxam_77:hover:before {
  transform: translate(2rem, -50%);
  opacity: 1;
}
@media (max-width: 1790px) {
  ._navbar_vtxam_1 {
    --gap: 1.5rem;
  }
}
@media (max-width: 1480px) {
  ._navbar_vtxam_1 {
    --gap: 1rem;
  }
}
@media (max-width: 1380px) {
  ._navbar_vtxam_1 {
    --gap: 0.5rem;
  }
}
@media (max-width: 1280px) {
  ._links_vtxam_55 {
    display: none;
  }
  ._logo-link_vtxam_30:after {
    display: none;
  }
}
._toaster_eh0o7_1 {
  z-index: 1100;
}
._toast_eh0o7_1 {
  background-color: #1f1f1f !important;
  color: #fff !important;
}
._children-container_eh0o7_10 {
  width: 100%;
  overflow: hidden;
}
html {
  color-scheme: dark;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  scroll-snap-type: y mandatory;
  height: auto !important;
  --body-overflow: initial;
  overflow: initial !important;
  line-height: var(--theme-lineHeight-body);
}
body {
  background-color: var(--theme-bg-default);
  color: var(--theme-text-primary);
  font-family: var(--theme-font-primary);
  font-weight: var(--theme-font-weight-default);
  letter-spacing: var(--theme-font-spacing-default);
  min-height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-x: clip !important;
  width: 100%;
}
#root {
  display: flex;
  flex-direction: column;
  flex: 1;
}
a {
  color: var(--theme-text-link);
}
a:hover {
  text-decoration: underline;
}
w3m-modal,
wcm-modal {
  z-index: 2000;
}
i {
  font-style: italic;
}
strong {
  font-weight: 700;
}
w3m-modal {
  isolation: isolate;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 430px) {
  w3m-modal {
    bottom: 0;
    transform: none;
    left: 0;
    top: initial;
  }
}
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol
      *, .katex *)) {
  all: unset;
  display: revert;
}
*:not(.katex *),
*:before,
*:after {
  box-sizing: border-box;
}
a,
button {
  cursor: revert;
}
ol,
ul,
menu {
  list-style: none;
}
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  appearance: revert;
}
:where(pre) {
  all: revert;
}
::placeholder {
  color: unset;
}
::marker {
  content: initial;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
:where([draggable="true"]) {
  -webkit-user-drag: element;
}
:where(dialog:modal) {
  all: revert;
}
@media (max-width: 850px) {
  .custom img {
    height: 100% !important;
  }
}
* {
  box-sizing: border-box;
}
a {
  color: var(--theme-link);
  border-radius: 4px;
}
*:focus-visible {
  outline: 2px solid var(--theme-component-active);
}
html {
  --track-col: #333;
  --thumb-col: #838383;
}
.thin-scroll.contrast {
  --track-col: #2a2a2a;
  --thumb-col: #3f3f3f;
}
.thin-scroll {
  scrollbar-width: thin;
  scrollbar-color: var(--thumb-col) var(--track-col);
}
.thin-scroll::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
}
.thin-scroll::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: var(--track-col);
}
.thin-scroll::-webkit-scrollbar-thumb {
  background-color: var(--thumb-col);
}
.hide-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
img {
  color: transparent;
}
@keyframes loader {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.contrast {
  color: var(--theme-background-contrast);
}
@media (max-width: 850px) {
  .hide-mobile {
    display: none;
  }
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.highlight {
  color: var(--theme-text-primary);
}
.underline {
  text-decoration: underline;
}
.blink {
  animation: blink 0.8s infinite linear;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.vis-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.bold {
  font-weight: var(--theme-font-weight-bold);
}
.semibold {
  font-weight: var(--theme-font-weight-semibold);
}
.hide-scroll {
  scrollbar-width: none;
}
.hide-scroll::-webkit-scrollbar {
  display: none;
}
.flash {
  animation: flash 1s infinite alternate ease-in-out;
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.keen-slider:not([data-keen-slider-disabled]) {
  align-content: flex-start;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
}
.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
  flex-direction: row-reverse;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
  flex-wrap: wrap;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-moves] * {
  pointer-events: none;
}
._container_pyxh0_1 {
  display: flex;
  align-items: stretch;
}
._container_lw1us_1 {
  display: flex;
  gap: 0.5rem;
  font-size: 0.6875rem;
  font-weight: 500;
}
._link_lw1us_8 {
  position: relative;
  text-decoration: none !important;
}
._link_lw1us_8._active_lw1us_13:after {
  content: " ";
  height: 1px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: -0.325em;
  left: 0;
}
._item_flock_1._animating_flock_1 {
  animation: _fade_flock_1 0.5s ease-out forwards;
}
._item_flock_1._existing_flock_5 {
  opacity: 1;
  transform: translateY(0);
}
._item_flock_1:not(._animating_flock_1, ._existing_flock_5) {
  opacity: 0;
  transform: translateY(1.5em);
}
._item_flock_1._disabled_flock_15 {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
@keyframes _fade_flock_1 {
  0% {
    opacity: 0;
    transform: translateY(1.5em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
._title_1wxab_1 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: var(--theme-lineHeight-title);
  letter-spacing: -0.0136em;
}
._title-inner_1wxab_8 {
  line-height: inherit;
  color: transparent;
  background-clip: text;
  background-image: conic-gradient(
      from 180deg at 50% 50%,
      #ff98e2,
      #ffc876 35.77deg,
      #79fff7 153.75deg,
      #9f53ff 258.75deg,
      #ff98e2 360deg
    ),
    linear-gradient(0deg, #0003, #0003);
  -webkit-text-fill-color: transparent;
}
._title-inner_1wxab_8._loading_1wxab_24 {
  background-clip: none !important;
}
._title_1wxab_1._variant-primary_1wxab_28 ._title-inner_1wxab_8 {
  color: var(--theme-text-primary);
  -webkit-text-fill-color: initial;
}
._title_1wxab_1._center_1wxab_33 {
  text-align: center;
}
._title_1wxab_1._size-medium_1wxab_40 {
  font-size: 1.75rem;
}
._title_1wxab_1._size-small_1wxab_44 {
  font-size: 1.625rem;
}
._title_1wxab_1._size-xs_1wxab_48 {
  font-size: 1rem;
}
@media (min-width: 1601px) {
  ._title_1wxab_1._size-large_1wxab_37 {
    font-size: 3rem;
  }
}
@media (max-width: 1200px) {
  ._title_1wxab_1 {
    font-size: 1.875rem;
  }
  ._title_1wxab_1._size-medium_1wxab_40 {
    font-size: 1.5rem;
  }
  ._title_1wxab_1._size-small_1wxab_44 {
    font-size: 1.375rem;
  }
}
@media (max-width: 1000px) {
  ._title_1wxab_1._size-medium_1wxab_40 {
    font-size: 1.375rem;
  }
  ._title_1wxab_1._size-small_1wxab_44 {
    font-size: 1.25rem;
  }
}
@media (max-width: 750px) {
  ._title_1wxab_1 {
    font-size: 1.625rem;
  }
  ._title_1wxab_1._size-medium_1wxab_40 {
    font-size: 1.25rem;
    line-height: 1.4em;
  }
  ._title_1wxab_1._size-small_1wxab_44 {
    font-size: 1.125rem;
  }
}
@media (max-width: 550px) {
  ._title_1wxab_1._size-medium_1wxab_40,
  ._title_1wxab_1._size-mobile-medium_1wxab_100 {
    font-size: 1.125rem;
  }
  ._title_1wxab_1._size-small_1wxab_44 {
    font-size: 1rem;
  }
}
._section_3qcnx_1 {
  display: flex;
  gap: 2rem;
  align-items: center;
}
._section_3qcnx_1._centered_3qcnx_7 {
  text-align: center;
}
._container_3qcnx_11 {
  flex: 1;
  align-items: center;
}
._container_3qcnx_11:not(._text-container_3qcnx_16) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
._container_3qcnx_11:not(._text-container_3qcnx_16) > * {
  width: 100%;
}
._title_3qcnx_27 {
  align-self: start;
  line-height: 1.3em !important;
}
._section_3qcnx_1:not(._centered_3qcnx_7) ._title_3qcnx_27 {
  max-width: 35rem;
}
._section_3qcnx_1._centered_3qcnx_7 ._breadcrumbs_3qcnx_36 {
  margin-inline: auto;
}
._section_3qcnx_1._centered_3qcnx_7 ._title_3qcnx_27,
._section_3qcnx_1._centered_3qcnx_7 ._body_3qcnx_46 {
  align-self: center;
  margin-inline: auto;
  max-width: 55rem;
}
._section_3qcnx_1._centered_3qcnx_7 ._buttons_3qcnx_52 {
  justify-content: center;
}
._container_3qcnx_11:not(._text-container_3qcnx_16) > * {
  flex: 1;
}
._text-container_3qcnx_16 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}
._breadcrumbs_3qcnx_36 {
  margin-bottom: -0.325rem;
}
._body_3qcnx_46 {
  font-size: 1.125rem;
  line-height: 1.75em;
}
._body_3qcnx_46._style-light_3qcnx_76 {
  color: var(--theme-text-light);
}
._body_3qcnx_46._style-secondary_3qcnx_80 {
  color: var(--theme-text-secondary);
}
._body_3qcnx_46._style-primary_3qcnx_84 {
  color: var(--theme-text-primary);
}
._buttons_3qcnx_52 {
  display: flex;
  gap: 1.5rem;
  margin-block: 0.25rem;
}
._buttons_3qcnx_52 > * {
  min-width: 12.5rem;
}
._force-left_3qcnx_98 ._text-container_3qcnx_16 {
  align-items: start !important;
  text-align: left !important;
}
._force-left_3qcnx_98 ._title_3qcnx_27 {
  margin: 0 !important;
  align-self: start !important;
}
@media (max-width: 1200px) {
  ._body_3qcnx_46 {
    font-size: 1rem;
    line-height: 1.5em;
  }
  ._buttons_3qcnx_52 > * {
    min-width: 11.25rem;
  }
}
@media (max-width: 1000px) {
  ._section_3qcnx_1 {
    flex-direction: column;
  }
  ._container_3qcnx_11:not(._text-container_3qcnx_16) {
    max-width: 31.5rem;
  }
  ._section_3qcnx_1._side-right_3qcnx_128._collapse-top_3qcnx_128,
  ._section_3qcnx_1._side-left_3qcnx_131._collapse-bottom_3qcnx_131 {
    flex-direction: column-reverse;
  }
  ._text-container_3qcnx_16 {
    align-items: center;
    text-align: center;
  }
  ._title_3qcnx_27 {
    align-self: center;
  }
}
@media (max-width: 750px) {
  ._text-container_3qcnx_16 {
    gap: 0.5rem;
  }
  ._body_3qcnx_46 {
    font-size: 0.875rem;
  }
}
@media (max-width: 500px) {
  ._buttons_3qcnx_52 {
    gap: 0.7s5rem;
  }
  ._buttons_3qcnx_52 > * {
    min-width: 8rem;
  }
}
._right-container_16hsi_1 {
  flex: 1.4;
}
._text-container_16hsi_5 {
  flex: 1;
}
._section_1yug4_1 {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
  margin-block: 6rem;
}
._partner-list_1yug4_8 {
  display: flex;
  gap: 2.75rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
._partner_1yug4_8 {
  height: 1.625rem;
  width: auto;
}
@media (max-width: 750px) {
  ._section_1yug4_1 {
    margin-block: 4rem;
  }
}
._section_1x3z4_1 {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  max-width: 77rem;
  margin-inline: auto;
}
._button_1x3z4_9 {
  margin-inline: auto;
  margin-top: -1rem;
}
@media (max-width: 1200px) {
  ._section_1x3z4_1 {
    gap: 2rem;
  }
}
._collapse_1fkwa_1 {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
._item_1aowc_4 {
  display: flex;
  flex-direction: column;
}
._item-title_1aowc_9 {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-right: 2rem;
  min-height: 3.5rem;
  padding-block: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
}
._item_1aowc_4:not(:last-child) ._item-title_1aowc_9 {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
._item-title_1aowc_9:after {
  content: " ";
  position: absolute;
  top: 50%;
  background-image: url("data:image/svg+xml,%3csvg%20width='14'%20height='15'%20viewBox='0%200%2014%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M7.75%201.7124C7.75%201.29819%207.41421%200.962402%207%200.962402C6.58579%200.962402%206.25%201.29819%206.25%201.7124V6.9624H1C0.585786%206.9624%200.25%207.29819%200.25%207.7124C0.25%208.12662%200.585786%208.4624%201%208.4624H6.25V13.7124C6.25%2014.1266%206.58579%2014.4624%207%2014.4624C7.41421%2014.4624%207.75%2014.1266%207.75%2013.7124V8.4624H13C13.4142%208.4624%2013.75%208.12662%2013.75%207.7124C13.75%207.29819%2013.4142%206.9624%2013%206.9624H7.75V1.7124Z'%20fill='white'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  opacity: 0.4;
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
._expanded_1aowc_43 ._item-title_1aowc_9:after {
  background-image: url("data:image/svg+xml,%3csvg%20width='14'%20height='3'%20viewBox='0%200%2014%203'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M13.75%201.7124C13.75%202.12662%2013.4142%202.4624%2013%202.4624L1%202.4624C0.585786%202.4624%200.25%202.12662%200.25%201.7124C0.25%201.29819%200.585786%200.962402%201%200.962402L13%200.962402C13.4142%200.962402%2013.75%201.29819%2013.75%201.7124Z'%20fill='white'/%3e%3c/svg%3e");
  opacity: 1;
  transform: translateY(-50%) rotate(180deg);
}
._body_1aowc_49 {
  padding-top: 1rem;
  color: var(--theme-text-secondary);
}
@media (max-width: 1200px) {
  ._item-title_1aowc_9 {
    padding-block: 0.5rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 1200px) {
  ._item-title_1aowc_9 {
    font-size: 1rem;
  }
  ._body_1aowc_49 {
    font-size: 0.875rem;
    line-height: 1.7em;
  }
}
._container_1bkev_1 {
  position: relative;
  z-index: 1;
}
._body_1bkev_6 {
  margin-bottom: 3.125rem;
}
._video-container_1bkev_10 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  overflow: hidden;
  border: 4px solid transparent;
  background: linear-gradient(to bottom, #fff 0%, transparent 75%) border-box;
}
._video-container-1_1bkev_21 {
  margin-bottom: 1rem;
}
._video-container_1bkev_10 video {
  width: 100%;
  height: auto;
  background-color: #19191f;
}
._title-2_1bkev_31 {
  max-width: 53rem;
  text-align: center;
  margin: auto;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1600px) {
  ._body_1bkev_6 {
    margin-bottom: 1.5rem;
  }
  ._container_1bkev_1:after {
    width: 28.75rem;
    height: 28.75rem;
  }
}
@media (max-width: 1200px) {
  ._title-2_1bkev_31 {
    margin-block: 0;
  }
}
@media (max-width: 750px) {
  ._container_1bkev_1:after {
    width: 11.25rem;
    height: 11.25rem;
    transform: translate(8rem, 8rem);
    filter: blur(3rem);
    z-index: 1;
  }
}
._body_1dmc2_1 {
  max-width: 35.8rem;
}
@media (max-width: 750px) {
  ._section_1dmc2_6 {
    gap: 0.25rem;
  }
}
._body_acx4s_1 {
  max-width: 35.8125rem;
}
@media (max-width: 1200px) {
  ._container_acx4s_6 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}
._device-container_17m99_1 {
  display: flex;
  flex-direction: column;
  font-size: calc(var(--width) * 0.05);
  max-width: 22rem;
  width: 100%;
}
._device_17m99_1 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 3em;
  background-image: url("data:image/svg+xml,%3csvg%20width='375'%20height='812'%20viewBox='0%200%20375%20812'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_574_2559)'%3e%3cg%20opacity='0.3'%3e%3cg%20filter='url(%23filter0_f_574_2559)'%3e%3ccircle%20cx='-142'%20cy='156'%20r='97'%20fill='%23EB6A98'%20/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_574_2559)'%3e%3cpath%20d='M144%2028.5C144%2092.2889%2092.2889%20144%2028.5%20144C-35.2889%20144%20-87%2092.2889%20-87%2028.5C-87%20-35.2889%20-35.2889%20-87%2028.5%20-87C92.2889%20-87%20144%20-35.2889%20144%2028.5Z'%20fill='%239E7DFC'%20/%3e%3c/g%3e%3cg%20filter='url(%23filter2_f_574_2559)'%3e%3cpath%20d='M252%2049.5C252%20113.289%20200.289%20165%20136.5%20165C72.7111%20165%2021%20113.289%2021%2049.5C21%20-14.2889%2072.7111%20-66%20136.5%20-66C200.289%20-66%20252%20-14.2889%20252%2049.5Z'%20fill='%239E7DFC'%20/%3e%3c/g%3e%3cg%20filter='url(%23filter3_f_574_2559)'%3e%3ccircle%20cx='187.5'%20cy='510.5'%20r='115.5'%20fill='%239E7DFC'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_574_2559'%20x='-403'%20y='-105'%20width='522'%20height='522'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'%20/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'%20/%3e%3cfeGaussianBlur%20stdDeviation='82'%20result='effect1_foregroundBlur_574_2559'%20/%3e%3c/filter%3e%3cfilter%20id='filter1_f_574_2559'%20x='-281'%20y='-281'%20width='619'%20height='619'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'%20/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'%20/%3e%3cfeGaussianBlur%20stdDeviation='97'%20result='effect1_foregroundBlur_574_2559'%20/%3e%3c/filter%3e%3cfilter%20id='filter2_f_574_2559'%20x='-173'%20y='-260'%20width='619'%20height='619'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'%20/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'%20/%3e%3cfeGaussianBlur%20stdDeviation='97'%20result='effect1_foregroundBlur_574_2559'%20/%3e%3c/filter%3e%3cfilter%20id='filter3_f_574_2559'%20x='-122'%20y='201'%20width='619'%20height='619'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'%20/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'%20/%3e%3cfeGaussianBlur%20stdDeviation='97'%20result='effect1_foregroundBlur_574_2559'%20/%3e%3c/filter%3e%3cclipPath%20id='clip0_574_2559'%3e%3crect%20width='375'%20height='812'%20rx='40'%20fill='white'%20/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-color: #000;
  border: 0.325em solid rgba(255, 255, 255, 0.4);
  padding-inline: 0.625em;
  padding-block: 0.625em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 200 / 420;
  padding-bottom: 2.5em;
}
._device_17m99_1:after {
  content: " ";
  position: absolute;
  border-radius: 99rem;
  width: calc(100% - 6.25em);
  height: 0.25em;
  margin-inline: auto;
  background-color: #1e232e;
  bottom: 1.5em;
  left: 50%;
  transform: translate(-50%);
}
._status-bar_17m99_39 {
  display: flex;
  justify-content: space-between;
  padding: 0.75em;
  font-size: 0.93em;
  font-weight: 600;
  align-items: center;
}
._status-bar-icons_17m99_48 {
  display: flex;
  gap: 0.5em;
}
._status-bar-icons_17m99_48 * {
  width: 1em;
  height: 1em;
}
._device-body_17m99_58 {
  height: 100%;
  max-block-size: none;
  padding-inline: 0.25em;
  overflow-y: auto;
  scrollbar-width: none;
}
._device-body_17m99_58::-webkit-scrollbar {
  display: none;
}
._device-body-inner_17m99_70 {
  flex: 1;
  height: 0;
}
._device-tabs_17m99_75 {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  padding-block: 0.75em;
  padding-inline: 1em;
}
._tab_17m99_83 {
  width: 1.75em;
  height: 1.75em;
}
._tab-button_17m99_88 {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
._tab-button_17m99_88 svg {
  width: 100%;
  height: 100%;
}
._tab_17m99_83._active_17m99_99 {
  filter: brightness(2000%);
}
._bottom-text_17m99_103 {
  margin-top: 0.5em;
  font-weight: 500;
  font-size: calc(0.7969rem + 0.3vw);
  text-align: center;
  align-self: center;
  line-height: 1.2em;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  ._device-container_17m99_1 {
    max-width: 17rem;
  }
}
@media (max-width: 1400px) {
  ._device-container_17m99_1 {
    max-width: 15rem;
  }
}
@media (max-width: 1200px) {
  ._device-container_17m99_1 {
    width: 12.5rem;
    height: 25rem;
  }
  ._device_17m99_1 {
    width: 12.5rem;
    height: 25rem;
    border-radius: 2.5rem;
  }
}
._container_1s598_1 {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
._cards_1s598_7 {
  display: flex;
  overflow-y: auto;
  padding: 0.5em;
}
._cards-inner_1s598_13 {
  display: flex;
  gap: 1em;
  width: 0;
}
._card-item_1s598_19 {
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  position: relative;
  width: 15em;
  flex-shrink: 0;
  border-radius: 2em;
  padding: 1em;
  overflow: hidden;
}
._card-item-gradient_1s598_32 {
  background: linear-gradient(
    71.51deg,
    #e08fef,
    #9f59ff 47.4047988653183%,
    #86c1f9
  );
}
._card-item-gray_1s598_41 {
  background-color: #787878;
}
._card-logo_1s598_45 {
  height: 2em;
  align-self: start;
  margin-bottom: 0.5em;
}
._card-bg_1s598_51 {
  width: 2.5em;
}
._card-bg_1s598_51 > * {
  width: 100%;
  height: 100%;
}
._card-number_1s598_60 {
  font-size: 1.125em;
}
._card-details_1s598_64 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
}
._card-name_1s598_71 {
  font-size: 0.9em;
}
._valid-text-container_1s598_75 {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
._valid-text_1s598_75 {
  font-size: 0.55em;
  line-height: 1em;
}
._circle-lines_1s598_86 {
  position: absolute;
  z-index: -1;
  top: 1.5em;
  right: 2.5em;
  width: 3.25em;
  height: auto;
  max-block-size: none;
}
._circle-lines_1s598_86 > * {
  width: 100%;
  max-block-size: none;
  height: auto;
}
._bg-lines_1s598_102 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  max-block-size: none;
}
._img_13cak_1 {
  width: 100%;
  height: auto;
  max-block-size: none;
}
._container_wd569_1 {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
._account-value_wd569_7 {
  line-height: 1.2em;
  font-size: 3em;
  font-weight: 700;
}
._value-label_wd569_13 {
  color: #fff9;
  font-size: 1.125em;
}
._tabs_wd569_18 {
  display: flex;
  justify-content: space-evenly;
  gap: 1em;
  margin-block: 1em;
}
._tab_wd569_18 {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
._tab_wd569_18 span {
  font-size: 0.8em;
  text-align: center;
  color: var(--theme-text-secondary);
  font-weight: 500;
}
._tab_wd569_18 img {
  width: 4.5em;
  height: 4.5em;
}
._navigation_wd569_44 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
._navigation_wd569_44 p {
  font-size: 1.5em;
  font-weight: 500;
}
._back-button_wd569_57 {
  position: absolute;
  width: 2em;
  height: 2em;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
._back-button_wd569_57 svg {
  width: 100%;
  height: 100%;
}
._stocks-img_wd569_72 {
  margin-top: 5em;
}
._img_1ar2y_1 {
  width: 100%;
  height: auto;
  max-block-size: none;
  aspect-ratio: 345 / 707;
}
._img_1ye7m_1 {
  width: 100%;
  height: auto;
  max-block-size: none;
  aspect-ratio: 343 / 527;
}
._section_rcmn0_1 {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  grid-column: 1 / -1;
}
._carousel_rcmn0_8 {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
._title_rcmn0_14 {
  text-align: center;
}
._slider-wrapper_rcmn0_18 {
  display: flex;
  overflow-x: scroll;
}
._slider-wrapper_rcmn0_18 > * {
  width: 0 !important;
  flex: 1 !important;
}
._box_rcmn0_28 {
  padding: 1.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid transparent;
  backdrop-filter: blur(10px);
  border-radius: 1rem;
  background: linear-gradient(#1f1f1f, #1f1f1f) padding-box,
    linear-gradient(to top right, transparent 30%, #fff 50%, transparent 70%)
      border-box;
  width: 29rem;
  flex-shrink: 0;
  align-self: start;
}
._box-heading_rcmn0_45 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
._divider_rcmn0_51 {
  height: 1px;
  background: linear-gradient(90deg, #fff0, #fff9 52%, #fff0 98%);
}
._goals_rcmn0_61 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
._goal_rcmn0_61 {
  position: relative;
  padding-left: 1rem;
  color: var(--theme-text-secondary);
}
._goal_rcmn0_61:before {
  content: " ";
  flex-shrink: 0;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 999rem;
  position: absolute;
  top: 0.625em;
  left: 0;
  background-color: var(--theme-text-secondary);
}
._bars_rcmn0_85 {
  margin-top: 4rem;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding-inline: 0.5rem;
  width: 100%;
}
._bar-button_rcmn0_94 {
  position: relative;
  height: 0.125rem;
  flex: 1;
  max-width: 3rem;
  background-color: #262626;
  cursor: pointer;
}
._bar-button_rcmn0_94:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: var(--theme-gradients-main);
  transition: opacity 0.2s ease-out;
}
._bar-button_rcmn0_94._active_rcmn0_115:after {
  opacity: 1;
}
@media (max-width: 1200px) {
  ._bars_rcmn0_85 {
    margin-top: 4rem;
  }
}
@media (max-width: 750px) {
  ._bars_rcmn0_85 {
    margin-top: 4rem;
  }
  ._box_rcmn0_28 {
    width: calc(100vw - 3rem);
    max-width: 22rem;
  }
  ._goals_rcmn0_61 {
    font-size: 0.875rem;
    line-height: 1.3em;
  }
  ._bars_rcmn0_85 {
    margin-top: 0rem;
  }
}
._section_2ink6_1 {
  position: relative;
  margin-block: 5rem;
  width: 100%;
  min-width: 0;
}
._section_2ink6_1._ended_2ink6_8 {
  margin-top: 10rem;
}
._animation_2ink6_12 {
  position: absolute;
  top: 37%;
  right: 58%;
  width: 76vw;
  transform: translate(100%, -50%);
  z-index: -2;
}
._text-container_2ink6_21 {
  min-width: min(46.5rem, 100%);
  max-width: 46.5rem;
}
._body_2ink6_26 {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}
._bottom-container_2ink6_31 {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
._bottom-text_2ink6_37 {
  color: var(--theme-text-secondary);
  font-size: 0.75rem;
  line-height: 1.33em;
}
._bottom-link_2ink6_43 {
  display: flex;
  align-items: center;
  gap: 0.325rem;
  font-size: 0.875rem;
  text-decoration: none !important;
}
._bottom-link_2ink6_43 svg {
  transition: transform 0.2s ease-out;
}
._bottom-link_2ink6_43:hover svg {
  transform: translate(4px);
}
@media (max-width: 1600px) {
  ._body_2ink6_26 {
    font-size: 1rem !important;
  }
}
@media (max-width: 1000px) {
  ._bg-container_2ink6_66 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 90rem;
    height: 100%;
    max-width: none !important;
  }
  ._text-container_2ink6_21 {
    margin-inline: auto;
  }
  ._animation_2ink6_12 {
    position: static;
    transform: none;
    width: 100%;
    opacity: 0.25;
  }
}
@media (max-width: 750px) {
  ._section_2ink6_1._ended_2ink6_8 {
    margin-top: 0rem;
  }
  ._section_2ink6_1 {
    overflow-x: clip !important;
    transform: none;
    grid-column: 1 / -1;
    padding-inline: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 0;
    padding-top: 1.5rem;
  }
  ._bg-container_2ink6_66 {
    position: static;
    transform: none;
    max-height: 0 !important;
  }
  ._animation_2ink6_12 {
    position: absolute;
    top: -0.5rem;
    right: 2vw;
    transform: translate(50%, -50%);
    max-block-size: none;
    width: 100vw;
    opacity: 1;
  }
}
._chart-container_qpvnr_1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 5 / 3;
  padding-block: 4rem;
  padding-inline: min(34%, 23rem);
  width: 100%;
  max-width: 80rem;
  align-self: center;
  margin-block: 2%;
  margin-inline: auto;
  isolation: isolate;
}
._bg-container_qpvnr_18 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
._chart-img_qpvnr_24 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
._chart-img-center_qpvnr_31 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
  height: 25%;
}
._chart-bg_qpvnr_40 {
  position: absolute;
  width: 136%;
  height: 136%;
  top: 49.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
._chart-label-container_qpvnr_50 {
  isolation: isolate;
  position: absolute;
  display: flex;
  flex-direction: column;
  left: calc(var(--x-off) * 1%);
  width: 30%;
  white-space: nowrap;
  max-width: 16.8rem;
  text-align: right;
  font-size: 1.25rem;
}
._chart-label-container_qpvnr_50._side-right_qpvnr_63 {
  left: initial;
  right: calc(var(--x-off) * 1%);
  text-align: left;
}
._chart-label-title_qpvnr_69 {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  margin-bottom: 0.25rem;
}
._chart-label-line-container_qpvnr_75 {
  position: relative;
  height: 1px;
  background-color: #fff;
  width: 70%;
  margin-top: 0.125rem;
  pointer-events: none;
}
._side-left_qpvnr_84 ._chart-label-line-container_qpvnr_75 {
  margin-left: 30%;
}
._highlight_qpvnr_88 {
  color: var(--col);
  font-weight: 700;
}
._chart-label-line_qpvnr_75 {
  position: absolute;
  top: 0;
  left: 100%;
  width: var(--line-width);
  height: 1px;
  background-color: #fff;
  transform-origin: 0 0;
  transform: rotate(var(--line-rot));
}
._chart-label-dot_qpvnr_104 {
  position: absolute;
  top: var(--y);
  left: var(--x);
  width: 0.325rem;
  height: 0.325rem;
  border-radius: 999rem;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
._chart-label-dot_qpvnr_104._big_qpvnr_115 {
  width: 0.425rem;
  height: 0.425rem;
}
._side-right_qpvnr_63 ._chart-label-line_qpvnr_75 {
  left: 0;
  top: 1px;
}
._chart-label-line-container_qpvnr_75 {
  margin-right: auto;
}
._chart-label-percentage_qpvnr_129 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  ._chart-label-container_qpvnr_50 {
    font-size: 1rem;
    width: 20%;
  }
}
@media (max-width: 750px) {
  ._chart-container_qpvnr_1 {
    max-width: calc(100vw - 2rem) !important;
    overflow: hidden;
  }
  ._chart-label-container_qpvnr_50 {
    font-size: 0.75rem;
  }
}
@media (max-width: 500px) {
  ._chart-labels_qpvnr_151 {
    flex-direction: column;
    gap: 1.5rem;
  }
  ._chart-label-title_qpvnr_69 {
    margin: 0;
  }
  ._chart-labels_qpvnr_151 > * {
    gap: 1.5rem;
  }
  ._chart-label-container_qpvnr_50 {
    font-size: 0.625rem;
    text-align: left;
    height: auto;
  }
  ._chart-label-container_qpvnr_50:after {
    left: -0.75rem !important;
    right: initial !important;
  }
}
@media (max-width: 400px) {
  ._chart-label-container_qpvnr_50 {
    font-size: 0.55rem;
  }
}
@media (max-width: 360px) {
  ._chart-label-container_qpvnr_50 {
    font-size: 0.5rem;
  }
  ._chart-label-line-container_qpvnr_75 {
    margin-top: -0.25rem;
  }
}
._section_16zas_1 {
  position: relative;
  margin-top: 10rem;
  margin-bottom: 5rem;
  padding-bottom: 4rem;
  padding-top: 1.5rem;
}
._container_16zas_9 {
  align-items: center;
}
._body_16zas_13 {
  margin-bottom: 6rem;
  max-width: 60rem !important;
}
._text_16zas_18 {
  text-align: center;
  color: var(--theme-text-secondary);
  margin-top: 0.5rem;
}
._bg_16zas_24 {
  position: absolute;
  top: -7rem;
  left: 50%;
  width: 100vw;
  z-index: -1;
  transform: translate(-50%);
}
._bg-bottom_16zas_33 {
  transform: translate(-50%) rotate(180deg);
  top: initial;
  bottom: -7rem;
}
._curve_16zas_39 {
  position: absolute;
  max-block-size: none;
  left: 0;
  width: 100%;
}
._gradient_16zas_46 {
  position: absolute;
  max-block-size: none;
  left: 50%;
  transform: translate(-50%, -55%);
  top: 0;
}
._button_16zas_54 {
  min-width: 11rem;
  margin-top: 1rem;
}
@media (max-width: 1200px) {
  ._chart_16zas_60 {
    margin-top: 3rem !important;
  }
  ._body_16zas_13 {
    max-width: 45rem !important;
  }
}
@media (max-width: 750px) {
  ._body_16zas_13 {
    margin-bottom: 4rem;
  }
  ._chart_16zas_60 {
    margin-top: 2rem !important;
  }
}
._page_7n1dc_1 {
  row-gap: 6rem !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  padding-bottom: 5rem;
  overflow-x: clip;
}
._page_7n1dc_1 > * {
  max-width: 100%;
}
@media (max-width: 1600px) {
  ._page_7n1dc_1 {
    row-gap: 8rem !important;
  }
}
@media (max-width: 1000px) {
  ._page_7n1dc_1 {
    row-gap: 6rem !important;
  }
}
._page_5lied_1 {
  display: grid;
  grid-template-columns: 1fr 92rem 1fr;
  padding-block: 4rem;
  row-gap: 4rem;
  background-image: radial-gradient(
    ellipse 100vw 80vw at 80vw 20vw,
    #9f59f022 0%,
    transparent 100%
  );
}
._page_5lied_1._no-glow_5lied_13 {
  background-image: none;
}
._page_5lied_1 > * {
  grid-column: 2 / 3;
}
@media (max-width: 1600px) {
  ._page_5lied_1 {
    grid-template-columns: 4rem 1fr 4rem;
  }
}
@media (max-width: 1200px) {
  ._page_5lied_1 {
    grid-template-columns: 1fr 60rem 1fr;
  }
}
@media (max-width: 1000px) {
  ._page_5lied_1 {
    grid-template-columns: 1fr 45rem 1fr;
  }
}
@media (max-width: 800px) {
  ._page_5lied_1 {
    grid-template-columns: 1fr 33rem 1fr;
  }
}
@media (max-width: 600px) {
  ._page_5lied_1 {
    grid-template-columns: 1rem 1fr 1rem;
  }
}
@media (max-width: 750px) {
  ._page_5lied_1 {
    background-image: radial-gradient(
      ellipse 100vw 30rem at calc(100% - 10rem) 10rem,
      #9f59f022 0%,
      transparent 100%
    );
  }
}
