:root {
  --grey: #d4d2cf;
  --black: #1f1f1f;
  --white: #f1f1f1;
  --biege: #c5b197;
}

.scroll_section {
  background-color: #010101;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.flex_seo {
  display: flex;
}

.seo_box:last-child {
  border-right-style: none;
}
.title_seo_box {
  letter-spacing: -0.01em;
  background-image: linear-gradient(#f1f1f1, #f1f1f1 75%, #f1f1f100);
  width: 13ch;
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 1em;
  font-size: 3em;
  font-weight: 500;
  line-height: 0.9;
  position: sticky;
  top: 0;
}
.list_seo {
  letter-spacing: 0;
  margin-top: 12em;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.4;
}
.cms_grid_seo {
  margin-top: 82px;
}
.section_fullsize {
  width: 100vw;
  height: 60em;
  position: relative;
  overflow: hidden;
}
.background_image {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.text_above {
  z-index: 15;
  width: 100%;
  height: 100%;
  padding: 52px 32px;
  position: absolute;
  inset: 0%;
}
.tag_chips {
  background-color: var(--white);
  letter-spacing: 0;
  border-radius: 100em;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  font-size: 0.9em;
  font-weight: 500;
  display: flex;
}
.tags_list {
  grid-column-gap: 4px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
}
.title_tags {
  color: var(--white);
  font-size: 2.5em;
  font-weight: 500;
}
.box_chips {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 40%;
  display: flex;
}
.flexbox {
  display: flex;
}
.headline_cta {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  margin-left: auto;
  display: flex;
}
.footer {
  background-color: #010101;
  width: 100vw;
}
.wrapper_footer {
  padding: 62px 32px 20px;
}
.flexbox_footer {
  display: flex;
}
.logo_left {
  color: var(--white);
  width: 18%;
}
.subscribe_form {
  width: 30%;
}
.field_txt {
  color: #f1f1f1a6;
  letter-spacing: 0;
  font-size: 0.8em;
  font-weight: 500;
}
.input_field {
  color: var(--white);
  letter-spacing: 0.01em;
  background-color: #f1f1f100;
  border: 1px solid #f1f1f159;
  border-radius: 100em;
  width: 85%;
  height: 3.5em;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 20px;
  font-size: 0.85em;
  font-weight: 500;
  transition: all 0.4s;
}
.input_field:hover,
.input_field:active,
.input_field:focus {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}
.submit_button {
  color: var(--white);
  text-align: center;
  background-color: #010101;
  border: 1px solid #f1f1f1;
  border-radius: 100%;
  width: 4em;
  height: 4em;
  padding-left: 0;
  padding-right: 0;
  font-size: 0.8em;
  font-weight: 500;
  transition: all 0.4s;
}
.submit_button:hover {
  background-color: var(--white);
  color: var(--black);
}
.input_submit {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-top: 16px;
  display: flex;
}
.title_subscribe {
  color: var(--white);
  font-size: 0.95em;
  font-weight: 500;
}
.footer_form {
  margin-top: 6px;
}
.grid_menu {
  grid-column-gap: 24px;
  grid-row-gap: 42px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  margin-left: auto;
  display: grid;
}
.footer_link {
  color: var(--white);
  letter-spacing: 0.01em;
  font-size: 0.8em;
  transition: all 0.4s;
}
.footer_link:hover {
  opacity: 0.45;
}
.title_footer {
  color: #f1f1f1a6;
  letter-spacing: 0;
  font-size: 0.85em;
}
.list_links {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}
.box_footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}
.last_line {
  border-top: 1px dashed #f1f1f159;
  margin-top: 16em;
  padding-top: 20px;
  display: flex;
}
.last_txt {
  color: #f1f1f18c;
  letter-spacing: 0;
  font-size: 0.8em;
  font-weight: 500;
}
.right_last {
  flex-flow: row;
  justify-content: space-between;
  width: 40%;
  margin-left: auto;
  display: flex;
}
.pp_cp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}
.pp_cp.mobile_only {
  display: none;
}
.wrapper_faq {
  width: 100%;
  height: 100%;
  padding: 20px 32px;
}
.left_side {
  width: 50%;
}
.right_faq {
  width: 50%;
  padding-top: 24px;
  padding-left: 28px;
}
.cms_faq {
  margin-top: 42px;
}
.cta_section {
  width: 100vw;
  height: 80em;
  position: relative;
  overflow: hidden;
}
.wrapper_cta {
  z-index: 15;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 152px 32px;
  display: flex;
  position: absolute;
}
.cta_headline {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 64ch;
  display: flex;
}
.header_flex {
  justify-content: space-between;
  width: 48%;
  display: flex;
}
.accordion-item {
  border-top: 2px #d8d8d8;
  border-bottom: 1px #d8d8d8;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding: 12px 0 0;
  display: flex;
}
.item_title {
  letter-spacing: 0;
  width: 49ch;
  margin-left: 0;
  margin-right: auto;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.4;
}
.faq_questin {
  width: 90%;
  margin-left: 0%;
}
.item_head {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}
.faq_rich {
  letter-spacing: 0;
  width: 100%;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.5;
}
.icon_wrapper {
  justify-content: center;
  align-items: center;
  width: 2.2em;
  margin-left: auto;
  padding: 0.4em;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
}
.accordion_paragraph {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  flex-direction: column;
  width: 90%;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 4px 0%;
  line-height: 1;
  display: flex;
}
.icon_line {
  background-color: #2b2b2b;
  border-radius: 100em;
  width: 2px;
  padding-top: 1.5em;
  transform: rotate(90deg);
}
.icon_line.is--2 {
  border-radius: 100em;
  width: 2px;
  padding-top: 1.5em;
  position: absolute;
  transform: none;
}
.title_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}
.item_content-wrapper {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  display: flex;
  overflow: hidden;
}
.accordion_head-wrapper {
  cursor: pointer;
  background-color: #010101;
  border-radius: 3px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 54px;
  padding-left: 16px;
  display: flex;
  overflow: hidden;
}
.accordion_head-wrapper.main_faq {
  background-color: #01010100;
  height: auto;
  margin-bottom: 8px;
  padding-left: 0;
}
.cms_faq_item {
  border-top: 1px dashed #1f1f1f40;
}
.cms_faq_item:last-child {
  border-bottom: 1px dashed #1f1f1f40;
}
.hamburger_mobile {
  display: none;
}
.background_3d {
  width: 100vw;
  height: 170vh;
  position: sticky;
  top: 0;
}
._3d_motion {
  width: 100%;
  height: 100%;
}
.sticky_headline {
  position: sticky;
  top: 4.5em;
}
.desc_box {
  width: 35ch;
}
.image_faq {
  border-radius: 4px;
  height: 88vh;
  position: sticky;
  top: 4.8em;
  overflow: hidden;
}
.mobile_menu {
  display: none;
}
.content_wrapper_above {
  z-index: 15;
  width: 100%;
  height: 100%;
  padding-top: 72px;
  padding-left: 32px;
  padding-right: 32px;
  position: absolute;
  inset: 0%;
}
.sticky_top {
  z-index: 5;
  position: sticky;
  top: 4em;
}
.sticky_overlay {
  z-index: 19;
  background-image: linear-gradient(#c5b197, #c5b19700);
  width: 100%;
  height: 5em;
  position: sticky;
  top: 0;
}
.number_circle {
  color: var(--white);
  text-align: center;
  background-color: #1b1b1b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 1.1em;
  font-weight: 500;
  display: flex;
}
.content_number {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}
.number_box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 92px;
  display: flex;
}
.number_box.second {
  margin-top: 92px;
  margin-left: 65%;
}
.number_box.third {
  margin-top: 112px;
  margin-left: 25%;
}
.title_number {
  font-size: 1.5em;
  font-weight: 500;
}
.txt_number {
  letter-spacing: 0.01em;
  width: 35ch;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.2;
}
.stack_cards {
  background-color: var(--grey);
  width: 100vw;
  height: auto;
}
.fullsize_gradient {
  background-color: var(--grey);
  border-radius: 8px;
  width: 100vw;
  height: 80em;
  position: relative;
  overflow: hidden;
}
.content_above {
  z-index: 15;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 52px 32px 32px;
  display: flex;
  position: relative;
}
.headline_gradient {
  width: 89ch;
}
.flexbox_spec {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
.circle_icon {
  border: 1px solid #f1f1f173;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  padding: 16px;
}
.title_cms {
  color: var(--white);
  letter-spacing: 0;
  font-size: 1.65em;
  font-weight: 500;
}
.title_pd {
  margin-left: 20%;
}
.bullet_list {
  width: 48%;
  margin-top: 1.8%;
  margin-left: auto;
}
.bullet_cms {
  margin-top: 20px;
}
.bullet_item {
  border-top: 1px dashed #f1f1f140;
  padding-top: 32px;
  padding-bottom: 32px;
}
.bullet_item:last-child {
  border-bottom: 1px dashed #f1f1f140;
}
.cms_list_bullet {
  margin-top: auto;
  margin-bottom: auto;
}
.noise-overlay {
  width: 100%;
  height: 100%;
}
.gradient_code {
  display: none;
}
.vanta_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}
.flex_icon {
  justify-content: flex-start;
  align-items: center;
  width: 52%;
  display: flex;
}
.wrapper_cards {
  width: 100%;
  height: 100%;
  padding: 52px 28px 252px;
}
.flexbox_cards {
  display: flex;
}
.left_side_cards {
  width: 40%;
  position: static;
  top: 4rem;
}
.left_side_cards.professional_1s {
  width: 48%;
}
.right_side_cards {
  width: 40%;
  margin-left: auto;
}
.right_side_cards.left_side_cards {
  margin-left: 0;
  margin-right: auto;
}
.right_side_cards.white_cards {
  width: 40%;
  margin-left: auto;
  margin-right: 8%;
}
.wrapper_card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}
.like_h4 {
  color: var(--black);
  margin-bottom: 0;
  font-size: 1.35em;
}
.like_h4.white {
  color: var(--white);
  font-weight: 400;
}
.card_item {
  background-color: var(--white);
  border: 1px solid #1f1f1f26;
  border-radius: 6px;
  position: sticky;
  top: 6rem;
}
.card_item.white_card {
  top: 5em;
}
.card_item.black_card {
  background-color: var(--black);
  top: 5em;
  bottom: auto;
}
.card_items {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}
.circle_number {
  background-color: var(--black);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 2px;
  font-size: 0.8em;
  font-weight: 500;
  display: flex;
}
.circle_number.white {
  background-color: var(--white);
  color: var(--black);
}
.txt_part {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}
.sticky_headline_cards {
  position: sticky;
  top: 5em;
}
.content_bottom {
  border-top: 1px dashed #1f1f1f40;
  width: 100%;
  margin: 62px 0 0;
  padding: 16px 20px 20px;
}
.content_bottom.white {
  border-top-color: #d4d2cf33;
}
.circle_wrap {
  flex: none;
  width: 90em;
  height: 42em;
  margin-top: auto;
}
.circle_wrapper {
  width: 100%;
  height: 100%;
}
.circle_list {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.circle {
  text-align: center;
  border: 1px solid #ffffff59;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 0.4s;
  display: flex;
  position: absolute;
  inset: 0%;
}
.circle_item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  transform: rotate(0);
}
.page-wrapper {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}
.container.is-timeline {
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding: 16vh 0 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
.circle_height {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.project-css {
  display: none;
}
.circle_link-2 {
  margin-top: -4.5em;
  display: block;
  position: relative;
}
.circle_date {
  color: var(--white);
  background-color: #f1f1f100;
  border: 1px solid #f1f1f173;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.85em;
  height: 2.85em;
  margin-bottom: 0.8em;
  padding: 18px 16px 16px;
  font-size: 1.1em;
  transition: opacity 0.3s;
  display: flex;
}
.circle_dot {
  background-color: var(--white);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 0.2s;
  display: block;
}
.circle_description {
  opacity: 0;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30em;
  height: auto;
  margin-top: 10em;
  transition: opacity 0.45s ease-in-out;
  display: flex;
  position: absolute;
}
.circle_line {
  background-color: #f1f1f1a6;
  width: 1px;
  height: 10.5em;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0 0% auto;
  transform: translateY(-100%);
}
.circle_p {
  color: #ffffffb3;
  letter-spacing: -0.03em;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1.4;
}
.circle_p.headline_circle {
  color: var(--white);
  width: 100%;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
}
.circle_p.base_txt {
  color: #f1f1f1e6;
  letter-spacing: 0.01em;
  width: 26ch;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
  margin: auto;
}
.scroll_track {
  height: 510vh;
  padding-top: 0;
  padding-bottom: 0;
}
.txt_circle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 2em;
  display: flex;
}
.heading_world {
  position: absolute;
  top: 5.5em;
  left: 32px;
}
.black_intro {
  background-color: #010101;
  width: 100vw;
  height: 90vh;
}
.success_subscribe {
  color: var(--white);
  letter-spacing: 0.01em;
  background-color: #f1f1f100;
  border: 1px dashed #f1f1f140;
  border-radius: 14px;
  padding: 12px;
  font-size: 0.85em;
  font-weight: 500;
  line-height: 1.5;
}
.error_message {
  color: #ec3737;
  letter-spacing: 0.01em;
  background-color: #ffdede00;
  margin-top: 12px;
  padding: 0;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.2;
}
._5_cubes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  display: flex;
}
.cube_1 {
  background-color: var(--white);
  border-radius: 2px;
  width: 10px;
  height: 10px;
}
.cube_1.last_cube {
  opacity: 0.45;
}
._4_cubes,
._3_cubes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  display: flex;
}
.modal_join_waitlist {
  z-index: 999;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}
