@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

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

pre, code {
  font-family: monospace;
}

@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dm-sans/DMSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DM Sans";
  src: url("../fonts/dm-sans/DMSans-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
html {
  font-size: 1.25vw;
  font-size: clamp(14px, 1.25vw, 22px);
}

body {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25vw;
  font-size: clamp(14px, 1.25vw, 22px);
  line-height: 165%;
  font-variation-settings: "wght" 300;
  font-synthesis: none;
}

em, i {
  font-style: italic;
}

strong, b {
  font-weight: 800;
  font-variation-settings: "wght" 800;
  letter-spacing: -0.01rem;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25;
}

h1 {
  /*font-size: vptovw(1440,64);*/
  font-size: 3.75vw;
  font-size: clamp(46px, 3.75vw, 62px);
  line-height: 1;
  /*text-transform: uppercase;*/
}

h2 {
  /*font-size: vptovw(1440,20);*/
  font-size: 3.3333333333vw;
  font-size: clamp(40px, 3.3333333333vw, 54px);
  line-height: 1.25;
  /*text-transform: uppercase;*/
  max-width: 30rem;
}

h3 {
  font-size: 2.7777777778vw;
  font-size: clamp(34px, 2.7777777778vw, 26px);
}

h4 {
  font-size: 2.2222222222vw;
  font-size: clamp(26px, 2.2222222222vw, 38px);
}

h5 {
  font-size: 1.6666666667vw;
  font-size: clamp(18px, 1.6666666667vw, 30px);
}

h6 {
  font-size: 1.3888888889vw;
  font-size: clamp(14px, 1.3888888889vw, 26px);
}

p, ul, ol, span.large {
  max-width: 750px;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}
.fsSection header h2 .uc, .fsSection.footer header h2, #fsFormulaMarquee, a[rel=close], #fsNavFooter a,
.uc {
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

div.btn a {
  position: relative;
  font-size: 1.1111111111vw;
  font-size: clamp(14px, 1.1111111111vw, 20px);
  padding: 0.5em 1.25em !important;
  line-height: 1;
  margin-top: 2rem;
  min-width: 9rem;
  justify-content: center;
  align-content: center;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 1.4583333333rem;
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05rem;
  display: inline-flex;
  z-index: 1.2;
  display: flex;
  align-content: center;
  cursor: pointer;
  transition: color 0.3s ease, font-weight 0.3s ease;
  background: linear-gradient(to right, #00CCE7 0%, #0000FF 19%, #90278F 37%, #EC0489 56%, #EF4C32 77%, #EFBD32 100%);
  background-size: 200% 100%;
  background-position: center;
  animation: gradientAnimation 10s linear infinite;
  background-size: 0;
  display: inline-flex;
  align-items: center;
  border-style: inset;
}
div.btn a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 1.4583333333rem;
  background: linear-gradient(to right, #00CCE7 0%, #0000FF 19%, #90278F 37%, #EC0489 56%, #EF4C32 77%, #EFBD32 100%);
  background-size: 200% 100%;
  background-position: center;
  animation: gradientAnimation 10s linear infinite;
  z-index: -1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  padding: 2px;
}
div.btn a::after {
  margin-left: 0.5rem;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../images/arrow.svg") no-repeat center;
}
div.btn a:hover {
  color: #f2f2f2;
  background-size: 100%;
}
div.btn a:hover::before {
  display: none;
}

.large {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 2.2222222222vw;
  font-size: clamp(24px, 2.2222222222vw, 40px);
  line-height: 1.25;
}

.gradient-text {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 4.4444444444vw;
  font-size: clamp(56px, 4.4444444444vw, 72px);
  line-height: 1.25;
  display: block;
  background: linear-gradient(to right, #EFBD32 0%, #EF4C32 19%, #EC0489 37%, #90278F 56%, #0000FF 77%, #00CCE7 100%);
  background-size: 200% 200%;
  background-position: center;
  animation: gradientAnimation 5s linear infinite;
  margin-top: 1rem;
  display: block;
  transition: background-position 0.6s ease, filter 0.6s ease;
  /* Ensure the text uses the gradient as its fill */
  -webkit-background-clip: text; /* For Chrome, Safari, Opera */
  -webkit-text-fill-color: transparent; /* For Chrome, Safari, Opera */
  background-clip: text; /* Standard (Firefox supports this) */
  color: transparent; /* Fallback */
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}

::-webkit-input-placeholder {
  color: #f2f2f2;
}

:-moz-placeholder {
  color: #f2f2f2;
}

::-moz-placeholder {
  color: #f2f2f2;
}

:-ms-input-placeholder {
  color: #f2f2f2;
}

.facetwp-facet input, .facetwp-facet select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #f2f2f2;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
  display: none !important;
}

.gform_wrapper .gform_validation_errors, .gform_wrapper .gfield_validation_message {
  padding: 16px 16px 16px 16px !important;
  color: #EC0489 !important;
  background: rgba(236, 4, 137, 0.05) !important;
  border-color: #EC0489 !important;
  border-width: 1px !important;
  border-radius: 0.25rem !important;
  font-size: 14px !important;
  font-size: clamp(12px, 0.9722222222vw, 16px);
}
.gform_wrapper .gform_validation_errors *, .gform_wrapper .gfield_validation_message * {
  color: #EC0489 !important;
}
.gform_wrapper .gform_validation_errors ol, .gform_wrapper .gfield_validation_message ol {
  padding: 0 !important;
}
.gform_wrapper .gform_validation_errors ol li, .gform_wrapper .gfield_validation_message ol li {
  margin: 0 !important;
}
.gform_wrapper .gfield_validation_message {
  font-size: 14px !important;
  font-size: clamp(12px, 0.9722222222vw, 16px);
}
.gform_wrapper .gfield_error input {
  border-color: #EC0489 !important;
}
.gform_wrapper span.gfield_required {
  display: none !important;
}
.gform_wrapper label, .gform_wrapper .gfield_label {
  color: #d9d9d9 !important;
  font-weight: 300 !important;
  font-size: 0.9722222222vw !important;
  font-size: clamp(12px, 0.9722222222vw, 16px) !important;
}
.gform_wrapper input, .gform_wrapper select {
  border-bottom: 1px solid #f2f2f2 !important;
  padding: 0.5rem 0 !important;
  color: #f2f2f2;
}
.gform_wrapper textarea {
  border: 1px solid #f2f2f2 !important;
  padding: 1.25rem !important;
  border-radius: 0.6666666667rem;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #f2f2f2 !important;
  font-size: 1.1111111111vw;
  resize: none !important;
  font-size: clamp(12px, 1.1111111111vw, 20px);
  margin-top: 1.5rem !important;
}
.gform_wrapper [type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
.gform_wrapper [type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.gform_wrapper .gform_footer {
  padding-bottom: 0 !important;
}
.gform_wrapper .gform_footer button {
  background: #d9d9d9;
  color: #f2f2f2;
  text-transform: uppercase;
  border-radius: 1.1666666667rem;
  margin-bottom: 0;
  align-self: flex-start;
  display: inline-flex;
  border: 1px solid;
  align-items: center;
  gap: 0.25em;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 1.6666666667rem;
  font-size: clamp(12px, 1.1111111111vw, 20px);
  padding: 0.25em 1em !important;
  transition: all 0.6s ease;
  background: linear-gradient(to right, #00CCE7 0%, #0000FF 19%, #90278F 37%, #EC0489 56%, #EF4C32 77%, #EFBD32 100%);
  background-size: 200% 100%;
  background-position: center;
  animation: gradientAnimation 10s linear infinite;
  border: 0;
  transition: background-position 0.6s ease, filter 0.6s ease;
  padding: 0.2rem 0.8rem;
}
.gform_wrapper .gform_footer button:hover {
  color: #f2f2f2;
  background-position: 100% 0%;
  filter: blur(0.2px);
}

/* Slider */
.slick-slider,
.slick-list,
.slick-track {
  height: 100%;
}

button.slick-arrow.slick-disabled {
  opacity: 0.5 !important;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide:focus {
  outline: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.wrapper,
.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1.6666666667rem;
}

[class*=spacer__] {
  display: block;
  opacity: 0;
  visibility: visible;
  height: 1px;
  pointer-events: none;
}

.spacer__vertical-minimal {
  height: 2rem;
}

.spacer__vertical-shallow {
  height: 4rem;
}

.spacer__vertical-medium {
  height: 6rem;
}

.spacer__vertical-deep {
  height: 8rem;
}

.wrapper {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  max-width: 1600px;
}

section {
  background-color: var(--section-background, transparent);
  color: var(--section-color, inherit);
}

.layout[style*="--content-align-vt: center;"] .column {
  place-self: center;
}
.layout[style*="--content-align-hz: center;"] .column {
  display: flex;
}
.layout[style*="--content-align-hz: center;"] .layout__content {
  width: var(--content-width, 100%);
  margin: 0 auto;
}
.layout .wrapper {
  height: var(--content-height, auto);
  min-height: var(--content-min-height, 1px);
  padding-top: var(--content-padding-top, 0);
  padding-bottom: var(--content-padding-bottom, 0);
}
.layout .column {
  position: relative;
  display: grid;
  grid-template-columns: subgrid;
  direction: var(--content-align-hz, ltr);
}
.layout .column[style*="--content-align-hz: center;"] {
  display: flex;
}
.layout .column[style*="--content-align-hz: center;"] .layout__content {
  width: var(--content-width, 100%);
  margin: 0 auto;
}
.layout .layout__content {
  display: flex;
  align-items: var(--content-align-vt, center);
  grid-column: var(--content-columns, 1/-1);
}
.layout .layout__content > div {
  display: flex;
  flex-direction: column;
  gap: 1em;
  direction: ltr;
}
.layout:first-child .wrapper {
  padding-top: 0;
}
.layout:last-child .wrapper {
  padding-bottom: 0;
}

:root {
  --gap: 0.4166666667rem;
  --duration: 30s;
  --scroll-start: 0;
  --scroll-end: calc(-100%);
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}
@keyframes spectrum {
  0% {
    color: #fe8d30;
  }
  15% {
    color: #8d596a;
  }
  30% {
    color: #15a800;
  }
  45% {
    color: #ff374d;
  }
  60% {
    color: #089dd4;
  }
  75% {
    color: #ea6c00;
  }
  90% {
    color: #10c600;
  }
  100% {
    color: #fe8d30;
  }
}
[class*=mobile] {
  display: none;
}

#video__player {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(1rem);
  opacity: 0;
  pointer-events: none;
  -moz-transition-property: transform,opacity;
  -o-transition-property: transform,opacity;
  -webkit-transition-property: transform,opacity;
  transition-property: transform,opacity;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  z-index: 24000;
}
#video__player a[rel=video] {
  color: #f2f2f2;
  position: absolute;
  top: 1vw;
  right: 1vw;
  font-size: 60%;
  display: flex;
  gap: 1vw;
  align-items: center;
  z-index: 4000;
}
#video__player a[rel=video] .icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}
#video__player #video__player_embed {
  width: 60%;
  background-color: #000;
  border-radius: 0.3333333333rem;
  opacity: 0;
  filter: drop-shadow(0px 0px 1rem rgba(0, 0, 0, 0.125));
  -moz-transform: translate(0%, 10%);
  -o-transform: translate(0%, 10%);
  -ms-transform: translate(0%, 10%);
  -webkit-transform: translate(0%, 10%);
  transform: translate(0%, 10%);
  -moz-transition-property: transform,opacity;
  -o-transition-property: transform,opacity;
  -webkit-transition-property: transform,opacity;
  transition-property: transform,opacity;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  overflow: hidden;
}
#video__player[data-state=open] {
  opacity: 1;
  pointer-events: initial;
  -moz-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
#video__player[data-state=open] #video__player_embed {
  opacity: 1;
  -moz-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.button {
  position: relative;
  font-size: 1.1111111111vw;
  font-size: clamp(14px, 1.1111111111vw, 14px);
  padding: 0.5em 1.25em !important;
  line-height: 1;
  /*margin-top: 2rem;*/
  /*min-width: $s-base * 9;*/
  justify-content: center;
  align-content: center;
  line-height: 1;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  border-radius: 1.4583333333rem;
  background-color: transparent;
  border-style: inset;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05rem;
  display: inline-flex;
  z-index: 1.2;
  display: flex;
  align-content: center;
  cursor: pointer;
  transition: color 0.3s ease, font-weight 0.3s ease;
  background: linear-gradient(to right, #00CCE7 0%, #0000FF 19%, #90278F 37%, #EC0489 56%, #EF4C32 77%, #EFBD32 100%);
  background-size: 200% 100%;
  background-position: center;
  animation: gradientAnimation 10s linear infinite;
  background-size: 0;
  display: inline-flex;
  align-items: center;
}
.button::before {
  display: none;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 1.4583333333rem;
  background: linear-gradient(to right, #00CCE7 0%, #0000FF 19%, #90278F 37%, #EC0489 56%, #EF4C32 77%, #EFBD32 100%);
  background-size: 200% 100%;
  background-position: center;
  animation: gradientAnimation 10s linear infinite;
  z-index: -1;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
  padding: 2px;
}
.button::after {
  margin-left: 0.5rem;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../images/arrow.svg") no-repeat center;
}
.button:hover {
  color: #f2f2f2;
  background: none;
  opacity: 0.5;
  background-size: 100%;
}
.button:hover::before {
  display: none;
}
.button.alt {
  border: 0;
  background: linear-gradient(to right, #00CCE7 0%, #0000FF 19%, #90278F 37%, #EC0489 56%, #EF4C32 77%, #EFBD32 100%);
  background-size: 200% 100%;
  background-position: center;
  animation: gradientAnimation 10s linear infinite;
}
.button.alt span {
  background: none;
  color: #f2f2f2;
}
.button.alt:after {
  display: none;
}
.button.alt:hover {
  opacity: 1;
  background: none;
}
.button.alt:hover:before {
  display: inline-flex;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}
p, ul {
  max-width: 41.6666666667rem;
}

sup {
  font-sizE: 66%;
  vertical-align: super;
}

ul li:before {
  content: "+ ";
}

#fsNavFooter {
  position: fixed;
  bottom: 0.66em;
  left: 0.5em;
  display: flex;
  gap: 1.25rem;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: clamp(1rem, -0.35rem + 2.25vw, 3.25rem);
  color: #f2f2f2;
}
#fsNavFooter a {
  line-height: 1;
}

#fsSocial {
  display: flex;
  gap: 0.5em;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 1000;
}
#fsSocial li .icon {
  display: flex;
  width: 0.8333333333rem;
  height: 0.8333333333rem;
}

body {
  background-color: #000;
}

[data-www-open] #fsFormulaMarquee {
  opacity: 0;
  pointer-events: none;
}
[data-www-open] #fsSocial {
  opacity: 1 !important;
  z-index: 4000 !important;
}

[data-open] #fsLogo,
[data-open] a[rel=close] {
  opacity: 1;
  visibility: visible;
}
[data-open] #fsSocial,
[data-open] #fsNavFooter {
  opacity: 0;
  z-index: 0;
}
[data-open] #fsFormulaMarquee {
  -moz-transform: translate(0, 92.5vh);
  -o-transform: translate(0, 92.5vh);
  -ms-transform: translate(0, 92.5vh);
  -webkit-transform: translate(0, 92.5vh);
  transform: translate(0, 92.5vh);
}
[data-open] #fsFormulaMarquee .marqueePart {
  animation-play-state: paused;
}
[data-open] #fsBackground {
  filter: blur(1rem);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.25;
}
[data-open] .fsSection.active {
  opacity: 1;
  height: 100%;
  filter: blur(0);
  -moz-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.loaded strong {
  animation: spectrum 7s linear 0s infinite;
}

#fsLogo {
  color: #f2f2f2;
  position: fixed;
  top: 1.5vw;
  left: 1em;
  width: 7.2916666667rem;
  opacity: 0;
  visibility: hidden;
  z-index: 2000;
}
#fsLogo svg {
  display: block;
  width: 100%;
}

