:root {
  --theme--background: white;
  --text-main--font-family: var(--font--primary-family);
  --theme--text: white;
  --text-main--font-size: var(--size--1-5rem);
  --text-main--line-height: var(--line-height--1-5em);
  --text-main--letter-spacing: var(--letter-spacing--0em);
  --display--font-family: var(--all-headings--heading-font-family);
  --display--font-size: var(--size--7rem);
  --display--line-height: var(--all-headings--heading-line-height);
  --display--letter-spacing: var(--all-headings--heading-letter-spacing);
  --h1--font-family: var(--all-headings--heading-font-family);
  --h1--font-size: var(--size--5rem);
  --h1--line-height: var(--all-headings--heading-line-height);
  --h1--letter-spacing: var(--all-headings--heading-letter-spacing);
  --h2--font-family: var(--all-headings--heading-font-family);
  --h2--font-size: var(--size--4rem);
  --h2--line-height: var(--all-headings--heading-line-height);
  --h2--letter-spacing: var(--all-headings--heading-letter-spacing);
  --h3--font-family: var(--all-headings--heading-font-family);
  --h3--font-size: var(--size--3rem);
  --h3--line-height: var(--line-height--1-1em);
  --h3--letter-spacing: var(--all-headings--heading-letter-spacing);
  --h4--font-family: var(--all-headings--heading-font-family);
  --h4--font-size: var(--size--2rem);
  --h4--line-height: var(--line-height--1-3em);
  --h4--letter-spacing: var(--letter-spacing--0em);
  --h5--font-family: var(--all-headings--heading-font-family);
  --h5--font-size: var(--size--1-5rem);
  --h5--line-height: var(--line-height--1-3em);
  --h5--letter-spacing: var(--letter-spacing--0em);
  --h6--font-family: var(--all-headings--heading-font-family);
  --h6--font-size: var(--size--1rem);
  --h6--line-height: var(--line-height--1-3em);
  --h6--letter-spacing: var(--letter-spacing--0em);
  --space--small: var(--size--1-5rem);
  --border-width--main: 1.5px;
  --theme--border: white;
  --radius--main: 1rem;
  --size--0-5rem: .5rem;
  --size--0-75rem: .75rem;
  --radius--small: .25rem;
  --line-height--1em: 1em;
  --space--extra-small: var(--size--0-75rem);
  --swatch--transparent: #fff0;
  --size--1-5rem: 1.5rem;
  --swatch--brand: #0082f5;
  --radius--round: 100vw;
  --size--3rem: 3rem;
  --text-large--font-size: var(--size--1-25rem);
  --text-large--line-height: var(--line-height--1-3em);
  --size--1-25rem: 1.25rem;
  --size--0-25rem: .25rem;
  --size--2rem: 2rem;
  --size--1rem: 1rem;
  --text-large--font-family: var(--font--primary-family);
  --text-large--letter-spacing: var(--letter-spacing--0em);
  --button--border: white;
  --button--background: white;
  --button--border-hover: white;
  --button--background-hover: white;
  --button--text-hover: white;
  --size--5rem: 5rem;
  --button--text: white;
  --max-width--main: 90rem;
  --padding-vertical--main: var(--size--7rem);
  --padding-horizontal--main: 3rem;
  --text-small--font-family: var(--font--primary-family);
  --text-small--font-size: .875rem;
  --text-small--line-height: var(--line-height--1-5em);
  --text-small--letter-spacing: var(--letter-spacing--0em);
  --padding-vertical--small: var(--size--5rem);
  --space--medium: var(--size--3rem);
  --size--6rem: 6rem;
  --grid-gap--main: var(--size--1rem);
  --size--0rem: 0rem;
  --space--large: var(--size--4rem);
  --max-width--small: 70rem;
  --swatch--dark: #15051f;
  --swatch--brand-text: var(--swatch--dark);
  --swatch--light: white;
  --swatch--dark-secondary: #585254;
  --swatch--light-secondary: #dadada;
  --max-width--none: 100vw;
  --padding-vertical--none: var(--size--0rem);
  --padding-vertical--large: var(--size--10rem);
  --svg-stroke-width--main: 1.5px;
  --all-headings--heading-font-family: var(--font--primary-family);
  --all-headings--heading-font-weight: var(--font--primary-regular);
  --all-headings--heading-line-height: var(--line-height--1em);
  --all-headings--heading-letter-spacing: var(--letter-spacing--0-03em);
  --all-headings--heading-text-transform: var(--text-transform--uppercase);
  --display--font-weight: var(--all-headings--heading-font-weight);
  --display--text-transform: var(--all-headings--heading-text-transform);
  --h1--font-weight: var(--all-headings--heading-font-weight);
  --h1--text-transform: var(--all-headings--heading-text-transform);
  --h2--font-weight: var(--all-headings--heading-font-weight);
  --h2--text-transform: var(--all-headings--heading-text-transform);
  --h3--font-weight: var(--all-headings--heading-font-weight);
  --h3--text-transform: var(--all-headings--heading-text-transform);
  --h4--font-weight: var(--all-headings--heading-font-weight);
  --h4--text-transform: var(--all-headings--heading-text-transform);
  --h5--font-weight: var(--all-headings--heading-font-weight);
  --h5--text-transform: var(--all-headings--heading-text-transform);
  --h6--font-weight: var(--all-headings--heading-font-weight);
  --h6--text-transform: var(--all-headings--heading-text-transform);
  --text-large--font-weight: var(--font--primary-regular);
  --text-large--text-transform: var(--text-transform--inherit);
  --text-main--font-weight: var(--font--primary-regular);
  --text-main--text-transform: var(--text-transform--none);
  --text-small--font-weight: var(--font--primary-regular);
  --text-small--text-transform: var(--text-transform--inherit);
  --font--primary-family: Montserrat, sans-serif;
  --font--primary-regular: var(--font-weight--400);
  --font--primary-medium: var(--font-weight--500);
  --font--primary-bold: var(--font-weight--700);
  --font-weight--inherit: 0px;
  --font-weight--100: 0px;
  --font-weight--200: 0px;
  --font-weight--300: 0px;
  --font-weight--400: 0px;
  --font-weight--500: 0px;
  --font-weight--600: 0px;
  --font-weight--700: 0px;
  --font-weight--800: 0px;
  --font-weight--900: 0px;
  --letter-spacing--0em: 0em;
  --letter-spacing--0-03em: -.03em;
  --line-height--1-5em: 1.5em;
  --line-height--1-3em: 1.3em;
  --line-height--1-1em: 1.1em;
  --size--0-125rem: .125rem;
  --size--2-5rem: 2.5rem;
  --size--3-5rem: 3.5rem;
  --size--4rem: 4rem;
  --size--4-5rem: 4.5rem;
  --size--5-5rem: 5.5rem;
  --size--6-5rem: 6.5rem;
  --size--7rem: 7rem;
  --size--7-5rem: 7.5rem;
  --size--8rem: 8rem;
  --size--8-5rem: 8.5rem;
  --size--9rem: 9rem;
  --size--9-5rem: 9.5rem;
  --size--10rem: 10rem;
  --size--11rem: 11rem;
  --size--12rem: 12rem;
  --size--13rem: 13rem;
  --size--14rem: 14rem;
  --size--15rem: 15rem;
  --size--16rem: 16rem;
  --text-transform--inherit: 0px;
  --text-transform--none: 0px;
  --text-transform--uppercase: 0px;
  --text-transform--capitalize: 0px;
  --text-transform--lowercase: 0px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--theme--background);
  font-family: var(--text-main--font-family);
  color: var(--theme--text);
  font-size: var(--text-main--font-size);
  line-height: var(--text-main--line-height);
  letter-spacing: var(--text-main--letter-spacing);
  overscroll-behavior: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  margin: unset;
  padding: unset;
  list-style-type: none;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

