@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/inter-v13-latin-500.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/inter-v13-latin-600.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/inter-v13-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/inter-v13-latin-800.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Delight';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/Delight-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Delight';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/Delight-Light.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Delight';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Delight-Regular.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Delight';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/Delight-Medium.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Delight';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/Delight-SemiBold.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Delight';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/Delight-Bold.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Delight';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/Delight-ExtraBold.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Delight';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/Delight-Black.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Antonio';
  font-style: normal;
  font-weight: 1 999;
  src: url('fonts/Antonio-VariableFont_wght.ttf') format('truetype');
}
:root {
  --module-gap: 6rem;
  --section-padding: 6rem;
  --split-gap: 0;
  --gallery-gap: 24px;
  --color-light: #efefef;
  --color-background: #0b1413;
  --media-border-radius: 8px;
  --transition-duration: 290ms;
  --transition-easing: cubic-bezier(0.3, 0, 0.1, 1);
  --size-step-1: 8px;
  --size-step-2: 16px;
  --size-step-3: 24px;
  --size-step-4: 32px;
  --size-step-5: 40px;
  --size-step-6: 48px;
  --size-step-7: 56px;
  --size-step-8: 64px;
  --size-step-9: 72px;
  --size-step-10: 80px;
  --size-step-11: 96px;
  --size-gradient: 130px;
  --size-gradient-padding: var(--size-gradient);
  --size-gutter: var(--size-step-4);
  --fs-big: 3rem;
  --fs-large: 2rem;
  --fs-medium: 1.25rem;
  --fs-standard: 0.9375rem;
  --fs-small: 0.875rem;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semi: 600;
  --fw-bold: 700;
  --fw-extraBold: 800;
  --fw-black: 900;
  --color-neon: #d3f500;
  --color-pink: #fc9bbf;
  --color-deep_purple: #351d3e;
  --color-navy: #2a4e64;
  --color-plum: #463c56;
  --color-fire: #ec7b18;
  --color-frost: #ebf2f4;
  --color-candyfloss: #f1ebf0;
  --color-charcoal: #0b1413;
  --color-haiti: #241e2c;
  --color-dark_gray: #252B29;
  --color-gray: #363b39;
  --color-green: #32554B;
  --color-deep_sea: #252b29;
  --color-primary: #6b1937;
  --color-secondary: #123463;
  --color-tertiary: #f3d9da;
  --color-dark: #0e0e2c;
  --color-accent: #31d0aa;
  --color-text: #fff;
  --color-link: #3537ff;
  --plate-color-charcoal: #0b1413;
  --plate-color-navy: #12212a;
  --plate-color-green: #172322;
  --plate-color-haiti: #241e2c;
  --button-bg-primary: #d3f500;
  --button-bg-primary-hover: #91a900;
  --button-bg-secondary: #f3d9da;
  --button-bg-secondary-hover: #e19fa1;
  --button-bg-tertiary: #fafcfe;
  --button-bg-tertiary-hover: #bad6f1;
}
@media screen and (min-width: 1600px) {
  :root {
    --fs-big: 4rem;
    --fs-large: 2.5rem;
    --fs-medium: 1.5rem;
    --fs-standard: 1rem;
    --fs-small: 0.875rem;
  }
}
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}
/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}
/* Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
  text-wrap: balance;
}
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}
/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}
@media screen {
  /**
 * Swiper 9.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2023
 */
  /* FONT_START */
  @font-face {
    font-family: 'swiper-icons';
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal;
  }
  /* FONT_END */
  :root {
    --swiper-theme-color: #007aff;
    /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
  }
  .swiper,
  swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
  }
  .swiper-vertical > .swiper-wrapper {
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
  }
  .swiper-android .swiper-slide,
  .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
  }
  .swiper-horizontal {
    touch-action: pan-y;
  }
  .swiper-vertical {
    touch-action: pan-x;
  }
  .swiper-slide,
  swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  /* Auto Height */
  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }
  .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  /* 3D Effects */
  .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
  }
  .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
  }
  .swiper-3d {
    perspective: 1200px;
  }
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  /* CSS Mode */
  .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
  }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
  }
  .swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
  }
  .swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999;
  }
  .swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
  }
  .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
            margin-inline-start: var(--swiper-centered-offset-before);
  }
  .swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
  }
  .swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
            margin-block-start: var(--swiper-centered-offset-before);
  }
  .swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
  }
  .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
  swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
  .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
  .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
  }
  .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
  }
  @keyframes swiper-preloader-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
  }
  .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
  .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
  :root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
  }
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-prev.swiper-button-hidden,
  .swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled .swiper-button-prev,
  .swiper-navigation-disabled .swiper-button-next {
    display: none !important;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: 'prev';
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
  }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: 'next';
  }
  .swiper-button-lock {
    display: none;
  }
  :root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > .swiper-pagination,
  .swiper-pagination.swiper-pagination-disabled {
    display: none !important;
  }
  /* Common Styles */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
  }
  /* Bullets */
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet:only-child {
    display: none !important;
  }
  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }
  .swiper-vertical > .swiper-pagination-bullets,
  .swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
  }
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
  }
  .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
  :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
  }
  /* Fraction */
  .swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
  }
  /* Progress */
  .swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
    /*ADD_HOST*/
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-lock {
    display: none;
  }
  :root {
    /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
  }
  .swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  }
  .swiper-scrollbar-disabled > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  .swiper-scrollbar-lock {
    display: none;
  }
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg,
  .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
  }
  /* a11y */
  .swiper .swiper-notification,
  swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  .swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
  }
  .swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
  }
  .swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
  }
  .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-fade .swiper-slide-active,
  .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-cube {
    overflow: visible;
  }
  .swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  .swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-cube .swiper-slide-active,
  .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-cube .swiper-slide-active,
  .swiper-cube .swiper-slide-next,
  .swiper-cube .swiper-slide-prev,
  .swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube .swiper-slide-shadow-top,
  .swiper-cube .swiper-slide-shadow-bottom,
  .swiper-cube .swiper-slide-shadow-left,
  .swiper-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
  }
  .swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
  }
  .swiper-flip {
    overflow: visible;
  }
  .swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }
  .swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-flip .swiper-slide-active,
  .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-flip .swiper-slide-shadow-top,
  .swiper-flip .swiper-slide-shadow-bottom,
  .swiper-flip .swiper-slide-shadow-left,
  .swiper-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
  .swiper-cards {
    overflow: visible;
  }
  .swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
}
img {
  height: auto;
}
body {
  font-family: Delight, Inter, Helvetica, sans-serif;
  font-weight: var(--fw-medium);
  container-type: inline-size;
}
body[data-layout] {
  background: var(--color-background);
  color: var(--color-text);
}
body[data-layout] .expando .content {
  color: #96b4c8;
}
body[data-layout] .expando .content a {
  color: #fff;
}
.focus-only-link:not(:focus) {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.focus-only-link:focus {
  position: absolute;
  inset: 1rem auto auto 1rem;
  background: var(--color-light);
  z-index: 40;
}
.remove-top-spacing {
  -webkit-padding-before: 0 !important;
          padding-block-start: 0 !important;
}
.remove-bottom-spacing {
  -webkit-padding-after: 0 !important;
          padding-block-end: 0 !important;
}
@keyframes revealMedia {
  from {
    opacity: 0;
    -webkit-clip-path: inset(0% 95% 95% 0);
            clip-path: inset(0% 95% 95% 0);
  }
  to {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@view-transition {
  navigation: auto;
}
::view-transition-group(*) {
  animation-duration: 1300ms;
  animation-timing-function: cubic-bezier(0.3, 0, 0.1, 1);
}
.placeholder {
  box-sizing: border-box;
  background: var(--bg-color, rgba(0, 100, 200, 0.3));
  min-height: 5em;
  border: 2px dashed rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  padding: 10px;
  text-align: center;
}
.placeholder h3 {
  margin: auto;
  font-size: 1em;
  font-weight: normal;
}
.placeholder h3::before {
  content: "[ ";
}
.placeholder h3::after {
  content: " ]";
}
.text > * + * {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.text.contain p,
.text.contain ul,
.text.contain ol,
.text.contain h2,
.text.contain h3,
.text.contain h4 {
  max-inline-size: 75ch;
}
.text.start {
  text-align: start;
}
.text.center {
  text-align: center;
}
.text.end {
  text-align: end;
}
.text blockquote {
  -webkit-padding-start: 3rem;
          padding-inline-start: 3rem;
  -webkit-border-start: 0.5em solid;
          border-inline-start: 0.5em solid;
  font-style: italic;
}
.text a:not(.linkbutton) {
  color: var(--color-link);
}
.text h1,
.text h2.large,
.text h3.large {
  font-size: var(--fs-big);
  letter-spacing: -0.02em;
}
.text h2,
.text h1.medium,
.text h3.medium {
  font-size: var(--fs-large);
  letter-spacing: -0.8px;
}
.text h3,
.text h1.small,
.text h2.small {
  font-size: var(--fs-medium);
  letter-spacing: -0.48px;
}
.text h4 {
  font-size: var(--fs-standard);
}
.text :where(h1, h2, h3, h4) svg {
  height: 0.9em;
}
.text :where(h1, h2, h3.large, h3.medium) {
  font-weight: var(--fw-semi);
}
.text :where(h3, h4):not(.large, .medium) {
  font-weight: var(--fw-bold);
}
@supports (animation-timeline: scroll()) {
  .text.color-in > * {
    color: transparent;
  }
  @media (prefers-reduced-motion: no-preference) {
    .text.color-in {
      background-color: var(--bg);
      padding: 20px;
    }
    .text.color-in > * {
      animation: highlight linear forwards;
      animation-timeline: view(0% 10%);
      background: linear-gradient(to right, #fff 50%, #333 50%);
      -webkit-background-clip: text;
              background-clip: text;
      background-position: 100%;
      background-size: 200% 100%;
    }
    @keyframes highlight {
      to {
        background-position: 0;
      }
    }
  }
}
.linkbutton {
  --start-x: calc(var(--offset-x, 50) * 1%);
  --progress: 0%;
  --button-bg-color: #d3f500;
  --button-fg-color: #20201e;
  --button-bg-hover-color: #fff;
  --button-fg-hover-color: #000;
  --transition-duration: 380ms;
  --transition-delay: 0ms;
  --transition-easing: cubic-bezier(0.3, 0, 0.1, 1);
  --button-bg: radial-gradient(var(--button-bg-hover-color) var(--progress), var(--button-bg-color) 0);
  display: inline-block;
  border: none;
  border-radius: 10rem;
  padding: 0.5em 1.5em;
  font-weight: var(--fw-medium);
  text-decoration: none;
  cursor: pointer;
  color: var(--button-fg-color);
  background-color: var(--button-bg-color);
  background-image: var(--button-bg);
  background-size: 300px 300px;
  background-position: var(--start-x) 50%;
  background-repeat: no-repeat;
  transition: var(--transition-duration, 200ms) var(--transition-delay, 0ms) var(--transition-easing, ease-in-out);
  transition-property: color, scale, --progress, background-color;
}
.linkbutton:hover,
.linkbutton:focus-visible {
  --progress: 100%;
  color: var(--button-fg-hover-color);
}
.linkbutton:active {
  --transition-duration: 80ms;
  scale: 0.95;
}
.linkbutton.light {
  --button-bg-color: rgba(0, 0, 0, 0.1);
  --button-fg-color: #0b1413;
  --button-bg-hover-color: #000;
  --button-fg-hover-color: #d3f500;
}
.linkbutton.alt {
  --button-bg-color: rgba(255, 255, 255, 0.05);
  --button-fg-color: rgba(255, 255, 255, 0.75);
  --button-bg-hover-color: #d3f500;
  --button-fg-hover-color: #000;
}
.linkbutton.alt[aria-current] {
  transition: none;
  --button-bg-color: #d3f500;
  --button-fg-color: #000;
}
.linkbutton.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.component:has(> .linkbutton) {
  --bg-color: #252B29;
}
.component:has(> .light.linkbutton) {
  --bg-color: #f1ebf0;
}
.mediablock {
  position: relative;
}
.mediablock video,
.mediablock iframe,
.mediablock img {
  width: 100%;
  height: auto;
  border: none;
}
.mediablock .plyr__video-embed,
.mediablock video,
.mediablock iframe {
  aspect-ratio: 16 / 9;
}
.mediablock.noscale {
  display: inline-block;
}
.mediablock:not(.noscale) picture,
.mediablock:not(.noscale) img,
.mediablock:not(.noscale) video {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mediablock.empty,
.mediablock.deleted {
  background-color: #cfcfe4;
  inline-size: 100%;
  aspect-ratio: 5 / 3;
}
.mediablock.deleted {
  background-color: rgba(200, 0, 0, 0.2);
  box-shadow: inset 0 0 0 4px rgba(200, 100, 100, 0.4);
}
.mediablock.masked {
  -webkit-mask: url(mediablock_mask.svg) no-repeat;
          mask: url(mediablock_mask.svg) no-repeat;
}
.mediablock.mirror img,
.mediablock.mirror video {
  transform: scaleX(-1);
}
.mediablock.veiled::before {
  content: "";
  display: block;
  background: var(--veil-color, rgba(245, 245, 245, 0.5));
  opacity: 0.7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 8;
}
.components .mediablock.empty,
.components .mediablock.deleted {
  max-inline-size: 500px;
}
.video {
  --media-control-background: var(--color-neon);
  --media-text-background: transparent;
  --media-icon-color: var(--color-dark);
  --media-text-color: var(--color-white);
}
@supports (display: grid) {
  .video {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    max-inline-size: var(--layout-column-size, 1376px);
    margin-inline: auto;
  }
  [data-size="full"] .video {
    max-inline-size: 100%;
  }
}
.video > * {
  grid-column: 1 / -1;
}
.video media-controller {
  position: relative;
  aspect-ratio: 16 / 9;
  max-block-size: 100%;
  max-inline-size: 100%;
  display: block;
}
.video media-control-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video media-play-button {
  border-radius: 100%;
}
.video media-play-button::part(tooltip) {
  visibility: hidden;
}
@media screen and (max-width: 899px) {
  .video.tall media-controller {
    aspect-ratio: 9 / 16;
  }
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.actions.at-end {
  justify-content: end;
}
.actions.at-center {
  justify-content: center;
}
.text > .actions,
.text + .actions {
  -webkit-margin-before: 3.5rem;
          margin-block-start: 3.5rem;
}
.contactperson {
  display: flex;
  flex-direction: column;
  gap: var(--size-gutter, 1rem);
}
.contactperson .mediablock {
  aspect-ratio: 1 / 1;
  inline-size: 100%;
}
.contactperson .text {
  font-size: var(--fs-small);
}
.contactperson .text > * + * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.contactperson .text > :is(h3, .desc) + :where(.tel, .email) {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.contactperson .text a {
  color: inherit;
}
.contactperson .text .desc {
  font-size: 0.8571em;
  font-weight: var(--fw-bold);
  text-transform: uppercase;
}
.mainnav > ul {
  display: flex;
  flex-direction: row;
  gap: var(--size-step-2, 1rem);
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}
@container (inline-size < 34rem) {
  .mainnav > ul {
    flex-direction: column;
    gap: 0.3rem;
  }
}
.mainnav > ul ul {
  display: flex;
  flex-direction: row;
  gap: var(--size-step-2, 1rem);
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  transition: var(--transition-duration, 200ms) var(--transition-easing, ease-in-out);
  flex-direction: column;
  -webkit-padding-before: 0.3rem;
          padding-block-start: 0.3rem;
  gap: 0.3rem;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.mainnav > ul li:focus-within > ul,
.mainnav > ul li:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.mainnav a {
  transition: var(--transition-duration, 200ms) var(--transition-easing, ease-in-out);
  --transition-duration: 180ms;
  color: inherit;
  text-decoration: none;
  padding-block: 2px;
  padding-inline: 0.2em;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-position: left bottom;
  background-size: 0% 2px;
  background-repeat: no-repeat;
}
.mainnav a:hover,
.mainnav a:focus {
  background-size: 100% 2px;
}
.mainnav a.selected,
.mainnav a[aria-current="page"] {
  background-size: 100% 2px;
}
@media screen and (max-width: 899px) {
  .mainnav {
    position: absolute;
    width: 100%;
    height: 100dvh;
    top: 0;
    left: -100%;
    background: #000;
    transition: left 0.3s ease;
    -webkit-padding-start: 1rem;
            padding-inline-start: 1rem;
    z-index: 20;
  }
  .nav-open .mainnav {
    left: 0;
  }
  .mainnav > ul {
    -webkit-margin-before: 100px;
            margin-block-start: 100px;
    flex-direction: column;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 900px) {
  .mainnav {
    display: inline-flex;
  }
}
.breadcrumb {
  font-size: var(--fs-small);
  --breadcrumb-gutter: 0.5em;
  --breadcrumb-separator: "/";
}
.breadcrumb h2 {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: underline;
}
.breadcrumb [aria-current="page"] {
  font-weight: var(--fw-bold);
}
.breadcrumb ul {
  display: flex;
  flex-direction: row;
  gap: var(--size-step-2, 1rem);
  list-style: none;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  gap: var(--breadcrumb-gutter, 0.5em);
}
.breadcrumb ul li + li::before {
  display: inline;
  content: var(--breadcrumb-separator, ">");
  -webkit-margin-end: var(--breadcrumb-gutter, 0.5em);
          margin-inline-end: var(--breadcrumb-gutter, 0.5em);
}
@property --expando-marker-color {
  syntax: "<color>";
  inherits: true;
  initial-value: currentcolor;
}
.expando {
  font-size: 1.75rem;
  border-block: 1px solid currentcolor;
  border-color: color-mix(in srgb, currentcolor 10%, transparent);
}
.expando summary {
  font-size: 1.14em;
  position: relative;
  padding-block: 1em;
  -webkit-padding-end: 5rem;
          padding-inline-end: 5rem;
  cursor: pointer;
  list-style: none;
  transition: var(--expando-duration, 200ms) cubic-bezier(0.3, 0, 0.1, 1);
  transition-property: background-size;
}
.expando summary::-webkit-details-marker {
  display: none;
}
.expando summary::after {
  --expando-marker-color: #d3f500;
  color: #d3f500;
  transition: 300ms cubic-bezier(0.3, 0, 0.1, 1);
  transition-property: --expando-marker-color, background-color, background-size;
  content: "";
  display: block;
  inline-size: 2em;
  block-size: 2em;
  border-radius: 100%;
  background-image: linear-gradient(to right, var(--expando-marker-color), var(--expando-marker-color)), linear-gradient(to bottom, var(--expando-marker-color), var(--expando-marker-color));
  background-size: 23px 3px, 3px 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(211, 245, 0, 0);
  border: 3px solid;
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 50%;
  translate: 0 -50%;
}
.expando summary:hover::after,
.expando summary:focus-visible::after {
  --expando-marker-color: #0b1413;
  background-color: #d3f500;
}
.expando .content {
  font-size: 1.5rem;
  padding-block: 0.5em var(--size-gutter);
}
.expando .content > * + * {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}
.expando[open] summary::after {
  --expando-marker-color: #0b1413;
  background-color: #d3f500;
  background-size: 23px 3px, 3px 0;
}
.expando.is-closing summary::after {
  --expando-marker-color: #d3f500;
  background-size: 23px 3px, 3px 23px;
  background-color: rgba(211, 245, 0, 0);
}
.expando.is-closing summary:hover::after,
.expando.is-closing summary:focus-visible::after {
  --expando-marker-color: #0b1413;
  background-color: #d3f500;
}
.expando.is-closing summary {
  transition-delay: 300ms;
}
.teasercard {
  display: flex;
  flex-direction: column;
  gap: var(--size-step-3);
  padding: var(--size-step-3);
  background: var(--card-bg-color, #fff);
  position: relative;
  transition: 280ms cubic-bezier(0.3, 0, 0.1, 1);
  transition-property: scale, box-shadow;
  transform-origin: center bottom;
}
.teasercard .actions {
  -webkit-margin-before: auto;
          margin-block-start: auto;
  -webkit-padding-before: 2rem;
          padding-block-start: 2rem;
}
.teasercard .linkbutton::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
}
.teasercard:hover,
.teasercard:focus-within {
  box-shadow: 0 4px 8px 4px rgba(0 0 0 / 0.2);
  scale: 1.05;
}
.logo {
  display: inline-flex;
}
.logo.on-mid {
  color: #fff;
}
.logo.on-dark {
  color: #d3f500;
}
.logo.pad {
  padding: var(--logo-x, 60px);
}
.component .logo.logo.on-mid {
  background: #ec7b18;
}
.component .logo.logo.on-dark {
  background: #0e0e2c;
}
.projectlink {
  display: flex;
  align-items: center;
  background: var(--project-type-color, var(--color-neon, red));
  color: #000;
  padding-inline: 0.625em 2.375em;
  padding-block: 0.28125em;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url(icon-arrow-ne.svg);
  background-repeat: no-repeat;
  background-position: right 0.625em center;
  background-size: 1.125em;
}
.projectdetails {
  position: relative;
  background: #000;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-inline: 1em;
  padding-block: 15px;
  -webkit-border-start: 10px solid;
          border-inline-start: 10px solid;
  border-color: var(--project-type-color, var(--color-neon, red));
  text-transform: uppercase;
  overflow: clip;
}
.projectdetails h3 {
  font-size: 3rem;
  font-family: 'Antonio', Delight, Inter, Helvetica, sans-serif;
  letter-spacing: -0.06em;
  font-weight: var(--fw-light);
  view-transition-name: auto;
}
.projectdetails .pdetails {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  font-weight: var(--fw-regular);
  line-height: 0.9;
  padding-block: 0.3em;
}
@media screen and (max-width: 899px) {
  .projectdetails {
    -webkit-margin-before: auto;
            margin-block-start: auto;
    background: transparent;
    align-items: end;
  }
  .projectdetails .pdetails {
    display: none;
  }
}
.gradient {
  overflow: hidden;
  overflow: clip;
  z-index: 4;
  background: linear-gradient(var(--gradient-angle, 0deg), #d3f500 -10%, #32554B 40%, #241e2c 50%, transparent 80%);
  height: var(--size-gradient, 230px);
  width: 100%;
  position: relative;
}
.gradient::after {
  content: "";
  display: block;
  position: relative;
  background: radial-gradient(#0b1413 40%, transparent 90%) 0 0 no-repeat;
  background-size: 100% 300%;
  z-index: 8;
  inline-size: 200%;
  block-size: 100%;
  translate: 0 50%;
  mix-blend-mode: hard-light;
  transform-origin: center center;
  animation: horizontal 15s ease infinite;
}
.gradient.flipped {
  --gradient-angle: 180deg;
}
.gradient.flipped::after {
  translate: 0;
}
.gradient.static {
  background: url(gradient.png) center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.gradient.static::after {
  content: none;
}
.gradient.static.flipped {
  transform: scale(-1);
}
@keyframes horizontal {
  0% {
    transform: translateX(-10%);
  }
  50% {
    transform: translateX(10%);
  }
  100% {
    transform: translateX(-10%);
  }
}
copy-content {
  display: inline-block;
}
copy-content a {
  color: inherit;
  text-decoration: none;
}
copy-content .linkbutton {
  display: none;
}
copy-content[data-can-copy="true"] .linkbutton {
  position: absolute;
  display: inline-block;
  inset-inline-start: 3rem;
  inset-block-start: 0;
  opacity: 0;
  pointer-events: none;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  transition: opacity 400ms cubic-bezier(0.3, 0, 0.1, 1);
}
copy-content[data-can-copy="true"] .linkbutton .success-message {
  display: none;
}
copy-content[data-can-copy="true"]:hover,
copy-content[data-can-copy="true"]:focus-within {
  position: relative;
}
copy-content[data-can-copy="true"]:hover .linkbutton,
copy-content[data-can-copy="true"]:focus-within .linkbutton {
  --button-bg-color: #d3f500;
  --button-fg-color: #000;
  --button-bg-hover-color: #fff;
  --button-fg-hover-color: #000;
  opacity: 1;
  pointer-events: auto;
}
copy-content[data-did-copy-content="true"]:hover .linkbutton,
copy-content[data-did-copy-content="true"]:focus-within .linkbutton {
  --button-bg-color: #000;
  --button-fg-color: #fff;
  --button-bg-hover-color: #000;
  --button-fg-hover-color: #fff;
}
copy-content[data-did-copy-content="true"]:hover .linkbutton span:not(.success-message),
copy-content[data-did-copy-content="true"]:focus-within .linkbutton span:not(.success-message) {
  display: none;
}
copy-content[data-did-copy-content="true"]:hover .linkbutton .success-message,
copy-content[data-did-copy-content="true"]:focus-within .linkbutton .success-message {
  display: inline;
}
.linklist {
  line-height: 1.6667;
}
.linklist :where(h2, h3, h4) {
  font-weight: var(--fw-medium);
  font-size: inherit;
  line-height: inherit;
}
.linklist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.linklist a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.linklist a:hover,
.linklist a :focus {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
.projectfilter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1em;
  padding-block: 4rem;
  color: #fff;
}
.projectfilter :where(h1, h2, h3) {
  font-size: var(--fs-large);
  font-weight: var(--fw-semi);
  letter-spacing: -0.8px;
}
.projectfilter .linkbutton {
  font-size: var(--fs-small);
}
.projectfilter .iconbutton {
  display: none;
}
@media screen and (min-width: 900px) {
  .projectfilter .iconbutton {
    display: flex;
  }
}
.iconbutton {
  display: flex;
  align-items: center;
  transition: opacity 200ms cubic-bezier(0.3, 0, 0.1, 1);
  color: inherit;
  opacity: 0.5;
  will-change: opacity, color;
}
.iconbutton:hover,
.iconbutton:focus,
.iconbutton[aria-current] {
  color: #d3f500;
  opacity: 1;
}
.vcard a.linkbutton {
  position: absolute;
  top: 30px;
  right: 30px;
  display: none;
  place-content: center;
  inline-size: 64px;
  block-size: 64px;
  padding: 0;
  z-index: 10;
}
.vcard a.linkbutton:hover svg {
  scale: 1.2;
}
.vcard a.linkbutton svg {
  inline-size: 36px;
  block-size: 36px;
  transition: scale 0.2s ease-in-out;
}
.components .vcard + .component-states-modifiers {
  inset-block-end: 0;
}
.vcard .empty.mediablock {
  aspect-ratio: unset;
}
@media screen and (max-width: 1279px) {
  .vcard {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }
  .vcard:hover .mediablock picture {
    scale: 1.1;
  }
  .vcard > a.linkbutton {
    display: block;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }
  .vcard > a.linkbutton:hover {
    cursor: pointer;
  }
  .vcard > a.linkbutton::before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .vcard > a.linkbutton svg {
    display: none;
  }
  .vcard .data-page {
    -webkit-margin-before: 8px;
            margin-block-start: 8px;
  }
  .vcard .data-page .name,
  .vcard .data-page .title {
    text-transform: uppercase;
  }
  .vcard .data-page .title {
    color: #d3f500;
  }
  .vcard .mediablock {
    overflow: hidden;
    overflow: clip;
    inline-size: 100%;
    aspect-ratio: 179 / 256;
    background-size: cover;
    background-position: center;
  }
  .vcard .mediablock picture {
    transition: scale 500ms cubic-bezier(0.3, 0, 0.1, 1);
  }
  .vcard .contact-info {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .vcard.compact {
    display: grid;
    inline-size: 136px;
    aspect-ratio: 136 / 256;
    position: relative;
  }
  .vcard.compact .data-page {
    line-height: 1.3;
    opacity: 0;
    text-transform: uppercase;
    transform: translateY(99%);
    position: absolute;
    inset-block-end: 0;
    inline-size: -webkit-max-content;
    inline-size: -moz-max-content;
    inline-size: max-content;
  }
  .vcard.compact .data-page .title {
    color: #d3f500;
  }
  .vcard.compact .data-page .contact-info {
    display: none;
  }
  .vcard.compact .mediablock,
  .vcard.compact .data-page {
    grid-area: 1 / -1;
  }
  .vcard.compact .mediablock::after {
    transition: background-size 200ms cubic-bezier(0.3, 0, 0.1, 1);
    content: "";
    display: block;
    block-size: 10px;
    inline-size: 100%;
    position: absolute;
    inset: auto 0 0;
    background-image: linear-gradient(#d3f500, #d3f500);
    background-position: left bottom;
    background-size: 0% 10px;
    background-repeat: no-repeat;
  }
  .vcard.compact:hover .mediablock::after {
    background-size: 100% 10px;
  }
  .vcard.compact:hover .data-page {
    opacity: 1;
    transform: translateY(calc(100% + 0.8em));
    transition: transform 200ms 80ms cubic-bezier(0.3, 0, 0.1, 1), opacity 100ms 80ms linear;
  }
  .vcard.expanded,
  .vcard.seen {
    max-inline-size: none;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .vcard.expanded > *,
  .vcard.seen > * {
    flex: 1 0 50%;
  }
  .vcard.expanded .data-page,
  .vcard.seen .data-page {
    font-size: 2rem;
    line-height: 1;
    text-transform: none;
    display: flex;
    flex-direction: column;
    padding: 30px;
    color: #f8f8f3;
    background: #46404f;
  }
  .vcard.expanded .data-page .title,
  .vcard.seen .data-page .title {
    color: inherit;
  }
  .vcard.expanded .data-page .contact-info,
  .vcard.seen .data-page .contact-info {
    display: block;
    -webkit-margin-before: auto;
            margin-block-start: auto;
  }
  .vcard.expanded .data-page a,
  .vcard.seen .data-page a {
    text-decoration: none;
    color: inherit;
  }
  .vcard.expanded .mediablock,
  .vcard.seen .mediablock {
    aspect-ratio: 484 / 580;
  }
  .vcard.expanded {
    position: relative;
  }
  .vcard.expanded a.linkbutton {
    display: grid;
    view-transition-name: auto;
  }
  .vcard.seen {
    aspect-ratio: 484 / 580;
    max-inline-size: 484px;
  }
  .vcard.seen .data-page {
    position: absolute;
    inset: 0;
    opacity: 1;
    z-index: 5;
  }
  .vcard.seen .mediablock {
    z-index: 2;
  }
  .vcard.stacked {
    display: none;
  }
}
.creditslist {
  --credits-border: var(--table-border-color, currentcolor);
  text-transform: uppercase;
  -webkit-border-before: 1px solid var(--credits-border);
          border-block-start: 1px solid var(--credits-border);
}
.creditslist header h2,
.creditslist header h3 {
  color: #d3f500;
  font-weight: var(--fw-semi);
}
.creditslist header,
.creditslist dl > div {
  padding-block: 1.25em;
  padding-inline: 1em;
}
.creditslist dl {
  border-block: 1px solid var(--credits-border);
}
.creditslist dl > div {
  display: flex;
  gap: 2rem;
}
.creditslist dl > div + div {
  -webkit-border-before: 1px solid var(--credits-border);
          border-block-start: 1px solid var(--credits-border);
}
.creditslist dl dt {
  inline-size: max(20ch, 33%);
}
.slidercontrols {
  display: flex;
  justify-content: space-between;
  inline-size: 140px;
  block-size: 64px;
  -webkit-margin-end: 60px;
          margin-inline-end: 60px;
  flex-shrink: 0;
  view-transition-name: controls;
}
.slidercontrols > * {
  border-radius: 100%;
  inline-size: 64px;
  block-size: 64px;
  background-color: var(--color-neon);
  color: var(--color-dark);
  overflow: clip;
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  margin: 0;
  padding: 0;
}
.slidercontrols > * > * {
  pointer-events: none;
  transition: scale 0.2s ease-in-out;
  will-change: scale;
}
.slidercontrols > *:first-child {
  transform: rotate(180deg);
}
.slidercontrols > *:hover > *,
.slidercontrols > *:focus > * {
  scale: 1.2;
}
.slidercontrols > *::after {
  display: none;
}
.slidercontrols.at-start .prev,
.slidercontrols.at-end > .next,
.slidercontrols .button-prev.swiper-button-disabled,
.slidercontrols .button-next.swiper-button-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.processexpando {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  color: #fff;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.processexpando .summary {
  font-size: 2rem;
  line-height: 1.09375;
  align-items: start;
  color: rgba(255, 255, 255, 0.25);
}
.processexpando .summary span {
  text-box-trim: trim-both;
  transition: 500ms cubic-bezier(0.3, 0, 0.1, 1);
  transition-property: color;
}
.processexpando .summary span:last-child {
  font-size: 1.5rem;
  -webkit-padding-before: 0.4em;
          padding-block-start: 0.4em;
}
.processexpando .wrapper {
  overflow: hidden;
  overflow: clip;
  display: grid;
  grid-template-columns: subgrid;
  grid-template-rows: 0fr;
  grid-column: 1 / -1;
  transition: 500ms cubic-bezier(0.3, 0, 0.1, 1);
  transition-property: grid-template-rows;
}
.processexpando .wrapper.open {
  grid-template-rows: 1fr;
}
.processexpando .wrapper.open .content {
  visibility: visible;
}
.processexpando div.expandoitem,
.processexpando .summary {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: subgrid;
}
.processexpando div.expandoitem {
  overflow: hidden;
  overflow: clip;
  position: relative;
  grid-template-rows: 1fr;
  padding-inline: 60px;
  padding-block: 30px;
  border-bottom: 2px solid rgba(217, 217, 217, 0.05);
  cursor: pointer;
}
.processexpando div.expandoitem:has(.wrapper.open) .summary {
  color: #ffffff;
}
.processexpando div.expandoitem:has(.wrapper.open) .content {
  margin-block: 30px;
}
.processexpando div.expandoitem:has(.wrapper.open)::before {
  opacity: 0;
}
.processexpando div.expandoitem:has(.wrapper.open)::after {
  opacity: 0.25;
}
.processexpando div.expandoitem::before {
  content: '';
  background-color: var(--color-neon);
  display: block;
  inline-size: 10px;
  block-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  opacity: 1;
  transition: 500ms cubic-bezier(0.3, 0, 0.1, 1);
  transition-property: opacity;
}
.processexpando div.expandoitem::after {
  overflow: hidden;
  overflow: clip;
  content: '';
  background-image: var(--bgimage);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  grid-column: 1 / -1;
  grid-row: 1 / 3;
  position: absolute;
  z-index: 0;
  inline-size: calc(100% + 120px);
  block-size: calc(100% + 60px);
  opacity: 0;
  top: -30px;
  bottom: 0px;
  left: -60px;
  right: 0px;
  transition: 500ms cubic-bezier(0.3, 0, 0.1, 1);
  transition-property: opacity;
}
.processexpando div.expandoitem:hover .summary {
  color: #ffffff;
}
.processexpando div.expandoitem .summary,
.processexpando div.expandoitem .content {
  z-index: 1;
}
.processexpando div.expandoitem .content {
  overflow: hidden;
  overflow: clip;
  grid-column: 2 / 3;
  font-size: var(--fs-standard);
  min-height: 0;
  transition: visibility 1s;
  visibility: hidden;
  margin-block: 0px;
  transition: 500ms cubic-bezier(0.3, 0, 0.1, 1);
  transition-property: margin-block;
}
.processexpando div.expandoitem .content *:last-child {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
.imageflurry {
  overflow: hidden;
  overflow: clip;
  --flurry-block-size: 300px;
  --flurry-progress: 0%;
  --flurry-items: var(--items-count, 5);
  inline-size: 480px;
  block-size: var(--flurry-block-size);
  view-timeline: --myTimeline block;
}
.imageflurry .items {
  animation-timeline: --myTimeline;
  animation-name: flurry;
  animation-fill-mode: both;
  animation-range: contain 0% contain 90%;
  animation-timing-function: steps(calc(var(--flurry-items) - 1));
}
@keyframes flurry {
  to {
    translate: 0 calc(-100% + var(--flurry-block-size));
  }
}
.textflurry {
  color: #fff;
  font-size: var(--fs-large);
  font-weight: var(--fw-medium);
  line-height: 1.3;
}
.textflurry > p {
  -webkit-margin-after: 48px;
          margin-block-end: 48px;
}
.textflurry > p:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.sample-panel {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.plate {
  padding-block: var(--size-step-2, 2rem);
  background-color: var(--plate-bg-color);
}
.plate.charcoal-sheet {
  --plate-bg-color: var(--plate-color-charcoal);
}
.plate.navy-sheet {
  --plate-bg-color: var(--plate-color-navy);
}
.plate.green-sheet {
  --plate-bg-color: var(--plate-color-green);
}
.plate.haiti-sheet {
  --plate-bg-color: var(--plate-color-haiti);
}
.plate.primary-sheet {
  color: var(--color-light);
  --plate-bg-color: var(--color-primary);
}
.plate.primary-sheet.grade1 {
  --plate-bg-color: var(--color-primary-grade1);
}
.plate.primary-sheet.grade2 {
  --plate-bg-color: var(--color-primary-grade2);
}
.plate.primary-sheet.grade3 {
  --plate-bg-color: var(--color-primary-grade3);
}
.plate.primary-sheet a:not(.linkbutton) {
  color: var(--color-light);
}
.plate.secondary-sheet {
  color: var(--color-light);
  --plate-bg-color: var(--color-secondary);
}
.plate.secondary-sheet.grade1 {
  --plate-bg-color: var(--color-secondary-grade1);
}
.plate.secondary-sheet.grade2 {
  --plate-bg-color: var(--color-secondary-grade2);
}
.plate.secondary-sheet.grade3 {
  --plate-bg-color: var(--color-secondary-grade3);
}
.plate.tertiary-sheet {
  --plate-bg-color: var(--color-tertiary);
}
.plate.tertiary-sheet.grade1 {
  --plate-bg-color: var(--color-tertiary-grade1);
}
.plate.tertiary-sheet.grade2 {
  --plate-bg-color: var(--color-tertiary-grade2);
}
.plate.tertiary-sheet.grade3 {
  --plate-bg-color: var(--color-tertiary-grade3);
}
.plate.dark-sheet {
  color: var(--color-light);
  --plate-bg-color: var(--color-dark);
}
.plate.dark-sheet.grade1 {
  --plate-bg-color: var(--color-dark-grade1);
}
.plate.dark-sheet.grade2 {
  --plate-bg-color: var(--color-dark-grade2);
}
.plate.dark-sheet.grade3 {
  --plate-bg-color: var(--color-dark-grade3);
}
.plate.accent-sheet {
  color: var(--color-dark);
  --plate-bg-color: var(--color-accent);
}
.plate.accent-sheet.grade1 {
  --plate-bg-color: var(--color-accent-grade1);
}
.plate.accent-sheet.grade2 {
  --plate-bg-color: var(--color-accent-grade2);
}
.plate.accent-sheet.grade3 {
  --plate-bg-color: var(--color-accent-grade3);
}
.plate.text-sheet {
  color: var(--color-light);
  --plate-bg-color: var(--color-text);
}
.plate.text-sheet.grade1 {
  --plate-bg-color: var(--color-text-grade1);
}
.plate.text-sheet.grade2 {
  --plate-bg-color: var(--color-text-grade2);
}
.plate.text-sheet.grade3 {
  --plate-bg-color: var(--color-text-grade3);
}
.plate.grade2,
.plate.grade3 {
  color: var(--color-dark);
}
.plate:has(> .gradient) {
  position: relative;
  -webkit-padding-after: var(--size-gradient-padding);
          padding-block-end: var(--size-gradient-padding);
}
.plate:has(> .gradient) > .module {
  position: relative;
  z-index: 8;
}
.plate:has(> .flipped.gradient) {
  -webkit-padding-after: var(--section-padding, 4rem);
          padding-block-end: var(--section-padding, 4rem);
  -webkit-padding-before: var(--size-gradient-padding);
          padding-block-start: var(--size-gradient-padding);
}
.plate > .gradient {
  position: absolute;
  inset: auto 0 0;
  z-index: 4;
}
.plate > .gradient.flipped {
  inset: 0 0 auto;
}
.plate[class*="-sheet"] > .text {
  padding-inline: var(--side-gutter);
}
.plate[style*="plate-bg-image"] {
  color: var(--color-light);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  background-color: color-mix(in srgb, var(--plate-bg-color) 75%, transparent);
  background-image: var(--plate-bg-image-fallback);
  background-image: -webkit-image-set(var(--plate-bg-image-fallback) 1x, var(--plate-bg-image) 2x);
  background-image: image-set(var(--plate-bg-image-fallback) 1x, var(--plate-bg-image) 2x);
}
.textwithmedia {
  --threshold: 30rem;
  --align: stretch;
  display: flex;
  align-items: var(--align);
  flex-wrap: wrap;
  gap: 1rem;
  --threshold: 670px;
  align-items: center;
  gap: 20px;
}
.textwithmedia > * {
  flex-grow: 1;
  flex-basis: calc((var(--threshold) - 100%) * 999);
}
.textwithmedia.topped {
  align-items: flex-start;
}
.textwithmedia.flipped {
  flex-direction: row-reverse;
}
.textwithmedia.ended > .text {
  text-align: end;
}
.textwithmedia .mediablock {
  overflow: hidden;
  overflow: clip;
  border-radius: var(--media-border-radius);
}
.textwithmedia .plyr__video-embed {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
.textwithmedia .plyr__video-embed iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 669px) {
  [data-size="full"] .textwithmedia > .text {
    padding-inline: var(--side-gutter);
  }
}
@media screen and (min-width: 670px) {
  @supports (display: grid) {
    .textwithmedia {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      gap: 24px;
      max-inline-size: var(--layout-column-size, 1376px);
      margin-inline: auto;
    }
    .textwithmedia > * {
      grid-row: 1;
      grid-column: span 6;
    }
    [data-size="full"] .textwithmedia {
      max-inline-size: 100%;
    }
    [data-size="full"] .textwithmedia .text {
      grid-column: span 5;
    }
    [data-size="full"] .textwithmedia.flipped .text {
      grid-column: 2 / span 5;
    }
    [data-size="full"] .textwithmedia.vert > .text {
      grid-column: 4 / span 6;
    }
    [data-size="full"] .textwithmedia.vert > .mediablock {
      grid-column: 1 / -1;
      aspect-ratio: 1440 / 400;
      -webkit-margin-before: 3.5rem;
              margin-block-start: 3.5rem;
    }
    .textwithmedia.flipped > .mediablock {
      order: 1;
    }
    .textwithmedia.flipped > .text {
      order: -1;
    }
    .textwithmedia.flipped.vert > .mediablock {
      grid-row: 1 / 2;
    }
    .textwithmedia.flipped.vert > .text {
      grid-row: 2 / 3;
    }
    .textwithmedia:not(.flipped) .mediablock.noscale {
      justify-self: end;
    }
    .textwithmedia.flipped .mediablock.noscale {
      justify-self: start;
    }
    .textwithmedia.vert {
      grid-template-rows: repeat(2, auto);
    }
    .textwithmedia.vert > .mediablock {
      grid-row: 2 / 3;
    }
    .textwithmedia.vert > .text {
      grid-row: 1 / 2;
    }
  }
}
.split {
  --threshold: 30rem;
  --align: stretch;
  display: flex;
  align-items: var(--align);
  flex-wrap: wrap;
  gap: 1rem;
  gap: var(--split-gap, 10px);
}
.split > * {
  flex-grow: 1;
  flex-basis: calc((var(--threshold) - 100%) * 999);
}
.split[data-direction="vertical"] {
  flex-direction: column;
  flex-wrap: nowrap;
}
.linkcard.center .text {
  text-align: center;
}
.linkcard.center .text .actions {
  justify-content: center;
}
.people .items {
  display: flex;
  gap: var(--size-step-6);
}
.people .items .contactperson {
  flex: 1 20%;
  max-inline-size: 420px;
}
@container module (inline-size > 42rem) {
  .people .items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    justify-items: center;
  }
  .people .items .contactperson {
    inline-size: 100%;
  }
}
.columns {
  max-inline-size: var(--module-size);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-inline: var(--side-gutter);
}
.columns .column > .module {
  --side-gutter: 0;
}
@container (inline-size > 46rem) {
  .columns {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    padding-inline: 32px;
  }
  .columns[data-split="3"] > :first-child {
    grid-column: 1 / span 3;
  }
  .columns[data-split="3"] > :last-child {
    grid-column: 4 / -1;
  }
  .columns[data-split="4"] > :first-child {
    grid-column: 1 / span 4;
  }
  .columns[data-split="4"] > :last-child {
    grid-column: 5 / -1;
  }
  .columns[data-split="5"] > :first-child {
    grid-column: 1 / span 5;
  }
  .columns[data-split="5"] > :last-child {
    grid-column: 6 / -1;
  }
  .columns[data-split="6"] > :first-child {
    grid-column: 1 / span 6;
  }
  .columns[data-split="6"] > :last-child {
    grid-column: 7 / -1;
  }
  .columns[data-split="7"] > :first-child {
    grid-column: 1 / span 7;
  }
  .columns[data-split="7"] > :last-child {
    grid-column: 8 / -1;
  }
  .columns[data-split="8"] > :first-child {
    grid-column: 1 / span 8;
  }
  .columns[data-split="8"] > :last-child {
    grid-column: 9 / -1;
  }
  .columns[data-split="9"] > :first-child {
    grid-column: 1 / span 9;
  }
  .columns[data-split="9"] > :last-child {
    grid-column: 10 / -1;
  }
  [data-count] {
    padding-inline: 0;
  }
  [data-count="1"] > .column {
    grid-column: span 12;
  }
  [data-count="2"] > .column {
    grid-column: span  6;
  }
  [data-count="3"] > .column {
    grid-column: span  4;
  }
  [data-count="4"] > .column {
    grid-column: span  3;
  }
}
.gallery.grid .images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-rows: auto;
  justify-content: center;
  grid-gap: var(--gallery-gap);
  padding-block: var(--gallery-gap);
}
.gallery.grid .images > .item {
  display: block;
}
.gallery.grid .images > .item > * {
  inline-size: 100%;
  block-size: 100%;
}
.gallery.grid .images:has(:nth-child(2)) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gallery.grid .images > :first-child:nth-last-child(3) + .item,
.gallery.grid .images > :first-child:nth-last-child(5) + .item,
.gallery.grid .images > :first-child:nth-last-child(6) + .item,
.gallery.grid .images > :first-child:nth-last-child(6) ~ .item:nth-child(4),
.gallery.grid .images > :first-child:nth-last-child(7) ~ .item:nth-child(4),
.gallery.grid .images > :first-child:nth-last-child(8) ~ .item:nth-child(2),
.gallery.grid .images > :first-child:nth-last-child(8) ~ .item:nth-child(6),
.gallery.grid .images > :first-child:nth-last-child(9) ~ .item:nth-child(6),
.gallery.grid .images > :first-child:nth-last-child(10) ~ .item:nth-child(4),
.gallery.grid .images > :first-child:nth-last-child(10) ~ .item:nth-child(6) {
  grid-row: span 2;
}
.gallery.slider {
  position: relative;
  color: #fff;
}
.gallery.slider > header {
  padding-block: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gallery.slider > header > h1,
.gallery.slider > header h2,
.gallery.slider > header h3 {
  font-size: var(--fs-big);
}
.gallery.slider .swiper-slide {
  inline-size: 83%;
}
.gallery.slider .swiper-slide img {
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.gallery.slider .swiper-slide > p {
  -webkit-margin-before: 18px;
          margin-block-start: 18px;
}
@media screen and (min-width: 900px) {
  .gallery.slider .swiper-slide {
    inline-size: 62%;
  }
}
@media screen and (max-width: 899px) {
  .module:has(.gallery.slider) {
    -webkit-padding-start: var(--side-gutter);
            padding-inline-start: var(--side-gutter);
    -webkit-padding-end: 0px;
            padding-inline-end: 0px;
  }
  .module:has(.gallery.slider) .slidercontrols {
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
}
.component .gallery.slider {
  background-color: #303030;
}
.quote .container {
  display: flex;
  flex-direction: column;
  gap: var(--size-step-8);
}
.quote .container:not(:has(.contactperson)) {
  flex-direction: column-reverse;
}
.quote .container .person-name::before {
  content: "— ";
}
@container (inline-size > 40rem) {
  .quote .container {
    flex-direction: row;
    align-items: center;
  }
  .quote .container .contactperson {
    flex: 1 0 235px;
  }
}
.quote blockquote {
  font-size: 2.5rem;
  font-weight: var(--fw-extraBold);
  display: inline;
  line-height: 1.2;
  hanging-punctuation: first;
}
.quote blockquote :first-child::before {
  content: open-quote;
  display: inline;
}
.quote blockquote :last-child::after {
  content: close-quote;
  display: inline;
}
.quote .content {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.accordion .expando + .expando {
  -webkit-border-before: none;
          border-block-start: none;
}
.teasercards .items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--size-step-3);
}
.commercial {
  --project-type-color: var(--color-neon);
}
.original {
  --project-type-color: var(--color-pink);
}
.projectcard {
  view-transition-name: auto;
  display: grid;
}
.projectcard > * {
  grid-area: 1 / -1;
}
.projectcard[data-expand-link="true"] {
  cursor: pointer;
}
.projectcard .mediablock {
  view-transition-name: auto;
}
.projectcard .project-overlay {
  align-self: end;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0 0 0 / 0), rgba(0 0 0 / 1));
  block-size: 10em;
  display: flex;
  flex-direction: column;
}
.projectcard .project-overlay .projectdetails {
  -webkit-margin-before: auto;
          margin-block-start: auto;
  background: transparent;
  align-items: end;
}
.projectcard .project-overlay .projectdetails .pdetails {
  align-items: end;
  padding-block: 0;
}
.projectcard .projectlink {
  position: absolute;
  inset: 0;
  inset-inline-start: -10px;
  font-size: 1.6em;
  translate: -100%;
  transition: translate 320ms ease-in-out;
  transition-timing-function: cubic-bezier(0.3, 0, 0.1, 1);
}
.projectcard:hover .projectdetails::before,
.projectcard:focus-within .projectdetails::before {
  content: "";
  display: block;
  inline-size: 30px;
  block-size: 100%;
  background: var(--project-type-color);
  position: absolute;
  inset: 0;
}
.projectcard:hover .projectlink,
.projectcard:focus-within .projectlink {
  translate: 0;
  background-position: right 2em top 200%;
  animation: arrowSlide 200ms 100ms forwards cubic-bezier(0.3, 0, 0.1, 1);
}
@keyframes arrowSlide {
  from {
    background-position: right 2em top 200%;
  }
  to {
    background-position: right 0.625em center;
  }
}
.site-footer {
  background: var(--color-charcoal);
  color: #fff;
  padding-block: 2rem;
  padding: 1rem var(--side-gutter) 3rem;
}
.site-footer header {
  font-size: var(--fs-medium);
  line-height: 1.3;
  text-align: center;
  font-weight: var(--fw-medium);
  text-transform: uppercase;
}
.site-footer header :where(h2, h3) {
  font-weight: inherit;
  font-size: inherit;
  color: #d3f500;
}
.site-footer header svg {
  color: #d3f500;
  margin-block: 3rem 2rem;
}
.site-footer header:has(+ *) {
  -webkit-margin-after: 3rem;
          margin-block-end: 3rem;
}
.site-footer .linklist ul {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .footer-links {
  display: flex;
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  flex-direction: row;
}
.site-footer .footer-links a {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .footer-links a + a {
  -webkit-margin-start: 90px;
          margin-inline-start: 90px;
}
.site-footer .auto-columns {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 2em 4em;
}
.site-footer .auto-columns .column {
  flex: 1 1 0px;
}
.site-footer .auto-columns .linklist + .linklist {
  -webkit-margin-before: 1lh;
          margin-block-start: 1lh;
}
@media screen and (min-width: 900px) {
  .site-footer > * {
    max-width: var(--layout-column-size);
    margin-inline: auto;
  }
}
@property --progress {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
@media screen and (max-width: 899px) {
  .commercial {
    --project-type-color: var(--color-neon);
  }
  .original {
    --project-type-color: var(--color-pink);
  }
  .projectsummary {
    view-transition-name: auto;
    display: grid;
    flex: 1 100%;
  }
  .projectsummary > * {
    grid-area: 1 / -1;
    width: 100%;
  }
  .projectsummary[data-expand-link="true"] {
    cursor: pointer;
  }
  .projectsummary .mediablock {
    view-transition-name: auto;
  }
  .projectsummary .project-overlay {
    align-self: end;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(0 0 0 / 0), rgba(0 0 0 / 1));
    block-size: 10em;
    display: flex;
    flex-direction: column;
  }
  .projectsummary .project-overlay .projectdetails {
    -webkit-margin-before: auto;
            margin-block-start: auto;
    background: transparent;
    align-items: end;
  }
  .projectsummary .project-overlay .projectdetails .pdetails {
    align-items: end;
    padding-block: 0;
  }
  .projectsummary .projectlink {
    position: absolute;
    inset: 0;
    inset-inline-start: -10px;
    font-size: 1.6em;
    translate: -100%;
    transition: translate 320ms ease-in-out;
    transition-timing-function: cubic-bezier(0.3, 0, 0.1, 1);
  }
  .projectsummary:hover .projectdetails::before,
  .projectsummary:focus-within .projectdetails::before {
    content: "";
    display: block;
    inline-size: 30px;
    block-size: 100%;
    background: var(--project-type-color);
    position: absolute;
    inset: 0;
  }
  .projectsummary:hover .projectlink,
  .projectsummary:focus-within .projectlink {
    translate: 0;
    background-position: right 2em top 200%;
    animation: arrowSlide 200ms 100ms forwards cubic-bezier(0.3, 0, 0.1, 1);
  }
}
@media screen and (min-width: 900px) {
  .projectsummary {
    --progress: 0%;
    --angle: 90deg;
    view-transition-name: auto;
    display: flex;
    align-items: center;
    -webkit-border-start: 10px solid var(--project-type-color, red);
            border-inline-start: 10px solid var(--project-type-color, red);
    background: linear-gradient(var(--angle, 90deg), var(--project-type-color) var(--progress), var(--plate-bg-color, var(--color-background, #000)) 0);
    color: #fff;
    transition: 420ms cubic-bezier(0.3, 0, 0.1, 1);
    transition-property: --progress, color;
    transition-timing-function: cubic-bezier(0.3, 0, 0.1, 1);
  }
  .projectsummary[data-expand-link="true"] {
    cursor: pointer;
  }
  .projectsummary > .video,
  .projectsummary > .mediablock {
    inline-size: 280px;
  }
  .projectsummary .mediablock {
    view-transition-name: auto;
  }
  .projectsummary .projectlink {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    translate: -80%;
    background-color: transparent;
    transition: opacity 200ms 0 cubic-bezier(0.3, 0, 0.1, 1), translate 200ms 280ms cubic-bezier(0.3, 0, 0.1, 1);
    opacity: 0;
  }
  .projectsummary:hover,
  .projectsummary:focus-within {
    --progress: 100%;
    color: #000;
  }
  .projectsummary:hover .projectlink,
  .projectsummary:focus-within .projectlink {
    opacity: 1;
    translate: 0;
    transition: opacity 100ms 280ms cubic-bezier(0.3, 0, 0.1, 1), translate 200ms 280ms cubic-bezier(0.3, 0, 0.1, 1);
    background-position: right 2em top 200%;
    animation: arrowSlide 200ms 300ms forwards cubic-bezier(0.3, 0, 0.1, 1);
  }
  .projectsummary .projectdetails {
    flex: 1;
    justify-content: start;
    gap: 1em;
    border: none;
    padding-block: 0;
    -webkit-padding-start: 4%;
            padding-inline-start: 4%;
    background: transparent;
    color: inherit;
  }
  .projectsummary .projectdetails h3 {
    font-size: 3.75rem;
    view-transition-name: auto;
    -webkit-padding-after: 7px;
            padding-block-end: 7px;
  }
  .projectsummary .projectdetails .pdetails {
    font-size: 0.875rem;
    flex: 1;
    align-self: start;
    align-items: start;
    padding-block: 8px 0;
    line-height: 1.5;
  }
}
.projectlist {
  max-inline-size: 1800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 900px) {
  .projectlist {
    flex-direction: column;
    gap: 1px;
    background: #303030;
  }
}
.projectgrid {
  max-inline-size: 1800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.projectgrid .projectcard {
  flex: 1 100%;
}
@media (max-width: 679px) {
  .projectgrid .pdetails {
    display: none;
  }
}
@media (min-width: 800px) {
  .projectgrid {
    gap: 20px;
  }
  .projectgrid .projectcard {
    flex: 0 1 calc((100% - 20px) / 2);
  }
}
@media (min-width: 1180px) {
  .projectgrid {
    gap: 40px;
  }
  .projectgrid .projectcard {
    flex-basis: calc((100% - 80px) / 3);
  }
}
@supports (display: grid) {
  @media (min-width: 980px) {
    .projectgrid {
      --max-cols: 3;
      --col-gap: 30px;
      --col-size-calc: calc((100% - (var(--max-cols) - 1) * var(--col-gap)) / var(--max-cols));
      --row-size-calc: calc(var(--col-size-calc) / 3);
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(var(--col-size-calc), 1fr));
      grid-auto-rows: ;
      gap: var(--col-gap);
    }
    .projectgrid .projectcard.portrait,
    .projectgrid .projectcard.tall {
      grid-row-end: span 3;
    }
    .projectgrid .projectcard.square {
      grid-row-end: span 2;
    }
  }
}
.topbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 15;
  max-inline-size: var(--layout-column-size);
  box-sizing: border-box;
  margin-inline: auto;
}
.topbar .logo {
  position: relative;
  z-index: 25;
  inline-size: 150px;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  color: inherit;
}
body:has(.modules > [data-size="full"]:first-child) .topbar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 15;
  inline-size: 100%;
}
.topbar button.nav-toggle {
  border: none;
  background: transparent;
  margin: 0;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  padding-inline: 16px;
  padding-block: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
  z-index: 25;
}
.nav-open .topbar button.nav-toggle {
  --rotation-margin: 2px;
}
.nav-open .topbar button.nav-toggle span.bar {
  transform: rotate(-45deg);
  margin-top: var(--rotation-margin);
  transition: transform 0.3s ease;
}
.nav-open .topbar button.nav-toggle span.bar + span.bar {
  transform: rotate(45deg);
  margin-top: calc(var(--rotation-margin) * -1);
}
.topbar button.nav-toggle span:first-child {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.topbar button.nav-toggle span:first-child + span {
  margin-top: 0px;
}
.topbar button.nav-toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background-color: #fff;
}
.topbar button.nav-toggle span + span {
  margin-top: 6px;
}
@media screen and (min-width: 900px) {
  .topbar {
    padding-inline: var(--side-gutter);
  }
  .topbar button.nav-toggle {
    display: none;
  }
}
@media screen and (min-width: 1377px) {
  .topbar {
    box-sizing: content-box;
    padding-inline: 0;
  }
}
.vcards header {
  text-align: center;
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
}
.vcards .people-filter {
  padding-block: 3rem;
}
@media screen and (max-width: 1279px) {
  .vcards .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding-inline: 1rem;
    align-items: start;
  }
  .vcards .navigator {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .vcards .viewer {
    display: grid;
    max-inline-size: 100%;
    overflow-x: hidden;
    overflow-x: clip;
  }
  .vcards .viewer > * {
    grid-area: 1 / 1;
  }
  .vcards .viewer .items,
  .vcards .viewer .navigator {
    translate: var(--side-gutter);
  }
  .vcards .viewer .navigator {
    display: flex;
    align-self: flex-end;
    justify-self: flex-start;
    justify-content: flex-end;
    -webkit-margin-start: calc(min(968px, 75%) / 2);
            margin-inline-start: calc(min(968px, 75%) / 2);
    inline-size: calc(min(968px, 75%) / 2);
    -webkit-padding-end: 30px;
            padding-inline-end: 30px;
    -webkit-padding-after: 30px;
            padding-block-end: 30px;
  }
  .vcards .viewer .navigator .slidercontrols {
    margin: 0;
  }
  .vcards .items {
    display: flex;
    justify-content: start;
    align-items: end;
    gap: 1.875rem;
  }
  .vcards .items .vcard {
    flex: 0 0 auto;
    z-index: 8;
  }
  .vcards .items .vcard.expanded {
    inline-size: min(968px, 75%);
  }
  .vcards .items .vcard.seen {
    inline-size: min(484px, 35%);
  }
  .vcards .items .vcard.compact {
    inline-size: 136px;
  }
  .vcards .items .vcard.selected {
    z-index: 16;
  }
  .vcards .items .vcard.seen {
    position: absolute;
    inset-inline-start: 0;
    z-index: 4;
  }
  .vcards .items .vcard.compact .mediablock {
    view-transition-name: auto;
  }
  .vcards .items .vcard.selected .data-page {
    view-transition-name: auto;
    view-transition-class: datapage;
  }
  .vcards .items .vcard.selected .data-page > * {
    view-transition-name: auto;
  }
  .vcards .items .vcard.selected .mediablock {
    view-transition-name: auto;
  }
  .vcards .items .vcard.seen .mediablock {
    view-transition-name: auto;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1396px) {
  .vcards .viewer .items,
  .vcards .viewer .navigator {
    translate: calc((100vw - var(--layout-column-size)) / 2);
  }
}
::view-transition-group(*) {
  animation-duration: 400ms;
}
::view-transition-new(.datapage) {
  animation: none;
}
::view-transition-old(*),
::view-transition-new(*) {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: clip;
}
.credits {
  --table-border-color: #ccc;
  display: flex;
  flex-wrap: wrap;
  -webkit-border-before: 1px solid var(--table-border-color);
          border-block-start: 1px solid var(--table-border-color);
}
.credits > header {
  flex: 0 1 25%;
}
.credits > .creditslist {
  flex: 1;
}
.credits > header {
  -webkit-padding-before: 3.2em;
          padding-block-start: 3.2em;
}
.credits > header h2,
.credits > header h3 {
  font-size: var(--fs-big);
}
.credits .creditslist {
  -webkit-border-before: none;
          border-block-start: none;
}
.plate .credits,
[data-layout] .credits {
  --table-border-color: #303030;
}
@property --mouseX {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
@property --mouseY {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
.imageplane {
  --moveX: calc((var(--mouseX, 0)) * 4deg);
  --moveY: calc((var(--mouseY, 0)) * 6deg);
  perspective: 1000px;
}
.imageplane > header {
  font-size: var(--fs-big);
}
.imageplane:hover {
  animation: rotateY 4209ms ease-in-out infinite alternate, rotateX 6265ms ease-in-out infinite alternate;
}
.imageplane .items {
  padding-block: 200px;
  display: grid;
  place-items: center;
  perspective: 1000px;
  transform: rotateX(var(--moveY)) rotateY(var(--moveX));
}
.imageplane .items .mediablock {
  inline-size: 50%;
  grid-area: 1 / -1;
  z-index: 8;
}
.imageplane .items .mediablock:nth-last-child(1) {
  translate: 0 0 10px;
}
.imageplane .items .mediablock:nth-last-child(2) {
  translate: -40% 39%;
}
.imageplane .items .mediablock:nth-last-child(3) {
  translate: 49% -22%;
}
.imageplane .items .mediablock:nth-last-child(4) {
  translate: 35%  58%;
}
.imageplane .items .mediablock:nth-last-child(5) {
  translate: -20% -9%;
}
.imageplane .items .mediablock:hover {
  transition: transform 300ms cubic-bezier(0.3, 0, 0.1, 1);
  z-index: 16;
  transform: translateZ(50px);
}
.imageplane .items::after {
  content: "";
  display: block;
  inline-size: 180px;
  block-size: 105px;
  grid-area: 1 / -1;
  background: #d3f500;
  -webkit-mask: url(logo_mark.svg) center no-repeat;
          mask: url(logo_mark.svg) center no-repeat;
  z-index: 40;
  pointer-events: none;
}
@keyframes rotateY {
  from {
    --mouseX: -1;
  }
  to {
    --mouseX: 0.95;
  }
}
@keyframes rotateX {
  from {
    --mouseY: -0.9;
  }
  to {
    --mouseY: 0.8;
  }
}
.brandgrid {
  color: #fff;
}
.brandgrid > header > * {
  font-size: var(--fs-big);
}
.brandgrid > header + .items {
  -webkit-margin-before: 70px;
          margin-block-start: 70px;
}
.brandgrid .items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 253px));
  gap: 7.222%;
}
.brandgrid .items .item {
  display: grid;
  align-items: center;
  justify-content: center;
}
.brandgrid .items .item * {
  inline-size: 100%;
  block-size: 100%;
}
@media screen and (min-width: 900px) {
  .brandgrid .items {
    grid-template-columns: repeat(3, minmax(0, 253px));
  }
}
@media screen and (min-width: 1200px) {
  .brandgrid .items {
    grid-template-columns: repeat(5, minmax(0, 253px));
  }
}
.component .brandgrid {
  background-color: #303030;
}
.testimonials {
  position: relative;
  aspect-ratio: 1920 / 1006;
  max-height: 1000px;
  margin-inline: auto;
}
.testimonials > * {
  color: var(--color-text);
}
.testimonials > .mediablock {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.testimonials header {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
  height: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
}
.testimonials header > * {
  position: relative;
  font-family: Delight, Inter, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: var(--fw-light);
  text-transform: uppercase;
  -webkit-margin-start: 61px;
          margin-inline-start: 61px;
  letter-spacing: 0.1px;
}
.testimonials header > * > svg {
  overflow: hidden;
  overflow: clip;
  display: block;
  width: 55px;
  height: 55px;
  color: inherit;
  position: absolute;
  top: 5px;
  right: 5px;
  transform: translateY(-23px);
}
.testimonials .swiper {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  transform: translateY(-50%);
  overflow: visible;
}
.testimonials article {
  display: flex;
  justify-content: center;
}
.testimonials article > .quote {
  display: flex;
  flex-direction: column;
  justify-self: center;
  align-items: center;
  -webkit-margin-before: 235px;
          margin-block-start: 235px;
}
.testimonials article > .quote blockquote {
  font-family: 'Antonio', Delight, Inter, Helvetica, sans-serif;
  letter-spacing: -0.06em;
  font-size: 3rem;
  font-weight: var(--fw-light);
  text-align: center;
  line-height: 48px;
  /* 100% */
  letter-spacing: -0.96px;
}
.testimonials article > .quote blockquote::before {
  content: open-quote;
}
.testimonials article > .quote blockquote::after {
  content: close-quote;
}
.testimonials article > .quote blockquote + .person {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
.testimonials article > .quote .person {
  font-family: Delight, Inter, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.28571429;
  font-weight: var(--fw-500);
  color: inherit;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  text-align: center;
}
.testimonials article > .quote .person > * {
  font-size: inherit;
  font-weight: inherit;
}
.testimonials article > .quote .person + .logo {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
.testimonials article > .quote .logo {
  display: block;
  aspect-ratio: 1 / 1;
  width: 120px;
  height: 120px;
}
.testimonials .slidercontrols {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  justify-self: flex-end;
  z-index: 10;
  color: var(--color-text);
}
@media screen and (min-width: 900px) {
  .testimonials .quote {
    width: 41.66%;
  }
  .testimonials .quote .person {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .testimonials .quote .person .title {
    color: inherit;
  }
}
.module:has(.testimonials.slider) {
  overflow-x: hidden;
  overflow-x: clip;
}
.component .testimonials {
  overflow: hidden;
  overflow: clip;
}
.component .testimonials .slider {
  background-color: #303030;
}
.casehero {
  --transition-duration: 0.5s;
  --transition-delay: 1s;
  --media-object-fit: cover;
}
.casehero .content {
  overflow: hidden;
  overflow: clip;
  position: relative;
  display: flex;
  flex-direction: column;
}
.casehero .content .video {
  width: 100%;
  max-inline-size: 100%;
  aspect-ratio: 16 / 9;
}
.casehero .content h1 {
  font-size: 3.5rem;
  line-height: 1.17857143;
  z-index: 10;
  transition-property: opacity;
  opacity: 1;
  padding-inline: var(--side-gutter);
}
.casehero .details {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  padding-inline: var(--side-gutter);
  display: flex;
  flex-direction: column;
}
.casehero .details > div {
  font-size: 0.875rem;
  line-height: 1.28571429;
  display: flex;
  flex-direction: column;
  inline-size: 100%;
  text-transform: uppercase;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.casehero .details > div:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
.casehero .details .label {
  color: #fff;
}
.casehero .details .value {
  color: #96b4c8;
}
@media screen and (max-width: 899px) {
  .casehero .content:has(.video.tall) .video {
    aspect-ratio: 9 / 16;
  }
  .casehero .content h1 {
    -webkit-margin-before: 35px;
            margin-block-start: 35px;
  }
  .casehero media-duration-display {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .casehero .content {
    display: grid;
    inline-size: 100%;
    aspect-ratio: 16 / 9;
  }
  .casehero .content > * {
    grid-area: 1 / 1;
  }
  .casehero .content h1 {
    font-size: 5.625rem;
    line-height: 0.97777778;
    font-weight: var(--fw-semi);
    margin: 60px;
    inline-size: 50%;
    align-self: flex-end;
  }
  .casehero .content .video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    aspect-ratio: 1920 / 1080;
  }
  .casehero .content .video media-control-bar {
    position: absolute;
    top: calc(100% - 115px);
    left: calc(100% - 115px);
    transform: none;
  }
  .casehero .content:has(media-controller[mediacurrenttime="0"]) h1 {
    opacity: 1;
  }
  .casehero .content:has(media-controller[mediaended]) h1,
  .casehero .content:has(media-controller:not([mediacurrenttime="0"])[mediaended]) h1 {
    opacity: 1;
    transition-duration: var(--transition-duration);
    transition-delay: var(--transition-delay);
  }
  .casehero .content:has(media-controller:not([mediacurrenttime="0"])) h1 {
    opacity: 0;
    transition-duration: var(--transition-duration);
    transition-delay: var(--transition-delay);
  }
  .casehero .details {
    flex-direction: row;
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
    padding-inline: 60px;
    inline-size: 100%;
    max-width: 1920px;
    margin-inline: auto;
    flex-wrap: nowrap;
  }
  .casehero .details > div {
    inline-size: 25%;
  }
  .casehero .details .deliverables {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    inline-size: 50%;
  }
  .casehero .details .deliverables .value {
    inline-size: 51.25%;
  }
}
.flurry {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 90px;
}
.flurry > *:first-child {
  flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .flurry {
    flex-direction: row;
    max-width: 1570px;
  }
  .flurry > *:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 6rem;
    flex-shrink: 0;
    min-width: 520px;
  }
  .flurry > *:last-child {
    flex-grow: 1;
    max-width: 900px;
  }
}
.person {
  font-size: 1.5rem;
  line-height: 1.41666667;
}
.person > a {
  position: relative;
  display: block;
  block-size: 64px;
  inline-size: 64px;
  border: 3px solid var(--color-neon);
  border-radius: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
.person > a > * {
  position: absolute;
  top: -3px;
  left: -3px;
  color: var(--color-neon);
  transform: rotate(180deg);
}
.person a {
  color: inherit;
  text-decoration: none;
}
.person h1 {
  font-size: 3.75rem;
  line-height: 0.96666667;
  font-weight: var(--fw-semi);
}
.person .title {
  font-size: 1.875rem;
  line-height: 1.33333333;
  font-weight: var(--fw-medium);
  color: rgba(243, 246, 248, 0.5);
  color: color-mix(in srgb, currentcolor 40%, transparent);
}
.person .contact {
  font-size: 1.5rem;
  line-height: 1.66666667;
  font-weight: var(--fw-medium);
  display: flex;
  flex-direction: column;
}
.person .mediablock {
  view-transition-name: auto;
}
@media screen and (max-width: 1279px) {
  .person .mediablock {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
  .person .mediablock + .details {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
  .person h1 + .title {
    display: block;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
  .person .title + .contact {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
  .person .contact + .text {
    -webkit-margin-before: 55px;
            margin-block-start: 55px;
  }
}
@media screen and (min-width: 1280px) {
  .person {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .person > a,
  .person .details {
    -webkit-margin-before: 112px;
            margin-block-start: 112px;
  }
  .person h1 {
    font-size: 5.625rem;
    line-height: 0.97777778;
    font-weight: var(--fw-semi);
    text-box-edge: cap alphabetic;
    text-box-trim: trim-both;
  }
  .person .title {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: var(--fw-medium);
  }
  .person .details {
    order: 1;
    width: 47.77%;
  }
  .person .contact {
    flex-direction: row;
    gap: 40px;
  }
  .person .title + .contact {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
  .person .contact + .text {
    -webkit-margin-before: 95px;
            margin-block-start: 95px;
  }
  .person .mediablock {
    order: 2;
    width: 31.11%;
    max-width: 560px;
    aspect-ratio: 560 / 730;
  }
  .person h1 + .title {
    display: block;
    -webkit-margin-before: 18px;
            margin-block-start: 18px;
  }
}
.marquee {
  position: relative;
}
.marquee .texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  display: grid;
  gap: 150px;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  z-index: 10;
  color: #fff;
}
.marquee .texts span {
  font-size: var(--fs-big);
}
.marquee .texts span,
.marquee .texts a {
  white-space: nowrap;
}
.marquee .texts div {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.marquee .texts div img,
.marquee .texts div svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-neon);
  opacity: 0.65;
  height: 100%;
  pointer-events: none;
}
.marquee .texts div a {
  text-align: center;
}
.marquee .swiper {
  pointer-events: none;
}
.marquee .swiper .swiper-wrapper {
  transition-timing-function: linear;
  align-items: flex-start;
}
.marquee .swiper .swiper-slide {
  width: auto;
}
.marquee .swiper .swiper-slide.fifths .mediablock {
  padding-block: 25px;
}
.marquee .swiper .swiper-slide.thirds .mediablock {
  -webkit-padding-before: 45px;
          padding-block-start: 45px;
}
.marquee .swiper .swiper-slide.seconds .mediablock {
  -webkit-padding-after: 45px;
          padding-block-end: 45px;
}
.marquee .swiper img {
  opacity: 0.3;
  max-height: 615px;
  max-width: 315px;
}
.frontpagehero {
  display: grid;
}
.frontpagehero > * {
  grid-area: 1 / 1;
}
.frontpagehero.full {
  inline-size: 100vw;
  inline-size: 100cqw;
}
.frontpagehero .video {
  overflow: hidden;
  overflow: clip;
  max-block-size: 100cqh;
}
.frontpagehero .video media-controller {
  aspect-ratio: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.frontpagehero .video media-controller media-control-bar {
  display: none;
}
.frontpagehero .details {
  position: relative;
  z-index: 8;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  pointer-events: none;
  padding-inline: 10px;
  color: #fff;
}
.frontpagehero .details::before,
.frontpagehero .details::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  aspect-ratio: 1920 / 230;
  background-image: var(--gradient-path);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 8;
}
.frontpagehero .details::before {
  top: 0;
  transform: rotate(180deg);
}
.frontpagehero .details::after {
  bottom: 0;
}
.frontpagehero .details a {
  font-size: 1.125rem;
  font-weight: var(--fw-medium);
  flex: 1 50%;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5em;
  pointer-events: auto;
  text-decoration: none;
  color: inherit;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  height: 40px;
  white-space: nowrap;
}
.frontpagehero .details a:first-child {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.frontpagehero .details a:nth-child(even) {
  justify-content: flex-end;
}
.frontpagehero .details a span {
  color: inherit;
}
.frontpagehero .details a[href^="http"] svg,
.frontpagehero .details a[href^="http"] img {
  transform: rotate(-45deg);
}
.frontpagehero .details a svg,
.frontpagehero .details a img {
  transform: rotate(0deg);
  flex-shrink: 0;
  flex-grow: 0;
}
.frontpagehero .details a svg,
.frontpagehero .details a svg path {
  color: inherit;
  fill: currentcolor;
  stroke: currentcolor;
}
.frontpagehero .some {
  z-index: 16;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
}
.frontpagehero .logo-blob {
  z-index: 16;
  color: var(--color-neon);
  width: 180px;
  align-self: center;
  justify-self: center;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  scale: 0.6;
}
.nav-open .frontpagehero .logo-blob {
  opacity: 0;
}
@media screen and (min-width: 900px) {
  .frontpagehero .details {
    padding-inline: var(--side-gutter);
    -webkit-padding-after: 30px;
            padding-block-end: 30px;
  }
  .frontpagehero .some {
    flex-wrap: nowrap;
    gap: 3rem;
    margin-inline: auto;
    max-inline-size: var(--layout-column-size);
    box-sizing: content-box;
  }
  .frontpagehero .details .some a {
    font-size: 1.25rem;
    flex: 0 auto;
  }
  .frontpagehero .details .some a:not([href^="http"]):last-child {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
  .frontpagehero .logo-blob {
    scale: 1;
  }
}
:root {
  --side-gutter: 20px;
  --content-size: 676px;
  --layout-column-size: 1376px;
}
.module {
  max-inline-size: var(--module-size);
  margin-inline: auto;
  padding-inline: var(--side-gutter);
  box-sizing: content-box;
  container: module / inline-size;
}
[data-layout] main > section {
  padding-block: var(--section-padding, 4rem);
  container: section / inline-size;
}
[data-layout] main > section > * + * {
  -webkit-margin-before: var(--module-gap, 2rem);
          margin-block-start: var(--module-gap, 2rem);
}
[data-layout] main > section:not(.plate):has( + section:not(.plate)) {
  -webkit-padding-after: var(--module-gap, 2rem);
          padding-block-end: var(--module-gap, 2rem);
}
[data-layout] main > section:not(.plate):has( + section:not(.plate)) + section:not(.plate) {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}
[data-layout] main > section > :where(.module, .columns) {
  --module-size: var(--layout-column-size);
}
[data-layout] main > section[data-size="full"] > :where(.module, .columns) {
  --module-size: 100%;
  padding-inline: 0;
}
[data-layout] main > section[data-size="full"] > :where(.module, .columns) > .text {
  padding-inline: var(--side-gutter);
}
[data-layout] main > section[data-size="content"] > :where(.module, .columns) {
  --module-size: var(--content-size);
}
#chainsaw404 .video media-control-bar {
  opacity: 0 !important;
}
