.margin-bottom-xs {
  margin-bottom: var(--space-xs);
}

.margin-top-xs {
  margin-top: var(--space-xs);
}

.margin-bottom-sm {
  margin-bottom: var(--space-sm);
}

.margin-top-sm {
  margin-top: var(--space-sm);
}

.margin-bottom-md {
  margin-bottom: var(--space-md);
}

.margin-top-md {
  margin-top: var(--space-md);
}

.margin-bottom-lg {
  margin-bottom: var(--space-lg);
}

.margin-top-lg {
  margin-top: var(--space-lg);
}

.margin-bottom-2lg {
  margin-bottom: var(--space-2lg);
}

.margin-top-2lg {
  margin-top: var(--space-2lg);
}

.margin-bottom-3lg {
  margin-bottom: var(--space-3lg);
}

.margin-top-3lg {
  margin-top: var(--space-3lg);
}

.margin-bottom-4lg {
  margin-bottom: var(--space-4lg);
}

.margin-top-4lg {
  margin-top: var(--space-4lg);
}

a {
  color: inherit;
  text-decoration: unset;
}

/*
  1. Use a more-intuitive box-sizing model.
*/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition: none;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
*:focus:not(:focus-visible) {
  outline: none;
}

/*
  3. Allow percentage-based heights in the application
*/
/*
  Typographic tweaks!
  4. Add accessible line-height
  5. Improve text rendering
*/
body {
  -webkit-font-smoothing: antialiased;
}

/*
  6. Improve media defaults
*/
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/*
  7. Remove built-in form typography styles
*/
input,
button,
textarea,
select {
  font: inherit;
}

/*
  8. Avoid text overflows
*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/*
  9. Create a root stacking context
*/
.u-visually-hidden,
.u-sr-only,
.screen-reader-text,
.screen-reader-response {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px);
}

@media only screen and (min-width: 56.25em) {
  .u-hide-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 56.25em) {
  .u-hide-mobile {
    display: none !important;
  }
}

.u-has-menu {
  display: none !important;
}
body.has-menu .u-has-menu {
  display: block !important;
}

body.has-menu .u-has-not-menu {
  display: none !important;
}