blockquote {
  padding: unset;
  border-width: 0;
}

figure {
  margin: 0;
}

.u-text-display {
  font-family: var(--display--font-family);
  font-size: var(--display--font-size);
  line-height: var(--display--line-height);
  letter-spacing: var(--display--letter-spacing);
  font-weight: var(--display--font-weight);
  text-transform: var(--display--text-transform);
}

.u-text-h1 {
  font-family: var(--h1--font-family);
  font-size: var(--h1--font-size);
  line-height: var(--h1--line-height);
  letter-spacing: var(--h1--letter-spacing);
  font-weight: var(--h1--font-weight);
  text-transform: var(--h1--text-transform);
}

.u-text-h2 {
  font-family: var(--h2--font-family);
  font-size: var(--h2--font-size);
  line-height: var(--h2--line-height);
  letter-spacing: var(--h2--letter-spacing);
  font-weight: var(--h2--font-weight);
  text-transform: var(--h2--text-transform);
}

.u-text-h3 {
  font-family: var(--h3--font-family);
  font-size: var(--h3--font-size);
  line-height: var(--h3--line-height);
  letter-spacing: var(--h3--letter-spacing);
  font-weight: var(--h3--font-weight);
  text-transform: var(--h3--text-transform);
  text-wrap: balance;
}

.u-text-h4 {
  font-family: var(--h4--font-family);
  font-size: 1.7rem;
  line-height: var(--h4--line-height);
  letter-spacing: var(--h4--letter-spacing);
  text-transform: none;
  font-weight: var(--h4--font-weight);
  text-wrap: balance;
}

.u-text-h5 {
  font-family: var(--h5--font-family);
  font-size: var(--h5--font-size);
  line-height: var(--h5--line-height);
  letter-spacing: var(--h5--letter-spacing);
  font-weight: var(--h5--font-weight);
  text-transform: var(--h5--text-transform);
  text-wrap: balance;
}

.u-text-h6 {
  font-family: var(--h6--font-family);
  font-size: var(--h6--font-size);
  line-height: var(--h6--line-height);
  letter-spacing: var(--h6--letter-spacing);
  font-weight: var(--h6--font-weight);
  text-transform: var(--h6--text-transform);
}

.u-text-main {
  font-family: var(--text-main--font-family);
  font-size: var(--text-main--font-size);
  line-height: var(--text-main--line-height);
  letter-spacing: var(--text-main--letter-spacing);
  font-weight: var(--text-main--font-weight);
  text-transform: var(--text-main--text-transform);
}

.styleguide_card_wrap {
  padding: var(--space--small);
  border: var(--border-width--main) solid var(--theme--border);
  border-radius: var(--radius--main);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.styleguide_footer {
  border-top: var(--border-width--main) solid var(--theme--border);
  text-align: center;
}

.g_tag_wrap {
  padding: var(--size--0-5rem) var(--size--0-75rem);
  border-radius: var(--radius--small);
  background-color: var(--theme--text);
  color: var(--theme--background);
  line-height: var(--line-height--1em);
  text-align: center;
  min-width: 4rem;
  display: inline-block;
}

.styleguide_font_item {
  border-bottom: var(--border-width--main) solid var(--theme--border);
}

.styleguide_font_item.u-grid-column-2 {
  padding-top: var(--space--small);
  padding-bottom: var(--space--small);
  grid-row-gap: var(--space--extra-small);
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 24rem), 1fr));
  align-items: center;
}

.form_main_field_wrap {
  text-align: left;
  width: 100%;
}

.form_main_wrap {
  width: 100%;
  margin-bottom: 0;
}

.form_main_success_wrap {
  border: var(--border-width--main) solid var(--theme--border);
  border-radius: var(--radius--main);
  background-color: var(--swatch--transparent);
  padding: 1.2rem;
}

.form_main_option_item {
  margin-bottom: 0;
  padding-left: 0;
}

.form_main_error_wrap {
  border: var(--border-width--main) solid var(--theme--border);
  border-radius: var(--radius--main);
  background-color: #0000;
  margin-top: 1.3rem;
  padding: .8rem 1.4rem;
}

.form_main_option_link {
  width: var(--size--1-5rem);
  height: var(--size--1-5rem);
  margin: 0px var(--space--extra-small) 0px 0px;
  border-width: var(--border-width--main);
  border-color: var(--theme--border);
  border-radius: var(--radius--small);
}

.form_main_option_link.w--redirected-checked {
  border-color: var(--swatch--brand);
  border-radius: var(--radius--small);
  background-color: var(--swatch--brand);
  background-size: 60%;
}

.form_main_option_link.w--redirected-focus {
  box-shadow: none;
}

.form_main_option_link.radio {
  border-radius: var(--radius--round);
}