a[rel=close] {
  color: #f2f2f2;
  position: fixed;
  top: 1vw;
  right: 1vw;
  font-size: 60%;
  opacity: 0;
  visibility: hidden;
  display: flex;
  gap: 1vw;
  align-items: center;
  z-index: 2000;
}
a[rel=close] .icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

#fsFormulaMarquee {
  position: relative;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  overflow: hidden;
  user-select: none;
  width: 100vw;
  height: 7.5vh;
  font-size: clamp(1rem, -0.35rem + 2.25vw, 3.25rem);
  color: #f2f2f2;
  overflow: hidden;
  z-index: 1000;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#fsFormulaMarquee .marqueePart {
  padding: 0 0.25em;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: var(--gap);
  will-change: transform;
  animation: scroll-x var(--duration) linear infinite;
}
#fsFormulaMarquee .marqueePart a {
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#fsFormulaMarquee .marqueePart a.active {
  opacity: 1;
}
#fsFormulaMarquee .marqueePart a:hover {
  opacity: 1;
}
#fsFormulaMarquee .marqueePart a:hover > span {
  opacity: 1;
}
#fsFormulaMarquee__inner {
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  width: fit-content;
  display: flex;
  flex: auto;
  flex-direction: row;
}
#fsFormulaMarquee:hover .marqueePart {
  animation-play-state: paused;
}

[id*=fsBackground] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
}
[id*=fsBackground] video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition-property: filter,transform;
  -o-transition-property: filter,transform;
  -webkit-transition-property: filter,transform;
  transition-property: filter,transform;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#fsBackgroundDesktop {
  display: block !important;
}

#fsBackgroundMobile {
  display: none !important;
  opacity: 1;
}

.fsSection {
  color: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: scroll;
  padding: 3rem 1em 0;
  display: flex;
  flex-direction: column;
  opacity: 0;
  filter: blur(1rem);
  -moz-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  -moz-transition-property: transform,filter,blur;
  -o-transition-property: transform,filter,blur;
  -webkit-transition-property: transform,filter,blur;
  transition-property: transform,filter,blur;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fsSection.footer header h2 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  max-width: 53.3333333333rem;
}
.fsSection.footer header h2 .uc {
  display: block;
  font-weight: normal;
}
.fsSection.footer .content > div {
  width: 100% !important;
  flex-basis: unset !important;
}
.fsSection.footer .content > div p, .fsSection.footer .content > div ul, .fsSection.footer .content > div ol {
  max-width: unset;
}
.fsSection > .icon {
  padding: 1.6666666667rem 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.fsSection > .icon img[src*=".svg"],
.fsSection > .icon svg {
  height: 7.0833333333rem;
  width: auto;
}
.fsSection header {
  margin-bottom: 1em;
  padding: 1.6666666667rem 0;
  border-bottom: 1px solid;
}
.fsSection header h2 {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2rem;
}
.fsSection header h2 .uc {
  font-weight: bold;
}
.fsSection .content {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  border-bottom: 1px solid;
  height: 100%;
  margin-bottom: 7.5vh;
}
.fsSection .content > div {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  flex-basis: 50%;
}
.fsSection .content > div:last-child {
  flex-basis: 30%;
}
.fsSection .content__alt > div {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}
.fsSection .ctas {
  margin-bottom: 0;
  margin-top: auto;
  padding-bottom: 1rem;
  display: flex;
  gap: 2rem;
  font-size: 0.75rem;
}
.fsSection .ctas .cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.fsSection .ctas .cta .name {
  line-height: 1.25;
}
.fsSection .ctas .cta .name strong {
  animation: unset;
  font-weight: 700;
}

.fsPeople {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.6666666667rem;
}
.fsPeople .fsPerson {
  grid-column: span 1;
}
.fsPeople .fsPerson,
.fsPeople .fsPersonDetails {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  font-size: 0.75rem;
}
.fsPeople .fsPerson .name,
.fsPeople .fsPerson .role,
.fsPeople .fsPersonDetails .name,
.fsPeople .fsPersonDetails .role {
  display: block;
  line-height: 1.5;
}
.fsPeople .fsPerson .name,
.fsPeople .fsPersonDetails .name {
  font-weight: 700;
}

@media screen and (min-width: 1680px) {
  html {
    font-size: 26px;
  }
}
@media screen and (max-width: 1100px) {
  .fsPeople {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 8.3333333333rem;
  }
  #fsBackgroundMobile {
    display: block !important;
  }
  #fsBackgroundDesktop {
    display: none !important;
  }
  a[rel=video] {
    /*margin-top: 1em;*/
  }
  .button .icon {
    display: flex !important;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 24px;
  }
  [class*=desktop] {
    display: none !important;
  }
  [class*=mobile] {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  [data-open] #fsFormulaMarquee {
    display: none;
  }
  #fsLogo {
    top: 3rem;
    left: 0.5rem;
    width: 40%;
    height: auto;
  }
  a[rel=close] {
    top: 2.5rem;
    right: 0.5rem;
  }
  a[rel=close] .label {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
  }
  a[rel=close] .icon {
    width: 2rem;
    height: 2rem;
  }
  #fsFormulaMarquee {
    font-size: 6.66vw;
    line-height: 1.25;
    width: 100%;
    height: 90%;
  }
  #fsFormulaMarquee__inner {
    width: 100%;
    height: 100%;
  }
  #fsFormulaMarquee .marqueePart {
    animation: unset;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #fsFormulaMarquee .marqueePart strong {
    display: block;
    width: 90%;
    word-wrap: break-word;
    text-align: center;
    margin: 0 auto;
    line-height: 1;
  }
  #fsFormulaMarquee .marqueePart[aria-hidden=true] {
    display: none;
  }
  #fsFormulaMarquee .marqueePart span[aria-hidden=true] {
    display: none;
  }
  .fsSection {
    padding-top: 6rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .fsSection.footer header h2 {
    font-size: 10vw;
  }
  .fsSection .icon img[src*=".svg"],
  .fsSection .icon svg {
    height: 3rem;
  }
  .fsSection header {
    font-size: 125%;
    line-height: 1;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
  .fsSection header h1, .fsSection header h2, .fsSection header h3, .fsSection header h4, .fsSection header h5, .fsSection header h6 {
    margin: 0;
    font-size: unset;
  }
  .fsSection .content {
    flex-direction: column;
    justify-content: flex-start;
    font-size: 0.75rem;
    line-height: 1.25;
    border: unset;
  }
  .fsSection .content > div {
    flex-basis: unset;
  }
  .fsSection .content .ctas {
    margin-top: 1em;
  }
  .fsPeople {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .fsPeople .fsPerson {
    font-size: 0.5rem;
  }
  #fsBackgroundMobile {
    display: block !important;
  }
  #fsBackgroundDesktop {
    display: none !important;
  }
  a[rel=video] {
    margin-top: 1em;
  }
  .button .icon {
    display: flex !important;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 20px;
  }
}
:root {
  --none: 0;
  --minimal: 1.6666666667rem;
  --shallow: 2.5rem;
  --medium: 3.3333333333rem;
  --deep: 5rem;
  --filters-reserve-bottom: 0px;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.99);
  color: #f2f2f2;
  text-shadow: none;
}

::selection {
  background: rgba(0, 0, 0, 0.99);
  color: #f2f2f2;
  text-shadow: none;
}

html {
  font-synthesis: none;
} /* ensure you load a real bold weight */
html,
body {
  width: 100%;
  height: 100%;
}

