@font-face {
  font-family: Figtree Regular;
  src: url('../fonts/Figtree-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree Light;
  src: url('../fonts/Figtree-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree Medium;
  src: url('../fonts/Figtree-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Wotfard Light;
  src: url('../fonts/Wotfard-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Wotfard Regular;
  src: url('../fonts/Wotfard-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Wotfard Medium;
  src: url('../fonts/Wotfard-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Wotfard;
  src: url('../fonts/Wotfard-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #302f2c;
  --mint-cream: #f3f8f2;
  --orange--200: #ffb280;
  --grey-300: #505050;
  --blackj890: #302f2c;
  --grey-200: #707070;
  --horizontal-line: #c9c9c9;
  --white: white;
  --orange--300: #ffa366;
}

.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;
}

.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;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.col-lg-2 {
  width: 40%;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.button {
  color: var(--black);
  background-color: #302f2c;
  border: 1px solid #302f2ccc;
  border-radius: 100vw;
  flex: 0 auto;
  align-self: flex-start;
  padding: 8px 16px;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.button.cc-secondary {
  background-color: var(--mint-cream);
  border-style: solid;
  flex: 0 auto;
  padding: 8px 16px;
}

.button.cc-footer {
  background-color: var(--orange--200);
  border-style: none;
  padding: 12px 48px;
}

.button.cc-primary {
  padding: 10px 24px;
}

.button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  width: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.button-wrapper.u-pt-1-on-mobile {
  flex-wrap: nowrap;
  align-self: flex-start;
  width: 100%;
}

.heading-1 {
  color: #1d1c1a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wotfard, sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.25;
}

.heading-1.u-mb-0-5 {
  opacity: 1;
  white-space: break-spaces;
  margin-bottom: .5rem;
  font-family: Wotfard Light, sans-serif;
  line-height: 1.1;
}

.heading-1.mobile {
  display: none;
}

.hero-heading-wrapper {
  padding: 9.5rem 1.5rem 4em;
}

.logo-text {
  color: #1d1c1ae6;
  text-transform: uppercase;
  font-family: Wotfard Light, sans-serif;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1;
}

.logo-text.upper {
  letter-spacing: 2px;
  font-size: 1.275rem;
}

.heading-2 {
  color: var(--grey-300);
  text-transform: uppercase;
  white-space: break-spaces;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Wotfard Light, sans-serif;
  font-size: 2.375rem;
  font-weight: 200;
  line-height: 120%;
}

.image-wrapper-s {
  background-color: #e2e2e2;
  width: 100%;
  height: 12rem;
}

.text-size-regular {
  color: var(--grey-300);
  letter-spacing: 0;
  text-transform: none;
  padding: 0;
  font-family: Figtree Light, sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.65;
  text-decoration: none;
  display: block;
  position: relative;
}

.text-size-regular.is-narrow {
  max-width: 55%;
}

.vertical-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  max-width: none;
  height: auto;
  display: flex;
}

.grid-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-left: 1px #000;
  border-right: 1px #e4e4e4;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.grid-block.align-center {
  flex: 0 auto;
  align-self: center;
}

.grid-block.col-2 {
  background-color: #fff0;
}

.grid-block.col-2.right-aligned {
  margin-left: 0;
}

.grid-block.btm {
  background-color: #fff0;
}

.grid-block.header {
  background-color: #fff0;
  max-width: none;
}

.btn-text-absolute {
  color: #d14424;
  position: absolute;
  inset: auto 0% -100%;
}

.page-wrapper {
  opacity: 1;
  color: #fff;
  background-color: #fff;
  width: 100%;
  position: relative;
}

.col-lg-3 {
  background-color: #ff9696;
  border-radius: 0;
  flex: none;
  width: 100%;
  height: auto;
  padding: 0;
  position: relative;
}

.section {
  padding: 8rem 0;
  position: relative;
}

.section.hide {
  display: none;
}

.section.last {
  margin-bottom: 1.5em;
  padding-top: 9.5rem;
  padding-bottom: 0;
}

.div-hide {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.text-size-regular-allcaps {
  color: var(--grey-200);
  text-align: left;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Figtree Medium, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.25;
  display: inline-block;
  position: relative;
  left: 0;
}

.flex-vertical {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

._5-col-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 1.5rem;
  display: grid;
  position: relative;
}

._5-col-grid.left-aligned {
  justify-content: flex-start;
}

._5-col-grid.left-aligned.a-center-on-mobil {
  padding-top: 4em;
}

._5-col-grid.left-aligned.a-center-on-mobil.upper-border {
  border-top: 1px solid var(--horizontal-line);
}

._5-col-grid.left-aligned.a-center-on-mobil.btb-border {
  border-bottom: 1px solid var(--horizontal-line);
}

._5-col-grid.flex-inverse-on-mobile {
  grid-template-rows: auto;
  grid-auto-flow: column;
}

._5-col-grid.flex-inverse-on-mobile.btm-border {
  border-bottom: 1px solid var(--horizontal-line);
}

._5-col-grid._2-rows {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.line-horizontal {
  z-index: auto;
  background-color: var(--horizontal-line);
  color: #c9c9c9;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.line-horizontal.u-bottom {
  display: none;
  inset: auto 0% 0%;
}

.line-horizontal.u-top {
  perspective-origin: 0%;
  transform-origin: 0%;
}

.line-horizontal.dark {
  background-color: #8d8d8de6;
  display: block;
}

.image-wrapper-l {
  color: #d8d8d8;
  background-color: #f8d64e00;
  width: 100%;
  height: auto;
  position: static;
}

.btn-text {
  opacity: 1;
  color: var(--blackj890);
  word-break: keep-all;
  border: 1px #000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-family: Figtree Light, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1;
  overflow: visible;
}

.btn-text:hover {
  border-radius: 100vw;
}

.btn-text.u-text-white {
  opacity: 1;
  color: #fff;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  font-family: Figtree Light, sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  display: block;
}

.btn-text.u-text-white.absolute {
  color: var(--white);
  position: absolute;
  inset: auto 0% -100%;
}

.btn-text.u-large {
  color: var(--blackj890);
  font-family: Figtree Light, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

.btn-text.u-large.absolute {
  bottom: -100%;
}

.btn-text.absolute {
  color: var(--blackj890);
  font-weight: 300;
  position: absolute;
  inset: auto 0% -100%;
}

.paragraph {
  color: #1d1c1a;
}

.btn {
  color: #fff;
  background-color: #d14424;
  border: 1px solid #0000;
  border-radius: 8px;
  padding: .7em 1.2em;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  box-shadow: inset 0 0 #0000;
}

.btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px #00000026;
}

.btn.cc-secondary {
  color: #1d1c1a;
  background-color: #0000;
  border-color: #d14424;
}

.btn.cc-secondary.cc-light {
  color: #fff;
  border-color: #fff;
}

.btn.cc-secondary.cc-light:hover {
  box-shadow: inset 0 0 0 100px #ffffff26;
}

.btn.cc-light {
  color: #323a45;
  background-color: #fff;
}

.u-p-0 {
  padding: 0;
}

.styles__section-label {
  letter-spacing: 0;
  text-transform: none;
  border-bottom: 2px dotted #302f2c;
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding-bottom: 8px;
}

.u-bg-midgray {
  background-color: #888680;
}

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

.styles__nav {
  z-index: 2;
  text-transform: uppercase;
  background-color: #1d1c1a;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.1;
  position: sticky;
  top: 0;
}

.styles__card-preview {
  text-align: center;
  border-bottom: 1px solid #1d1c1a;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 120px;
  display: flex;
  position: relative;
}

.u-h-100 {
  height: 100%;
}

.paragraph-1-25 {
  color: #1d1c1a;
  font-size: 1.25rem;
}

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

.input-group {
  text-align: left;
  flex-direction: column;
  margin-bottom: 12px;
  padding-top: 1px;
  padding-bottom: 40px;
  padding-right: 1px;
  display: block;
  position: relative;
}

.input-group.cc-textarea {
  min-height: 140px;
}

.input-group.cc-toggle {
  margin-bottom: 8px;
  padding: 0 0 0 28px;
}

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

.u-border {
  width: 100%;
  height: 1px;
}

.styles__card {
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  border-radius: 8px;
  overflow: hidden;
}

.styles__visual-div {
  text-align: center;
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  border-radius: 3px;
  margin-bottom: 12px;
  padding: 16px;
  position: relative;
}

.input-radio {
  background-color: #0000;
  border-color: #888680;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: -28px;
  box-shadow: inset 0 0 0 3px #fff;
}

.input-radio:hover {
  background-color: #dfddd6;
  border-color: #d14424;
}

.input-radio.w--redirected-checked {
  background-color: #d14424;
  border-width: 1px;
  border-color: #d14424;
}

.input-radio.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0px;
  border-color: #d14424;
  outline: 2px solid #d14424;
}

.input-radio.cc-light {
  box-shadow: inset 0 0 0 3px #302f2c;
}

.input-radio.cc-light:hover {
  background-color: #888680;
}

.styles__nav-logo {
  color: #d14424;
  width: 64px;
  line-height: .8;
}

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

.u-bg-primary {
  background-color: #d14424;
}

.u-text-lightgray {
  color: #dfddd6;
}

.form_required-note {
  font-size: .8rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.u-d-flex {
  display: flex;
}

.u-d-flex.cc-align-center {
  align-items: center;
}

.h4 {
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 1.2rem;
  font-weight: 500;
}

.u-text-midgray {
  color: #888680;
}

.u-pt-3 {
  padding-top: 3em;
}

.styles__selector-callout {
  color: #fff;
  background-color: #0073e6;
  border-radius: 3px;
  margin-top: .1em;
  margin-bottom: .1em;
  margin-right: .2em;
  padding: .08em .6em;
  font-family: Inconsolata, monospace;
  font-size: .8rem;
  line-height: 1.7;
  display: inline-block;
  position: relative;
  top: -1px;
}

.styles__selector-callout.cc-element {
  background-color: #d13591;
}

.u-w-100 {
  width: 100%;
}

.form-success_flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.u-mt-3 {
  margin-top: 3em;
}

.u-p-1 {
  padding: 1em;
}

.styles__nav-link {
  color: #fff;
  letter-spacing: .03em;
  padding: .6em .8em;
  font-size: .85em;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.styles__nav-link:hover, .styles__nav-link.w--current {
  text-decoration: underline;
}

.styles__nav-link.cc-cta {
  background-color: #d14424;
  border-radius: 4px;
  margin-left: .4em;
}

.styles__nav-link.cc-cta:hover {
  background-color: #302f2c;
  text-decoration: none;
}

.u-pt-0 {
  padding-top: 0;
}

.u-mb-2 {
  margin-bottom: 2em;
}

.u-text-primary {
  color: #d14424;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-bg-lightgray {
  background-color: #dfddd6;
}

.u-mb-0 {
  margin-bottom: 0;
}

.row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: nowrap;
  align-content: stretch;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.row.row-justify-between {
  justify-content: space-between;
}

.row.row-justify-around {
  justify-content: space-around;
}

.row.row-justify-end {
  justify-content: flex-end;
}

.row.row-no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row.row-align-center {
  align-items: center;
}

.row.row-justify-center {
  justify-content: center;
}

.row.row-align-end {
  align-items: flex-end;
}

.bold-text {
  color: #1d1c1a;
}

.card-body {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  position: relative;
}

.input-check {
  background-color: #0000;
  border-color: #888680;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  margin-left: -28px;
  box-shadow: 0 0 #0000;
}

.input-check:hover {
  background-color: #dfddd6;
  border-color: #d14424;
}

.input-check.w--redirected-checked {
  background-color: #d14424;
  background-size: 16px;
  border-color: #d14424;
}

.input-check.w--redirected-focus {
  box-shadow: none;
  outline-offset: 0px;
  border-color: #d14424;
  outline: 2px solid #d14424;
}

.input-check.cc-light:hover {
  background-color: #888680;
}

.styles__global-embed-code {
  position: fixed;
  inset: 0% auto auto 0%;
}

.styles__row-example {
  border: 1px dashed #302f2c;
  height: 200px;
  margin-top: 4px;
  padding: 20px;
}

.h1 {
  color: #1d1c1a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .2em;
  font-size: 5.5rem;
  font-weight: 200;
  line-height: 1.1;
}

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

.u-d-block {
  display: block;
}

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

.u-mt-0 {
  margin-top: 0;
}

.container {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.u-pb-3 {
  padding-bottom: 3em;
}

.input-label {
  z-index: 1;
  color: #1d1c1a;
  border-top-right-radius: 3px;
  margin-bottom: 0;
  margin-left: 16px;
  padding-top: 12px;
  padding-bottom: 4px;
  font-size: .9rem;
  line-height: 1;
  position: relative;
}

.input-label.cc-static {
  background-color: #0000;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.u-bg-black {
  background-color: #1d1c1a;
}

.paragraph-1-5 {
  color: #1d1c1a;
  font-size: 1.5rem;
}

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

.u-aspect-1x1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.heading-3 {
  color: #1d1c1a;
  font-size: 1.9375rem;
  font-weight: 400;
}

.form-success {
  background-color: #0000;
  min-height: 320px;
  position: relative;
}

.form {
  width: 100%;
  position: relative;
}

.u-ml-1 {
  margin-left: 1em;
}

.u-mt-1 {
  margin-top: 1em;
}

.styles__utility-wrap {
  margin-bottom: 20px;
  padding: 1px;
}

.styles__utility-wrap.cc-margin {
  background-image: url('../images/bg-margin.svg');
  background-position: 0 0;
  background-size: 4px;
}

.styles__utility-wrap.cc-padding {
  background-image: url('../images/bg-padding.svg');
  background-position: 0 0;
  background-size: 4px;
}

.u-mt-2 {
  margin-top: 2em;
}

.paragraph-0-9 {
  color: #1d1c1a;
  font-size: .9rem;
  line-height: 1.4;
}

.u-position-relative {
  position: relative;
}

.u-text-darkgray {
  color: #302f2c;
}

.u-sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.u-pb-0 {
  padding-bottom: 0;
}

.u-mr-1 {
  margin-right: 1em;
}

.text-block-2 {
  color: #1d1c1a;
}

.u-mb-1 {
  margin-bottom: 1em;
}

.u-mt-auto {
  margin-top: auto;
}

.u-pt-2 {
  padding-top: 2em;
}

.col-3 {
  flex: 1;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.col-3.col-lg-11 {
  flex-basis: 91.67%;
  max-width: 91.6667%;
}

.col-3.col-lg-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-3.col-lg-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-3.col-lg-4 {
  flex-basis: 33.33%;
  max-width: 33.3333%;
}

.col-3.col-no-gutters {
  padding-left: 0;
  padding-right: 0;
}

.col-3.col-lg-2 {
  flex-basis: 16.67%;
  width: auto;
  max-width: none;
}

.col-3.col-lg-10 {
  flex-basis: 83.33%;
  max-width: 83.3333%;
}

.col-3.col-lg-5 {
  flex-basis: 41.67%;
  max-width: 41.6667%;
}

.col-3.col-lg-last {
  order: 1;
}

.col-3.col-lg-3 {
  flex-basis: 25%;
  max-width: none;
}

.col-3.col-shrink {
  flex: 0 auto;
}

.col-3.col-lg-7 {
  flex-basis: 58.33%;
  max-width: 58.3333%;
}

.col-3.col-lg-1 {
  flex-basis: 8.33%;
  max-width: none;
}

.col-3.col-lg-first {
  order: -1;
}

.col-3.col-lg-8 {
  flex-basis: 66.67%;
  max-width: 66.6667%;
}

.col-3.col-lg-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.u-pb-1 {
  padding-bottom: 1em;
}

.u-mb-3 {
  margin-bottom: 3em;
}

.u-pb-2 {
  padding-bottom: 2em;
}

.u-text-black {
  color: #1d1c1a;
}

.u-bg-darkgray {
  background-color: #302f2c;
}

.u-pt-1 {
  padding-top: 1em;
}

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

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

.h3 {
  color: #1d1c1a;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}

.u-mlr-auto {
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  color: #1d1c1a;
}

.styles__nav-version {
  color: #fff;
  text-transform: none;
  background-color: #d14424;
  border-radius: 4px;
  margin-left: .8em;
  padding: .35em .5em .4em;
  font-size: .7em;
  display: inline-block;
}

.u-overflow-visible {
  overflow: visible;
}

.card {
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  margin-bottom: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h2 {
  color: #1d1c1a;
  margin-top: 0;
  margin-bottom: .3em;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.1;
}

.u-m-0 {
  margin: 0;
}

.form-error {
  color: #e31700;
  background-color: #0000;
  border-top: 1px solid #e31700;
  margin-top: 16px;
  padding: 8px 0 0;
}

.styles_utility-card {
  background-color: #0073e61a;
  border: 1px solid #0073e6;
  padding: 20px;
}

.input {
  color: #1d1c1a;
  background-color: #0000;
  border: 1px solid #888680;
  border-radius: 8px;
  height: 100%;
  min-height: 65px;
  margin-bottom: 0;
  padding: 32px 16px 8px;
  font-size: 1rem;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
}

.input:hover, .input:focus {
  border-color: #d14424;
}

.input::placeholder {
  color: #888680;
}

.input.cc-select {
  background-image: url('../images/arrow-black.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 12px;
}

.input.cc-light {
  color: #fff;
}

.line-vertical {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  background-color: #d4d4d4;
  width: 1px;
  height: auto;
  display: none;
  position: relative;
  bottom: 24px;
}

.html-embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.link {
  padding-bottom: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link.footer {
  padding-top: 0;
  padding-bottom: 0;
}

.col-space-between {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  height: 100%;
  display: flex;
}

.title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .25rem;
  margin-bottom: 4px;
  display: flex;
}

.text-wrapper {
  grid-row-gap: .25rem;
  flex-direction: column;
  max-width: none;
  display: flex;
}

.footer {
  background-color: var(--mint-cream);
  padding-top: 6rem;
  padding-bottom: 4rem;
  position: relative;
}

.link-text_lowercase {
  color: var(--grey-300);
  text-transform: lowercase;
  padding-bottom: .1rem;
  font-family: Figtree Light, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1;
}

.link-text_lowercase.absolute {
  padding-bottom: .1rem;
  font-weight: 300;
  position: absolute;
  inset: auto 0% -100%;
}

.link-text_lowercase.lowercase {
  text-transform: lowercase;
}

.links-wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  display: flex;
}

.link-underline {
  background-color: var(--grey-300);
  perspective-origin: 50%;
  transform-origin: 50%;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0;
}

.image_project {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: static;
  inset: 0%;
}

.col-1-full-height {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.image_rebuild {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.link-text {
  color: #302f2ce6;
  text-transform: uppercase;
  font-family: Wotfard Light, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
}

.link-text.absolute {
  position: absolute;
  inset: auto 0% -100%;
}

.trigger {
  position: absolute;
  inset: 0% auto auto 0%;
}

.section_thought_wrapper {
  justify-content: space-between;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_about2 {
  justify-content: center;
  height: 660px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.brand_logo {
  display: none;
}

.nav_wrapper {
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
}

.section_about_info {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image_intro_visual1 {
  height: 90px;
}

.image_pause-state {
  width: 32px;
  height: 32px;
  display: block;
}

.section_belief_logo-name {
  color: #000;
  align-items: center;
  display: flex;
}

.section_thought {
  padding-top: 240px;
  padding-bottom: 100px;
}

.content_right {
  flex-direction: column;
  align-items: flex-start;
  max-width: 212px;
  padding-bottom: 60px;
  display: flex;
}

.content_top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.text-regular-small {
  font-size: 14px;
  line-height: 16px;
}

.bg_div3 {
  background-color: #eed;
  align-items: flex-end;
  width: 8%;
  height: 100%;
  display: flex;
}

.logo_adrian {
  width: 30px;
  max-width: 100%;
  height: 44px;
  margin-right: 10px;
  display: block;
}

.background-video-2 {
  z-index: 2;
  border-radius: 12px;
  height: 100%;
}

.section_about2_content {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 888px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.section_data_collabs {
  margin-bottom: 70px;
}

.collabs_heading, .exp_heading {
  margin-bottom: 10px;
  display: flex;
}

.image_play-state {
  width: 32px;
  height: 32px;
  display: block;
}

.section_thought_right {
  max-width: 380px;
}

.corner_div-right {
  background-color: #f8f4f1;
  border-top-left-radius: 20px;
  width: 100%;
  height: 8px;
}

.corner_graphic {
  background-color: #fff;
  border-top-right-radius: 30px;
  width: 100%;
  height: 10px;
  padding-bottom: 0;
  padding-right: 0;
}

.content_left-center {
  justify-content: space-between;
  align-items: flex-end;
  width: 70%;
  display: flex;
}

.section_about2_heading {
  text-align: center;
  max-width: 359px;
  margin-left: auto;
  margin-right: auto;
  line-height: 40px;
}

.section_intro {
  color: #373737;
  text-align: center;
  padding-bottom: 152px;
}

.nav_menu {
  align-items: center;
  display: flex;
}

.section_hero {
  width: 100%;
  margin-top: 4px;
  position: relative;
}

.bg_box_3 {
  background-color: #f1f0f5;
  align-items: flex-end;
  width: 8.5%;
  height: 100%;
  display: flex;
}

.section_thought_logo-name {
  align-items: center;
  display: flex;
}

.button_get-in-touch2 {
  background-color: #000;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 16px;
}

.nav_menu_info {
  display: none;
}

.text-medium-normal {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.section_about_para2 {
  max-width: 340px;
  line-height: 20px;
}

.image_right-arrow {
  width: 15px;
  height: 12px;
  display: block;
}

.section_hero_bottom {
  justify-content: center;
  width: 100%;
  height: 200px;
  margin-top: -64px;
  display: flex;
  position: relative;
}

.section_cta {
  padding-top: 10px;
  padding-bottom: 10px;
}

.button_lets-collab {
  color: #010101;
  border-bottom: 2px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 180px;
  padding-bottom: 10px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.section_belief-right {
  max-width: 460px;
}

.section_about_heading {
  text-align: center;
  margin-bottom: 180px;
}

.heading_number {
  margin-right: 70px;
}

.image_corner_graphic {
  width: 14px;
}

.intro_visual1 {
  margin-bottom: 20px;
}

.bg_div4 {
  background-color: #eed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 8%;
  height: 100%;
  display: flex;
}

.section_data-left {
  width: 50%;
  height: 572px;
  position: relative;
}

.top_info {
  display: none;
}

.image_cta {
  width: 3519px;
  height: 118px;
  display: block;
}

.image_visual {
  max-height: 480px;
}

.section_data_img-bg {
  z-index: 3;
  justify-content: center;
  margin-top: 116px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_intro_visuals {
  margin-top: 40px;
  margin-bottom: 55px;
}

.section_about_para1 {
  max-width: 420px;
  margin-bottom: 56px;
}

.section_data {
  justify-content: space-between;
  display: block;
}

.section_data_wrapper {
  justify-content: space-between;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 160px;
  display: flex;
}

.top_wrapper {
  border-radius: 14px;
  width: auto;
  margin: 12px;
}

.top_wrapper.bg-color-mist {
  padding: 0;
  transform: translate(0);
}

.section_data_button {
  margin-bottom: 80px;
}

.items_list {
  padding-left: 20px;
}

.section_hero_visual_heading3 {
  z-index: 4;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 16%;
}

.section_hero_info_bg {
  z-index: -1;
  background-color: #fff;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_video {
  padding-bottom: 100px;
}

.menu_divider {
  display: none;
}

.nav_link {
  color: #010101;
  margin-left: 36px;
  padding: 2px;
  line-height: 14px;
}

.section_data_img {
  z-index: 5;
  justify-content: center;
  display: flex;
  position: relative;
}

.text2-medium {
  font-size: 12px;
}

.page_wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section_hero_heading {
  letter-spacing: -1px;
  max-width: 200px;
  margin-bottom: 12px;
}

.image_visual_heading2 {
  max-height: 90px;
}

.play-pause-button {
  display: none;
}

.bg_graphic_left {
  background-color: #f8f4f1;
  align-items: flex-start;
  width: 240px;
  height: 180px;
  display: flex;
}

.list_item {
  padding-top: 0;
  padding-bottom: 4px;
}

.text-regular-tiny {
  font-size: 12px;
  line-height: 18px;
}

.link-toyfight {
  color: #373737;
  border-bottom: .75px solid #000;
  text-decoration: none;
}

.bg_graphic_right {
  background-color: #f8f4f1;
  align-items: flex-start;
  width: 240px;
  height: 180px;
  display: flex;
}

.section_about2_bg {
  z-index: 4;
  border-radius: 14px;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 888px;
  height: 430px;
  margin-top: 68px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_white_bg {
  z-index: 1;
  background-color: #fff;
  border-bottom-right-radius: 14px;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.corner_div-left {
  background-color: #f8f4f1;
  border-top-right-radius: 20px;
  width: 100%;
  height: 8px;
}

.bg_div2 {
  background-color: #eed;
  flex-direction: column;
  justify-content: flex-end;
  width: 58%;
  height: 98px;
  display: flex;
}

.bg_box_2 {
  background-color: #f1f0f5;
  flex-direction: column;
  justify-content: flex-end;
  width: 32%;
  height: 100px;
  display: flex;
}

.text-regular-normal {
  font-size: 16px;
  line-height: 20px;
}

.text-medium-small {
  font-size: 12px;
  line-height: 12px;
}

.section_hero_visuals {
  justify-content: center;
  align-items: center;
  max-width: 1044px;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.background-video {
  z-index: 3;
  width: 100%;
  height: 100%;
}

.image_corner_stretcher {
  width: 14px;
}

.about_heading {
  text-align: center;
  line-height: 36px;
}

.text-regular-xsmall {
  font-size: 12px;
}

.image_corner-div-left {
  width: 14px;
  height: 14px;
  display: block;
}

.section_hero_visual_image {
  z-index: 5;
  justify-content: center;
  display: flex;
  position: absolute;
}

.image_intro_visual2 {
  height: 90px;
}

.section_about {
  padding-top: 160px;
  padding-bottom: 140px;
}

.section_data-right {
  max-width: 330px;
  padding-top: 116px;
}

.text-medium-large {
  font-size: 16px;
}

.white_bg_mist_right {
  background-color: #f1f0f5;
  border-bottom-right-radius: 14px;
  width: 30%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.bg_div1 {
  background-color: #eed;
  width: 36%;
  height: 22px;
}

.services_heading {
  margin-bottom: 10px;
  line-height: 18px;
  display: flex;
}

.section_hero_info_button {
  align-items: flex-end;
  display: flex;
}

.section_hero_info {
  z-index: 0;
  width: 452px;
  height: 100%;
  padding-bottom: 26px;
  display: flex;
  position: absolute;
  left: 0;
}

.bg_box_1 {
  background-color: #f1f0f5;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  height: 24px;
  display: flex;
}

.lightbox_hero_video {
  border-radius: 4px;
  width: 230px;
  height: 130px;
  overflow: hidden;
}

.image_intro_visual3 {
  max-width: 100%;
  height: 90px;
  display: inline-block;
}

.section_data_services {
  margin-bottom: 70px;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section_hero_visual_heading2 {
  z-index: 6;
  mix-blend-mode: difference;
  justify-content: center;
  display: flex;
  position: absolute;
}

.scroll_text {
  text-align: center;
  width: 96px;
  height: 15px;
  position: absolute;
  inset: auto auto 6%;
}

.section_email {
  padding-top: 80px;
  padding-bottom: 60px;
}

.bg_div5 {
  background-color: #eed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 58%;
  height: 98px;
  display: flex;
}

.brand_image {
  max-width: 80px;
  display: block;
}

.text-regular-xlarge {
  font-size: 36px;
}

.corner_strecther {
  background-color: #fff;
  width: 100%;
  height: 10px;
  padding-bottom: 0;
  padding-right: 0;
}

.image_torus {
  height: 440px;
}

.intro_visual2 {
  margin-bottom: 20px;
}

.section_hero_video {
  background-color: #fff;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 3px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section_hero_info_text {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 240px;
  margin-right: 32px;
  padding-left: 24px;
  padding-right: 2px;
  display: flex;
}

.section_stretcher {
  z-index: 5;
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.strecther_box_left {
  background-color: #f1f0f5;
  flex-direction: column;
  align-items: flex-start;
  width: 15%;
  height: 24px;
  display: flex;
}

.section_hero_bottom_wrapper {
  z-index: 2;
  background-color: #f1f0f5;
  border-bottom-right-radius: 14px;
  justify-content: center;
  width: 1044px;
  max-width: 1044px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-regular-large {
  font-size: 32px;
  line-height: 40px;
}

.image_corner_div-right {
  width: 14px;
  height: 14px;
  display: block;
}

.image_data_bg2, .play-state {
  display: none;
}

.section_about_logo-hi {
  align-items: center;
  display: flex;
}

.data_list {
  padding-left: 90px;
}

.button_email {
  color: #010101;
  border-bottom: 2px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  margin-left: 65%;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.section_hero_visual_heading1 {
  z-index: 4;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 16% 0% auto;
}

.content_heading {
  max-width: 212px;
  margin-bottom: 18px;
  line-height: 26px;
}

.video_wrapper {
  border-radius: 12px;
  max-width: 850px;
  height: 478px;
  max-height: 478px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.section_data_heading {
  margin-bottom: 40px;
  line-height: 36px;
}

.section_intro_sentence {
  max-width: 210px;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
}

.section_footer {
  justify-content: space-between;
  padding: 200px 40px 20px;
  display: flex;
}

.image_visual_heading1 {
  max-width: 100%;
  max-height: 90px;
}

.section_belief-text {
  margin-bottom: 32px;
  line-height: 40px;
}

.section_belief {
  padding-top: 180px;
  padding-bottom: 140px;
}

.bg_div6 {
  background-color: #eed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 36%;
  height: 22px;
  display: flex;
}

.section_belief_wrapper {
  justify-content: space-between;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image_visual_heading3 {
  max-height: 90px;
}

.text-regular-menu {
  font-size: 22px;
  line-height: 28px;
}

.hero_wrapper {
  width: 100%;
}

.content_left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 212px;
  padding-bottom: 60px;
  display: flex;
}

.button_get-in-touch {
  color: #010101;
  background-color: #fff;
  border-radius: 100px;
  margin-left: 40px;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 14px;
}

.content_center {
  justify-content: center;
  width: 340px;
  height: 340px;
  display: flex;
}

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

.heading-width {
  max-width: 54em;
}

.code-embed {
  display: none;
}

.directional-list__col-client {
  flex: none;
  margin-left: 0;
  display: flex;
  position: relative;
}

.direcitonal-list__eyebrow {
  color: var(--blackj890);
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Figtree Medium, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
}

.directional-list__border {
  z-index: 2;
  background-color: var(--horizontal-line);
  opacity: .3;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.directional-list__border.is--item {
  z-index: 3;
  opacity: 1;
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  background-color: #ddd;
  height: 1px;
  top: 0;
  bottom: auto;
}

.directional-list__border.is--item.btm {
  inset: auto 0% 0%;
}

.directional-list__list {
  color: var(--mint-cream);
}

.directional-list__info {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: grid;
  position: relative;
}

.directional-list__hover-tile {
  background-color: var(--orange--300);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.directional-list__item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: inherit;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: -1px;
  padding: 2.25em 1.5em;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.directional-list {
  border-style: none;
  border-width: 1px;
  border-color: var(--horizontal-line) black black;
  color: #ffecde;
  flex-flow: column;
  width: 100%;
  margin-top: 1em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
}

.directional-list__col-year {
  flex: none;
  min-width: 3em;
  position: relative;
}

.direcitonal-list__p {
  color: #333;
  text-transform: none;
  margin-bottom: 0;
  font-family: Figtree Light, sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1;
}

.direcitonal-list__p.bold {
  font-family: Wotfard Medium, sans-serif;
  font-weight: 400;
}

.direcitonal-list__p.mobile-year {
  display: none;
}

.directional-list__col-award {
  min-width: 30%;
  position: relative;
}

.padding-global {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.direcitonal-list__eyebrow-2 {
  color: #c96d4d;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .75em;
  line-height: 1;
}

.directional-list__hover-tile-2 {
  background-color: #2dab53;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.directional-list__item-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--orange--200);
  justify-content: space-between;
  align-items: center;
  margin-top: -1px;
  padding: 2.25em 1.5em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.directional-list-2 {
  color: #ffecde;
  flex-flow: column;
  width: 100%;
  max-width: 50em;
  display: flex;
  position: relative;
}

.direcitonal-list__p-2 {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1;
}

.width-text.pf {
  max-width: 585px;
}

.heading-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4em 1.5em 0;
  display: grid;
  position: relative;
}

.heading-grid.cloneables {
  padding-bottom: 1.5em;
}

.text-size-medium {
  color: var(--blackj890);
  font-family: Figtree Regular, sans-serif;
  font-size: 1.55em;
  line-height: 28px;
}

@media screen and (min-width: 1280px) {
  .section.u-p-0 {
    padding-top: 2.5em;
  }

  .section_thought_wrapper {
    justify-content: space-between;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section_about2 {
    background-color: #f8f4f1;
    justify-content: center;
    height: 850px;
    padding-bottom: 200px;
    display: flex;
    position: relative;
  }

  .nav_wrapper {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 28px;
  }

  .section_about_info {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image_intro_visual1 {
    max-width: 100%;
    height: 100px;
    display: block;
  }

  .image_pause-state {
    width: 40px;
    max-width: 100%;
    height: 40px;
    display: block;
  }

  .section_belief_logo-name {
    color: #000;
    align-items: center;
    display: flex;
  }

  .section_thought {
    padding-top: 300px;
    padding-bottom: 100px;
  }

  .content_right {
    flex-direction: column;
    align-items: flex-start;
    max-width: 242px;
    padding-bottom: 80px;
    display: flex;
  }

  .content_top {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
  }

  .text-regular-small {
    font-size: 18px;
    line-height: 18px;
  }

  .image_pause-button {
    max-width: 100%;
    display: block;
  }

  .bg_div3 {
    background-color: #eed;
    align-items: flex-end;
    width: 8%;
    height: 100%;
    display: flex;
  }

  .logo_adrian {
    width: 36px;
    max-width: 100%;
    height: 48px;
    margin-right: 12px;
    display: block;
  }

  .background-video-2 {
    z-index: 2;
    border-radius: 12px;
    height: 100%;
  }

  .section_about2_content {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .section_data_collabs {
    margin-bottom: 90px;
  }

  .collabs_heading {
    color: #010101;
    margin-bottom: 20px;
    display: flex;
  }

  .exp_heading {
    margin-bottom: 20px;
    display: flex;
  }

  .image_play-state {
    width: 40px;
    max-width: 100%;
    height: 40px;
    display: block;
  }

  .section_thought_right {
    color: #000;
    max-width: 500px;
  }

  .corner_div-right {
    background-color: #f8f4f1;
    border-top-left-radius: 20px;
    width: 100%;
    height: 10px;
  }

  .corner_graphic {
    background-color: #fff;
    border-top-right-radius: 30px;
    width: 100%;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .content_left-center {
    justify-content: space-between;
    width: 70%;
  }

  .section_about2_heading {
    color: #000;
    text-align: center;
    max-width: 490px;
    margin-left: auto;
    margin-right: auto;
    line-height: 54px;
  }

  .section_intro {
    color: #373737;
    text-align: center;
    background-color: #f8f4f1;
    padding-bottom: 140px;
  }

  .nav_menu {
    align-items: center;
    display: flex;
  }

  .section_hero {
    width: 100%;
    margin-top: 4px;
    position: relative;
  }

  .bg_box_3 {
    background-color: #f1f0f5;
    align-items: flex-end;
    width: 8%;
    height: 100%;
    display: flex;
  }

  .section_thought_logo-name {
    color: #000;
    align-items: center;
    display: flex;
  }

  .button_get-in-touch2 {
    background-color: #000;
    border-radius: 100px;
    padding: 10px 24px;
  }

  .intro_visual3 {
    justify-content: center;
    display: flex;
  }

  .text-medium-normal {
    font-size: 14px;
    font-weight: 500;
  }

  .section_about_para2 {
    color: #373737;
    max-width: 324px;
    line-height: 24px;
  }

  .image_right-arrow {
    width: 15px;
    max-width: 100%;
    height: 12px;
    display: block;
  }

  .section_hero_bottom {
    justify-content: center;
    width: 100%;
    height: 210px;
    margin-top: -72px;
    display: flex;
    position: relative;
  }

  .content_para {
    color: #010101;
  }

  .section_cta {
    background-color: #f8f4f1;
    padding-top: 30px;
    padding-bottom: 28px;
  }

  .button_lets-collab {
    color: #010101;
    border-bottom: 2px solid #000;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    padding-bottom: 10px;
    display: flex;
  }

  .section_belief-right {
    max-width: 680px;
  }

  .section_about_heading {
    margin-bottom: 200px;
  }

  .heading_number {
    color: #010101;
    margin-right: 86px;
    line-height: 20px;
  }

  .image_corner_graphic {
    width: 20px;
    max-width: 100%;
    display: block;
  }

  .intro_visual1 {
    color: #373737;
    text-align: center;
    justify-content: center;
    margin-bottom: 24px;
    display: flex;
  }

  .bg_div4 {
    background-color: #eed;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 8%;
    height: 100%;
    display: flex;
  }

  .section_data-left {
    width: 50%;
    height: 700px;
    position: relative;
  }

  .image_cta {
    width: 2985px;
    max-width: 100%;
    height: 100px;
    display: block;
  }

  .image_visual {
    max-width: 100%;
    max-height: 540px;
    display: block;
  }

  .section_data_img-bg {
    z-index: 3;
    justify-content: center;
    margin-top: 100px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .section_intro_visuals {
    color: #373737;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .section_about_para1 {
    color: #000;
    max-width: 510px;
    margin-bottom: 64px;
  }

  .section_data {
    display: block;
  }

  .section_data_wrapper {
    justify-content: space-between;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 200px;
    display: flex;
  }

  .top_wrapper {
    border-radius: 14px;
    width: auto;
    margin: 14px;
  }

  .section_hero_phrase {
    color: #010101;
  }

  .section_data_button {
    margin-bottom: 90px;
  }

  .items_list {
    color: #4e5255;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .section_hero_visual_heading3 {
    z-index: 4;
    justify-content: center;
    display: flex;
    position: absolute;
    inset: auto 0% 19%;
  }

  .section_hero_info_bg {
    z-index: -1;
    background-color: #fff;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .section_video {
    padding-bottom: 90px;
  }

  .nav_link {
    color: #010101;
    margin-left: 36px;
    padding: 2px;
    font-size: 14px;
    line-height: 14px;
  }

  .section_data_img {
    z-index: 5;
    justify-content: center;
    display: flex;
    position: relative;
  }

  .text2-medium {
    font-size: 12px;
  }

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

  .section_hero_heading {
    color: #010101;
    letter-spacing: -1px;
    max-width: 230px;
    margin-bottom: 16px;
  }

  .image_visual_heading2 {
    max-width: 100%;
    max-height: 115px;
    display: block;
  }

  .bg_graphic_left {
    align-items: flex-start;
    width: 300px;
    height: 220px;
    display: flex;
  }

  .list_item {
    color: #4e5255;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 20px;
  }

  .text-regular-tiny {
    font-size: 14px;
    line-height: 22px;
  }

  .bg_graphic_right {
    align-items: flex-start;
    width: 300px;
    height: 220px;
    display: flex;
  }

  .section_about2_bg {
    z-index: 4;
    background-color: #eed;
    border-radius: 14px;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1100px;
    height: 590px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .section_white_bg {
    z-index: 1;
    background-color: #fff;
    border-bottom-right-radius: 14px;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .corner_div-left {
    background-color: #f8f4f1;
    border-top-right-radius: 20px;
    width: 100%;
    height: 10px;
  }

  .bg_div2 {
    background-color: #eed;
    flex-direction: column;
    justify-content: flex-end;
    width: 58%;
    height: 120px;
    display: flex;
  }

  .bg_box_2 {
    background-color: #f1f0f5;
    flex-direction: column;
    justify-content: flex-end;
    width: 30%;
    height: 116px;
    display: flex;
  }

  .text-regular-normal {
    font-size: 20px;
  }

  .text-medium-small {
    font-size: 12px;
  }

  .section_hero_visuals {
    justify-content: center;
    align-items: center;
    max-width: 1280px;
    height: 580px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .year_wrap {
    color: #201a01;
  }

  .background-video {
    z-index: 3;
    width: 100%;
    height: 100%;
  }

  .image_corner_stretcher {
    width: 20px;
    max-width: 100%;
    display: block;
  }

  .about_heading {
    color: #010101;
    text-align: center;
    line-height: 52px;
  }

  .image_corner-div-left {
    width: 14px;
    max-width: 100%;
    height: 14px;
    display: block;
  }

  .section_hero_visual_image {
    z-index: 5;
    justify-content: center;
    display: flex;
    position: absolute;
  }

  .image_intro_visual2 {
    max-width: 100%;
    height: 105px;
    display: block;
  }

  .section_about {
    background-color: #f8f4f1;
    padding-top: 180px;
    padding-bottom: 160px;
  }

  .section_data-right {
    max-width: 408px;
    padding-top: 100px;
  }

  .bg_div1 {
    background-color: #eed;
    width: 36%;
    height: 22px;
  }

  .services_heading {
    color: #010101;
    margin-bottom: 20px;
    display: flex;
  }

  .section_hero_info_button {
    align-items: flex-end;
    display: flex;
  }

  .section_hero_info {
    z-index: 0;
    width: 560px;
    height: 100%;
    padding-bottom: 26px;
    display: flex;
    position: absolute;
    left: 0;
  }

  .bg_box_1 {
    background-color: #f1f0f5;
    flex-direction: column;
    align-items: flex-start;
    width: 62%;
    height: 30px;
    display: flex;
  }

  .lightbox_hero_video {
    border-radius: 4px;
    width: 250px;
    height: 140px;
    overflow: hidden;
  }

  .image_intro_visual3 {
    max-width: 100%;
    height: 105px;
    display: block;
  }

  .section_data_services {
    margin-bottom: 90px;
  }

  .nav_container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section_hero_visual_heading2 {
    z-index: 6;
    mix-blend-mode: difference;
    justify-content: center;
    display: flex;
    position: absolute;
  }

  .scroll_text {
    color: #010101;
    text-align: center;
    width: 96px;
    height: 15px;
    line-height: 20px;
    position: absolute;
    inset: auto auto 6%;
  }

  .image_data_bg {
    max-width: 100%;
    display: block;
  }

  .section_email {
    background-color: #f8f4f1;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .bg_div5 {
    background-color: #eed;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 58%;
    height: 120px;
    display: flex;
  }

  .brand_image {
    max-width: 88px;
    display: block;
  }

  .text-regular-xlarge {
    font-size: 48px;
  }

  .corner_strecther {
    background-color: #fff;
    width: 100%;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image_torus {
    max-width: 100%;
    height: 500px;
    display: block;
  }

  .intro_visual2 {
    justify-content: center;
    margin-bottom: 24px;
    display: flex;
  }

  .section_hero_video {
    background-color: #fff;
    border-radius: 6px;
    align-items: center;
    margin-bottom: 18px;
    margin-right: 18px;
    padding: 4px;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .image_play-button {
    max-width: 100%;
    display: block;
  }

  .section_hero_info_text {
    flex-direction: column;
    justify-content: flex-end;
    max-width: 300px;
    margin-right: 36px;
    padding-left: 26px;
    padding-right: 2px;
    display: flex;
  }

  .section_stretcher {
    z-index: 5;
    width: 100%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .strecther_box_left {
    flex-direction: column;
    align-items: flex-start;
    width: 20%;
    height: 30px;
    display: flex;
  }

  .section_hero_bottom_wrapper {
    z-index: 2;
    background-color: #f1f0f5;
    justify-content: center;
    width: 1256px;
    max-width: 1256px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .text-regular-large {
    font-size: 40px;
    line-height: 46px;
  }

  .image_corner_div-right {
    width: 14px;
    max-width: 100%;
    height: 14px;
    display: block;
  }

  .section_about_logo-hi {
    color: #000;
    align-items: center;
    display: flex;
  }

  .data_list {
    padding-left: 108px;
  }

  .button_email {
    color: #010101;
    border-bottom: 2px solid #000;
    justify-content: space-between;
    align-items: center;
    width: 260px;
    margin-left: 65%;
    padding-bottom: 10px;
    display: flex;
  }

  .section_hero_visual_heading1 {
    z-index: 4;
    justify-content: center;
    display: flex;
    position: absolute;
    inset: 19% 0% auto;
  }

  .content_heading {
    color: #010101;
    max-width: 212px;
    margin-bottom: 24px;
    line-height: 26px;
  }

  .video_wrapper {
    max-width: 1000px;
    height: 560px;
    max-height: 562px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .section_data_heading {
    color: #000;
    margin-bottom: 40px;
    line-height: 52px;
  }

  .section_intro_sentence {
    color: #373737;
    text-align: center;
    max-width: 243px;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
    display: block;
  }

  .section_footer {
    background-color: #f8f4f1;
    justify-content: space-between;
    padding: 240px 40px 32px;
    display: flex;
  }

  .image_visual_heading1 {
    max-width: 100%;
    max-height: 110px;
    display: block;
  }

  .section_belief-text {
    color: #000;
    margin-bottom: 40px;
    line-height: 54px;
  }

  .section_belief {
    padding-top: 200px;
    padding-bottom: 180px;
  }

  .bg_div6 {
    background-color: #eed;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 36%;
    height: 22px;
    display: flex;
  }

  .section_belief_wrapper {
    justify-content: space-between;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .name_wrap {
    color: #201a01;
    line-height: 20px;
  }

  .image_visual_heading3 {
    max-width: 100%;
    max-height: 115px;
    display: block;
  }

  .text-regular-menu {
    font-size: 26px;
    line-height: 30px;
  }

  .hero_wrapper {
    width: 100%;
  }

  .content_left {
    flex-direction: column;
    align-items: flex-start;
    max-width: 242px;
    padding-bottom: 80px;
    display: flex;
  }

  .button_get-in-touch {
    color: #010101;
    background-color: #fff;
    border-radius: 100px;
    margin-left: 40px;
    padding: 14px 24px;
    font-size: 14px;
    line-height: 14px;
  }

  .content_center {
    justify-content: center;
    width: 440px;
    height: 440px;
    display: flex;
  }

  .nav_bar {
    background-color: #ddd0;
  }

  .width-text.pf {
    max-width: 600px;
  }

  .text-size-medium {
    font-size: 1.55em;
  }

  .text-size-medium._1st {
    margin-top: 8px;
  }
}

@media screen and (min-width: 1440px) {
  .heading-2, .text-size-regular {
    color: var(--blackj890);
  }

  .section.u-p-0 {
    padding-top: 0;
  }

  ._5-col-grid.left-aligned.a-center-on-mobil.btb-border {
    border-bottom-color: var(--horizontal-line);
  }

  .section_thought_wrapper {
    justify-content: space-between;
    max-width: 994px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section_about2 {
    background-color: #f8f4f1;
    justify-content: center;
    height: 929px;
    padding-bottom: 252px;
    display: flex;
    position: relative;
  }

  .nav_wrapper {
    max-width: 1412px;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 28px;
  }

  .section_about_info {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 993px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .main_wrapper {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
  }

  .image_pause-state {
    width: 40px;
    max-width: 100%;
    height: 40px;
    display: block;
  }

  .section_belief_logo-name {
    color: #010101;
    align-items: center;
    display: flex;
  }

  .section_thought {
    background-color: #f8f4f1;
    padding-top: 328px;
    padding-bottom: 120px;
  }

  .content_right {
    flex-direction: column;
    align-items: flex-start;
    max-width: 242px;
    padding-bottom: 81px;
    display: flex;
  }

  .content_top {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-left: 52px;
    padding-right: 52px;
    display: flex;
  }

  .text-regular-small {
    font-size: 18px;
  }

  .image_pause-button {
    max-width: 100%;
    display: block;
  }

  .logo_adrian {
    width: 38px;
    max-width: 100%;
    height: 51px;
    margin-right: 13px;
    display: block;
  }

  .background-video-2 {
    z-index: 2;
    border-radius: 12px;
    height: 100%;
  }

  .section_about2_content {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .section_data_collabs {
    margin-bottom: 102px;
  }

  .collabs_heading, .exp_heading {
    color: #010101;
    margin-bottom: 24px;
    display: flex;
  }

  .image_play-state {
    width: 40px;
    max-width: 100%;
    height: 40px;
    display: block;
  }

  .section_thought_right {
    color: #000;
    max-width: 510px;
  }

  .corner_graphic {
    background-color: #fff;
    border-top-right-radius: 30px;
    width: 100%;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .content_left-center {
    justify-content: space-between;
    align-items: flex-end;
    width: 70%;
    display: flex;
  }

  .section_about2_heading {
    color: #000;
    text-align: center;
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
    line-height: 58px;
  }

  .section_intro {
    color: #373737;
    text-align: center;
    background-color: #f8f4f1;
    padding-bottom: 152px;
  }

  .nav_menu {
    align-items: center;
    display: flex;
  }

  .section_hero {
    width: 100%;
    position: relative;
  }

  .bg_box_3 {
    background-color: #f1f0f5;
    align-items: flex-end;
    width: 8%;
    height: 100%;
    display: flex;
  }

  .section_thought_logo-name {
    color: #000;
    align-items: center;
    display: flex;
  }

  .image_sphere {
    max-width: 100%;
    display: block;
  }

  .button_get-in-touch2 {
    background-color: #000;
    border-radius: 100px;
    padding: 12px 24px;
  }

  .text-medium-normal {
    font-size: 14px;
    font-weight: 500;
  }

  .section_about_para2 {
    color: #373737;
    max-width: 432px;
    line-height: 28px;
  }

  .image_right-arrow {
    width: 15px;
    max-width: 100%;
    height: 12px;
    display: block;
  }

  .section_hero_bottom {
    justify-content: center;
    width: 100%;
    height: 220px;
    margin-top: -80px;
    display: flex;
    position: relative;
  }

  .content_para {
    color: #010101;
  }

  .section_cta {
    background-color: #f8f4f1;
    padding-top: 36px;
    padding-bottom: 33px;
  }

  .button_lets-collab {
    color: #010101;
    border-bottom: 2px solid #000;
    justify-content: space-between;
    align-items: center;
    width: 212px;
    padding-bottom: 10px;
    text-decoration: none;
    display: flex;
  }

  .section_belief-right {
    max-width: 690px;
  }

  .section_about_heading {
    margin-bottom: 240px;
  }

  .heading_number {
    color: #010101;
    margin-right: 92px;
  }

  .image_corner_graphic {
    width: 20px;
    max-width: 100%;
    display: block;
  }

  .intro_visual1 {
    margin-bottom: 30px;
  }

  .section_data-left {
    width: 50%;
    height: 725px;
    position: relative;
  }

  .image_cta {
    width: 3519px;
    max-width: 100%;
    height: 118px;
    display: block;
  }

  .image_visual {
    max-width: 100%;
    max-height: 660px;
    display: block;
  }

  .section_data_img-bg {
    z-index: 3;
    justify-content: center;
    margin-top: 116px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .section_about_para1 {
    color: #000;
    max-width: 510px;
    margin-bottom: 72px;
  }

  .section_data {
    display: block;
  }

  .section_data_wrapper {
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 252px;
    display: flex;
  }

  .top_wrapper {
    border-radius: 14px;
    width: auto;
    margin: 14px;
  }

  .section_hero_phrase {
    color: #010101;
  }

  .section_data_button {
    margin-bottom: 102px;
  }

  .items_list {
    color: #4e5255;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 20px;
  }

  .section_hero_visual_heading3 {
    z-index: 4;
    justify-content: center;
    display: flex;
    position: absolute;
    inset: auto 0% 16%;
  }

  .section_hero_info_bg {
    z-index: -1;
    background-color: #fff;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .section_video {
    background-color: #f8f4f1;
    padding-bottom: 107px;
  }

  .nav_link {
    color: #010101;
    margin-left: 42px;
    padding: 2px;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
  }

  .section_data_img {
    z-index: 5;
    justify-content: center;
    display: flex;
    position: relative;
  }

  .text2-medium {
    font-size: 12px;
  }

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

  .section_hero_heading {
    color: #010101;
    letter-spacing: -1px;
    max-width: 260px;
    margin-bottom: 16px;
  }

  .image_visual_heading2 {
    max-width: 100%;
    max-height: 135px;
    display: block;
  }

  .list_item {
    color: #4e5255;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .text-regular-tiny {
    font-size: 14px;
    line-height: 24px;
  }

  .section_about2_bg {
    z-index: 4;
    background-color: #eed;
    border-radius: 14px;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1200px;
    height: 620px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .section_white_bg {
    z-index: 1;
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .bg_box_2 {
    background-color: #f1f0f5;
    flex-direction: column;
    justify-content: flex-end;
    width: 30%;
    height: 119px;
    display: flex;
  }

  .text-regular-normal {
    color: #010101;
    font-size: 20px;
  }

  .text-medium-small {
    font-size: 12px;
  }

  .section_hero_visuals {
    justify-content: center;
    align-items: center;
    max-width: 1412px;
    height: 660px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .year_wrap {
    color: #201a01;
  }

  .background-video {
    width: 100%;
    height: 100%;
  }

  .image_corner_stretcher {
    width: 20px;
    max-width: 100%;
    display: block;
  }

  .about_heading {
    color: #010101;
    text-align: center;
    line-height: 56px;
  }

  .text-regular-xsmall {
    font-size: 16px;
  }

  .section_hero_visual_image {
    z-index: 5;
    justify-content: center;
    width: 600px;
    height: 660px;
    display: flex;
    position: absolute;
  }

  .section_about {
    background-color: #f8f4f1;
    padding-top: 216px;
    padding-bottom: 172px;
  }

  .section_data-right {
    max-width: 408px;
    padding-top: 116px;
  }

  .text-medium-large {
    font-size: 18px;
  }

  .services_heading {
    color: #010101;
    margin-bottom: 24px;
    display: flex;
  }

  .section_hero_info_button {
    align-items: flex-end;
    display: flex;
  }

  .section_hero_info {
    z-index: 0;
    width: 585px;
    height: 100%;
    padding-bottom: 29px;
    display: flex;
    position: absolute;
    left: 0;
  }

  .bg_box_1 {
    background-color: #f1f0f5;
    flex-direction: column;
    align-items: flex-start;
    width: 62%;
    height: 30px;
    display: flex;
  }

  .lightbox_hero_video {
    border-radius: 4px;
    width: 250px;
    height: 140px;
    overflow: hidden;
  }

  .section_data_services {
    margin-bottom: 102px;
  }

  .nav_container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section_hero_visual_heading2 {
    z-index: 6;
    mix-blend-mode: difference;
    justify-content: center;
    display: flex;
    position: absolute;
  }

  .scroll_text {
    color: #010101;
    text-align: center;
    width: 96px;
    height: 15px;
    margin-bottom: 18px;
    line-height: 20px;
    position: absolute;
    inset: auto auto 0%;
  }

  .image_data_bg {
    max-width: 100%;
    display: block;
  }

  .section_email {
    background-color: #f8f4f1;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .brand_image {
    max-width: 88px;
    display: block;
  }

  .text-regular-xlarge {
    font-size: 54px;
  }

  .corner_strecther {
    background-color: #fff;
    width: 100%;
    height: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image_torus {
    max-width: 100%;
    height: 540px;
    display: block;
  }

  .intro_visual2 {
    margin-bottom: 30px;
  }

  .section_hero_video {
    background-color: #fff;
    border-radius: 6px;
    align-items: center;
    margin-bottom: 18px;
    margin-right: 18px;
    padding: 4px;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .image_play-button {
    max-width: 100%;
    display: block;
  }

  .section_hero_info_text {
    flex-direction: column;
    justify-content: flex-end;
    max-width: 310px;
    margin-right: 40px;
    padding-left: 28px;
    padding-right: 2px;
    display: flex;
  }

  .section_stretcher {
    z-index: 5;
    width: 100%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .strecther_box_left {
    background-color: #f1f0f5;
    flex-direction: column;
    align-items: flex-start;
    width: 20%;
    height: 30px;
    display: flex;
  }

  .section_hero_bottom_wrapper {
    z-index: 2;
    background-color: #f1f0f5;
    justify-content: center;
    width: 1412px;
    max-width: 1412px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .text-regular-large {
    font-size: 42px;
    line-height: 50px;
  }

  .section_about_logo-hi {
    color: #000;
    align-items: center;
    display: flex;
  }

  .data_list {
    padding-left: 120px;
  }

  .button_email {
    color: #010101;
    border-bottom: 2px solid #000;
    justify-content: space-between;
    align-items: center;
    width: 270px;
    margin-left: 65%;
    padding-bottom: 10px;
    display: flex;
  }

  .section_hero_visual_heading1 {
    z-index: 4;
    justify-content: center;
    display: flex;
    position: absolute;
    inset: 16% 0% auto;
  }

  .content_heading {
    color: #010101;
    max-width: 212px;
    margin-bottom: 24px;
    line-height: 26px;
  }

  .video_wrapper {
    border-radius: 12px;
    max-width: 1044px;
    height: 587px;
    max-height: 588px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .section_data_heading {
    color: #000;
    margin-bottom: 50px;
    line-height: 56px;
  }

  .section_intro_sentence {
    color: #373737;
    max-width: 242px;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
  }

  .section_footer {
    background-color: #f8f4f1;
    justify-content: space-between;
    padding: 278px 42px 32px;
    display: flex;
  }

  .image_visual_heading1 {
    max-width: 100%;
    max-height: 130px;
    display: block;
  }

  .section_belief-text {
    color: #000;
    margin-bottom: 42px;
    line-height: 56px;
  }

  .section_belief {
    padding-top: 216px;
    padding-bottom: 202px;
  }

  .section_belief_wrapper {
    justify-content: space-between;
    max-width: 996px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .name_wrap {
    color: #201a01;
  }

  .image_visual_heading3 {
    max-width: 100%;
    max-height: 135px;
    display: block;
  }

  .text-regular-menu {
    font-size: 28px;
    line-height: 36px;
  }

  .hero_wrapper {
    width: 100%;
  }

  .content_left {
    flex-direction: column;
    align-items: flex-start;
    max-width: 242px;
    padding-bottom: 81px;
    display: flex;
  }

  .button_get-in-touch {
    color: #010101;
    background-color: #fff;
    border-radius: 100px;
    margin-left: 52px;
    padding: 14px 24px;
    font-size: 14px;
    line-height: 14px;
  }

  .content_center {
    justify-content: center;
    width: 458px;
    height: 458px;
    display: flex;
  }

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

  .heading-width {
    max-width: 54em;
  }

  .direcitonal-list__eyebrow {
    font-family: Figtree Medium, sans-serif;
  }

  .directional-list__border.is--item {
    background-color: var(--horizontal-line);
  }

  .directional-list {
    margin-top: 2.5em;
  }

  .width-text.pf {
    max-width: 560px;
  }

  .heading-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-size-medium {
    font-size: 1.65em;
    line-height: 28px;
  }

  .text-size-medium._1st {
    margin-top: 8px;
  }
}

@media screen and (max-width: 991px) {
  .button-wrapper {
    margin-top: 1rem;
  }

  .heading-1.u-mb-0-5 {
    font-size: 2.75rem;
  }

  .hero-heading-wrapper {
    max-width: none;
    padding-top: 5rem;
    padding-bottom: 3em;
  }

  .heading-2 {
    text-align: left;
    margin-bottom: 0;
    font-family: Wotfard Light, sans-serif;
    font-size: 2rem;
  }

  .image-wrapper-s {
    height: auto;
  }

  .text-size-regular.is-narrow {
    max-width: none;
  }

  .vertical-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .grid-block {
    border: 1px #000;
    flex-direction: column;
    align-self: flex-start;
  }

  .grid-block.align-right {
    margin-top: 1rem;
  }

  .grid-block.u-mb-1-on-mobile {
    flex: 0 auto;
    margin-bottom: 0;
  }

  .grid-block.col-2 {
    display: inline-block;
  }

  .grid-block.col-2.right-aligned {
    display: block;
  }

  .col-lg-3 {
    flex: none;
  }

  .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.u-pb-0 {
    padding-top: 6rem;
  }

  .section.last {
    padding-top: 4rem;
  }

  ._5-col-grid {
    flex-flow: wrap;
    display: flex;
  }

  ._5-col-grid.left-aligned.a-center-on-mobil.btb-border {
    justify-content: space-between;
  }

  ._5-col-grid.flex-inverse-on-mobile {
    flex-direction: column-reverse;
    display: flex;
  }

  ._5-col-grid._2-rows {
    flex-direction: row;
    display: flex;
  }

  .navbar_container {
    flex: 0 auto;
    justify-content: space-between;
  }

  .image-wrapper-l {
    height: auto;
  }

  .u-p-0 {
    padding: 0;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .h1 {
    font-size: 4.8rem;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .col-3.col-md-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col-3.col-md-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col-3.col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-3.col-md-first {
    order: -1;
  }

  .col-3.col-md-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col-3.col-md-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col-3.col-md-last {
    order: 1;
  }

  .col-3.col-md-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col-3.col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-3.col-md-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col-3.col-md-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col-3.col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-3.col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-3.col-md-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .h2 {
    font-size: 3.2rem;
  }

  .u-m-0 {
    margin: 0;
  }

  .line-vertical {
    display: none;
    bottom: 0;
  }

  .text-wrapper {
    max-width: none;
  }

  .section_thought_wrapper {
    justify-content: space-between;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section_about2 {
    justify-content: center;
    height: 550px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .brand_logo {
    margin-bottom: 40px;
    display: flex;
  }

  .nav_wrapper {
    background-color: #0000;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .section_about_info {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image_intro_visual1 {
    max-width: 100%;
    height: 80px;
    display: inline-block;
  }

  .section_thought {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .content_right {
    max-width: 170px;
    padding-bottom: 40px;
  }

  .content_top {
    justify-content: space-around;
    align-items: flex-end;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .background-video-2 {
    z-index: 2;
    border-radius: 12px;
    height: 100%;
  }

  .section_about2_content {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .section_data_collabs {
    margin-bottom: 50px;
  }

  .section_thought_right {
    max-width: 400px;
  }

  .section_intro {
    padding-bottom: 100px;
  }

  .nav_menu {
    z-index: 3;
    background-color: #5e2bff;
    align-items: center;
    width: 100%;
    padding-top: 100px;
    padding-left: 32px;
    padding-right: 24px;
    display: flex;
    position: fixed;
    top: -25px;
    left: 0;
    overflow: visible;
  }

  .section_hero {
    width: 100%;
    position: relative;
  }

  .bg_box_3 {
    width: 8.5%;
    height: 100%;
  }

  .nav_menu_info {
    display: block;
  }

  .section_about_para2 {
    max-width: 340px;
  }

  .section_hero_bottom {
    justify-content: center;
    width: 100%;
    height: 165px;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .section_cta {
    background-color: #f8f4f1;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section_belief-right {
    text-align: left;
    max-width: 460px;
  }

  .section_about_heading {
    margin-bottom: 140px;
  }

  .icon_close {
    display: none;
  }

  .heading_number {
    margin-right: 50px;
  }

  .intro_visual1 {
    margin-bottom: 10px;
  }

  .section_data-left {
    width: 50%;
    height: 426px;
    position: relative;
  }

  .top_info {
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
  }

  .image_cta {
    width: 2985px;
    height: 100px;
    display: block;
  }

  .image_visual {
    max-width: 100%;
    max-height: 400px;
    display: block;
  }

  .section_data_img-bg {
    justify-content: center;
    margin-top: 60px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .section_about_para1 {
    max-width: 400px;
    margin-bottom: 40px;
  }

  .section_data {
    display: block;
  }

  .section_data_wrapper {
    justify-content: space-around;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
    display: flex;
  }

  .buttton_menu {
    z-index: 4;
    color: #201a01;
    background-color: #f1f0f5;
    border: 1px solid #201a01;
    border-radius: 4px;
    width: 48px;
    height: 48px;
    padding: 12px;
    font-size: 24px;
    line-height: 20px;
    display: block;
    position: absolute;
    inset: 3% 3% 0% auto;
  }

  .buttton_menu.w--open {
    z-index: 40;
    color: #fff;
    background-color: #5e2bff;
    border: 1px solid #fff;
    border-radius: 4px;
    width: 48px;
    height: 48px;
    padding: 12px;
    font-size: 24px;
    line-height: 20px;
    display: block;
    position: fixed;
    inset: 3% 3% 0% auto;
  }

  .top_wrapper {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .section_data_button {
    margin-bottom: 70px;
  }

  .section_hero_visual_heading3 {
    justify-content: center;
    display: flex;
    position: absolute;
    inset: auto 0% 16%;
  }

  .section_hero_info_bg {
    z-index: -1;
    align-items: flex-start;
    width: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .section_navigation {
    background-color: #fff0;
    margin-top: 10px;
    display: block;
    overflow: visible;
  }

  .section_video {
    padding-bottom: 60px;
  }

  .menu_divider {
    background-color: #fff;
    border: 1px solid #fff;
    height: 1px;
    margin-top: 32px;
    margin-bottom: 24px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu_info_heading {
    font-size: 28px;
    line-height: 34px;
  }

  .nav_link {
    color: #fff;
    text-transform: uppercase;
    margin-left: 0;
    font-size: 42px;
    line-height: 44px;
  }

  .section_data_img {
    justify-content: center;
    display: flex;
    position: relative;
  }

  .image_visual_heading2 {
    max-width: 100%;
    max-height: 80px;
  }

  .play-pause-button {
    display: block;
  }

  .bg_graphic_left {
    align-items: flex-start;
    width: 170px;
    height: 160px;
    display: flex;
  }

  .nav_menu_info_heading {
    color: #fff;
    text-align: left;
    max-width: 300px;
    margin-bottom: 10px;
  }

  .bg_graphic_right {
    width: 170px;
    height: 160px;
  }

  .section_about2_bg {
    border-radius: 14px;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 730px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .bg_box_2 {
    flex-direction: column;
    justify-content: flex-end;
    width: 32%;
    height: 85px;
    display: flex;
  }

  .section_hero_visuals {
    justify-content: center;
    align-items: center;
    max-width: 1044px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .background-video {
    z-index: 3;
    width: 100%;
    height: 100%;
  }

  .about_heading {
    text-align: center;
    margin-bottom: 6px;
  }

  .section_hero_visual_image {
    z-index: 5;
    justify-content: center;
    display: flex;
    position: absolute;
  }

  .image_intro_visual2 {
    max-width: 100%;
    height: 80px;
    display: inline-block;
  }

  .section_about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section_data-right {
    max-width: 329px;
  }

  .services_heading {
    margin-bottom: 10px;
    display: flex;
  }

  .section_hero_info_button {
    align-items: flex-end;
    display: flex;
  }

  .section_hero_info {
    width: 428px;
    height: 100%;
    padding-bottom: 20px;
    display: flex;
    position: absolute;
  }

  .bg_box_1 {
    flex-direction: column;
    align-items: flex-start;
    width: 60%;
    height: 24px;
    display: flex;
  }

  .lightbox_hero_video {
    border-radius: 4px;
    width: 230px;
    height: 130px;
    overflow: hidden;
  }

  .image_intro_visual3 {
    max-width: 100%;
    height: 80px;
    display: inline-block;
  }

  .section_data_services {
    margin-bottom: 50px;
  }

  .nav_container {
    z-index: 20;
    background-color: #0000;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding-left: 32px;
    padding-right: 20px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .scroll_text {
    height: 15px;
    display: none;
  }

  .brand_image {
    z-index: 0;
    display: block;
    position: fixed;
  }

  .menu_info {
    color: #fff;
    text-align: left;
    width: 282px;
  }

  .text-regular-xlarge {
    color: #010101;
    font-size: 36px;
    line-height: 36px;
  }

  .image_torus {
    max-width: 100%;
    height: 370px;
    display: block;
  }

  .intro_visual2 {
    margin-bottom: 10px;
  }

  .section_hero_video {
    border-radius: 6px;
    align-items: center;
    margin-bottom: 14px;
    margin-right: 16px;
    padding: 3px;
    display: flex;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .section_hero_info_text {
    flex-direction: column;
    justify-content: flex-end;
    max-width: 240px;
    margin-right: 24px;
    padding-left: 20px;
    padding-right: 4px;
    display: flex;
  }

  .section_stretcher {
    z-index: 5;
    width: 100%;
    inset: 0% 0% auto;
  }

  .section_hero_bottom_wrapper {
    background-color: #f1f0f5;
    border-bottom-right-radius: 14px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .text-regular-large {
    font-size: 32px;
    line-height: 38px;
  }

  .play-state {
    display: none;
  }

  .section_about_logo-hi {
    align-items: center;
    display: flex;
  }

  .data_list {
    padding-left: 65px;
  }

  .button_email {
    justify-content: space-between;
    align-items: center;
    width: 220px;
    margin-left: 60%;
    padding-bottom: 10px;
    display: flex;
  }

  .section_hero_visual_heading1 {
    justify-content: center;
    display: flex;
    position: absolute;
    inset: 16% 0% auto;
  }

  .video_wrapper {
    border-radius: 12px;
    max-width: 700px;
    height: 394px;
    max-height: 394px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .section_intro_sentence {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
  }

  .section_footer {
    background-color: #f8f4f1;
    justify-content: space-between;
    padding: 140px 40px 20px;
    display: flex;
  }

  .brand_name {
    z-index: 1;
    background-color: #0000;
    width: 80px;
    height: 23px;
    display: block;
    position: fixed;
    inset: auto;
  }

  .image_visual_heading1 {
    max-width: 100%;
    max-height: 80px;
    display: block;
  }

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

  .section_belief {
    padding-top: 100px;
  }

  .section_belief_wrapper {
    justify-content: space-between;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image_visual_heading3 {
    max-width: 100%;
    max-height: 80px;
    display: block;
  }

  .hero_wrapper {
    width: 100%;
  }

  .content_left {
    max-width: 170px;
    padding-bottom: 40px;
  }

  .button_get-in-touch {
    width: 128px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .content_center {
    width: 300px;
    height: 300px;
  }

  .nav_bar {
    z-index: 10;
    background-color: #ddd0;
    display: block;
    position: relative;
    overflow: visible;
  }

  .heading-width, .width-text.pf {
    max-width: none;
  }

  .heading-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2em;
    display: grid;
  }

  .heading-grid.cloneables {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    padding-top: 2em;
    display: flex;
  }

  .text-size-medium {
    font-family: Figtree Light, sans-serif;
    font-weight: 400;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    height: auto;
    min-height: 4rem;
  }

  .heading-1.u-mb-0-5 {
    display: none;
  }

  .heading-1.mobile {
    font-size: 2rem;
    display: block;
  }

  .hero-heading-wrapper {
    padding-top: 0;
  }

  .heading-2 {
    margin-bottom: 0;
  }

  .grid-block.u-mb-1-on-mobile {
    margin-bottom: 0;
  }

  .grid-block.col-2 {
    align-self: center;
  }

  .grid-block.col-2.right-aligned {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

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

  ._5-col-grid {
    flex-flow: wrap;
  }

  ._5-col-grid.left-aligned.a-center-on-mobil.btb-border {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  ._5-col-grid._2-rows {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-wrapper-l {
    height: auto;
  }

  .btn {
    padding: .5em 1em;
  }

  .u-p-0 {
    padding: 0;
  }

  .styles__section-label {
    padding-bottom: 10px;
  }

  .paragraph-1-25 {
    font-size: 1.1rem;
  }

  .styles__nav-btn-icon {
    width: 28px;
    height: 28px;
  }

  .styles__nav-btn {
    margin-top: -2px;
    padding: 0 2px;
    font-size: 1.8rem;
    line-height: 1;
  }

  .styles__nav-btn:hover {
    background-color: #302f2c;
  }

  .styles__nav-btn.w--open {
    background-color: #302f2c;
    border-radius: 4px;
  }

  .form-success_flex {
    max-width: 340px;
  }

  .styles__nav-link {
    text-align: left;
    padding: .6em 0;
    display: block;
  }

  .styles__nav-link.cc-cta {
    background-color: #0000;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .styles__nav-link.cc-cta:hover {
    background-color: #0000;
    text-decoration: underline;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .card-body {
    padding: 20px;
  }

  .h1 {
    font-size: 3.6rem;
  }

  .paragraph-1-5 {
    font-size: 1.3rem;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .col-3.col-sm-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col-3.col-sm-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col-3.col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-3.col-sm-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col-3.col-sm-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col-3.col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-3.col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-3.col-sm-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col-3.col-sm-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .col-3.col-sm-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col-3.col-sm-last {
    order: 1;
  }

  .col-3.col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-3.col-sm-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col-3.col-sm-first {
    order: -1;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .h2 {
    font-size: 2.5rem;
  }

  .styles__nav-menu {
    background-color: #302f2c;
    padding: 12px 5% 20px;
  }

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

  .section_thought_wrapper {
    flex-direction: column;
    max-width: 440px;
  }

  .section_about2 {
    justify-content: center;
    height: 710px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .nav_wrapper {
    max-width: 546px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 16px;
  }

  .section_about_info {
    justify-content: space-between;
    align-items: flex-start;
    max-width: 506px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image_intro_visual1 {
    height: 60px;
    display: inline-block;
  }

  .section_thought {
    padding-top: 100px;
  }

  .content_right {
    max-width: 286px;
  }

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

  .text-regular-small {
    font-size: 12px;
    line-height: 14px;
  }

  .background-video-2 {
    border-radius: 6px;
  }

  .section_data_collabs {
    margin-bottom: 40px;
  }

  .collabs_heading, .exp_heading {
    margin-bottom: 6px;
  }

  .section_thought_left {
    margin-bottom: 20px;
  }

  .content_left-center {
    flex-direction: column-reverse;
    align-items: center;
    width: auto;
  }

  .section_intro {
    padding-bottom: 80px;
  }

  .section_hero {
    width: 100%;
    margin-top: 4px;
    position: relative;
  }

  .section_about_para2 {
    max-width: 280px;
  }

  .section_hero_bottom {
    flex-wrap: nowrap;
    height: 153px;
    margin-top: 170px;
    padding-top: 0;
  }

  .content_para {
    text-align: center;
  }

  .section_belief-right {
    max-width: 412px;
  }

  .section_about_heading {
    margin-bottom: 100px;
  }

  .icon_close {
    display: none;
  }

  .section_data-left {
    width: 100%;
    height: 488px;
  }

  .image_visual {
    max-height: 300px;
    display: block;
  }

  .section_belief-left {
    margin-bottom: 30px;
  }

  .section_about_para1 {
    max-width: 340px;
    margin-bottom: 32px;
  }

  .section_data {
    display: block;
  }

  .section_data_wrapper {
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
    display: flex;
  }

  .buttton_menu.w--open {
    position: absolute;
  }

  .section_data_button {
    margin-bottom: 60px;
  }

  .items_list {
    margin-bottom: 0;
  }

  .section_data_img {
    position: relative;
  }

  .section_hero_heading {
    margin-bottom: 8px;
  }

  .image_visual_heading2 {
    max-height: 60px;
  }

  .bg_graphic_left, .bg_graphic_right {
    height: 120px;
  }

  .section_about2_bg {
    align-items: flex-end;
    max-width: 520px;
    height: 625px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .bg_div2 {
    height: 80px;
  }

  .section_hero_visuals {
    justify-content: center;
    align-items: center;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image_intro_visual2 {
    height: 60px;
  }

  .section_about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_data-right {
    max-width: 440px;
    padding-top: 60px;
  }

  .services_heading {
    margin-bottom: 6px;
  }

  .section_hero_info {
    padding-bottom: 10px;
  }

  .image_intro_visual3 {
    height: 60px;
  }

  .section_data_services {
    margin-bottom: 40px;
  }

  .section_email {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .bg_div5 {
    height: 80px;
  }

  .brand_image {
    position: absolute;
  }

  .text-regular-xlarge {
    font-size: 30px;
    line-height: 32px;
  }

  .image_torus {
    height: 404px;
  }

  .section_hero_video {
    bottom: 95%;
  }

  .section_hero_bottom_wrapper {
    justify-content: center;
    display: flex;
  }

  .text-regular-large {
    font-size: 26px;
    line-height: 32px;
  }

  .section_hero_visual_heading1 {
    justify-content: center;
    display: flex;
    position: absolute;
  }

  .content_heading {
    text-align: center;
    max-width: 280px;
    margin-bottom: 10px;
  }

  .video_wrapper {
    border-radius: 6px;
    max-width: 520px;
    height: 292px;
    max-height: 292px;
    margin-left: auto;
    margin-right: auto;
  }

  .section_footer {
    justify-content: space-between;
    padding: 100px 40px 20px;
    display: flex;
  }

  .brand_name {
    padding-left: 0;
    position: absolute;
  }

  .image_visual_heading1 {
    max-height: 60px;
    display: block;
  }

  .section_belief {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .section_belief_wrapper {
    flex-direction: column;
    justify-content: space-between;
    max-width: 440px;
    display: flex;
  }

  .image_visual_heading3 {
    max-height: 60px;
  }

  .text-regular-menu {
    font-size: 20px;
    line-height: 26px;
  }

  .hero_wrapper {
    width: 100%;
  }

  .content_left {
    text-align: center;
    align-items: center;
    max-width: 286px;
    padding-bottom: 20px;
  }

  .directional-list__col-client {
    flex: 0 auto;
  }

  .direcitonal-list__eyebrow.hide {
    display: none;
  }

  .directional-list__info {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .directional-list__item {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 180px 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .directional-list__col-year.hide {
    display: none;
  }

  .direcitonal-list__p {
    white-space: pre;
    word-break: break-all;
    overflow-wrap: normal;
    display: inline;
  }

  .direcitonal-list__p.hide {
    display: none;
  }

  .direcitonal-list__p.mobile-year {
    margin-top: 4px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button, .button.cc-secondary {
    padding: 8px 16px;
  }

  .button.cc-footer {
    border-style: none;
    justify-content: center;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button.cc-primary {
    text-align: center;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .button-wrapper {
    margin-top: 0;
  }

  .button-wrapper.u-pt-1-on-mobile {
    margin-top: 0;
    padding-top: 1rem;
  }

  .button-wrapper.flex-vertical-on-mobile {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .heading-1 {
    margin-bottom: .25em;
  }

  .heading-1.u-mb-0-5 {
    margin-bottom: 0;
    font-family: Wotfard Regular, sans-serif;
    font-size: 1.5rem;
    font-weight: 200;
    display: block;
  }

  .heading-1.mobile {
    font-size: 1.75em;
  }

  .hero-heading-wrapper {
    padding: 4rem 1rem 1rem;
  }

  .logo-text {
    color: var(--grey-300);
    font-weight: 300;
  }

  .logo-text.upper {
    font-size: 1.285rem;
  }

  .heading-2 {
    color: var(--black);
    font-family: Wotfard Light, sans-serif;
    font-size: 1.35rem;
  }

  .image-wrapper-s {
    height: 12rem;
  }

  .text-size-regular {
    color: var(--grey-200);
    font-family: Wotfard Light, sans-serif;
    font-size: 1.075rem;
    line-height: 1.45;
  }

  .grid-block {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid-block.align-right {
    flex: 0 auto;
    margin-top: 0;
  }

  .grid-block.align-right.u-pt-1-on-mobile {
    padding-top: 1rem;
  }

  .grid-block.u-mb-1-on-mobile {
    flex: 0 auto;
    margin-bottom: 1rem;
  }

  .grid-block.col-1 {
    flex: 0 auto;
  }

  .grid-block.col-2 {
    align-self: center;
  }

  .grid-block.col-2.right-aligned {
    align-self: center;
    align-items: center;
    display: flex;
  }

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

  .section.u-pb-0 {
    padding-top: 4rem;
  }

  .section.last {
    margin-bottom: 2em;
    padding-top: 3rem;
  }

  .text-size-regular-allcaps {
    color: var(--grey-200);
    font-family: Wotfard Medium, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .text-size-regular-allcaps.u-mb-2 {
    color: var(--grey-200);
    justify-content: center;
    margin-top: 0;
    font-family: Figtree Medium, sans-serif;
    display: flex;
  }

  .flex-vertical {
    grid-row-gap: .15rem;
    line-height: 1;
  }

  ._5-col-grid {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    place-content: flex-start;
    align-items: flex-start;
    padding: 2rem 1rem;
    display: flex;
  }

  ._5-col-grid.left-aligned.a-center-on-mobil {
    flex-direction: column;
    align-items: center;
  }

  ._5-col-grid.flex-inverse-on-mobile {
    grid-row-gap: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  ._5-col-grid._2-rows {
    grid-column-gap: 1rem;
    grid-row-gap: .75rem;
    align-items: center;
  }

  ._5-col-grid.a-center-on-mobil {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  ._5-col-grid.flex-vertical {
    flex-direction: column;
  }

  .navbar_container {
    align-self: center;
  }

  .line-horizontal.dark {
    background-color: #8d8d8de6;
    display: block;
  }

  .image-wrapper-l {
    height: auto;
  }

  .btn-text {
    font-family: Figtree Regular, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .btn-text.u-text-white {
    font-family: Wotfard Regular, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .btn-text.u-large {
    text-align: center;
    font-family: Wotfard Light, sans-serif;
    font-size: 1.5rem;
  }

  .btn-text.absolute {
    font-weight: 400;
  }

  .u-p-0 {
    padding: 0;
  }

  .u-pt-0 {
    padding-top: 0;
  }

  .u-mb-0 {
    margin-bottom: 0;
  }

  .styles__row-example {
    height: auto;
  }

  .h1 {
    font-size: 2.8rem;
  }

  .u-mt-0 {
    margin-top: 0;
  }

  .container {
    width: 86%;
  }

  .u-pb-0 {
    padding-bottom: 0;
  }

  .col-3 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-3.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-3.col-xs-1 {
    flex-basis: 8.33%;
    max-width: 8.33333%;
  }

  .col-3.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-3.col-xs-7 {
    flex-basis: 58.33%;
    max-width: 58.3333%;
  }

  .col-3.col-xs-4 {
    flex-basis: 33.33%;
    max-width: 33.3333%;
  }

  .col-3.col-xs-11 {
    flex-basis: 91.67%;
    max-width: 91.6667%;
  }

  .col-3.col-xs-5 {
    flex-basis: 41.67%;
    max-width: 41.6667%;
  }

  .col-3.col-xs-10 {
    flex-basis: 83.33%;
    max-width: 83.3333%;
  }

  .col-3.col-xs-8 {
    flex-basis: 66.67%;
    max-width: 66.6667%;
  }

  .col-3.col-xs-first {
    order: -1;
  }

  .col-3.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-3.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-3.col-xs-2 {
    flex-basis: 16.67%;
    max-width: 16.6667%;
  }

  .h2 {
    font-size: 2rem;
  }

  .u-m-0 {
    margin: 0;
  }

  .styles__nav-menu {
    padding-left: 7%;
    padding-right: 7%;
  }

  .title-wrapper {
    font-family: Figtree Medium, sans-serif;
    font-weight: 500;
  }

  .text-wrapper {
    grid-row-gap: .125rem;
  }

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

  .links-wrapper {
    grid-row-gap: 1rem;
    flex-flow: wrap;
    place-content: center space-between;
    align-items: center;
  }

  .links-wrapper.u-mb-2 {
    flex-flow: wrap;
    justify-content: center;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .link-underline {
    background-color: var(--grey-200);
  }

  .link-text {
    color: var(--grey-200);
    font-size: 1rem;
  }

  .logo-wrapper {
    position: relative;
    top: 8px;
  }

  .section_thought_wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 80%;
    max-width: none;
    display: flex;
  }

  .section_about2 {
    justify-content: center;
    height: 940px;
    display: flex;
  }

  .brand_logo {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .nav_wrapper {
    display: block;
  }

  .section_about_info {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image_intro_visual1 {
    height: 36px;
  }

  .section_thought {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .content_top {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bg_div3 {
    display: none;
  }

  .background-video-2 {
    border-radius: 0;
  }

  .section_about2_content {
    flex-direction: column;
    align-items: center;
    width: 90%;
    max-width: none;
    display: flex;
    position: absolute;
  }

  .corner_div-right.is-sharp_corners {
    border-radius: 0;
  }

  .content_left-center {
    align-items: center;
    width: 100%;
  }

  .section_about2_heading {
    text-align: left;
    width: 90%;
    max-width: none;
    margin-left: 0;
    margin-right: auto;
  }

  .nav_menu {
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section_thought_logo-name {
    margin-bottom: 10px;
  }

  .button_get-in-touch2 {
    padding: 12px 24px;
    font-size: 14px;
  }

  .nav_menu_info {
    display: block;
  }

  .text-medium-normal {
    font-size: 12px;
  }

  .section_hero_bottom {
    background-color: #fff;
    justify-content: center;
    height: 600px;
    margin-top: 0;
    display: flex;
  }

  .content_para {
    text-align: left;
    max-width: 212px;
  }

  .content_bottom {
    width: 80%;
  }

  .section_belief-right {
    max-width: none;
  }

  .section_about_heading {
    margin-bottom: 140px;
  }

  .icon_close {
    width: 16px;
    height: 19.425px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bg_div4 {
    display: none;
  }

  .section_data-left {
    width: 100%;
    height: auto;
  }

  .top_info {
    margin-bottom: 20px;
    display: none;
  }

  .image_cta {
    width: auto;
    max-width: none;
    height: 70px;
  }

  .image_visual {
    max-height: 235px;
  }

  .section_data_img-bg {
    justify-content: center;
    width: 100%;
    margin-top: 60px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .section_belief-left {
    margin-bottom: 40px;
  }

  .section_data {
    width: 100%;
  }

  .section_data_wrapper {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 80%;
    max-width: none;
    display: flex;
  }

  .buttton_menu {
    z-index: 40;
    color: #fff;
    background-color: #000;
    border-style: solid;
    border-width: 1px;
    border-radius: 40px;
    width: 48px;
    height: 48px;
    padding: 14px;
    font-size: 20px;
    display: block;
    position: fixed;
    inset: auto 7% 4% auto;
    overflow: hidden;
  }

  .buttton_menu.w--open {
    color: #fff0;
    background-color: #fff;
    border-radius: 40px;
    justify-content: center;
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: fixed;
    inset: 5% 4% auto auto;
  }

  .section_hero_phrase {
    text-align: center;
    width: 80%;
    margin-bottom: 20px;
    line-height: 27px;
  }

  .section_data_button {
    margin-bottom: 80px;
  }

  .section_hero_visual_heading3 {
    justify-content: center;
    width: 100%;
    bottom: 22%;
  }

  .section_hero_info_bg {
    display: none;
  }

  .section_navigation {
    margin-top: 0;
  }

  .section_video {
    justify-content: center;
    padding-bottom: 100px;
    display: flex;
  }

  .menu_divider {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .nav_link {
    text-transform: none;
    font-size: 32px;
    line-height: 34px;
  }

  .section_data_img {
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .section_hero_heading {
    text-align: center;
    max-width: 246px;
    margin-bottom: 12px;
  }

  .image_visual_heading2 {
    width: 75%;
  }

  .play-pause-button {
    inset: auto auto 5% 4%;
  }

  .bg_graphic_left {
    width: 51%;
    display: none;
  }

  .text-regular-tiny {
    line-height: 22px;
  }

  .bg_graphic_right {
    width: 50%;
    display: none;
  }

  .section_about2_bg {
    width: 90%;
    height: 780px;
    inset: 0%;
  }

  .section_white_bg {
    display: none;
  }

  .corner_div-left.is-sharp_corners {
    border-radius: 0;
  }

  .bg_div2 {
    width: 55%;
  }

  .section_hero_visuals {
    height: 306px;
    margin-bottom: 40px;
  }

  .icon {
    display: block;
    position: absolute;
  }

  .image_intro_visual2 {
    height: 36px;
  }

  .section_about {
    padding-top: 140px;
  }

  .section_data-right {
    margin-bottom: 10px;
    padding-top: 60px;
  }

  .bg_div1 {
    width: 45%;
  }

  .section_hero_info_button {
    padding-left: 0;
  }

  .section_hero_info {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 40px;
    display: flex;
    position: relative;
    left: auto;
  }

  .lightbox_hero_video {
    border-radius: 10px;
    width: 300px;
    height: 170px;
  }

  .image_intro_visual3 {
    height: 36px;
  }

  .nav_container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 6px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section_hero_visual_heading2 {
    width: 100%;
  }

  .image_data_bg {
    width: 100%;
    max-width: none;
    display: none;
  }

  .section_email {
    padding-top: 140px;
  }

  .bg_div5 {
    width: 55%;
  }

  .brand_image {
    position: absolute;
  }

  .image_torus {
    width: 90%;
    height: auto;
    margin-bottom: 46px;
    position: relative;
    bottom: 41px;
  }

  .section_hero_video {
    justify-content: center;
    margin-bottom: 12px;
    margin-right: 0;
    position: relative;
    bottom: auto;
  }

  .section_hero_info_text {
    align-items: center;
    max-width: 348px;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .section_stretcher {
    display: none;
  }

  .section_hero_bottom_wrapper {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .image_data_bg2 {
    display: block;
  }

  .cta_vector {
    justify-content: center;
    display: flex;
  }

  .section_about_logo-hi {
    margin-bottom: 20px;
  }

  .button_email {
    margin-left: 10%;
  }

  .section_hero_visual_heading1 {
    justify-content: center;
    width: 100%;
    display: flex;
    position: absolute;
    top: 22%;
  }

  .content_heading {
    text-align: left;
    max-width: 204px;
  }

  .video_wrapper {
    border-radius: 0;
    width: 1044px;
    max-width: 1044px;
    height: 587px;
    max-height: none;
  }

  .section_data_heading {
    margin-bottom: 60px;
  }

  .section_footer {
    justify-content: space-between;
    padding-top: 140px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .brand_name {
    padding-left: 0;
    display: none;
    position: absolute;
  }

  .image_visual_heading1 {
    width: 90%;
    display: block;
  }

  .section_belief {
    padding-top: 100px;
  }

  .bg_div6 {
    width: 45%;
  }

  .section_belief_wrapper {
    width: 80%;
    max-width: none;
  }

  .image_visual_heading3 {
    width: 60%;
    display: block;
  }

  .text-regular-menu {
    font-size: 26px;
    line-height: 34px;
  }

  .content_left {
    align-items: flex-start;
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .button_get-in-touch {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .content_center {
    width: 260px;
    height: 260px;
    margin-bottom: 38px;
  }

  .directional-list__col-client {
    flex-flow: wrap;
    flex: 0 auto;
    display: block;
  }

  .direcitonal-list__eyebrow {
    font-size: 1.05em;
  }

  .direcitonal-list__eyebrow.mobile-hide {
    display: none;
  }

  .directional-list__info {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 48px;
    grid-auto-columns: 1fr;
    padding-left: 1em;
    display: grid;
  }

  .directional-list__hover-tile {
    background-color: var(--mint-cream);
  }

  .directional-list__item {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-color: var(--mint-cream);
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 48px;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .directional-list {
    margin-top: 0;
    padding-top: 1em;
  }

  .directional-list__col-year {
    min-width: auto;
    display: none;
  }

  .direcitonal-list__p {
    text-overflow: clip;
    overflow-wrap: normal;
    font-family: Figtree Regular, sans-serif;
    font-size: 16px;
    display: inline-flex;
  }

  .direcitonal-list__p.mobile-year {
    margin-top: 0;
  }

  .directional-list__col-award {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    display: flex;
  }

  .padding-global {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .heading-grid {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    flex-flow: column;
    padding-top: 1.5em;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .heading-grid.cloneables {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .text-size-medium {
    color: var(--black);
    font-family: Wotfard Light, sans-serif;
    font-size: 1.15em;
  }
}

#w-node-_2dbf6334-ae66-072c-fbf0-0ed9efef6da3-53d68ba7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_2dbf6334-ae66-072c-fbf0-0ed9efef6da6-53d68ba7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ce728534-9066-3438-c83b-42f0eaa11cf9-53d68ba7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ce728534-9066-3438-c83b-42f0eaa11cfc-53d68ba7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-d06880d4-7e09-989f-b228-ddbf0a3cc07e-53d68ba7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce728534-9066-3438-c83b-42f0eaa11ba9-53d68ba7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7bfcd09-5e9c-1feb-c6d2-506de7292881-53d68ba7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ce728534-9066-3438-c83b-42f0eaa11bc5-53d68ba7 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_13fb6842-fd2b-1bac-3991-b54b96cd5edf-53d68ba7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13fb6842-fd2b-1bac-3991-b54b96cd5ee0-53d68ba7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_13fb6842-fd2b-1bac-3991-b54b96cd5efd-53d68ba7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_13fb6842-fd2b-1bac-3991-b54b96cd5efe-53d68ba7 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-_2938355d-08eb-33bb-6d61-2ed8d6e38dd3-53d68ba7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dba213af-4fc7-8953-aaf4-816fd850209c-53d68ba7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-_2dbf6334-ae66-072c-fbf0-0ed9efef6da3-53d68ba7 {
    place-self: start;
  }

  #w-node-_2dbf6334-ae66-072c-fbf0-0ed9efef6da6-53d68ba7 {
    place-self: center start;
  }

  #w-node-ce728534-9066-3438-c83b-42f0eaa11cfc-53d68ba7 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bef2091d-3983-78d6-7ae8-8998244e4da1-53d68ba7 {
    place-self: start;
  }

  #w-node-bef2091d-3983-78d6-7ae8-8998244e4dad-53d68ba7 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bef2091d-3983-78d6-7ae8-8998244e4da1-53d68ba7 {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Figtree Regular';
  src: url('../fonts/Figtree-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree Light';
  src: url('../fonts/Figtree-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree Medium';
  src: url('../fonts/Figtree-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wotfard Light';
  src: url('../fonts/Wotfard-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wotfard Regular';
  src: url('../fonts/Wotfard-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wotfard Medium';
  src: url('../fonts/Wotfard-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Wotfard';
  src: url('../fonts/Wotfard-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}