.form_main_field_input {
  height: var(--size--3rem);
  border-top: 0 solid #000;
  border-bottom-style: solid;
  border-right: 0 solid #000;
  border-bottom-width: var(--border-width--main);
  border-bottom-color: var(--theme--border);
  font-size: var(--text-large--font-size);
  line-height: var(--text-large--line-height);
  color: inherit;
  background-color: #0000;
  border-left: 0 solid #000;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.form_main_field_input:focus {
  border-bottom-color: var(--theme--text);
}

.form_main_field_input::placeholder {
  color: color-mix(in srgb, var(--theme--text) 60%, transparent);
}

.form_main_field_input.is-message {
  padding-top: var(--size--0-5rem);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 5rem;
  max-height: 10rem;
}

.u-rich-text h1 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h1--font-family);
  font-size: var(--h1--font-size);
  line-height: var(--h1--line-height);
  letter-spacing: var(--h1--letter-spacing);
  font-weight: var(--h1--font-weight);
  text-transform: var(--h1--text-transform);
}

.u-rich-text p {
  margin-top: var(--space--extra-small);
  margin-bottom: var(--space--extra-small);
}

.u-rich-text h2 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h2--font-family);
  font-size: var(--h2--font-size);
  line-height: var(--h2--line-height);
  letter-spacing: var(--h2--letter-spacing);
  font-weight: var(--h2--font-weight);
  text-transform: var(--h2--text-transform);
}

.u-rich-text h3 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h3--font-family);
  font-size: var(--h3--font-size);
  line-height: var(--h3--line-height);
  letter-spacing: var(--h3--letter-spacing);
  font-weight: var(--h3--font-weight);
  text-transform: var(--h3--text-transform);
}

.u-rich-text h4 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h4--font-family);
  font-size: var(--h4--font-size);
  line-height: var(--h4--line-height);
  letter-spacing: var(--h4--letter-spacing);
  font-weight: var(--h4--font-weight);
  text-transform: var(--h4--text-transform);
}

.u-rich-text h5 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h5--font-family);
  font-size: var(--h5--font-size);
  line-height: var(--h5--line-height);
  letter-spacing: var(--h5--letter-spacing);
  font-weight: var(--h5--font-weight);
  text-transform: var(--h5--text-transform);
}

.u-rich-text h6 {
  margin-top: var(--space--small);
  margin-bottom: var(--space--extra-small);
  font-family: var(--h6--font-family);
  font-size: var(--h6--font-size);
  line-height: var(--h6--line-height);
  letter-spacing: var(--h6--letter-spacing);
  font-weight: var(--h6--font-weight);
  text-transform: var(--h6--text-transform);
}

.u-rich-text figure {
  margin-top: var(--space--small);
  margin-bottom: var(--space--small);
}

.u-rich-text ul {
  margin-top: var(--size--0-75rem);
  margin-bottom: var(--size--0-75rem);
  padding-left: var(--size--1-25rem);
  list-style-type: disc;
}

.u-rich-text li {
  margin-top: var(--size--0-25rem);
  margin-bottom: var(--size--0-25rem);
}

.u-rich-text blockquote {
  margin-top: var(--size--2rem);
  margin-bottom: var(--size--2rem);
  padding-top: var(--size--0-5rem);
  padding-bottom: var(--size--0-5rem);
  padding-left: var(--size--1rem);
  font-family: var(--text-large--font-family);
  font-size: var(--text-large--font-size);
  line-height: var(--text-large--line-height);
  letter-spacing: var(--text-large--letter-spacing);
  font-weight: var(--text-large--font-weight);
  text-transform: var(--text-large--text-transform);
  border-left-style: solid;
  border-left-width: .2rem;
}

.u-rich-text ol {
  padding-left: var(--size--1-25rem);
  list-style-type: decimal;
}

.btn_main_wrap {
  z-index: 3;
  padding: var(--size--0-5rem) var(--size--1-5rem);
  border: var(--border-width--main) solid var(--button--border);
  border-radius: var(--radius--round);
  background-color: var(--button--background);
  color: #fff;
  width: auto;
  line-height: 1;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-block;
  position: relative;
}

.btn_main_wrap:hover {
  border-color: var(--button--border-hover);
  background-color: var(--button--background-hover);
  color: var(--button--text-hover);
}

.btn_main_icon {
  order: -1;
  width: .7rem;
  height: .9rem;
}

.btn_main_icon.is-default {
  order: 1;
}

.btn_main_text.u-text-small {
  text-transform: uppercase;
}

.btn_play_wrap {
  width: var(--size--5rem);
  aspect-ratio: 1;
  border: var(--border-width--main) solid var(--button--border);
  border-radius: var(--radius--round);
  background-color: var(--button--background);
  color: var(--button--text);
  transition: border-color .2s, color .2s, background-color .2s;
  position: relative;
}

.btn_play_wrap:hover {
  border-color: var(--button--border-hover);
  background-color: var(--button--background-hover);
  color: var(--button--text-hover);
}

.btn_play_icon {
  width: 36%;
  height: 36%;
  margin-right: -7%;
}

.page_wrap {
  overflow: clip;
}