body {
  color: #f2f2f2;
  margin-top: 68px;
  overflow-x: hidden;
}
body:has(.megamenus[data-state=open]) main {
  opacity: 0.2;
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}
header,
nav,
menu,
section,
article,
aside,
footer {
  position: relative;
  z-index: 0;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

body.loading,
.noscroll {
  overflow: hidden;
}

body.loading,
.nopointerevents {
  pointer-events: none;
}

.scroller {
  overflow: scroll;
}

.sr {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.hide {
  display: none !important;
  visibility: hidden !important;
  opacity: 0;
}

.fs-Section {
  padding: 2rem 0 0;
  position: relative;
  z-index: 1;
}
.fs-Section:last-of-type, .fs-Section:last-child {
  padding-bottom: 5rem !important;
}
.fs-Section .content {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto 2rem;
  display: flex;
  gap: 2rem 8rem;
  flex-direction: row;
}
.fs-Section .content.no-flex {
  display: block;
}
.fs-Section .content > div {
  flex: 1;
}
.fs-Section .content > h3:first-child {
  text-transform: uppercase;
  font-size: clamp(14px, 1.25vw, 24px);
  letter-spacing: 0.0833333333rem;
  line-height: 140%;
  opacity: 0.6;
}
.fs-Section.the_team ul.team-list {
  max-width: 1600px;
  display: grid;
  width: 100%;
  margin: 2rem 0 0;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 3rem 1.5rem;
}
.fs-Section.the_team ul.team-list li {
  display: flex;
  flex-direction: column;
  align-content: space-around;
}
.fs-Section.the_team ul.team-list li figure {
  height: 0;
  width: 100%;
  padding-bottom: 125%;
  overflow: hidden;
  position: relative;
  border-radius: 0.6666666667rem;
  margin-bottom: 1rem;
}
.fs-Section.the_team ul.team-list li figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.fs-Section.the_team ul.team-list li h3 {
  font-size: clamp(14px, 1.3888888889vw, 26px);
  margin-bottom: 0.5rem;
  font-weight: 800;
  letter-spacing: -1.2px;
}
.fs-Section.the_team ul.team-list li h4 {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(14px, 1.1111111111vw, 20px);
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.fs-Section.the_team ul.team-list li .details-email {
  margin-top: auto;
}
.fs-Section.the_team ul.team-list li .details-email a {
  border: 1px solid #f2f2f2;
  border-radius: 100%;
  display: block;
  width: 2.1666666667rem;
  height: 2.1666666667rem;
  padding: 0.5rem;
  position: relative;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fs-Section.the_team ul.team-list li .details-email a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.9166666667rem;
  height: auto;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  transition-property: fill;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fs-Section.the_team ul.team-list li .details-email a svg * {
  fill: #f2f2f2;
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  transition-property: fill;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fs-Section.the_team ul.team-list li .details-email a:hover {
  background: #f2f2f2;
}
.fs-Section.the_team ul.team-list li .details-email a:hover svg * {
  fill: #000;
}
.fs-Section.the_team ul.team-list li:before {
  display: none;
}
.fs-Section.content_icon_grid, .fs-Section.results {
  margin-bottom: 4rem;
}
.fs-Section.content_icon_grid h2, .fs-Section.results h2 {
  align-self: flex-start;
  margin-bottom: auto;
  font-size: clamp(56px, 4.4444444444vw, 72px);
}
.fs-Section.content_icon_grid .columns, .fs-Section.results .columns {
  display: flex;
  margin-top: 4rem;
  gap: 4rem;
}
.fs-Section.content_icon_grid .columns:has(.column:nth-child(3)), .fs-Section.results .columns:has(.column:nth-child(3)) {
  justify-content: space-between;
}
.fs-Section.content_icon_grid .columns .column, .fs-Section.results .columns .column {
  max-width: 26rem;
}
.fs-Section.content_icon_grid .columns .column figure, .fs-Section.results .columns .column figure {
  border-radius: 100%;
  height: 1.6666666667rem;
  width: 1.6666666667rem;
  position: relative;
  border: 3px solid #f2f2f2;
  margin-bottom: 2rem;
  padding: 0.25rem;
}
.fs-Section.content_icon_grid .columns .column h4, .fs-Section.results .columns .column h4 {
  font-size: clamp(14px, 1.3888888889vw, 26px);
  margin-bottom: 0.75rem;
}
.fs-Section.related-work .content {
  gap: 2rem 2rem !important;
}
.fs-Section.related-work .content .related-card {
  flex: 1;
}
.fs-Section.related-work .related-thumb {
  /*border-radius: 0.5rem;*/
  /*overflow: hidden;*/
  margin: 0 auto 1rem;
  /*aspect-ratio:1.75/1;*/
}
.fs-Section.related-work .related-thumb figure {
  height: 0;
  width: 100%;
  overflow: hidden;
  background: #222222;
  border-radius: 0.6666666667rem;
  padding-bottom: 65%;
  position: relative;
}
.fs-Section.related-work .related-thumb figure img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.fs-Section.related-work .related-meta h4 {
  font-size: clamp(16px, 1.5277777778vw, 28px);
  font-weight: 500;
  line-height: 1;
}
.fs-Section.related-work .related-meta .related-client {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.fs-Section.results h3 {
  margin-bottom: 3rem;
}
.fs-Section.results .columns {
  justify-content: center;
  text-align: center;
  gap: 8rem;
}
.fs-Section.results .columns:has(.column:nth-child(3)) {
  justify-content: center;
}
.fs-Section.results .columns .column {
  max-width: 20rem;
}
.fs-Section.results .columns .column .column-content p {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(14px, 1.1111111111vw, 18px);
}
.fs-Section.results .columns .column .number {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(85px, 6.9444444444vw, 115px);
  font-weight: 500;
  line-height: 105.41%; /* 134.925px */
  letter-spacing: -0.2666666667rem;
  margin-bottom: 4rem;
  display: block;
  background: linear-gradient(to right, #EFBD32 0%, #EF4C32 19%, #EC0489 37%, #90278F 56%, #0000FF 77%, #00CCE7 100%);
  background-size: 200% 200%;
  animation: gradientAnimation 5s linear infinite; /* optional animation */
  /* The crucial lines: */
  -webkit-background-clip: text; /* Safari/Chrome/Opera */
  -webkit-text-fill-color: transparent; /* Safari/Chrome/Opera */
  /* Standard background-clip property (Firefox requires a flag) */
  background-clip: text;
  color: transparent; /* fallback for older browsers */
}
.fs-Section.results .content:nth-child(2) {
  /*border-top: 1px solid $colorff;*/
  /*padding-top: $s-base*2.5;*/
}
.fs-Section.results .content:nth-child(2) > p {
  align-self: flex-start;
  margin-bottom: 5rem;
  max-width: 25rem;
}
.fs-Section.content_image_columns {
  margin-bottom: 4rem;
}
.fs-Section.content_image_columns .content > div {
  align-content: flex-end;
}
.fs-Section.content_image_columns .content > div:has(h2) {
  align-content: flex-start;
  align-items: stretch;
}
.fs-Section.content_image_columns .content > div h2 {
  align-self: flex-start;
  margin-bottom: auto;
  font-size: clamp(56px, 4.4444444444vw, 72px);
}
.fs-Section.content_image_columns .content > div h3 {
  text-transform: none;
  font-size: clamp(56px, 4.4444444444vw, 72px);
  margin: 0 0 2rem;
}
.fs-Section.content_image_columns .content > div p {
  margin-bottom: 1rem;
}
.fs-Section.content_image_columns .content > div p:last-child {
  margin-bottom: 0;
}
.fs-Section.content_image_columns .content > div p:first-of-type:not(:only-of-type) {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.0583333333rem;
  font-size: clamp(16px, 1.6666666667vw, 32px);
}
.fs-Section.content_image_columns .content > div figure {
  border-radius: 0.6666666667rem;
  overflow: hidden;
}
.fs-Section.content_image_columns:nth-of-type(odd) .content {
  /*flex-direction: row-reverse;*/
}
.fs-Section.content_image_columns.left .content {
  flex-direction: row;
}
.fs-Section.content_image_columns.right .content {
  flex-direction: row-reverse;
}
.fs-Section.content-blocks, .fs-Section.full_screen_video {
  padding: 2rem 0 0;
  /*.content {*/
  /*}*/
}
.fs-Section.content-blocks .fs-Section:last-child, .fs-Section.full_screen_video .fs-Section:last-child {
  padding-bottom: 0 !important;
}
.fs-Section.content-blocks figure, .fs-Section.content-blocks .video, .fs-Section.full_screen_video figure, .fs-Section.full_screen_video .video {
  border-radius: 0.625rem;
  background: #161616;
  overflow: hidden;
  width: 100%;
}
.fs-Section.content-blocks figure img, .fs-Section.content-blocks .video img, .fs-Section.full_screen_video figure img, .fs-Section.full_screen_video .video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fs-Section.content-blocks .video, .fs-Section.full_screen_video .video {
  position: relative;
}
.fs-Section.content-blocks .video .play-btn, .fs-Section.full_screen_video .video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.fs-Section.content-blocks .video .play-btn #Pause, .fs-Section.full_screen_video .video .play-btn #Pause {
  display: none;
}
.fs-Section.content-blocks .video .play-btn:hover, .fs-Section.full_screen_video .video .play-btn:hover {
  cursor: pointer;
}
.fs-Section.content-blocks .video .play-btn:hover svg, .fs-Section.full_screen_video .video .play-btn:hover svg {
  opacity: 0.5;
}
.fs-Section.content-blocks .video .play-btn.pause #Play, .fs-Section.full_screen_video .video .play-btn.pause #Play {
  display: none;
}
.fs-Section.content-blocks .video .play-btn.pause #Pause, .fs-Section.full_screen_video .video .play-btn.pause #Pause {
  display: block;
}
.fs-Section.content-blocks .video:hover .play-btn, .fs-Section.full_screen_video .video:hover .play-btn {
  opacity: 1 !important;
  pointer-events: all !important;
}
.fs-Section.full_screen_image {
  padding: 0;
  margin: 0;
  max-height: 93vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fs-Section.full_screen_image figure {
  position: relative;
  background: #222222;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
.fs-Section.full_screen_image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.fs-Section.full_screen_image figure .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 93%;
  z-index: 1000;
  flex-direction: row;
  align-content: flex-end;
}
.fs-Section.full_screen_image figure .content .overlay {
  margin-top: auto;
  margin-bottom: 2rem;
  max-width: 50%;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5277777778vw;
  font-size: clamp(18px, 1.5277777778vw, 26px);
  line-height: 110%;
  letter-spacing: -0.08rem;
}
.fs-Section.full_screen_image figure .content .overlay h1, .fs-Section.full_screen_image figure .content .overlay h2, .fs-Section.full_screen_image figure .content .overlay h3 {
  font-size: 3.0555555556vw;
  font-size: clamp(38px, 3.0555555556vw, 50px);
  letter-spacing: -0.16rem;
  line-height: 90%;
  margin-bottom: 2rem;
}
.fs-Section.full_screen_image figure .content:not(empty) {
  /*background: rgba($color00,0.25);*/
}
.fs-Section.careers .content .filters {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
}
.fs-Section.careers .content .filters .facetwp-facet {
  margin-bottom: 0;
}
.fs-Section.careers .content .filters .facetwp-facet select, .fs-Section.careers .content .filters .facetwp-facet input {
  border-bottom: 1px solid #f2f2f2;
  color: #f2f2f2;
  padding: 0.25rem 0;
  letter-spacing: 0.0166666667rem;
}
.fs-Section.careers .content .filters .facetwp-facet select {
  padding-right: 2rem;
  background: url("../images/icon-dropdwon.svg") no-repeat 96% center;
}
.fs-Section.careers .content:last-of-type {
  display: block;
}
.fs-Section.careers .content ul.career-listings {
  list-style: none;
  span: 2;
  max-width: 1600px;
}
.fs-Section.careers .content ul.career-listings li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #d9d9d9;
  border-radius: 0.6666666667rem;
  padding: 1.2rem 0.75rem;
  margin: 0 auto 0.5rem;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.1111111111vw;
  font-size: clamp(14px, 1.1111111111vw, 20px);
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fs-Section.careers .content ul.career-listings li:hover {
  background: #222222;
}
.fs-Section.careers .content ul.career-listings li:before {
  display: none;
}
.fs-Section.careers .content ul.career-listings li .apply {
  display: flex;
  gap: 0.25rem;
}
.fs-Section.careers .content ul.career-listings li .apply a {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem;
  background: #d9d9d9;
  width: 1.3333333333rem;
  height: 1.3333333333rem;
}
.fs-Section.careers .content ul.career-listings li .apply a svg {
  width: 0.6666666667rem;
  height: 0.6666666667rem;
}
.fs-Section.careers .content ul.career-listings li .apply a svg * {
  fill: #000;
}
.fs-Section.logo_marquee {
  padding: 0;
  background: linear-gradient(to right, #EFBD32 0%, #EF4C32 19%, #EC0489 37%, #90278F 56%, #0000FF 77%, #00CCE7 100%);
  background-size: 200% 200%;
  background-position: center;
  animation: gradientAnimation 5s linear infinite;
}
.fs-Section.logo_marquee .marquee__part {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem; /* Increase spacing between logos */
  min-width: 100%; /* Ensure it stretches to fit content */
  justify-content: space-around; /* Evenly distribute logos */
}
.fs-Section.logo_marquee .marquee__part .marquee__image {
  align-items: center;
  /*aspect-ratio: 6/2;*/
  /*flex: 1;*/
  margin: 0 0.5rem;
  /*background: lime;*/
  width: auto;
  display: flex;
  justify-content: center;
}
.fs-Section.logo_marquee .marquee__part .marquee__image img {
  min-width: 100%;
  min-height: 100%;
  /*object-fit:contain;*/
}
.fs-Section.logo_marquee .marquee {
  color: #EEE;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.667vw;
  padding: 16px 0;
  position: relative;
  overflow: hidden;
}
.fs-Section.logo_marquee .marquee .grid--wrapper {
  max-width: none;
  width: 100%;
}
.fs-Section.logo_marquee .marquee__inner {
  -webkit-font-smoothing: antialiased;
  width: max-content;
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
}
.fs-Section.logo_marquee .marquee__inner img {
  display: block;
  max-width: 20rem;
  max-height: 8rem;
  /*aspect-ratio:3/1;
  width: pxtorem(200);
  height: pxtorem(200);*/
}
.fs-Section.location {
  padding: 8rem 0 0;
}
.fs-Section.location .map {
  border-radius: 0.6666666667rem;
  /*margin-bottom: $s-base*4;*/
  width: 100%;
  /*max-width: $s-base*40;*/
  overflow: hidden;
  height: 0 !important;
  padding-bottom: 75% !important;
  position: relative;
}
.fs-Section.location .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.fs-Section.location .content {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: 2rem;
}
.fs-Section.location .content h3 {
  font-size: 1.6666666667vw;
  font-size: clamp(18px, 1.6666666667vw, 30px);
  margin-bottom: 2rem;
}
.fs-Section.location .content h4 {
  font-size: 1.1111111111vw;
  font-size: clamp(14px, 1.1111111111vw, 20px);
  margin-bottom: 1.5rem;
}
.fs-Section.location .content p {
  margin-bottom: 1rem;
}
.fs-Section.location .content .location-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.fs-Section.location ul.contact-links {
  display: flex;
  gap: 1rem;
  margin: 4rem 0 0;
}
.fs-Section.location ul.contact-links li {
  background: #d9d9d9;
  padding: 0.5rem 1rem;
  border-radius: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fs-Section.location ul.contact-links li a {
  text-transform: uppercase;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 110%;
  color: #000;
  font-size: 1.1111111111vw;
  font-size: clamp(14px, 1.1111111111vw, 20px);
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.fs-Section.location ul.contact-links li a svg {
  min-width: 1rem;
  min-height: 1rem;
}
.fs-Section.location ul.contact-links li:hover {
  opacity: 0.5;
}
.fs-Section.location ul.contact-links li:before {
  display: none;
}
.fs-Section.testimonials {
  /*padding-bottom: $s-base*10;*/
  margin-bottom: 5rem;
}
.fs-Section.testimonials:after {
  clear: both;
}
.fs-Section.testimonials > .content {
  display: block;
  overflow: hidden;
  padding-bottom: 2.0833333333rem;
  position: relative;
}
.fs-Section.testimonials > .content h3 {
  margin-bottom: 5rem;
}
.fs-Section.testimonials .testimonial-slider {
  padding-bottom: 2.0833333333rem;
}
.fs-Section.testimonials .testimonial-slider .testimonial figure {
  width: 5.8333333333rem;
  height: 5.8333333333rem;
  display: block;
  border-radius: 100%;
  margin: 0 0 4rem;
  overflow: hidden;
  position: relative;
}
.fs-Section.testimonials .testimonial-slider .testimonial figure img {
  width: auto;
  height: auto;
  object-fit: cover;
}
.fs-Section.testimonials .testimonial-slider .testimonial p:not(.author) {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.5vw;
  font-size: clamp(32px, 2.5vw, 48px);
  line-height: 110%;
  letter-spacing: -0.075rem;
}
.fs-Section.testimonials .testimonial-slider .testimonial .author {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin-top: 5rem;
}
.fs-Section.testimonials .testimonial-slider .testimonial .author img {
  max-width: 200px;
  margin: 1rem 0 0;
}
.fs-Section.testimonials .slick-arrow {
  position: absolute;
  bottom: -1rem;
  top: auto;
  transform: none !important;
}
.fs-Section.testimonials .slick-arrow:before {
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  opacity: 1;
}
.fs-Section.testimonials .slick-arrow.slick-prev {
  left: 0;
}
.fs-Section.testimonials .slick-arrow.slick-prev:before {
  background: url("../images/arrow-left.svg") no-repeat center;
}
.fs-Section.testimonials .slick-arrow.slick-next {
  left: 4.5833333333rem;
}
.fs-Section.testimonials .slick-arrow.slick-next:before {
  background: url("../images/arrow-right.svg") no-repeat center;
}
.fs-Section.testimonials ul.slick-dots {
  margin: 0 auto;
  bottom: -2rem;
  left: 50%;
  list-style: none;
  transform: translateX(-50%);
}
.fs-Section.testimonials ul.slick-dots li {
  text-align: center;
  margin: 0 0.75rem;
}
.fs-Section.testimonials ul.slick-dots li:before {
  display: none;
}
.fs-Section.testimonials ul.slick-dots li button {
  border: 1px solid #f2f2f2;
  border-radius: 100%;
  width: 0.625rem;
  margin: 0 auto;
  height: 0.625rem;
}
.fs-Section.testimonials ul.slick-dots li button:before {
  display: none;
}
.fs-Section.testimonials ul.slick-dots li.slick-active button, .fs-Section.testimonials ul.slick-dots li:hover button {
  background: #f2f2f2;
}
.fs-Section.work_slideshow {
  overflow: hidden;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.fs-Section.work_slideshow > .content {
  overflow: visible !important;
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 0.1rem;
}
.fs-Section.work_slideshow > .content .content {
  margin-bottom: 0.5rem;
}
.fs-Section.work_slideshow > .content > h3 {
  font-size: 1.3888888889vw;
  font-size: clamp(16px, 1.3888888889vw, 24px);
  line-height: 1.25;
  text-transform: uppercase;
  max-width: 30rem;
  /*margin-top: $s-base*4;*/
}
.fs-Section.work_slideshow .campaign-slider {
  padding-bottom: 2.0833333333rem;
}
.fs-Section.work_slideshow .campaign-slider, .fs-Section.work_slideshow .asset-slider {
  margin-top: 3rem;
  position: relative;
}
.fs-Section.work_slideshow .campaign-slider .slick-arrow, .fs-Section.work_slideshow .asset-slider .slick-arrow {
  position: absolute;
  bottom: -1rem;
  top: auto;
  transform: none !important;
}
.fs-Section.work_slideshow .campaign-slider .slick-arrow:before, .fs-Section.work_slideshow .asset-slider .slick-arrow:before {
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  opacity: 1;
}
.fs-Section.work_slideshow .campaign-slider .slick-arrow.slick-prev, .fs-Section.work_slideshow .asset-slider .slick-arrow.slick-prev {
  left: 0;
}
.fs-Section.work_slideshow .campaign-slider .slick-arrow.slick-prev:before, .fs-Section.work_slideshow .asset-slider .slick-arrow.slick-prev:before {
  background: url("../images/arrow-left.svg") no-repeat center;
}
.fs-Section.work_slideshow .campaign-slider .slick-arrow.slick-next, .fs-Section.work_slideshow .asset-slider .slick-arrow.slick-next {
  left: 4.5833333333rem;
}
.fs-Section.work_slideshow .campaign-slider .slick-arrow.slick-next:before, .fs-Section.work_slideshow .asset-slider .slick-arrow.slick-next:before {
  background: url("../images/arrow-right.svg") no-repeat center;
}
.fs-Section.work_slideshow .btn {
  position: absolute;
  bottom: -1rem;
  right: 0;
}
.fs-Section.work_slideshow .btn a {
  margin: 0 !important;
}
.fs-Section.work_slideshow .slick-list {
  overflow: visible !important;
}
.fs-Section.work_slideshow ul.slick-dots {
  margin: 0 auto;
  bottom: -2rem;
  left: 50%;
  list-style: none;
  transform: translateX(-50%);
}
.fs-Section.work_slideshow ul.slick-dots li {
  text-align: center;
  margin: 0 0.75rem;
}
.fs-Section.work_slideshow ul.slick-dots li:before {
  display: none;
}
.fs-Section.work_slideshow ul.slick-dots li button {
  border: 1px solid #f2f2f2;
  border-radius: 100%;
  width: 0.625rem;
  margin: 0 auto;
  height: 0.625rem;
}
.fs-Section.work_slideshow ul.slick-dots li button:before {
  display: none;
}
.fs-Section.work_slideshow ul.slick-dots li.slick-active button, .fs-Section.work_slideshow ul.slick-dots li:hover button {
  background: #f2f2f2;
}
.fs-Section.work_slideshow .campaign {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  margin-right: 1rem;
  margin-bottom: 3rem;
}
.fs-Section.work_slideshow .campaign .campaign-content {
  display: flex;
  flex-direction: column;
}
.fs-Section.work_slideshow .campaign .campaign-content h3 {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6666666667vw;
  font-size: clamp(18px, 1.6666666667vw, 30px);
  text-transform: none;
  font-style: normal;
  font-weight: 600;
  line-height: 89%;
  letter-spacing: -1px;
  margin-bottom: 0;
}
.fs-Section.work_slideshow .campaign .campaign-content h4 {
  font-size: 1.5277777778vw;
  font-size: clamp(16px, 1.5277777778vw, 28px);
  margin: 0.5rem 0 3rem;
}
.fs-Section.work_slideshow .campaign .campaign-content .subline {
  margin: 2rem 0 3rem;
}
.fs-Section.work_slideshow .campaign .campaign-content .tags {
  margin-top: auto;
  margin-bottom: 0;
  padding: 0;
}
.fs-Section.work_slideshow .campaign .campaign-content .tags ul.work-type {
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-content: flex-start;
  align-items: flex-start;
}
.fs-Section.work_slideshow .campaign .campaign-content .tags ul.work-type li {
  align-content: flex-start;
  font-size: 0.8333333333vw;
  font-size: clamp(10px, 0.8333333333vw, 14px);
}
.fs-Section.work_slideshow .campaign .campaign-image figure {
  height: 0;
  width: 100%;
  overflow: hidden;
  background: #222222;
  border-radius: 0.6666666667rem;
  padding-bottom: 65%;
  position: relative;
}
.fs-Section.work_slideshow .campaign .campaign-image figure img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.fs-Section.the-curve, .fs-Section.the_formula {
  margin: 0 0 0;
}
.fs-Section.the-curve .content, .fs-Section.the_formula .content {
  gap: 1rem;
}
.fs-Section.the-curve .content:has(.right), .fs-Section.the_formula .content:has(.right) {
  flex-direction: row-reverse;
}
.fs-Section.the-curve .content:has(.equation-element), .fs-Section.the_formula .content:has(.equation-element) {
  display: block;
}
.fs-Section.the-curve .content .formula-content, .fs-Section.the_formula .content .formula-content {
  margin-top: 8rem;
  max-width: 30rem;
  line-height: 140%;
}
.fs-Section.the-curve .content .curve-content p, .fs-Section.the_formula .content .curve-content p {
  margin-bottom: 1rem;
}
.fs-Section.the-curve .content .curve-content p:first-of-type:not(:only-of-type), .fs-Section.the_formula .content .curve-content p:first-of-type:not(:only-of-type) {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.0583333333rem;
  font-size: 1.6666666667vw;
  font-size: clamp(18px, 1.6666666667vw, 30px);
  font-weight: 300;
}
.fs-Section.the-curve .content div, .fs-Section.the_formula .content div {
  flex: 3;
  width: 80%;
  width: max-content;
}
.fs-Section.the-curve .content div svg, .fs-Section.the_formula .content div svg {
  height: 106%;
  margin: -1rem 0 0;
  width: 100%;
}
.fs-Section.the-curve .content div svg *, .fs-Section.the_formula .content div svg * {
  fill: none;
  stroke: url(#SVGID_1_);
  stroke-width: 7;
  stroke-miterlimit: 10;
}
.fs-Section.the-curve .content div.curve-wrapper, .fs-Section.the_formula .content div.curve-wrapper {
  width: 100%;
  display: flex;
  position: relative;
  gap: 1rem;
}
.fs-Section.the-curve .content div.curve-wrapper .section-a, .fs-Section.the-curve .content div.curve-wrapper .section-b, .fs-Section.the_formula .content div.curve-wrapper .section-a, .fs-Section.the_formula .content div.curve-wrapper .section-b {
  font-size: 1.3888888889vw;
  font-size: clamp(14px, 1.3888888889vw, 26px);
}
.fs-Section.the-curve .content div.curve-wrapper svg, .fs-Section.the_formula .content div.curve-wrapper svg {
  height: 105%;
  margin: -0.5rem 0 0;
}
.fs-Section.the-curve .content div.equation-wrapper, .fs-Section.the_formula .content div.equation-wrapper {
  max-width: 50rem;
}
.fs-Section.the-curve .content div.equation-wrapper .equation-element, .fs-Section.the_formula .content div.equation-wrapper .equation-element {
  margin-right: 1rem;
}
.fs-Section.the-curve .content div .equation-element, .fs-Section.the-curve .content div.equation-total, .fs-Section.the-curve .content div .equation-equals, .fs-Section.the_formula .content div .equation-element, .fs-Section.the_formula .content div.equation-total, .fs-Section.the_formula .content div .equation-equals {
  display: inline-block;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 4.4444444444vw;
  font-size: clamp(56px, 4.4444444444vw, 72px);
  font-style: normal;
  font-weight: 300;
  line-height: 89%; /* 56.96px */
  text-transform: uppercase;
  letter-spacing: -0.16rem;
}
.fs-Section.the-curve .content div .equation-equals, .fs-Section.the_formula .content div .equation-equals {
  display: block;
  margin: 1rem 0;
}
.fs-Section.the-curve .content div.equation-total, .fs-Section.the_formula .content div.equation-total {
  display: block;
  max-width: 30rem;
  background: linear-gradient(to right, #EFBD32 0%, #EF4C32 19%, #EC0489 37%, #90278F 56%, #0000FF 77%, #00CCE7 100%);
  background-size: 200% 200%;
  background-position: center;
  animation: gradientAnimation 5s linear infinite;
  margin-top: 1rem;
  display: block;
  transition: background-position 0.6s ease, filter 0.6s ease;
  /* Ensure the text uses the gradient as its fill */
  -webkit-background-clip: text; /* For Chrome, Safari, Opera */
  -webkit-text-fill-color: transparent; /* For Chrome, Safari, Opera */
  background-clip: text; /* Standard (Firefox supports this) */
  color: transparent; /* Fallback */
}
.fs-Section.the-curve .content .section-a, .fs-Section.the-curve .content .section-b, .fs-Section.the_formula .content .section-a, .fs-Section.the_formula .content .section-b {
  flex: 1;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6666666667vw;
  font-size: clamp(16px, 1.6666666667vw, 32px);
  line-height: 1;
  width: 10%;
  text-transform: uppercase;
}
.fs-Section.the-curve .content .section-a, .fs-Section.the_formula .content .section-a {
  margin-top: auto;
  margin-left: auto;
  text-align: right;
}
.fs-Section.the-curve .content .section-b, .fs-Section.the_formula .content .section-b {
  margin-bottom: auto;
  text-align: left;
}
.fs-Section.the-curve {
  padding: 0;
  flex-direction: row-reverse;
}
.fs-Section.the-curve .content:last-of-type {
  /*max-width: 50rem;*/
  gap: 5rem;
}
.fs-Section.filters, .fs-Section.tags {
  margin-top: 0;
}
.fs-Section.filters .current-filters, .fs-Section.tags .current-filters {
  position: relative;
  z-index: 4000;
  width: 100%;
  display: flex;
  gap: 0 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: black;
  z-index: 4000;
  position: relative;
}
.fs-Section.filters a.toggle-filters, .fs-Section.tags a.toggle-filters {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-size: 18;
  font-weight: 500;
  padding: 0.5rem 0;
}
.fs-Section.filters a.toggle-filters span, .fs-Section.tags a.toggle-filters span {
  align-content: center;
  align-items: center;
  gap: 0.5rem;
}
.fs-Section.filters a.toggle-filters span[role=open], .fs-Section.tags a.toggle-filters span[role=open] {
  display: flex;
}
.fs-Section.filters a.toggle-filters span[role=open] svg, .fs-Section.tags a.toggle-filters span[role=open] svg {
  width: 15px;
  height: 15px;
}
.fs-Section.filters a.toggle-filters span[role=close], .fs-Section.tags a.toggle-filters span[role=close] {
  display: none;
}
.fs-Section.filters a.toggle-filters span[role=close] svg, .fs-Section.tags a.toggle-filters span[role=close] svg {
  width: 12px;
  height: 12px;
}
.fs-Section.filters .facetwp-facet, .fs-Section.filters ul, .fs-Section.tags .facetwp-facet, .fs-Section.tags ul {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.fs-Section.filters .facetwp-facet .facetwp-counter, .fs-Section.filters ul .facetwp-counter, .fs-Section.tags .facetwp-facet .facetwp-counter, .fs-Section.tags ul .facetwp-counter {
  display: none;
}
.fs-Section.filters .facetwp-facet .facetwp-checkbox, .fs-Section.filters .facetwp-facet .facetwp-radio, .fs-Section.filters .facetwp-facet li, .fs-Section.filters ul .facetwp-checkbox, .fs-Section.filters ul .facetwp-radio, .fs-Section.filters ul li, .fs-Section.tags .facetwp-facet .facetwp-checkbox, .fs-Section.tags .facetwp-facet .facetwp-radio, .fs-Section.tags .facetwp-facet li, .fs-Section.tags ul .facetwp-checkbox, .fs-Section.tags ul .facetwp-radio, .fs-Section.tags ul li {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 1.6rem;
  padding: 0.15rem 0.75rem 0.15rem 0.75rem;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.fs-Section.filters .facetwp-facet .facetwp-checkbox.checked:before, .fs-Section.filters .facetwp-facet .facetwp-radio.checked:before, .fs-Section.filters .facetwp-facet li.checked:before, .fs-Section.filters ul .facetwp-checkbox.checked:before, .fs-Section.filters ul .facetwp-radio.checked:before, .fs-Section.filters ul li.checked:before, .fs-Section.tags .facetwp-facet .facetwp-checkbox.checked:before, .fs-Section.tags .facetwp-facet .facetwp-radio.checked:before, .fs-Section.tags .facetwp-facet li.checked:before, .fs-Section.tags ul .facetwp-checkbox.checked:before, .fs-Section.tags ul .facetwp-radio.checked:before, .fs-Section.tags ul li.checked:before {
  background: url(../images/icon-close-b.svg) no-repeat center;
}
.fs-Section.filters .facetwp-facet .facetwp-checkbox:hover, .fs-Section.filters .facetwp-facet .facetwp-radio:hover, .fs-Section.filters .facetwp-facet li:hover, .fs-Section.filters ul .facetwp-checkbox:hover, .fs-Section.filters ul .facetwp-radio:hover, .fs-Section.filters ul li:hover, .fs-Section.tags .facetwp-facet .facetwp-checkbox:hover, .fs-Section.tags .facetwp-facet .facetwp-radio:hover, .fs-Section.tags .facetwp-facet li:hover, .fs-Section.tags ul .facetwp-checkbox:hover, .fs-Section.tags ul .facetwp-radio:hover, .fs-Section.tags ul li:hover {
  border-color: #f2f2f2;
}
.fs-Section.filters .facetwp-facet .facetwp-checkbox.checked, .fs-Section.filters .facetwp-facet .facetwp-radio.checked, .fs-Section.filters .facetwp-facet li.checked, .fs-Section.filters ul .facetwp-checkbox.checked, .fs-Section.filters ul .facetwp-radio.checked, .fs-Section.filters ul li.checked, .fs-Section.tags .facetwp-facet .facetwp-checkbox.checked, .fs-Section.tags .facetwp-facet .facetwp-radio.checked, .fs-Section.tags .facetwp-facet li.checked, .fs-Section.tags ul .facetwp-checkbox.checked, .fs-Section.tags ul .facetwp-radio.checked, .fs-Section.tags ul li.checked {
  background: rgba(255, 255, 255, 0.25);
  color: #f2f2f2;
}
.fs-Section.filters .facetwp-facet .facetwp-checkbox.checked:before, .fs-Section.filters .facetwp-facet .facetwp-radio.checked:before, .fs-Section.filters .facetwp-facet li.checked:before, .fs-Section.filters ul .facetwp-checkbox.checked:before, .fs-Section.filters ul .facetwp-radio.checked:before, .fs-Section.filters ul li.checked:before, .fs-Section.tags .facetwp-facet .facetwp-checkbox.checked:before, .fs-Section.tags .facetwp-facet .facetwp-radio.checked:before, .fs-Section.tags .facetwp-facet li.checked:before, .fs-Section.tags ul .facetwp-checkbox.checked:before, .fs-Section.tags ul .facetwp-radio.checked:before, .fs-Section.tags ul li.checked:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon-close.svg) no-repeat center;
  background-size: 10px;
}
.fs-Section.filters .facetwp-facet input[type=checkbox], .fs-Section.filters .facetwp-facet input[type=radio], .fs-Section.filters ul input[type=checkbox], .fs-Section.filters ul input[type=radio], .fs-Section.tags .facetwp-facet input[type=checkbox], .fs-Section.tags .facetwp-facet input[type=radio], .fs-Section.tags ul input[type=checkbox], .fs-Section.tags ul input[type=radio] {
  visibility: hidden;
}
.fs-Section.filters {
  margin: 0 auto 0.5rem !important;
  padding: 0 !important;
}
.fs-Section.filters .content {
  margin-bottom: 0;
  position: relative;
  display: block;
}
.fs-Section.filters .content .filters__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  opacity: 1;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fs-Section.filters .content .filters__pills.is-empty {
  display: none;
}
.fs-Section.filters .content .filter-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 1.6rem;
  padding: 0.35rem 0.75rem 0.35rem 0.75rem;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  font-size: clamp(12px, 0.9722222222vw, 16px);
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}
.fs-Section.filters .content .filter-pill:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon-close.svg) no-repeat center;
  background-size: 10px;
}
.fs-Section.filters .content button span {
  line-height: 1;
}
.fs-Section.filters .content .filter-pill .pill-x {
  font-weight: 600;
}
.fs-Section.filters .content .filter-pill:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.fs-Section.filters aside#filters {
  position: absolute;
  top: 1.3333333333rem;
  left: -500px;
  padding: 4.25rem 2rem 0 0;
  background: #000;
  z-index: 2000;
  max-width: 500px;
  width: 100%;
  height: var(--filters-h, auto);
  max-height: var(--filters-h, 100dvh);
  overflow: auto;
  overscroll-behavior: contain;
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fs-Section.filters aside#filters .filter {
  border: 1px solid #f2f2f2;
  border-radius: 0.625rem;
  padding: 1rem;
  margin: 0 0 1rem 0;
}
.fs-Section.filters aside#filters .filter:has(.checked) .filter__title {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 0.5rem;
}
.fs-Section.filters aside#filters .filter:has(.checked) .filter__title:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #FF00E5;
}
.fs-Section.filters aside#filters .filter .filter__body {
  margin-top: 1.25rem;
}
.fs-Section.filters aside#filters .filter .filter__body .facetwp-facet {
  margin-bottom: 0.25rem;
}
.fs-Section.filters aside#filters .filter .filter__summary {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
.fs-Section.filters aside#filters .filter .filter__summary:hover {
  cursor: pointer;
}
.fs-Section.filters aside#filters .filter .filter__summary .filter__title {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(16px, 1.3888888889vw, 24px);
}
.fs-Section.filters aside#filters .filter .filter__summary svg {
  align-self: center;
  margin-left: auto;
  width: 14px;
}
.fs-Section.filters aside#filters .filter .filter__summary[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.fs-Section.filters aside#filters details summary {
  list-style: none; /* Firefox */
}
.fs-Section.filters aside#filters details summary::-webkit-details-marker {
  display: none; /* Chrome, Safari */
}
.fs-Section.filters aside#filters details summary::marker {
  content: ""; /* Standard */
}
.fs-Section.filters aside#filters .facetwp-type-reset button {
  position: relative;
  font-size: 1.1111111111vw;
  font-size: clamp(14px, 1.1111111111vw, 20px);
  padding: 1em 2.25em !important;
  line-height: 1;
  margin-top: 0rem;
  width: 100%;
  min-width: 9rem;
  /*margin-right: 3rem;*/
  justify-content: center;
  align-content: center;
  line-height: 1;
  box-sizing: border-box;
  border-radius: 1.4583333333rem;
  background-color: #f2f2f2;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05rem;
  display: inline-flex;
  z-index: 1.2;
  display: flex;
  align-content: center;
  cursor: pointer;
  align-items: center;
  text-align: center;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase !important;
  letter-spacing: 0.025rem;
}
.fs-Section.filters aside#filters .facetwp-type-reset button:hover {
  font-weight: 800;
}
.fs-Section.filters aside#filters .facetwp-type-reset button.is-disabled, .fs-Section.filters aside#filters .facetwp-type-reset button[disabled] {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
.fs-Section.filters .facetwp-facet, .fs-Section.filters ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.fs-Section.filters:has(.checked) .toggle-filters {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
}
.fs-Section.filters:has(.checked) .toggle-filters:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #FF00E5;
}
.fs-Section.tags {
  margin: 3rem 0 0;
  padding-bottom: 0 !important;
}
.fs-Section.work-archive {
  padding-top: 0;
  position: relative;
  z-index: 0;
}
.fs-Section.work-archive .content {
  padding: 0.75rem 0;
  margin-top: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}
