:root {
  --_colors---swatches-brand--off-white: #f8f6f1;
  --_typeface---body-text-bebas-neue-pro: bebas-neue-pro-semiexpanded, sans-serif;
  --_colors---swatches-neutral--black: #000;
  --_typeface---headings-trade-gothic-next-lt-pro: trade-gothic-next-condensed, sans-serif;
  --_sizes---typography-heading-sizes--h1: 4.5rem;
  --_sizes---typography-heading-sizes--h2: 3rem;
  --_sizes---typography-heading-sizes--h3: 2.5rem;
  --_sizes---typography-heading-sizes--h4: 1.75rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --style-guide--fs-background-blue-10\<deleted\|variable-a05eeb4e-488a-bdab-df4b-fed192d8fcd6\>: #2d40ea1a;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--padding-global: 2rem;
  --_sizes---paddings--sm-section: 4rem;
  --_colors---swatches-neutral--white: #fff;
  --style-guide--fs-border-box\<deleted\|variable-c9524a6c-6052-3182-3874-4c87ef8ed4d3\>: #2d40ea;
  --style-guide--fs-background-blue-5\<deleted\|variable-9be23db1-27da-833a-dfcc-66bf06663e9a\>: #2d40ea0d;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---paddings--container: 86rem;
  --_colors---swatches-brand--green: #b2ff48;
  --_colors---swatches-brand--mid-black: #161616;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_colors---swatches-neutral--transparent: #fff0;
  --_sizes---typography-text-sizes--xlg-text: 1.375rem;
  --_colors---swatches-brand--grey: #efede8;
  --_typeface---trade-gothic-next-compressed: trade-gothic-next-compressed, sans-serif;
  --_colors---swatches-utility--error-txt-color: #c92f28;
  --_colors---swatches-utility--error-bg-color: #fbe8e7;
}

body {
  background-color: var(--_colors---swatches-brand--off-white);
  font-family: var(--_typeface---body-text-bebas-neue-pro);
  color: var(--_colors---swatches-neutral--black);
  --_sizes---typography-heading-sizes--h1: 4.5rem;
  --_sizes---typography-heading-sizes--h2: 3rem;
  --_sizes---typography-heading-sizes--h3: 2.5rem;
  --_sizes---typography-heading-sizes--h4: 1.75rem;
  --_sizes---typography-heading-sizes--h5: 1.5rem;
  --_sizes---typography-heading-sizes--h6: 1.25rem;
  --_sizes---typography-text-sizes--rg-text: 1rem;
  --_sizes---typography-text-sizes--md-text: 1.125rem;
  --_sizes---paddings--padding-global: 2rem;
  --_sizes---paddings--sm-section: 4rem;
  --_sizes---typography-text-sizes--sm-text: .875rem;
  --_sizes---paddings--lg-section: 7.5rem;
  --_sizes---typography-text-sizes--lg-text: 1.25rem;
  --_sizes---paddings--container: 86rem;
  --_sizes---paddings--md-section: 5rem;
  --_sizes---paddings--xl-section: 10rem;
  --_sizes---typography-text-sizes--xs-text: .75rem;
  --_sizes---typography-text-sizes--xlg-text: 1.375rem;
  font-size: 1rem;
  line-height: 1.4;
}