@media only screen and (max-width: 56.25em) {
  .mobile-grid-x2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media only screen and (max-width: 56.25em) {
  .mobile-grid-x4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

@media only screen and (max-width: 56.25em) {
  .mobile-col-full {
    grid-column: 1/-1 !important;
  }
}

.inline-block {
  display: inline-block;
}

@media only screen and (min-width: 56.25em) {
  .lg-mb-0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (min-width: 56.25em) {
  .lg-mt-0 {
    margin-top: 0 !important;
  }
}

.u-px-w {
  margin-right: var(--space-w);
  margin-left: var(--space-w);
}

.u-bg-content {
  background: #e4e4e4;
}

:root {
  --text-swap-dur: 150ms;
  --text-swap-translate-y: 4px;
  --text-swap-blur: 2px;
  --text-swap-ease: ease-in-out;
}

.t-text-swap {
  display: inline-block;
  transform: translateY(0);
  filter: blur(0);
  opacity: 1;
  transition: transform var(--text-swap-dur) var(--text-swap-ease), filter var(--text-swap-dur) var(--text-swap-ease), opacity var(--text-swap-dur) var(--text-swap-ease);
  will-change: transform, filter, opacity;
}
.t-text-swap.is-exit {
  transform: translateY(calc(var(--text-swap-translate-y) * -1));
  filter: blur(var(--text-swap-blur));
  opacity: 0;
}
.t-text-swap.is-enter-start {
  transform: translateY(var(--text-swap-translate-y));
  filter: blur(var(--text-swap-blur));
  opacity: 0;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
  .t-text-swap {
    transition: none !important;
  }
}
html:not(.no-js) [data-module-split-reveal]:not(.is-ready):not(.is-static),
html:not(.no-js) [data-module-fade-in]:not(.is-ready):not(.is-static) {
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  [data-module-split-reveal],
  [data-module-fade-in] {
    visibility: visible;
  }
}
@media (scripting: none) {
  [data-module-split-reveal],
  [data-module-fade-in] {
    visibility: visible;
  }
}
[data-module-split-reveal] [class$=-mask] {
  overflow: hidden;
  padding-block: 0.14em;
  margin-block: -0.14em;
  vertical-align: top;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translate3d(var(--move-initial), 0, 0);
  }
  100% {
    transform: translate3d(var(--move-final), 0, 0);
  }
}
@keyframes slide {
  from {
    transform: translateY(1.5em);
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
html:not(.no-js) *[data-splitting] {
  opacity: 0;
}

.js-slide {
  --anim: slide;
  --speed: 0.6s;
}

.js-fade {
  --anim: fade;
  --speed: 0.4s;
}

.js-anime.is-visible {
  opacity: 1 !important;
}
.js-anime.is-visible .word {
  animation: var(--anim) var(--speed) cubic-bezier(0.5, 0, 0.5, 1) forwards;
  animation-delay: calc(75ms * var(--word-index) + 250ms);
  will-change: opacity, transform;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.nope {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@font-face {
  font-weight: normal;
  font-family: "Inter Variable";
  font-style: normal;
  src: url("../fonts/InterVariable.woff2") format("woff2");
}
.style-caption {
  font-size: 0.875rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-variation-settings: "wght" 600;
}
@media only screen and (min-width: 56.25em) {
  .style-caption {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 112.5em) {
  .style-caption {
    font-size: 1.125rem;
  }
}

.style-label {
  font-size: 0.75rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-variation-settings: "wght" 400;
}

.style-link {
  font-size: 1.25rem;
  line-height: 1.3;
  font-variation-settings: "wght" 500;
}

.slanted {
  letter-spacing: -0.02em;
  font-variation-settings: "wght" 400;
  text-transform: uppercase;
  transform: skewX(-45deg) scaleX(0.6) translateX(-0.5em);
  transform-origin: bottom left;
}

.slanted-inside {
  letter-spacing: -0.02em;
  font-variation-settings: "wght" 400;
  text-transform: uppercase;
  transform: skewX(-45deg) scaleX(0.6) translateX(-0.5em);
  transform-origin: bottom left;
  --slanted-scale-x: 0.6;
  transform: scaleX(var(--slanted-scale-x));
}
.slanted-inside i,
.slanted-inside em {
  display: inline-block;
  font-style: normal;
}
.slanted-inside.style-headline, .slanted-inside.fluid-huge {
  width: calc(100% / var(--slanted-scale-x));
  margin-inline-end: calc(100% - 100% / var(--slanted-scale-x));
}

.slanted-elements i {
  transform: skewX(-45deg);
  transform-origin: left bottom;
}
.slanted-elements em {
  transform: skewX(45deg);
  transform-origin: right top;
}

.style-heading {
  line-height: 1.3;
  font-variation-settings: "wght" 500;
}
@media only screen and (max-width: 56.25em) {
  .style-heading {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .style-heading {
    font-size: 2.25rem;
  }
}

.style-headline {
  line-height: 87.5%;
  letter-spacing: -0.08em;
}
@media only screen and (max-width: 56.25em) {
  .style-headline {
    font-size: 15vw;
  }
}
@media only screen and (min-width: 56.25em) {
  .style-headline {
    font-size: 8vw;
  }
}

.fluid-huge {
  font-size: 18.75vw;
  line-height: 87.5%;
  letter-spacing: -0.08em;
}
@media only screen and (min-width: 56.25em) {
  .fluid-huge {
    font-size: 8vw;
  }
}

.max-ch-sm,
.max-ch-sm * {
  max-width: 24ch;
}

.max-ch-md,
.max-ch-md * {
  max-width: 32ch;
}

.max-ch-lg,
.max-ch-lg * {
  max-width: 62ch;
}

.uppercase {
  text-transform: uppercase;
}

.semi-bold {
  font-variation-settings: "wght" 600;
}

.regular {
  font-variation-settings: "wght" 500;
}

@media only screen and (max-width: 56.25em) {
  .has-medium-font-size {
    font-size: var(--font-sm);
  }
}
@media only screen and (min-width: 56.25em) {
  .has-medium-font-size {
    font-size: 1.75rem;
  }
}

.hover-skew,
.hover-italic {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .hover-skew:hover,
  .hover-italic:hover {
    transform: skewX(-45deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hover-skew,
  .hover-italic {
    transition: none;
  }
  .hover-skew:hover,
  .hover-italic:hover {
    transform: none;
  }
}

.medium {
  line-height: 130%;
}
@media only screen and (max-width: 56.25em) {
  .medium {
    font-size: var(--font-sm);
  }
}
@media only screen and (min-width: 56.25em) {
  .medium {
    font-size: var(--font-md);
  }
}

.large {
  line-height: 130%;
}
@media only screen and (max-width: 56.25em) {
  .large {
    font-size: var(--font-md);
  }
}
@media only screen and (min-width: 56.25em) {
  .large {
    font-size: var(--font-lg);
  }
}

.text-indent {
  text-indent: 1.875rem;
}

h1,
h2,
h3,
h4 {
  font-weight: unset;
  font-size: unset;
}

:root {
  /* Fonts */
  --body: 'Inter Variable', Arial, sans-serif;
  /* Colors */
  --white: 245 244 241;
  --black: 0 0 0;
  --lime: #d5ffa1;
  --green: var(--lime);
  /* Theme */
  --bg-color: rgb(var(--white) / 100%);
  --color: rgb(var(--black) / 100%);
  --bg-color-rgb: var(--white);
  --color-rgb: var(--black);
  /* Layout */
  --vh: 100vh;
  --vw: 100vw;
  --column: calc(var(--vw) / 20);
  --space-2xs: calc(var(--column) * 0.125);
  --space-xs: calc(var(--column) * 0.25);
  --space-sm: calc(var(--column) * 0.5);
  --space-md: var(--column);
  --space-lg: calc(var(--column) * 1.5);
  --space-2lg: calc(var(--column) * 2);
  --space-3lg: calc(var(--column) * 3);
  --space-4lg: calc(var(--column) * 4);
  --space-5lg: calc(var(--column) * 5);
  --space-6lg: calc(var(--column) * 6);
  --space-7lg: calc(var(--column) * 7);
  --space-w: 0.625rem;
  --c-header: 3.125rem;
  /* Typography */
  --font-xs: 0.8125rem;
  --font-sm: 1.25rem;
  --font-md: 2.1875rem;
  --font-lg: 3.75rem;
  /* Others */
}
@media only screen and (min-width: 56.25em) {
  :root {
    --space-w: 1.875rem;
    --c-header: 3.875rem;
  }
}

html,
body {
  position: relative;
  overflow-x: clip;
}

body {
  color: var(--color);
  font-variation-settings: "wght" 500;
  font-family: var(--body);
  line-height: 1.4;
  background-color: var(--bg-color);
}
@media only screen and (max-width: 56.25em) {
  body {
    font-size: var(--font-xs);
  }
}
@media only screen and (min-width: 56.25em) {
  body {
    font-size: var(--font-sm);
  }
}

.container {
  padding: var(--space-w);
  background-color: var(--bg-color);
}

main {
  overflow-x: clip;
}

[data-module-slider] {
  overflow: clip;
}

@media only screen and (min-width: 56.25em) {
  .front-page .c-arrangements {
    padding-bottom: 75vh;
    padding-bottom: 75svh;
  }
}

.c-arrangement {
  position: relative;
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin: 4.5rem 0;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangements .c-arrangement:last-of-type {
    margin-bottom: 0 !important;
  }
}
.c-arrangement .arrow {
  display: inline-block;
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement .arrow {
    display: none;
  }
}
.c-arrangement video,
.c-arrangement img {
  width: 100%;
  aspect-ratio: var(--media-ratio);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.c-arrangement__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 26.25rem;
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement__content {
    order: -999;
    gap: 0.5rem;
    margin-bottom: var(--space-w);
  }
}
.c-arrangement__heading {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: inherit;
  text-decoration: none;
}
.c-arrangement__title {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  margin: 0;
  line-height: 1;
}
.c-arrangement__name {
  text-transform: uppercase;
}
.c-arrangement__subtitle {
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.25;
  font-variation-settings: "wght" 500;
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement__subtitle {
    font-size: 2rem;
  }
}
.c-arrangement__description {
  margin: 0.5rem 0 0;
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.3;
  font-variation-settings: "wght" 400;
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement__description {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
.c-arrangement__pills {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement__pills {
    order: 99;
    margin-top: 0.5rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement__pills {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
}
.c-arrangement__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3125rem 0.375rem;
  color: #000;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 0.3125rem;
}
.c-arrangement__media {
  position: relative;
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement .media-1 {
    order: 1;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement .media-2 {
    z-index: 10;
    order: 2;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement .media-3 {
    display: none;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work {
    display: block;
    height: 100svh;
    min-height: 45rem;
    margin: 0 0 9.375rem;
    overflow: visible;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work .c-arrangement__content {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 25.25rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work .c-arrangement__pills {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work .c-arrangement__media {
    position: absolute;
    z-index: 0;
  }
  .c-arrangement--work .c-arrangement__media img,
  .c-arrangement--work .c-arrangement__media video {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement--work.v1 .media-1 {
    --media-ratio: var(--ratio, 16/9);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v1 .media-1 {
    bottom: 0;
    left: 0;
    width: 38%;
    height: 48%;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement--work.v1 .media-2 {
    order: 99;
    width: 50%;
    margin-top: calc(-1 * var(--space-lg));
    margin-left: var(--space-2lg);
    --media-ratio: var(--ratio, 16/9);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v1 .media-2 {
    top: 0;
    right: 2%;
    width: 48%;
    height: 40%;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v1 .media-3 {
    bottom: 0;
    left: 42%;
    width: 22%;
    height: 36%;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement--work.v2 .media-1 {
    margin-right: var(--space-4lg);
    --media-ratio: var(--ratio, 2);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v2 .media-1 {
    bottom: 0;
    left: 4%;
    width: 36%;
    height: 42%;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement--work.v2 .media-2 {
    order: 99;
    width: 75%;
    margin-left: auto;
    --media-ratio: var(--ratio, 1);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v2 .media-2 {
    top: 8%;
    right: 4%;
    width: 46%;
    height: 38%;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v2 .media-3 {
    bottom: 0;
    left: 38%;
    width: 20%;
    height: 36%;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement--work.v3 .media-1 {
    --media-ratio: var(--ratio, 16 / 9);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v3 .media-1 {
    bottom: 0;
    left: 0;
    width: 40%;
    height: 46%;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement--work.v3 .media-2 {
    width: 40%;
    margin-top: calc(-1 * var(--space-4lg));
    margin-left: var(--space-lg);
    --media-ratio: var(--ratio, 4 / 5);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v3 .media-2 {
    top: 6%;
    right: 6%;
    width: 42%;
    height: 36%;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v3 .media-3 {
    right: 20%;
    bottom: 0;
    width: 16%;
    height: 28%;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement--work.v4 .media-1 {
    position: relative;
    width: 50%;
    --media-ratio: var(--ratio, 1);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v4 .media-1 {
    bottom: 0;
    left: 2%;
    width: 28%;
    height: 46%;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement--work.v4 .media-2 {
    order: -99;
    width: 80%;
    margin-bottom: calc(-1 * var(--space-3lg));
    margin-left: auto;
    --media-ratio: var(--ratio, 3 / 4);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v4 .media-2 {
    top: 8%;
    right: 6%;
    width: 40%;
    height: 36%;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v4 .media-3 {
    bottom: 0;
    left: 30%;
    width: 24%;
    height: 34%;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement--work.v5 .media-1 {
    --media-ratio: var(--ratio, 1.37);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v5 .media-1 {
    bottom: 0;
    left: 0;
    width: 46%;
    height: 44%;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement--work.v5 .media-2 {
    width: 60%;
    margin: calc(-1 * var(--space-3lg)) auto 0;
    --media-ratio: var(--ratio, 1.6);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v5 .media-2 {
    top: 10%;
    right: 4%;
    width: 34%;
    height: 40%;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v5 .media-3 {
    right: 24%;
    bottom: 0;
    width: 16%;
    height: 26%;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement--work.v6 .media-1 {
    --media-ratio: var(--ratio, 1.6);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v6 .media-1 {
    bottom: 0;
    left: 2%;
    width: 44%;
    height: 48%;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement--work.v6 .media-2 {
    width: 60%;
    margin-top: calc(-1 * var(--space-2lg));
    margin-right: var(--space-md);
    margin-left: auto;
    --media-ratio: var(--ratio, 0.75);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v6 .media-2 {
    top: 8%;
    right: 8%;
    width: 26%;
    height: 52%;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v6 .media-3 {
    right: 28%;
    bottom: 0;
    width: 28%;
    height: 28%;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement--work.v7 .media-1 {
    --media-ratio: var(--ratio, 1.77);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v7 .media-1 {
    bottom: 0;
    left: 0;
    width: 40%;
    height: 46%;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement--work.v7 .media-2 {
    order: 1;
    width: 75%;
    margin-top: calc(-1 * var(--space-2lg));
    margin-bottom: calc(-1 * var(--space-md));
    margin-left: auto;
    --media-ratio: var(--ratio, 1.82);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v7 .media-2 {
    top: 10%;
    right: 10%;
    width: 34%;
    height: 32%;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement--work.v7 .media-3 {
    right: 4%;
    bottom: 0;
    width: 28%;
    height: 30%;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work) {
    display: grid;
    margin: var(--space-2lg) 0;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work) .media-3 {
    position: absolute;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v1 {
    grid-template-columns: 1.5fr 1fr;
    gap: var(--space-3lg);
    margin-right: var(--space-md);
    padding-bottom: var(--space-4lg);
  }
}
.c-arrangement:not(.c-arrangement--work).v1 .media-1,
.c-arrangement:not(.c-arrangement--work).v1 .media-2 {
  --media-ratio: var(--ratio, 16/9);
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v1 .media-2 {
    order: 99;
    width: 50%;
    margin-top: calc(-1 * var(--space-lg));
    margin-left: var(--space-2lg);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v1 .media-3 {
    --media-ratio: var(--ratio, 1);
    top: 50%;
    left: 50%;
    width: 25%;
    transform: translateX(-30%);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v2 {
    grid-template-columns: 1fr 1.15fr;
    margin-top: var(--space-5lg);
    margin-bottom: var(--space-md);
  }
}
.c-arrangement:not(.c-arrangement--work).v2 .media-1 {
  --media-ratio: var(--ratio, 2);
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v2 .media-1 {
    z-index: -1;
    margin-right: var(--space-4lg);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v2 .media-1 {
    margin-top: var(--space-2lg);
    transform: translateX(var(--space-md));
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v2 .media-2 {
    --media-ratio: var(--ratio, 1);
    z-index: -1;
    order: 99;
    width: 75%;
    margin-left: auto;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v2 .media-2 {
    --media-ratio: var(--ratio, 833 / 345);
  }
}
.c-arrangement:not(.c-arrangement--work).v2 .media-3 {
  --media-ratio: var(--ratio, 4 / 5);
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v2 .media-3 {
    top: -30%;
    left: 20%;
    z-index: 10;
    width: 20%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v3 {
    grid-template-columns: 1fr 1fr;
  }
}
.c-arrangement:not(.c-arrangement--work).v3 .media-1 {
  --media-ratio: var(--ratio, 16 / 9);
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v3 .media-1 {
    margin-top: var(--space-2lg);
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v3 .media-2 {
    width: 40%;
    margin-top: calc(-1 * var(--space-4lg));
    margin-left: var(--space-lg);
    --media-ratio: var(--ratio, 4 / 5);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v3 .media-2 {
    transform: translateX(calc(-1 * var(--space-md)));
    --media-ratio: var(--ratio, 21 / 9);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v4 {
    grid-template-columns: 1fr 2.5fr;
    gap: var(--space-lg);
    padding-top: var(--space-3lg);
  }
}
.c-arrangement:not(.c-arrangement--work).v4 .media-1 {
  --media-ratio: var(--ratio, 1);
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v4 .media-1 {
    position: relative;
    z-index: 10;
    width: 50%;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v4 .media-1 {
    margin-top: var(--space-md);
    margin-left: var(--space-md);
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v4 .media-2 {
    z-index: -1;
    order: -99;
    width: 80%;
    margin-bottom: calc(-1 * var(--space-3lg));
    margin-left: auto;
    --media-ratio: var(--ratio, 3 / 4);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v4 .media-2 {
    --media-ratio: var(--ratio, 1.9);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v4 .media-3 {
    --media-ratio: var(--ratio, 1.6);
    top: 0%;
    left: 27.15%;
    width: 30%;
    transform: translate(0, 40%);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v5 {
    grid-template-columns: 3fr 2fr;
    padding-bottom: var(--space-w);
  }
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v5 .media-1 {
    --media-ratio: var(--ratio, 1.37);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v5 .media-1 {
    margin-top: var(--space-2lg);
    --media-ratio: var(--ratio, 2.1);
  }
}
.c-arrangement:not(.c-arrangement--work).v5 .media-2 {
  --media-ratio: var(--ratio, 1.6);
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v5 .media-2 {
    width: 60%;
    margin: calc(-1 * var(--space-3lg)) auto 0;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v5 .media-2 {
    margin-right: var(--space-lg);
    transform: translateX(calc(-1 * var(--space-lg)));
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v6 {
    grid-template-columns: 2fr 1fr;
    gap: var(--space-5lg);
    margin-bottom: var(--space-4lg);
  }
}
.c-arrangement:not(.c-arrangement--work).v6 .media-1 {
  --media-ratio: var(--ratio, 1.6);
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v6 .media-1 {
    margin-top: var(--space-3lg);
    margin-left: var(--space-md);
  }
}
.c-arrangement:not(.c-arrangement--work).v6 .media-2 {
  --media-ratio: var(--ratio, 0.75);
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v6 .media-2 {
    width: 60%;
    margin-top: calc(-1 * var(--space-2lg));
    margin-right: var(--space-md);
    margin-left: auto;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v6 .media-3 {
    --media-ratio: var(--ratio, 1.75);
    bottom: 0;
    left: 50%;
    width: 33%;
    transform: translate(-20%, 50%);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v7 {
    grid-template-columns: 1fr 1fr;
  }
}
.c-arrangement:not(.c-arrangement--work).v7 .media-1 {
  --media-ratio: var(--ratio, 1.77);
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v7 .media-1 {
    margin-top: var(--space-lg);
  }
}
.c-arrangement:not(.c-arrangement--work).v7 .media-2 {
  --media-ratio: var(--ratio, 1.82);
}
@media only screen and (max-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v7 .media-2 {
    order: 1;
    width: 75%;
    margin-top: calc(-1 * var(--space-2lg));
    margin-bottom: calc(-1 * var(--space-md));
    margin-left: auto;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v7 .media-2 {
    margin-right: var(--space-4lg);
    transform: translateX(calc(-1 * var(--space-2lg)));
  }
}
@media only screen and (min-width: 56.25em) {
  .c-arrangement:not(.c-arrangement--work).v7 .media-3 {
    --media-ratio: var(--ratio, 2.5);
    right: 0;
    bottom: 0;
    width: 33%;
  }
}

.c-frontpage-collaborate {
  display: flex;
  flex-direction: column;
  gap: var(--space-w);
}
.c-frontpage-collaborate__intro {
  padding-inline: var(--space-w);
}
.c-frontpage-collaborate__label {
  margin: 0;
  text-align: left;
}
.c-frontpage-collaborate__media {
  position: relative;
  overflow: hidden;
  margin-inline: var(--space-w);
  height: calc(100svh - var(--c-header) - var(--space-w) - var(--c-frontpage-bottom-clearance, 3rem));
  max-height: calc((100vw - 2 * var(--space-w)) * 9 / 16);
  background-color: #d6d3d1;
  border-radius: 0.75rem;
}
.c-frontpage-collaborate__image {
  display: block;
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}
.c-frontpage-collaborate__timecode {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  z-index: 2;
  padding: 0.375rem 0.625rem;
  color: #fff;
  font-size: 0.6875rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  font-variation-settings: "wght" 500;
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 0.25rem;
  transform: translateX(-50%);
  backdrop-filter: blur(6px);
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-collaborate__timecode {
    bottom: 1.5rem;
    font-size: 0.8125rem;
  }
}

.c-approach {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-inline: var(--space-w);
}
@media only screen and (min-width: 56.25em) {
  .c-approach {
    gap: 3.5rem;
  }
}
.c-approach__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media only screen and (min-width: 56.25em) {
  .c-approach__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
    align-items: start;
  }
}
.c-approach__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  min-width: 0;
  text-align: left;
}
@media only screen and (min-width: 56.25em) {
  .c-approach__col {
    gap: 1.25rem;
    align-items: center;
    text-align: center;
  }
  .c-approach__col:first-child {
    align-items: flex-start;
    text-align: left;
  }
  .c-approach__col:last-child {
    align-items: flex-end;
    text-align: right;
  }
}
.c-approach__index {
  margin: 0;
  color: rgb(var(--black)/45%);
}
.c-approach__title {
  margin: 0;
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-style: italic;
  font-variation-settings: "wght" 400;
}
.c-approach__body {
  max-width: 36ch;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  font-variation-settings: "wght" 400;
}
@media only screen and (min-width: 56.25em) {
  .c-approach__body {
    font-size: 1rem;
    line-height: 1.6;
  }
  .c-approach__col:not(:first-child):not(:last-child) .c-approach__body {
    margin-inline: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .c-frontpage-collaborate__image {
    height: 100%;
  }
}
.c-frontpage-expertise {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding-inline: var(--space-w);
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-expertise {
    gap: 4.5rem;
  }
}
.c-frontpage-expertise__header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 46.5625rem;
}
.c-frontpage-expertise__label {
  margin: 0;
}
.c-frontpage-expertise__title {
  margin: 0;
  font-size: clamp(1.75rem, 4.2vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-variation-settings: "wght" 500;
}
.c-frontpage-expertise__services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 37.5em) {
  .c-frontpage-expertise__services {
    gap: 2.5rem 2rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-expertise__services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem clamp(1.5rem, 3vw, 3rem);
  }
}

.c-expertise-process {
  position: relative;
  width: 100%;
}
.c-expertise-process__stage {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 23.75rem;
  background-color: #d6d3d1;
  border-radius: 0.75rem;
}
@media only screen and (min-width: 56.25em) {
  .c-expertise-process__stage {
    min-height: 32.5rem;
    aspect-ratio: 1448/520;
  }
}
.c-expertise-process__visuals {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c-expertise-process__visual {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.85s, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale(1.035);
}
.c-expertise-process__visual.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.c-expertise-process__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-expertise-process__overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  padding: 1.75rem 1.5rem 1.5rem;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.74) 100%);
  box-sizing: border-box;
  pointer-events: none;
}
@media only screen and (min-width: 56.25em) {
  .c-expertise-process__overlay {
    gap: 4rem;
    padding: 2.5rem 2.5rem 2.25rem;
  }
}
.c-expertise-process__meta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 33.75rem;
  pointer-events: none;
}
.c-expertise-process__index {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-variant-numeric: tabular-nums;
}
.c-expertise-process__index-sep {
  margin-inline: 0.2em;
  opacity: 0.5;
}
.c-expertise-process__copy {
  position: relative;
  min-height: 5rem;
}
@media only screen and (min-width: 56.25em) {
  .c-expertise-process__copy {
    min-height: 4.5rem;
  }
}
.c-expertise-process__panel {
  position: absolute;
  inset: 0 auto auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  max-width: 33.75rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: opacity 0.65s ease, transform 0.75s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.65s;
}
.c-expertise-process__panel.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-expertise-process__step-label {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-variation-settings: "wght" 600;
}
@media only screen and (min-width: 56.25em) {
  .c-expertise-process__step-label {
    font-size: 1.375rem;
  }
}
.c-expertise-process__step-body {
  margin: 0;
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8125rem;
  line-height: 1.45;
  font-variation-settings: "wght" 400;
}
@media only screen and (min-width: 56.25em) {
  .c-expertise-process__step-body {
    font-size: 0.9375rem;
  }
}
.c-expertise-process__scrub {
  width: 100%;
  pointer-events: auto;
  touch-action: none;
  cursor: grab;
  outline: none;
}
.c-expertise-process__scrub:focus-visible .c-expertise-process__handle {
  box-shadow: 0 0 0 3px rgba(213, 255, 161, 0.8);
}
.c-expertise-process__track {
  position: relative;
  width: 100%;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 75em) {
  .c-expertise-process__track {
    padding-bottom: 2.75rem;
  }
}
.c-expertise-process__rail {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 0.125rem;
  background-color: rgba(255, 255, 255, 0.28);
  border-radius: 0.125rem;
}
.c-expertise-process__fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 100%;
  height: 100%;
  background-color: var(--lime);
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left center;
}
.c-expertise-process__handle {
  position: absolute;
  top: 0.0625rem;
  left: 0;
  z-index: 5;
  width: 0.875rem;
  height: 0.875rem;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  transform: translate3d(-50%, -50%, 0);
  cursor: grab;
  transition: box-shadow 0.2s ease, width 0.2s ease, height 0.2s ease;
}
.c-expertise-process__handle:hover {
  width: 1rem;
  height: 1rem;
}
.c-expertise-process.is-dragging .c-expertise-process__scrub,
.c-expertise-process.is-dragging .c-expertise-process__handle {
  cursor: grabbing;
}
.c-expertise-process.is-dragging .c-expertise-process__handle {
  width: 1.125rem;
  height: 1.125rem;
  box-shadow: 0 0 0 4px rgba(213, 255, 161, 0.35), 0 2px 8px rgba(0, 0, 0, 0.4);
}
.c-expertise-process__ticks {
  position: absolute;
  top: 0.0625rem;
  right: 0;
  left: 0;
  z-index: 4;
  height: 0;
}
.c-expertise-process__tick {
  position: absolute;
  top: 0;
  left: calc(var(--tick-i) / (var(--tick-n) - 1) * 100%);
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  max-width: 9.5rem;
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.4s ease;
  align-items: center;
  text-align: center;
  transform: translateX(-50%);
}
.c-expertise-process__tick:first-child {
  left: 0;
  align-items: flex-start;
  text-align: left;
  transform: none;
}
.c-expertise-process__tick:last-child {
  right: 0;
  left: auto;
  align-items: flex-end;
  text-align: right;
  transform: none;
}
.c-expertise-process__tick:hover, .c-expertise-process__tick.is-passed {
  color: #fff;
}
.c-expertise-process__tick.is-active {
  color: var(--lime);
}
.c-expertise-process__tick-dot {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 0.5625rem;
  height: 0.5625rem;
  margin-top: -0.28125rem;
  background-color: #fff;
  border: 0.125rem solid rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  box-shadow: 0 0 0 0.125rem rgba(255, 255, 255, 0.18);
  opacity: 1;
  transition: transform 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.c-expertise-process__tick:first-child .c-expertise-process__tick-dot {
  margin-left: -0.28125rem;
}
.c-expertise-process__tick:last-child .c-expertise-process__tick-dot {
  margin-right: -0.28125rem;
}
.is-passed .c-expertise-process__tick-dot {
  background-color: var(--lime);
  border-color: rgba(0, 0, 0, 0.25);
}
.is-active .c-expertise-process__tick-dot {
  background-color: var(--lime);
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0.1875rem rgba(213, 255, 161, 0.4);
  transform: scale(1.2);
}
.c-expertise-process__tick:hover .c-expertise-process__tick-dot {
  transform: scale(1.15);
}
.c-expertise-process__tick-label {
  display: none;
  width: 100%;
  margin-top: 0.875rem;
  font-size: 0.6875rem;
  line-height: 1.25;
  letter-spacing: 0.02em;
  font-variation-settings: "wght" 500;
}
@media only screen and (min-width: 75em) {
  .c-expertise-process__tick-label {
    display: block;
  }
}
.c-expertise-process.is-static .c-expertise-process__visual:not(.is-active) {
  display: none;
}
.c-expertise-process.is-static .c-expertise-process__visual.is-active {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.c-expertise-service {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: flex-start;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 37.5em) {
  .c-expertise-service {
    flex-direction: row;
    gap: 1rem;
    align-items: center;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-expertise-service {
    gap: clamp(0.875rem, 1.5vw, 1.5rem);
  }
}
.c-expertise-service__media {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  background-color: #d6d3d1;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 37.5em) {
  .c-expertise-service__media {
    width: 6rem;
    aspect-ratio: 96/124;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-expertise-service__media {
    width: clamp(6.25rem, 9.5vw, 9.25rem);
    border-radius: 0.625rem;
  }
}
@media only screen and (min-width: 112.5em) {
  .c-expertise-service__media {
    width: 10rem;
    border-radius: 0.75rem;
  }
}
.c-expertise-service__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-expertise-service__title {
  display: flex;
  gap: 0.4em;
  align-items: flex-start;
  min-width: 0;
}
.c-expertise-service__arrow {
  flex-shrink: 0;
  color: inherit;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.c-expertise-service__name {
  font-size: 0.875rem;
  line-height: 1.25;
  font-variation-settings: "wght" 500;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
@media only screen and (min-width: 37.5em) {
  .c-expertise-service__name {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-expertise-service__name {
    font-size: clamp(1rem, 1.15vw, 1.25rem);
  }
}
@media only screen and (min-width: 112.5em) {
  .c-expertise-service__name {
    font-size: 1.25rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-expertise-service:hover .c-expertise-service__media img {
    transform: scale(1.08);
  }
  .c-expertise-service:hover .c-expertise-service__arrow {
    transform: translateX(0.2em);
  }
  .c-expertise-service:hover .c-expertise-service__name {
    transform: translateX(0.15em);
  }
}
.c-expertise-service:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
  border-radius: 0.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .c-expertise-process__visual,
  .c-expertise-process__panel,
  .c-expertise-service__media img,
  .c-expertise-service__arrow,
  .c-expertise-service__name {
    transition: none;
  }
}
button {
  width: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  color: inherit;
  font: inherit;
  line-height: normal;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  text-transform: uppercase;
}

.c-button {
  display: flex;
  align-items: center;
  padding: 0 0.625rem;
  color: black;
  text-align: center;
  text-transform: uppercase;
  background-color: white;
  border: unset;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 56.25em) {
  .c-button {
    height: 1.375rem;
    font-size: 0.625rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-button {
    height: 1.125rem;
    font-size: 0.9375rem;
  }
}
.c-button.no-hover {
  cursor: default;
}
.c-button.active {
  background: var(--green);
  font-variation-settings: "wght" 600;
}
@media only screen and (min-width: 56.25em) {
  .c-button:not(.no-hover):hover {
    background: var(--green);
    font-variation-settings: "wght" 600;
  }
}
.c-button.tag {
  background: var(--green);
  cursor: default;
  font-variation-settings: "wght" 600;
}
.c-button.coming-soon {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 0.5rem;
}

.c-content img,
.c-content video {
  border-radius: 5px;
}
.c-content p {
  padding-top: 0.625rem;
  padding-bottom: 3.125rem;
}
.c-content *:first-child {
  margin-top: 0 !important;
}
.c-content *:last-child {
  margin-bottom: 0 !important;
}
.c-content,
.c-content .wp-block-column {
  display: grid;
  gap: 0.625rem;
}
.c-content .wp-block-columns {
  display: grid !important;
  gap: var(--space-w);
  align-content: start;
}
@media only screen and (min-width: 56.25em) {
  .c-content .wp-block-columns {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-content .wp-block-columns:not(:has(> :nth-child(3))) {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-content .wp-block-columns:has(> :nth-child(4)) {
    grid-template-columns: repeat(4, 1fr);
  }
}
.c-content .wp-block-column {
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (min-width: 56.25em) {
  .c-content .wp-block-column p {
    padding-right: 1.875rem;
  }
}
.c-content .wp-block-image {
  width: 100%;
}
.c-content .wp-block-image img {
  width: 100%;
  min-width: 100%;
  height: auto;
}

.o-icon {
  display: inline-block;
  flex-shrink: 0;
  vertical-align: middle;
}
.o-icon svg {
  display: block;
  fill: currentColor;
}

.front-page {
  --footer: 13.75rem;
  --c-frontpage-bottom: 1.5rem;
  --viewport-height: 100vh;
  --viewport-height: 100svh;
  --elements: calc(var(--space-w) + var(--footer) + var(--c-header) + var(--c-frontpage-bottom));
  --even-spacing: calc((var(--viewport-height) - var(--elements)) / 2);
}

.c-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  color: var(--color);
  background: var(--bg-color);
}
@media only screen and (min-width: 56.25em) {
  .c-footer {
    gap: 8rem;
  }
}
.c-footer__top {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (min-width: 56.25em) {
  .c-footer__top {
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.c-footer__info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (min-width: 56.25em) {
  .c-footer__info {
    flex: 0 0 25.125rem;
    max-width: 25.125rem;
  }
}
.c-footer__logo {
  display: block;
  width: 7rem;
  height: 1.75rem;
}
.c-footer__contact {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-footer__contact a {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
@media (any-hover: hover) {
  .c-footer__contact a:hover {
    transform: skewX(-45deg);
  }
}
.c-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
@media only screen and (min-width: 37.5em) {
  .c-footer__nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 56.25em) {
  .c-footer__nav {
    flex: 0 1 31.9375rem;
    width: 31.9375rem;
    max-width: 100%;
  }
}
.c-footer__col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-footer__col-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-footer__brand {
  width: 100%;
}
@media only screen and (max-width: 56.25em) {
  .c-footer__brand {
    font-size: 11vw;
  }
}
.c-footer__brand-line {
  position: relative;
  width: 100%;
  height: 1.15em;
  overflow: visible;
}
@media only screen and (min-width: 56.25em) {
  .c-footer__brand-line {
    height: 8vw;
  }
}
.c-footer__brand-left, .c-footer__brand-right {
  position: absolute;
  top: 0;
  white-space: nowrap;
}
.c-footer__brand-left {
  left: 0;
}
.c-footer__brand-right {
  right: 0;
  width: -moz-max-content;
  width: max-content;
}
.c-footer__brand-right-inner {
  transform-origin: bottom right;
}
.c-footer__brand-right-inner .imagination {
  display: inline-block;
}

.c-get-in-touch {
  position: relative;
  width: 100vw;
  color: #fff;
}
.c-get-in-touch__spacer {
  position: relative;
  height: 220vh;
}
.c-get-in-touch__pin {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100svh;
  padding: 2rem;
  overflow: hidden;
  background: linear-gradient(to bottom, var(--lime), rgb(var(--white)));
}
.c-get-in-touch__canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-get-in-touch__logo {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  color: #fff;
  fill: currentColor;
  pointer-events: none;
}
.c-get-in-touch__logo path {
  fill: currentColor;
}
.c-get-in-touch.is-animated .c-get-in-touch__logo {
  visibility: hidden;
}
.c-get-in-touch.is-static .c-get-in-touch__spacer {
  height: 100svh;
}
.c-get-in-touch.is-static .c-get-in-touch__canvas {
  display: none;
}

.c-tabs {
  margin: 8rem 0;
}
.c-tabs .c-tab:not(:first-child) {
  display: none;
}
.c-tabs__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 6.875rem;
}

html,
body {
  scrollbar-width: none !important;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.c-scrollbar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  padding: 0;
  mix-blend-mode: difference;
}
@media only screen and (max-width: 56.25em) {
  .c-scrollbar {
    display: none;
  }
}
.c-scrollbar .inner {
  position: relative;
  height: 100%;
}
.c-scrollbar .thumb {
  position: absolute;
  right: 0;
  width: 0.5rem;
  min-height: 48px;
  background-color: white;
  cursor: grab;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

[data-module-share] {
  position: relative;
}
[data-module-share] .c-button {
  position: absolute;
  right: 0;
  bottom: calc(100% + 0.25rem);
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
}

.c-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 200;
  height: var(--c-header);
  transform: translate3d(0, 0, 0);
  backdrop-filter: blur(20px);
}
html:not(.no-js) body:has(.c-frontpage):not(.is-intro-done) .c-header {
  backdrop-filter: none;
}
@media only screen and (min-width: 56.25em) {
  .c-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-w);
    color: var(--color);
    background-color: rgb(var(--bg-color-rgb)/30%);
  }
}
@media only screen and (max-width: 56.25em) {
  body.has-menu .c-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    backdrop-filter: blur(20px);
  }
}
html.safari .c-header {
  color: var(--color);
  mix-blend-mode: unset;
}

.c-header-logo {
  overflow: hidden;
}
@media only screen and (max-width: 56.25em) {
  .c-header-logo {
    position: fixed;
    top: 0;
    left: 0;
    padding: var(--space-w);
  }
}
html:not(.no-js) body:has(.c-frontpage):not(.is-intro-done) .c-header-logo {
  opacity: 0;
}
html:not(.no-js) body:has(.c-frontpage):not(.is-intro-done) .c-header-logo > a {
  transform: translate3d(0, -1.25rem, 0);
}
.c-header-logo > a {
  display: inline-block;
}
.c-header-logo {
  transition: transform 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .c-header-logo:hover {
    transform: skewX(-45deg);
  }
}
.c-header-logo svg {
  width: auto;
  height: 1.25rem;
}
.c-header-logo svg path {
  transition: color var(--theme-transition-speed) var(--theme-transition-ease);
  fill: currentColor;
}

.c-header-menu {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  overflow: hidden;
  transition: color var(--theme-transition-speed) var(--theme-transition-ease);
}
html:not(.no-js) body:has(.c-frontpage):not(.is-intro-done) .c-header-menu {
  opacity: 0;
  transform: translate3d(0, -1.25rem, 0);
}
@media only screen and (max-width: 56.25em) {
  .c-header-menu {
    display: none;
    flex-direction: column;
    gap: 1.875rem;
    align-items: center;
    width: 100%;
    padding: var(--space-w);
    color: inherit;
    font-size: var(--font-md);
  }
}
@media only screen and (max-width: 56.25em) {
  body.has-menu .c-header-menu {
    display: flex;
  }
}
.c-header-menu a,
.c-header-menu button {
  line-height: 110%;
}
@media only screen and (max-width: 56.25em) {
  .c-header-menu a {
    padding: 0 1rem;
  }
}

.c-header-burger {
  font-size: 2rem;
  line-height: 100%;
}
html:not(.no-js) body:has(.c-frontpage):not(.is-intro-done) .c-header-burger {
  opacity: 0;
  transform: translate3d(0, -1.25rem, 0) rotate(180deg);
}
@media only screen and (max-width: 56.25em) {
  .c-header-burger {
    position: fixed;
    top: 0;
    right: 0;
    padding: var(--space-w);
  }
}
@media only screen and (min-width: 56.25em) {
  .c-header-burger {
    display: none;
  }
}
body:not(.has-menu) .c-header-burger {
  transform: rotate(180deg);
}

.c-page-nav {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 56.25em) {
  .c-page-nav {
    padding-top: 3rem;
    margin-bottom: 2.5rem;
  }
}
.c-page-nav__row {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (min-width: 37.5em) {
  .c-page-nav__row {
    gap: 2rem;
  }
}
.c-page-nav__link {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
.c-page-nav__link--right {
  align-items: flex-end;
  text-align: right;
}
.c-page-nav__link--right .c-page-nav__title {
  transform-origin: bottom right;
}
.c-page-nav__link--right .c-page-nav__skew {
  transform-origin: right bottom;
}
.c-page-nav__link--right .c-page-nav__eyebrow {
  justify-content: flex-end;
}
.c-page-nav__link:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 6px;
  border-radius: 0.25rem;
}
.c-page-nav__eyebrow {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  margin: 0;
  color: rgb(var(--color-rgb)/72%);
}
.c-page-nav__arrow {
  flex-shrink: 0;
  font-size: 0.875rem;
  line-height: 1;
}
.c-page-nav__title {
  display: block;
  font-size: clamp(2.25rem, 11vw, 3.5rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 37.5em) {
  .c-page-nav__title {
    font-size: clamp(2.5rem, 4vw, 4rem);
  }
}
.c-page-nav__skew {
  display: inline-block;
  font-style: normal;
  text-transform: uppercase;
  transform-origin: left bottom;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .c-page-nav__link--left:hover .c-page-nav__skew {
    transform: skewX(-45deg);
  }
  .c-page-nav__link--right:hover .c-page-nav__skew {
    transform: skewX(45deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .c-page-nav__skew {
    transition: none;
  }
}
.c-process-capabilities {
  padding-block: 3rem;
}
@media only screen and (min-width: 56.25em) {
  .c-process-capabilities {
    padding-block: 5rem 4.5rem;
  }
}
.c-process-capabilities__intro {
  max-width: 54.875rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 56.25em) {
  .c-process-capabilities__intro {
    margin-bottom: 3rem;
  }
}
.c-process-capabilities__label {
  margin: 0 0 1rem;
}
@media only screen and (min-width: 56.25em) {
  .c-process-capabilities__label {
    margin-bottom: 1.5rem;
  }
}
.c-process-capabilities__text {
  margin: 0;
}
.c-process-capabilities__text p {
  margin: 0;
}
.c-process-capabilities__text p + p {
  margin-top: 0.75em;
}
.c-process-capabilities__grid {
  display: grid;
  gap: 1.75rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 56.25em) {
  .c-process-capabilities__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}
.c-process-capabilities__item {
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
  margin: 0;
}
.c-process-capabilities__number {
  flex-shrink: 0;
  padding-top: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.3;
  font-variation-settings: "wght" 500;
}
.c-process-capabilities__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media only screen and (min-width: 56.25em) {
  .c-process-capabilities__body {
    gap: 1rem;
  }
}
.c-process-capabilities__title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
  font-variation-settings: "wght" 500;
}
.c-process-capabilities__description {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-variation-settings: "wght" 400;
}

.c-project-detail {
  padding-block: 3rem 1.5rem;
}
@media only screen and (min-width: 56.25em) {
  .c-project-detail {
    padding-block: 6rem 2rem;
  }
}
.c-project-detail__layout {
  display: grid;
  gap: 2rem;
}
@media only screen and (min-width: 56.25em) {
  .c-project-detail__layout {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    gap: 2rem;
    align-items: stretch;
  }
  .c-project-detail__layout.has-media .c-project-detail__intro {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }
  .c-project-detail__layout.has-media .c-project-detail__media {
    grid-column: 2;
    grid-row: 1/-1;
  }
  .c-project-detail__layout.has-media .c-project-detail__specs {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
  }
}
.c-project-detail__intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 42.4375rem;
}
.c-project-detail__label {
  margin: 0;
}
.c-project-detail__text {
  margin: 0;
}
.c-project-detail__text p {
  margin: 0;
}
.c-project-detail__text p + p {
  margin-top: 0.75em;
}
.c-project-detail__specs {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  max-width: 40.0625rem;
}
.c-project-detail__spec {
  display: grid;
  gap: 0.25rem 0.625rem;
  margin: 0;
  padding-top: 0.5rem;
  border-top: 1px solid rgb(41, 37, 36);
}
@media only screen and (min-width: 37.5em) {
  .c-project-detail__spec {
    grid-template-columns: 9.5rem minmax(0, 1fr);
    align-items: start;
    gap: 0.625rem;
  }
}
.c-project-detail__spec dt,
.c-project-detail__spec dd {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}
.c-project-detail__spec dt {
  font-variation-settings: "wght" 500;
  line-height: 1.3;
}
.c-project-detail__spec dd {
  font-variation-settings: "wght" 400;
  white-space: pre-line;
}
.c-project-detail__media {
  min-width: 0;
}
.c-project-detail__slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 679/755;
  border-radius: 0.5rem;
  background-color: #d6d3d1;
}
@media only screen and (min-width: 56.25em) {
  .c-project-detail__slider {
    max-height: calc(100svh - var(--c-header) - var(--space-w) * 2);
  }
}
.c-project-detail__slider .swiper-wrapper,
.c-project-detail__slider .swiper-slide {
  height: 100%;
}
.c-project-detail__slider img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-project-detail__nav[data-slider-buttons] {
  position: absolute;
  top: auto;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  display: flex;
  gap: 0.25rem;
  pointer-events: auto;
}
.c-project-detail__nav[data-slider-buttons] .c-project-detail__nav-btn {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 3.125rem;
  height: 3.125rem;
  margin: 0;
  padding: 0;
  color: #0c0a09;
  background-color: #fff;
  border: 0;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: opacity 0.2s ease;
  transform: none;
}
.c-project-detail__nav[data-slider-buttons] .c-project-detail__nav-btn[data-slider-prev] {
  transform: rotate(180deg);
  transform-origin: center center;
}
.c-project-detail__nav[data-slider-buttons] .c-project-detail__nav-btn .arrow {
  display: block;
  line-height: 0;
}
.c-project-detail__nav[data-slider-buttons] .c-project-detail__nav-btn svg {
  display: block;
  width: 1.75rem;
  height: auto;
}
.c-project-detail__nav[data-slider-buttons] .c-project-detail__nav-btn:hover {
  opacity: 0.85;
}
.c-project-detail__nav[data-slider-buttons] .c-project-detail__nav-btn:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 2px;
}
.c-project-detail__nav[data-slider-buttons] .c-project-detail__nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

.c-awards {
  padding: 3rem var(--space-w);
}
@media only screen and (min-width: 56.25em) {
  .c-awards {
    padding-block: 4.5rem;
  }
}
.c-awards__header {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.75rem;
}
@media only screen and (min-width: 56.25em) {
  .c-awards__header {
    margin-bottom: 2.25rem;
  }
}
.c-awards__label {
  margin: 0;
}
.c-awards__list.c-news-list {
  margin-bottom: 0;
}

.c-bts {
  padding: 3rem 0 4.5rem;
}
@media only screen and (min-width: 56.25em) {
  .c-bts {
    padding-block: 4.5rem 7.5rem;
  }
}
.c-bts__intro {
  padding-inline: var(--space-w);
  margin-bottom: 2rem;
}
@media only screen and (min-width: 56.25em) {
  .c-bts__intro {
    max-width: 63.5rem;
    margin-bottom: 2.5rem;
  }
}
.c-bts__label {
  margin: 0 0 1rem;
}
.c-bts__text {
  margin: 0 0 1.25rem;
}
.c-bts__text p {
  margin: 0;
}
.c-bts__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.625rem;
  align-items: baseline;
}
.c-bts__links a {
  text-decoration: none;
  color: inherit;
}
.c-bts__sep {
  opacity: 0.5;
}
.c-bts__slider {
  position: relative;
}
.c-bts__slider .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.c-bts__slider .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 1.25rem;
}
@media only screen and (min-width: 56.25em) {
  .c-bts__slider .swiper:not(.swiper-initialized) .swiper-wrapper {
    gap: 1.875rem;
  }
}
.c-bts__slider .swiper:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 0;
}
.c-bts__nav[data-slider-buttons] {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 0.75rem;
  padding-inline: var(--space-w);
  margin-bottom: 1rem;
}
@media only screen and (min-width: 56.25em) {
  .c-bts__nav[data-slider-buttons] {
    margin-bottom: 1.25rem;
  }
}
.c-bts__nav[data-slider-buttons] button {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
.c-bts__nav[data-slider-buttons] button[data-slider-prev] {
  transform: rotate(180deg);
  transform-origin: center center;
}
.c-bts__nav[data-slider-buttons] button:disabled {
  opacity: 0.5;
  cursor: default;
}
.c-bts__nav[data-slider-buttons] button .arrow {
  display: block;
  line-height: 0;
}
.c-bts__nav[data-slider-buttons] button .arrow svg {
  display: block;
  width: 2.5rem;
  height: auto;
}
.c-bts__image {
  display: block;
  width: auto;
  height: 26.25rem;
  max-width: none;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 460/621;
}
@media only screen and (min-width: 56.25em) {
  .c-bts__image {
    height: 38.8125rem;
  }
}

.c-frontpage {
  --c-frontpage-bottom-clearance: calc(var(--c-frontpage-bottom) + var(--space-w) * 2 + 1.2em);
  background-color: var(--bg-color);
}

.c-frontpage-hero {
  position: relative;
  height: 250svh;
  background-color: var(--bg-color);
}
.c-frontpage-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  height: 250svh;
}
.c-frontpage-hero__stage, .c-frontpage-hero__sticky {
  grid-area: 1/1;
}
.c-frontpage-hero__stage {
  z-index: 2;
  display: flex;
  align-items: start;
  align-self: start;
  height: 100svh;
  padding: var(--space-w);
  padding-top: calc(var(--c-header) + var(--space-w));
  padding-bottom: calc(var(--c-frontpage-bottom) + var(--space-w) * 2);
  pointer-events: none;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-hero__stage {
    align-items: center;
  }
}
.c-frontpage-hero__sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 100svh;
  align-self: start;
}
.c-frontpage-hero__canvas {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding: var(--space-w);
  padding-top: calc(var(--c-header) + var(--space-w));
  padding-bottom: var(--c-frontpage-bottom-clearance);
  background-color: var(--bg-color);
}

.c-frontpage-statement {
  pointer-events: auto;
}
.c-frontpage-statement__text {
  max-width: 35ch;
  margin: 0;
  font-size: clamp(1rem, 8vw, 2.25rem);
  line-height: 110%;
  text-indent: 0;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-statement__text {
    font-size: 3rem;
  }
}

.c-frontpage-video {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #d6d3d1;
  border-radius: 0.5rem;
  will-change: width, height, transform, border-radius;
}
.c-frontpage-video video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-frontpage-video__loader {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d6d3d1;
  border-radius: inherit;
  transition: opacity 0.3s ease;
}
.c-frontpage-video__loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.c-frontpage-video__spinner {
  width: 1.5rem;
  height: 1.5rem;
  border: 0.125rem solid rgb(var(--black)/15%);
  border-top-color: rgb(var(--black)/60%);
  border-radius: 50%;
  animation: c-frontpage-spin 0.8s linear infinite;
}

@keyframes c-frontpage-spin {
  to {
    transform: rotate(360deg);
  }
}
.c-frontpage-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  display: flex;
  gap: var(--space-w);
  align-items: center;
  justify-content: space-between;
  padding: var(--space-w);
  color: #fff;
  background-color: transparent;
  mix-blend-mode: difference;
  pointer-events: auto;
}
.c-frontpage-bottom__contact {
  flex-shrink: 0;
  overflow: hidden;
}
.c-frontpage-bottom__tagline {
  text-align: right;
}
.c-frontpage-bottom__tagline-swap {
  overflow: hidden;
}

html:not(.no-js) body:has(.c-frontpage):not(.is-intro-done) .c-frontpage-bottom__contact,
html:not(.no-js) body:has(.c-frontpage):not(.is-intro-done) .c-frontpage-bottom__tagline-swap {
  opacity: 0;
  transform: translate3d(0, 1.25rem, 0);
}

@media (prefers-reduced-motion: reduce) {
  html:not(.no-js) body:has(.c-frontpage):not(.is-intro-done) .c-header-logo,
  html:not(.no-js) body:has(.c-frontpage):not(.is-intro-done) .c-header-logo > a,
  html:not(.no-js) body:has(.c-frontpage):not(.is-intro-done) .c-header-menu,
  html:not(.no-js) body:has(.c-frontpage):not(.is-intro-done) .c-header-burger,
  html:not(.no-js) body:has(.c-frontpage):not(.is-intro-done) .c-frontpage-bottom__contact,
  html:not(.no-js) body:has(.c-frontpage):not(.is-intro-done) .c-frontpage-bottom__tagline-swap {
    opacity: 1;
    transform: none;
  }
}
.c-frontpage-container {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding-bottom: calc(var(--space-w) * 2 + var(--c-frontpage-bottom, 1.5rem));
  padding-top: 0;
  background-color: var(--bg-color);
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-container {
    gap: 16rem;
  }
}

.c-frontpage-featured__header {
  display: flex;
  gap: var(--space-w);
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding-inline: var(--space-w);
}
.c-frontpage-featured__intro {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  max-width: 54.375rem;
}
.c-frontpage-featured__nav[data-slider-buttons] {
  position: static;
  top: auto;
  right: auto;
  z-index: auto;
  display: flex;
  flex-shrink: 0;
  gap: 0.625rem;
}
.c-frontpage-featured__nav[data-slider-buttons] button {
  width: 3.625rem;
  color: inherit;
  transition: opacity 0.3s;
}
.c-frontpage-featured__nav[data-slider-buttons] button[data-slider-prev] {
  transform: rotate(180deg);
  transform-origin: center center;
}
.c-frontpage-featured__nav[data-slider-buttons] button:disabled {
  opacity: 0.5;
}
.c-frontpage-featured__nav[data-slider-buttons] button .arrow {
  display: block;
  line-height: 0;
}
.c-frontpage-featured__nav[data-slider-buttons] button svg {
  display: block;
  width: 100%;
  height: auto;
}
.c-frontpage-featured .swiper-slide {
  width: calc(100vw - 2.5rem);
  height: auto;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-featured .swiper-slide {
    width: min(78.3125rem, 100vw - 5rem);
  }
}
.c-frontpage-featured .swiper:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  gap: 1rem;
  padding-inline: var(--space-w);
}
.c-frontpage-featured .swiper:not(.swiper-initialized) .swiper-slide {
  flex-shrink: 0;
}
.c-frontpage-featured__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  background-color: rgb(var(--white));
  border-radius: 8px;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-featured__card {
    flex-direction: row;
    min-height: 30.125rem;
  }
}
.c-frontpage-featured__media {
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
  background-color: #d6d3d1;
  border-radius: 8px;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-featured__media {
    width: 54%;
    aspect-ratio: auto;
    align-self: stretch;
  }
}
.c-frontpage-featured__media img,
.c-frontpage-featured__media video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-frontpage-featured__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2rem;
  justify-content: space-between;
  padding: 1.5rem 0 0;
  text-align: left;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-featured__content {
    gap: 1.25rem;
    padding: 4rem 4rem 4rem 2rem;
  }
}
.c-frontpage-featured__copy {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.c-frontpage-featured__label {
  margin: 0;
}
.c-frontpage-featured__title {
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.25;
  font-variation-settings: "wght" 400;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-featured__title {
    font-size: 1.75rem;
  }
}
.c-frontpage-featured__description {
  margin: 0.625rem 0 0;
  font-size: 0.875rem;
  line-height: 1.3;
  font-variation-settings: "wght" 400;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-featured__description {
    font-size: 1rem;
  }
}
.c-frontpage-featured__description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.c-frontpage-featured__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-frontpage-featured__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3125rem 0.375rem;
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 0.75rem;
}

.c-frontpage-partners {
  padding-inline: var(--space-w);
}
.c-frontpage-partners__header {
  display: flex;
  gap: var(--space-w);
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.c-frontpage-partners__intro {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 40.625rem;
}
.c-frontpage-partners__frame {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 26.25rem;
  padding: 1.5rem;
  color: #f5f5f5;
  background-color: #1d1d1b;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-partners__frame {
    min-height: 43.1875rem;
    padding: 2rem;
  }
}
.c-frontpage-partners__spacer {
  visibility: hidden;
  pointer-events: none;
}
.c-frontpage-partners__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-frontpage-partners__logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 2.5rem;
}
.c-frontpage-partners__logo.is-empty {
  display: none;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-partners__logo {
    min-height: 3rem;
  }
}
.c-frontpage-partners__logo-mark {
  display: block;
  width: auto;
  max-width: 10rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-partners__logo-mark {
    max-width: 12.5rem;
    height: 3rem;
  }
}
.c-frontpage-partners__quote {
  margin: 0;
  max-width: 57.5rem;
}
.c-frontpage-partners__quote p {
  display: block;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.3;
  font-variation-settings: "wght" 400;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-partners__quote p {
    font-size: 2rem;
  }
}
.c-frontpage-partners__bottom {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
}
.c-frontpage-partners__nav {
  display: flex;
  flex-shrink: 0;
  gap: 0.625rem;
}
.c-frontpage-partners__nav button {
  width: 2.5rem;
  color: inherit;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-partners__nav button {
    width: 3.625rem;
  }
}
.c-frontpage-partners__nav button[data-partners-prev] {
  transform: rotate(180deg);
  transform-origin: center center;
}
.c-frontpage-partners__nav button:disabled {
  opacity: 0.5;
}
.c-frontpage-partners__nav button .arrow {
  display: block;
  line-height: 0;
}
.c-frontpage-partners__nav button svg {
  display: block;
  width: 100%;
  height: auto;
}
.c-frontpage-partners__attribution {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.c-frontpage-partners__name {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-variation-settings: "wght" 600;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-partners__name {
    font-size: 1rem;
  }
}
.c-frontpage-partners__role {
  margin: 0;
  color: #f2f2f7;
  font-size: 0.875rem;
  line-height: 1.3;
  font-variation-settings: "wght" 400;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-partners__role {
    font-size: 1rem;
  }
}

.c-frontpage-omi {
  position: relative;
  height: 50svh;
  overflow: hidden;
  padding-inline: var(--space-w);
}
.c-frontpage-omi__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-width: 68.75rem;
  pointer-events: none;
}
.c-frontpage-omi__label {
  margin: 0 0 1rem;
}
.c-frontpage-omi__text {
  margin: 0;
  max-width: 36ch;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-omi__text {
    max-width: 62ch;
  }
}
.c-frontpage-omi__tips {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  pointer-events: none;
}
.c-frontpage-omi__tip {
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
}
.c-frontpage-omi__tip .c-button {
  height: 1.875rem;
  padding-inline: 0.75rem;
  font-variation-settings: "wght" 600;
  white-space: nowrap;
  background-color: rgb(var(--white));
  border: 1.5px solid rgb(var(--black));
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-omi__tip .c-button {
    height: 1.875rem;
    font-size: 0.9375rem;
  }
}
.c-frontpage-omi.is-animated .c-frontpage-omi__tip {
  will-change: transform;
}
.c-frontpage-omi.is-static .c-frontpage-omi__tip:nth-child(1) {
  top: 28%;
  left: 42%;
}
.c-frontpage-omi.is-static .c-frontpage-omi__tip:nth-child(2) {
  top: 48%;
  left: 68%;
}
.c-frontpage-omi.is-static .c-frontpage-omi__tip:nth-child(3) {
  top: 72%;
  left: 58%;
}
.c-frontpage-omi.is-static .c-frontpage-omi__tip:nth-child(4) {
  top: 78%;
  left: 0;
}

.c-frontpage-visionary {
  padding-inline: var(--space-w);
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-visionary__wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}
.c-frontpage-visionary__mobile {
  font-size: 22.5vw;
}
.c-frontpage-visionary .line-1,
.c-frontpage-visionary .line-2 {
  position: relative;
  width: 100%;
  height: 8vw;
}
.c-frontpage-visionary .a,
.c-frontpage-visionary .b,
.c-frontpage-visionary .c {
  position: absolute;
  top: 0;
}
.c-frontpage-visionary .a {
  left: 0;
}
.c-frontpage-visionary .b,
.c-frontpage-visionary .c {
  right: 0;
  width: -moz-max-content;
  width: max-content;
  transform-origin: bottom right;
}
.c-frontpage-visionary .tomorrows,
.c-frontpage-visionary .visionary {
  display: inline-block;
}

.c-frontpage-press {
  padding-inline: var(--space-w);
  padding-bottom: var(--c-frontpage-bottom-clearance, 3rem);
}
.c-frontpage-press__header {
  display: flex;
  gap: var(--space-w);
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.c-frontpage-press__header .c-button {
  gap: 0.5rem;
  height: 1.875rem;
  padding-inline: 0.75rem;
  font-variation-settings: "wght" 600;
  white-space: nowrap;
  text-decoration: none;
  background-color: #fff;
  border: 1.5px solid rgb(var(--black));
  transition: gap 0.25s ease;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-press__header .c-button {
    height: 1.875rem;
    font-size: 0.9375rem;
  }
}
.c-frontpage-press__header .c-button:not(.no-hover):hover {
  gap: 0.875rem;
  background-color: #fff;
  font-variation-settings: "wght" 600;
}
.c-frontpage-press__list {
  display: flex;
  gap: 1rem;
  align-items: stretch;
  margin-inline: calc(var(--space-w) * -1);
  padding-inline: var(--space-w);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.c-frontpage-press__list::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-press__list {
    margin-inline: 0;
    padding-inline: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
}
.c-frontpage-press__item {
  display: flex;
  flex: 0 0 min(20rem, 78vw);
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0.5rem;
  scroll-snap-align: start;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-press__item {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }
}
.c-frontpage-press__meta {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
}
.c-frontpage-press__date {
  margin: 0;
  color: #292524;
}
.c-frontpage-press__arrow {
  flex-shrink: 0;
  font-size: 1.125rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  font-variation-settings: "wght" 500;
}
.c-frontpage-press__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 296/185;
  background-color: #d6d3d1;
  border-radius: 0.5rem;
}
.c-frontpage-press__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-frontpage-press__copy {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.5rem;
}
.c-frontpage-press__source {
  margin: 0;
  color: #292524;
}
.c-frontpage-press__title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.4;
  font-variation-settings: "wght" 500;
}
@media only screen and (min-width: 56.25em) {
  .c-frontpage-press__title {
    font-size: 1.25rem;
  }
}

.c-info-intro {
  display: grid;
  min-height: 100svh;
  padding: var(--space-w);
  box-sizing: border-box;
}
@media only screen and (max-width: 56.25em) {
  .c-info-intro {
    gap: 3rem;
    padding-top: 6rem;
    padding-bottom: 2.5rem;
    align-content: end;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-info-intro {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: end;
    -moz-column-gap: var(--space-w);
         column-gap: var(--space-w);
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-info-intro__copy {
    align-self: end;
    max-width: 100%;
  }
}
.c-info-intro__headline {
  margin: 0;
  text-transform: uppercase;
  line-height: 0.9;
  letter-spacing: -0.08em;
  font-size: 13.5vw;
}
@media only screen and (min-width: 56.25em) {
  .c-info-intro__headline {
    font-size: 6vw;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-info-intro__media {
    align-self: center;
    justify-self: end;
    width: 100%;
    max-width: 35.4375rem;
  }
}
.c-info-intro__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 56.25em) {
  .c-info-intro__image {
    aspect-ratio: 567/708;
  }
}

.template-info .c-header {
  background-color: var(--bg-color);
  backdrop-filter: none;
}

.c-info-toc {
  position: sticky;
  top: var(--c-header);
  z-index: 20;
  padding: 1rem var(--space-w);
  color: var(--color);
  background-color: var(--bg-color);
  border-bottom: 1px solid color-mix(in srgb, var(--color) 12%, transparent);
  transform: translate3d(0, 0, 0);
}
.c-info-toc__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-info-toc__link.c-button {
  text-decoration: none;
  font-style: normal;
}
.c-info-toc__link.c-button:not(.active):hover {
  background: var(--green);
  font-variation-settings: "wght" 600;
}

.c-info-history {
  padding-inline: var(--space-w);
  padding-top: 3rem;
}
@media only screen and (min-width: 56.25em) {
  .c-info-history {
    padding-top: 4.5rem;
  }
}
.c-info-history > .wp-block-paragraph {
  max-width: 82.5rem;
  margin: 0;
}
.c-info-history > .wp-block-paragraph + .wp-block-paragraph {
  margin-top: 2rem;
}
@media only screen and (min-width: 56.25em) {
  .c-info-history > .wp-block-paragraph + .wp-block-paragraph {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-info-history > .wp-block-spacer {
    height: 4rem !important;
  }
}
.c-info-history > .wp-block-image {
  width: 100%;
  margin: 0;
}
.c-info-history > .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.wp-block-group.is-style-section-gap {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 56.25em) {
  .wp-block-group.is-style-section-gap {
    margin-bottom: 7.5rem;
  }
}

.c-info-core {
  padding-inline: var(--space-w);
}
.c-info-core .c-process-capabilities {
  padding-block: 3rem 2.5rem;
}
@media only screen and (min-width: 56.25em) {
  .c-info-core .c-process-capabilities {
    padding-block: 4.5rem 3.5rem;
  }
}
.c-info-core > .wp-block-image {
  width: 100%;
  margin: 0;
}
.c-info-core > .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.c-info #partners {
  padding-inline: var(--space-w);
}
.c-info #partners .c-frontpage-partners {
  padding-inline: 0;
}
.c-info #approach {
  padding-inline: 0;
}

@media only screen and (max-width: 56.25em) {
  .c-news-title {
    margin-top: 3.5rem;
    margin-bottom: 4.8125rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-news-title {
    margin-top: 12.5rem;
    margin-bottom: 4rem;
  }
}

.c-news-grid {
  display: grid;
}
@media only screen and (max-width: 56.25em) {
  .c-news-grid {
    gap: 2.6875rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-news-grid {
    gap: 0.625rem;
    margin-bottom: 11.5rem;
  }
}
.c-news-grid__mb {
  margin-bottom: 1.5rem;
}
.c-news-grid__awards {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: var(--font-xs);
  text-transform: uppercase;
}

.c-news-item {
  display: grid;
}
@media only screen and (max-width: 56.25em) {
  .c-news-item {
    gap: 0.625rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-news-item {
    grid-template-columns: 5fr 7fr;
    gap: 1.875rem;
  }
}
.c-news-item__date {
  flex-shrink: 0;
}
.c-news-item__header {
  display: flex;
  gap: 1.25rem;
}
@media only screen and (max-width: 56.25em) {
  .c-news-item__header {
    font-size: 0.625rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-news-item__header {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-news-item__header .c-button {
    order: -1;
  }
}
.c-news-item__header h2 {
  opacity: 0.3;
}
.c-news-item img {
  border-radius: 5px;
}
@media only screen and (max-width: 56.25em) {
  .c-news-item img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1;
  }
}

@media only screen and (max-width: 56.25em) {
  .c-news-header {
    padding-top: 3.5rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-news-header {
    padding-top: 7.5rem;
    margin-bottom: 3.5rem;
  }
}
.c-news-header__caption {
  margin: 0 0 1rem;
}
.c-news-header__title {
  margin: 0;
}
.c-news-header__title i {
  display: inline-block;
  font-style: normal;
}
.c-news-header__title-mobile {
  font-size: 18vw;
  line-height: 0.9;
}
.c-news-header__title-mobile i {
  display: block;
}

@media only screen and (max-width: 56.25em) {
  .c-news-featured {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-news-featured {
    margin-bottom: 6rem;
  }
}
.c-news-featured__list {
  display: flex;
  gap: 1rem;
  align-items: stretch;
  margin-inline: calc(var(--space-w) * -1);
  padding-inline: var(--space-w);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.c-news-featured__list::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 56.25em) {
  .c-news-featured__list {
    margin-inline: 0;
    padding-inline: 0;
    overflow: visible;
    scroll-snap-type: none;
  }
}
.c-news-featured__item {
  display: flex;
  flex: 0 0 min(20rem, 78vw);
  flex-direction: column;
  gap: 0.75rem;
  padding: 1rem;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  border-radius: 0.5rem;
  scroll-snap-align: start;
  transition: background-color 0.25s ease;
}
@media only screen and (min-width: 56.25em) {
  .c-news-featured__item {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
  }
}
.c-news-featured__item:hover .c-news-featured__media img {
  transform: scale(1.06);
}
.c-news-featured__item:hover .c-news-featured__arrow {
  transform: translate(0.1em, -0.1em);
}
.c-news-featured__meta {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
}
.c-news-featured__date {
  margin: 0;
  color: #292524;
}
.c-news-featured__arrow {
  flex-shrink: 0;
  font-size: 1.125rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  font-variation-settings: "wght" 500;
  transition: transform 0.25s ease;
}
.c-news-featured__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 296/185;
  background-color: #d6d3d1;
  border-radius: 0.5rem;
}
.c-news-featured__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.45s ease;
}
.c-news-featured__copy {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-top: 0.5rem;
}
.c-news-featured__source {
  margin: 0;
  color: #292524;
}
.c-news-featured__title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.4;
  font-variation-settings: "wght" 500;
}
@media only screen and (min-width: 56.25em) {
  .c-news-featured__title {
    font-size: 1.25rem;
  }
}

.c-news-list {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 56.25em) {
  .c-news-list {
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-news-list {
    gap: 1.75rem;
    margin-bottom: 10rem;
  }
}
.c-news-list__item {
  display: grid;
  color: inherit;
  text-decoration: none;
}
@media only screen and (max-width: 56.25em) {
  .c-news-list__item {
    gap: 0.75rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-news-list__item {
    grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
    gap: 3rem;
    align-items: start;
  }
}
.c-news-list__media {
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-variation-settings: "wght" 600;
}
@media only screen and (min-width: 56.25em) {
  .c-news-list__media {
    font-size: 1.75rem;
  }
}
.c-news-list__copy {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
}
@media only screen and (min-width: 56.25em) {
  .c-news-list__copy {
    gap: 1rem;
  }
}
.c-news-list__date {
  width: -moz-fit-content;
  width: fit-content;
  pointer-events: none;
}
.c-news-list__title {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.35;
  font-variation-settings: "wght" 500;
}
@media only screen and (min-width: 56.25em) {
  .c-news-list__title {
    font-size: 1.375rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .c-news-featured__item:hover .c-news-featured__media img,
  .c-news-featured__item:hover .c-news-featured__arrow {
    transform: none;
  }
  .c-news-featured__media img,
  .c-news-featured__arrow {
    transition: none;
  }
}
.c-design-awards .c-news-header__title-mobile {
  font-size: 15vw;
}

@media only screen and (max-width: 56.25em) {
  .c-post-title {
    margin-top: 4rem;
    margin-bottom: 6.625rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-post-title {
    margin-top: 11.875rem;
    margin-bottom: 5.1875rem;
  }
}

.c-post-nav {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 56.25em) {
  .c-post-nav {
    margin-top: 1.4375rem;
    margin-bottom: 12.5rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-post-nav {
    margin-top: 11.875rem;
    margin-bottom: 13.3125rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .single-project .c-post-nav {
    margin-top: 0.875rem;
  }
}

.c-post-content {
  margin-top: 1.375rem;
}
@media only screen and (max-width: 56.25em) {
  .c-post-content img {
    aspect-ratio: 1;
  }
}
.c-post-content .wp-block-columns:not(:has(> :nth-child(3))) {
  /* Styles for containers with 2 or fewer children */
}
@media only screen and (min-width: 56.25em) {
  .c-post-content .wp-block-columns:not(:has(> :nth-child(3))) {
    display: grid;
    grid-template-columns: 5fr 7fr;
  }
}

.c-project {
  background-color: var(--bg-color);
}
.c-project .c-page-nav {
  padding-inline: var(--space-w);
  margin-top: 4rem;
}
@media only screen and (min-width: 56.25em) {
  .c-project .c-page-nav {
    margin-top: 6rem;
  }
}

.c-project-header {
  padding-inline: var(--space-w);
  padding-top: calc(var(--c-header) + var(--space-w));
}
@media only screen and (max-width: 56.25em) {
  .c-project-header {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-project-header {
    margin-bottom: 3.75rem;
  }
}
.c-project-header__title {
  margin: 0;
}
@media only screen and (max-width: 56.25em) {
  .c-project-header__title {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-project-header__title {
    margin-bottom: 1.75rem;
  }
}
.c-project-header__title i {
  display: inline-block;
  font-style: normal;
}
.c-project-header__title-mobile {
  font-size: 12vw;
  line-height: 0.9;
}
.c-project-header__title-mobile i {
  display: block;
}
.c-project-header__cover {
  position: relative;
  overflow: hidden;
  background-color: #d6d3d1;
  border-radius: 0.5rem;
}
@media only screen and (max-width: 56.25em) {
  .c-project-header__cover {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-project-header__cover {
    margin-bottom: 1.75rem;
  }
}
.c-project-header__cover--mobile {
  aspect-ratio: 4/5;
}
.c-project-header__cover--desktop {
  aspect-ratio: 1448/610;
}
.c-project-header__cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-project-header__details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: 0.875rem;
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-variation-settings: "wght" 600;
}
.c-project-header__detail {
  display: flex;
  gap: 0.375rem;
  align-items: flex-start;
  margin: 0;
}
.c-project-header__detail dt,
.c-project-header__detail dd {
  margin: 0;
}
.c-project-header__detail dt {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  width: 9.125rem;
}
.c-project-header__detail dd {
  min-width: 0;
}
.c-project-header__detail .c-button {
  width: -moz-fit-content;
  width: fit-content;
  height: 1.5rem;
  padding-inline: 0.375rem;
  font-size: 0.875rem;
  font-variation-settings: "wght" 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
  border-radius: 0.75rem;
}

.c-project-intro {
  padding-inline: var(--space-w);
}
@media only screen and (max-width: 56.25em) {
  .c-project-intro {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-project-intro {
    margin-bottom: 3rem;
  }
}
.c-project-intro__headline {
  max-width: 28ch;
  margin: 0;
}
@media only screen and (max-width: 56.25em) {
  .c-project-intro__headline {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-project-intro__headline {
    max-width: 22ch;
    margin-bottom: 1rem;
  }
}
.c-project-intro__description {
  max-width: 61.875rem;
  font-size: 1rem;
  line-height: 1.4;
  font-variation-settings: "wght" 500;
}
@media only screen and (min-width: 56.25em) {
  .c-project-intro__description {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.c-project-intro__description p {
  margin: 0;
}
.c-project-intro__description p + p {
  margin-top: 1em;
}

.c-project-content {
  padding-inline: var(--space-w);
}
.c-project-content .wp-block-columns,
.c-project-content .wp-block-column {
  gap: 0.625rem;
}
.c-project-content .c-process-capabilities,
.c-project-content .c-project-detail {
  display: block;
}
.c-project-content .c-process-capabilities p,
.c-project-content .c-project-detail p {
  padding-top: 0;
  padding-bottom: 0;
}

.c-work {
  position: relative;
}
@media only screen and (max-width: 56.25em) {
  .c-work {
    padding-bottom: 13.875rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-work {
    padding-bottom: 9.375rem;
  }
}

.c-work-header {
  display: contents;
}
.c-work-header__caption {
  grid-area: caption;
  display: flex;
  align-items: center;
  min-height: 2.5rem;
  margin: 0;
}
.c-work-header__title {
  grid-area: title;
  max-width: 61.75rem;
  margin: 0;
  padding-right: 1rem;
}
@media only screen and (max-width: 56.25em) {
  .c-work-header__title {
    font-size: clamp(1rem, 8vw, 2.25rem);
    line-height: 110%;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-work-header__title {
    max-width: min(61.75rem, 100% - 20rem);
    font-size: 2.75rem;
  }
}

.c-work-filters {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas: "caption sticky" "title sticky" "list list" "empty empty";
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: start;
}
@media only screen and (max-width: 56.25em) {
  .c-work-filters {
    padding-top: 3.5rem;
    row-gap: 0.75rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-work-filters {
    padding-top: 7.5rem;
    row-gap: 1rem;
  }
}
.c-work-filters__sticky {
  grid-area: sticky;
  grid-row: 1/-1;
  position: sticky;
  top: calc(var(--c-header) + 0.5rem);
  z-index: 15;
  align-self: start;
  justify-self: end;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.c-work-filters__sticky .c-work-filters__bar {
  pointer-events: auto;
}
.c-work-filters__bar {
  display: flex;
  gap: 0.25rem;
  align-items: stretch;
  justify-content: flex-end;
}
.c-work-filters__search-wrap {
  position: relative;
  width: 11.25rem;
  min-width: 0;
}
@media only screen and (min-width: 56.25em) {
  .c-work-filters__search-wrap {
    width: 16.25rem;
  }
}
.c-work-filters__search-icon {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  display: flex;
  color: rgb(var(--black)/40%);
  pointer-events: none;
  transform: translateY(-50%);
}
.c-work-filters__search {
  display: block;
  width: 100%;
  height: 2.5rem;
  padding: 0.5rem 0.875rem 0.5rem 2.25rem;
  color: inherit;
  font-size: 0.875rem;
  font-variation-settings: "wght" 400;
  line-height: 1.2;
  background-color: rgb(var(--white)/100%);
  border: 1px solid rgb(var(--black)/14%);
  border-radius: 62.4375rem;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.c-work-filters__search::-moz-placeholder {
  color: rgb(var(--black)/40%);
  opacity: 1;
}
.c-work-filters__search::placeholder {
  color: rgb(var(--black)/40%);
  opacity: 1;
}
.c-work-filters__search::-webkit-search-decoration, .c-work-filters__search::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}
.c-work-filters__search {
  /* one or more available input mechanism(s) can hover over elements with ease */
}
@media (any-hover: hover) {
  .c-work-filters__search:hover {
    border-color: rgb(var(--black)/35%);
  }
}
.c-work-filters__search:focus, .c-work-filters__search:focus-visible {
  border-color: rgb(var(--black)/55%);
  box-shadow: 0 0 0 3px rgb(var(--black)/6%);
}
@media only screen and (min-width: 56.25em) {
  .c-work-filters__search {
    font-size: 0.9375rem;
  }
}
.c-work-filters__panel-wrap {
  position: relative;
  flex-shrink: 0;
}
.c-work-filters__toggle {
  width: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  color: inherit;
  font: inherit;
  line-height: normal;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  height: 2.5rem;
  padding: 0 0.875rem;
  color: inherit;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: rgb(var(--white)/100%);
  border: 1px solid rgb(var(--black)/14%);
  border-radius: 62.4375rem;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  font-variation-settings: "wght" 500;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
@media (any-hover: hover) {
  .c-work-filters__toggle:hover {
    border-color: rgb(var(--black)/35%);
  }
}
.c-work-filters__toggle.is-open, .c-work-filters__toggle:focus-visible {
  border-color: rgb(var(--black)/55%);
  box-shadow: 0 0 0 3px rgb(var(--black)/6%);
}
.c-work-filters__toggle.has-filters {
  background-color: var(--green);
  border-color: transparent;
}
.c-work-filters__toggle-icon {
  display: flex;
}
@media only screen and (max-width: 56.25em) {
  .c-work-filters__toggle-label {
    display: none;
  }
}
.c-work-filters__toggle-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.125rem;
  height: 1.125rem;
  padding: 0 0.3125rem;
  font-size: 0.6875rem;
  line-height: 1;
  background-color: rgb(var(--black)/100%);
  border-radius: 62.4375rem;
  color: #fff;
  font-variation-settings: "wght" 600;
}
.c-work-filters__toggle-count[hidden] {
  display: none;
}
.has-filters .c-work-filters__toggle-count {
  background-color: rgb(var(--black)/100%);
}
.c-work-filters__panel {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  z-index: 20;
  width: min(22.5rem, 100vw - 2rem);
  padding: 1rem;
  background-color: #fff;
  border: 1px solid rgb(var(--black)/10%);
  border-radius: 0.75rem;
  box-shadow: 0 0.75rem 2.5rem rgb(var(--black)/8%), 0 0.125rem 0.5rem rgb(var(--black)/4%);
}
.c-work-filters__panel[hidden] {
  display: none;
}
@media only screen and (max-width: 56.25em) {
  .c-work-filters__panel {
    position: fixed;
    top: auto;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    width: auto;
    max-height: min(70vh, 30rem);
    overflow: auto;
    padding: 1.25rem;
    border-radius: 1rem;
  }
}
.c-work-filters__panel-head {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.c-work-filters__panel-title {
  margin: 0;
}
.c-work-filters__reset {
  width: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  color: inherit;
  font: inherit;
  line-height: normal;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.125rem 0;
  color: inherit;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  cursor: pointer;
  font-variation-settings: "wght" 500;
}
.c-work-filters__reset[hidden] {
  display: none;
}
.c-work-filters__reset {
  /* one or more available input mechanism(s) can hover over elements with ease */
}
@media (any-hover: hover) {
  .c-work-filters__reset:hover {
    opacity: 0.6;
  }
}
.c-work-filters__menu {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
.c-work-filters__group {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.c-work-filters__label {
  margin: 0;
  opacity: 0.55;
}
.c-work-filters__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.c-work-filters__chips .c-button {
  background-color: #eae8e4;
}
.c-work-filters__chips .c-button.active {
  background-color: var(--green);
}
@media only screen and (min-width: 56.25em) {
  .c-work-filters__chips .c-button:not(.no-hover):hover {
    background-color: var(--green);
  }
}
.c-work-filters__list {
  grid-area: list;
}
@media only screen and (max-width: 56.25em) {
  .c-work-filters__list {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-work-filters__list {
    margin-top: 5rem;
  }
}
.c-work-filters__list .is-filtered-out {
  display: none;
}
.c-work-filters__empty {
  grid-area: empty;
  margin: 3rem 0 0;
  text-align: center;
  opacity: 0.55;
}
.c-work-filters__empty[hidden] {
  display: none;
}

.template-contact {
  --color: #fff;
  --bg-color: #000;
  --bg-color-rgb: var(--black);
  --color-rgb: 255 255 255;
}
.template-contact .c-header {
  color: var(--color);
}
.template-contact .c-footer {
  --color: rgb(var(--black) / 100%);
  --bg-color: rgb(var(--white) / 100%);
  --bg-color-rgb: var(--white);
  --color-rgb: var(--black);
  color: var(--color);
  background: var(--bg-color);
}
.template-contact .c-scrollbar {
  mix-blend-mode: normal;
}
.template-contact .c-scrollbar .thumb {
  background-color: var(--lime);
}

.c-contact {
  padding-top: calc(var(--c-header) + 3rem);
  padding-bottom: 4rem;
  color: var(--color);
  background-color: var(--bg-color);
}
@media only screen and (min-width: 56.25em) {
  .c-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100svh;
    padding-top: calc(var(--c-header) + 2.5rem);
    padding-bottom: 2.5rem;
  }
}
.c-contact__grid {
  display: grid;
  row-gap: 1rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media only screen and (min-width: 56.25em) {
  .c-contact__grid {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10rem;
         column-gap: 10rem;
    row-gap: 1rem;
    align-items: start;
  }
}
.c-contact__label {
  margin: 0;
}
@media only screen and (min-width: 56.25em) {
  .c-contact__label {
    grid-column: 1;
    grid-row: 1;
  }
}
.c-contact__left {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media only screen and (min-width: 56.25em) {
  .c-contact__left {
    grid-column: 1;
    grid-row: 2;
    gap: 4.375rem;
  }
}
.c-contact__right {
  margin-top: 2rem;
}
@media only screen and (min-width: 56.25em) {
  .c-contact__right {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0;
  }
}
.c-contact__title {
  max-width: 22ch;
  margin: 0;
  color: #fff;
  font-variation-settings: "wght" 500;
}
.c-contact__meta {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (min-width: 56.25em) {
  .c-contact__meta {
    gap: 4.25rem;
  }
}
.c-contact__details, .c-contact__socials {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-contact__meta-label {
  opacity: 0.8;
}
.c-contact__lines {
  margin: 0;
}
.c-contact__lines a {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
@media (any-hover: hover) {
  .c-contact__lines a:hover {
    transform: skewX(-45deg);
  }
}
.c-contact__socials-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
}
.c-contact-form__fields {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.c-contact-form__field {
  position: relative;
  width: 100%;
}
.c-contact-form__input {
  display: block;
  width: 100%;
  height: 2.625rem;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  color: #fff;
  font-size: 1rem;
  font-variation-settings: "wght" 400;
  line-height: 1.3;
  background-color: #1d1b1b;
  border: 0.5px solid #44403b;
  border-radius: 0.25rem;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  caret-color: #fff;
  color-scheme: dark;
}
.c-contact-form__input::-moz-placeholder {
  color: #a6a09b;
  opacity: 1;
}
.c-contact-form__input::placeholder {
  color: #a6a09b;
  opacity: 1;
}
.c-contact-form__input:-webkit-autofill, .c-contact-form__input:-webkit-autofill:hover, .c-contact-form__input:-webkit-autofill:focus, .c-contact-form__input:-webkit-autofill:active {
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
  caret-color: #fff !important;
  border-color: #44403b !important;
  background-color: #1d1b1b !important;
  background-image: none !important;
  box-shadow: 0 0 0 1000px #1d1b1b inset !important;
  -webkit-transition: background-color 99999s ease-out 0s;
  transition: background-color 99999s ease-out 0s;
  filter: none;
}
.c-contact-form__input {
  /* one or more available input mechanism(s) can hover over elements with ease */
}
@media (any-hover: hover) {
  .c-contact-form__input:hover {
    border-color: #a6a09b;
    background-color: #221f1f;
  }
}
.c-contact-form__input:focus, .c-contact-form__input:focus-visible {
  border-color: #fff;
  background-color: #221f1f;
  box-shadow: 0 0 0 1px #fff;
}
.c-contact-form__input:-webkit-autofill:focus, .c-contact-form__input:-webkit-autofill:focus-visible {
  border-color: #fff !important;
  box-shadow: 0 0 0 1000px #221f1f inset, 0 0 0 1px #fff !important;
}
.c-contact-form__input:user-invalid:not(:focus):not(:-moz-placeholder) {
  border-color: #f87171;
  box-shadow: 0 0 0 1px #f87171;
}
.c-contact-form__input:user-invalid:not(:focus):not(:placeholder-shown) {
  border-color: #f87171;
  box-shadow: 0 0 0 1px #f87171;
}
.c-contact-form__textarea {
  height: 14.4375rem;
  min-height: 11.25rem;
  padding-top: 0.75rem;
  border-radius: 0.5rem;
  resize: vertical;
}
.c-contact-form__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  align-items: flex-end;
  justify-content: space-between;
}
.c-contact-form__privacy {
  flex: 1 1 13.75rem;
  max-width: 25.125rem;
  margin: 0;
  color: #fff;
  opacity: 0.8;
}
.c-contact-form__privacy a {
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: opacity 0.2s ease;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
@media (any-hover: hover) {
  .c-contact-form__privacy a:hover {
    opacity: 0.7;
  }
}
.c-contact-form__submit {
  width: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
  color: inherit;
  font: inherit;
  line-height: normal;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  gap: 0.875rem;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  color: #fff;
  font-size: 0.875rem;
  font-variation-settings: "wght" 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 0.625rem;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  /* one or more available input mechanism(s) can hover over elements with ease */
}
@media (any-hover: hover) {
  .c-contact-form__submit:hover {
    color: #000;
    background-color: #fff;
  }
}
.c-contact-form__submit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.c-contact-form__submit:disabled {
  cursor: wait;
  opacity: 0.7;
}
.c-contact-form__submit.is-sent {
  color: #000;
  background-color: var(--green);
  border-color: var(--green);
}
@media (prefers-reduced-motion: reduce) {
  .c-contact-form__submit {
    transition: none;
  }
}
.c-contact-form__notice {
  margin: 0;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1.3;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.c-contact-form__notice[hidden] {
  display: none;
}
.c-contact-form__notice.is-error {
  color: #fecaca;
  background-color: rgba(127, 29, 29, 0.35);
  border-color: #f87171;
}
.c-contact-form__notice.is-success {
  color: #d5ffa1;
  background-color: rgba(213, 255, 161, 0.1);
  border-color: var(--green);
}

.c-services {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 56.25em) {
  .c-services {
    padding-bottom: 6rem;
  }
}
.c-services .c-news-header__title-mobile {
  font-size: 14vw;
}
.c-services__list {
  padding-inline: 0;
  margin-bottom: 4.5rem;
}
@media only screen and (min-width: 56.25em) {
  .c-services__list {
    margin-bottom: 7.5rem;
  }
}
.c-services .c-expertise-service {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.c-service-popup {
  position: fixed;
  inset: 0;
  z-index: 400;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 1rem 1rem 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 56.25em) {
  .c-service-popup {
    padding: 2rem 2rem 0;
  }
}
.c-service-popup.is-open {
  visibility: visible;
  pointer-events: auto;
}
.c-service-popup__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(41, 37, 36, 0.72);
  cursor: pointer;
}
.c-service-popup__panel {
  position: relative;
  z-index: 1;
  display: none;
  flex-direction: column;
  width: min(100%, 58.5rem);
  height: 100%;
  overflow: hidden;
  color: rgb(12, 10, 9);
  background-color: #fff;
  border-radius: 0.5rem 0.5rem 0 0;
}
.c-service-popup__panel.is-active {
  display: flex;
}
.c-service-popup__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 2rem;
  line-height: 1;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
@media only screen and (min-width: 56.25em) {
  .c-service-popup__close {
    top: 1.25rem;
    right: 1.25rem;
    width: 3.5rem;
    height: 3.5rem;
  }
}
.c-service-popup__close:hover {
  opacity: 0.55;
}
.c-service-popup__close:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 2px;
  border-radius: 0.25rem;
}
.c-service-popup__scroll {
  position: relative;
  flex: 1 1 auto;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.c-service-popup__scroll::-webkit-scrollbar {
  display: none;
}
.c-service-popup__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 3rem 1.5rem 2.5rem;
}
@media only screen and (min-width: 56.25em) {
  .c-service-popup__inner {
    gap: 2.5rem;
    padding: 6rem 7.5rem 4.5rem;
  }
}
.c-service-popup__scrollbar {
  position: absolute;
  top: 4.5rem;
  right: 0.375rem;
  bottom: 1.5rem;
  z-index: 4;
  display: none;
  width: 0.5rem;
  pointer-events: none;
}
@media only screen and (min-width: 56.25em) {
  .has-overflow .c-service-popup__scrollbar {
    display: block;
    pointer-events: auto;
  }
}
.c-service-popup__scrollbar-track {
  position: relative;
  height: 100%;
}
.c-service-popup__scrollbar-thumb {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 3rem;
  background-color: rgb(12, 10, 9);
  border-radius: 0.125rem;
  cursor: grab;
  opacity: 0.35;
  transition: opacity 0.2s ease;
}
.c-service-popup__scrollbar-thumb:hover, .grabbing .c-service-popup__scrollbar-thumb {
  opacity: 0.7;
}
.c-service-popup__header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 43.5rem;
}
.c-service-popup__label {
  margin: 0;
  color: inherit;
}
.c-service-popup__title {
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 2rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
  font-variation-settings: "wght" 400;
}
.c-service-popup__lead {
  margin: 0.75rem 0 0;
  max-width: 36rem;
  font-size: 1.125rem;
  line-height: 1.4;
  font-variation-settings: "wght" 500;
}
@media only screen and (min-width: 56.25em) {
  .c-service-popup__lead {
    font-size: 1.25rem;
  }
}
.c-service-popup__gallery {
  position: relative;
  width: calc(100% + 3rem);
  margin-inline: -1.5rem;
}
@media only screen and (min-width: 56.25em) {
  .c-service-popup__gallery {
    width: 100%;
    margin-inline: 0;
  }
}
.c-service-popup__swiper {
  position: relative;
  overflow: hidden;
  aspect-ratio: 696/354;
  border-radius: 0.5rem;
  background-color: #d6d3d1;
}
.c-service-popup__swiper .swiper-slide {
  height: 100%;
}
.c-service-popup__swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-service-popup__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1.125rem;
  background-color: rgba(0, 0, 0, 0.35);
  border: 0;
  border-radius: 0.5rem;
  transform: translateY(-50%);
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.c-service-popup__nav:hover {
  background-color: rgba(0, 0, 0, 0.55);
}
.c-service-popup__nav:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 2px;
}
.c-service-popup__nav--prev {
  left: 0.75rem;
}
@media only screen and (min-width: 56.25em) {
  .c-service-popup__nav--prev {
    left: 1.25rem;
  }
}
.c-service-popup__nav--next {
  right: 0.75rem;
}
@media only screen and (min-width: 56.25em) {
  .c-service-popup__nav--next {
    right: 1.25rem;
  }
}
.c-service-popup__pagination {
  position: absolute;
  right: 0;
  bottom: 1rem;
  left: 0;
  z-index: 2;
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  width: auto !important;
}
.c-service-popup__pagination .swiper-pagination-bullet {
  flex: 0 0 3rem;
  width: 3rem;
  height: 0.125rem;
  margin: 0 !important;
  background-color: #fff;
  border-radius: 0.125rem;
  opacity: 0.35;
  transition: opacity 0.25s ease;
}
@media only screen and (min-width: 56.25em) {
  .c-service-popup__pagination .swiper-pagination-bullet {
    flex-basis: 3.75rem;
    width: 3.75rem;
  }
}
.c-service-popup__pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.c-service-popup__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 43.5rem;
}
.c-service-popup__body p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-variation-settings: "wght" 400;
}
@media only screen and (min-width: 56.25em) {
  .c-service-popup__body p {
    font-size: 1rem;
  }
}
.c-service-popup__related {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 37.75rem;
  padding-top: 1.5rem;
}
@media only screen and (min-width: 56.25em) {
  .c-service-popup__related {
    padding-top: 3rem;
  }
}
.c-service-popup__related-label {
  margin: 0;
  color: rgba(12, 10, 9, 0.7);
}
.c-service-popup__related-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-service-popup__related-link {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  color: inherit;
  font-size: 1rem;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.c-service-popup__related-link:hover {
  opacity: 0.55;
}
.c-service-popup__related-link:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 3px;
  border-radius: 0.125rem;
}
.c-service-popup__related-dot {
  flex-shrink: 0;
  width: 0.375rem;
  height: 0.375rem;
  background-color: currentColor;
}

body.has-service-popup .c-scrollbar {
  opacity: 0;
  pointer-events: none;
}

.c-sector {
  background-color: var(--bg-color);
}
.c-sector .c-page-nav {
  padding-inline: var(--space-w);
  margin-top: 4rem;
}
@media only screen and (min-width: 56.25em) {
  .c-sector .c-page-nav {
    margin-top: 6rem;
  }
}

.c-sector-header {
  padding-inline: var(--space-w);
  padding-top: calc(var(--c-header) + var(--space-w));
}
@media only screen and (max-width: 56.25em) {
  .c-sector-header {
    margin-bottom: 3.5rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-sector-header {
    margin-bottom: 5rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-sector-header__intro {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-sector-header__intro {
    margin-bottom: 3rem;
  }
}
.c-sector-header__caption {
  margin: 0 0 1rem;
  text-transform: uppercase;
}
.c-sector-header__headline {
  max-width: 28ch;
  margin: 0;
}
@media only screen and (min-width: 56.25em) {
  .c-sector-header__headline {
    max-width: 22ch;
  }
}
.c-sector-header__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
  background-color: #d6d3d1;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 56.25em) {
  .c-sector-header__media {
    aspect-ratio: 1448/487;
  }
}
.c-sector-header__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-sector-description {
  padding-inline: var(--space-w);
}
@media only screen and (max-width: 56.25em) {
  .c-sector-description {
    margin-bottom: 3.5rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-sector-description {
    margin-bottom: 5rem;
  }
}
.c-sector-description__label {
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
.c-sector-description__text {
  max-width: 62.9375rem;
  margin: 0;
}
.c-sector-description__text p {
  margin: 0;
}
.c-sector-description__text p + p {
  margin-top: 1em;
}
@media only screen and (max-width: 56.25em) {
  .c-sector-description__facts {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-sector-description__facts {
    margin-top: 4rem;
  }
}
.c-sector-description__facts-label {
  margin: 0 0 1rem;
  text-transform: uppercase;
}
.c-sector-description__tips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 56.25em) {
  .c-sector-description__tips {
    gap: 0.5rem;
  }
}
.c-sector-description__tip .c-button {
  height: 1.5rem;
  padding-inline: 0.5rem;
  font-size: 0.6875rem;
  font-variation-settings: "wght" 600;
  white-space: nowrap;
  background-color: rgb(var(--white));
  border: 1.5px solid rgb(var(--black));
}
@media only screen and (min-width: 56.25em) {
  .c-sector-description__tip .c-button {
    height: 1.875rem;
    padding-inline: 0.75rem;
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 56.25em) {
  .c-sector-description__support {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-sector-description__support {
    margin-top: 3.5rem;
  }
}
.c-sector-description__support-intro {
  max-width: 62.9375rem;
  margin: 0 0 1.5rem;
}
.c-sector-description__support-list {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media only screen and (min-width: 56.25em) {
  .c-sector-description__support-list {
    font-size: 1.25rem;
  }
}
.c-sector-description__support-list li {
  display: flex;
  gap: 0.625rem;
  align-items: baseline;
}
.c-sector-description__support-arrow {
  flex-shrink: 0;
}

.c-floating-images.c-arrangement .c-arrangement__title {
  display: none;
}
@media only screen and (max-width: 56.25em) {
  .c-floating-images.c-arrangement {
    display: grid;
    margin: 3.5rem 0;
    padding-inline: var(--space-w);
    overflow: visible;
  }
  .c-floating-images.c-arrangement .c-arrangement__media {
    position: relative;
  }
  .c-floating-images.c-arrangement .media-3 {
    display: block;
  }
}

@media only screen and (max-width: 56.25em) {
  .c-sector-featured {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-sector-featured {
    margin-bottom: 6rem;
  }
}
.c-sector-featured .c-frontpage-featured__header {
  align-items: center;
}
@media only screen and (max-width: 56.25em) {
  .c-sector-featured .c-frontpage-featured__nav[data-slider-buttons] button {
    width: 2.5rem;
  }
}
.c-sector-featured__cta {
  padding-inline: var(--space-w);
  margin-top: 2rem;
}
.c-sector-featured__cta .c-button {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}

@media only screen and (max-width: 56.25em) {
  .c-404__header {
    padding-top: 3.5rem;
    margin-bottom: 4.5rem;
  }
}
@media only screen and (min-width: 56.25em) {
  .c-404__header {
    padding-top: 7.5rem;
    margin-bottom: 6rem;
  }
}
.c-404__caption {
  margin: 0 0 0.75rem;
}
.c-404__title {
  margin: 0;
}
.c-404__action {
  margin: 1.5rem 0 0;
}
