:root {
  --midnight-blue: #262053;
  --light-warm-grey: #d5d3c3;
  --light-green: #008f7f;
  --bright-yellow: #e0e257;
  --black: #28282e;
  --dark-orange: #e68922;
  --gainsboro: #e7e7e7;
  --white: white;
}

body {
  color: var(--midnight-blue);
  font-family: Montserrat, sans-serif;
  font-size: 1vw;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  font-weight: 300;
  line-height: 1.05;
}

h2 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.13em;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.39em;
  font-weight: 700;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.14em;
  font-weight: 700;
}

p {
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.67;
}

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

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

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

.text-sm {
  z-index: 1;
  font-size: 2.08em;
}

.text-sm.text-height-sm {
  line-height: 1.25;
}

.bg-warm-gray {
  background-color: var(--light-warm-grey);
}

.bg-light-green {
  background-color: var(--light-green);
}

.p-lg {
  font-size: 1.39em;
}

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

.bg-yellow {
  background-color: var(--bright-yellow);
}

.hide {
  position: relative;
  overflow: hidden;
}

.styleguide-parent {
  border: 1px solid #262053;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pad-right {
  padding-right: 10px;
}

.pad-left {
  padding-left: 10px;
}

.text-xsm {
  z-index: 1;
  font-size: 1.7em;
}

.text-white {
  color: #fff;
}