.page_code_wrap {
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.styleguide_visual {
  padding: var(--space--extra-small);
  aspect-ratio: 3 / 1.5;
  border: var(--border-width--main) solid var(--theme--border);
  border-radius: var(--radius--small);
  text-align: center;
  width: 100%;
  max-height: 7rem;
  position: relative;
  overflow: hidden;
}

.u-cover {
  width: 100%;
  height: 100%;
}

.styleguide_icon {
  width: var(--size--3rem);
  height: var(--size--3rem);
}

.u-container {
  max-width: var(--max-width--main);
  padding: var(--padding-vertical--main) var(--padding-horizontal--main);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.u-container.is--book {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.u-text-large {
  font-family: var(--text-large--font-family);
  font-size: var(--text-large--font-size);
  line-height: var(--text-large--line-height);
  letter-spacing: var(--text-large--letter-spacing);
  font-weight: var(--text-large--font-weight);
  text-transform: var(--text-large--text-transform);
}

.u-text-small {
  font-family: var(--text-small--font-family);
  font-size: var(--text-small--font-size);
  line-height: var(--text-small--line-height);
  letter-spacing: var(--text-small--letter-spacing);
  font-weight: var(--text-small--font-weight);
  text-transform: var(--text-small--text-transform);
}

.hero_utility-page_contain.u-container {
  min-height: 100vh;
}

.hero_utility-page_content {
  text-align: center;
}

.styleguide_contain.u-container {
  padding-top: var(--padding-vertical--small);
  padding-bottom: var(--padding-vertical--small);
}

.styleguide_guide_wrap {
  z-index: 2000;
  pointer-events: none;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.styleguide_guide_layout.u-grid-custom {
  grid-template-columns: var(--grid-main);
}

.styleguide_guide_column {
  color: #8a8a8a80;
  background-color: #9292920f;
  height: 100vh;
  padding-top: .6rem;
  padding-bottom: .6rem;
}

.layout_split_layout.u-grid-custom {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.g_eyebrow_marker {
  width: var(--border-width--main);
  background-color: currentColor;
  padding-bottom: 0;
  padding-right: 0;
}

.layout_split_visual_wrap {
  justify-content: flex-start;
  display: flex;
}

.layout_split_visual_wrap.is-reversed {
  order: -1;
  justify-content: flex-end;
}

.layout_split_content {
  padding-top: var(--space--medium);
  padding-bottom: var(--space--medium);
}

.g_visual_background {
  opacity: .1;
  background-color: currentColor;
}

.g_visual_background.u-cover-absolute {
  opacity: 0;
}

.g_visual_overlay {
  background-color: #000;
}

.layout_card_card {
  width: 100%;
}

.layout_card_card.u-visual-wrap {
  aspect-ratio: auto;
  height: auto;
}

.layout_card_inner {
  padding: var(--size--6rem) var(--size--3rem);
  text-align: center;
  position: relative;
}

.u-grid-custom {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-1);
  display: grid;
}

.styleguide_card_visual {
  border-top-left-radius: var(--radius--round);
  border-top-right-radius: var(--radius--round);
  border-bottom-left-radius: var(--radius--round);
  border-bottom-right-radius: var(--radius--round);
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  width: 100%;
  min-width: 3rem;
  min-height: 3rem;
}

.u-grid-autofit {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 13rem), 1fr));
  grid-auto-columns: minmax(0, 1fr);
  display: grid;
}

.u-column-custom {
  grid-column: auto / span 1;
}

.u-cover-absolute {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.u-grid-subgrid {
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: subgrid;
  grid-column-gap: inherit;
  grid-row-gap: inherit;
  grid-column: auto / span 1;
  display: grid;
}

.u-column-full {
  grid-column: 1 / -1;
}

.styleguide_flex_wrap {
  aspect-ratio: 1;
  background-image: url('../images/dots.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 88%;
  flex-flow: column;
  width: 100%;
  display: flex;
  container-type: inline-size;
}

.u-hflex-left-top {
  flex-flow: row;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.styleguide_flex_dot {
  opacity: .1;
  pointer-events: none;
  background-color: currentColor;
  border-radius: 100vw;
  min-width: 16cqw;
  min-height: 16cqw;
}

.u-hflex-left-center {
  flex-flow: row;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.u-hflex-left-bottom {
  flex-flow: row;
  place-content: flex-end flex-start;
  align-items: flex-end;
  display: flex;
}

.u-hflex-left-stretch {
  flex-flow: row;
  place-content: stretch flex-start;
  align-items: stretch;
  display: flex;
}

.u-hflex-center-top {
  flex-flow: row;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex;
}

.u-hflex-center-center {
  flex-flow: row;
  place-content: center;
  align-items: center;
  display: flex;
}

.u-hflex-center-bottom {
  flex-flow: row;
  place-content: flex-end center;
  align-items: flex-end;
  display: flex;
}

.u-hflex-center-stretch {
  flex-flow: row;
  place-content: stretch center;
  align-items: stretch;
  display: flex;
}

.u-hflex-right-top {
  flex-flow: row;
  place-content: flex-start flex-end;
  align-items: flex-start;
  display: flex;
}

.u-hflex-right-center {
  flex-flow: row;
  place-content: center flex-end;
  align-items: center;
  display: flex;
}

.u-hflex-right-bottom {
  flex-flow: row;
  place-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.u-hflex-right-stretch {
  flex-flow: row;
  place-content: stretch flex-end;
  align-items: stretch;
  display: flex;
}

.u-hflex-between-top {
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.u-hflex-between-center {
  flex-flow: row;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.u-hflex-between-bottom {
  flex-flow: row;
  place-content: flex-end space-between;
  align-items: flex-end;
  display: flex;
}

.u-hflex-between-stretch {
  flex-flow: row;
  place-content: stretch space-between;
  align-items: stretch;
  display: flex;
}

.u-vflex-left-top {
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.u-vflex-left-center {
  flex-flow: column;
  place-content: flex-start center;
  align-items: flex-start;
  display: flex;
}

.u-vflex-left-bottom {
  flex-flow: column;
  place-content: flex-start flex-end;
  align-items: flex-start;
  display: flex;
}

.u-vflex-left-between {
  flex-flow: column;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.u-vflex-center-top {
  flex-flow: column;
  place-content: center flex-start;
  align-items: center;
  display: flex;
}

.u-vflex-center-center {
  flex-flow: column;
  place-content: center;
  align-items: center;
  display: flex;
}

.u-vflex-center-bottom {
  flex-flow: column;
  place-content: center flex-end;
  align-items: center;
  display: flex;
}

.u-vflex-center-between {
  flex-flow: column;
  place-content: center space-between;
  align-items: center;
  display: flex;
}

.u-vflex-right-top {
  flex-flow: column;
  place-content: flex-end flex-start;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-center {
  flex-flow: column;
  place-content: flex-end center;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-bottom {
  flex-flow: column;
  place-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.u-vflex-right-between {
  flex-flow: column;
  place-content: flex-end space-between;
  align-items: flex-end;
  display: flex;
}

.u-vflex-stretch-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.u-vflex-stretch-center {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.u-vflex-stretch-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.u-vflex-stretch-between {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.u-hflex-wrap {
  flex-flow: wrap;
}

.u-vflex-wrap {
  flex-flow: column wrap;
}

.u-gap-none {
  grid-column-gap: var(--size--0rem);
  grid-row-gap: var(--size--0rem);
}

.u-gap-main {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
}

.u-gap-xsmall {
  grid-column-gap: var(--space--extra-small);
  grid-row-gap: var(--space--extra-small);
}

.u-gap-small {
  grid-column-gap: var(--space--small);
  grid-row-gap: var(--space--small);
}

.u-gap-medium {
  grid-column-gap: var(--space--medium);
  grid-row-gap: var(--space--medium);
}

.u-gap-large {
  grid-column-gap: var(--space--large);
  grid-row-gap: var(--space--large);
}

.u-grid-column-4 {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-4);
  display: grid;
}

.u-grid-column-2 {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-2);
  display: grid;
}

.u-color-inherit {
  color: inherit;
}

.u-color-faded {
  color: color-mix(in srgb, var(--theme--text) 60%, transparent);
}

.u-weight-regular {
  font-weight: var(--font--primary-regular);
}

.u-weight-medium {
  font-weight: var(--font--primary-medium);
}

.u-weight-bold {
  font-weight: var(--font--primary-bold);
}

.u-column-indent {
  grid-column: 2 / -2;
}

.styleguide_scroll {
  padding-right: var(--padding-horizontal--main);
  padding-left: var(--padding-horizontal--main);
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  margin-left: calc(var(--padding-horizontal--main) * -1);
  margin-right: calc(var(--padding-horizontal--main) * -1);
  scrollbar-color: var(--theme--text) transparent;
  grid-template-rows: auto;
  grid-template-columns: minmax(16rem, 1fr);
  grid-auto-columns: minmax(16rem, 1fr);
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  overflow: auto;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 3% 97%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 3% 97%, #0000 100%);
}

.u-flex-noshrink {
  flex: none;
}

.u-flex-grow {
  flex: 1;
}

.u-flex-shrink {
  flex: 0 auto;
}

.g_content_wrap.u-gap-medium.u-vflex-center-center {
  text-align: center;
}

.g_content_wrap.u-gap-medium.u-vflex-center-center.is-left-aligned {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.g_content_btn_wrap.u-gap-xsmall.u-hflex-center-center {
  flex-flow: wrap;
}

.g_content_btn_wrap.u-gap-xsmall.u-hflex-center-center.is-left-aligned {
  justify-content: flex-start;
  align-items: center;
}

.g_content_header.u-gap-small.u-vflex-center-center.is-left-aligned {
  justify-content: center;
  align-items: flex-start;
}

.u-display-none {
  display: none;
}

.u-visual-wrap {
  aspect-ratio: 1;
  border-radius: var(--radius--main);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.u-height-screen {
  min-height: 100svh;
}

.u-grid-column-3 {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-3);
  display: grid;
}

.u-column-1 {
  grid-column: auto / span 1;
}

.u-column-2 {
  grid-column: auto / span 2;
}

.u-column-3 {
  grid-column: auto / span 3;
}

.u-column-4 {
  grid-column: auto / span 4;
}

.u-column-5 {
  grid-column: auto / span 5;
}

.u-column-6 {
  grid-column: auto / span 6;
}

.u-column-7 {
  grid-column: auto / span 7;
}

.u-column-8 {
  grid-column: auto / span 8;
}

.u-column-9 {
  grid-column: auto / span 9;
}

.u-column-10 {
  grid-column: auto / span 10;
}

.u-column-11 {
  grid-column: auto / span 11;
}

.u-column-12 {
  grid-column: auto / span 12;
}

.u-order-first, .u-order-first-desktop, .u-order-first-tablet {
  order: -1;
}

.u-order-last, .u-order-last-desktop, .u-order-last-tablet {
  order: 1;
}

.u-grid-desktop, .u-grid-tablet, .u-grid-landscape {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-main);
  display: grid;
}

.g_card-link_wrap {
  z-index: 3;
  opacity: 0;
}

.g_card-link_wrap.u-cover-absolute {
  display: none;
}

.u-grid-breakout {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  grid-template-rows: auto;
  grid-auto-columns: minmax(0, 1fr);
  grid-template-columns: var(--grid-breakout);
  display: grid;
}

.layout_split_visual_inner {
  aspect-ratio: 3 / 2;
  flex: none;
  width: 50vw;
  max-width: 100%;
  height: 100%;
}

.u-max-width-none {
  max-width: none;
}

.g_clickable_wrap {
  z-index: 3;
}

.u-sr-only {
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.btn_main_layout {
  margin-left: auto;
  margin-right: auto;
}

.btn_main_layout.u-gap-xsmall.u-hflex-center-center {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
}

.u-gap-row-none {
  grid-row-gap: var(--size--0rem);
}

.u-gap-row-main {
  grid-row-gap: var(--grid-gap--main);
}

.u-gap-row-xsmall {
  grid-row-gap: var(--space--extra-small);
}

.u-gap-row-small {
  grid-row-gap: var(--space--small);
}

.u-gap-row-medium {
  grid-row-gap: var(--space--medium);
}

.u-gap-row-large {
  grid-row-gap: var(--space--large);
}

.u-gap-column-none {
  grid-column-gap: var(--size--0rem);
}

.u-gap-column-main {
  grid-column-gap: var(--grid-gap--main);
}

.u-gap-column-xsmall {
  grid-column-gap: var(--space--extra-small);
}

.u-gap-column-small {
  grid-column-gap: var(--space--small);
}

.u-gap-column-medium {
  grid-column-gap: var(--space--medium);
}

.u-gap-column-large {
  grid-column-gap: var(--space--large);
}

.g_heading_rich strong {
  color: var(--swatch--brand);
  font-weight: inherit;
}

.hero_wrap {
  background-color: #fff0;
  background-image: linear-gradient(96deg, #14061e 30%, #14061ead), url('../images/bike_1.avif');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero_contain.u-container {
  max-width: var(--max-width--small);
  padding-top: 4rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

.hero_layout.u-grid-desktop {
  flex-flow: column;
  display: flex;
}

.hero_header.u-vflex-left-center.u-gap-small.u-flex-grow {
  text-align: center;
  background-image: radial-gradient(circle closest-side, #030a12cf, #030a1200);
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.hero_title.u-text-h1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #030a1200;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 30ch;
  padding: 1rem;
  display: flex;
}

.hero_thumbnail_list.u-grid-custom {
  grid-template-columns: var(--grid-3);
  display: none;
}

.hero_thumbnail_item.u-visual-wrap {
  aspect-ratio: 2.1 / 1.2;
}

.hero_visual_wrap.u-column-5 {
  grid-column-start: 8;
}

.hero_visual_ratio {
  height: 100%;
}

.hero_visual_ratio.u-visual-wrap {
  aspect-ratio: 5.5 / 6.3;
  width: 100%;
}

.nav_wrap {
  background-color: #ddd0;
  position: static;
}

.nav_contain {
  z-index: 500;
  mix-blend-mode: difference;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_contain.u-container {
  min-height: 5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.nav_logo_wrap {
  width: 7.5rem;
}

.mission_contain.u-container {
  max-width: var(--max-width--small);
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mission_title {
  margin-bottom: var(--space--medium);
  padding-bottom: var(--space--extra-small);
  border-bottom: var(--border-width--main) solid var(--theme--border);
  text-transform: uppercase;
}

.mission_text.u-text-h4 {
  text-align: left;
  text-transform: none;
  margin-left: calc(var(--column-width) * 2);
}

.features_contain.u-container {
  max-width: var(--max-width--small);
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.features_layout.u-grid-autofit {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 26rem), 1fr));
}

.features_content.u-vflex-left-top.u-gap-small {
  grid-column-gap: var(--space--medium);
  grid-row-gap: var(--space--medium);
}

.features_list.u-grid-autofit {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
}

.features_card_wrap {
  padding: var(--size--2rem);
  border-radius: var(--radius--main);
  position: relative;
}

.features_card_wrap.u-vflex-left-top.u-gap-large {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  overflow: hidden;
}

.features_card_icon {
  color: var(--swatch--brand);
  width: 4.5rem;
  height: 4.5rem;
}

.features_card_content.u-vflex-left-top.u-gap-xsmall {
  z-index: 2;
  position: relative;
}

.features_card_title.u-text-h4 {
  margin-left: auto;
  margin-right: auto;
}

.features_card_title.u-text-h5 {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
}

.cta_card {
  padding: var(--size--2rem);
  border: var(--border-width--main) solid var(--theme--border);
  border-radius: var(--radius--main);
  text-align: center;
  min-height: 40rem;
  position: relative;
  overflow: hidden;
}

.cta_title {
  position: relative;
}

.cta_title.u-text-h1 {
  z-index: 1;
}

.footer_1_wrap {
  border-top: var(--border-width--main) solid var(--theme--border);
}

.footer_1_bottom_contain {
  padding-top: 0;
  padding-bottom: 0;
}

.footer_1_bottom_layout {
  border-top-style: solid;
  border-top-color: var(--theme--border);
  border-top-width: var(--border-width--main);
  padding-top: var(--size--2-5rem);
  padding-bottom: var(--size--2-5rem);
}

.spline-scene {
  z-index: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlay_div {
  background-color: #030a12bd;
  position: absolute;
  inset: 0%;
}

.pre_header_text {
  color: var(--swatch--dark);
  background-color: #ff0;
  border-radius: 50vw;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem 1rem;
}

.pre_header {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}

.p_xl {
  font-size: 2.2rem;
  line-height: 1;
}

.circles_wrap {
  z-index: -2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.gradient {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.circles {
  z-index: 0;
  opacity: .62;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.image {
  z-index: 1;
  width: 90%;
  position: absolute;
}

.icons {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  animation-name: loop-spin;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: both;
  position: absolute;
  inset: 0 0% 0%;
}

.div-block {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.timer_wrap {
  margin-top: 2rem;
}

.countdown-row {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.countdown-block {
  color: #fff;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin: 0;
  padding: 0 1rem;
  display: inline-block;
}

.countdown-time {
  color: #fff;
  font-size: 3rem;
  line-height: 1.4;
}

.countdown-detail {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

.heading_wrap_10 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  max-width: none;
  display: flex;
}

.title_contain.u-container {
  max-width: var(--max-width--small);
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.title_wrapper {
  text-align: center;
  max-width: none;
}

.box_wrap {
  background-color: #fff;
  border-radius: 1rem;
  margin-top: 2rem;
  padding: 1rem;
  overflow: hidden;
  box-shadow: 17px 19px 20px #0003;
}

.box_wrap_top {
  color: var(--swatch--brand-text);
  text-align: center;
  background-color: #ff0;
  border-radius: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.box_wrap_bottom.u-grid-column-3 {
  margin-top: 1rem;
  padding: 0;
  overflow: visible;
}

.box_wrap_item {
  background-color: var(--swatch--dark);
  color: var(--swatch--light);
}

.box_wrap_item.u-vflex-left-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 1rem;
  padding: 1rem;
}

.paragraph {
  text-align: center;
  max-width: none;
  font-size: 1.3rem;
  line-height: 1.5em;
}

.pricing_wrap {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.reg_price {
  font-size: 1.3rem;
}

.strike_span {
  -webkit-text-decoration: line-through red;
  text-decoration: line-through red;
}

.main_price_wrap {
  display: flex;
}

.price_text {
  color: #00e946;
  font-size: 3rem;
  line-height: 1.5;
}

.percent_wrap {
  border-radius: 50vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.text-block-6 {
  background-color: red;
  border-radius: 50vw;
  padding: .5rem 1rem;
  font-size: 1.8rem;
  line-height: 1;
}

.ps_wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-7 {
  font-size: var(--text-large--font-size);
  text-align: center;
  background-color: #fffb00;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: .5rem;
  line-height: 1.5em;
  display: flex;
}

.highlight_span {
  background-color: #ff0;
  font-weight: 700;
}

.p_top {
  margin-top: 2rem;
  font-size: 1.3rem;
  line-height: 1.5;
}

.code-embed {
  height: auto;
  min-height: auto;
}

.header_left {
  width: 50%;
}

.header_right {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.timer_outer {
  border: 3px dashed #ff0;
  border-radius: 1rem;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.cta_button_wrapper--mt2-mb2 {
  display: flex;
}

.btn-parent {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #f9f9f9;
  background-color: #ffa41c;
  background-image: none;
  border-radius: .5rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.3rem 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: inset 0 -1px .0625rem #85540c, inset 0 2px .125rem -.0625rem #7e510d57, 0 0 0 .0625rem #0000005e;
}

.btn-parent:hover {
  color: #ebebeb;
  box-shadow: inset 0 -1px .125rem #8a5a129c, inset 0 2px .125rem 0 #ac6d0f, 0 0 0 .0625rem #0000005e;
}

.btn-parent:active {
  color: #b8b8b8;
  background-color: #ffd815;
  background-image: none;
  box-shadow: inset 0 -1px .125rem #00000073, inset 0 2px .125rem -.0625rem #0a0a0a80, 0 0 0 .0625rem #0000005e;
}

.btn-text {
  color: #000;
  letter-spacing: -.03em;
  text-shadow: none;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.4;
}

.btn-icon {
  color: #000;
  align-items: center;
  width: .625rem;
  display: flex;
}

.button_badge_wrap {
  width: 19%;
  position: absolute;
  inset: auto -9% -21% auto;
}

.badge_image_cta {
  display: none;
}

.hand_icon {
  width: 10%;
  position: absolute;
  inset: auto auto -12% -1%;
}

.hand_image {
  width: 100%;
}

.glow {
  z-index: -1;
  filter: blur(80px);
  background-color: #00b7ff;
  border-radius: 50%;
  width: 25rem;
  height: 15rem;
  margin: auto;
  position: absolute;
  inset: auto;
}

.heading-5 {
  text-wrap: balance;
  font-size: 3.1rem;
  line-height: 1.1;
}

.icon_wrap {
  color: #fff;
  width: 3.6rem;
}

.image-3 {
  filter: invert();
}

.yellow_text {
  color: #ff0;
}

.robbie_mobile {
  display: none;
}

.arrow_wrap {
  position: absolute;
  inset: auto 5% 0% auto;
  transform: rotate(50deg);
}

.underline_span {
  text-decoration: underline;
}

.underline_span.is--alt {
  text-underline-offset: 8px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-decoration-color: #eaff00;
  text-decoration-thickness: 3px;
}

.list_image_wrapper--br1 {
  object-fit: cover;
  width: 100%;
  position: relative;
}

.list_item_text--tw1 {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.2;
}

.fitness_image {
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

.main_list_wrapper {
  margin-top: 32px;
  position: relative;
}

.main_list_wrapper.is--flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.arrow-absolute {
  position: absolute;
  inset: -12% 0% auto 50%;
  transform: rotate(34deg);
}

.arrow-absolute.is--3 {
  width: 6rem;
  display: none;
  top: -13%;
  left: 35%;
  transform: rotate(-47deg);
}

.check_icon {
  color: #09d369;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 2%;
  display: flex;
}

.check_icon.pulsing-outline {
  border-radius: 50%;
}

.list-grid {
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  place-content: stretch flex-start;
  align-items: stretch;
  width: 50%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.feature-wrap {
  align-items: flex-start;
  display: flex;
}

.name_arrow_wrap {
  z-index: 6;
  position: absolute;
  inset: 9% -20% auto auto;
}

.name_arrow_wrap.is--2 {
  top: 24%;
}

.name_arrow_wrap.is--3 {
  top: 47%;
}

.hero_form_wrapper--pd1 {
  z-index: 2;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #e9eaf61a;
  background-image: linear-gradient(268deg, #e7e7e700 68%, #ffffff2e);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  display: flex;
  position: relative;
  box-shadow: inset 1px 0 #ffffff7d, inset 0 2px #ffffff1f;
}

.text_box_label {
  color: #fff;
  font-weight: 600;
  line-height: 1;
}

.button-submit {
  color: #fff;
  text-shadow: 0 1px 1px #0003;
  background-color: #00fc08;
  background-image: linear-gradient(#01ff23, #009c1f 62%);
  border-width: 2px;
  border-radius: 10px;
  width: 100%;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.field_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.form_title-fs6-lh4-br1-pd0-5-tw1 {
  color: #000;
  text-align: center;
  background-color: #ff0;
  width: 100%;
  padding: .5rem;
  box-shadow: 0 5px 20px #0000005c;
}

.checkbox {
  background-color: #fefefe;
  border: 1px solid #c3c4d7;
  border-radius: 6px;
  width: 28px;
  height: 28px;
  margin-right: 13px;
}

.checkbox.w--redirected-checked {
  background-color: #f33b20;
  background-size: contain;
}

.form_title_wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.subheading_dot {
  color: #0f3;
  background-color: #0f3;
  border-radius: 50%;
  flex: none;
  width: 1rem;
  height: 1rem;
}

.subheading_dot.pulsing-outline {
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon_wrap-2 {
  width: 3rem;
  height: 3rem;
}

.name_arrow_image {
  width: 7rem;
}

.disclaimer_text--fs7-2 {
  text-align: left;
  font-size: .6rem;
  line-height: 1.4;
}

.hero_form_outer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.text_box_field {
  color: #20214d;
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1428rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.text-field {
  color: #000;
  background-color: #fefefe;
  border: 1px solid #c3c4d7;
  border-radius: 10px;
  width: 100%;
  height: auto;
  min-height: 52px;
  padding: 14px 14px 14px 10px;
  font-size: 1.2rem;
  font-weight: 500;
}

.text-field.is--phone {
  color: #000;
  font-size: 1.2rem;
  display: block;
}

.text-field.is--mail {
  color: #000;
  font-size: 1.2rem;
}

.form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.orange_span {
  color: orange;
}

.policy_wrap {
  z-index: 30000;
  background-color: #ffffffcf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.policy_inner {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.exit_link {
  z-index: 301;
  background-color: #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  inset: -9% -4% auto auto;
}

.terms_exit {
  color: #fff;
  font-size: 1.8rem;
}

.terms_text {
  color: #15051f;
  background-color: #fff;
  width: 100%;
  height: 30vh;
  padding: 1rem;
  position: relative;
  overflow: scroll;
}

.terms_wrap {
  z-index: 300;
  background-color: #ffffffcf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.terms_inner {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.link {
  color: #00d0ff;
}

@media screen and (max-width: 991px) {
  .layout_split_layout.u-grid-custom {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .layout_split_visual_wrap.is-reversed {
    order: 0;
  }

  .layout_split_content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-grid-column-4 {
    grid-template-columns: var(--grid-2);
  }

  .u-order-first-desktop, .u-order-last-desktop {
    order: 0;
  }

  .u-grid-desktop {
    flex-flow: column;
    display: flex;
  }

  .layout_split_visual_inner {
    width: 100%;
  }

  .hero_contain.u-container {
    padding-bottom: 1rem;
  }

  .hero_header.u-vflex-left-center.u-gap-small.u-flex-grow {
    flex-flow: column;
  }

  .hero_title.u-text-h1 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #030a1200;
    max-width: none;
  }

  .mission_contain.u-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .features_content.u-vflex-left-top.u-gap-small, .features_title.u-text-h1 {
    text-align: center;
  }

  .pre_header_text {
    padding-top: .45rem;
    padding-bottom: .45rem;
  }

  .pre_header {
    line-height: 1.2;
  }

  .circles_wrap {
    width: 100%;
    height: 100%;
    inset: 31% 0% 0%;
  }

  .heading_wrap_10, .paragraph {
    max-width: none;
  }

  .header_left {
    width: 100%;
  }

  .header_right {
    width: 90%;
  }

  .timer_outer, .cta_button_wrapper--mt2-mb2 {
    width: 100%;
  }

  .btn-parent {
    width: 100%;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-shadow: inset 0 -1px .0625rem #85540c, inset 0 2px .125rem -.0625rem #7e510d57;
  }

  .btn-text {
    text-align: center;
    font-size: 1.7rem;
    line-height: 1;
  }

  .button_badge_wrap {
    width: 21%;
    right: -7%;
  }

  .hand_icon {
    width: 12%;
    left: -3%;
  }

  .heading-5 {
    text-align: center;
    font-size: 2.6rem;
  }

  .robbie_mobile, .robbie_desk {
    display: none;
  }

  .list_item_text--tw1 {
    font-size: 1.3rem;
  }

  .main_list_wrapper.is--flex.animate-up {
    flex-flow: column;
  }

  .arrow-absolute.is--3 {
    top: -7%;
    left: 39%;
  }

  .list-grid {
    width: 100%;
    font-size: 1rem;
  }

  .name_arrow_wrap {
    top: 4%;
  }

  .name_arrow_wrap.is--2 {
    top: 19%;
  }

  .name_arrow_wrap.is--3 {
    top: 44%;
  }

  .hero_form_wrapper--pd1 {
    width: 100%;
    margin-left: 0%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text_box_label {
    font-size: 1rem;
  }

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .hero_form_outer {
    order: -1;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .text_box_field {
    align-items: center;
    margin-top: 7px;
    margin-bottom: 7px;
    display: flex;
  }

  .text-field {
    min-height: 30px;
  }

  .form {
    padding-right: 0;
  }

  .terms_text {
    height: 50vh;
  }

  .terms_inner {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .styleguide_font_item {
    grid-template-columns: 100%;
  }

  .u-grid-column-4, .u-grid-column-2, .u-grid-column-3 {
    grid-template-columns: var(--grid-1);
  }

  .u-order-first-tablet, .u-order-last-tablet {
    order: 0;
  }

  .u-grid-tablet {
    flex-flow: column;
    display: flex;
  }

  .hero_contain.u-container {
    padding-bottom: 0;
  }

  .pre_header_text {
    width: 80%;
    margin-top: 3rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .circles_wrap {
    top: 44%;
  }

  .circles, .icons {
    z-index: 0;
  }

  .div-block {
    pointer-events: none;
  }

  .header_left {
    width: 100%;
  }

  .button_badge_wrap {
    width: 26%;
  }

  .glow {
    width: 23rem;
    height: 6rem;
  }

  .heading-5 {
    font-size: 2rem;
  }

  .arrow_wrap {
    width: 3rem;
    bottom: 8%;
    right: 0%;
  }

  .main_list_wrapper.is--flex {
    flex-direction: column;
  }

  .arrow-absolute.is--3 {
    top: -5%;
    left: 76%;
  }

  .name_arrow_wrap {
    display: none;
  }

  .hero_form_wrapper--pd1 {
    width: auto;
  }

  .hero_form_outer {
    width: 100%;
  }

  .text_box_field {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .u-text-h4 {
    font-size: 1.2rem;
  }

  .u-grid-landscape {
    flex-flow: column;
    display: flex;
  }

  .u-grid-breakout {
    grid-template-columns: var(--grid-breakout-single);
  }

  .hero_header.u-vflex-left-center.u-gap-small.u-flex-grow {
    padding-top: 1rem;
  }

  .hero_title.u-text-h1 {
    padding-top: 0;
  }

  .nav_logo_wrap {
    width: 5rem;
  }

  .mission_contain.u-container {
    padding-top: 0;
  }

  .pre_header_text {
    max-width: 25ch;
  }

  .pre_header {
    font-size: 1.2rem;
    line-height: 1;
  }

  .p_xl {
    font-size: 1.8rem;
  }

  .circles_wrap {
    top: 58%;
  }

  .title_contain.u-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .text-block-6 {
    font-size: 1.6rem;
  }

  .header_right {
    width: 113%;
    position: static;
  }

  .btn-parent {
    width: 22rem;
  }

  .btn-text {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .button_badge_wrap {
    width: 28%;
  }

  .hand_icon {
    width: 13%;
    right: -52%;
  }

  .glow {
    width: 16rem;
    height: 4rem;
  }

  .heading-5 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .robbie_mobile {
    height: 13rem;
    margin-top: 0;
  }

  .arrow_wrap {
    width: 1rem;
    display: none;
  }

  .underline_span.is--alt {
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
  }

  .main_list_wrapper.is--flex.animate-up {
    margin-top: 10px;
  }

  .arrow-absolute {
    width: 35px;
    bottom: -88%;
    right: 45%;
  }

  .arrow-absolute.is--3 {
    display: none;
    top: -9%;
    left: 72%;
    right: 0%;
  }

  .list-grid {
    margin-top: 0;
  }

  .feature-wrap {
    align-items: center;
  }

  .name_arrow_wrap {
    display: none;
  }

  .hero_form_wrapper--pd1 {
    width: 100%;
  }

  .text_box_label {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .button-submit {
    width: 100%;
    font-size: 19px;
  }

  .subheading_dot.pulsing-outline {
    display: none;
  }

  .hero_form_outer {
    width: 100%;
  }

  .text_box_field {
    display: flex;
  }

  .text-field, .text-field.is--phone, .text-field.is--mail {
    font-size: 1rem;
  }

  .form {
    width: 100%;
  }

  .terms_text {
    height: 60vh;
  }
}


@font-face {
  font-family: 'Clash Grotesk';
  src: url('../fonts/ClashGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Grotesk';
  src: url('../fonts/ClashGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}