:root {
  --bg: #0b0a09;
  --fff8f1: #fff8f1;
  --dad6cc: #dad6cc;
  --a7a297: #a7a297;
  --faf3e1: #faf3e1;
  --fbebd9: #fbebd9;
  --yellow: #ffcf23;
  --9a9a9a: #9a9a9a;
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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(--bg);
  color: var(--fff8f1);
  letter-spacing: -.04em;
  font-family: Worksans Variablefont Wght, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: -1.8rem;
  margin-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 6.25rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--fff8f1);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

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

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: var(--dad6cc);
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  justify-content: center;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-section-large.is-no-pad-bot {
  padding-bottom: 0;
}

.padding-section-large.is-larger {
  padding-top: 9rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  color: var(--a7a297);
  font-size: 1.5rem;
  font-weight: 400;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.button {
  grid-column-gap: 1.88rem;
  grid-row-gap: 1.88rem;
  color: var(--fff8f1);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: rgba(255, 207, 35, .1);
  border-bottom: 2px solid #ffcf23;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
}

.button:hover {
  box-shadow: 0 0 80px rgba(255, 207, 35, .22);
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.section_hero {
  background-image: url('../images/hero-background.svg');
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  align-items: center;
}

.text-size-28 {
  color: var(--a7a297);
  font-size: 1.5rem;
  line-height: 1.3;
}

.text-size-28.max-width-large {
  max-width: 51rem;
}

.text-size-28.max-width-70vw {
  max-width: 70vw;
}

.text-size-28.is-max-width {
  max-width: 33rem;
  margin-top: .7rem;
}

.text-uppercase {
  color: var(--a7a297);
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.hero_last-chance-wrap {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  align-items: center;
}

.relative {
  flex: none;
  position: relative;
  overflow: hidden;
}

.button_glow {
  pointer-events: none;
  background-image: radial-gradient(circle closest-corner at 50% 100%, rgba(245, 204, 160, .15), rgba(245, 204, 160, 0));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button_text-ab {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.25em;
  display: flex;
}

.button-wrap.is-testimonial {
  z-index: 2;
  margin-top: -16rem;
  position: relative;
}

.hero_video-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero_video-wrap:hover {
  filter: saturate(150%);
}

.icon_video-play {
  z-index: 40;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.h2-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 43.8rem;
  display: flex;
}

.h2-wrap.is-centered {
  align-items: center;
}

.h2-wrap.is-centered.max-width-full {
  max-width: none;
}

.h2-wrap.is-longer {
  max-width: 51.7rem;
}

.h2-wrap.is-850 {
  z-index: 2;
  max-width: 58rem;
  position: relative;
}

.h2-wrap.is-62 {
  max-width: 64rem;
}

.text-size-40 {
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 2.2rem;
  line-height: 1.325;
}

.text-size-40.max-width-368 {
  max-width: 20rem;
}

.text-size-20 {
  color: var(--a7a297);
  font-size: 1.13rem;
  line-height: 1.3;
}

._1year_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.section_1year {
  flex-direction: column;
  align-items: center;
  position: relative;
}

._1year_flex {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 2.5rem;
  display: flex;
}

._1year_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: left;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: auto;
  max-width: 28.6rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.banner-flex {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  text-align: center;
  background-color: #191817;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 5vw;
  font-size: 1.25rem;
  display: flex;
  position: relative;
}

.banner-flex.is-new {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section_hero-year {
  flex-direction: column;
  align-items: center;
}

.hero-year_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-year_flex {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 72rem;
  margin-top: 4rem;
  display: flex;
}

.hero-year_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 32.4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.icon_arrow-grey {
  color: #bdb9af;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5625rem;
  height: .875rem;
  display: flex;
}

.glow_1year {
  z-index: -1;
  filter: blur(100px);
  background-color: rgba(255, 207, 35, .18);
  width: 12.5rem;
  height: 10rem;
  position: absolute;
  top: auto;
  bottom: 31%;
  left: 0%;
  right: auto;
  transform: translate(-50%);
}

.section_sysytem {
  flex-direction: column;
  align-items: center;
}

.system_video {
  height: 25rem;
  position: relative;
}

.system_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  align-items: start;
  justify-items: center;
  font-weight: 600;
}

.h-flex-center-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--fbebd9);
  justify-content: center;
  align-items: center;
}

.icon_star {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon_star.is-grey {
  color: rgba(251, 235, 217, .38);
}

.limited_text {
  color: var(--dad6cc);
  font-size: 1.75rem;
  line-height: 1.3;
}

.text-color-cream {
  color: var(--fbebd9);
}

.section_fade {
  z-index: -1;
  background-image: linear-gradient(to top, var(--bg), rgba(11, 10, 9, 0));
  width: 100%;
  height: 10vh;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_fade.is-top {
  background-image: linear-gradient(to bottom, var(--bg), rgba(11, 10, 9, 0));
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section_learn {
  flex-direction: column;
  align-items: center;
}

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

.h2.max-width-60 {
  max-width: 60rem;
}

.h2.is-new {
  text-align: center;
}

.spacer-1-5 {
  width: 100%;
  padding-top: 1.5rem;
}

.learn_slider-wrap {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  height: auto;
}

.learn-slider_arrow {
  border: 1px solid #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 5.25rem;
  height: 5.25rem;
  transition: transform .2s, opacity .2s;
  display: flex;
  top: -9rem;
  bottom: auto;
  left: auto;
  right: 0%;
}

.learn-slider_arrow:hover {
  opacity: .8;
}

.learn-slider_arrow:active {
  transform: scale(.95);
}

.learn-slider_arrow.is-left {
  right: 6.7rem;
}

.icon_slider-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.375rem;
  height: 1.25rem;
  display: flex;
}

.icon_slider-arrow.is-fliped {
  transform: rotate(-180deg);
}

.mask {
  width: 33%;
  overflow: visible;
}

.learn-slider_slide {
  background-color: #141312;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 2px;
  margin-right: 1.5rem;
  transition: background-color .2s, border .2s;
  overflow: hidden;
}

.learn-slider_slide:hover {
  background-color: #181715;
  border: 1px solid #414141;
}

.learn-slider_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.text-size-18 {
  color: var(--a7a297);
  font-size: 1.13rem;
  line-height: 1.45;
}

.text-size-18.text-color-cream {
  color: var(--faf3e1);
  font-weight: 600;
}

.text-size-18.text-color-cream.is-quote {
  color: var(--dad6cc);
  min-height: 10rem;
  font-weight: 400;
}

.text-size-18.text-color-cream.is-quote.is-first {
  width: 33rem;
  max-width: 100%;
}

.slider_video-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.icon-embed-custom-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.section_testimonials {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.testimonials_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.testimonials_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  width: 100%;
  position: relative;
}

.testimonial_grid_column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.testimonial_image {
  object-fit: cover;
  border: 1px solid #1d1b19;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  transition: filter .3s, border .3s;
}

.testimonial_image:hover {
  filter: saturate(150%);
  border-color: #4c4b49;
}

.testimonials_fade {
  background-image: linear-gradient(0deg, var(--bg) 38%, rgba(11, 10, 9, 0));
  pointer-events: none;
  width: 100%;
  height: 60vh;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_escape {
  flex-direction: column;
  align-items: center;
}

.escape_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.escape_slide {
  border: 1px solid #3b3b3b;
  border-radius: 2px;
  width: 100%;
  overflow: hidden;
}

.escape_slide_content {
  width: 100%;
  display: flex;
  position: relative;
}

.escape_video {
  width: 100%;
  height: 100%;
}

.icon_flag {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}

.escape_profile_name {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.text-size-44 {
  font-size: 2.75rem;
  line-height: 1;
}

.text-size-32 {
  font-size: 2rem;
}

.escape_profile_details {
  flex-direction: column;
  justify-content: center;
  max-width: 25rem;
  display: flex;
}

.escape_testimonials_section {
  background-color: #141312;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.icon_quote {
  color: var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.8125rem;
  height: 1.4375rem;
  display: flex;
}

.line_testimonial {
  background-color: #312920;
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.stars_component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial_name {
  color: var(--fbebd9);
  letter-spacing: -.02em;
  font-size: 1.13rem;
  font-weight: 500;
}

.icon_starr {
  color: var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.375rem;
  display: flex;
}

.h-flex-center-4 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--fbebd9);
  justify-content: center;
  align-items: center;
}

.flex-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}

.section_join {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.join_component {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.join_grid {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  width: 100%;
}

.join_image-wrap {
  border: 1px solid #312920;
  border-radius: 2px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.join_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.join_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 31.25rem;
  padding-left: 4.25rem;
  display: flex;
}

.join_content.is-no-pad-left {
  max-width: 460px;
  padding-left: 0;
}

.h3-32 {
  color: var(--faf3e1);
  max-width: 24.38rem;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
}

.h3-32.is-new {
  max-width: none;
  font-size: 2rem;
  line-height: 1.3;
}

.join_check_wrap {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  align-items: center;
  display: flex;
}

.icon_check {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: .8125rem;
  margin-top: .35rem;
  display: flex;
}

.icon_check.is-no-margin {
  margin-top: 0;
}

.vflex-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.future_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_future {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.future_bg-video {
  width: 100%;
  height: 100%;
  position: relative;
}

.future_video-overlay {
  background-color: rgba(11, 10, 9, .89);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_cta {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.cta_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_lock-price {
  flex-direction: column;
  align-items: center;
}

.price-lock_component {
  grid-template-rows: auto;
}

.price-lock_content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 39rem;
  padding-right: 4.25rem;
  display: flex;
}

.price-lock_video {
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 2px;
  width: 100%;
  height: 100%;
  min-height: 32.5rem;
}

.section_faq {
  flex-direction: column;
  align-items: center;
  position: relative;
}

.faq_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.faqs {
  border-radius: 16px;
  width: 100%;
  max-width: 51.13rem;
  margin-top: 3rem;
  overflow: hidden;
}

.faq_item {
  text-align: left;
  cursor: pointer;
  background-color: #141312;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  padding: 2rem;
  transition: background-color .2s;
}

.faq_item:hover {
  background-color: #191918;
}

.faq_item.is-last {
  border: 1px #000;
}

.faq_question {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_h3 {
  color: var(--faf3e1);
  letter-spacing: -.02em;
  font-size: 1.38rem;
}

.icon_faq-arrow {
  color: var(--faf3e1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: .6875rem;
  display: flex;
}

.faq_answer {
  color: var(--9a9a9a);
  font-size: 1.13rem;
  line-height: 1.45;
  overflow: hidden;
}

.faq_spacer {
  width: 100%;
  height: 1.5rem;
}

.footer {
  background-color: #141312;
}

.footer_top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.footer_link {
  letter-spacing: -.02em;
  font-size: 1.13rem;
  font-weight: 500;
  transition: border .2s, opacity .2s;
}

.footer_link:hover {
  border-bottom: 1px solid var(--faf3e1);
  opacity: .8;
}

.footer_links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--fbebd9);
  justify-content: center;
  align-items: center;
}

.footer_line {
  background-color: #2f2c28;
  width: 100%;
  height: 1px;
}

.footer_disclaimer {
  color: var(--a7a297);
  text-align: center;
  margin-top: 1.5rem;
  font-size: .63rem;
  font-style: italic;
}

.tab-text-box {
  color: rgba(255, 255, 255, .12);
  letter-spacing: .32em;
  background-color: rgba(221, 221, 221, 0);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 5.25rem;
  height: 5.25rem;
  padding: 1.5rem;
  font-size: 1.63rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.tab-text-box:hover {
  color: rgba(255, 255, 255, .53);
  border: 2px solid #38342f;
}

.tab-text-box.w--current {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--yellow);
  background-color: rgba(200, 200, 200, 0);
  border: 2px solid #312920;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
}

._1year_image {
  width: 40vw;
}

.system_video-wrap {
  border-bottom: 1px solid rgba(255, 255, 255, .11);
  border-radius: 6px;
  position: relative;
  top: -2.2rem;
  overflow: hidden;
}

.system_video-fade {
  background-image: linear-gradient(rgba(11, 10, 9, .83), rgba(11, 10, 9, 0));
  width: 100%;
  height: 35%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.banner_text {
  color: var(--a7a297);
  letter-spacing: .25em;
  text-transform: uppercase;
}

.escape_slider-space {
  width: 100%;
  padding-top: 1.5rem;
}

.h1 {
  margin-top: -2.6rem;
}

.slider-arrow {
  background-color: var(--bg);
  border: 1px solid #fefaf6;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 5.5rem;
  height: 5.5rem;
  transition: transform .2s, opacity .2s;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(50%);
}

.slider-arrow:hover {
  opacity: .7;
}

.slider-arrow:active {
  transform: scale(.95)translate(50%);
}

.slider-arrow.is-left {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(-50%);
}

.slider-arrow.is-left:active {
  transform: scale(.95)translate(-50%);
}

.icon_arrow-slider {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  display: flex;
}

.icon_arrow-slider.is-fliped {
  transform: rotate(-180deg);
}

.silder_h3 {
  white-space: nowrap;
}

.banner_image {
  object-fit: contain;
  width: 20rem;
  height: 3rem;
}

.banner_image.is-last {
  height: 2.5rem;
}

.hero-video-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.html-embed {
  display: none;
}

.video-embed-hero {
  aspect-ratio: 16 / 9;
  position: relative;
}

.black-overlay {
  z-index: 2;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .21);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-button {
  z-index: 5;
  width: 5rem;
  height: 5rem;
  position: absolute;
}

.play_button-image {
  width: 100%;
  height: 100%;
}

.video-wrapper {
  aspect-ratio: 16 / 9;
  background-color: #181b21;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video-overlay-img {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.video-overlay {
  z-index: 50;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.load-gif {
  z-index: 50;
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
}

.video-play-button {
  z-index: 50;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.text-size-18-2 {
  color: #9a9a9a;
  font-size: 1.13rem;
  line-height: 1.45;
}

.text-size-18-2.text-color-cream {
  color: var(--faf3e1);
}

.icon-embed-custom-7 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.625rem;
  display: flex;
}

.video-embed {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.h-flex-center-16-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fbebd9;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.icon-embed-custom-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.4375rem;
  display: flex;
}

.h-flex-center-16-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fbebd9;
  justify-content: center;
  align-items: center;
}

.icon-embed-custom-9 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.1875rem;
  display: flex;
}

.icon-embed-custom-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.625rem;
  display: flex;
}

.icon-embed-custom-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.1875rem;
  display: flex;
}

.escape_video-wrap-2 {
  z-index: 1;
  aspect-ratio: 16 / 9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.escape_fade-2 {
  z-index: 20;
  pointer-events: none;
  background-image: linear-gradient(to right, #0b0a09, rgba(11, 10, 9, 0));
  width: 40%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.escape_text-revenune-2 {
  color: #a7a297;
  letter-spacing: .32em;
  text-transform: uppercase;
  font-size: .88rem;
}

.div-block-3 {
  z-index: 50;
  background-image: linear-gradient(#000, rgba(17, 17, 17, 0));
  height: 40%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.icon_video-play-2 {
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 6.25rem;
  display: flex;
  position: absolute;
}

.div-block-3-copy {
  z-index: 50;
  background-image: linear-gradient(0deg, #000, rgba(17, 17, 17, 0));
  height: 40%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.escape_content-2 {
  z-index: 70;
  pointer-events: auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.video-wrapper-interview {
  background-color: #181b21;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-4 {
  z-index: 1;
  background-image: linear-gradient(#0b0a0a, rgba(0, 0, 0, 0));
  height: 10%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-4-copy {
  z-index: 1;
  background-image: linear-gradient(0deg, #0b0a0a, rgba(5, 5, 5, .47) 40%, rgba(3, 3, 3, .28) 54%, rgba(0, 0, 0, 0));
  height: 10%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon_btn-arrow-ab-2 {
  color: #ffcf23;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5625rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_component-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  display: flex;
}

.button-wrap-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon_btn-arrow-2 {
  color: #ffcf23;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5625rem;
  height: 1.25rem;
  display: flex;
}

.text-uppercase-2 {
  color: #a7a297;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.champions-logo-2 {
  width: 8.5rem;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.icon-embed-custom-15 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.text-size-28-2 {
  color: var(--a7a297);
  font-size: 1.5rem;
  line-height: 1.3;
}

.button-2 {
  grid-column-gap: 1.88rem;
  grid-row-gap: 1.88rem;
  color: #fff8f1;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: rgba(255, 207, 35, .1);
  border-bottom: 2px solid #ffcf23;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
}

.button-2:hover {
  box-shadow: 0 0 80px rgba(255, 207, 35, .22);
}

.cta_line {
  background-image: linear-gradient(to right, rgba(129, 129, 129, 0), rgba(129, 129, 129, .38) 50%, rgba(129, 129, 129, 0));
  height: 1px;
}

.cta_text_price {
  font-size: 2.5rem;
  line-height: 1;
}

.cta_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.cta_grid.is-top {
  grid-template-columns: 1fr 1fr;
}

.cta_price-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h3-32-2 {
  color: #faf3e1;
  max-width: 24.38rem;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
}

.image {
  z-index: -1;
  opacity: .04;
  position: absolute;
  top: auto;
  bottom: -36%;
  left: auto;
  right: -13%;
}

.cta_text_save {
  color: var(--yellow);
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: .88rem;
}

.cta_content {
  border: 1px solid rgba(129, 129, 129, .3);
  border-radius: 2px;
  width: 100%;
  max-width: 64.25rem;
  position: relative;
  overflow: hidden;
}

.text-span {
  font-size: 1rem;
}

.cta_top {
  background-color: #141312;
  justify-content: space-between;
  width: 100%;
  padding: 2.5rem;
  display: flex;
}

.cta_check_wrap {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  color: #a7a297;
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta_check_wrap.is-cream {
  color: var(--faf3e1);
}

.cta_bot {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  padding: 2.5rem;
  display: flex;
}

.h3-24 {
  color: #faf3e1;
  max-width: 24.38rem;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 1.5rem;
}

.cta_action-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.notification {
  z-index: 999;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #202020;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .88rem;
  font-weight: 500;
}

.notification_link {
  font-weight: 800;
  text-decoration: underline;
  transition: opacity .2s;
}

.notification_link:hover {
  opacity: .7;
}

.menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  padding: .4rem;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1;
  transition: border .2s, background-color .2s;
  display: flex;
}

.menu:hover {
  background-color: #13110f;
  border: 1px solid #322f2d;
}

.nav_menu {
  z-index: 2;
  letter-spacing: 0;
  background-color: #0b0a09;
  border: 1px solid #322f2d;
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  width: 22rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 1.13rem;
  line-height: 1;
  display: none;
  position: absolute;
  top: 49px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button_nav {
  color: #fff;
  letter-spacing: .01em;
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #a3a3a3;
  padding: .75rem 2rem;
  line-height: 1.25;
  transition: all .2s;
}

.button_nav:hover {
  color: #0b0a09;
  background-color: #fff;
  border-color: #0b0a09;
}

.navbar_content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  position: fixed;
  top: 37px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.lottie_menu {
  justify-content: center;
  align-items: center;
  max-width: 1.38rem;
  display: flex;
}

.menu_link {
  border-bottom: 1px solid #322f2d;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.menu_link:hover {
  background-color: #13110f;
  border-bottom-color: #6d6865;
  padding-left: 1rem;
}

.menu_link.is-last {
  border-bottom-style: none;
}

.navbar_left {
  z-index: 999;
  align-items: center;
  display: flex;
  position: relative;
}

.text-color-yellow {
  color: var(--yellow);
}

.button_view-more {
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, .1);
  background-image: radial-gradient(circle at 50% 100%, rgba(245, 204, 160, .15), rgba(245, 204, 160, 0));
  border: 1px solid rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.25rem 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.button_view-more:hover {
  background-color: rgba(255, 255, 255, .24);
  border-color: rgba(255, 255, 255, .4);
}

.footer_location_wrap {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer_location_title {
  color: var(--a7a297);
}

.footer_location_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  display: grid;
}

.footer_location {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_location_text {
  color: var(--faf3e1);
}

.footer_location_country {
  color: var(--a7a297);
  letter-spacing: .2em;
  font-size: .88rem;
  line-height: 1;
}

.slider_full-width {
  width: 100vw;
  display: none;
  position: relative;
}

.slider_full-width.is-2 {
  display: flex;
}

.slider-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.slider_lightbox {
  border: .13rem solid rgba(254, 207, 34, .21);
  border-radius: .75rem;
  flex: none;
  width: 22vw;
  transition: filter .2s, border .2s;
  overflow: hidden;
}

.slider_lightbox:hover {
  filter: saturate(160%);
  border-color: rgba(254, 207, 34, .6);
}

.slider_image {
  border-radius: .75rem;
  width: 100%;
  height: 100%;
}

.scrolly-boi {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-left: 1rem;
  padding: 1rem 2rem 1rem 1rem;
  display: flex;
  position: relative;
  overflow: auto;
}

.slider_content {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.slider_fade {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(90deg, rgba(11, 10, 9, 0), #0b0a09 92%);
  width: 26vw;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slider_fade.is-left {
  background-image: linear-gradient(270deg, rgba(11, 10, 9, 0), #0b0a09 92%);
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.slider_p {
  color: var(--a7a297);
  text-align: center;
  max-width: 47rem;
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
}

.slider_p.is-bot {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}

.slider_p_title {
  color: var(--faf3e1);
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.slider_title_cup {
  color: var(--faf3e1);
  background-image: url('../images/cup.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 2rem;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.svg_long-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: auto;
  display: flex;
  position: relative;
  top: -25px;
}

.mask-2 {
  width: 100%;
}

.testimonials_item {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
}

.testimonials_item.is-1 {
  width: 47%;
}

.button_below {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  font-size: .88rem;
  display: flex;
}

.svg_warning {
  color: var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.0625rem;
  display: flex;
}

.section_new {
  flex-direction: column;
  align-items: center;
}

.new_top {
  width: 100%;
  position: relative;
  overflow: clip;
}

.new_image {
  object-fit: cover;
  width: 100%;
}

.new_logo-image {
  mix-blend-mode: difference;
  width: 21rem;
  position: absolute;
  top: -27%;
  bottom: auto;
  left: auto;
  right: -3%;
}

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

.h2_new {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.25rem;
  display: flex;
}

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

.new_bot_title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 36rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.new_bot_title.is-bot {
  max-width: 43rem;
}

.new_bot_title.is-top {
  max-width: 39rem;
}

.new_list {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.new_item {
  background-color: rgba(255, 255, 255, .1);
  padding: 1rem 1.25rem;
}

.new_item:hover {
  background-color: rgba(255, 255, 255, .16);
}

.text-size-18-2-copy {
  color: #9a9a9a;
  font-size: 1.13rem;
  line-height: 1.45;
}

.text-size-18-2-copy.text-color-cream-copy {
  color: var(--faf3e1);
  font-size: 1.13rem;
}

.text-weight-semibold-faf {
  color: var(--faf3e1);
  font-weight: 600;
}

.font-playfair {
  text-transform: capitalize;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
}

@media screen and (min-width: 1440px) {
  .text-size-28 {
    font-size: 1.7rem;
  }

  .text-size-28.text-color-fa {
    color: var(--faf3e1);
  }

  .h2-wrap.is-850 {
    max-width: 61rem;
  }

  .h2-wrap.is-62 {
    max-width: 68rem;
  }

  .text-size-40 {
    font-size: 2.5rem;
  }

  .text-size-20 {
    font-size: 1.25rem;
  }

  .hero-year_flex {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .glow_1year {
    filter: blur(140px);
    width: 14rem;
    height: 15rem;
    bottom: 37%;
  }

  .h2 {
    font-size: 5.25rem;
  }

  .join_content {
    max-width: 33rem;
  }

  .h3-32.is-new {
    font-size: 2.2rem;
  }

  .join_check_wrap {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  ._1year_image {
    width: 37rem;
  }

  .text-size-28-2 {
    font-size: 1.75rem;
  }

  .footer_location_wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: flex;
  }

  .footer_location_title {
    color: var(--a7a297);
  }

  .footer_location_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 1.5rem;
    display: grid;
  }

  .footer_location {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer_location_text {
    color: var(--faf3e1);
  }

  .footer_location_country {
    color: var(--a7a297);
  }

  .new_bot_title.is-top {
    max-width: 43rem;
  }

  .text-size-18-2-copy.text-color-cream-copy {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5.5rem;
  }

  h2 {
    font-size: 4rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.is-larger {
    padding-top: 6rem;
  }

  .padding-section-large.is-tab {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .button {
    flex: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .text-size-28 {
    font-size: 1.3rem;
  }

  .text-uppercase {
    font-size: 1.2rem;
  }

  .icon_video-play {
    width: 4.5rem;
    height: auto;
  }

  .grid {
    text-align: center;
    grid-template-columns: 1.25fr;
    justify-items: center;
  }

  .h2-wrap {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .h2-wrap.is-longer {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: none;
  }

  ._1year_flex {
    flex-direction: column;
  }

  ._1year_content {
    text-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: .5rem;
  }

  .banner-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    font-size: 1rem;
  }

  .hero-year_flex {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }

  .hero-year_content {
    text-align: center;
    align-items: center;
    padding-bottom: 0;
  }

  .icon_arrow-grey {
    transform: rotate(90deg);
  }

  .glow_1year {
    top: auto;
    bottom: 14%;
    left: 0%;
    right: auto;
  }

  .system_video {
    height: 20rem;
  }

  .system_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: 1.75fr;
    align-items: center;
    justify-items: center;
  }

  .limited_text {
    font-size: 1.5rem;
  }

  .learn_component {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .learn-slider_arrow {
    width: 4.5rem;
    height: 4.5rem;
    top: -5.8rem;
  }

  .learn-slider_arrow.is-left {
    right: 5.5rem;
  }

  .icon_slider-arrow {
    width: 2rem;
    height: auto;
  }

  .mask {
    width: 47%;
    min-width: 24rem;
  }

  .learn-slider_content {
    padding: 1.5rem;
  }

  .slider_video-wrap {
    max-width: none;
  }

  .testimonials_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .escape_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .icon_flag {
    width: 2rem;
    height: 2rem;
  }

  .text-size-44 {
    font-size: 2rem;
  }

  .text-size-32 {
    font-size: 1.5rem;
  }

  .flex-block {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .join_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .join_grid {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .join_image-wrap {
    max-height: 32rem;
  }

  .join_content {
    text-align: center;
    align-items: center;
    max-width: 33rem;
    margin-bottom: 2rem;
    padding-left: 0;
  }

  .price-lock_component {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .price-lock_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    align-items: center;
    max-width: 47rem;
    padding-right: 0;
  }

  .price-lock_video {
    min-height: 30rem;
  }

  .faqs {
    margin-top: 2rem;
  }

  .tab-text-box {
    width: 4.5rem;
    height: 4.5rem;
    font-size: 1.5rem;
  }

  ._1year_image {
    object-fit: contain;
    order: -1;
    width: 100%;
    max-height: 26rem;
  }

  .champions-logo {
    object-fit: contain;
  }

  .slider-arrow {
    width: 4rem;
    height: 4rem;
  }

  .icon_arrow-slider {
    width: 2rem;
  }

  .video-embed {
    margin-left: auto;
    margin-right: auto;
  }

  .h-flex-center-16-2 {
    width: 100%;
  }

  .escape_text-revenune-2 {
    font-size: .7rem;
  }

  .icon_video-play-2 {
    width: 4.5rem;
    height: auto;
  }

  .hero_component-2 {
    max-width: 40rem;
  }

  .text-uppercase-2 {
    font-size: 1.2rem;
  }

  .icon-embed-custom-15 {
    width: 1.5rem;
    height: auto;
  }

  .text-size-28-2 {
    font-size: 1.3rem;
  }

  .button-2 {
    flex: none;
  }

  .slider_full-width {
    display: flex;
  }

  .slider_full-width.is-2 {
    display: none;
  }

  .slider_lightbox {
    border-radius: .5rem;
    width: 35vw;
  }

  .scrolly-boi {
    margin-left: 0;
    padding-bottom: .5rem;
    padding-right: 0;
  }

  .slider_p {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }

  .slider_p_title {
    font-size: 1.6rem;
  }

  .slider_title_cup {
    background-position: 92%;
    background-size: 1.6rem;
    font-size: 1.6rem;
  }

  .testimonials_item, .testimonials_item.is-1 {
    width: auto;
  }

  .new_image {
    height: 17.5rem;
  }

  .new_logo-image {
    width: 13rem;
  }

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

  .new_item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-18-2-copy.text-color-cream-copy {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: -1.5rem;
    font-size: 12vw;
  }

  h2 {
    font-size: 3rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large.is-larger {
    padding-top: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .text-size-28 {
    font-size: 1.2rem;
  }

  .text-uppercase {
    font-size: 1rem;
  }

  .hero_video-wrap {
    margin-top: 1rem;
  }

  .icon_video-play {
    width: 3.5rem;
  }

  ._1year_flex {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: 1.5rem;
  }

  .banner-flex {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .banner-flex.is-new {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero-year_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .icon_arrow-grey {
    width: 1.2rem;
    height: auto;
  }

  .glow_1year {
    opacity: .56;
    pointer-events: none;
    display: none;
  }

  .system_video {
    height: 15rem;
  }

  .system_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .h-flex-center-16 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .icon_star {
    width: 1rem;
    height: 1rem;
  }

  .limited_text {
    font-size: 1rem;
  }

  .learn_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .learn_slider-wrap {
    margin-bottom: 4rem;
  }

  .learn-slider_arrow {
    width: 3.5rem;
    height: 3.5rem;
    top: auto;
    bottom: -5rem;
    left: auto;
    right: 0%;
  }

  .learn-slider_arrow.is-left {
    right: 4.5rem;
  }

  .icon_slider-arrow {
    width: 1.5rem;
  }

  .text-size-18.text-color-cream {
    font-size: 1rem;
  }

  .testimonials_grid {
    grid-template-columns: auto auto;
  }

  .escape_slide {
    height: 18.75rem;
  }

  .escape_slide_content {
    object-fit: cover;
    height: 100%;
  }

  .escape_video {
    object-fit: cover;
  }

  .icon_flag {
    width: 1rem;
    height: 1rem;
  }

  .escape_profile_name {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .text-size-44 {
    font-size: 1.2rem;
  }

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

  .line_testimonial {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .icon_starr {
    width: 1.2rem;
  }

  .join_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .join_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .join_image-wrap {
    max-height: 17rem;
  }

  .join_content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 2rem;
  }

  .vflex-16 {
    text-align: left;
  }

  .cta_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .price-lock_video {
    min-height: 24rem;
  }

  .faqs {
    margin-top: 1.5rem;
  }

  .faq_item {
    padding: 1.5rem;
  }

  .faq_question {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq_h3 {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .icon_faq-arrow {
    flex: none;
  }

  .faq_answer {
    font-size: 1rem;
  }

  .footer_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
  }

  .footer_links {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  ._1year_image {
    max-height: 19rem;
  }

  .system_video-wrap {
    top: -1.5rem;
  }

  .champions-logo {
    width: 7rem;
  }

  .hero-year_image {
    object-fit: cover;
    height: 20rem;
  }

  .escape_slider-space {
    padding-top: 1rem;
  }

  .h1 {
    margin-top: -2rem;
  }

  .slider-arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .icon_arrow-slider {
    width: 1.5rem;
  }

  .silder_h3 {
    flex: 1;
    font-size: 1.5rem;
  }

  .banner_image {
    height: 2.3rem;
  }

  .banner_image.is-last {
    height: 2.1rem;
  }

  .text-size-18-2.text-color-cream, .text-size-18-2.text-color-cream.is-slider {
    font-size: 1rem;
  }

  .h-flex-center-16-2, .h-flex-center-16-3 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .escape_video-wrap-2 {
    object-fit: cover;
  }

  .div-block-3 {
    height: 30%;
  }

  .icon_video-play-2 {
    width: 3.5rem;
  }

  .div-block-3-copy {
    height: 70%;
  }

  .escape_content-2 {
    padding-right: 1rem;
  }

  .link-block {
    margin-top: 0;
    margin-bottom: -30px;
  }

  .text-uppercase-2 {
    font-size: 1rem;
  }

  .champions-logo-2 {
    width: 6rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-size-28-2 {
    font-size: 1.2rem;
  }

  .cta_grid, .cta_grid.is-top {
    grid-template-columns: 1fr;
  }

  .notification {
    align-items: center;
    height: 58px;
  }

  .notification_text {
    max-width: 23rem;
  }

  .image-3 {
    width: 5rem;
  }

  .nav_menu {
    width: 100%;
    display: none;
  }

  .button_nav {
    display: none;
  }

  .navigation {
    position: absolute;
    top: 58px;
  }

  .navbar_left {
    justify-content: space-between;
    width: 100%;
  }

  .footer_location_wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .slider_lightbox {
    width: 70vw;
  }

  .scrolly-boi {
    padding-left: 0;
  }

  .slider_p {
    max-width: 90%;
    font-size: 1.1rem;
  }

  .slider_p.is-bot {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .slider_p_title {
    font-size: 1.4rem;
  }

  .slider_title_cup {
    background-position: 94%;
    background-size: 1.4rem;
    font-size: 1.4rem;
  }

  .new_image {
    height: 18rem;
  }

  .new_logo-image {
    width: 10rem;
  }

  .new_bot_title {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .new_list {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
  }

  .text-size-18-2-copy.text-color-cream-copy {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }

  .padding-global.is-escape {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-large {
    font-size: 1.1rem;
  }

  .button {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    font-size: 1rem;
  }

  .spacer-medium {
    padding-top: 1rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .text-size-28 {
    font-size: 1.1rem;
  }

  .text-size-28.max-width-70vw {
    max-width: none;
  }

  .text-uppercase {
    font-size: .9rem;
  }

  .text-uppercase.is-mobile {
    font-size: .7rem;
  }

  .hero_last-chance-wrap {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .h2-wrap.is-850 {
    width: 100%;
    max-width: none;
  }

  .text-size-40 {
    font-size: 1.8rem;
  }

  .text-size-40.max-width-368 {
    max-width: none;
    font-size: 1.4rem;
  }

  .text-size-20 {
    font-size: 1.1rem;
  }

  .hero-year_content {
    padding-top: 1rem;
  }

  .system_video {
    height: 12rem;
  }

  .h-flex-center-16 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    margin-top: .6rem;
  }

  .icon_star.is-grey {
    margin-top: -1.31rem;
  }

  .limited_text {
    max-width: 270px;
  }

  .h2.is-larger {
    font-size: 2.4rem;
  }

  .h2.max-width-mobile {
    max-width: 19rem;
  }

  .h2.is-mobile {
    font-size: 7.6vw;
  }

  .h2.is-new {
    font-size: 2.4rem;
  }

  .mask {
    width: 92%;
    min-width: auto;
  }

  .learn-slider_content {
    justify-content: center;
    padding: 2rem 1rem;
  }

  .text-size-18 {
    font-size: 1.1rem;
  }

  .testimonials_grid {
    grid-template-columns: auto;
  }

  .testimonial_grid_column {
    width: 100%;
  }

  .testimonial_lightbox {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .escape_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .escape_testimonials_section {
    margin-top: 2rem;
  }

  .flex-block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .h3-32.is-new {
    font-size: 1.3rem;
  }

  .icon_check {
    flex: none;
  }

  .price-lock_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .price-lock_video {
    min-height: 15rem;
  }

  .faqs {
    border-radius: .5rem;
  }

  .faq_item {
    padding: 1rem;
  }

  .icon_faq-arrow {
    width: .8rem;
    height: auto;
  }

  .footer_top {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_link {
    font-size: 1rem;
  }

  .footer_links {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .tab-text-box {
    width: 4rem;
    height: 4rem;
  }

  .system_video-wrap {
    top: -1rem;
  }

  .banner_text {
    font-size: .8rem;
  }

  .hero-year_image {
    height: 15rem;
  }

  .h1 {
    width: 21rem;
    max-width: 100%;
    margin-top: -1rem;
    font-size: 2.8rem;
  }

  .silder_h3 {
    font-size: 1.2rem;
  }

  .banner_image {
    object-fit: contain;
    height: 2rem;
  }

  .banner_image.is-last {
    height: 1.8rem;
  }

  .play-button {
    width: 4rem;
    height: 4rem;
  }

  .video-wrapper {
    object-fit: cover;
  }

  .text-size-18-2 {
    font-size: 1.1rem;
  }

  .h-flex-center-16-2, .h-flex-center-16-3 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .escape_content-2 {
    padding: 1.5rem 1rem 1rem 1.5rem;
  }

  .icon_btn-arrow-ab-2 {
    width: 1.2rem;
  }

  .hero_component-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .icon_btn-arrow-2 {
    width: 1.2rem;
  }

  .text-uppercase-2 {
    font-size: .9rem;
  }

  .text-uppercase-2.is-hero {
    font-size: .8rem;
  }

  .champions-logo-2 {
    width: 5rem;
    margin-bottom: -10px;
  }

  .icon-embed-custom-15 {
    width: .9rem;
    margin-top: -1px;
  }

  .text-size-28-2 {
    font-size: 1.1rem;
  }

  .button-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    font-size: 1rem;
  }

  .image {
    bottom: -21%;
  }

  .cta_top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem;
  }

  .cta_bot {
    padding: 2rem;
  }

  .h3-24 {
    margin-bottom: .5rem;
  }

  .notification {
    height: auto;
    padding-bottom: .4rem;
    font-size: .7rem;
  }

  .notification_text {
    max-width: 16.2rem;
  }

  .navigation {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    padding-top: .5rem;
    top: 48px;
  }

  .button_view-more {
    font-size: 1rem;
  }

  .footer_location_title {
    font-size: .88rem;
  }

  .footer_location_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .scrolly-boi {
    padding-top: .5rem;
  }

  .slider_p {
    max-width: 82%;
  }

  .slider_title_cup {
    background-position: 92%;
  }

  .svg_long-arrow {
    width: .8rem;
  }

  .new_bot_title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 1.2rem;
    margin-bottom: 1.5rem;
  }

  .new_list {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .new_item {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: .5rem 1rem;
    display: flex;
  }

  .text-size-18-2-copy {
    font-size: 1.1rem;
  }

  .text-size-18-2-copy.text-color-cream-copy {
    text-align: center;
  }
}

#w-node-_2abcaa31-2bb1-c226-c920-435d60688967-51cd9f44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e50d1ade-a6cd-08b6-9a5b-0993ffecc9a0-51cd9f44 {
  align-self: start;
  justify-self: end;
}

#w-node-_8f943dbe-d988-8c01-7e66-8aeb5d8f3452-51cd9f44, #w-node-_5e3b545f-f199-2895-e2e1-be3a307875e4-51cd9f44, #w-node-_00b18c2d-79f1-edc4-232b-4db1d6ed0b43-51cd9f44, #w-node-_29066397-681a-c4be-d05e-a12673a2c9f2-51cd9f44, #w-node-a9e1b0eb-1034-163d-9ee0-9391b3e91fb1-51cd9f44, #w-node-_8b2f62c3-0b27-cc3e-9e7a-06692db80e7a-51cd9f44, #w-node-f039d170-bf3f-0cb1-344e-0d7a41805070-51cd9f44, #w-node-aeb15d2c-754a-8a1f-75a6-b19c8028d33a-51cd9f44, #w-node-aeb15d2c-754a-8a1f-75a6-b19c8028d33b-51cd9f44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aeb15d2c-754a-8a1f-75a6-b19c8028d343-51cd9f44 {
  align-self: end;
  justify-self: end;
}

#w-node-_071400ed-7fac-8f3b-0d7d-ccd0b3b5581e-51cd9f44, #w-node-_2320425e-dbb3-6448-b198-3d64be17b797-51cd9f44, #w-node-_73c37603-5f7a-9b2d-657a-690b025d74d4-51cd9f44, #w-node-_3d987804-967b-f21b-2898-3d17cd0326f4-51cd9f44, #w-node-c320bd33-35f8-be6d-2524-087d9876727f-51cd9f44, #w-node-_32d59a6a-4c29-a47b-bef6-e47fa42d3bed-51cd9f44, #w-node-_1bcb2798-f765-aa39-56d7-5422fbce7248-51cd9f44, #w-node-d1a76076-0f88-14b8-8da2-eadffa79134d-51cd9f44, #w-node-_7a0a3dd1-fc95-0ed7-9cc1-acdfd5dd6367-51cd9f44, #w-node-_27c4a307-37c8-5105-890d-cce739f9feee-51cd9f44, #w-node-aef2719b-ba7b-0f10-7528-126a4c8bbe07-51cd9f44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-51cd9f47 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-51cd9f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-51cd9f47 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-51cd9f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-51cd9f47 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-51cd9f47, #w-node-f29e419b-b247-0939-17a4-4debafe7a4d0-51cd9f47, #w-node-f29e419b-b247-0939-17a4-4debafe7a4d1-51cd9f47, #w-node-_0d257269-c13a-97b9-987c-3b700c0ffb4f-51cd9f47, #w-node-_0d257269-c13a-97b9-987c-3b700c0ffb50-51cd9f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-51cd9f47 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-51cd9f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-51cd9f47 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-51cd9f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-51cd9f47, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-51cd9f47, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-51cd9f47, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-51cd9f47, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-51cd9f47, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-51cd9f47, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-51cd9f47, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-51cd9f47, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-51cd9f47, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-51cd9f47, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-51cd9f47 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-51cd9f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-51cd9f47 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-51cd9f47, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-51cd9f47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-51cd9f47 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-e50d1ade-a6cd-08b6-9a5b-0993ffecc9a0-51cd9f44 {
    justify-self: center;
  }

  #w-node-a9e1b0eb-1034-163d-9ee0-9391b3e91fb1-51cd9f44 {
    grid-area: 3 / 1 / 7 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a9e1b0eb-1034-163d-9ee0-9391b3e91fb1-51cd9f44 {
    grid-row-end: 4;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d1a76076-0f88-14b8-8da2-eadffa79134d-51cd9f44 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Playfairdisplay Variablefont Wght';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.woff2') format('woff2');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans Variablefont Wght';
  src: url('../fonts/WorkSans-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay Variablefont Wght';
  src: url('../fonts/PlayfairDisplay-Italic-VariableFont_wght.woff2') format('woff2');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}