.flex-cc-v {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-cl-h {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-cr-h {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-md {
  z-index: 2;
  font-size: 2.9em;
}

.caps {
  text-transform: uppercase;
  padding-top: 1px;
  padding-bottom: 1px;
}

.bold {
  font-weight: 700;
}

.bold.qwestin40 {
  max-width: 30ch;
}

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

.super-text {
  white-space: nowrap;
  font-size: 4.6em;
  font-weight: 300;
  line-height: 1.1;
}

.super-text.text-x-bold {
  font-weight: 800;
}

.absolute {
  position: absolute;
}

.flex-cc-h {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-lg {
  font-size: 3.82em;
  line-height: 1.2;
}

.bg-black {
  background-color: var(--black);
}

.page-wrapper {
  max-width: 100%;
}

.navbar-component {
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding: 1.4em 4.55em;
}

.navbar-logo {
  object-fit: cover;
  width: 11em;
}

.nav-menu {
  display: none;
}

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

.menu-button {
  z-index: 1;
  border: 2px solid var(--light-green);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: .7em;
  position: relative;
  overflow: hidden;
}

.section {
  position: relative;
}

.section.qoute {
  z-index: 2;
  background-color: var(--dark-orange);
  justify-content: center;
  align-items: center;
  height: 70em;
  min-height: 400px;
  margin-top: -20.5em;
  display: flex;
  overflow: hidden;
}

.section.marqee {
  margin-top: 4em;
}

.section.z-5 {
  z-index: 5;
}

.section.is-marquee {
  border-top: 1px solid var(--midnight-blue);
  border-bottom: 1px solid var(--midnight-blue);
  margin-bottom: 3em;
}

.section.z-14 {
  z-index: 14;
}

.section.z-15 {
  z-index: 15;
}

.section.z-13 {
  z-index: 13;
}

.section.z-12 {
  z-index: 12;
}

.section.z-11 {
  z-index: 11;
}

.section.z-10 {
  z-index: 10;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10em;
  padding-right: 10em;
}

.hero-content {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.text-color-green {
  color: var(--light-green);
}

.hero-image {
  object-fit: contain;
  position: absolute;
}

.hero-image._1 {
  width: 20%;
  height: auto;
  padding-top: 17%;
  inset: auto auto -2% 0%;
}

.hero-image._2 {
  width: 28.75%;
  padding-top: 24%;
  inset: auto auto -17% 18.5%;
}

.hero-image._3 {
  width: 27.9167%;
  padding-top: 21%;
  inset: auto 30% 4% auto;
}

.hero-image._4 {
  width: 12%;
  padding-top: 12%;
  inset: auto 20% 12% auto;
}

.hero-image._6 {
  width: 17.0139%;
  padding-top: 23.5417%;
  inset: 26% auto auto -1em;
}

.hero-image._8 {
  width: 8.68056%;
  padding-top: 8%;
  inset: -3% 48% auto auto;
}

.hero-image._9 {
  width: 20.1389%;
  padding-top: 17%;
  inset: -4% 27% auto auto;
}

.hero-image._10 {
  width: 8.47222%;
  padding-top: 10%;
  inset: 0% auto auto 78%;
}

.hero-image._11 {
  width: 31.9444%;
  padding-top: 26%;
  inset: 17% 7% auto auto;
}

.hero-image._7 {
  width: 20%;
  padding-top: 14%;
  inset: -7% auto auto 22%;
}

.hero-image._12 {
  width: 22%;
  padding-top: 21.9444%;
  inset: auto 0% 2% auto;
}

.grid-2col {
  grid-column-gap: 2.8em;
  grid-row-gap: 2.8em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.grid-3col {
  grid-column-gap: 2.6em;
  grid-row-gap: 2.6em;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 4em;
  display: grid;
}

.item {
  grid-column-gap: 1.2em;
  grid-row-gap: 1.2em;
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-xxsm {
  z-index: 1;
  font-size: 1.25em;
}

.text-xxsm.bold.text-color-white {
  z-index: 5;
}

.text-xxsm.bold.text-color-white.z-high {
  z-index: 6;
  position: relative;
}

.m-v-sm {
  margin-top: 3em;
  margin-bottom: 3em;
}

.content-image {
  position: absolute;
}

.content-image._1 {
  z-index: 4;
  width: 46%;
  padding-top: 48%;
  inset: 28% 0% auto auto;
}

.content-image._2 {
  width: 51%;
  padding-top: 46%;
  inset: -25% auto auto 3%;
}

.content-image._3 {
  z-index: 2;
  width: 51%;
  padding-top: 70%;
  inset: -13% auto auto 24%;
}

.content-image._4 {
  z-index: 5;
  width: 44%;
  padding-top: 36%;
  inset: 41% auto auto 7%;
}

.content-image._5 {
  z-index: 5;
  width: 30%;
  padding-top: 30%;
  inset: -23% 13% auto auto;
}

.content-image._6 {
  width: 56%;
  padding-top: 56%;
  inset: -10% 17% auto auto;
}

.content-image._7 {
  width: 32%;
  padding-top: 46%;
  inset: 3% auto auto 4%;
}

.content-image._8 {
  width: 44%;
  padding-top: 70%;
  inset: 12% 6% auto auto;
}

.content-image._9 {
  width: 31.1111%;
  padding-top: 25%;
  inset: 12% -3.6% auto auto;
}

.content-image._10 {
  width: 35.5556%;
  padding-top: 35.5556%;
  inset: auto 0% 15% auto;
}

.content-image._11 {
  width: 42%;
  padding-top: 42%;
  inset: 48% 37% auto auto;
}

.content-image._12 {
  width: 21.6667%;
  padding-top: 30.2778%;
  inset: 41% 69% auto auto;
}

.content-image._13 {
  width: 36.25%;
  padding-top: 33.1944%;
  inset: auto auto 4% 5%;
}

.content-image._14 {
  width: 31.5278%;
  padding-top: 34%;
  inset: 13% 14% auto auto;
}

.content-image._15 {
  width: 52%;
  padding-top: 34%;
  inset: -14% 20% auto auto;
}

.content-image._16 {
  width: 28.75%;
  padding-top: 20.5556%;
  inset: 9% 35% auto auto;
}

.content-image._17 {
  width: 21.6667%;
  padding-top: 24.7222%;
  inset: -19% auto auto 10%;
}

.content-image._18 {
  width: 50%;
  padding-top: 50%;
  inset: -2% auto auto 0%;
}

.content-image._19 {
  width: 42%;
  padding-top: 60%;
  inset: 14% 23% auto auto;
}

.content-image._20 {
  width: 56.3889%;
  padding-top: 55.4167%;
  inset: 26% auto auto -10%;
}

.content-image._21 {
  width: 22%;
  padding-top: 22%;
  inset: 39% auto auto 18%;
}

.content-image._22 {
  width: 28.6111%;
  padding-top: 28.6111%;
  inset: 40% auto auto 0%;
}

.content-image._23 {
  width: 50%;
  padding-top: 50%;
  inset: 0% auto auto 0%;
}

.content-image._24 {
  width: 34%;
  padding-top: 34%;
  inset: 35% auto auto 45%;
}

.content-image._25 {
  width: 44%;
  padding-top: 44%;
  inset: 0% auto auto 56%;
}

.content-image._26 {
  width: 50%;
  padding-top: 50%;
  inset: -31% auto auto 32%;
}

.content-image._27 {
  width: 49.1667%;
  padding-top: 70%;
  inset: -14% auto auto 15%;
}

.content-image._28 {
  width: 44%;
  padding-top: 44%;
  inset: -19% 0% auto auto;
}

.content-image._29 {
  width: 44%;
  padding-top: 66.4286%;
  inset: 10% 42% auto auto;
}

.content-image._30 {
  width: 35%;
  padding-top: 23.1944%;
  inset: 68% 24% auto auto;
}

.content-image._31 {
  width: 58.3333%;
  padding-top: 31.1111%;
  inset: 34% 17% auto auto;
}

.content-image._32 {
  width: 44%;
  padding-top: 44%;
  inset: 26% 14% auto auto;
}

.content-image._33 {
  width: 44%;
  padding-top: 44%;
  inset: -10% 26% auto auto;
}

.content-image._34 {
  width: 28%;
  padding-top: 28%;
  inset: auto 52% 22% auto;
}

.content-image._35 {
  width: 60%;
  padding-top: 54%;
  inset: 15% 18% auto auto;
}

.content-image._36 {
  width: 58%;
  padding-top: 100%;
  inset: 0% 22% auto auto;
}

.content-image._37 {
  width: 18%;
  padding-top: 40%;
  inset: 2% 6% auto auto;
}

.content-image._38 {
  width: 34%;
  padding-top: 34%;
  inset: auto 6% 14% auto;
}

.content-image._39 {
  width: 54%;
  padding-top: 80%;
  inset: auto 0% 5% auto;
}

.content-image._40 {
  width: 42%;
  padding-top: 54.0278%;
  inset: 3% auto auto 0%;
}

.content-image._41 {
  width: 24.4444%;
  padding-top: 24.4444%;
  inset: 17% auto auto 7%;
}

.content-image._42 {
  width: 48%;
  padding-top: 46%;
  inset: -4% auto auto 23%;
}

.content-image._43 {
  width: 44.3056%;
  padding-top: 32.9167%;
  inset: 33% auto auto 28%;
}

.content-image._44 {
  width: 35%;
  padding-top: 35%;
  inset: auto auto 22% 0%;
}

.content-image._45 {
  width: 31.9444%;
  padding-top: 31.9444%;
  inset: 62% auto auto 36%;
}

.content-image._47 {
  width: 50.2778%;
  padding-top: 67.9167%;
  inset: -10% auto auto 4%;
}

.content-image._46 {
  width: 42.9167%;
  padding-top: 65%;
  inset: 2.4% auto auto 30%;
}

.content-image._48 {
  width: 44.5833%;
  padding-top: 46.5278%;
  inset: 58% auto auto 35%;
}

.content-image._49 {
  width: 39.0278%;
  padding-top: 34.7222%;
  inset: 67% auto auto 7%;
}

.content-image._51 {
  width: 24.4444%;
  padding-top: 24.4444%;
  inset: 4% 16% auto auto;
}

.content-image._52 {
  width: 33.0556%;
  padding-top: 38.2639%;
  inset: 0% auto auto 15%;
}

.content-image._53 {
  width: 26.6667%;
  padding-top: 48.6111%;
  inset: auto 11% 0% auto;
}

.content-image._54 {
  width: 47.7778%;
  padding-top: 47.7778%;
  inset: 53% auto auto 0%;
}

.content-image._55 {
  width: 49.5833%;
  padding-top: 68.6111%;
  inset: 22% auto auto 37%;
}

.content-image._56 {
  width: 66.1111%;
  padding-top: 53.1944%;
  inset: 17% auto auto 10%;
}

.content-image._57 {
  width: 45.9722%;
  padding-top: 45.9722%;
  inset: 30% auto auto 0%;
}

.content-image._58 {
  width: 57.9167%;
  padding-top: 64.2361%;
  inset: 13% auto auto 42%;
}

.content-image._59 {
  width: 78.3333%;
  padding-top: 42.3611%;
  inset: 10% auto auto 10%;
}

.content-image._60 {
  width: 24.3056%;
  padding-top: 19.5833%;
  inset: 32% auto auto 70%;
}

.content-image._50 {
  width: 22%;
  padding-top: 22%;
  inset: 0% auto auto 63%;
}

.content-image._62 {
  width: 26%;
  padding-top: 36.8056%;
  inset: 46% auto auto 48%;
}

.content-image._63 {
  width: 34%;
  padding-top: 34%;
  inset: 43% auto auto 17%;
}

.content-image._64 {
  width: 14%;
  padding-top: 46%;
  inset: 5% auto auto 17%;
}

.content-image._65 {
  width: 59.3056%;
  padding-top: 59.3056%;
  inset: 18% auto auto 14%;
}

.content-image._66 {
  width: 46%;
  padding-top: 42%;
  inset: 8% auto auto 42%;
}

.content-image._67 {
  width: 40%;
  padding-top: 40%;
  inset: 0% auto auto 0%;
}

.content-image._68 {
  width: 40%;
  padding-top: 64%;
  inset: 38% auto auto 10%;
}

.content-image._69 {
  width: 35.5556%;
  padding-top: 30.2778%;
  inset: 49% auto auto 51%;
}

.content-image._70 {
  width: 20.8333%;
  padding-top: 20.8333%;
  inset: 86% auto auto 34%;
}

.content-image.video {
  width: 85%;
  margin-top: .5em;
  inset: 0% auto auto 0%;
}

.content-image._71 {
  width: 28%;
  padding-top: 45%;
  inset: 0% auto auto 45%;
}

.content-image._72 {
  width: 40%;
  padding-top: 42%;
  inset: 0% auto auto 0%;
}

.content-image._73 {
  width: 58.0556%;
  padding-top: 51.6667%;
  inset: 26% auto auto 2%;
}

.content-image._74 {
  width: 30.8333%;
  padding-top: 30.8333%;
  inset: 46% auto auto 47%;
}

.content-image._75 {
  width: 34%;
  padding-top: 29.1667%;
  inset: 66% auto auto 4%;
}

.text-color-yellow {
  color: var(--bright-yellow);
  flex-direction: column;
  align-items: flex-start;
}

.text-color-yellow.extrabold-underline {
  font-weight: 800;
}

.text-color-yellow.flex-l {
  align-items: flex-start;
  display: flex;
}

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

.content-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.content-wrapper.overflow-hidden {
  z-index: 50;
  position: relative;
  overflow: hidden;
}

.bg-orange {
  background-color: var(--dark-orange);
  position: relative;
}

.bg-dark-blue {
  background-color: var(--midnight-blue);
}

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

.top-image {
  z-index: 40;
  width: 100%;
  position: relative;
}

.top-image.marqee-but {
  margin-bottom: -4px;
}

.top-image-wrapper {
  z-index: 40;
  width: 100%;
  display: flex;
  position: relative;
  transform: translate(0);
}

.top-image-wrapper.marqee {
  z-index: auto;
  flex-direction: column;
  align-items: stretch;
  margin-top: 3em;
}

.bottom-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
}

.bottom-image-wrapper.menu {
  z-index: 16;
  margin-top: -2px;
}

.bottom-image-wrapper.bg-black {
  z-index: 1;
  background-color: #0000;
  margin-top: -2px;
}

.bottom-image {
  width: 100%;
  margin-top: -2px;
  position: relative;
}

.m-t-small {
  margin-top: 1em;
}

.m-r-xxlarge {
  margin-right: 5em;
}

.m-t-xsmall {
  margin-top: .5em;
}

.m-l-tiny {
  margin-left: .125em;
}

.m-r-huge {
  margin-right: 6em;
}

.m-r-medium {
  margin-right: 2em;
}

.m-r-xhuge {
  margin-right: 8em;
}

.m-r-xxhuge {
  margin-right: 12em;
}

.m-t-tiny {
  margin-top: .125em;
}

.m-r-tiny {
  margin-right: .125em;
}

.m-b-tiny {
  margin-bottom: .125em;
}

.m-b-xsmall {
  margin-bottom: .5em;
}

.m-l-xsmall {
  margin-left: .5em;
}

.m-r-xsmall {
  margin-right: .5em;
}

.m-b-small {
  margin-bottom: 1em;
}

.m-l-small {
  margin-left: 1em;
}

.m-r-small {
  margin-right: 1em;
}

.m-t-medium {
  margin-top: 2em;
}

.m-b-medium {
  margin-bottom: 2em;
}

.m-l-medium {
  margin-left: 2em;
}

.m-t-large {
  margin-top: 3em;
}

.m-b-large {
  margin-bottom: 3em;
}

.m-l-large {
  margin-left: 3em;
}

.m-r-large {
  margin-right: 3em;
}

.m-t-xlarge {
  margin-top: 4em;
}

.m-b-xlarge {
  margin-bottom: 4em;
}

.m-l-xlarge {
  margin-left: 4em;
}

.m-r-xlarge {
  margin-right: 4em;
}

.m-t-xxlarge {
  margin-top: 5em;
}

.m-b-xxlarge {
  margin-bottom: 5em;
}

.m-l-xxlarge {
  margin-left: 5em;
}

.m-t-huge {
  margin-top: 6em;
}

.m-b-huge {
  margin-bottom: 6em;
}

.m-l-huge {
  margin-left: 6em;
}

.m-t-xhuge {
  margin-top: 8em;
}

.m-b-xhuge {
  margin-bottom: 8em;
}

.m-l-xhuge {
  margin-left: 8em;
}

.m-t-xxhuge {
  margin-top: 12em;
}

.m-b-xxhuge {
  margin-bottom: 12em;
}

.m-l-xxhuge {
  margin-left: 12em;
}

.p-t-tiny {
  padding-top: .125em;
}

.p-b-tiny {
  padding-bottom: .125em;
}

.p-r-tiny {
  padding-right: .125em;
}

.p-l-tiny {
  padding-left: .125em;
}

.p-t-xsmall {
  padding-top: .5em;
}

.p-b-xsmall {
  padding-bottom: .5em;
}

.p-l-xsmall {
  padding-left: .5em;
}

.p-r-xsmall {
  padding-right: .5em;
}

.p-t-small {
  padding-top: 1em;
}

.p-b-small {
  padding-bottom: 1em;
}

.p-l-small {
  padding-left: 1em;
}

.p-r-small {
  padding-right: 1em;
}

.p-t-medium {
  padding-top: 2em;
}

.p-b-medium {
  padding-bottom: 2em;
}

.p-l-medium {
  padding-left: 2em;
}

.p-r-medium {
  padding-right: 2em;
}

.p-t-large {
  padding-top: 3em;
}

.p-b-large {
  padding-bottom: 3em;
}

.p-l-large {
  padding-left: 3em;
}

.p-r-large {
  padding-right: 3em;
}

.p-t-xlarge {
  padding-top: 4em;
}

.p-b-xlarge {
  padding-bottom: 4em;
}

.p-l-xlarge {
  padding-left: 4em;
}

.p-r-xlarge {
  padding-right: 4em;
}

.p-t-xxlarge {
  padding-top: 5em;
}

.p-b-xxlarge {
  padding-bottom: 5em;
}

.p-l-xxlarge {
  padding-left: 5em;
}

.p-r-xxlarge {
  padding-right: 5em;
}

.p-t-huge {
  padding-top: 6em;
}

.p-b-huge {
  padding-bottom: 6em;
}

.p-l-huge {
  padding-left: 6em;
}

.p-r-huge {
  padding-right: 6em;
}

.p-t-xhuge {
  padding-top: 8em;
}

.p-b-xhuge {
  padding-bottom: 8em;
}

.p-l-xhuge {
  padding-left: 8em;
}

.p-r-xhuge {
  padding-right: 8em;
}

.p-t-xxhuge {
  padding-top: 12em;
}

.p-b-xxhuge {
  padding-bottom: 12em;
}

.p-l-xxhuge {
  padding-left: 12em;
}

.p-r-xxhuge {
  padding-right: 12em;
}

.p-tiny {
  padding: .125em;
}

.p-xsmall {
  padding: .5em;
}

.p-small {
  padding: 1em;
}

.p-medium {
  padding: 2em;
}

.p-large {
  padding: 3em;
}

.p-xlarge {
  padding: 4em;
}

.p-xxlarge {
  padding: 5em;
}

.p-huge {
  padding: 6em;
}

.p-xhuge {
  padding: 8em;
}

.p-xxhuge {
  padding: 12em;
}

.m-tiny {
  margin: .125em;
}

.m-xsmall {
  margin: .5em;
}

.m-small {
  margin: 1em;
}

.m-medium {
  margin: 2em;
}

.m-large {
  margin: 3em;
}

.m-xlarge {
  margin: 4em;
}

.m-xxlarge {
  margin: 5em;
}

.m-huge {
  margin: 6em;
}

.m-xhuge {
  margin: 8em;
}

.m-xxhuge {
  margin: 12em;
}

.p-h-tiny {
  padding-left: .125em;
  padding-right: .125em;
}

.p-h-xsmall {
  padding-left: .5em;
  padding-right: .5em;
}

.p-h-small {
  padding-left: 1em;
  padding-right: 1em;
}

.p-h-medium {
  padding-left: 2em;
  padding-right: 2em;
}

.p-h-large {
  padding-left: 3em;
  padding-right: 3em;
}

.p-h-xlarge {
  padding-left: 4em;
  padding-right: 4em;
}

.p-h-xxlarge {
  padding-left: 5em;
  padding-right: 5em;
}

.p-h-huge {
  padding-left: 6em;
  padding-right: 6em;
}

.p-h-xhuge {
  padding-left: 8em;
  padding-right: 8em;
}

.p-h-xxhuge {
  padding-left: 12em;
  padding-right: 12em;
}

.p-v-tiny {
  padding-top: .125em;
  padding-bottom: .125em;
}

.p-v-xsmall {
  padding-top: .5em;
  padding-bottom: .5em;
}

.p-v-small {
  padding-top: 1em;
  padding-bottom: 1em;
}

.p-v-medium {
  padding-top: 2em;
  padding-bottom: 2em;
}

.p-v-large {
  padding-top: 3em;
  padding-bottom: 3em;
}

.p-v-xlarge {
  padding-top: 4em;
  padding-bottom: 4em;
}

.p-v-xxlarge {
  padding-top: 5em;
  padding-bottom: 5em;
}

.p-v-huge {
  padding-top: 6em;
  padding-bottom: 6em;
}

.p-v-xhuge {
  padding-top: 8em;
  padding-bottom: 8em;
}

.p-v-xxhuge {
  padding-top: 12em;
  padding-bottom: 12em;
}

.track {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  height: 100%;
  margin-left: -1315px;
  display: flex;
  position: relative;
}

.flex-horizontal {
  align-items: stretch;
  display: flex;
}

.txt1_marque {
  color: var(--light-green);
  margin-right: .6vw;
  font-size: 2.8em;
  font-weight: 700;
}

.txt1_marque.negative-m {
  margin-left: -1vw;
}

.txt2_marque {
  flex: none;
  font-size: 1.3em;
  font-weight: 400;
}

.txt-item {
  align-items: center;
  margin-right: 2vw;
  display: flex;
}

.txt-item.left-border {
  border-left: 1px solid var(--light-green);
  margin-right: 2vw;
  padding-left: 2vw;
}

.txt-wrapper {
  align-items: center;
  display: flex;
}

.marquee {
  z-index: 1;
  border-top: 1px solid var(--light-green);
  border-bottom: 1px solid var(--light-green);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 4.6em;
  padding-bottom: 4.6em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.maruqe-heading-wrapper {
  border-top: 1px solid var(--light-green);
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  padding-left: 17em;
  position: relative;
}

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

.h-section {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  max-width: 100%;
  display: flex;
}

.h-container {
  background-color: var(--gainsboro);
  align-items: flex-start;
  width: 100em;
  max-width: 100%;
  height: 99vh;
  min-height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.state-num {
  width: 100%;
  font-size: 1.74em;
  line-height: 1;
  text-decoration: none;
}

.slider-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  display: flex;
  bottom: 14%;
}

.slider-arrow.left {
  top: auto;
  left: 50%;
  right: auto;
}

.slider-arrow.right {
  top: auto;
  left: 55%;
  right: auto;
}

.slide-nav {
  padding-top: .4em;
  inset: 2.3em auto auto 50%;
}

.slider-content {
  grid-column-gap: 0em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: 100%;
  max-width: 100em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: visible;
}

.content_slider {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 8.6em;
  padding-bottom: 8.6em;
  display: flex;
  position: relative;
}

.menu-button-bg {
  z-index: -1;
  color: var(--midnight-blue);
  width: 110%;
  height: 100%;
  display: none;
  position: absolute;
  inset: -140% 0% auto -5%;
}

.burger-line {
  z-index: 1;
  background-color: var(--light-green);
  border-radius: 2px;
  width: 22px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
}

.slider-image {
  position: absolute;
}

.slider-image._1 {
  width: 68%;
  padding-top: 65%;
  inset: 16% auto auto 20%;
}

.slider-image._2 {
  width: 64%;
  padding-top: 40%;
  inset: 0% auto auto 0%;
}

.slider-image._3 {
  width: 24.7222%;
  padding-top: 24.7222%;
  inset: 50% auto auto 16%;
}

.slider-image._4 {
  width: 25%;
  padding-top: 25%;
  inset: 15% 14% auto auto;
}

.slider-image._5 {
  width: 98%;
  padding-top: 90%;
  inset: 0% 0% auto auto;
}

.slider-image._6 {
  width: 44%;
  padding-top: 44%;
  inset: -6% auto auto 36%;
}

.slider-image._7 {
  width: 54.4444%;
  padding-top: 54.4444%;
  inset: -16% auto auto 0%;
}

.slider-image._8 {
  width: 60.4167%;
  padding-top: 60.4167%;
  inset: 9% auto auto 8%;
}

.slider-image._9 {
  width: 27.3611%;
  padding-top: 27.3611%;
  inset: 8% auto auto 0%;
}

.slider-image._10 {
  width: 70.0694%;
  padding-top: 70.0694%;
  inset: 17% auto auto 5%;
}

.slider-image._11 {
  width: 50.8333%;
  padding-top: 50.8333%;
  inset: 34% 26% auto auto;
}

.slider-image._12 {
  width: 41.1111%;
  padding-top: 41.1111%;
  inset: -12% auto auto 36%;
}

.slider-image._13 {
  width: 49.5833%;
  padding-top: 49.5833%;
  inset: 0% auto auto 0%;
}

.slider-image._14 {
  width: 45%;
  padding-top: 45%;
  inset: 23% auto auto 18%;
}

.slider-image._15 {
  width: 19.7222%;
  padding-top: 31.1111%;
  inset: 15% auto auto 54%;
}

.slider-image._16 {
  width: 21em;
  inset: 21em 8em auto auto;
}

.slider-image._17 {
  width: 57.6389%;
  padding-top: 57.6389%;
  inset: -16.8% auto auto 0%;
}

.slider-image._18 {
  width: 60%;
  padding-top: 60%;
  inset: 4% auto auto 0%;
}

.slider-image._19 {
  width: 60%;
  padding-top: 50%;
  inset: 38% auto auto 2%;
}

.slider-image._20 {
  width: 40.6944%;
  padding-top: 48.6111%;
  inset: 25% auto auto 44%;
}

.slider-image._21 {
  width: 37.7778%;
  padding-top: 16.9444%;
  inset: 32% auto auto 17%;
}

.slider-image._22 {
  width: 35%;
  padding-top: 35%;
  inset: 5% auto auto 44%;
}

.slider-image._16 {
  width: 42.6389%;
  padding-top: 33.4722%;
  top: 51%;
  left: 32%;
  right: auto;
}

.layer {
  width: 100%;
}

.layer.hero {
  z-index: 4;
  margin-bottom: -.6%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.underline {
  text-decoration: underline;
}

.ps-drop-down {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ps-toggle {
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 1em 2em 1em 0;
  display: flex;
  position: relative;
}

.ps-drop-down-list {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.accordion-icon {
  width: 1em;
}

.accordion-title {
  text-transform: uppercase;
  margin-right: .3em;
  font-size: .9em;
  font-weight: 700;
}

.text-color-blue {
  color: var(--midnight-blue);
}

.tab-component {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: -2px;
  margin-bottom: -2px;
  display: grid;
}

.tab-menu {
  grid-column-gap: 1.6em;
  grid-row-gap: 0em;
  border-top: 1px solid var(--midnight-blue);
  border-bottom: 1px solid var(--midnight-blue);
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: stretch;
  font-weight: 500;
  text-decoration: none;
  display: grid;
}

.tab-links {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 1.5em 0;
  display: flex;
  position: relative;
}

.tab-links.w--current {
  background-color: #0000;
  font-weight: 700;
}

.tab-line {
  background-color: var(--midnight-blue);
  border-radius: 4px;
  width: 100%;
  height: 8px;
  position: absolute;
  inset: auto 0% -5px;
}

.tab-panel {
  width: 100%;
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}

.tab-menu-txt {
  color: var(--midnight-blue);
  max-width: 19ch;
  font-size: 1.34em;
  text-decoration: underline;
}

.tab-menu-txt:hover, .tab-menu-txt.text-color-blue:hover {
  color: var(--midnight-blue);
}

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

.content-image-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.content-image-wrapper.video {
  align-items: center;
}

.content-image-wrapper.m-t-c2 {
  margin-top: 20em;
}

.content-image-wrapper.m-t-c1 {
  margin-top: 6em;
}

.content-image-wrapper.m-t-c3 {
  margin-top: 8em;
}

.content-image-wrapper.m-t-c4 {
  margin-top: 7em;
}

.content-image-wrapper.m-t-c5 {
  margin-top: 9em;
}

.partner-top {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.partner-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-top: 2em;
  display: grid;
}

.partner-wrapper.green-root {
  margin-top: -7em;
}

.partner-line {
  background-color: var(--midnight-blue);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.partner-line.small {
  width: 88%;
  inset: auto 0% 2em auto;
}

.partner-content {
  width: 100%;
  padding-top: 3em;
  padding-bottom: 5.8em;
  position: relative;
}

.partner-btn-wrapper {
  cursor: pointer;
  position: absolute;
  inset: auto auto 0% 0%;
}

.partner-component {
  align-items: center;
  display: flex;
}

.partner-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.partner-details-component {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ps-list-wrapper {
  width: 100%;
  overflow: hidden;
}

.partner-btn {
  border: 1px solid var(--midnight-blue);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m-v-tiny {
  margin-top: .125em;
  margin-bottom: .125em;
}

.m-v-xsmall {
  margin-top: .5em;
  margin-bottom: .5em;
}

.m-v-small {
  margin-top: 1em;
  margin-bottom: 1em;
}

.m-v-medium {
  margin-top: 2em;
  margin-bottom: 2em;
}

.m-v-large {
  margin-top: 3em;
  margin-bottom: 3em;
}

.m-v-xlarge {
  margin-top: 4em;
  margin-bottom: 4em;
}

.m-v-xxlarge {
  margin-top: 5em;
  margin-bottom: 5em;
}

.m-v-huge {
  margin-top: 6em;
  margin-bottom: 6em;
}

.m-v-xhuge {
  margin-top: 8em;
  margin-bottom: 8em;
}

.m-v-xxhuge {
  margin-top: 12em;
  margin-bottom: 12em;
}

.qoute-component {
  z-index: 8;
  width: 100%;
  position: relative;
}

.qoute-wrapper {
  color: var(--white);
  text-align: center;
  width: 50em;
  margin-left: auto;
  margin-right: auto;
}

.qoute-image-wrapper {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.qoute-image {
  object-fit: contain;
  position: absolute;
}

.qoute-image._1 {
  width: 28%;
  max-width: 28em;
  padding-top: 24%;
  inset: auto auto 0% -4%;
}

.qoute-image._2 {
  width: 22%;
  max-width: 22em;
  padding-top: 15%;
  inset: 4% auto auto 20%;
}

.qoute-image._3 {
  width: 14%;
  max-width: 14em;
  padding-top: 16%;
  inset: auto auto -9% 40%;
}

.qoute-image._4 {
  width: 18%;
  max-width: 15em;
  padding-top: 18%;
  inset: -6% 4% auto auto;
}

.qoute-image._5 {
  z-index: 1;
  width: 24%;
  max-width: 22em;
  padding-top: 21%;
  inset: auto -2% -3% auto;
}

.form-component {
  z-index: 2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 60em;
  padding-top: 6em;
  display: flex;
  position: relative;
}

.form-wrapper {
  width: 100%;
  margin-top: 5em;
  margin-bottom: 0;
}

.form-wrapper.small {
  margin-top: 3em;
}

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

.text-area {
  border: 1px solid var(--light-green);
  color: var(--light-green);
  margin-bottom: 3.47em;
  padding: 2em 2em 14em;
}

.text-area::placeholder {
  color: var(--light-green);
  font-size: 1.04em;
}

.form-image-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form-image {
  object-fit: contain;
  position: absolute;
}

.form-image._1 {
  width: 13%;
  padding-top: 13%;
  inset: 0% auto auto -2.4%;
}

.form-image._2 {
  width: 18%;
  padding-top: 24%;
  inset: auto auto 45% -9.8%;
}

.form-image._3 {
  width: 10%;
  padding-top: 10%;
  inset: auto auto 62% -2.5%;
}

.form-image._4 {
  width: 22%;
  padding-top: 22%;
  inset: 77% auto auto -4.9%;
}

.form-image._5 {
  width: 24%;
  padding-top: 24%;
  inset: auto -2.3% 3.2% auto;
}

.form-image._6 {
  width: 24%;
  padding-top: 22%;
  inset: auto 24.2% 7.3% auto;
}

.form-image._7 {
  width: 13%;
  padding-top: 13%;
  inset: auto 11.7% 20% auto;
}

.form-image._8 {
  width: 8%;
  padding-top: 8%;
  inset: 77% 47% auto auto;
}

.form-image._9 {
  width: 32%;
  padding-top: 32%;
  inset: auto -8% 25% auto;
}

.form-image._10 {
  width: 26%;
  padding-top: 26%;
  inset: auto -6.8% 62% auto;
}

.form-image._11 {
  width: 24%;
  padding-top: 18%;
  inset: auto 0% 62% auto;
}

.form-image._12 {
  width: 25%;
  padding-top: 19%;
  inset: 0% -3% auto auto;
}

.form-image._13 {
  width: 14%;
  padding-top: 22%;
  inset: auto -6% 50% auto;
}

.navbar {
  z-index: 9999;
  max-width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-menu {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 6em;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.menu-part {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: -10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-part.fourth-part {
  z-index: 12;
  background-color: var(--white);
  flex: 1;
  padding-top: 0;
  padding-bottom: 4em;
}

.menu-part.fisrt-part {
  z-index: 15;
  margin-top: 0;
}

.menu-part.second-part {
  z-index: 14;
}

.menu-part.third-part {
  z-index: 13;
}

.menu-part-content {
  z-index: 16;
  padding-top: 3em;
  padding-bottom: 1.8em;
  position: relative;
}

.menu-part-content._4 {
  padding-top: 2em;
}

.menu-part-component {
  flex: 1;
  display: flex;
}

.menu-drop-dwon {
  background-color: #0000;
  flex: 1;
  margin-left: 0;
  margin-right: 0;
}

.menu-drop-down-toggle {
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.menu-arrow {
  width: 2.22em;
  margin-left: auto;
}

.menu-part-number {
  font-size: 1.74em;
  font-weight: 300;
}

.menu-title {
  white-space: normal;
  font-size: 2.08em;
  font-weight: 800;
}

.menu-drop-down-list {
  background-color: #0000;
  position: relative;
}

.menu-list-wrapper {
  padding-left: 12.2em;
  overflow: hidden;
}

.text-tiny {
  font-size: .97em;
}

.text-tiny.extrabold {
  font-weight: 800;
}

.text-tiny.top-m {
  margin-top: .6em;
}

.menu-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1em;
  display: flex;
}

.menu-link {
  color: var(--midnight-blue);
  margin-bottom: .8em;
  font-size: 1.25em;
  font-weight: 700;
  text-decoration: underline;
}

.menu-link:hover {
  color: var(--light-green);
}

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

.menu-link.text-color-yellow:hover {
  color: var(--light-green);
}

.text-custom {
  z-index: 1;
  color: var(--light-green);
  font-size: 1.6em;
  font-weight: 800;
}

.menu-layer {
  z-index: 15;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-part-wrapper {
  position: relative;
  overflow: hidden;
}

.border-b-t-blue {
  border-top: 1px solid var(--midnight-blue);
  border-bottom: 1px solid var(--midnight-blue);
}

.slider-component {
  background-color: var(--black);
  padding-top: 6em;
  padding-bottom: 2em;
  position: relative;
}

.slide-component {
  width: 100%;
  height: 100%;
}

.sliders-wrapper {
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  max-width: 100em;
  height: 100%;
  min-height: 36em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slide-mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.slider-title {
  position: absolute;
  inset: 0% auto auto 49.9%;
}

.left-docked-nav {
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 10ch;
  display: grid;
}

.docked-dp {
  color: var(--midnight-blue);
  flex-direction: column;
  align-items: flex-start;
  min-height: 5em;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.docked-dp.w--current {
  color: var(--bright-yellow);
  font-weight: 700;
}

.dicked-line {
  background-color: var(--midnight-blue);
  width: 1px;
  height: 100%;
  min-height: 4em;
  margin-left: 1em;
  position: absolute;
  inset: auto;
}

.docked-pr {
  font-weight: 400;
  overflow: hidden;
}

.docked-content {
  margin-top: .5em;
  position: relative;
}

.docked-wrapper.blue {
  display: none;
}

.docked-wrapper.show-docked {
  z-index: 2;
  position: relative;
}

.tab-contents {
  margin-top: 6em;
  overflow: visible;
}

.hero-txt {
  white-space: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  font-size: 1.04rem;
  font-weight: 500;
  display: flex;
  overflow: visible;
}

.hero-pr {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 40ch;
  margin-top: auto;
  font-size: 1.15rem;
  font-weight: 300;
  display: flex;
  overflow: visible;
}

.hero-span {
  margin-left: -.6vw;
}

.content-image-parent {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.image.vid-hide {
  display: none;
}

.hero-content-wrapper {
  z-index: 5;
  width: 40%;
  margin-top: 24vmin;
  margin-left: 18em;
  margin-right: 100%;
  position: relative;
}

.accordion-title-wrapper {
  z-index: 10;
  cursor: pointer;
  align-items: center;
  margin-left: -1em;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.accordion-answer {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.flex-l-v {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.partner-logo-wrapper {
  width: 15%;
  margin-right: 3em;
  padding-top: 15%;
  position: relative;
}

.fake-bar {
  z-index: -1;
  background-color: var(--gainsboro);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 2vh;
  flex: 1;
  height: 90vh;
  max-height: 1057px;
  margin-right: -1px;
  display: none;
  position: relative;
}

.fake-bar._2 {
  border-bottom-right-radius: 2vh;
  border-bottom-left-radius: 4px;
  height: 84vh;
  max-height: 990px;
  margin-left: -1px;
}

.h1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-p-mask {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 4.2em;
  display: flex;
}

.hero-p-mask._1 {
  min-height: 1.3em;
}

.in-between {
  background-color: var(--black);
  width: 100%;
}

.in-between._2 {
  z-index: 0;
  height: 20px;
  display: none;
  position: relative;
}

.yellow-top-layer {
  z-index: 4;
  color: var(--bright-yellow);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-parent {
  grid-column-gap: 1.6em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 4em 2.5em 1.5fr .25fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: start;
  justify-items: start;
  width: 100%;
  display: grid;
}

.menu-title-wrapper {
  width: 100%;
}

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

.italic {
  font-style: italic;
}

.hero-sticky-wrap {
  max-width: 100%;
  position: relative;
}

.intro-section-wrap {
  z-index: 0;
  padding-top: 10em;
  position: relative;
}

.sticky-hero-intro {
  z-index: 1;
  max-width: 100%;
  position: sticky;
}

.list-wrapper {
  margin-top: 1.6em;
  margin-left: 1.4em;
  list-style-type: none;
}

.list-item {
  margin-bottom: 1.6em;
}

.list-item.text-xxsm {
  list-style-type: decimal;
}

.animation-wrapper {
  z-index: 45;
  flex-direction: column;
  justify-content: flex-start;
  height: 250vh;
  display: flex;
  position: relative;
}

.animation-wrapper.bg-black {
  z-index: 45;
}

.sticky-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 20em;
}

.marqee-but-cover {
  background-color: var(--black);
  width: 100%;
  height: 30vh;
  margin-top: 11.5%;
  position: absolute;
  inset: 0%;
}

.cta-image-parent {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.button-top-edge {
  width: 100%;
  height: 3.4em;
}

.button-top-edge.blue {
  background-color: #262053;
}

.button-top-edge.green {
  background-color: #008f7f;
}

.button-2 {
  color: #262053;
  text-align: center;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px solid #262053;
  border-radius: 1px;
  align-items: center;
  padding: .74em 2.2em;
  font-size: 1em;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2.green {
  color: #008f7f;
  border-color: #008f7f;
}

.button-2.green.submit {
  padding: 0;
}

.button-2.yellow {
  border-color: #e0e257;
}

.button-text-2 {
  z-index: 2;
  text-transform: none;
  position: relative;
}

.button-text-2.submit {
  background-color: #0000;
  padding: .74em 2.2em;
}

.button-layer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.buttons-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.button-edge {
  width: 100%;
  margin-top: -1px;
}

.button-edge.green {
  color: #008f7f;
}

.button-edge.blue {
  color: #262053;
}

.form-section {
  z-index: 1;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100vw;
  max-height: 190vh;
  margin-top: 0;
  padding-top: 19em;
  display: flex;
  position: relative;
}

.circle-bg {
  color: #008f7f;
  width: 110%;
  height: 110%;
  position: absolute;
  inset: -6% 0% auto -5%;
}

.cricle-icon {
  width: 2em;
  height: 1em;
  position: absolute;
}

.cricle-icon.is--slider {
  height: 1.9em;
}

.menu-circle-2 {
  z-index: 1;
  border-style: solid;
  border-width: 1px;
  border-radius: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-circle-2.yellow {
  color: #e0e257;
  border-color: #e0e257;
}

.menu-circle-2.blue {
  color: #262053;
  border-color: #262053;
}

.menu-arrow-link {
  margin-top: 1em;
  position: relative;
  left: 0;
}

.menu-arrow-link.is-form {
  margin-top: 0;
}

.menu-contain {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 6em;
  display: flex;
}

.left-docked-warpper {
  z-index: 998;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  left: 2em;
}

.html-embed-4 {
  z-index: 9999;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 18%;
}

.trash-box {
  display: none;
}

.cta-heading {
  color: var(--light-green);
  font-size: 4.6em;
  font-weight: 300;
  line-height: 1.1;
}

.form-p {
  z-index: 1;
  color: var(--black);
  font-size: 1.7em;
  font-weight: 800;
  line-height: 1.35;
}

.quote-edge-wrapper {
  z-index: 2;
  width: 100%;
  margin-top: -.4%;
  padding-top: 11%;
  position: absolute;
  inset: 0% 0% auto;
}

.quote-edge-wrapper.bottom {
  z-index: 2;
  margin-top: 0;
  margin-bottom: -.4%;
  padding-top: 9%;
  inset: auto 0% 0%;
}

.yellow-bottom-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cover {
  width: 100%;
  height: 30vh;
  margin-top: -30vh;
}

.cover.bg-yellow {
  height: 40vh;
  margin-top: -40vh;
}

.cover.large {
  height: 80vh;
  margin-top: -80vh;
}

.reveal-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fix-edge {
  background-color: var(--black);
  height: 20%;
  position: absolute;
  inset: auto 0% -14%;
}

.hero-edge {
  display: block;
}

.success-message {
  background-color: var(--light-green);
}

.form-alert-change {
  color: var(--white);
  font-size: 1rem;
}

.p-link {
  text-decoration: underline;
}

.m-v-med {
  margin-bottom: 3em;
}

.hereo-mobile-edge {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    font-size: 16px;
  }

  h1 {
    font-size: 8em;
  }

  h2 {
    font-size: 45px;
  }

  p {
    font-size: 16px;
  }

  .text-sm {
    font-size: 30px;
  }

  .p-lg {
    font-size: 20px;
  }

  .text-xsm {
    font-size: 25px;
  }

  .text-md {
    font-size: 45px;
  }

  .super-text {
    font-size: 58px;
  }

  .super-text.text-color-green {
    width: 100%;
  }

  .text-lg {
    font-size: 55px;
  }

  .navbar-component {
    padding-left: 2.4em;
    padding-right: 2.4em;
  }

  .navbar-logo {
    width: 9em;
  }

  .menu-button {
    flex-direction: column;
    justify-content: space-around;
  }

  .section.qoute {
    height: 48em;
  }

  .section.intro {
    padding-bottom: 3em;
  }

  .section.is-marquee {
    padding-top: 3em;
  }

  .container {
    padding-left: 4em;
    padding-right: 4em;
    overflow: hidden;
  }

  .container.p-v-huge.tablet-p-l-none, .container.m-b-medium.tablet-p-l-none, .container.tablet-m-l-none {
    padding-left: 0;
  }

  .container.p-t-xxhuge {
    padding-top: 12vw;
  }

  .container.tablet-p-l-none {
    padding-left: 0;
  }

  .hero-image._6 {
    top: 28%;
  }

  .hero-image._8 {
    width: 10%;
    padding-top: 10%;
    right: 45%;
  }

  .hero-image._9 {
    width: 26%;
    padding-top: 26%;
    top: 0%;
    right: 20%;
  }

  .hero-image._10 {
    width: 14%;
    padding-top: 14%;
    left: 74%;
  }

  .hero-image._11 {
    top: 25%;
    right: -3%;
  }

  .hero-image._7 {
    top: -6%;
    left: 25%;
  }

  .grid-2col {
    grid-column-gap: 4vw;
  }

  .grid-3col {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    grid-template-columns: 1fr;
    justify-content: space-between;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .text-xxsm {
    font-size: 18px;
  }

  .content-image._1 {
    top: 51%;
    right: 12%;
  }

  .content-image._2 {
    width: 45%;
    padding-top: 45%;
    top: 3%;
    left: 0%;
  }

  .content-image._3 {
    width: 45%;
    padding-top: 60%;
    top: 16%;
    left: 17.5%;
  }

  .content-image._4 {
    width: 44%;
    padding-top: 44%;
    top: 54%;
    left: 0%;
  }

  .content-image._5 {
    width: 26%;
    padding-top: 26%;
    top: 4%;
    right: 26%;
  }

  .content-image._6 {
    top: 0%;
    right: 21%;
  }

  .content-image._7 {
    width: 34%;
    padding-top: 48%;
    top: 13%;
    left: 0%;
  }

  .content-image._8 {
    top: 22%;
    right: 10%;
  }

  .content-image._9 {
    top: 22%;
    right: .4%;
  }

  .content-image._10 {
    bottom: 5%;
    right: 4%;
  }

  .content-image._11 {
    top: 58%;
    right: 41%;
  }

  .content-image._12 {
    top: 51%;
    right: 73%;
  }

  .content-image._13 {
    bottom: -6%;
    left: 1%;
  }

  .content-image._14 {
    top: 54%;
    left: 42%;
  }

  .content-image._15 {
    top: 0%;
    left: 23%;
    right: auto;
  }

  .content-image._16 {
    top: 25%;
    left: 44%;
    right: auto;
  }

  .content-image._17 {
    top: 15%;
    left: 16%;
  }

  .content-image._18 {
    top: 24%;
    left: 13%;
  }

  .content-image._19 {
    top: 58%;
  }

  .content-image._20 {
    width: 44%;
    top: 44%;
    left: 0%;
  }

  .content-image._22 {
    top: 71%;
  }

  .content-image._23 {
    top: 31%;
  }

  .content-image._24 {
    z-index: 2;
    top: 66%;
  }

  .content-image._25 {
    top: 31%;
  }

  .content-image._26 {
    top: 0%;
  }

  .content-image._27 {
    top: 17%;
  }

  .content-image._28 {
    top: 15%;
    left: 30%;
    right: auto;
  }

  .content-image._29 {
    top: 20%;
    left: 0%;
    right: auto;
  }

  .content-image._30 {
    top: 72%;
    left: 24%;
    right: auto;
  }

  .content-image._31 {
    top: 44%;
    left: 10%;
    right: auto;
  }

  .content-image._32 {
    top: 37%;
    left: 34%;
    right: auto;
  }

  .content-image._33 {
    top: 0%;
    left: 0%;
    right: auto;
  }

  .content-image._34 {
    z-index: 2;
    right: auto;
  }

  .content-image._35 {
    z-index: 3;
    right: auto;
  }

  .content-image._36 {
    z-index: 2;
    left: 0%;
    right: auto;
  }

  .content-image._37 {
    left: 54%;
    right: auto;
  }

  .content-image._38 {
    z-index: 3;
    bottom: 22%;
    left: 44%;
    right: auto;
  }

  .content-image._39 {
    left: 14%;
    right: auto;
  }

  .content-image._47 {
    top: -6%;
  }

  .content-image._58 {
    left: 32%;
  }

  .content-image._59 {
    left: 0%;
  }

  .content-image._60 {
    left: 60%;
  }

  .content-image._50 {
    left: 53%;
  }

  .content-image._62 {
    left: 38%;
  }

  .content-image._63, .content-image._64 {
    left: 7%;
  }

  .content-image.video {
    width: 100%;
    margin-top: 2em;
  }

  .content-image._71, .content-image._72 {
    top: 4%;
  }

  .content-image._73 {
    top: 30%;
  }

  .content-image._74 {
    top: 50%;
  }

  .content-image._75 {
    top: 70%;
  }

  .content-wrapper {
    grid-template-columns: 100%;
  }

  .content-wrapper.p-v-large {
    padding-top: 24vw;
  }

  .content-wrapper.p-v-large.tablet-p-b-large {
    padding-bottom: 10vw;
  }

  .content-wrapper.p-b-xhuge {
    padding-bottom: 8vw;
  }

  .content-wrapper.p-t-huge {
    padding-top: 24vw;
  }

  .content-wrapper.p-t-huge.tablet-p-b-large {
    padding-bottom: 20vw;
  }

  .content-wrapper.p-t-xxhuge {
    padding-top: 12vw;
  }

  .content-wrapper.tablet-p-b-large {
    padding-bottom: 10vw;
  }

  .m-t-huge {
    margin-top: 6vw;
  }

  .p-r-medium {
    padding-right: 0;
  }

  .p-v-huge {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .txt1_marque {
    margin-right: 2vw;
    font-size: 45px;
  }

  .txt2_marque {
    font-size: 20px;
  }

  .marquee {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .maruqe-heading-wrapper {
    padding-left: 1.8em;
  }

  .h-section {
    font-size: 1vw;
  }

  .h-container {
    height: 80em;
    min-height: 700px;
  }

  .state-num {
    font-size: 24px;
  }

  .slider-arrow {
    width: 4em;
    height: 4em;
    font-size: 16px;
    bottom: 0%;
  }

  .slider-arrow.left {
    left: 4em;
  }

  .slider-arrow.right {
    left: 9em;
    right: auto;
  }

  .slide-nav {
    top: 3em;
    left: 4em;
  }

  .slider-content {
    grid-template-rows: min-content;
  }

  .content_slider {
    padding-top: 8em;
    padding-bottom: 0;
  }

  .slider-image._5 {
    left: 3%;
  }

  .slider-image._6 {
    top: 10%;
  }

  .slider-image._7 {
    top: 0%;
  }

  .slider-image._8 {
    top: 25%;
    left: 8%;
  }

  .slider-image._9 {
    padding-top: 24%;
    top: 24%;
  }

  .slider-image._10 {
    top: 33%;
  }

  .slider-image._11 {
    top: 50%;
  }

  .slider-image._12 {
    top: 0%;
  }

  .slider-image._13 {
    top: 12%;
  }

  .slider-image._14 {
    top: 35%;
  }

  .slider-image._15 {
    top: 27%;
  }

  .slider-image._17 {
    top: 0%;
  }

  .slider-image._18 {
    top: 20.8%;
  }

  .slider-image._19 {
    width: 40%;
    top: 46%;
  }

  .slider-image._20 {
    top: 41.8%;
  }

  .slider-image._21 {
    top: 48.8%;
  }

  .slider-image._22 {
    top: 21.8%;
  }

  .slider-image._16 {
    top: 60%;
  }

  .accordion-icon {
    width: 18px;
  }

  .accordion-title {
    font-size: 15px;
  }

  .tab-component {
    grid-row-gap: 0em;
    grid-template-columns: 1fr;
    overflow: hidden;
  }

  .tab-component.tablet-m-l-md {
    margin-left: 3em;
  }

  .tab-component.tablet-fix {
    padding-left: 4em;
  }

  .tab-menu {
    grid-row-gap: 2em;
    grid-template-columns: 50%;
    grid-auto-flow: row;
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .tab-links {
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-line {
    display: none;
  }

  .tab-menu-txt {
    max-width: none;
    font-size: 20px;
  }

  .content.p-b-large {
    padding-bottom: 3vw;
  }

  .content-image-wrapper.tablet-fix {
    padding-bottom: 25vw;
  }

  .content-image-wrapper.m-t-c2, .content-image-wrapper.m-t-c1, .content-image-wrapper.m-t-c3, .content-image-wrapper.m-t-c4, .content-image-wrapper.m-t-c5 {
    margin-top: 0;
  }

  .tab-title {
    margin-left: 4em;
    padding-bottom: 1em;
  }

  .partner-wrapper {
    place-items: center;
  }

  .partner-wrapper.green-root {
    margin-top: 0;
  }

  .qoute-wrapper {
    width: 100%;
  }

  .qoute-image._2 {
    width: 28%;
    margin-top: -2%;
    padding-top: 22%;
    left: -2%;
  }

  .qoute-image._3 {
    width: 20%;
    padding-top: 22%;
  }

  .qoute-image._4 {
    width: 20%;
    padding-top: 24%;
  }

  .qoute-image._5 {
    width: 34%;
    padding-top: 28%;
  }

  .form-component {
    width: 100%;
    padding-top: 36vw;
  }

  .form-wrapper {
    margin-top: 3em;
  }

  .form-image-wrapper {
    align-items: flex-start;
    height: 170vw;
    position: relative;
  }

  .form-image._1 {
    width: 32.2222%;
    margin-top: 20em;
    padding-top: 32.2222%;
  }

  .form-image._2 {
    width: 50%;
    padding-top: 67.0833%;
    top: 2%;
    bottom: auto;
    left: -29%;
  }

  .form-image._3 {
    width: 25.1389%;
    padding-top: 25.1389%;
    top: 5%;
    bottom: auto;
    left: -5%;
  }

  .form-image._4 {
    width: 58%;
    padding-top: 58%;
    top: 65%;
  }

  .form-image._5 {
    width: 61.1111%;
    padding-top: 61.1111%;
    inset: auto -5% -6% auto;
  }

  .form-image._6 {
    z-index: 2;
    width: 52%;
    padding-top: 52%;
    top: 38%;
    bottom: auto;
    right: -4%;
  }

  .form-image._7 {
    width: 36%;
    padding-top: 36%;
    bottom: 25%;
    right: 0%;
  }

  .form-image._8 {
    width: 18%;
    padding-top: 18%;
    top: 38%;
    left: 12%;
    right: auto;
  }

  .form-image._9 {
    width: 60%;
    padding-top: 60%;
    top: 25%;
    bottom: auto;
    right: 8%;
  }

  .form-image._10 {
    width: 61.5278%;
    padding-top: 52.2222%;
    top: 2%;
    bottom: auto;
    right: -14%;
  }

  .form-image._11 {
    z-index: 3;
    width: 80%;
    padding-top: 50%;
    top: 10%;
    bottom: auto;
    right: 6%;
  }

  .form-image._12 {
    width: 48.6111%;
    margin-top: 20em;
    padding-top: 32.7778%;
  }

  .form-image._13 {
    width: 28%;
    padding-top: 39%;
    top: 18%;
    bottom: auto;
    right: -13%;
  }

  .navbar {
    background-color: var(--white);
  }

  .navbar-menu {
    padding-top: 5.8em;
  }

  .menu-part-content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-drop-dwon {
    width: 100%;
  }

  .menu-drop-down-toggle {
    margin-top: 4em;
    margin-bottom: 4em;
    padding-left: 0;
  }

  .menu-part-number {
    margin-left: 0;
    font-size: 26px;
  }

  .menu-title {
    font-size: 30px;
  }

  .menu-title.text-color-yellow {
    width: 100%;
  }

  .menu-list-wrapper {
    padding-left: 0;
  }

  .text-custom {
    font-size: 30px;
  }

  .slider-component {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .slider-title {
    left: 4em;
  }

  .left-docked-nav {
    grid-column-gap: 16px;
    grid-row-gap: .5em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .docked-pr {
    display: none;
  }

  .tab-contents {
    margin-top: 6vw;
  }

  .hero-txt {
    font-size: 15px;
  }

  .hero-pr {
    font-size: 18px;
  }

  .hero-content-wrapper {
    width: 52%;
    margin-top: 24%;
  }

  .partner-logo-wrapper {
    width: 12%;
    margin-bottom: auto;
    margin-right: 1em;
    padding-top: 12%;
  }

  .fake-bar {
    display: none;
  }

  .menu-parent {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr auto auto;
  }

  .menu-title-wrapper {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .animation-wrapper {
    height: auto;
  }

  .sticky-wrap {
    height: auto;
    position: static;
  }

  .cta-image-parent {
    position: static;
  }

  .form-section {
    min-height: auto;
    max-height: none;
    overflow: hidden;
  }

  .cricle-icon.is--slider {
    height: 1.8em;
  }

  .video {
    width: 100%;
  }

  .menu-arrow-link {
    margin-top: 16px;
  }

  .menu-contain {
    padding-right: 0;
  }

  .left-docked-warpper {
    left: 10px;
  }

  .cta-heading {
    font-size: 50px;
  }

  .form-p {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 28px;
  }

  .text-sm {
    font-size: 20px;
  }

  .styleguide-parent {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-xsm {
    font-size: 25px;
  }

  .text-xsm.bold {
    font-size: 20px;
  }

  .text-md {
    font-size: 6vw;
  }

  .super-text {
    font-size: 39px;
  }

  .navbar-component {
    padding-left: 2em;
    padding-right: 2em;
  }

  .logo-wrapper {
    padding-left: 0;
  }

  .navbar-logo {
    width: 8em;
  }

  .section.qoute {
    min-height: 38em;
  }

  .container {
    padding-left: 2.8em;
    padding-right: 2.8em;
  }

  .hero-image._1 {
    width: 42%;
    padding-top: 32%;
    top: 18%;
    bottom: auto;
    left: 8%;
  }

  .hero-image._2 {
    width: 38%;
    padding-top: 38%;
    bottom: 14%;
    left: -14%;
  }

  .hero-image._3 {
    z-index: 2;
    width: 52%;
    padding-top: 52%;
    bottom: -6%;
    left: -10%;
    right: auto;
  }

  .hero-image._4 {
    width: 30%;
    padding-top: 30%;
    bottom: 1%;
    left: 30%;
    right: auto;
  }

  .hero-image._6 {
    z-index: 2;
    width: 26%;
    padding-top: 40%;
    top: 12%;
  }

  .hero-image._8 {
    width: 22%;
    padding-top: 22%;
    top: 12%;
    right: 20%;
  }

  .hero-image._9 {
    width: 40%;
    padding-top: 40%;
    top: 20%;
    right: -4%;
  }

  .hero-image._10 {
    width: 30%;
    padding-top: 30%;
    top: 48%;
    left: auto;
    right: -8%;
  }

  .hero-image._11 {
    z-index: 2;
    width: 44%;
    padding-top: 40%;
    top: auto;
    bottom: 19%;
    right: 13%;
  }

  .hero-image._7 {
    width: 38%;
    padding-top: 38%;
    top: -8%;
    left: 40%;
  }

  .hero-image._12 {
    width: 38%;
    padding-top: 38%;
    bottom: 3%;
    right: -6%;
  }

  .grid-2col {
    grid-row-gap: 4vw;
  }

  .grid-3col {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    margin-bottom: 4em;
  }

  .text-xxsm {
    font-size: 16px;
  }

  .m-v-sm {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .content-image._1 {
    z-index: 5;
    width: 59%;
    padding-top: 59%;
    top: 68%;
    right: -15%;
  }

  .content-image._2 {
    width: 60%;
    padding-top: 60%;
  }

  .content-image._3 {
    width: 60%;
    padding-top: 75%;
    left: 26%;
  }

  .content-image._4 {
    z-index: 4;
    width: 59%;
    padding-top: 59%;
    left: 2%;
  }

  .content-image._5 {
    width: 37%;
    padding-top: 37%;
    top: -3%;
    right: 2%;
  }

  .content-image._14 {
    top: 70%;
    left: 56%;
  }

  .content-image._15 {
    width: 76%;
    padding-top: 49%;
  }

  .content-image._16 {
    width: 40%;
    padding-top: 32%;
    top: 31%;
    left: 48%;
  }

  .content-image._17 {
    width: 25%;
    top: 28%;
    left: 14%;
  }

  .content-image._18 {
    width: 65%;
    padding-top: 65%;
    top: 34%;
    left: 8%;
  }

  .content-image._19 {
    width: 52%;
    padding-top: 75%;
    top: 77%;
    right: 14%;
  }

  .content-image._20 {
    width: 60%;
    padding-top: 90%;
    top: 46%;
    left: 0%;
  }

  .content-image._21 {
    width: 30%;
    padding-top: 24%;
    top: 82%;
  }

  .content-image._22 {
    width: 30%;
    padding-top: 30%;
  }

  .content-image._23 {
    padding-top: 65%;
    top: 25%;
  }

  .content-image._24 {
    width: 40%;
    padding-top: 40%;
    top: 89%;
  }

  .content-image._25 {
    width: 46%;
    top: 50%;
  }

  .content-image._26 {
    width: 55%;
    padding-top: 55%;
  }

  .content-image._27 {
    width: 65%;
    padding-top: 100%;
    top: 20%;
  }

  .content-image._34 {
    width: 35%;
    padding-top: 35%;
    bottom: 0%;
    left: 19px;
  }

  .content-image._35 {
    width: 100%;
    padding-top: 90%;
  }

  .content-image._36 {
    width: 73%;
    padding-top: 115%;
    top: 4%;
  }

  .content-image._37 {
    width: 33%;
    padding-top: 55%;
    left: 75%;
  }

  .content-image._38 {
    width: 37%;
    padding-top: 37%;
    bottom: -25%;
    left: 63%;
  }

  .content-image._39 {
    width: 80%;
    padding-top: 100%;
    bottom: -24%;
    left: 26%;
  }

  .content-image._40 {
    width: 57%;
    padding-top: 69%;
    top: 8%;
  }

  .content-image._41 {
    top: 20%;
    left: 10%;
  }

  .content-image._42 {
    width: 63%;
    padding-top: 61%;
    left: 30%;
  }

  .content-image._43 {
    width: 59%;
    padding-top: 47%;
    top: 43%;
    left: 34%;
  }

  .content-image._44 {
    width: 50%;
    padding-top: 50%;
    bottom: -13%;
  }

  .content-image._45 {
    width: 46%;
    padding-top: 46%;
    top: 83%;
    left: 45%;
  }

  .content-image._47 {
    width: 65%;
    padding-top: 82%;
    left: 12%;
  }

  .content-image._46 {
    width: 57%;
    padding-top: 80%;
    top: 7.4%;
    left: 42%;
  }

  .content-image._48 {
    width: 59%;
    padding-top: 61%;
    top: 69%;
    left: 47%;
  }

  .content-image._49 {
    width: 54%;
    padding-top: 49%;
    top: 72%;
  }

  .content-image._51 {
    width: 39%;
    padding-top: 39%;
    top: 0%;
    right: 10%;
  }

  .content-image._52 {
    width: 48%;
    padding-top: 53%;
    left: 0%;
  }

  .content-image._53 {
    width: 51%;
    padding-top: 63%;
    bottom: -25%;
    right: 0%;
  }

  .content-image._54 {
    width: 62%;
    padding-top: 62%;
  }

  .content-image._55 {
    width: 64%;
    padding-top: 83%;
  }

  .content-image._56 {
    width: 81%;
    padding-top: 68%;
    left: 0%;
  }

  .content-image._57 {
    width: 60%;
    padding-top: 60%;
  }

  .content-image._58 {
    width: 72%;
    padding-top: 84%;
    top: 20%;
    left: 37%;
  }

  .content-image._59 {
    width: 100%;
    padding-top: 60%;
    top: 15%;
  }

  .content-image._60 {
    width: 39%;
    padding-top: 34%;
    top: 46%;
    left: 67%;
  }

  .content-image._50 {
    width: 33%;
    padding-top: 33%;
    left: 62%;
  }

  .content-image._62 {
    width: 41%;
    padding-top: 51%;
    top: 64%;
  }

  .content-image._63 {
    width: 49%;
    padding-top: 49%;
    top: 59%;
    left: 2%;
  }

  .content-image._64 {
    width: 29%;
    padding-top: 61%;
    left: 0%;
  }

  .content-image._65 {
    width: 90%;
    padding-top: 90%;
    top: 31%;
    left: 27%;
  }

  .content-image._66 {
    width: 61%;
    padding-top: 57%;
    top: 25%;
  }

  .content-image._67 {
    width: 55%;
    padding-top: 55%;
  }

  .content-image._68 {
    width: 55%;
    padding-top: 79%;
    top: 71%;
  }

  .content-image._69 {
    width: 50%;
    padding-top: 45%;
    top: 87%;
    left: 62%;
  }

  .content-image._70 {
    width: 35%;
    padding-top: 35%;
    top: 129%;
  }

  .content-image.video {
    margin-top: 2em;
  }

  .content-image._71 {
    width: 50%;
    padding-top: 70%;
    left: 58%;
  }

  .content-image._72 {
    width: 55%;
    padding-top: 57%;
  }

  .content-image._73 {
    width: 90%;
    padding-top: 78%;
  }

  .content-image._74 {
    width: 45%;
    padding-top: 45%;
    top: 70%;
    left: 64%;
  }

  .content-image._75 {
    width: 49%;
    padding-top: 45%;
    top: 82%;
  }

  .content-wrapper.p-t-huge.tablet-p-b-large {
    padding-bottom: 38vw;
  }

  .content-wrapper.second-tab {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .m-t-medium {
    margin-top: 3.2vw;
  }

  .p-r-xxlarge {
    margin-left: 3rem;
  }

  .p-h-xxhuge {
    margin: 4.5rem;
  }

  .txt1_marque {
    font-size: 30px;
  }

  .txt2_marque {
    font-size: 18px;
  }

  .h-container {
    height: 156em;
    min-height: 1000px;
  }

  .state-num {
    font-size: 18px;
  }

  .slider-arrow.left {
    bottom: -2em;
    left: 2.8em;
  }

  .slider-arrow.right {
    bottom: -2em;
    left: 7.5em;
  }

  .slider-content {
    padding-bottom: 2em;
  }

  .slider-image._1 {
    width: 83%;
    padding-top: 80%;
    top: 28%;
  }

  .slider-image._2 {
    width: 79%;
    padding-top: 55%;
  }

  .slider-image._3 {
    width: 30%;
    padding-top: 30%;
    top: 73%;
  }

  .slider-image._4 {
    width: 30%;
    padding-top: 30%;
  }

  .slider-image._5 {
    width: 100%;
    padding-top: 100%;
    inset: 0%;
  }

  .slider-image._6 {
    width: 62%;
    padding-top: 62%;
  }

  .slider-image._7 {
    width: 69%;
    padding-top: 69%;
  }

  .slider-image._8 {
    width: 72%;
    padding-top: 72%;
    top: 31%;
    left: 2%;
  }

  .slider-image._9 {
    width: 34%;
    padding-top: 34%;
    top: 25%;
    left: -5%;
  }

  .slider-image._10 {
    width: 85%;
    padding-top: 85%;
    top: 38%;
  }

  .slider-image._11 {
    width: 65%;
    padding-top: 65%;
    top: 63%;
    right: 17%;
  }

  .slider-image._12 {
    width: 50%;
    padding-top: 50%;
  }

  .slider-image._13 {
    width: 65%;
    padding-top: 65%;
    top: 4%;
  }

  .slider-image._14 {
    width: 60%;
    padding-top: 60%;
  }

  .slider-image._15 {
    width: 35%;
    padding-top: 35%;
    top: 32%;
  }

  .slider-image._17 {
    width: 72%;
    padding-top: 72%;
  }

  .slider-image._18 {
    width: 75%;
    padding-top: 75%;
  }

  .slider-image._19 {
    width: 55%;
    top: 59%;
    left: 0%;
  }

  .slider-image._20 {
    width: 55%;
    padding-top: 55%;
    top: 50%;
    left: 41%;
  }

  .slider-image._21 {
    width: 44%;
    top: 62%;
    left: 20%;
  }

  .slider-image._22 {
    width: 40%;
    padding-top: 40%;
    top: 25.8%;
    left: 51%;
  }

  .slider-image._16 {
    width: 57%;
    padding-top: 53%;
  }

  .tab-component.tablet-fix {
    padding-left: 2.8em;
  }

  .tab-menu {
    grid-template-columns: 90%;
  }

  .content-image-wrapper.tablet-fix {
    padding-bottom: 0;
  }

  .content-image-wrapper.m-t-c2 {
    padding-bottom: 28vw;
  }

  .content-image-wrapper.m-t-c1 {
    margin-bottom: 22vw;
  }

  .content-image-wrapper.m-t-c4 {
    padding-bottom: 10vw;
  }

  .content-image-wrapper.portrait-p-b-c1 {
    padding-bottom: 22vw;
  }

  .content-image-wrapper.portrait-p-b-c2 {
    padding-bottom: 60vw;
  }

  .content-image-wrapper.portrait-p-b-c3 {
    padding-bottom: 26vw;
  }

  .content-image-wrapper.portrait-p-b-c4 {
    padding-bottom: 10vw;
  }

  .tab-title {
    margin-left: 2.8em;
    padding-top: 5em;
    padding-bottom: 2.4em;
  }

  .partner-line.small {
    width: 82%;
    bottom: 1.6em;
  }

  .qoute-image._1 {
    width: 40%;
    padding-top: 40%;
    bottom: -3%;
    left: -8%;
  }

  .qoute-image._2 {
    width: 40%;
    padding-top: 40%;
  }

  .qoute-image._3 {
    width: 30%;
    padding-top: 30%;
    bottom: -4%;
    left: 34%;
  }

  .qoute-image._4 {
    width: 35%;
    padding-top: 35%;
    top: 0%;
  }

  .qoute-image._5 {
    width: 40%;
    padding-top: 40%;
    bottom: -4%;
    right: -7%;
  }

  .menu-title, .text-custom {
    font-size: 22px;
  }

  .slider-component {
    padding-bottom: 6em;
  }

  .left-docked-nav {
    grid-auto-rows: max-content;
  }

  .docked-dp {
    min-height: 4em;
  }

  .dicked-line {
    min-height: 2em;
    margin-left: .6em;
  }

  .hero-content-wrapper {
    width: 52%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 2em;
    font-size: 16px;
  }

  .menu-parent {
    grid-column-gap: 1em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr auto;
  }

  .animation-wrapper {
    height: auto;
  }

  .sticky-wrap {
    height: auto;
    position: static;
  }

  .cricle-icon {
    width: 1.6em;
    height: 1.1em;
  }

  .cricle-icon.is--slider {
    width: 1.6em;
    height: 1.5em;
  }

  .menu-circle-2 {
    width: 56px;
    height: 56px;
  }

  .menu-arrow-link {
    margin-top: 10px;
  }

  .cta-heading {
    font-size: 32px;
  }

  .form-p {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .p-lg {
    font-size: 18px;
  }

  .text-md {
    font-size: 7vw;
  }

  .text-lg {
    font-size: 50px;
  }

  .section.qoute {
    min-height: 35em;
  }

  .section.marqee {
    z-index: 1;
    overflow: hidden;
  }

  .section.is-marquee {
    border-bottom-color: var(--midnight-blue);
  }

  .section.z-15 {
    margin-top: -2px;
  }

  .container {
    padding-right: 1em;
  }

  .hero-image._1 {
    top: 16%;
  }

  .hero-image._3 {
    bottom: -1%;
  }

  .hero-image._6 {
    top: 10%;
  }

  .hero-image._8 {
    top: 9%;
  }

  .hero-image._9 {
    top: 16%;
  }

  .hero-image._11 {
    bottom: 14%;
  }

  .hero-image._7 {
    top: -5%;
  }

  .hero-image._12 {
    width: 40%;
    padding-top: 40%;
    bottom: 2%;
  }

  .grid-3col {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    grid-template-columns: auto;
  }

  .content-image._1 {
    top: 78%;
    right: -20%;
  }

  .content-image._3 {
    width: 70%;
    padding-top: 90%;
  }

  .content-image._4 {
    top: 69%;
    left: 5%;
  }

  .content-image._5 {
    width: 42%;
    padding-top: 44%;
    top: -7%;
    right: -15%;
  }

  .content-image._14 {
    width: 45%;
    padding-top: 40%;
    top: 81%;
    left: 61%;
  }

  .content-image._15 {
    width: 85%;
    padding-top: 58%;
  }

  .content-image._16 {
    width: 60%;
    padding-top: 50%;
    top: 32%;
    left: 55%;
  }

  .content-image._17 {
    width: 30%;
    top: 34%;
  }

  .content-image._18 {
    width: 75%;
    padding-top: 70%;
    top: 44%;
  }

  .content-image._19 {
    width: 70%;
    padding-top: 80%;
    top: 94%;
    right: 0%;
  }

  .content-image._20 {
    width: 70%;
    padding-top: 90%;
    top: 67%;
  }

  .content-image._21 {
    width: 38%;
    padding-top: 35%;
    top: 95%;
  }

  .content-image._23 {
    width: 55%;
  }

  .content-image._24 {
    width: 45%;
  }

  .content-image._25 {
    width: 50%;
    left: 62%;
  }

  .content-image._26 {
    width: 60%;
    top: -8%;
    left: 39%;
  }

  .content-image._27 {
    width: 70%;
  }

  .content-image._28 {
    width: 67%;
    padding-top: 55%;
    left: 38%;
  }

  .content-image._29 {
    width: 52%;
    padding-top: 87%;
    top: 16%;
    left: 6%;
  }

  .content-image._30 {
    width: 40%;
    padding-top: 25%;
    top: 78%;
    left: 30%;
  }

  .content-image._31 {
    width: 89%;
    padding-top: 37%;
    top: 49%;
  }

  .content-image._33 {
    width: 57%;
    padding-top: 55%;
    top: -3%;
    left: 3%;
  }

  .content-image._34 {
    width: 40%;
    padding-top: 40%;
  }

  .content-image._35 {
    width: 105%;
    padding-top: 95%;
  }

  .content-image._36 {
    width: 78%;
    padding-top: 120%;
  }

  .content-image._37 {
    width: 38%;
    padding-top: 60%;
  }

  .content-image._38 {
    width: 42%;
    padding-top: 42%;
    bottom: -36%;
  }

  .content-image._39 {
    width: 85%;
    padding-top: 105%;
  }

  .content-image._40 {
    width: 62%;
    padding-top: 74%;
  }

  .content-image._41 {
    width: 30%;
    padding-top: 30%;
  }

  .content-image._42 {
    width: 80%;
  }

  .content-image._43 {
    width: 64%;
    padding-top: 52%;
    top: 45%;
    left: 40%;
  }

  .content-image._44 {
    width: 55%;
    padding-top: 55%;
  }

  .content-image._45 {
    width: 51%;
    padding-top: 51%;
    top: 90%;
    left: 51%;
  }

  .content-image._47 {
    width: 70%;
    padding-top: 87%;
  }

  .content-image._46 {
    width: 62%;
    padding-top: 85%;
  }

  .content-image._48 {
    width: 64%;
    padding-top: 66%;
  }

  .content-image._49 {
    width: 59%;
    padding-top: 54%;
  }

  .content-image._51 {
    width: 44%;
    padding-top: 44%;
  }

  .content-image._52 {
    width: 53%;
    padding-top: 58%;
  }

  .content-image._53 {
    width: 56%;
    padding-top: 68%;
    bottom: -34%;
  }

  .content-image._54 {
    top: 58%;
    left: -4%;
  }

  .content-image._55 {
    width: 69%;
    padding-top: 88%;
  }

  .content-image._56 {
    width: 86%;
    padding-top: 73%;
  }

  .content-image._57 {
    width: 65%;
    padding-top: 65%;
  }

  .content-image._58 {
    width: 77%;
    padding-top: 89%;
  }

  .content-image._59 {
    width: 105%;
    padding-top: 65%;
  }

  .content-image._60 {
    width: 44%;
    padding-top: 39%;
  }

  .content-image._50 {
    width: 38%;
    padding-top: 38%;
  }

  .content-image._62 {
    width: 46%;
    padding-top: 56%;
  }

  .content-image._63 {
    width: 54%;
    padding-top: 54%;
  }

  .content-image._64 {
    width: 34%;
    padding-top: 66%;
  }

  .content-image._65 {
    width: 100%;
    padding-top: 100%;
  }

  .content-image._66 {
    width: 66%;
    padding-top: 62%;
  }

  .content-image._67 {
    width: 60%;
    padding-top: 60%;
  }

  .content-image._68 {
    width: 60%;
    padding-top: 84%;
  }

  .content-image._69 {
    width: 55%;
    padding-top: 50%;
  }

  .content-image._70 {
    width: 40%;
    padding-top: 40%;
  }

  .content-image._71 {
    width: 55%;
    padding-top: 75%;
  }

  .content-image._72 {
    width: 60%;
    padding-top: 62%;
  }

  .content-image._73 {
    width: 95%;
    padding-top: 83%;
  }

  .content-image._74 {
    width: 50%;
    padding-top: 50%;
  }

  .content-image._75 {
    width: 54%;
    padding-top: 50%;
  }

  .top-image.marqee-but {
    margin-bottom: 0;
  }

  .top-image-wrapper.marqee {
    width: 102%;
    margin-left: -1%;
  }

  .h-container {
    height: 196em;
    min-height: 870px;
  }

  .slider-arrow.left, .slider-arrow.right {
    bottom: -4em;
  }

  .slider-content {
    padding-bottom: 5em;
  }

  .menu-button-bg {
    border-radius: 100vw;
    width: 115%;
  }

  .slider-image._1 {
    width: 90%;
    padding-top: 90%;
  }

  .slider-image._2 {
    width: 90%;
  }

  .slider-image._3 {
    width: 38%;
    padding-top: 38%;
    top: 82%;
    left: 13%;
  }

  .slider-image._4 {
    top: 17%;
    right: -2%;
  }

  .slider-image._5 {
    width: 128%;
    left: 13%;
  }

  .slider-image._6, .slider-image._7 {
    width: 75%;
  }

  .slider-image._8 {
    width: 82%;
    top: 41%;
  }

  .slider-image._9 {
    width: 38%;
    padding-top: 38%;
    top: 28%;
  }

  .slider-image._10 {
    width: 90%;
    padding-top: 90%;
    top: 52%;
  }

  .slider-image._11 {
    width: 70%;
    top: 78%;
    right: 10%;
  }

  .slider-image._12 {
    width: 55%;
    padding-top: 55%;
  }

  .slider-image._13 {
    width: 70%;
    padding-top: 70%;
  }

  .slider-image._14 {
    width: 65%;
    padding-top: 65%;
  }

  .slider-image._15 {
    width: 40%;
    padding-top: 40%;
    top: 42%;
    left: 60%;
  }

  .slider-image._17 {
    width: 78%;
    padding-top: 78%;
  }

  .slider-image._18 {
    width: 80%;
    padding-top: 80%;
    top: 29.8%;
  }

  .slider-image._19 {
    width: 60%;
    padding-top: 60%;
    top: 66%;
  }

  .slider-image._20 {
    width: 60%;
    padding-top: 60%;
    top: 63%;
  }

  .slider-image._21 {
    width: 48%;
    top: 70%;
  }

  .slider-image._22 {
    width: 45%;
    padding-top: 45%;
    top: 31.8%;
  }

  .slider-image._16 {
    width: 61%;
    padding-top: 61%;
    top: 73%;
  }

  .content-image-wrapper.left.portrait-p-b-c3 {
    padding-bottom: 32vw;
  }

  .content-image-wrapper.m-t-c1 {
    margin-bottom: 30vw;
  }

  .content-image-wrapper.m-t-c4 {
    padding-bottom: 48vw;
  }

  .content-image-wrapper.portrait-p-b-c4 {
    padding-bottom: 5vw;
  }

  .tab-title {
    padding-top: 7em;
  }

  .partner-line.small {
    width: 80%;
  }

  .qoute-component {
    padding-right: 1.8em;
  }

  .qoute-image._1 {
    width: 45%;
    padding-top: 45%;
    bottom: 5%;
  }

  .qoute-image._2 {
    width: 50%;
    padding-top: 45%;
    top: 9%;
    left: 0%;
  }

  .qoute-image._3 {
    width: 27%;
    padding-top: 32%;
    bottom: -2%;
    left: 37%;
  }

  .qoute-image._4 {
    width: 40%;
    padding-top: 40%;
    top: -1%;
  }

  .qoute-image._5 {
    width: 45%;
    padding-top: 45%;
    bottom: 12%;
  }

  .form-image._1 {
    width: 40%;
    padding-top: 38%;
    top: -1%;
    left: -9.4%;
  }

  .form-image._3 {
    width: 40%;
    padding-top: 40%;
  }

  .form-image._4 {
    width: 69%;
    padding-top: 66%;
  }

  .form-image._5 {
    padding-top: 65%;
  }

  .form-image._7 {
    width: 44%;
    padding-top: 42%;
  }

  .form-image._8 {
    width: 23%;
    padding-top: 22%;
  }

  .form-image._9 {
    width: 72%;
    padding-top: 66%;
  }

  .form-image._11 {
    width: 89%;
    padding-top: 57%;
    top: 8%;
  }

  .form-image._12 {
    width: 50%;
    padding-top: 40%;
    top: -1%;
  }

  .form-image._13 {
    width: 35%;
    padding-top: 43%;
  }

  .navbar-menu {
    padding-top: 5em;
  }

  .menu-part-component {
    padding-right: 0;
  }

  .menu-drop-dwon {
    width: 95%;
  }

  .menu-title {
    font-size: 18px;
  }

  .text-custom {
    font-size: 4vw;
  }

  .slider-component {
    padding-bottom: 8em;
  }

  .hero-txt {
    white-space: normal;
  }

  .hero-content-wrapper {
    width: 70%;
  }

  .partner-logo-wrapper {
    width: 14%;
    padding-top: 14%;
  }

  .h1 {
    margin-bottom: .5em;
  }

  .hero-p-mask._1 {
    margin-bottom: .4em;
  }

  .intro-section-wrap {
    z-index: 2;
    padding-top: 5em;
  }

  .cricle-icon {
    width: 1.6em;
    height: 1.2em;
  }

  .cta-heading {
    font-size: 22px;
  }

  .hero-edge.mobile {
    display: block;
    position: relative;
  }

  .tab-title-margin {
    margin-top: .8em;
    margin-bottom: .8em;
  }

  .hereo-mobile-edge {
    z-index: 100;
    width: 100%;
    display: block;
    position: absolute;
    inset: auto 0% -2px;
  }
}

#w-node-_2712d269-be7b-0224-f070-8439bd699ef2-b23ab635 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2e3e5653-7ba8-19c7-ea0c-c2c455db4137-b23ab635 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-da639160-73b3-0fe8-7897-8f5ec4b7051e-b23ab635 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-d6aec3f3-a1a4-83cf-7d58-292d9581bb67-b23ab635 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f67e2de6-4fa1-f017-bc15-00fabf61cd46-b23ab635 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_611bf95c-3877-d778-cb83-59202686f007-b23ab635 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-ce77f8f0-2eda-9b2a-9148-d079cbfb104c-b23ab635 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_962da6cd-6150-2aff-bb6f-c787a176ad62-b23ab635 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_5687d333-b70f-db94-96df-43280c0393ab-b23ab635 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-a6523c25-f8b2-a97a-e5f5-614e754b2472-b23ab635 {
  grid-area: 2 / 4 / 3 / 5;
  justify-self: end;
}

#w-node-_3860c545-3454-7176-0727-0c52a1c5b09e-b23ab635 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9f6b45e5-16b1-e2ea-3b9a-599f5f22f423-b23ab635 {
  grid-area: 2 / 3 / 4 / 4;
}

#w-node-a6d7f12e-d7f7-dbdc-de1d-524aee0562c9-b23ab635 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_886ed792-53eb-d684-10b9-27c2d9867b36-b23ab635 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a9a55fb-2ade-a43f-3e90-99a9d0199149-b23ab635 {
  place-self: center;
}

#w-node-_9656d63d-78f6-e705-e3ff-d91b8cb37640-b23ab635 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_0a63d7b4-3432-dc59-d04e-a2fd58f0a67f-b23ab635, #w-node-_6ed3e683-c4f4-c80e-ec98-76c19239e1ca-b23ab635, #w-node-_69e42c17-ee13-4354-4514-51f5d52605cf-b23ab635, #w-node-e8f0e2b7-2439-d441-efc6-0851536d3359-b23ab635 {
  align-self: center;
}

#w-node-_8ec429b0-28a1-767c-7392-27468f62d614-b23ab635, #w-node-_8ec429b0-28a1-767c-7392-27468f62d62b-b23ab635 {
  place-self: center;
}

#w-node-_2b84f35e-c8b7-00ce-e6f8-c85cc701241b-b23ab635 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f4f2ee8b-906f-b519-7a93-4159742dff5d-b23ab635 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f4f2ee8b-906f-b519-7a93-4159742dff5e-b23ab635 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-f4f2ee8b-906f-b519-7a93-4159742dff68-b23ab635 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-_08542801-6a2a-71eb-7189-a8e9cac01d4b-b23ab635 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_08542801-6a2a-71eb-7189-a8e9cac01d52-b23ab635 {
  order: 9999;
  align-self: center;
}

#w-node-_21ab66e3-5743-d4f1-c9c6-0e8cb8a2e5b1-b23ab635 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-a3698eca-fcdf-129c-8bd8-a6bd670cff97-b23ab635 {
  grid-area: 2 / 1 / 3 / 3;
  align-self: stretch;
}

#w-node-_4bbe3d36-dece-d950-b764-b7214081c533-b23ab635 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4bbe3d36-dece-d950-b764-b7214081c53a-b23ab635 {
  align-self: center;
}

#w-node-e49620f3-a881-42e0-75c8-ad500d7725d4-b23ab635 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e49620f3-a881-42e0-75c8-ad500d7725dc-b23ab635 {
  align-self: start;
}

#w-node-a228195e-622f-d0a2-f2b9-157a95e444b5-b23ab635 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-a228195e-622f-d0a2-f2b9-157a95e444c6-b23ab635 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-a228195e-622f-d0a2-f2b9-157a95e444c8-b23ab635 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a228195e-622f-d0a2-f2b9-157a95e444c9-b23ab635 {
  align-self: center;
}

#w-node-_357ce910-35da-2bf7-dfa0-c1251df201ec-b23ab635 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_357ce910-35da-2bf7-dfa0-c1251df201f4-b23ab635 {
  order: 9999;
  align-self: start;
}

#w-node-_2dc6c98b-dbd7-199c-37eb-e0935be6e3aa-b23ab635 {
  align-self: center;
}

#w-node-b0b12803-3e20-6def-ea7a-b24bfd6776ac-b23ab635 {
  order: 9999;
  place-self: center;
}

#w-node-f7ba0a68-14d0-3a39-95e7-d97a5b8782b8-b23ab635 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f7ba0a68-14d0-3a39-95e7-d97a5b8782bb-b23ab635 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f7ba0a68-14d0-3a39-95e7-d97a5b8782bc-b23ab635 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-f7ba0a68-14d0-3a39-95e7-d97a5b8782cf-b23ab635 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-f7ba0a68-14d0-3a39-95e7-d97a5b8782d2-b23ab635 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7ba0a68-14d0-3a39-95e7-d97a5b8782da-b23ab635 {
  order: 9999;
  align-self: center;
}

#w-node-f7ba0a68-14d0-3a39-95e7-d97a5b878312-b23ab635 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7ba0a68-14d0-3a39-95e7-d97a5b878315-b23ab635 {
  align-self: center;
}

#w-node-f7ba0a68-14d0-3a39-95e7-d97a5b87833f-b23ab635 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f7ba0a68-14d0-3a39-95e7-d97a5b878346-b23ab635 {
  order: 9999;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-a97aa4a3-1080-26d5-8e4e-c3ed42b64902-b23ab635 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2712d269-be7b-0224-f070-8439bd699ef2-b23ab635 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2e3e5653-7ba8-19c7-ea0c-c2c455db4137-b23ab635 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-da639160-73b3-0fe8-7897-8f5ec4b7051e-b23ab635 {
    grid-area: 2 / 4 / 3 / 5;
    place-self: start end;
  }

  #w-node-_7b61dbbf-03b6-9920-230b-03a35de6c4b0-b23ab635 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_8330494b-1a1a-8f9d-43f9-efd383bba68c-b23ab635 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-d6aec3f3-a1a4-83cf-7d58-292d9581bb67-b23ab635 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f67e2de6-4fa1-f017-bc15-00fabf61cd46-b23ab635 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_611bf95c-3877-d778-cb83-59202686f007-b23ab635 {
    grid-area: 2 / 4 / 3 / 5;
    justify-self: end;
  }

  #w-node-d6aec3f3-a1a4-83cf-7d58-292d9581bb6d-b23ab635 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-cadd80c8-b501-1a8b-59cb-89660a5b45fe-b23ab635 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ce77f8f0-2eda-9b2a-9148-d079cbfb104c-b23ab635 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_962da6cd-6150-2aff-bb6f-c787a176ad62-b23ab635 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_5687d333-b70f-db94-96df-43280c0393ab-b23ab635 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_5687d333-b70f-db94-96df-43280c0393ac-b23ab635, #w-node-a6523c25-f8b2-a97a-e5f5-614e754b2473-b23ab635 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_3860c545-3454-7176-0727-0c52a1c5b09e-b23ab635 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_9f6b45e5-16b1-e2ea-3b9a-599f5f22f423-b23ab635 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-a6d7f12e-d7f7-dbdc-de1d-524aee0562c9-b23ab635 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_9ba8de6d-7505-f1b8-8df4-4bcca06f44a7-b23ab635, #w-node-f27279e6-8392-9e40-c582-254ad8676a88-b23ab635, #w-node-_1a9a55fb-2ade-a43f-3e90-99a9d0199137-b23ab635, #w-node-_1a9a55fb-2ade-a43f-3e90-99a9d0199149-b23ab635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9656d63d-78f6-e705-e3ff-d91b8cb37640-b23ab635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_42a9c030-e332-e9f3-bbda-7be4453fcb2b-b23ab635 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_42a9c030-e332-e9f3-bbda-7be4453fcb31-b23ab635 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_0a63d7b4-3432-dc59-d04e-a2fd58f0a678-b23ab635 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0a63d7b4-3432-dc59-d04e-a2fd58f0a67f-b23ab635 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_6ed3e683-c4f4-c80e-ec98-76c19239e1c4-b23ab635 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6ed3e683-c4f4-c80e-ec98-76c19239e1ca-b23ab635 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_69e42c17-ee13-4354-4514-51f5d52605c8-b23ab635 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_69e42c17-ee13-4354-4514-51f5d52605cf-b23ab635 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center stretch;
  }

  #w-node-e8f0e2b7-2439-d441-efc6-0851536d3359-b23ab635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e8f0e2b7-2439-d441-efc6-0851536d336b-b23ab635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_8ec429b0-28a1-767c-7392-27468f62d614-b23ab635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8ec429b0-28a1-767c-7392-27468f62d62b-b23ab635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_2b84f35e-c8b7-00ce-e6f8-c85cc701241b-b23ab635, #w-node-f4f2ee8b-906f-b519-7a93-4159742dff5e-b23ab635 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_08542801-6a2a-71eb-7189-a8e9cac01d52-b23ab635 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_08542801-6a2a-71eb-7189-a8e9cac01d4c-b23ab635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_21ab66e3-5743-d4f1-c9c6-0e8cb8a2e5b1-b23ab635 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_4bbe3d36-dece-d950-b764-b7214081c53a-b23ab635 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_4bbe3d36-dece-d950-b764-b7214081c534-b23ab635, #w-node-e49620f3-a881-42e0-75c8-ad500d7725d5-b23ab635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e49620f3-a881-42e0-75c8-ad500d7725dc-b23ab635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-a228195e-622f-d0a2-f2b9-157a95e444b5-b23ab635 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-a228195e-622f-d0a2-f2b9-157a95e444c9-b23ab635 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-a228195e-622f-d0a2-f2b9-157a95e444e4-b23ab635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_357ce910-35da-2bf7-dfa0-c1251df201f4-b23ab635 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_357ce910-35da-2bf7-dfa0-c1251df201ed-b23ab635 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2dc6c98b-dbd7-199c-37eb-e0935be6e3aa-b23ab635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_2dc6c98b-dbd7-199c-37eb-e0935be6e3bc-b23ab635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b0b12803-3e20-6def-ea7a-b24bfd6776ac-b23ab635 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_3d14f15d-41e0-9d8f-e63a-bbdefdb8d148-b23ab635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7ba0a68-14d0-3a39-95e7-d97a5b8782b8-b23ab635 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f7ba0a68-14d0-3a39-95e7-d97a5b8782bb-b23ab635 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f7ba0a68-14d0-3a39-95e7-d97a5b8782bc-b23ab635 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f7ba0a68-14d0-3a39-95e7-d97a5b8782bd-b23ab635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7ba0a68-14d0-3a39-95e7-d97a5b8782cf-b23ab635 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f7ba0a68-14d0-3a39-95e7-d97a5b8782da-b23ab635 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-f7ba0a68-14d0-3a39-95e7-d97a5b8782d3-b23ab635, #w-node-f7ba0a68-14d0-3a39-95e7-d97a5b878313-b23ab635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f7ba0a68-14d0-3a39-95e7-d97a5b878315-b23ab635 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-f7ba0a68-14d0-3a39-95e7-d97a5b878346-b23ab635 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-f7ba0a68-14d0-3a39-95e7-d97a5b878340-b23ab635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9ba8de6d-7505-f1b8-8df4-4bcca06f44a7-b23ab635, #w-node-f27279e6-8392-9e40-c582-254ad8676a88-b23ab635 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a97aa4a3-1080-26d5-8e4e-c3ed42b64902-b23ab635 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f4f2ee8b-906f-b519-7a93-4159742dff5e-b23ab635 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-f4f2ee8b-906f-b519-7a93-4159742dff5f-b23ab635, #w-node-_08542801-6a2a-71eb-7189-a8e9cac01d4c-b23ab635, #w-node-_4bbe3d36-dece-d950-b764-b7214081c534-b23ab635, #w-node-a228195e-622f-d0a2-f2b9-157a95e444e4-b23ab635 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