h1 {
  font-family: var(--_typeface---headings-trade-gothic-next-lt-pro);
  font-size: var(--_sizes---typography-heading-sizes--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-family: var(--_typeface---headings-trade-gothic-next-lt-pro);
  font-size: var(--_sizes---typography-heading-sizes--h2);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typeface---headings-trade-gothic-next-lt-pro);
  font-size: var(--_sizes---typography-heading-sizes--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typeface---headings-trade-gothic-next-lt-pro);
  font-size: var(--_sizes---typography-heading-sizes--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typeface---headings-trade-gothic-next-lt-pro);
  font-size: var(--_sizes---typography-heading-sizes--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typeface---headings-trade-gothic-next-lt-pro);
  font-size: var(--_sizes---typography-heading-sizes--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.4;
}

p {
  font-family: var(--_typeface---body-text-bebas-neue-pro);
  margin-bottom: 0;
}

a {
  font-family: var(--_typeface---body-text-bebas-neue-pro);
}

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

ol {
  font-family: var(--_typeface---body-text-bebas-neue-pro);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  min-height: 1px;
  display: inline-block;
}

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

blockquote {
  font-family: var(--_typeface---body-text-bebas-neue-pro);
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.code-embed_component {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.heading-style-h3 {
  font-size: var(--_sizes---typography-heading-sizes--h3);
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h1 {
  font-size: var(--_sizes---typography-heading-sizes--h1);
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

.padding-section-small {
  padding-top: var(--_sizes---paddings--sm-section);
  padding-bottom: var(--_sizes---paddings--sm-section);
}

.text-color-white {
  color: var(--_colors---swatches-neutral--white);
}

.text-size-large {
  font-size: var(--_sizes---typography-text-sizes--lg-text);
  letter-spacing: -.01em;
  font-weight: 300;
  line-height: 1.1;
}

.heading-style-h2 {
  font-size: var(--_sizes---typography-heading-sizes--h2);
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}

.container {
  max-width: var(--_sizes---paddings--container);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.button {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--_colors---swatches-brand--off-white);
  font-family: var(--_typeface---headings-trade-gothic-next-lt-pro);
  color: var(--_colors---swatches-neutral--black);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  text-align: center;
  letter-spacing: -.01em;
  text-transform: uppercase;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .25rem .25rem .25rem 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

.button:hover {
  transform: scale(1.05);
}

.button.home-is-nav {
  background-color: var(--_colors---swatches-brand--green);
  font-family: var(--_typeface---body-text-bebas-neue-pro);
  text-transform: none;
  padding: .75rem .75rem .75rem 1.25rem;
  font-weight: 600;
}

.button.is-bg-green {
  background-color: var(--_colors---swatches-brand--green);
}

.button.landing-nav {
  background-color: var(--_colors---swatches-brand--green);
  font-family: var(--_typeface---body-text-bebas-neue-pro);
  text-transform: none;
  padding: .75rem .75rem .75rem 1.25rem;
  font-weight: 600;
}

.button.is-bg-black {
  background-color: var(--_colors---swatches-neutral--black);
  color: var(--_colors---swatches-neutral--white);
}

.button.is-nav {
  background-color: var(--_colors---swatches-brand--green);
  font-family: var(--_typeface---body-text-bebas-neue-pro);
  text-transform: none;
  padding: .75rem .75rem .75rem 1.25rem;
  font-weight: 600;
}

.button.is-bg-mid-black {
  background-color: var(--_colors---swatches-brand--mid-black);
  color: var(--_colors---swatches-neutral--white);
}

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

.button-group.is-landing-hero {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  margin-top: 1.625rem;
}

.button-group.is-middle {
  justify-content: center;
  align-items: center;
}

.section {
  padding-right: var(--_sizes---paddings--padding-global);
  padding-left: var(--_sizes---paddings--padding-global);
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.section.home-hero_section {
  justify-content: flex-start;
  min-height: 100svh;
  display: flex;
}

.section.custom-navigation {
  z-index: 999;
  position: fixed;
  inset: 0% 0% auto;
}

.section.footer_section {
  padding-left: 0;
  padding-right: 0;
}

.page-code-embed {
  pointer-events: none;
  cursor: none;
  display: none;
}

.text-size-xlarge {
  font-size: var(--_sizes---typography-text-sizes--xlg-text);
  font-weight: 300;
  line-height: 1.24;
}

.btn-icon {
  background-color: var(--_colors---swatches-brand--green);
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  padding: .53125rem;
  display: flex;
}

.btn-icon.is-bg-light {
  background-color: var(--_colors---swatches-brand--grey);
}

.btn-icon.is-black {
  color: var(--_colors---swatches-neutral--black);
}

.btn-icon.is-nav-btn-icon {
  width: 1.5625rem;
  height: 1.5625rem;
  padding: 0;
}

.nav_menu {
  flex: 1;
}

.nav-menu_list {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.navigation {
  z-index: 999;
  padding-left: 3rem;
  padding-right: 3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu_button {
  z-index: 2;
}

.navbar {
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.nav_brand {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 12.25rem;
  height: 3rem;
  padding: 0;
  display: flex;
}

.nav-menu_list-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-bottom: 0;
  display: flex;
}

.nav-menu_list-item.has-button {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  width: 22.5rem;
}

.nav_link {
  font-family: var(--_typeface---trade-gothic-next-compressed);
  color: var(--_colors---swatches-neutral--black);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .2s, opacity .2s;
}

.nav_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 5.5625rem;
  display: flex;
  position: relative;
}

.text-block {
  text-transform: capitalize;
}

.nav_bg {
  background-color: var(--_colors---swatches-brand--off-white);
  opacity: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-inner-main {
  background-image: linear-gradient(#00000026, #00000026), url("https://cdn.prod.website-files.com/6974e5148136cd4f63c58af8/6974ee3c3b45c301cfd5d024_home%20hero%20(3).webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 1.5rem;
  padding: 3.1875rem .9375rem .8125rem 2.6875rem;
}

.hero-inner-main.west-end {
  background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6974e5148136cd4f63c58af8/6977999e30b090035b0d6848_west%20hero%20bg.webp");
  background-size: auto, cover;
}

.hero-padding {
  padding-top: 5.8125rem;
  padding-bottom: 1.625rem;
}

.hero_grid {
  grid-row-gap: 10.0625rem;
  grid-template-rows: auto auto;
  grid-template-columns: 35% 33.7209%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.hero-text {
  width: 100%;
  max-width: 28.6875rem;
}

.hero-tags-wrapper {
  grid-column-gap: .4375rem;
  grid-row-gap: .4375rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hero-tags-wrapper.animate-hero-7 {
  margin-bottom: 1rem;
}

.hero-tag {
  border: 1px solid var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  text-align: center;
  letter-spacing: .01em;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-weight: 400;
  line-height: 1;
}

.hero-video-banner {
  -webkit-backdrop-filter: blur(.9375rem);
  backdrop-filter: blur(.9375rem);
  background-color: #ffffff80;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 53.0172% 40.9483%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: .5rem;
  display: grid;
  box-shadow: inset 0 0 0 1px #ffffff4d;
}

.hero-video-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: .2rem;
  padding-right: .2rem;
  display: flex;
}

.hero-video-wrapper {
  cursor: pointer;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}

.hero-video-thumbnail {
  width: 100%;
  height: 100%;
}

.why-main-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

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

.why_grid {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.why_grid-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--_colors---swatches-brand--grey);
  border-radius: .75rem;
  flex-flow: column;
  padding: 1.25rem 1rem;
  display: flex;
}

.why-icon-wrapper {
  background-color: var(--_colors---swatches-neutral--black);
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: .5rem;
  display: flex;
}

.why-icon {
  width: 100%;
  height: 100%;
}

.why-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

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

.custom-arrows {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.arrows-style {
  background-color: var(--_colors---swatches-neutral--black);
  color: var(--_colors---swatches-brand--green);
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  padding: .5rem;
  display: flex;
}

.splide.work-slider {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.splide__list {
  display: flex;
}

.splide__slide.work_slide {
  aspect-ratio: 668 / 432;
  flex: none;
  width: 41.75rem;
}

.splide__slide.win_slide {
  aspect-ratio: 335 / 467;
  flex: none;
  width: 20.9375rem;
}

.work-slide-card {
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.work-slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.work-slide-content {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  background-image: linear-gradient(#0006, #0006);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.25rem 5rem;
  display: flex;
  position: relative;
}

.work-slide-content.is-small {
  padding-left: 7rem;
  padding-right: 7rem;
}

.work-slide-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-eyebrow {
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  letter-spacing: -.01em;
  font-weight: 300;
  line-height: 1.1;
}

.progress-bar {
  background-color: #b2b2b2;
  border-radius: 99rem;
  width: 100%;
  max-width: 50.4375rem;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.progress-fill {
  background-color: var(--_colors---swatches-brand--green);
  width: 13.6875rem;
  height: 100%;
}

.scripts, .splide-js {
  display: none;
}

.days_grid {
  background-color: var(--_colors---swatches-neutral--black);
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 44.0407% 39.8256%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 2rem;
  display: grid;
  overflow: hidden;
}

.days_grid-item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.days-content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.days-icon-box {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.days-icon {
  color: var(--_colors---swatches-neutral--white);
  width: 1.75rem;
  height: 1.75rem;
}

.days-inner-flex {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.days-loop-main {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 41.3rem;
  min-height: 41.3rem;
  display: grid;
  overflow: hidden;
}

.days-loop-wrapper {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.days-loop, .days-loop-wrapper-right, .days-loop-right {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  flex-flow: column;
  display: flex;
}

.loop-video {
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
  height: 23.75rem;
}

.about_grid {
  grid-template-rows: auto;
  grid-template-columns: 42.8354% 51.0671%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.about_grid-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.about-image-wrapper {
  position: relative;
}

.about-image {
  object-fit: cover;
  border-radius: 1.5rem;
  width: 100%;
  height: 38.75rem;
}

.about-tag {
  -webkit-backdrop-filter: blur(.3rem);
  backdrop-filter: blur(.3rem);
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  letter-spacing: .01em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 99rem;
  padding: .6875rem 1rem;
  line-height: 1;
  position: absolute;
  inset: 1.25rem auto auto 1.25rem;
  box-shadow: inset 0 0 0 1px #ffffff54;
}

.about-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  padding-right: 3.25rem;
  display: flex;
}

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

.footer-padding {
  padding-top: var(--_sizes---paddings--sm-section);
  padding-bottom: 3rem;
}

.feeds-title {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.feeds-text {
  font-family: var(--_typeface---trade-gothic-next-compressed);
  color: var(--_colors---swatches-neutral--black);
  letter-spacing: -.01em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.feeds-loop-main {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.feeds-loop {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 160.25rem;
  display: none;
}

.feed-image {
  border: 0px solid var(--_colors---swatches-brand--green);
  object-fit: cover;
  width: 100%;
  height: 31.375rem;
}

.footer_flex {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyright-text {
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  letter-spacing: -.01em;
  font-weight: 300;
  line-height: 1.8;
}

.copyright-link {
  opacity: .7;
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  letter-spacing: -.01em;
  font-weight: 600;
  line-height: 1.8;
  text-decoration: none;
  transition: opacity .3s;
}

.copyright-link:hover {
  opacity: 1;
}

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

.wins-slider-wrapper {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.why-cards-heading {
  font-family: var(--_typeface---body-text-bebas-neue-pro);
  font-size: var(--_sizes---typography-heading-sizes--h5);
  letter-spacing: -.01em;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1;
}

.days-inner-heading {
  font-family: var(--_typeface---trade-gothic-next-compressed);
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-heading-sizes--h4);
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.18;
}

.testimonial_card {
  cursor: pointer;
  border-radius: .75rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.cards-inner-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: .625rem;
  display: flex;
  position: relative;
}

.wins-cards-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  -webkit-backdrop-filter: blur(.9375rem);
  backdrop-filter: blur(.9375rem);
  text-align: center;
  background-color: #ffffff26;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
  box-shadow: inset 0 0 0 1px #ffffff54;
}

.cms-name {
  font-family: var(--_typeface---body-text-bebas-neue-pro);
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-heading-sizes--h5);
  letter-spacing: -.01em;
  font-weight: 600;
  line-height: 1;
}

.short-description {
  color: var(--_colors---swatches-neutral--white);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  letter-spacing: -.01em;
}

.video-popup {
  z-index: 9999;
  background-color: #000000bf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.video-code-embed {
  aspect-ratio: 443 / 617;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 27.6875rem;
  height: 38.5625rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.close-video {
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-brand--mid-black);
  cursor: pointer;
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .25rem;
  display: flex;
  position: absolute;
  inset: .75rem .75rem auto auto;
}

.video-inner-wrapper {
  position: relative;
}

.play-btn {
  z-index: 5;
  background-color: var(--_colors---swatches-neutral--white);
  color: var(--_colors---swatches-brand--mid-black);
  cursor: pointer;
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: .75rem .75rem auto auto;
}

.wins-bottom_grid {
  grid-template-rows: auto;
  grid-template-columns: 40.843% 29%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.wins-bottom_grid-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-left: 3px solid #ccff02;
  flex-flow: column;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: .875rem;
  display: flex;
}

.wins-button-group {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.wins-bottom-heading {
  font-family: var(--_typeface---body-text-bebas-neue-pro);
  font-size: var(--_sizes---typography-heading-sizes--h5);
  letter-spacing: -.01em;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.1;
}

.west-hero-title {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  display: flex;
}

.west-hero-item-inner {
  grid-column-gap: 2.5625rem;
  grid-row-gap: 2.5625rem;
  flex-flow: column;
  width: 100%;
  max-width: 56.875rem;
  display: flex;
}

.hero-video-banner-text {
  font-family: Poppins, sans-serif;
  font-size: var(--_sizes---typography-text-sizes--sm-text);
  letter-spacing: -.01em;
  font-weight: 300;
  line-height: 1.33;
}

.video-play-btn {
  background-color: var(--_colors---swatches-brand--off-white);
  border-radius: 99rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: .375rem .375rem auto auto;
}

.video-modal {
  z-index: 1000;
  background-color: #00000078;
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.cloudflare-video_embed {
  z-index: 2;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.close-modal {
  z-index: 1001;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: flex;
  position: fixed;
  top: 2rem;
  right: 2rem;
  box-shadow: 3px 3px #000;
}

.close-svg {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.instafeed-image-link {
  border: 1px solid var(--_colors---swatches-brand--green);
  border-radius: .75rem;
  overflow: hidden;
}

.close-btn-style {
  display: none;
}

.footer-main {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 77.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-menu {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_link {
  opacity: .8;
  color: var(--_colors---swatches-neutral--black);
  font-size: var(--_sizes---typography-text-sizes--rg-text);
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.footer_link:hover {
  opacity: 1;
  line-height: 1.4;
  text-decoration: none;
}

.footer_link.w--current {
  opacity: 1;
  font-weight: 600;
  text-decoration: underline;
}

.footer-global-padding {
  padding-right: var(--_sizes---paddings--padding-global);
  padding-left: var(--_sizes---paddings--padding-global);
}

.dropdown-selected-text {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.dropdown-option {
  opacity: .8;
  color: var(--_colors---swatches-neutral--black);
  font-size: var(--_sizes---typography-text-sizes--md-text);
  font-weight: 500;
  text-decoration: none;
}

.dropdown-option.w--current {
  opacity: 1;
  color: var(--_colors---swatches-neutral--black);
  font-weight: 600;
}

.dropdown {
  width: 100%;
  max-width: 7.5rem;
  padding: .75rem;
  position: relative;
}

.dropdown-list {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  display: none;
  position: absolute;
  top: 105%;
  left: 0%;
}

.dropdown-js {
  display: none;
}

.dropdown-icon {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: 1rem;
  margin-left: auto;
  display: flex;
  transform: translate(0%, -50%);
}

.middle-divider {
  background-color: var(--_colors---swatches-neutral--black);
  opacity: .4;
  color: var(--_colors---swatches-neutral--black);
  width: 1px;
  height: .8125rem;
}

.bg-wrapper {
  border: 2px solid var(--_colors---swatches-brand--green);
  background-color: var(--_colors---swatches-neutral--white);
  opacity: 0;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

@media screen and (max-width: 991px) {
  body {
    --_sizes---typography-heading-sizes--h1: 3.5rem;
    --_sizes---typography-heading-sizes--h2: 2.5rem;
    --_sizes---typography-heading-sizes--h3: 2.25rem;
    --_sizes---typography-heading-sizes--h4: 1.5rem;
    --_sizes---typography-heading-sizes--h5: 1.5rem;
    --_sizes---typography-heading-sizes--h6: 1.125rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--padding-global: 1.25rem;
    --_sizes---paddings--sm-section: 3rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 5rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---paddings--container: 86rem;
    --_sizes---paddings--md-section: 4rem;
    --_sizes---paddings--xl-section: 7.5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
    --_sizes---typography-text-sizes--xlg-text: 1.25rem;
  }

  .tablet-hidden {
    display: none;
  }

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

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

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

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

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

  .button-group.is-landing-hero {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .section.home-hero_section {
    justify-content: center;
  }

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

  .show-tablet {
    display: block;
  }

  .nav-menu_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .navigation {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-menu_list-item.has-button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 20.5rem;
  }

  .hero-inner-main {
    padding: 2rem 1rem;
  }

  .hero-inner-main.west-end {
    background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6974e5148136cd4f63c58af8/6977999e30b090035b0d6848_west%20hero%20bg.webp");
    background-position: 0 0, 85%;
  }

  .hero_grid {
    grid-template-columns: 44% 50%;
  }

  .hero-item-inner {
    max-width: 40rem;
  }

  .why-main-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .why_grid {
    grid-template-columns: 1fr 1fr;
  }

  .work-main-wrapper {
    position: relative;
  }

  .custom-arrows {
    justify-content: center;
    align-items: center;
    position: static;
    inset: auto 0% 1rem;
  }

  .custom-arrows.is-wins {
    position: static;
  }

  .slider-main-wrapper {
    width: 100%;
    max-width: 38.25rem;
    margin-left: auto;
    margin-right: auto;
  }

  .splide__slide.work_slide {
    aspect-ratio: 564 / 365;
    aspect-ratio: 564 / 365;
    width: 35.25rem;
  }

  .progress-bar {
    margin-top: 0;
  }

  .days_grid {
    grid-template-columns: 44.0407% 52%;
    padding-left: 2rem;
    padding-right: 1.25rem;
  }

  .days-loop-main {
    height: 46.75rem;
    min-height: 46.75rem;
  }

  .loop-video {
    height: 18rem;
  }

  .feeds-title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .wins-bottom_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 48% 43%;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 40rem;
    display: flex;
  }

  .west-hero-item-inner {
    max-width: 40rem;
  }

  .home-hero-padding {
    padding-top: 0;
  }

  .home_grid.animate-hero-4 {
    min-height: 81svh;
  }

  .home_grid-item {
    min-height: 100%;
  }

  .home-navigation {
    height: 4.6rem;
  }

  .landing_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .landing_grid-item {
    padding-left: 0;
  }

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

  .landing_grid-image.animate-hero-6 {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_sizes---typography-heading-sizes--h1: 2.5rem;
    --_sizes---typography-heading-sizes--h2: 2rem;
    --_sizes---typography-heading-sizes--h3: 2rem;
    --_sizes---typography-heading-sizes--h4: 1.25rem;
    --_sizes---typography-heading-sizes--h5: 1.5rem;
    --_sizes---typography-heading-sizes--h6: 1rem;
    --_sizes---typography-text-sizes--rg-text: 1rem;
    --_sizes---typography-text-sizes--md-text: 1.125rem;
    --_sizes---paddings--padding-global: 1rem;
    --_sizes---paddings--sm-section: 2rem;
    --_sizes---typography-text-sizes--sm-text: .875rem;
    --_sizes---paddings--lg-section: 4rem;
    --_sizes---typography-text-sizes--lg-text: 1.25rem;
    --_sizes---paddings--container: 86rem;
    --_sizes---paddings--md-section: 3rem;
    --_sizes---paddings--xl-section: 5rem;
    --_sizes---typography-text-sizes--xs-text: .75rem;
    --_sizes---typography-text-sizes--xlg-text: 1rem;
  }

  .mobile-hidden {
    display: none;
  }

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

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

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

  .button.is-nav, .button.home-is-nav, .button.landing-nav, .button.is-nav, .button.home-is-nav, .button.landing-nav {
    flex: 1;
  }

  .section.navigation, .section.custom-navigation, .section.navigation, .section.custom-navigation {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .mobile-only {
    display: block;
  }

  .policy_rich-text {
    margin-top: 4rem;
    font-size: .9375em;
  }

  .policy_rich-text p {
    font-size: .9375rem;
  }

  .nav_menu {
    background-color: var(--_colors---swatches-brand--off-white);
    height: 100svh;
    padding: 4rem 1rem 6rem;
  }

  .nav-menu_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

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

  .nav-menu_button {
    padding: 1rem;
  }

  .nav-menu_button.w--open {
    background-color: #0000;
  }

  .nav-menu_lottie-animation {
    aspect-ratio: 1;
    width: 150%;
    height: 150%;
    position: absolute;
    top: -25%;
    left: -25%;
  }

  .nav-menu_list-item {
    justify-content: center;
    align-items: center;
  }

  .nav-menu_list-item.has-button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: auto;
    margin-left: 0;
    display: flex;
  }

  .nav_link {
    font-size: 2.25rem;
  }

  .nav_wrapper {
    justify-content: space-between;
    height: 5.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_bg {
    display: block;
  }

  .hero-inner-main.west-end {
    background-image: linear-gradient(#0000004d, #0000004d), url("https://cdn.prod.website-files.com/6974e5148136cd4f63c58af8/69835ac41dd43aa018bcdc8b_west%20bg%20mobile.webp");
    background-position: 0 0, 50%;
  }

  .hero_grid {
    grid-row-gap: 2rem;
  }

  .hero-tags-wrapper {
    justify-content: center;
    align-items: flex-end;
    max-width: 30rem;
  }

  .hero-tags-wrapper.animate-hero-7 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .hero-video-banner.animate-hero-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 53.0172% 40.9483%;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .why_grid {
    flex-flow: column;
    display: flex;
  }

  .custom-arrows {
    z-index: 3;
  }

  .splide__slide.work_slide {
    width: 100%;
  }

  .work-slide-content, .work-slide-content.is-small, .work-slide-content.is-small {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .days_grid {
    flex-flow: column;
    padding-bottom: 1.125rem;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .days_grid-item {
    z-index: 2;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem 1.25rem;
    position: relative;
  }

  .days-loop-main {
    flex-flow: column;
    height: 30rem;
    min-height: 30rem;
    display: flex;
    position: relative;
  }

  .days-loop-wrapper {
    flex-flow: row;
    height: 50%;
  }

  .days-loop {
    flex-flow: row;
    min-width: 55rem;
    height: 100%;
  }

  .days-loop-wrapper-right {
    flex-flow: row;
    height: 50%;
  }

  .days-loop-right {
    flex-flow: row;
    min-width: 42rem;
    height: 100%;
  }

  .loop-video {
    aspect-ratio: 1;
    height: auto;
  }

  .about_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .about-image {
    height: 100%;
  }

  .about-content {
    padding-right: 0;
  }

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

  .feeds-title {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feeds-loop-main {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .footer_flex {
    flex-flow: wrap;
  }

  .gradient-wrapper {
    z-index: 1;
    background-image: linear-gradient(#000 53%, #0000);
    width: 100%;
    height: 8rem;
    display: block;
    position: absolute;
    inset: -11% 0% auto;
  }

  .wins-slider-wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .wins-bottom_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .close-modal {
    width: 2rem;
    height: 2rem;
    top: 1rem;
    right: 1.5rem;
  }

  .footer-main {
    flex-flow: wrap;
  }

  .dropdown-option.w--current {
    text-align: left;
  }

  .dropdown-list {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .bg-wrapper {
    position: absolute;
  }

  .home-hero-padding {
    padding-top: 5.8125rem;
  }

  .home_grid.animate-hero-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    min-height: 90svh;
    display: grid;
  }

  .home-image {
    object-position: 50% 0%;
  }

  .home-card-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .home-card-content-inner {
    margin-bottom: 2rem;
  }

  .home-card-button-group {
    width: 100%;
  }

  .landing_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .landing_grid-image, .landing_grid-image.animate-hero-6, .landing_grid-image.animate-hero-6 {
    height: 100%;
  }

  .landing-title {
    border-left: 3px solid var(--_colors---swatches-brand--green);
    padding-left: .5rem;
  }
}

@media screen and (max-width: 479px) {
  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .button.is-hero {
    font-size: var(--_sizes---typography-text-sizes--rg-text);
    padding-left: 1rem;
  }

  .button.home-is-nav {
    font-size: var(--_sizes---typography-text-sizes--rg-text);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.is-bg-green {
    justify-content: space-between;
  }

  .button.landing-nav {
    font-size: var(--_sizes---typography-text-sizes--sm-text);
    padding: .5rem .75rem .5rem 1.25rem;
  }

  .button-group.is-landing-hero {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    max-width: 16.6rem;
    margin-top: 0;
  }

  .section.custom-navigation {
    z-index: 999;
    z-index: 999;
  }

  .nav_brand.home-logo.w--current {
    width: 9rem;
    height: 2rem;
  }

  .nav_brand.landing-logo.w--current, .nav_brand.home-logo.w--current {
    width: 9rem;
    height: 2rem;
  }

  .nav_brand.landing-logo {
    width: 10rem;
  }

  .nav_brand.landing-logo.w--current {
    width: 9rem;
    height: 2rem;
  }

  .hero-inner-main {
    background-image: linear-gradient(#00000026, #00000026), url("https://cdn.prod.website-files.com/6974e5148136cd4f63c58af8/69835a69dc6e5de9e1ea2f0b_home%20mobile%20image.webp");
    background-position: 0 0, 60%;
    background-size: auto, cover;
    height: 90svh;
    min-height: 90svh;
    padding: 1.5rem .875rem .75rem;
    display: flex;
  }

  .hero_grid {
    grid-row-gap: 1rem;
  }

  .hero-title {
    padding-right: 1.5rem;
  }

  .hero-item-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 2rem;
  }

  .hero-tags-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .hero-tags-wrapper.animate-hero-7 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 25rem;
    margin-bottom: 0;
  }

  .hero-tag {
    font-size: var(--_sizes---typography-text-sizes--sm-text);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .splide__slide.work_slide {
    aspect-ratio: 600 / 600;
    aspect-ratio: 600 / 600;
  }

  .loop-video {
    aspect-ratio: 1;
  }

  .about-content {
    padding-right: 0;
  }

  .footer_flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .west-hero-title {
    padding-right: 2rem;
  }

  .west-hero-item-inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 2rem;
  }

  .footer-main {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    justify-content: center;
  }

  .footer-menu {
    order: -9999;
  }

  .landing_grid, .landing_grid-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .landing-text-style {
    display: none;
  }

  .landing-hero-title {
    font-size: 2.9rem;
  }
}

#w-node-_703f49ca-7dbe-a9d7-b1a2-d009832aa29a-e63fea7f {
  grid-area: 1 / 1 / 2 / 3;
}

@media screen and (max-width: 767px) {
  #w-node-_7cd68a5f-11aa-1113-a72b-41cfe71be4d5-e63fea7f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d753da0c-1a35-34d0-39e7-65a09b5da8c0-e63fea7f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-fbe26475-5710-a891-d43e-a45664e0a47a-64e0a47a {
    grid-area: 2 / 1 / 3 / 3;
  }
}