.fs-Section.work-archive .content.post-count {
  padding-top: 0;
  margin: 0 auto;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(12px, 0.9722222222vw, 16px);
}
.fs-Section.work-archive .content .work-item {
  width: 100%;
  margin: 0;
}
.fs-Section.work-archive .content .work-item .title {
  margin: 0.65rem 0 0;
}
.fs-Section.work-archive .content .work-item .title h2 {
  font-size: 1.25vw;
  font-size: clamp(16px, 1.25vw, 20px);
  max-width: none;
  font-weight: 600;
  margin: 0 0 0.15rem;
}
.fs-Section.work-archive .content .work-item .title h3 {
  font-size: 0.9722222222vw;
  font-size: clamp(14px, 1.1111111111vw, 18px);
  max-width: 90%;
}
.fs-Section.work-archive .content figure, .fs-Section.work-archive .content .video {
  border-radius: 0.625rem;
  background: #222222;
  overflow: hidden;
  position: relative;
  height: 0;
  height: 0;
  padding-bottom: 50%;
}
.fs-Section.work-archive .content figure a, .fs-Section.work-archive .content .video a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fs-Section.work-archive .content figure a img, .fs-Section.work-archive .content .video a img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-fit-position: center;
}
.fs-Section.work-archive .content figure .overlay, .fs-Section.work-archive .content .video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  align-content: center;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-size: 0.9722222222vw;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: 500;
  pointer-events: none;
}
.fs-Section.work-archive .content figure:hover .overlay, .fs-Section.work-archive .content .video:hover .overlay {
  opacity: 1;
  cursor: pointer;
}
.fs-Section.feature_video {
  height: 95vh;
  padding: 0;
  position: relative;
  overflow: hidden;
  /*&:first-of-type {*/
  /*}*/
}
.fs-Section.feature_video:after {
  content: "";
  background: url("../images/SCROLL.svg") no-repeat center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 4.1666666667rem;
  display: flex;
  align-content: center;
  justify-content: center;
  width: 6.25rem;
  height: 6.25rem;
}
.fs-Section.feature_video #fsBackground {
  position: absolute;
  width: 100%;
  height: calc(100% - 4.1666666667rem);
  top: 0;
  left: 0;
  background: none !important;
}
.fs-Section.feature_video #fsBackground video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
}
.fs-Section.feature_video .overlay-title {
  position: absolute;
  z-index: 1;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.fs-Section.feature_video .overlay-title h2 {
  color: #f2f2f2;
  text-align: center;
  font-family: "DM Sans";
  font-size: 4.4444444444vw;
  font-size: clamp(56px, 4.4444444444vw, 72px);
  font-weight: 800;
  line-height: 91.96%;
  letter-spacing: -0.1066666667rem;
  max-width: 50rem;
  margin: auto;
}
.fs-Section.full_screen_video .video {
  position: relative;
}
.fs-Section.full_screen_video .video .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.fs-Section.full_screen_video .video .play-btn:hover {
  cursor: pointer;
}
.fs-Section.full_screen_video .video .play-btn:hover svg {
  opacity: 0.5;
}

.single-work {
  margin-top: 9rem;
}
.single-work main .fs-Section {
  padding: 2rem 0 0;
}
.single-work main .fs-Section.work_slidesho {
  margin-bottom: 4rem;
}
.single-work main .fs-Section .content {
  gap: 2rem 4rem;
}
.single-work main .fs-Section .content #breadcrumbs {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.05rem;
  font-size: clamp(14px, 0.9722222222vw, 16px);
  margin-bottom: 4rem;
}
.single-work main .fs-Section .content #breadcrumbs span {
  text-transform: uppercase;
}
.single-work main .fs-Section .content #breadcrumbs span.breadcrumb_last {
  text-transform: none;
}
.single-work main .fs-Section .content.left {
  flex-direction: row-reverse;
}
.single-work main .fs-Section.work_slideshow .content {
  gap: 0;
  padding: 0;
}
.single-work main .fs-Section.work_slideshow .copy h3 {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: clamp(14px, 0.9722222222vw, 16px);
  /*font-size: 1.15vw;*/
  font-weight: 400;
  letter-spacing: 0.05rem;
  color: #737373;
  margin-top: 1rem;
}
.single-work .title {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.single-work .title h1 {
  line-height: 1;
}
.single-work .title h2 {
  margin-top: 1rem;
  font-size: clamp(16px, 1.5277777778vw, 28px);
}
.single-work .title h3 {
  font-size: clamp(14px, 1.3888888889vw, 18px);
  line-height: 1.25;
  text-transform: uppercase;
  max-width: 30rem;
  margin-top: 4rem;
}
.single-work .tags {
  padding: 0;
  margin-bottom: 6rem;
}

body.archive main {
  min-height: 100vh;
}
body.parent-pageid-76 .content-blocks .full_screen_image:first-of-type {
  max-height: 93vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.parent-pageid-76 .content-blocks .full_screen_image:first-of-type .content:before {
  content: "";
  display: block;
  width: 10.0833333333rem;
  height: 7.9166666667rem;
  background: url("../images/header-research.svg") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 2rem;
  left: 0;
}
body.parent-pageid-76 .content-blocks .full_screen_image:first-of-type .content:after {
  content: "Research";
  display: block;
  color: #f2f2f2;
  position: absolute;
  bottom: 2rem;
  right: 0;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-size: vptovw(1440,64);*/
  font-size: clamp(58px, 4.4444444444vw, 70px);
  font-weight: 300;
  line-height: 89%; /* 56.96px */
  letter-spacing: -0.1583333333rem;
}
body.parent-pageid-76.page-performance .content-blocks .full_screen_image:first-of-type .content:before, body.parent-pageid-76.page-performance-2 .content-blocks .full_screen_image:first-of-type .content:before {
  background: url("../images/header-performance.svg") no-repeat center;
  background-size: 100%;
}
body.parent-pageid-76.page-performance .content-blocks .full_screen_image:first-of-type .content:after, body.parent-pageid-76.page-performance-2 .content-blocks .full_screen_image:first-of-type .content:after {
  content: "Performance";
}
body.parent-pageid-76.page-strategy .content-blocks .full_screen_image:first-of-type .content:before {
  background: url("../images/header-strategy.svg") no-repeat center;
  background-size: 100%;
}
body.parent-pageid-76.page-strategy .content-blocks .full_screen_image:first-of-type .content:after {
  content: "Strategy";
}
body.parent-pageid-76.page-creative .content-blocks .full_screen_image:first-of-type .content:before {
  background: url("../images/header-creative.svg") no-repeat center;
  background-size: 100%;
}
body.parent-pageid-76.page-creative .content-blocks .full_screen_image:first-of-type .content:after {
  content: "Creative";
}
body.parent-pageid-76.page-cx .content-blocks .full_screen_image:first-of-type .content:before {
  background: url("../images/header-cx.svg") no-repeat center;
  background-size: 100%;
}
body.parent-pageid-76.page-cx .content-blocks .full_screen_image:first-of-type .content:after {
  content: "CX";
}

body[data-open] {
  overflow: hidden;
}
body[data-open] section.work-archive {
  opacity: 0.2;
}
body[data-open] section.filters .filters__pills {
  opacity: 0 !important;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  display: none !important;
}
body[data-open] section.filters aside#filters {
  left: 0;
  opacity: 1;
}
body[data-open] section.filters a.toggle-filters {
  width: 100%;
}
body[data-open] section.filters a.toggle-filters span[role=open] {
  display: none;
}
body[data-open] section.filters a.toggle-filters span[role=close] {
  display: flex;
}

[hidden] {
  display: none !important;
}

body.mm-open {
  overflow: hidden;
}

header {
  /*padding: $s-base*0.75 0 0;*/
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
}
header .mobile-navigation-toggle {
  display: none;
}
header:after {
  content: "";
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #EFBD32 0%, #EF4C32 19%, #EC0489 37%, #90278F 56%, #0000FF 77%, #00CCE7 100%);
  background-size: 150% 100%;
  background-position: center;
  animation: gradientAnimation 5s linear infinite;
  margin-top: 0rem;
  display: block;
  transition: background-position 0.6s ease, filter 0.6s ease;
  position: relative;
  z-index: 10;
  pointer-events: none;
}
@keyframes gradientAnimation {
  0% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
  100% {
    background-position: 0% center;
  }
}
header .mm__mobilebar {
  display: none;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: none;
  padding: 0;
}
header .fs-Section {
  padding: 0;
}
header .fs-Section:last-child {
  padding-bottom: 0 !important;
}
header .fs-Section .content {
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
header .fs-Section .content > div, header .fs-Section .content > nav {
  flex: 1;
}
header .fs-Section .content .logo {
  align-self: center;
}
header .fs-Section .content .logo a {
  display: block;
  line-height: 0.8;
}
header .fs-Section .content .logo svg {
  width: 5.8333333333rem;
  height: auto;
  max-width: 100%;
  margin: 0;
}
header .fs-Section .content .logo svg #SVGID_1_ * {
  fill: linear-gradient(to right, #EFBD32 0%, #EF4C32 19%, #EC0489 37%, #90278F 56%, #0000FF 77%, #00CCE7 100%);
  background-size: 150% 100%;
  background-position: center;
  animation: gradientAnimation 5s linear infinite;
  margin-top: 0.5rem;
  display: block;
  transition: background-position 0.6s ease, filter 0.6s ease;
}
header .fs-Section .content .navigation-elements {
  display: flex;
  flex: 2.35;
  align-items: center;
}
header .fs-Section .content .navigation-elements nav {
  flex: 1;
}
header .fs-Section .content .navigation-elements nav ul {
  display: flex;
  justify-content: space-between;
}
header .fs-Section .content .navigation-elements nav ul li {
  padding: 26px 0 26px;
  position: relative;
  line-height: 1;
  display: flex;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
  /* hover state, optional if you like the up chevron on hover */
  /* keep chevron “active” while the megamenu is open */
  /* for nested submenus that open via your mobile script */
}
header .fs-Section .content .navigation-elements nav ul li:before {
  display: none !important;
}
header .fs-Section .content .navigation-elements nav ul li > a {
  text-transform: uppercase;
  font-size: 0.9722222222vw;
  font-size: clamp(12px, 0.9722222222vw, 16px);
  line-height: 1;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header .fs-Section .content .navigation-elements nav ul li > a[aria-expanded=true], header .fs-Section .content .navigation-elements nav ul li > a:hover {
  /*font-weight: $bold !important;*/
  font-variation-settings: "wght" 800;
  font-synthesis: none;
  letter-spacing: -0.01rem;
}
header .fs-Section .content .navigation-elements nav ul li.current-menu-item a, header .fs-Section .content .navigation-elements nav ul li.current-page-parent a {
  font-weight: 800;
}
header .fs-Section .content .navigation-elements nav ul li.current-menu-item ul li a, header .fs-Section .content .navigation-elements nav ul li.current-page-parent ul li a {
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
header .fs-Section .content .navigation-elements nav ul li.current-menu-item ul li.current-menu-item > a, header .fs-Section .content .navigation-elements nav ul li.current-page-parent ul li.current-menu-item > a {
  /*font-weight: $bold;*/
  font-variation-settings: "wght" 800;
  font-synthesis: none;
  letter-spacing: -0.01rem;
}
header .fs-Section .content .navigation-elements nav ul li:has(a[data-mm-target]):after, header .fs-Section .content .navigation-elements nav ul li:has(ul):after {
  content: "";
  display: block;
  background: url("../images/icon-arrow-down.svg") no-repeat;
  width: 14px;
  height: 4px;
  background-size: 8px;
}
header .fs-Section .content .navigation-elements nav ul li:has(a[data-mm-target]):hover, header .fs-Section .content .navigation-elements nav ul li:has(ul):hover {
  font-weight: 800;
}
header .fs-Section .content .navigation-elements nav ul li:has(a[data-mm-target]):hover:after, header .fs-Section .content .navigation-elements nav ul li:has(ul):hover:after {
  background: url("../images/icon-arrow-up.svg") no-repeat;
  background-size: 8px;
}
header .fs-Section .content .navigation-elements nav ul li:has(> a[data-mm-target])::after, header .fs-Section .content .navigation-elements nav ul li:has(> ul)::after {
  content: "";
  display: block;
  width: 14px;
  height: 4px;
  background: url("../images/icon-arrow-down.svg") no-repeat;
  background-size: 8px;
}
header .fs-Section .content .navigation-elements nav ul li:hover::after {
  background: url("../images/icon-arrow-up.svg") no-repeat;
  background-size: 8px;
}
header .fs-Section .content .navigation-elements nav ul li:has(> a[data-mm-target][aria-expanded=true])::after {
  background: url("../images/icon-arrow-up.svg") no-repeat;
  background-size: 8px;
}
header .fs-Section .content .navigation-elements nav ul li:has(> a[data-mm-target][aria-expanded=true]) a {
  font-weight: 800;
}
header .fs-Section .content .navigation-elements nav ul li.submenu-open::after ::after, header .fs-Section .content .navigation-elements nav ul li:has(> .sub-menu.open) ::after {
  background: url("../images/icon-arrow-up.svg") no-repeat;
  background-size: 8px;
}
header .fs-Section .content .navigation-elements nav ul li.submenu-open::after a, header .fs-Section .content .navigation-elements nav ul li:has(> .sub-menu.open) a {
  font-weight: 800;
}
header .fs-Section .content .navigation-elements nav ul li ul {
  background: #000;
  /*border-radius: pxtorem(10);*/
  padding: 0.75rem 0.75rem;
  position: absolute;
  display: flex;
  flex-direction: column;
  width: max-content;
  top: 70px;
  left: -1.65rem;
  flex-direction: column;
  display: none;
}
header .fs-Section .content .navigation-elements nav ul li ul li {
  padding: 0.25rem 0.75rem;
  line-height: 1;
  text-align: left;
  display: block;
}
header .fs-Section .content .navigation-elements nav ul li ul li a {
  text-transform: none;
  /*font-family: $fontB;*/
  line-height: 1;
  letter-spacing: 0.0175rem;
  font-weight: 300;
}
header .fs-Section .content .navigation-elements nav ul li ul li:hover {
  background: #000;
  border-radius: 1.6666666667rem;
  cursor: pointer !important;
}
header .fs-Section .content .navigation-elements nav ul li ul li:hover a {
  /*font-weight: $bold;*/
  font-variation-settings: "wght" 800;
  font-synthesis: none;
  letter-spacing: -0.01rem;
}
header .fs-Section .content .navigation-elements nav ul li ul.open {
  display: flex;
}
header .fs-Section .content .navigation-elements nav ul li:hover {
  cursor: pointer !important;
}
header .fs-Section .content .navigation-elements nav ul li:hover > a {
  font-weight: 800;
  /*border-bottom: 1px solid $colorff;*/
}
header .fs-Section .content .navigation-elements nav ul li:hover > ul {
  display: flex;
}
header .fs-Section .content .navigation-elements nav ul li:hover > ul li a {
  border-bottom: 0;
}
header .fs-Section .content .navigation-elements .reel {
  flex: 1.3;
  display: flex;
  justify-content: flex-end;
}
header .fs-Section .content .navigation-elements .reel a {
  margin-left: 1rem;
}
header .activatemenu {
  display: block;
  height: 21px;
}
header .activatemenu span {
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: -2px;
}
header .activatemenu .hamburger {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: inline-block;
  margin-right: 0;
  position: relative;
  width: 38px;
  height: 21px;
  top: 0px;
}
header .activatemenu .hamburger_bar {
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 2px solid #f2f2f2;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
header .activatemenu .hamburger_bar_one {
  top: 0;
}
header .activatemenu .hamburger_bar_two {
  top: 10px;
}
header .activatemenu .hamburger_bar_three {
  top: 20px;
}
header .activatemenu.active .hamburger_bar {
  /*border-color: $colorff !important;*/
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
header .activatemenu.active .hamburger_bar_one {
  -webkit-transform: rotate(45deg) translateX(8px) translateY(7px);
  -ms-transform: rotate(45deg) translateX(8px) translateY(8px);
  transform: rotate(45deg) translateX(8px) translateY(8px);
}
header .activatemenu.active .hamburger_bar_two {
  opacity: 0;
}
header .activatemenu.active .hamburger_bar_three {
  -webkit-transform: rotate(-45deg) translateX(2px) translateY(-4px);
  -ms-transform: rotate(-45deg) translateX(2px) translateY(-4px);
  transform: rotate(-45deg) translateX(2px) translateY(-4px);
  top: 16px;
}
header .activatemenu.active > span {
  opacity: 0;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
header .activatemenu:hover {
  cursor: pointer;
}

body.post-type-archive-work header .fs-Section .content .navigation-elements nav ul li#menu-item-81 a {
  font-weight: 800;
}

/* Container sits under the header, full width */
.megamenus {
  position: fixed;
  left: 0;
  right: 0;
  top: 70px;
  z-index: 50;
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  /* hide by default, JS toggles [hidden] */
}

/* Single panel */
.megamenu {
  padding: 40px 24px;
}

.megamenu .container {
  display: flex;
  gap: 1rem;
  max-width: 1600px;
  margin: 0 auto;
}

.mm__all {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: auto;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: none;
}
.mm__all::after {
  content: "";
  display: block;
  margin-left: 0.25rem;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url("../images/arrow.svg") no-repeat center;
}

.mm__intro {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 16px;
}
.mm__intro h3 {
  font-size: clamp(32px, 2.9166666667vw, 46px);
  max-width: 10.8333333333rem;
  line-height: 1;
  top: -4px;
  position: relative;
}
.mm__intro a:hover {
  font-weight: 800;
  font-variation-settings: "wght" 800;
  font-synthesis: none;
  /*letter-spacing: -0.1rem;*/
}
.mm__intro .mm__all {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.mm__eyebrow {
  font-size: 28px;
  font-weight: 500;
  margin: 0;
}

.mm__cols {
  flex: 3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  position: relative;
}
.mm__cols ul {
  flex-direction: column;
  padding-right: 30px;
}
.mm__cols ul li {
  margin: 0;
}

.mm__col-title {
  font-size: clamp(14px, 0.9722222222vw, 16px);
  letter-spacing: 0.0466666667rem;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.mm__cols .mm__col:nth-of-type(1) .mm__col-title {
  color: #77FFFF !important;
}
.mm__cols .mm__col:nth-of-type(2) .mm__col-title {
  color: #FF71C6 !important;
}
.mm__cols .mm__col:nth-of-type(3) .mm__col-title {
  color: #FD9A00 !important;
}

.mm__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mm__list li {
  margin: 0 0 !important;
  padding: 0.005rem 0 !important;
}
.mm__list li:before {
  display: none;
}

.mm__list a {
  text-decoration: none;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(14px, 0.9722222222vw, 16px);
}
.mm__list a:hover {
  font-weight: 800;
  font-variation-settings: "wght" 800;
  font-synthesis: none;
  letter-spacing: -0.1rem;
}

.mm__list:has(li:nth-child(7)) {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column; /* fill rows first, then make a new column */
  grid-template-rows: repeat(6, auto); /* 7 rows in the first column */
  /*grid-auto-columns: max-content;         /* or 1fr for equal widths *!/*/
  gap: 0 1.5rem; /* row gap, column gap */
  list-style: none;
  margin: 0;
  padding: 0;
}

.mm__cols:has(.mm__col .mm__list li:nth-child(7)) {
  grid-template-columns: 1fr 1.25fr 1fr;
}

/* simple separators like your design */
/*.mm__col::before,*/
.mm__col {
  position: relative;
}
.mm__col::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.82);
}
.mm__col:last-child:after {
  display: none;
}

/*.mm__cols::before { left: calc(33.333% - 24px); }*/
/*.mm__cols::after  { left: calc(66.666% - 24px); }*/
/* keep the panel hidden visually when [hidden] present */
.megamenus[hidden], .megamenu[hidden] {
  display: none;
}

footer {
  background: #161616;
  padding: 4rem 0;
}
footer .fs-Section:last-child {
  padding-bottom: 0 !important;
}
footer .fs-Section .content {
  display: grid;
  grid-template-areas: "a b" "c b";
}
footer .fs-Section .content > div {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
footer .fs-Section .content > div.intro {
  grid-area: a;
}
footer .fs-Section .content > div.contact-form {
  grid-area: b;
}
footer .fs-Section .content > div.contact-info {
  grid-area: c;
  flex: 1;
  margin-top: auto;
}
footer .fs-Section .content > div.contact-info > svg {
  margin: 1.5rem 0;
}
footer .fs-Section .content > div.contact-info ul.social {
  display: flex;
  gap: 0 1.25rem;
  margin-bottom: 3rem;
  list-style: none;
  width: 100%;
}
footer .fs-Section .content > div.contact-info ul.social li {
  border: 1px solid #f2f2f2;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-transition-property: background;
  -o-transition-property: background;
  -webkit-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
footer .fs-Section .content > div.contact-info ul.social li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .fs-Section .content > div.contact-info ul.social li .icon svg {
  max-width: 0.8rem;
}
footer .fs-Section .content > div.contact-info ul.social li .icon svg * {
  fill: #f2f2f2 !important;
}
footer .fs-Section .content > div.contact-info ul.social li:before {
  display: none;
}
footer .fs-Section .content > div.contact-info ul.social li:hover {
  background: #f2f2f2;
}
footer .fs-Section .content > div.contact-info ul.social li:hover svg * {
  fill: #222222 !important;
}
footer .fs-Section .content > div.contact-info ul.social li svg {
  width: 1.3333333333rem;
  height: auto;
}
footer .fs-Section .content > div.contact-info ul.social li svg * {
  -moz-transition-property: fill;
  -o-transition-property: fill;
  -webkit-transition-property: fill;
  transition-property: fill;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
footer .fs-Section .content > div h3 {
  font-size: 4.4642857143vw;
  font-size: clamp(62px, 5.2083333333vw, 88px);
  line-height: 90%;
  font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1rem;
  letter-spacing: -2px;
}
footer .fs-Section .content > div.contact-form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.alignnone, .wp-caption.alignnone, a img.alignnone {
  display: block;
  float: none;
}

.aligncenter, a img.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright, .wp-caption.alignright, a img.alignright {
  float: right;
  margin: 0;
}

.alignleft, .wp-caption.alignleft, a img.alignleft {
  float: left;
  margin: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

@media only screen and (max-width: 985px) {
  .fs-Section.work-archive .content figure .overlay, .fs-Section.work-archive .content .video .overlay {
    display: none !important;
  }
  header {
    padding: 15px 0 10px !important;
  }
  header:after {
    position: absolute;
    bottom: 0;
  }
  header .mobile-navigation-toggle {
    display: flex !important;
    align-content: center;
    justify-content: flex-end;
  }
  header .fs-Section {
    padding: 0 !important;
    margin: 0 !important;
  }
  header .fs-Section .content {
    padding: 0 0.5rem 0.35rem;
  }
  header .fs-Section .content .logo {
    flex: 3;
    height: 33px;
  }
  header .fs-Section .content .logo svg {
    width: 100%;
    max-width: 130px;
  }
  header .fs-Section .content .logo svg > path {
    display: none;
  }
  header .fs-Section .content .logo svg > path:nth-last-child(1), header .fs-Section .content .logo svg > path:nth-last-child(2), header .fs-Section .content .logo svg > path:nth-last-child(3), header .fs-Section .content .logo svg > path:nth-last-child(4) {
    display: block;
  }
  header .fs-Section .content .navigation-elements {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    display: block;
    background: #000;
    padding-top: 2.75rem;
    z-index: -1;
  }
  @keyframes gradientAnimation {
    0% {
      background-position: 0% center;
    }
    50% {
      background-position: 100% center;
    }
    100% {
      background-position: 0% center;
    }
  }
  header .fs-Section .content .navigation-elements nav {
    padding: 2rem 0;
  }
  header .fs-Section .content .navigation-elements nav ul {
    display: block;
  }
  header .fs-Section .content .navigation-elements nav ul li {
    border-bottom: 1px solid #222222;
    padding: 0.95rem 2rem;
    display: block;
  }
  header .fs-Section .content .navigation-elements nav ul li a {
    font-size: 4.5833333333vw;
  }
  header .fs-Section .content .navigation-elements nav ul li#menu-item-81 {
    display: none;
  }
  header .fs-Section .content .navigation-elements nav ul li.menu-item-has-children {
    padding-right: 1.55rem !important;
  }
  header .fs-Section .content .navigation-elements nav ul li.menu-item-has-children:after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 1.25rem;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/icon-dropdwon.svg) no-repeat center center;
    background-size: 16px;
    transition: transform 0.3s ease;
  }
  header .fs-Section .content .navigation-elements nav ul li.menu-item-has-children:hover:after {
    transform: translateY(-50%) rotate(0deg); /* rotate so arrow points up */
    background-size: 16px;
  }
  header .fs-Section .content .navigation-elements nav ul li ul {
    position: relative;
    background: none;
    padding: 1rem 0 0;
    margin: 0;
    top: auto;
    left: auto;
  }
  header .fs-Section .content .navigation-elements nav ul li ul li {
    border-bottom: 0;
    padding: 0.75rem 0.75rem 0.5rem 0;
  }
  header .fs-Section .content .navigation-elements nav ul li ul li a {
    font-size: 115%;
    /*font-family: $fontA;*/
    /*text-transform: uppercase;*/
  }
  header .fs-Section .content .navigation-elements .reel {
    width: 100%;
    display: block;
    padding: 0 2rem;
  }
  header .fs-Section .content .navigation-elements .reel a {
    width: 100%;
    padding: 0.75rem;
    margin: 0 auto 1rem !important;
    text-align: center;
    font-size: 4.7916666667vw;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  header .fs-Section .content .navigation-elements .reel a.button {
    margin: 0;
  }
  body.menu-active header .fs-Section .content .navigation-elements {
    top: 0;
  }
  html {
    /*font-size: vptovw( 480,16 ); // Based on viewport width of 1600px/font-size 20px*/
  }
  body {
    /*font-size: vptovw(480,16);
    font-size: clamp-font(14,16,18);*/
    margin-top: 65px;
  }
  body.home {
    /*margin-top: pxtorem(60);*/
  }
  h1 {
    /*font-size: vptovw(480,64);*/
  }
  h2 {
    /*font-size: vptovw(480,20);*/
    line-height: 1.25;
  }
  .fs-Section {
    padding: 2rem 0 !important;
    margin: 0 !important;
  }
  .fs-Section.full_screen_video {
    margin-bottom: 2rem !important;
  }
  .fs-Section .content > h3:first-child {
    /*font-size: vptovw(480,11);*/
  }
  .fs-Section.filters:first-of-type {
    padding: 5rem 0 0 !important;
  }
  .fs-Section.filters .facetwp-facet {
    margin-bottom: 0 !important;
    flex-wrap: wrap;
  }
  .fs-Section.the_team ul.team-list {
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
  .fs-Section.the_team ul.team-list li h3 {
    /*font-size: vptovw(480,20);*/
  }
  .fs-Section.the_team ul.team-list li h4 {
    /*font-size: vptovw(480,16);*/
  }
  .fs-Section.content_icon_grid h2, .fs-Section.results h2 {
    /*font-size: vptovw(480,64);*/
  }
  .fs-Section.content_icon_grid .columns, .fs-Section.results .columns {
    display: block;
  }
  .fs-Section.content_icon_grid .columns .column, .fs-Section.results .columns .column {
    margin: 0 auto 3rem;
  }
  .fs-Section.content_icon_grid .columns .column h4, .fs-Section.results .columns .column h4 {
    /*font-size: vptovw(480,24);*/
  }
  .fs-Section.content_icon_grid .columns .column figure, .fs-Section.results .columns .column figure {
    height: 2.666667rem;
    width: 2.666667rem;
  }
  .fs-Section.results .columns .column .number {
    /*font-size: vptovw(480,128);*/
    margin-bottom: 2rem;
  }
  .fs-Section.content_image_columns .content {
    display: block;
  }
  .fs-Section.content_image_columns .content > div:first-child {
    margin-bottom: 2rem;
  }
  .fs-Section.content_image_columns .content > div h2 {
    /*font-size: vptovw(480,64);*/
  }
  .fs-Section.content_image_columns .content > div h3 {
    /*font-size: vptovw(480,64);*/
  }
  .fs-Section.content_image_columns .content > div p:first-of-type:not(:only-of-type) {
    /*font-size: vptovw(480,24);*/
  }
  .fs-Section.full_screen_image:first-child {
    padding-top: 0 !important;
  }
  .fs-Section.full_screen_image figure .content:after {
    display: none;
  }
  .fs-Section.full_screen_image figure .content .overlay {
    max-width: 100%;
    /*font-size: vptovw(480,28);*/
  }
  .fs-Section.full_screen_image figure .content .overlay h1, .fs-Section.full_screen_image figure .content .overlay h2, .fs-Section.full_screen_image figure .content .overlay h3 {
    /*font-size: vptovw(480,54);*/
  }
  .fs-Section.careers .content ul.career-listings li {
    /*font-size: vptovw(480,16);*/
  }
  .fs-Section.location .map {
    padding-bottom: 50% !important;
    margin-bottom: 2rem;
  }
  .fs-Section.location .content {
    display: block;
  }
  .fs-Section.location .content h3 {
    /*font-size: vptovw(480,24);*/
  }
  .fs-Section.location .content h4 {
    /*font-size: vptovw(480,16);*/
  }
  .fs-Section.location ul.contact-links li a {
    /*font-size: vptovw(480,16);*/
  }
  .fs-Section.testimonials {
    padding-bottom: 7rem !important;
  }
  .fs-Section.testimonials .testimonial-slider .testimonial p:not(.author) {
    /*font-size: vptovw(480,36);*/
  }
  .fs-Section.testimonials .testimonial-slider .testimonial .author img {
    max-width: 180px;
  }
  .fs-Section.testimonials ul.slick-custom-dots {
    width: 90%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    gap: 1.5rem;
    margin: 0rem 0 4rem;
  }
  .fs-Section.testimonials ul.slick-custom-dots li img {
    width: 90%;
  }
  .fs-Section.work_slideshow > .content h3 {
    margin-top: 0;
    /*font-size: vptovw(480,11);*/
  }
  .fs-Section.work_slideshow .btn {
    bottom: -0.5rem;
    width: 100%;
  }
  .fs-Section.work_slideshow .btn a {
    width: 100%;
  }
  .fs-Section.work_slideshow .campaign {
    /*display: block;*/
    margin-bottom: 0rem;
  }
  .fs-Section.work_slideshow .campaign .campaign-image figure {
    padding-bottom: 105%;
  }
  .fs-Section.work_slideshow .campaign .campaign-content * {
    max-width: none;
  }
  .fs-Section.work_slideshow .campaign .campaign-content h3 {
    /*font-size: vptovw(480,32);*/
  }
  .fs-Section.work_slideshow .campaign .campaign-content h4 {
    margin-bottom: 0;
  }
  .fs-Section.work_slideshow .campaign .campaign-content .tags {
    padding: 0 0 3rem !important;
  }
  .fs-Section.work_slideshow .campaign .campaign-content .tags .content {
    width: 100%;
    margin: 0;
    display: block;
  }
  .fs-Section.work_slideshow .campaign .campaign-content .tags ul.work-type {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
  .fs-Section.work_slideshow .campaign .campaign-content .tags ul.work-type li {
    /*font-size: vptovw(480,12);*/
  }
  .fs-Section.archive-title .content {
    margin-bottom: 0 !important;
  }
  .fs-Section.work-archive {
    padding-top: 0 !important;
  }
  .fs-Section.work-archive .content {
    grid-template-columns: 1fr;
  }
  .fs-Section.the-curve .content div, .fs-Section.the_formula .content div {
    width: 100%;
  }
  .fs-Section.the-curve .content div.equation-wrapper, .fs-Section.the_formula .content div.equation-wrapper {
    max-width: 100%;
  }
  .fs-Section.the-curve .content div .equation-element, .fs-Section.the-curve .content div.equation-total, .fs-Section.the-curve .content div .equation-equals, .fs-Section.the_formula .content div .equation-element, .fs-Section.the_formula .content div.equation-total, .fs-Section.the_formula .content div .equation-equals {
    font-size: 7.9166666667vw;
    line-height: 100%;
  }
  .fs-Section.the-curve .content div.equation-total, .fs-Section.the_formula .content div.equation-total {
    max-width: 80%;
    display: block;
  }
  .fs-Section.the-curve .content div.curve-content p:first-of-type:not(:only-of-type), .fs-Section.the_formula .content div.curve-content p:first-of-type:not(:only-of-type) {
    font-size: 5.4166666667vw;
    line-height: 1.25;
  }
  .fs-Section.the-curve .content div.curve-wrapper, .fs-Section.the_formula .content div.curve-wrapper {
    flex-direction: column-reverse;
  }
  .fs-Section.the-curve .content div.curve-wrapper .section-a, .fs-Section.the-curve .content div.curve-wrapper .section-b, .fs-Section.the_formula .content div.curve-wrapper .section-a, .fs-Section.the_formula .content div.curve-wrapper .section-b {
    /*font-size: vptovw(480,22);*/
  }
  .fs-Section.the-curve .content div.curve-wrapper .section-a, .fs-Section.the_formula .content div.curve-wrapper .section-a {
    text-align: left;
    margin-left: 0;
  }
  .fs-Section.the-curve .content div.curve-wrapper .section-b, .fs-Section.the_formula .content div.curve-wrapper .section-b {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
  }
  .fs-Section.the-curve .content .section-a, .fs-Section.the-curve .content .section-b, .fs-Section.the_formula .content .section-a, .fs-Section.the_formula .content .section-b {
    /*font-size: vptovw(480,22);*/
  }
  .fs-Section.the-curve .content:last-child {
    box-sizing: border-box;
    padding: 0;
    width: 95%;
    margin: 0 auto;
    max-width: 100vw;
    flex-direction: column;
  }
  .fs-Section.the-curve .content:last-child .section-a {
    margin-left: auto;
    display: flex;
    width: max-content;
    max-width: 50%;
    text-align: right;
  }
  .fs-Section.the-curve .content:last-child .section-b {
    margin-right: auto;
    display: flex;
    width: max-content;
    max-width: 50%;
    text-align: left;
  }
  .fs-Section.the-curve .content:last-child .curve {
    width: 100%;
    margin: 1rem auto 0;
  }
  .fs-Section.feature_video {
    padding: 0 !important;
    margin: 0 !important;
    height: 65vh;
  }
  .fs-Section.feature_video .overlay-title h2 {
    font-size: 9.1666666667vw;
  }
  .fs-Section.title .content {
    display: block;
  }
  .fs-Section.title .content .title {
    margin-bottom: 4rem;
  }
  .fs-Section.title .content .content {
    max-width: none;
    margin: 0;
    width: 100%;
  }
  body.parent-pageid-76 .content-blocks .full_screen_image:first-of-type figure {
    padding-bottom: 100% !important;
  }
  body.parent-pageid-76 .content-blocks .full_screen_image:first-of-type .content:after {
    display: none;
    /*font-size: vptovw(480,64);*/
  }
  body.parent-pageid-76 .content-blocks .full_screen_image:first-of-type .content .overlay {
    max-width: 100%;
  }
  footer .fs-Section .content {
    grid-template-areas: "a" "b" "c";
  }
  footer .fs-Section .content > div h3 {
    /*font-size: vptovw(480,75);*/
  }
  footer .fs-Section .content > div div:last-child {
    margin-top: 5rem;
  }
  footer .fs-Section .content > div div:last-child.gform_fields, footer .fs-Section .content > div div:last-child.gform-footer {
    margin-top: 0;
  }
  footer .fs-Section .content > div.contact-info {
    margin-top: 2rem;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
  }
  footer .fs-Section .content > div.contact-info > svg {
    margin: 1.5rem auto;
  }
  footer .fs-Section .content > div.contact-info ul.social {
    align-content: center;
    justify-content: center;
  }
  .gform_wrapper label, .gform_wrapper .gfield_label {
    /*font-size: vptovw(480,16) !important;*/
  }
  .gform_wrapper textarea {
    /*font-size: vptovw(480,16);*/
  }
  .gform_wrapper .ginput_container, .gform_wrapper .gfield {
    margin-top: 0 !important;
  }
  .gform_wrapper .gform_footer button {
    width: 100%;
    padding: 0.75rem !important;
    margin: 0 auto 1rem !important;
    text-align: center;
    /*font-size: 4.7916666667vw;*/
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .single-work {
    margin-top: 5rem;
  }
  .single-work main .fs-Section {
    padding: 0 !important;
  }
  .single-work main .fs-Section .content {
    gap: 0rem 1rem;
    margin-bottom: 1rem;
  }
  .single-work main .fs-Section:last-child {
    padding-bottom: 2rem;
    margin-bottom: 2rem !important;
  }
  .single-work main .fs-Section.the-curve {
    padding-bottom: 2rem !important;
  }
  .single-work main .fs-Section.tags ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .single-work main .fs-Section.related-work .content {
    gap: 2rem 1rem !important;
    flex-wrap: wrap;
  }
  .single-work main .fs-Section.related-work .content .related-card {
    /*flex: 1;*/
    /*width: 50%;*/
    /*min-width: 47vw;*/
  }
  .single-work main .fs-Section.related-work .content .related-card figure {
    padding-bottom: 70%;
  }
  .fs-Section.work_slideshow .campaign-slider, .fs-Section.work_slideshow .asset-slider, .fs-Section.testimonials {
    padding-bottom: 2rem;
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
  .fs-Section.work_slideshow .campaign-slider ul.slick-dots, .fs-Section.work_slideshow .asset-slider ul.slick-dots, .fs-Section.testimonials ul.slick-dots {
    bottom: -2rem;
  }
  .fs-Section.work_slideshow .campaign-slider ul.slick-dots li, .fs-Section.work_slideshow .asset-slider ul.slick-dots li, .fs-Section.testimonials ul.slick-dots li {
    margin: 0;
  }
  .fs-Section.work_slideshow .campaign-slider .slick-arrow, .fs-Section.work_slideshow .asset-slider .slick-arrow, .fs-Section.testimonials .slick-arrow {
    bottom: -4.666rem;
  }
  .fs-Section.work_slideshow .slick-arrow {
    display: none !important;
  }
  .fs-Section.work_slideshow .asset-slider .slick-arrow {
    bottom: -0.66rem;
  }
  .fs-Section.work_slideshow .asset-slider ul.slick-dots {
    display: none;
  }
  p.subline {
    margin: 2rem 0;
  }
  footer {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.parent-pageid-76 .content-blocks .full_screen_image:first-of-type figure {
    padding-bottom: 150% !important;
  }
  .fs-Section.filters aside#filters {
    padding: 3rem 0 0 !important;
  }
  .fs-Section.filters aside#filters .filters .filter {
    margin-bottom: 1rem;
  }
  .fs-Section.filters aside#filters .filters .filter:first-child {
    margin-top: 0 !important;
  }
  .fs-Section.filters aside#filters .facetwp-facet {
    gap: 0.5rem;
  }
  .filters__pills {
    display: none !important;
  }
  .fs-Section.filters aside#filters .filter {
    margin: 0 0 1rem;
  }
  .fs-Section.filters aside#filters .filter:first-child {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 540px) {
  body.parent-pageid-76 .content-blocks .full_screen_image:first-of-type figure {
    padding-bottom: 200% !important;
  }
}
/* ========== Mobile megamenu ========== */
@media (max-width: 960px) {
  /* Lock page scroll when menu open */
  body.mm-open {
    overflow: hidden;
  }
  header .fs-Section .content {
    gap: 0;
  }
  /* Container becomes viewport overlay under the header */
  .megamenus {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header-h, 64px);
    bottom: 0;
    background: #0b0b0b;
    z-index: 1000;
    overflow-y: auto;
    /* graceful show/hide if you animate */
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
  }
  .megamenus[data-state=open] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  /* Only show the active panel */
  .megamenu {
    display: none;
    padding: 0;
  }
  .megamenu[data-state=open] {
    display: block;
  }
  /* Top bar inside panel */
  .mm__mobilebar {
    position: sticky;
    top: 0;
    background: #0b0b0b;
    padding: 16px 20px 0;
    text-align: right;
  }
  .mm__mobilebar-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
  }
  .mm__mobilebar-title {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    width: auto;
    display: inline-block !important;
  }
  .mm__mobilebar[aria-hidden=false] .mm__mobilebar-title {
    border-bottom: 1px solid #fff;
  }
  .mm__mobilebar-close {
    appearance: none;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    padding: 8px;
  }
  .mm__mobilebar-rule {
    height: 2px;
    background: linear-gradient(90deg, #a323c4 0%, #ff6a3a 50%, #4a5cf7 100%);
    margin: 0 -20px; /* edge to edge */
  }
  /* Inner */
  #megamenu__work .mm__inner {
    padding: 0 0 24px;
    flex-direction: column;
    gap: 0 !important;
    background: none !important;
    background-image: none !important;
  }
  .megamenus #megamenu__work .mm__inner.container::before,
  .megamenus #megamenu__work .mm__inner.container::after,
  .megamenus #megamenu__work .mm__cols::before,
  .megamenus #megamenu__work .mm__cols::after {
    content: none !important;
  }
  .megamenus #megamenu__work .mm__cols,
  .megamenus #megamenu__work .mm__col,
  .megamenus #megamenu__work .mm__list li {
    border: 0 !important;
  }
  /* Intro line hides on mobile, we show WORK in the bar instead */
  #megamenu__work .mm__intro {
    /*display: none; */
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 20px;
  }
  #megamenu__work .mm__intro h3 {
    font-size: clamp(36px, 3.0555555556vw, 50px);
    max-width: none;
  }
  #megamenu__work .mm__intro a {
    display: none;
  }
  /* Stack columns */
  #megamenu__work .mm__cols {
    display: block;
  }
  /* Each column becomes an accordion group */
  .mm__col {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .mm__col:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  /* Accordion header */
  .mm__col-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
  }
  /* Chevron */
  .mm__col-title::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    transition: transform 0.18s ease;
  }
  /* Open state underline + chevron flip
     Works with either <details class="mm__col"> or a JS .is-open class */
  details.mm__col[open] > .mm__col-title,
  .mm__col.is-open > .mm__col-title {
    text-decoration: underline;
  }
  details.mm__col[open] > .mm__col-title::after,
  .mm__col.is-open > .mm__col-title::after {
    transform: rotate(45deg);
  }
  /* Panel body */
  .mm__mobilebar {
    display: block;
  }
  .mm__list {
    display: none;
    padding: 4px 20px 20px;
    list-style: none;
    margin: 0;
  }
  details.mm__col[open] > .mm__list,
  .mm__col.is-open > .mm__list {
    display: block;
  }
  .mm__list li {
    margin: 14px 0;
  }
  .mm__list a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.3;
  }
  /* Two column list collapses to one column on mobile */
  .mm__list--two-col {
    columns: 1;
  }
  /* CTA block spacing */
  .mm__cta {
    padding: 24px 20px 36px;
    display: grid;
    gap: 16px;
  }
  .btn-watch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 18px;
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    background: linear-gradient(90deg, #9027d1 0%, #ff6a3a 100%);
  }
  .megamenus {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: var(--header-h, 64px);
    z-index: 1000;
  }
  body.mm-open {
    overflow: hidden;
  }
  .mm__mobilebar {
    display: none;
  }
  .work-open .mm__mobilebar {
    display: block;
  }
}
/* ====== shared helpers ====== */
[hidden] {
  display: none !important;
}