.overlay_box_modal {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #0000008f;
  width: 100%;
  height: 100%;
  position: relative;
}
.modal_box {
  z-index: 5;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}
.modal_window {
  background-color: var(--white);
  border-radius: 10px;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transform: translate(125%);
}
.headline_box {
  border-bottom: 1px dashed #1f1f1f40;
  padding-bottom: 20px;
  position: relative;
}
.modal_wrapper {
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 24px 28px;
  display: flex;
}
.modal_headline {
  letter-spacing: -0.03em;
  font-size: 2.5em;
  font-weight: 500;
}
.form_subscribe {
  height: 100%;
  margin-top: 42px;
  margin-bottom: 0;
}
.modal_flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}
.field_text {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 0.8em;
  font-weight: 500;
}
.field_input {
  color: var(--black);
  letter-spacing: 0;
  background-color: #fff0;
  border: 1px #1f1f1f40;
  border-bottom-style: solid;
  border-radius: 0;
  height: 54px;
  margin-bottom: 0;
  padding: 12px 16px 2px 0;
  font-size: 0.9em;
  font-weight: 500;
  transition: all 0.4s;
}
.field_input:hover,
.field_input:active,
.field_input:focus,
.field_input:focus-visible,
.field_input[data-wf-focus-visible] {
  border-bottom-color: var(--black);
}
.field_input::placeholder {
  color: #1f1f1fbf;
  font-size: 1em;
}
.field_box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 8px;
  display: flex;
}
.flex_modal {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}
.double_line {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.submit_form {
  background-color: var(--black);
  letter-spacing: 0.01em;
  border-radius: 100em;
  height: 54px;
  margin-top: 0;
  padding: 12px 16px;
  font-size: 0.9em;
  font-weight: 500;
  transition: all 0.4s;
}
.submit_form:hover {
  opacity: 1;
  background-color: #050505;
}
.note_pp {
  opacity: 0.65;
  justify-content: center;
  align-items: center;
  display: flex;
}
.submit_pp {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  margin-top: 24px;
  display: flex;
}
.form_container {
  height: 100%;
}
.form_box {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}
.close_modal {
  opacity: 0.45;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all 0.5s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}
.close_modal:hover {
  opacity: 1;
  transform: rotate(90deg);
}
.line_close {
  background-color: var(--black);
  width: 28px;
  height: 2px;
}
.line_close.one {
  transform: translateY(2px) rotate(45deg);
}
.line_close.two {
  transform: rotate(-45deg);
}
.body {
  background-color: var(--grey);
}
.flexbox_table {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}
.table_personal {
  background-color: var(--white);
  border-radius: 6px;
  width: 50%;
  padding: 28px;
  overflow: hidden;
}
.table_professional {
  background-color: var(--biege);
  border-radius: 6px;
  width: 50%;
  margin-left: auto;
  padding: 28px;
  overflow: hidden;
}
.grey_cards {
  background-color: var(--grey);
}
.h3 {
  letter-spacing: -0.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 500;
  line-height: 1;
}
.dot_bold {
  background-color: var(--black);
  border-radius: 100%;
  width: 16px;
  height: 16px;
}
.flex_heading {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  display: flex;
}
.cms_list_card {
  margin-top: 32px;
}
.item_card {
  border-top: 1px dashed #1f1f1f40;
  padding-top: 12px;
  padding-bottom: 12px;
}
.item_card:last-child {
  border-bottom: 1px dashed #1f1f1f40;
}
.title_list {
  margin-bottom: 6px;
  font-size: 1.1em;
  font-weight: 500;
}
.overview_section,
.conditions_section {
  background-color: var(--white);
}
.ui_section {
  background-color: var(--white);
  width: 100vw;
  height: auto;
}
.ipad_ui {
  width: auto;
  height: 42em;
  margin: auto;
}
.wrapper_ui {
  padding: 152px 32px;
}
.middle_headline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 7em;
  display: flex;
}
.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}
.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}
._404_error {
  background-color: var(--grey);
  width: 100vw;
  height: 100vh;
}
._404_wrapper {
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 28px 32px;
  display: flex;
}
._404_flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}
._404_desc {
  width: 45ch;
}
.success_message {
  text-align: left;
  letter-spacing: 0;
  background-color: #ddd0;
  border: 1px #1f1f1f59;
  border-radius: 100em;
  padding: 0;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.2;
}
.rich_asnwer {
  letter-spacing: 0;
  font-size: 0.9vw;
  font-weight: 500;
  line-height: 1.4;
}
.l_link {
  color: var(--white);
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  li {
    letter-spacing: 0.01em;
    font-size: 1.8em;
  }
  .wrapper_hero {
    padding: 13em 24px 32px;
  }
  .wrapper_header {
    padding: 10px 24px;
  }
  .logotype {
    width: 18%;
    font-size: 2.45em;
  }
  .h_link {
    font-size: 1.5em;
  }
  .h_dot {
    width: 6px;
    height: 6px;
  }
  .flex_h_menu {
    margin-left: auto;
    margin-right: auto;
  }
  .button_link {
    letter-spacing: 0.02em;
    font-size: 1.5em;
  }
  .button_link.white_button {
    font-size: 1.5em;
  }
  .h1 {
    font-size: 7em;
  }
  .title_txt {
    font-size: 2em;
  }
  .descript_txt {
    font-size: 1.5em;
  }
  .button_box {
    margin-top: 16px;
  }
  .wrapper_base {
    padding: 72px 24px;
  }
  .wrapper_base.spec {
    padding: 32px 24px 24px;
  }
  .wrapper_base.special_table {
    padding: 24px 8px 52px;
  }
  .upper_txt {
    font-size: 1.44em;
  }
  .ch_box {
    width: 46ch;
  }
  .mg_box {
    width: 147ch;
  }
  .m_txt {
    font-size: 7.5em;
  }
  .m_txt.m_side {
    line-height: 1.2;
  }
  .marquee_item {
    width: auto;
    margin-right: 6px;
  }
  .box_card {
    width: 52em;
    height: 62em;
  }
  .bottom_description {
    width: 100%;
  }
  .number_main {
    font-size: 6.5em;
  }
  .mg_abb {
    font-size: 1.5em;
  }
  .title_card,
  .desc_card {
    font-size: 2em;
  }
  .like_h2 {
    font-size: 5.2em;
  }
  .like_h2.middle_al {
    font-size: 7em;
  }
  .grid_cms {
    grid-template-columns: 1fr 1fr;
  }
  .icon_grid {
    width: 56px;
    height: 56px;
  }
  .item_cms {
    padding: 20px 24px;
  }
  .title_grid {
    font-size: 2.15em;
  }
  .txt_base {
    font-size: 1.4em;
    line-height: 1.45;
  }
  .txt_base.opacity {
    font-size: 1.5em;
  }
  .bottom_desc {
    font-size: 2em;
  }
  .heading {
    font-size: 3.6em;
  }
  .sides {
    height: 60vh;
  }
  .left {
    height: 100%;
  }
  .sides_flex {
    flex-flow: row;
  }
  .sides_flex.questions_part {
    flex-flow: column;
  }
  .wrapper_side {
    padding: 24px;
  }
  .h2 {
    font-size: 5.75em;
  }
  .h2.black {
    font-size: 4.35em;
  }
  .h2.black.cards_spec {
    font-size: 5.5em;
  }
  .h2.black._404_txt {
    font-size: 11em;
  }
  .white_circle {
    width: 60px;
    height: 60px;
  }
  .title_text {
    font-size: 1.7em;
  }
  .description_ch {
    width: 52ch;
  }
  .cms_list_seo {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
  .grid_seo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }
  .seo_box {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
  }
  .seo_box:nth-child(odd) {
    border-bottom: 1px dashed #1f1f1f40;
  }
  .seo_box:nth-child(2n) {
    border-bottom: 1px dashed #1f1f1f40;
    border-right-style: none;
    padding-left: 24px;
  }
  .seo_box:first-child,
  .seo_box:last-child {
    border-bottom: 1px dashed #1f1f1f40;
  }
  .title_seo_box {
    font-size: 3.25em;
    line-height: 1.1;
  }
  .list_seo {
    font-size: 1.5em;
  }
  .section_fullsize {
    height: 86em;
  }
  .text_above {
    padding: 32px 24px;
  }
  .tag_chips {
    font-size: 1.55em;
  }
  .tags_list {
    width: 100%;
  }
  .title_tags {
    font-size: 4em;
  }
  .box_chips {
    width: 46%;
  }
  .flexbox.fullsize_spec {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
  }
  .headline_cta {
    margin-left: 0;
  }
  .wrapper_footer {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .flexbox_footer {
    flex-flow: column;
  }
  .logo_left {
    width: 25%;
  }
  .subscribe_form {
    width: 100%;
    margin-top: 52px;
  }
  .field_txt {
    font-size: 1.75em;
  }
  .input_field {
    width: 92%;
    height: 3.8em;
    font-size: 1.85em;
  }
  .submit_button {
    width: 3.8em;
    height: 3.8em;
    font-size: 1.8em;
  }
  .input_submit {
    margin-top: 20px;
  }
  .title_subscribe {
    font-size: 2em;
  }
  .grid_menu {
    width: 100%;
    margin-top: 42px;
  }
  .footer_link {
    font-size: 1.5em;
  }
  .title_footer {
    font-size: 1.9em;
  }
  .last_txt {
    font-size: 1.5em;
  }
  .right_last {
    justify-content: flex-end;
    width: 50%;
  }
  .pp_cp.desktop_only {
    margin-right: auto;
    display: flex;
  }
  .pp_cp.mobile_only {
    margin-bottom: 12px;
    display: none;
  }
  .wrapper_faq {
    padding: 16px 24px 52px;
  }
  .left_side {
    width: 100%;
  }
  .right_faq {
    width: 100%;
    padding-top: 32px;
    padding-left: 0;
  }
  .cta_section {
    height: 108em;
  }
  .wrapper_cta {
    padding: 52px 24px;
  }
  .cta_headline {
    width: 83ch;
  }
  .header_flex {
    width: 82%;
  }
  .accordion-item {
    border-top-style: none;
    padding: 10px 0;
  }
  .item_title {
    width: 100%;
    font-size: 2.35em;
  }
  .faq_questin {
    margin-left: 0;
  }
  .item_head {
    justify-content: center;
    align-items: flex-start;
  }
  .faq_rich {
    font-size: 1.8vw;
  }
  .icon_wrapper {
    width: 4em;
    padding: 0.7em 1em;
  }
  .accordion_paragraph {
    width: 84%;
    margin-top: 0;
    margin-right: auto;
    padding: 4px 0;
  }
  .icon_line {
    padding-top: 2.5em;
  }
  .icon_line.is--2 {
    width: 2px;
    padding-top: 2.5em;
  }
  .title_wrapper {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
  .accordion_head-wrapper {
    background-color: #010101;
    border-radius: 3px;
    height: 54px;
    padding-left: 16px;
    overflow: hidden;
  }
  .accordion_head-wrapper.main_faq {
    height: auto;
    margin-bottom: 0;
  }
  .sticky_headline {
    top: 9em;
  }
  .desc_box {
    width: 59ch;
  }
  .image_faq {
    height: 46vh;
  }
  .mobile_menu {
    display: none;
  }
  .fullsize_gradient {
    height: 132em;
  }
  .content_above {
    padding-top: 42px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .headline_gradient {
    width: 114ch;
  }
  .title_cms {
    font-size: 2.15em;
  }
  .bullet_list {
    margin-top: 3%;
  }
  .bullet_item {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .wrapper_cards {
    padding: 72px 24px 112px;
  }
  .left_side_cards.professional_1s {
    width: 40%;
    padding-left: 0;
  }
  .right_side_cards.left_side_cards {
    width: 50%;
  }
  .right_side_cards.white_cards {
    width: 50%;
    margin-right: 0%;
  }
  .like_h4 {
    font-size: 2.15em;
  }
  .card_item.white_card,
  .card_item.black_card {
    top: 13em;
  }
  .circle_number {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
    font-size: 1.5em;
  }
  .sticky_headline_cards {
    top: 13em;
  }
  .content_bottom {
    padding: 14px 16px 16px;
  }
  .circle_wrap {
    font-size: 2vw;
  }
  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .container.is-timeline {
    padding-left: 0;
    padding-right: 0;
  }
  .circle_link-2 {
    margin-top: -9.1em;
    font-size: 1vw;
  }
  .circle_date {
    width: 3em;
    height: 3em;
    font-size: 2.15em;
  }
  .circle_description {
    opacity: 0;
    width: 80em;
    font-size: 1vw;
  }
  .circle_p.headline_circle {
    width: auto;
    font-size: 3.5em;
  }
  .circle_p.base_txt {
    width: 41ch;
    font-size: 1.75em;
  }
  .txt_circle {
    margin-top: 3em;
  }
  .heading_world {
    top: 14em;
    left: 24px;
  }
  .success_subscribe {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.75em;
  }
  .error_message {
    font-size: 1.45em;
  }
  .error_message.middle {
    text-align: center;
  }
  .modal_join_waitlist {
    opacity: 0;
    display: none;
  }
  .modal_box {
    height: 100svh;
    padding-left: 16px;
  }
  .modal_window {
    width: 100%;
    transform: translate(125%);
  }
  .modal_wrapper {
    padding: 18px 24px;
  }
  .modal_headline {
    font-size: 3.7em;
  }
  .field_text {
    font-size: 1.5em;
  }
  .field_input {
    font-size: 2em;
  }
  .submit_form {
    font-size: 1.6em;
  }
  .form_box {
    height: auto;
  }
  .flexbox_table {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .h3 {
    font-size: 3.5em;
  }
  .title_list {
    font-size: 1.95em;
  }
  .ipad_ui {
    height: 52em;
  }
  .wrapper_ui {
    padding: 112px 24px;
  }
  ._404_wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  ._404_desc {
    width: 52ch;
  }
  .success_message {
    font-size: 1.85em;
  }
  .rich_asnwer {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  li {
    font-size: 2.25em;
  }
  .wrapper_hero {
    padding: 16em 20px 24px;
  }
  .header {
    z-index: 101;
  }
  .wrapper_header {
    padding: 16px 20px;
  }
  .logotype {
    letter-spacing: 0;
    font-size: 3.65em;
    font-weight: 500;
  }
  .flex_h_menu {
    display: none;
  }
  .button_link.white_button {
    justify-content: space-between;
    padding-left: 24px;
    font-size: 2.15em;
  }
  .h1 {
    font-size: 9em;
  }
  .icon_box {
    width: 44px;
    height: 44px;
  }
  .title_txt {
    font-size: 2.5em;
  }
  .descript_txt {
    width: 34ch;
    font-size: 2.25em;
    line-height: 1.3;
  }
  .list_cms {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .bottom_hero {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .cms_list {
    margin-bottom: 42px;
  }
  .subhead_link {
    width: 100%;
    margin-left: 0;
  }
  .button_box {
    margin-top: 16px;
  }
  .wrapper_base {
    padding: 72px 20px;
  }
  .wrapper_base.spec {
    padding: 42px 20px 32px;
  }
  .wrapper_base.special_table {
    padding-top: 8px;
    padding-bottom: 42px;
  }
  .upper_txt {
    font-size: 2.15em;
    line-height: 1.2;
  }
  .ch_box {
    width: 62ch;
  }
  .mg_box {
    width: 141ch;
  }
  .m_txt {
    font-size: 7em;
  }
  .m_txt.m_side {
    font-size: 4.2em;
    line-height: 1.1;
  }
  .m_txt.m_side.white {
    font-size: 5.2em;
  }
  .marquee_item {
    width: auto;
    margin-right: 4vw;
  }
  .box_card {
    width: 62em;
    height: 72em;
  }
  .bottom_description {
    width: 100%;
  }
  .number_main {
    font-size: 7.5em;
  }
  .mg_abb {
    font-size: 2.15em;
  }
  .title_card,
  .desc_card {
    font-size: 2.55em;
  }
  .like_h2 {
    font-size: 5.5em;
  }
  .like_h2.middle_al {
    font-size: 7em;
  }
  .grid_cms {
    grid-template-columns: 1fr 1fr;
  }
  .icon_grid {
    width: 52px;
    height: 52px;
  }
  .item_cms {
    padding: 16px 20px;
  }
  .title_grid {
    font-size: 2.75em;
  }
  .txt_base,
  .txt_base.opacity {
    font-size: 2.15em;
  }
  .bottom_desc {
    font-size: 2.55em;
  }
  .heading {
    font-size: 5em;
  }
  .sides {
    height: auto;
  }
  .left {
    width: 100%;
    height: 102em;
  }
  .right {
    width: 100%;
    height: 82em;
  }
  .sides_flex {
    flex-flow: column;
  }
  .wrapper_side {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .h2 {
    font-size: 7.2em;
  }
  .h2.black {
    font-size: 5.5em;
  }
  .h2.black.faq_headline {
    font-size: 6.6em;
  }
  .h2.black.spec_sides {
    font-size: 5.7em;
  }
  .h2.black.cards_spec {
    font-size: 6em;
  }
  .h2.txt_grd {
    font-size: 6.6em;
  }
  .text_bottom {
    width: 100ch;
  }
  .flex_seo {
    flex-flow: column;
  }
  .paragraph_seo {
    margin-top: 6px;
  }
  .cms_seo_list {
    width: 100%;
    margin-top: 42px;
    margin-left: 0;
  }
  .title_text {
    font-size: 3.15em;
  }
  .description_ch {
    width: 90ch;
  }
  .cms_list_seo {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
  .grid_seo {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }
  .seo_box {
    border-bottom: 1px #1f1f1f40;
    padding-top: 32px;
  }
  .seo_box:nth-child(odd) {
    padding-left: 0;
  }
  .seo_box:nth-child(2n) {
    border-bottom-style: dashed;
    border-right-style: none;
    padding-left: 24px;
  }
  .seo_box:first-child,
  .seo_box:last-child {
    border-bottom-style: dashed;
  }
  .title_seo_box {
    font-size: 3.5em;
    line-height: 1.1;
  }
  .list_seo {
    font-size: 2.15em;
  }
  .section_fullsize {
    height: 112em;
  }
  .text_above {
    padding: 28px 20px;
  }
  .tag_chips {
    font-size: 2em;
  }
  .title_tags {
    font-size: 4.2em;
    line-height: 1.2;
  }
  .box_chips {
    width: 60%;
  }
  .flexbox.fullsize_spec {
    flex-flow: column;
    height: 100%;
  }
  .headline_cta {
    width: 63%;
    margin-top: auto;
    margin-left: 0;
  }
  .wrapper_footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flexbox_footer {
    flex-flow: column;
  }
  .logo_left {
    width: 50%;
  }
  .subscribe_form {
    width: 100%;
    margin-top: 32px;
  }
  .field_txt {
    font-size: 2.5em;
  }
  .input_field {
    width: 90%;
    height: 4.6em;
    font-size: 2.15em;
  }
  .submit_button {
    width: 4.6em;
    height: 4.6em;
    font-size: 2.15em;
  }
  .title_subscribe {
    font-size: 3em;
  }
  .grid_menu {
    width: 100%;
    margin-top: 42px;
  }
  .footer_link {
    font-size: 2.15em;
  }
  .title_footer {
    font-size: 2.35em;
  }
  .last_line {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
  }
  .last_txt {
    margin-bottom: 4px;
    font-size: 2.15em;
  }
  .right_last {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }
  .pp_cp.desktop_only {
    display: none;
  }
  .pp_cp.mobile_only {
    margin-bottom: 16px;
    display: flex;
  }
  .wrapper_faq {
    padding-left: 20px;
    padding-right: 20px;
  }
  .left_side {
    width: 100%;
  }
  .right_faq {
    width: 100%;
    padding-top: 32px;
    padding-left: 0;
  }
  .cms_faq {
    margin-top: 32px;
  }
  .cta_section {
    height: 120em;
  }
  .wrapper_cta {
    padding: 52px 20px;
  }
  .cta_headline {
    width: 69%;
  }
  .header_flex {
    display: none;
  }
  .accordion-item {
    padding-left: 0;
    padding-right: 0;
  }
  .item_title {
    width: 100%;
    font-size: 3em;
    line-height: 1.1;
  }
  .faq_questin {
    margin-left: 0;
  }
  .faq_rich {
    font-size: 2.5vw;
  }
  .icon_wrapper {
    width: 5em;
    padding: 2em;
  }
  .accordion_paragraph {
    width: 90%;
    padding-left: 0;
  }
  .title_wrapper {
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .accordion_head-wrapper {
    background-color: #010101;
    border-radius: 3px;
    height: 54px;
    padding-left: 16px;
    overflow: hidden;
  }
  .accordion_head-wrapper.main_faq {
    height: auto;
  }
  .hamburger_mobile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: var(--white);
    justify-content: flex-end;
    align-items: center;
    font-size: 2.5em;
    font-weight: 500;
    display: flex;
  }
  .dot_menu {
    background-color: var(--white);
    border-radius: 100%;
    width: 10px;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }
  .menu_circle {
    width: 10px;
    height: 10px;
    overflow: hidden;
  }
  .desc_box {
    width: 86ch;
  }
  .image_faq {
    height: 42vh;
  }
  .mobile_menu {
    z-index: 99;
    background-color: var(--black);
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    inset: 0%;
    transform: translate(100%);
  }
  .wrapper_mobile_menu {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding: 19em 0 42px;
    display: flex;
  }
  .title_menu {
    color: #f1f1f173;
    letter-spacing: 0.02em;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 2.5em;
  }
  .mobile_list_links {
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }
  .menu_anchor_link {
    color: var(--white);
    letter-spacing: 0;
    border-top: 1px dashed #f1f1f140;
    padding: 14px 20px;
    font-size: 4.15em;
    font-weight: 500;
  }
  .menu_anchor_link.last {
    border-bottom: 1px dashed #f1f1f140;
  }
  .menu_sm_link {
    color: var(--white);
    letter-spacing: 0;
    font-size: 2.45em;
  }
  .sm_links {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    margin-top: 16px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }
  .contact_box {
    margin-bottom: 52px;
  }
  .title_cta {
    color: var(--white);
    letter-spacing: 0;
    margin-bottom: -10px;
    font-size: 4em;
    font-weight: 500;
  }
  .cta_mobile {
    margin-left: 20px;
    margin-right: 20px;
  }
  .close_txt {
    display: none;
  }
  .fullsize_gradient {
    height: 160em;
  }
  .content_above {
    padding: 42px 20px;
  }
  .headline_gradient {
    width: 138ch;
  }
  .circle_icon {
    width: 62px;
    height: 62px;
  }
  .title_cms {
    font-size: 3em;
  }
  .bullet_list {
    margin-top: 4.1%;
  }
  .bullet_item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .wrapper_cards {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flexbox_cards {
    flex-flow: column;
  }
  .left_side_cards.professional_1s {
    order: -1;
    width: 60%;
  }
  .right_side_cards.left_side_cards {
    width: 100%;
    margin-top: 52px;
    padding-left: 15%;
    padding-right: 15%;
  }
  .right_side_cards.white_cards {
    width: 100%;
    margin-top: 52px;
    margin-right: 0%;
    padding-left: 15%;
    padding-right: 15%;
  }
  .like_h4 {
    font-size: 3em;
  }
  .card_item.white_card,
  .card_item.black_card {
    top: 50em;
  }
  .circle_number {
    margin-top: 16px;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 0;
    font-size: 2.15em;
  }
  .txt_part {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .content_bottom {
    margin-top: 52px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .circle_link-2 {
    margin-top: -9.2em;
    font-size: 1vw;
  }
  .circle_date {
    font-size: 2.15em;
  }
  .circle_p.headline_circle {
    font-size: 3.25em;
  }
  .circle_p.base_txt {
    font-size: 2.15em;
  }
  .txt_circle {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-top: 4em;
    font-size: 1vw;
  }
  .heading_world {
    top: 16em;
    left: 20px;
  }
  .success_subscribe {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 2.15em;
  }
  .error_message {
    font-size: 2em;
  }
  .error_message.middle {
    text-align: center;
  }
  .cube_1 {
    width: 8px;
    height: 8px;
  }
  ._3_cubes {
    grid-column-gap: 1.5px;
    grid-row-gap: 1.5px;
  }
  .modal_join_waitlist {
    opacity: 0;
    display: none;
  }
  .modal_box {
    padding-left: 16px;
  }
  .modal_window {
    width: 100%;
    transform: translate(115%);
  }
  .modal_headline {
    font-size: 5.8em;
  }
  .field_text {
    font-size: 2.15em;
  }
  .field_input {
    font-size: 2.5em;
  }
  .submit_form {
    font-size: 2.15em;
  }
  .form_box {
    height: auto;
  }
  .flexbox_table {
    flex-flow: column;
  }
  .table_personal,
  .table_professional {
    width: 100%;
  }
  .h3 {
    font-size: 5.8em;
  }
  .title_list {
    font-size: 2.65em;
  }
  .ipad_ui {
    height: 62em;
  }
  .wrapper_ui {
    padding: 72px 20px;
  }
  ._404_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  ._404_desc {
    width: 80ch;
  }
  .success_message {
    font-size: 2.25em;
  }
  .rich_asnwer {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 479px) {
  ul {
    letter-spacing: 0.02em;
    font-size: 4em;
    font-weight: 500;
  }
  li {
    font-size: 1em;
  }
  .wrapper_hero {
    padding: 24em 16px 26em;
  }
  .wrapper_header {
    padding: 18px 16px;
  }
  .logotype {
    font-size: 6em;
  }
  .arrow_icon.white.first_arrow.a_f,
  .arrow_icon.white.second_arrow.a_l {
    filter: invert();
  }
  .circle_link.black.b_b {
    background-color: var(--black);
  }
  .button_link.white_button {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    font-size: 4em;
  }
  .button_link.white_button.white_white {
    background-color: var(--white);
    color: var(--black);
  }
  .h1 {
    font-size: 11.5em;
  }
  .cms_list {
    display: none;
  }
  .subhead_link {
    width: 100%;
  }
  .button_box {
    width: 100%;
    margin-top: 16px;
  }
  .wrapper_base {
    padding: 52px 16px;
  }
  .wrapper_base.spec {
    padding: 42px 16px 20px;
  }
  .wrapper_base.special_table {
    padding: 6px 6px 20px;
  }
  .upper_txt {
    font-size: 3.8em;
  }
  .icon_shape {
    width: 28px;
    height: 28px;
  }
  .flex_decor {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .ch_box {
    width: 111ch;
  }
  .mg_box {
    width: 100%;
  }
  .m_txt {
    font-size: 8em;
  }
  .m_txt.m_side {
    font-size: 7em;
    line-height: 1.1;
  }
  .m_txt.m_side.white {
    font-size: 10em;
  }
  .marquee_item {
    width: auto;
    margin-right: 2vw;
  }
  .box_card {
    border-radius: 5px;
    width: 92em;
    height: 112em;
  }
  .txt_above {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .bottom_description {
    width: auto;
    font-size: 4em;
  }
  .number_main {
    font-size: 12em;
  }
  .mg_abb,
  .title_card,
  .desc_card {
    font-size: 4em;
  }
  .like_h2 {
    font-size: 7.4em;
  }
  .like_h2.middle_al {
    font-size: 11em;
  }
  .grid_cms {
    grid-template-columns: 1fr;
  }
  .icon_grid {
    width: 44px;
    height: 44px;
  }
  .item_cms {
    padding: 16px;
  }
  .title_grid {
    font-size: 5.5em;
  }
  .txt_base {
    font-size: 3.85em;
  }
  .txt_base.opacity {
    font-size: 4em;
  }
  .txt_base.middle_base {
    width: auto;
  }
  .bottom_desc {
    font-size: 1em;
  }
  .heading {
    width: 100%;
    font-size: 7.2em;
    line-height: 1.2;
  }
  .sides {
    height: auto;
  }
  .left {
    order: -1;
    width: 100%;
    height: 132em;
  }
  .right {
    width: 100%;
    height: auto;
  }
  .sides_flex {
    flex-flow: column;
    width: 100%;
  }
  .wrapper_side {
    padding: 42px 16px 24px;
  }
  .h2 {
    font-size: 10.1em;
  }
  .h2.black {
    font-size: 9em;
    line-height: 1.2;
  }
  .h2.black.faq_headline {
    font-size: 10em;
    line-height: 1;
  }
  .h2.black.spec_sides {
    font-size: 9em;
  }
  .h2.black.spec_lg {
    font-size: 6.3em;
  }
  .h2.black.cards_spec {
    font-size: 9em;
  }
  .h2.black._404_txt {
    font-size: 13em;
  }
  .h2.txt_grd {
    font-size: 7.4em;
    line-height: 1.2;
  }
  .h2.cta_last {
    width: 14ch;
  }
  .text_bottom {
    width: 100%;
    margin-top: 52em;
  }
  .flex_seo {
    flex-flow: column;
  }
  .cms_seo_list {
    width: 100%;
    margin-top: 42px;
    margin-left: 0;
  }
  .white_circle {
    width: 52px;
    height: 52px;
    padding: 12px;
  }
  .flexbox_text {
    width: 78%;
  }
  .title_text {
    font-size: 4.5em;
    line-height: 1.1;
  }
  .description_ch {
    width: 100%;
  }
  .flex_item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .cms_list_seo {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }
  .splitter_seo {
    margin-top: 62px;
  }
  .grid_seo {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }
  .seo_box {
    border-bottom: 1px dashed #1f1f1f40;
    align-items: flex-start;
    padding-top: 16px;
    padding-left: 0;
  }
  .seo_box:nth-child(2n) {
    border-bottom-style: dashed;
    border-bottom-color: #1f1f1f40;
    border-right-style: none;
    padding-left: 16px;
  }
  .title_seo_box {
    width: 98%;
    padding-top: 4.2em;
    padding-bottom: 2em;
    font-size: 4.7em;
  }
  .list_seo {
    margin-top: 72px;
    font-size: 3.8em;
  }
  .section_fullsize {
    height: 192em;
  }
  .text_above {
    padding: 32px 16px 24px;
  }
  .tag_chips {
    font-size: 3.7em;
  }
  .tags_list {
    width: 100%;
  }
  .title_tags {
    font-size: 8em;
  }
  .box_chips {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }
  .flexbox.fullsize_spec {
    flex-flow: column;
    width: 100%;
    height: 100%;
  }
  .headline_cta {
    width: 100%;
    margin-top: auto;
  }
  .wrapper_footer {
    padding: 52px 16px 16px;
  }
  .flexbox_footer {
    flex-flow: column;
  }
  .logo_left {
    width: 100%;
  }
  .subscribe_form {
    width: 100%;
    margin-top: 32px;
  }
  .field_txt {
    font-size: 3.8em;
  }
  .input_field {
    width: 100%;
    min-width: 81%;
    max-width: 80%;
    height: 50px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 3.8em;
  }
  .submit_button {
    width: 50px;
    min-width: 52px;
    max-width: 100%;
    height: 50px;
    padding-top: 13px;
    padding-bottom: 12px;
    font-size: 3.5em;
  }
  .input_submit {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 100%;
  }
  .title_subscribe {
    font-size: 4.15em;
  }
  .grid_menu {
    grid-row-gap: 52px;
    width: 100%;
    margin-top: 52px;
  }
  .footer_link,
  .title_footer {
    font-size: 4em;
  }
  .last_line {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 42em;
    padding-top: 16px;
  }
  .last_txt {
    font-size: 3.7em;
  }
  .right_last {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
    margin-left: 0;
  }
  .pp_cp {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .pp_cp.desktop_only {
    display: none;
  }
  .pp_cp.mobile_only {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 16px;
    display: flex;
  }
  .wrapper_faq {
    padding: 32px 16px 16px;
  }
  .left_side {
    order: -1;
    width: 100%;
    height: 112em;
  }
  .right_faq {
    width: 100%;
    padding-top: 28px;
    padding-left: 0;
  }
  .cms_faq {
    margin-top: 16px;
    margin-bottom: 32px;
  }
  .cta_section {
    height: 212em;
  }
  .wrapper_cta {
    padding: 32px 16px;
  }
  .cta_headline {
    width: 100%;
  }
  .accordion-item {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 6px 0;
  }
  .item_title {
    letter-spacing: 0;
    width: 100%;
    margin-left: 0;
    font-size: 4.7em;
    line-height: 1.3;
  }
  .faq_questin {
    width: 85%;
    margin-left: 0;
  }
  .faq_rich {
    font-size: 4em;
  }
  .icon_wrapper {
    width: 8em;
    padding: 2em;
  }
  .accordion_paragraph {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    margin-top: 0;
    padding: 12px 0 12px 0%;
  }
  .icon_line {
    width: 2px;
    padding-top: 5em;
  }
  .icon_line.is--2 {
    padding-top: 5em;
  }
  .title_wrapper {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
  .item_content-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .accordion_head-wrapper {
    background-color: #010101;
    border-radius: 3px;
    height: 54px;
    padding-left: 16px;
    overflow: hidden;
  }
  .accordion_head-wrapper.main_faq {
    height: auto;
    margin-bottom: 0;
  }
  .hamburger_mobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 4.25em;
  }
  .dot_menu {
    border-style: solid;
    border-width: 1px;
    width: 10px;
    height: 10px;
  }
  .menu_circle {
    width: 10px;
    height: 10px;
    margin-top: 1px;
  }
  .sticky_headline {
    position: static;
  }
  .desc_box {
    width: 100%;
  }
  .image_faq {
    width: 100%;
    height: 100%;
  }
  .mobile_menu {
    display: block;
    transform: translate(100%);
  }
  .wrapper_mobile_menu {
    height: 100svh;
    padding-top: 23em;
    padding-bottom: 16px;
  }
  .title_menu {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 4.15em;
  }
  .mobile_list_links {
    margin-top: 16px;
  }
  .menu_anchor_link {
    padding: 12px 16px;
    font-size: 6.25em;
  }
  .menu_sm_link {
    font-size: 4em;
  }
  .sm_links {
    margin-left: 16px;
    margin-right: 16px;
  }
  .contact_box {
    margin-top: 32px;
    margin-bottom: 0;
  }
  .title_cta {
    margin-bottom: 0;
    font-size: 6.25em;
  }
  .cta_mobile {
    margin: 28px 16px 0;
  }
  .bottom_side {
    margin-top: auto;
  }
  .close_txt {
    display: none;
  }
  .fullsize_gradient {
    height: 100%;
  }
  .content_above {
    padding-top: 42px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .headline_gradient {
    width: 100%;
  }
  .flexbox_spec {
    flex-flow: column;
  }
  .circle_icon {
    width: 52px;
    height: 52px;
    padding: 12px;
  }
  .title_cms {
    font-size: 6.5em;
  }
  .title_pd {
    width: 78%;
    margin-left: auto;
  }
  .bullet_list {
    width: 78%;
    margin-top: 12px;
  }
  .bullet_item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .cms_list_bullet {
    margin-top: 52px;
  }
  .flex_icon {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }
  .wrapper_cards {
    padding-bottom: 92px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .flexbox_cards {
    flex-flow: column;
  }
  .left_side_cards {
    width: 100%;
  }
  .left_side_cards.professional_1s {
    order: -1;
    width: 100%;
  }
  .right_side_cards {
    width: 100%;
    margin-top: 32px;
    margin-left: 0;
  }
  .right_side_cards.left_side_cards {
    padding-left: 0%;
    padding-right: 0%;
  }
  .right_side_cards.white_cards {
    width: 100%;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .like_h4 {
    font-size: 4.9em;
  }
  .card_item.white_card,
  .card_item.black_card {
    top: 15rem;
  }
  .circle_number {
    margin-top: 14px;
    margin-left: 14px;
    margin-right: 14px;
    font-size: 4em;
  }
  .txt_part {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
  .sticky_headline_cards {
    position: static;
  }
  .content_bottom {
    padding: 14px;
  }
  .circle_wrap {
    width: 65em;
    height: 44em;
    font-size: 2.5vw;
    position: relative;
    overflow: visible;
  }
  .circle {
    width: 100%;
  }
  .circle_item {
    justify-content: flex-start;
    align-items: center;
  }
  .page-wrapper {
    overflow: visible;
  }
  .container.is-timeline {
    height: 100vh;
    padding-top: 18vh;
    overflow: visible;
  }
  .circle_link-2 {
    flex-flow: column;
    margin-top: -2em;
    display: flex;
  }
  .circle_date {
    width: 3.5em;
    height: 3.5em;
    margin-top: 0.8em;
    margin-bottom: 0;
    padding: 4px 2px 2px;
    font-size: 4em;
  }
  .circle_dot {
    order: -1;
  }
  .circle_description {
    width: 105ch;
    margin-top: 30em;
  }
  .circle_p.headline_circle {
    font-size: 6em;
  }
  .circle_p.base_txt {
    width: auto;
    font-size: 4.25em;
  }
  .scroll_track {
    height: 480vh;
  }
  .txt_circle {
    width: 100%;
    margin-top: 4em;
    font-size: 1vw;
  }
  .heading_world {
    top: 26em;
    left: 16px;
  }
  .success_subscribe {
    border-radius: 8px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 3.2em;
  }
  .error_message {
    color: #e52e2e;
    background-color: #ffdede00;
    margin-top: 12px;
    padding: 0;
    font-size: 3.8em;
    line-height: 1.2;
  }
  .cube_1 {
    border-radius: 1px;
    width: 6px;
    height: 6px;
  }
  .modal_join_waitlist {
    opacity: 0;
    display: none;
  }
  .modal_box {
    height: 100%;
    padding: 6px;
  }
  .modal_window {
    transform: translate(105%);
  }
  .modal_wrapper {
    padding: 16px;
  }
  .modal_headline {
    font-size: 7em;
  }
  .field_text {
    font-size: 4em;
  }
  .field_input {
    font-size: 4.15em;
  }
  .double_line {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }
  .submit_form {
    font-size: 4em;
  }
  .submit_pp {
    margin-top: 24px;
  }
  .form_box {
    height: auto;
  }
  .body {
    background-color: var(--white);
  }
  .flexbox_table {
    flex-flow: column;
  }
  .table_personal,
  .table_professional {
    width: 100%;
    padding: 20px 16px 24px;
  }
  .h3 {
    font-size: 8.5em;
  }
  .dot_bold {
    width: 12px;
    height: 12px;
  }
  .title_list {
    font-size: 4.8em;
  }
  .ch_txt {
    width: 102ch;
  }
  .ipad_ui {
    height: 92em;
  }
  .wrapper_ui {
    padding: 52px 16px;
  }
  ._404_wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  ._404_flex {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  ._404_desc {
    width: auto;
  }
  .success_message {
    padding: 0;
    font-size: 4.4em;
    line-height: 1.3;
  }
  .rich_asnwer {
    font-size: 3.8vw;
  }
}
#w-node-af6a684c-5968-cee1-31d9-681659dc8a5d-7fc51095 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}