body.mm-open {
  overflow: hidden;
}

/* ====== MOBILE ONLY ====== */
@media (max-width: 960px) {
  /* Overlay fills viewport under the header */
  .megamenus {
    position: fixed;
    inset: var(--header-h, 64px) 0 0 0; /* top from JS */
    z-index: 1000;
    background: #0a0a0a; /* keep your brand black */
  }
  /* Scrollable content area */
  .megamenu .mm__inner {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px 18px 24px env(safe-area-inset-right);
    padding-bottom: calc(24px + env(safe-area-inset-bottom));
  }
  /* Intro row (title + "View all work") */
  .megamenu .mm__intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
  }
  .megamenu .mm__eyebrow {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
  }
  .megamenu .mm__all {
    white-space: nowrap;
    font-size: 14px;
    opacity: 0.85;
    position: relative;
    font-size: 16px;
    font-size: clamp(14px, 1.1111111111vw, 20px);
    padding: 0.75em 1.25em !important;
    line-height: 1;
    margin: 2rem 20px 0;
    min-width: 9rem;
    justify-content: center;
    align-content: center;
    line-height: 1;
    box-sizing: border-box;
    border-radius: 1.4583333333rem;
    background-color: transparent;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05rem;
    display: inline-flex;
    z-index: 1.2;
    display: flex;
    align-content: center;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    border: 2px solid #f2f2f2;
  }
  .megamenu .mm__all::after {
    display: none;
  }
  .megamenu .mm__all:hover {
    color: #f2f2f2;
    background-size: 100%;
    opacity: 0.5;
  }
  /* Tabs row */
  .megamenu .mm__tabs {
    display: flex;
    gap: 24px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    margin: 10px 0 6px;
    padding: 0 20px 2px;
    margin-bottom: -1px;
  }
  .megamenu .mm__tab {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background: none;
    padding: 10px 0 12px;
    margin: 0;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: clamp(14px, 1.1111111111vw, 18px) !important;
  }
  .megamenu .mm__tab[aria-selected=true]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 2px;
    /* subtle brand-y gradient underline; tweak to taste */
    /*background: linear-gradient(90deg,#EFBD32,#EF4C32,#EC0489,#90278F,#0000FF,#00CCE7);*/
  }
  .megamenu .mm__tab[aria-selected=true] {
    font-weight: 800;
  }
  .megamenu .mm__tab[aria-selected=true]:first-of-type {
    color: #77FFFF;
  }
  .megamenu .mm__tab[aria-selected=true]:first-of-type:after {
    background: #77FFFF;
  }
  .megamenu .mm__tab[aria-selected=true]:nth-of-type(2) {
    color: #FF71C6;
  }
  .megamenu .mm__tab[aria-selected=true]:nth-of-type(2):after {
    background: #FF71C6;
  }
  .megamenu .mm__tab[aria-selected=true]:nth-of-type(3) {
    color: #FD9A00;
  }
  .megamenu .mm__tab[aria-selected=true]:nth-of-type(3):after {
    background: #FD9A00;
  }
  /* Panels container (stacked vertically; only one visible) */
  .megamenu .mm__cols {
    display: block;
    margin-top: 10px;
  }
  /* Hide column headings when tabs exist (keep them for a11y/desktop) */
  @supports selector(:has(*)) {
    .megamenu:has(.mm__tabs) .mm__col-title {
      display: none;
    }
  }
  /* Panel content */
  .megamenu .mm__col {
    padding: 6px 0;
  }
  .megamenu .mm__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /* Single-column list on mobile (even if two-col on desktop) */
  .megamenu .mm__list--two-col {
    column-count: 1 !important;
  }
  /* Rows */
  .megamenu .mm__list li {
    padding: 0 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  .megamenu .mm__list li:last-child {
    border-bottom: 0;
  }
  .megamenu .mm__list a {
    display: block;
    padding: 8px 4px !important;
    text-decoration: none;
    font-size: 16px !important;
    line-height: 1.35;
    color: #fff;
    margin: 0 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
  }
  .megamenu .mm__list a:active {
    opacity: 0.9;
  }
  /* Keep hit targets comfy on small screens */
}
@media (max-width: 960px) and (max-width: 420px) {
  .megamenu .mm__list a {
    padding: 14px 2px;
    font-size: 17px;
  }
  .megamenu .mm__tab {
    gap: 0;
  }
}
@media (max-width: 960px) {
  .megamenus {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: var(--header-h, 0); /* your JS sets --header-h */
    z-index: 9999;
  }
}