@charset "UTF-8";
:root {
  --fontFamilyBase: "area-variable", sans-serif;
  --fontFamilyAdditional: "ivyora-display", serif;
}

body.boilerplate {
  background: #ffffff;
}
body.boilerplate .boilerplateHero {
  position: relative;
  width: 100%;
  background: rgb(247.35, 247.35, 247.35);
  margin-bottom: 2.25em;
}
body.boilerplate .boilerplateHero .textarea.full .block {
  max-width: none !important;
}
body.boilerplate .boilerplateHero .textarea .container {
  padding-top: 2.25em;
  padding-bottom: 2.25em;
}
@media (width < 48rem) {
  body.boilerplate .boilerplateHero .textarea .container .block .logo {
    width: 10em;
  }
}
@media (48rem <= width <= 60rem) {
  body.boilerplate .boilerplateHero .textarea .container .block .logo {
    width: 10em;
  }
}
@media (width >= 60rem) {
  body.boilerplate .boilerplateHero .textarea .container .block .logo {
    width: 7em;
  }
}
body.boilerplate .boilerplateOverview {
  padding-bottom: 4em;
}
body.boilerplate .boilerplateOverview .boilerplateIndex {
  margin-left: auto;
  margin-right: auto;
}
@media (48rem <= width <= 60rem) {
  body.boilerplate .boilerplateOverview .boilerplateIndex.columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2em;
  }
  body.boilerplate .boilerplateOverview .boilerplateIndex.columns .column {
    width: calc(50% - 1em);
  }
}
@media (width >= 60rem) {
  body.boilerplate .boilerplateOverview .boilerplateIndex.columns {
    display: flex;
    justify-content: space-between;
    gap: 2em;
  }
  body.boilerplate .boilerplateOverview .boilerplateIndex.columns .column {
    width: 33.3333333333%;
  }
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.75em;
  margin-bottom: 2em;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li {
  display: flex;
  margin-bottom: 5px;
  line-height: 1.2;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li h2 {
  margin-top: 0;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.spacer {
  height: 1em;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.new {
  font-weight: 600;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.new a:after {
  background: #89764B;
  color: #fff;
  content: "Nieuw";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.modified a:after {
  background: #A82227;
  color: #fff;
  content: "Aangepast";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.final a:after {
  background: #89764B;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  flex-grow: 0;
  flex-shrink: 0;
  content: "";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.inprogress a:after {
  background: rgb(127.5, 127.5, 127.5);
  color: #fff;
  content: "Bezig";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.todo a {
  color: #cccccc;
  pointer-events: none;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.todo a:after {
  background: #cccccc;
  color: #fff;
  content: "Todo";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.duplicate a {
  color: #cccccc;
  pointer-events: none;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0.5em 0.7em 0.7em;
  background: rgba(0, 0, 0, 0.04);
  color: #000;
  text-decoration: none;
  border-radius: 5px;
}
@media (hover: hover) and (pointer: fine) {
  body.boilerplate .boilerplateOverview .boilerplateIndex ul li a:hover {
    background: rgba(0, 0, 0, 0.08);
  }
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li a:after {
  padding: 3px 5px 4px;
  font-size: 0.6em;
  line-height: 1;
  border-radius: 4px;
  margin-left: 10px;
  margin-top: 2px;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li a span {
  margin-right: auto;
  font-size: 0.6em;
  margin-top: 0.7em;
  margin-left: 1em;
  opacity: 0.5;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li > div {
  margin-bottom: 0.5em;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li > div strong {
  display: block;
  align-items: center;
  width: 100%;
  font-weight: 700;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li > div small {
  display: block;
  margin: 0.5em 0 0;
  opacity: 0.5;
}
body.boilerplate code {
  display: block;
  font-size: 0.9em;
  margin-bottom: 1em;
}
body.boilerplate .scrollExampleHorizontal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 5em;
  overflow: hidden;
}
body.boilerplate .scrollExampleHorizontal div {
  font-size: 3em;
  line-height: 0.8;
  white-space: nowrap;
  font-weight: 700;
}
@media (width < 48rem) {
  body.boilerplate .scrollExampleHorizontal div {
    font-size: 1.5em;
  }
}
body.boilerplate .scrollExample {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  padding: 4vw;
  text-align: center;
  overflow: hidden;
  margin: 0 !important;
}
body.boilerplate .scrollExample.is-low {
  height: auto;
  min-height: 25vh;
}
body.boilerplate .scrollExample > div:not(.textExample) {
  font-size: 5em;
  font-weight: 700;
}
@media (width < 48rem) {
  body.boilerplate .scrollExample > div:not(.textExample) {
    font-size: 2em;
  }
}
body.boilerplate .scrollExample > div.textExample {
  width: 100%;
}
@media (width < 48rem) {
  body.boilerplate .scrollExample > div.textExample .h1 {
    font-size: 1.75em;
  }
}
body.boilerplate .colorsBase {
  display: none;
  flex-wrap: wrap;
  gap: 0.5em;
  width: 100%;
}
body.boilerplate .colorsBase.is-ready {
  display: flex;
}
body.boilerplate .colorsBase .colorCard {
  border-radius: 0.3rem;
  background: #ffffff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  font-size: 0.7em;
  line-height: 1.4;
  text-align: center;
  padding: 0.25em;
  overflow: hidden;
}
@media (width < 48rem) {
  body.boilerplate .colorsBase .colorCard {
    width: calc(25% - 0.6em);
  }
}
@media (width >= 48rem) {
  body.boilerplate .colorsBase .colorCard {
    width: calc(20% - 0.6em);
  }
}
body.boilerplate .colorsBase .colorCard:hover {
  background: #000000;
  color: #ffffff;
  cursor: copy;
}
body.boilerplate .colorsBase .colorCard:active {
  cursor: progress;
}
body.boilerplate .colorsBase .colorCard .color {
  border: 1px solid rgba(0, 0, 0, 0.1);
  aspect-ratio: 1;
}
@supports not (aspect-ratio: auto) {
  body.boilerplate .colorsBase .colorCard .color {
    padding-top: 100%;
  }
}
body.boilerplate .colorsBase .colorCard .description {
  padding: 0.5em 0.5em 1em;
}
body.boilerplate .colorsBase .colorCard .description .colorName {
  font-weight: 600;
}
body.boilerplate .iconCollection {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
body.boilerplate .iconCollection svg:first-child {
  display: none;
}
body.boilerplate .iconCollection [class^=icon-],
body.boilerplate .iconCollection [class*=" icon-"] {
  border-radius: 0.1em;
  background: rgba(0, 0, 0, 0.05);
  width: 2.4em;
  height: 2.4em;
  padding: 0.3em;
}
body.boilerplate .iconCollection [class^=icon-]:hover,
body.boilerplate .iconCollection [class*=" icon-"]:hover {
  background: black;
  color: #ffffff;
  cursor: copy;
}
body.boilerplate .iconCollection [class^=icon-]:active,
body.boilerplate .iconCollection [class*=" icon-"]:active {
  cursor: progress;
}
body.boilerplate #buttonCollection .buttonColorCollection {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
body.boilerplate #buttonCollection .buttonColorCollection .block {
  padding: 1em;
  border-radius: 0.3rem;
  background: rgb(247.35, 247.35, 247.35);
}
body.boilerplate #buttonCollection .buttonColorCollection .block.diap {
  background: #000000;
}
body.boilerplate #buttonCollection a.button:hover,
body.boilerplate #buttonCollection button.button:hover {
  cursor: copy;
}
body.boilerplate #buttonCollection a.button:active,
body.boilerplate #buttonCollection button.button:active {
  cursor: progress;
}
body.boilerplate #spacerCollection [class^=spacer] {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 0.2em;
}
body.boilerplate #spacerCollection [class^=spacer]:after {
  display: block !important;
  position: absolute;
  left: 1rem;
  top: 50%;
  display: none;
  color: #ffffff;
  line-height: 1;
  transform: translateY(-60%);
  content: "spacer";
}
body.boilerplate #spacerCollection .spacerTiny:after {
  font-size: 0.5rem;
  content: "spacerTiny";
}
body.boilerplate #spacerCollection .spacerMini:after {
  font-size: 0.7rem;
  content: "spacerMini";
}
body.boilerplate #spacerCollection .spacerSmall:after {
  font-size: 0.9rem;
  content: "spacerSmall";
}
body.boilerplate #spacerCollection .spacerMedium:after {
  font-size: 1.1rem;
  content: "spacerMedium";
}
body.boilerplate #spacerCollection .spacerLarge:after {
  font-size: 1.5rem;
  content: "spacerLarge";
}
body.boilerplate #spacerCollection .spacerXlarge:after {
  font-size: 1.8rem;
  content: "spacerXlarge";
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html.lenis,
html.lenis body {
  height: auto;
}

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

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

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

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@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;
}
:root {
  --swiper-theme-color: #007aff ;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  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-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.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);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  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));
}

.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .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-button-next,
.swiper-button-prev {
  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-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev: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: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-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s 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;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.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-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s 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: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  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-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  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 > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .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 {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  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 {
  pointer-events: auto;
  visibility: visible;
}

.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-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  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-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper {
  position: relative;
  --swiper-theme-color: #000000;
}
.swiper.swiperCarousel {
  width: 100%;
}
.swiper.swiperCarousel .swiper-wrapper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
@media (width < 48rem) {
  .swiper.swiperCarousel .swiper-wrapper .swiper-slide {
    height: 50vh;
    max-width: calc(100% - 8vw);
    margin-inline: 1vw;
  }
}
@media (48rem <= width <= 60rem) {
  .swiper.swiperCarousel .swiper-wrapper .swiper-slide {
    height: clamp(20em, 50vh, 45em);
    max-width: 50em;
  }
}
@media (width >= 60rem) {
  .swiper.swiperCarousel .swiper-wrapper .swiper-slide {
    height: clamp(30em, 60vh, 45em);
    max-width: 50em;
  }
}
@media (width >= 48rem) {
  .swiper.swiperCarousel .swiper-wrapper .swiper-slide.swiper-slide-active figure .media img {
    transform: scale(1);
  }
}
.swiper.swiperCarousel .swiper-wrapper .swiper-slide figure {
  display: block;
  height: 100%;
  width: 100%;
}
.swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .media {
  height: 100%;
  overflow: hidden;
}
@media (width >= 48rem) {
  .swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .media img {
    transform: scale(1.1);
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
  }
}
.swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: none;
  color: #ffffff;
  padding-top: 5em;
  padding-bottom: 1em;
  padding-inline: 1em;
}
.swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .caption span {
  position: relative;
  z-index: 2;
}
.swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .caption:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  content: "";
  background-image: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
.swiper.swiperCards {
  width: 100%;
}
@media (width >= 60rem) {
  .swiper.swiperCards .swiper-wrapper:not(:has(.swiper-slide:nth-child(4))) .swiper-slide {
    cursor: default !important;
    width: calc(33.3333333333% - 7px) !important;
  }
}
.swiper.swiperCards .swiper-wrapper .swiper-slide {
  height: 100%;
  cursor: grab;
}
@media (width < 48rem) {
  .swiper.swiperCards .swiper-wrapper .swiper-slide {
    width: 80vw;
  }
}
@media (48rem <= width <= 60rem) {
  .swiper.swiperCards .swiper-wrapper .swiper-slide {
    width: 40vw !important;
  }
}
@media (width >= 60rem) {
  .swiper.swiperCards .swiper-wrapper .swiper-slide {
    width: 30vw !important;
  }
}
.swiper.swiperCards .swiper-wrapper .swiper-slide figure {
  display: block;
  height: 100%;
  width: 100%;
}
.swiper.swiperCards .swiper-wrapper .swiper-slide figure .media {
  height: 100%;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.swiper.swiperCards .swiper-wrapper .swiper-slide figure .media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper.swiperCards .swiper-wrapper .swiper-slide figure .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: none;
  color: #ffffff;
  padding-top: 5em;
  padding-bottom: 1em;
  padding-inline: 1em;
}
.swiper.swiperCards .swiper-wrapper .swiper-slide figure .caption span {
  position: relative;
  z-index: 2;
}
.swiper.swiperCards .swiper-wrapper .swiper-slide figure .caption:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  content: "";
  background-image: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
.swiper.swiperSlideshow {
  width: 100%;
}
.swiper.swiperSlideshow .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: 100%;
  background: #000000;
}
.swiper.swiperSlideshow .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.swiper.swiperSlideshow .swiper-wrapper .swiper-slide.swiper-slide-active figure .media picture {
  transform: scale(1.1);
}
.swiper.swiperSlideshow .swiper-wrapper .swiper-slide figure {
  height: 100%;
  overflow: hidden;
}
.swiper.swiperSlideshow .swiper-wrapper .swiper-slide figure .media {
  position: relative;
  width: auto;
  height: 100%;
}
.swiper.swiperSlideshow .swiper-wrapper .swiper-slide figure .media picture {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 7s linear;
  transform: scale(1);
}
.swiper.swiperSlideshow .swiper-wrapper .swiper-slide figure .media picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper .swiper-pagination {
  position: relative;
  top: 100%;
  bottom: auto;
  display: flex;
  justify-content: center;
  padding-block: 1em;
}
.swiper .swiper-pagination span {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 0.2em;
  width: 1em;
  height: 0.15em;
  opacity: 1 !important;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (width >= 48rem) {
  .swiper .swiper-pagination span {
    margin: 0 0.25em;
    width: 1.5em;
  }
}
.swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #000000;
  opacity: 1;
  transform: none;
  width: 3em;
}
.swiper .swiper-scrollbar {
  margin-top: 1em;
  position: relative;
  left: 0;
  top: 100%;
  bottom: auto;
  width: 100% !important;
  height: 3px !important;
  border-radius: 0;
  background-color: color-mix(in srgb, currentColor 20%, transparent);
}
.swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: currentColor;
  border-radius: 0;
}
.swiper .swiper-navigation {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(calc(-50% - 1.2em));
  display: flex;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
}
@media (width < 48rem) {
  .swiper .swiper-navigation {
    display: none;
  }
}
@media (48rem <= width <= 68.75rem) {
  .swiper .swiper-navigation {
    padding-inline: 4vw;
  }
}
@media (width >= 68.75rem) {
  .swiper .swiper-navigation {
    padding-inline: 1em;
  }
}
.swiper .swiper-navigation .button {
  pointer-events: auto;
}

media-controller {
  --media-primary-color: #ffffff;
  --media-secondary-color: rgb(0 0 0 / 1);
  --media-control-background: rgb(0 0 0 / 0);
  --media-control-hover-background: rgb(0 0 0 / 0);
  width: 100%;
  aspect-ratio: 16/9;
}
media-controller media-control-bar * {
  position: relative;
  z-index: 2;
}
media-controller media-control-bar:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5em;
  opacity: 0.5;
  pointer-events: none;
  content: "";
  background-image: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
media-controller media-play-button[slot=centered-chrome] {
  border-radius: 50%;
}
@media (width < 48rem) {
  media-controller media-play-button[slot=centered-chrome] {
    --media-control-padding: 1em;
    --media-control-height: 2em;
    --media-tooltip-display: none;
  }
}
@media (width >= 48rem) {
  media-controller media-play-button[slot=centered-chrome] {
    --media-control-padding: 1.5em;
    --media-control-height: 3em;
    --media-tooltip-display: none;
  }
}
media-controller [slot=top-chrome] {
  position: absolute;
  left: 50%;
  top: 50%;
  background: none;
  text-align: center;
  --media-control-padding: 1em;
  --media-control-height: 4em;
}
@media (width < 48rem) {
  media-controller [slot=top-chrome] {
    transform: translate(-50%, 0em);
  }
}
@media (width >= 48rem) {
  media-controller [slot=top-chrome] {
    transform: translate(-50%, 2em);
  }
}

.splitting .word,
.splitting .char {
  display: inline-block;
  white-space: nowrap;
}

.splitting .char {
  position: relative;
}

.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc(
  (var(--char-offset) * var(--char-offset)) / var(--char-center)
  );
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)));
}

*[data-scroll]:is([data-scroll=parallaxVert]) {
  will-change: transform;
  transform: translateY(var(--viewportProcent));
}
*[data-scroll]:is([data-scroll=parallaxHor]) {
  will-change: transform;
  transform: translateX(var(--viewportProcent));
}
*[data-scroll]:is([data-scroll=parallaxFramed]) img {
  will-change: transform;
  transform: scale(var(--scale)) translateY(var(--viewportProcent));
}
*[data-scroll]:is([data-scroll=parallaxNodes]) > * {
  will-change: transform;
  transform: translateY(calc(var(--viewportProcent) * var(--speed)));
}
*[data-scroll]:is([data-scroll=parallaxScaleToFull]) .block {
  will-change: transform;
  transform: scale(clamp(0.25, 0.5 + var(--viewportProcent), 1));
}
*[data-scroll]:is([data-scroll=parallaxZoomIn]) {
  position: relative;
  height: 500vh;
}
*[data-scroll]:is([data-scroll=parallaxZoomIn]) figure {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
*[data-scroll]:is([data-scroll=parallaxZoomIn]) figure .media {
  width: 100%;
  height: 100%;
}
*[data-scroll]:is([data-scroll=parallaxZoomIn]) figure .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transform: scale(var(--viewportProcent));
}
*[data-scroll]:is([data-scroll=reveal]) {
  --delay: 0s;
  will-change: opacity, transform;
  opacity: 0;
  transition: opacity 1s linear, transform 2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--delay, 0);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=fade]).is-inviewport, *[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=slide]).is-inviewport {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=fadeIn]) {
  opacity: 0;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=slideFromTop]) {
  transform: translateY(-5vh);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=slideFromBottom]) {
  transform: translateY(5vh);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=slideFromLeft]) {
  transform: translateX(-5vw);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=slideFromRight]) {
  transform: translateX(5vw);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=text]).is-inviewport {
  opacity: 1 !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=text]).is-inviewport .word,
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=text]).is-inviewport .char {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textCharsFadeIn]) .char {
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.25s linear;
  transition-delay: calc(var(--delay) + var(--char-index) * 0.025s);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textWordsFadeIn]) .word {
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.25s linear;
  transition-delay: calc(var(--delay) + var(--word-index) * 0.15s);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textCharsFadeInFromBottom]) .char {
  opacity: 0;
  transform: translateY(0.5em);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.25s linear;
  transition-delay: calc(var(--delay) + var(--char-index) * 0.025s);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textWordsFadeInFromBottom]) .word {
  opacity: 0;
  transform: translateY(0.5em);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.25s linear;
  transition-delay: calc(var(--delay) + var(--word-index) * 0.05s);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textWordsFadeInFromBottomMaskedQuote]) {
  opacity: 1;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textWordsFadeInFromBottomMaskedQuote]) .word {
  opacity: 0;
  opacity: 0;
  transform-origin: bottom left;
  transform: translateY(50%);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.25s linear;
  transition-delay: calc(var(--delay) + var(--word-index) * 0.035s);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textWordsFadeInFromBottomMasked]) {
  opacity: 1;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textWordsFadeInFromBottomMasked]) .word {
  opacity: 1;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textWordsFadeInFromBottomMasked]) .word .char {
  opacity: 0;
  transform-origin: bottom left;
  transform: translateY(50%);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.25s linear;
  transition-delay: calc(var(--delay) + var(--word-index) * 0.075s);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=figure]).is-inviewport {
  opacity: 1 !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=figure]).is-inviewport .media {
  clip-path: inset(0 0 0 0);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=figure]).is-inviewport .media img {
  opacity: 1 !important;
  transform: scale(1) translate(0, 0) !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=figureZoomOut]) {
  opacity: 1 !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=figureZoomOut]) .media img {
  will-change: transform;
  transform: scale(1.2);
  transition: transform 6s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--delay);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=figureMaskWipe]) {
  opacity: 1 !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=figureMaskWipe]) .media {
  will-change: clip-path;
  transition: clip-path 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--delay);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=figureMaskWipe]) .media img {
  will-change: transform;
  transform: scale(1.2);
  transition: transform 4s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--delay);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=figureMaskWipeFromTop]) .media {
  clip-path: inset(0 0 100% 0);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=figureMaskWipeFromRight]) .media {
  clip-path: inset(0 0 0 100%);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=figureMaskWipeFromBottom]) .media {
  clip-path: inset(100% 0 0 0);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=figureMaskWipeFromLeft]) .media {
  clip-path: inset(0 100% 0 0);
}

@media (width < 48rem) {
  .fui-row {
    flex-wrap: wrap !important;
  }
  .fui-row .fui-field {
    flex: auto !important;
  }
}
.fui-row:has([name="fields[magazineCheckbox]"]) .fui-field.fui-type-agree {
  margin-bottom: 0.25em !important;
}
.fui-row .fui-field.is-hidden {
  display: none !important;
}
.fui-row .fui-type-heading {
  margin-top: 1em !important;
  margin-bottom: 0 !important;
}
.fui-row textarea.fui-input {
  height: 10em;
}
.fui-row select {
  color: #141313;
}
.fui-row input::file-selector-button {
  color: #141313;
}

.fui-alert {
  padding-bottom: 1.2rem;
}

.fui-i {
  --fui-font: var(--fontFamilyBase);
  --fui-font-size: 1em;
  --fui-color: #000000;
  --fui-primary-color: #000000;
  --fui-primary-color-hover: #000000;
  --fui-error: #A82227;
  --fui-success: #89764B;
  --fui-border-radius: 0.3rem;
  --fui-alert-error-color: #A82227;
  --fui-error-font-size: 0.8em;
  --fui-error-margin-top: 0.25em;
  --fui-label-font-size: 0.85em;
  --fui-label-font-weight: 600;
  --fui-label-margin: 0.5em;
  --fui-label-error-color: #000000;
  --fui-label-error-border-color: #A82227;
  --fui-instructions-font-size: 0.75em;
  --fui-instructions-line-height: 1.5;
  --fui-instructions-color: currentColor;
  --fui-input-font-size: 0.9em;
  --fui-input-line-height: 1.5;
  --fui-input-width: 100%;
  --fui-input-padding: 0.5em 0.75em 0.65em;
  --fui-input-background-color: #fff;
  --fui-input-error-color: #A82227;
  --fui-input-error-border-color: #A82227;
  --fui-input-error-box-shadow-focus: 0 0 0 0.25em rgba(168, 34, 39, 0.15);
}

:root {
  font-family: var(--fontFamilyBase);
  font-optical-sizing: auto;
  line-height: 1.5;
  letter-spacing: 0.01em;
  hanging-punctuation: first allow-end last;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (width < 48rem) {
  :root {
    font-size: clamp(1rem, 4.5vw, 1.5rem);
  }
}
@media (48rem <= width <= 60rem) {
  :root {
    font-size: calc(0.9rem + 0.25vw);
  }
}
@media (width >= 48rem) {
  :root {
    font-size: calc(0.8rem + 0.5vw);
  }
}

.preTitle,
.subTitle {
  font-family: var(--fontFamilyBase);
  line-height: 1.1;
  margin: 0;
  margin-left: -0.05em;
  margin-bottom: 0.5em;
  font-size: 0.8em;
  text-wrap: balance;
  text-transform: uppercase;
  color: rgba(63, 32, 33, 0.5);
  letter-spacing: -0.01em;
  font-weight: 600;
}
.preTitle + h2, .preTitle + h3, .preTitle + h4,
.subTitle + h2,
.subTitle + h3,
.subTitle + h4 {
  margin-top: 0 !important;
}

h1, .h1 {
  font-family: var(--fontFamilyAdditional);
  line-height: 1;
  margin: 0;
  margin-left: -0.075em;
  margin-bottom: 0.5em;
  text-wrap: balance;
  text-transform: uppercase;
  color: rgba(63, 32, 33, 0.8);
  font-weight: 400;
}
@media (width < 48rem) {
  h1, .h1 {
    font-size: 2.5em;
  }
}
@media (48rem <= width <= 60rem) {
  h1, .h1 {
    font-size: 3.5em;
  }
}
@media (width >= 60rem) {
  h1, .h1 {
    font-size: 4.5em;
  }
}
@media (width < 48rem) {
  h1.small, .h1.small {
    font-size: 2em;
  }
}
@media (width >= 48rem) {
  h1.small, .h1.small {
    font-size: 2.5em;
  }
}
@media (width < 48rem) {
  h1.large, .h1.large {
    font-size: 3em;
  }
}
@media (width >= 48rem) {
  h1.large, .h1.large {
    font-size: 3.8em;
  }
}

h2, .h2 {
  font-family: var(--fontFamilyAdditional);
  line-height: 1.1;
  margin: 0;
  margin-left: -0.05em;
  margin-bottom: 0.75em;
  font-size: 2.05em;
  text-wrap: balance;
  color: color-mix(in srgb, currentColor 90%, transparent);
  font-weight: 400;
}
h2.small, .h2.small {
  font-size: 1.15em;
}
@media (width < 48rem) {
  h2.small, .h2.small {
    font-size: 1.15em;
  }
}
h2.large, .h2.large {
  font-size: 2.2em;
}
h2.xlarge, .h2.xlarge {
  font-size: 3em;
}
@media (width < 48rem) {
  h2.xlarge, .h2.xlarge {
    font-size: 2em;
  }
}
h2.blockHeading, .h2.blockHeading {
  font-family: var(--fontFamilyBase);
  text-transform: uppercase;
}

h3, .h3 {
  font-family: var(--fontFamilyAdditional);
  line-height: 1.1;
  margin: 0;
  margin-left: -0.05em;
  margin-bottom: 0.5em;
  font-size: 1.3em;
  text-wrap: balance;
  font-weight: 400;
}

h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--fontFamilyAdditional);
  line-height: 1.1;
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 1.1em;
  text-wrap: balance;
  font-weight: 400;
}

.textFormatting .is-small {
  font-size: 0.75em;
  line-height: 1.5;
  text-wrap: pretty;
}
.textFormatting .is-small:not(:last-child) {
  margin-bottom: 0.75em;
}
.textFormatting .is-large {
  opacity: 1;
  line-height: 1.35;
  color: #3F2021;
  text-wrap: pretty;
  font-weight: 500;
}
@media (width < 48rem) {
  .textFormatting .is-large {
    font-size: 1.2em;
  }
}
@media (width >= 48rem) {
  .textFormatting .is-large {
    font-size: 1.5em;
  }
}
.textFormatting .is-xlarge {
  font-family: var(--fontFamilyAdditional);
  opacity: 1;
  line-height: 1.125;
  color: #3F2021;
  text-wrap: pretty;
  font-weight: 500;
}
@media (width < 48rem) {
  .textFormatting .is-xlarge {
    font-size: 1.75em;
  }
}
@media (width >= 48rem) {
  .textFormatting .is-xlarge {
    font-size: 2.25em;
  }
}
.textFormatting h2:not(:first-child, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h3 + h2, h3 + h3, h3 + h4, h4 + h4), .textFormatting h3:not(:first-child, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h3 + h2, h3 + h3, h3 + h4, h4 + h4), .textFormatting h4:not(:first-child, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h3 + h2, h3 + h3, h3 + h4, h4 + h4), .textFormatting h5:not(:first-child, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h3 + h2, h3 + h3, h3 + h4, h4 + h4) {
  margin-top: 1.875em;
}
.textFormatting h2 a:not([href^="tel:"]), .textFormatting h3 a:not([href^="tel:"]), .textFormatting h4 a:not([href^="tel:"]), .textFormatting h5 a:not([href^="tel:"]) {
  text-decoration: underline;
}
.textFormatting p, .textFormatting ol, .textFormatting ul, .textFormatting table {
  color: color-mix(in srgb, currentColor 90%, transparent);
}
.textFormatting p:not(:last-child), .textFormatting ol:not(:last-child), .textFormatting ul:not(:last-child), .textFormatting table:not(:last-child) {
  margin-bottom: 1.5em;
}
.textFormatting p a:not([href^="tel:"], .button.solid, .button.pill, .button.round), .textFormatting ol a:not([href^="tel:"], .button.solid, .button.pill, .button.round), .textFormatting ul a:not([href^="tel:"], .button.solid, .button.pill, .button.round), .textFormatting table a:not([href^="tel:"], .button.solid, .button.pill, .button.round) {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, currentColor 40%, transparent);
  transition: all 0.15s ease-in-out 0s;
}
.textFormatting p a:not([href^="tel:"], .button.solid, .button.pill, .button.round):hover, .textFormatting ol a:not([href^="tel:"], .button.solid, .button.pill, .button.round):hover, .textFormatting ul a:not([href^="tel:"], .button.solid, .button.pill, .button.round):hover, .textFormatting table a:not([href^="tel:"], .button.solid, .button.pill, .button.round):hover {
  color: currentColor;
}
.black .textFormatting p a:not([href^="tel:"], .button.solid, .button.pill, .button.round):hover, .black .textFormatting ol a:not([href^="tel:"], .button.solid, .button.pill, .button.round):hover, .black .textFormatting ul a:not([href^="tel:"], .button.solid, .button.pill, .button.round):hover, .black .textFormatting table a:not([href^="tel:"], .button.solid, .button.pill, .button.round):hover {
  color: white;
}
.textFormatting ul:not([class]) {
  padding-left: 1.1em;
  margin-bottom: 1.5em !important;
}
.textFormatting ul:not([class]) li {
  margin-bottom: 0.25em;
  line-height: 1.2;
}
.textFormatting ol:not([class]) {
  padding-left: 1.3em;
  margin-bottom: 1.5em !important;
}
.textFormatting ol:not([class]) li {
  margin-bottom: 0.25em;
  line-height: 1.2;
}
.textFormatting table {
  margin-bottom: 3em !important;
}
@media (width < 48rem) {
  .textFormatting table {
    display: block;
    max-width: -moz-fit-content;
    max-width: fit-content;
    min-width: 100%;
    margin: 0 auto;
    overflow-x: auto;
  }
}

figure {
  position: relative;
  padding: 0;
  margin: 0;
}
figure .media {
  position: relative;
  overflow: hidden;
}
figure .media .autoplayVideo {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}
figure .media .autoplayVideo .poster {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
[data-low-power-mode] figure .media .autoplayVideo .poster {
  display: none;
}
figure .media .autoplayVideo .poster img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
figure .media .autoplayVideo iframe, figure .media .autoplayVideo video {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
figure .media .zoomButton {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
@media (width < 48rem) {
  figure .media .zoomButton.hide-onMobile {
    display: none;
  }
}
figure .media .zoomButton.no-zoom {
  display: none;
}
figure .media .zoomButton[data-cursor-icon=icon-zoom-in] {
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0.5em;
}
figure .media .zoomButton[data-cursor-icon=icon-zoom-in] svg {
  opacity: 0.25;
  width: 1.2em;
  height: 1.2em;
}
@media (hover: hover) and (pointer: fine) {
  figure .media .zoomButton[data-cursor-icon=icon-zoom-in] svg {
    display: none;
  }
}
figure video,
figure iframe {
  width: 100%;
}
figure figcaption.caption {
  margin: auto;
  color: color-mix(in srgb, currentColor 80%, transparent);
  line-height: 1.3;
  padding-top: 0.375em;
}
figure figcaption.caption span {
  display: block;
  font-size: 0.75em;
}
figure figcaption.copyright {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #ffffff;
  line-height: 1.3;
  padding: 0.3rem 0.5rem;
  text-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.2);
  transform-origin: left top;
  transform: rotate(-90deg) translateX(-100%);
  opacity: 0.75;
  font-size: clamp(0.5rem, 0.55em, 0.8rem);
}
figure figcaption.copyright span a {
  text-decoration: underline;
}
figure figcaption.copyright span + span {
  margin-left: 0.5em;
}

.missingImage {
  position: relative;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.missingImage img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.2;
  width: 70%;
  height: 100%;
}

.starBar[data-color=black] .stars {
  background: linear-gradient(#141313 0 0) 0/calc(var(--score, 0) / 2 * var(--starWidth)) 100% no-repeat rgba(20, 19, 19, 0.2);
}
.starBar[data-color=white] .stars {
  background: linear-gradient(#ffffff 0 0) 0/calc(var(--score, 0) / 2 * var(--starWidth)) 100% no-repeat rgba(255, 255, 255, 0.4);
}
.starBar[data-color=yellow] .stars {
  background: linear-gradient(#FFE955 0 0) 0/calc(var(--score, 0) / 2 * var(--starWidth)) 100% no-repeat rgba(255, 233, 85, 0.4);
}
@media (width <= 60rem) {
  .starBar[data-size=small] {
    font-size: 0.7em;
    --starWidth: 12px !important;
  }
}
@media (60rem <= width <= 68.75rem) {
  .starBar[data-size=small] {
    font-size: 0.75em;
    --starWidth: 15px !important;
  }
}
@media (width >= 68.75rem) {
  .starBar[data-size=small] {
    font-size: 0.8em;
    --starWidth: 18px !important;
  }
}
@media (width <= 60rem) {
  .starBar[data-size=medium] {
    font-size: 0.8em;
    --starWidth: 18px !important;
  }
}
@media (60rem <= width <= 68.75rem) {
  .starBar[data-size=medium] {
    font-size: 0.9em;
    --starWidth: 20px !important;
  }
}
@media (width >= 68.75rem) {
  .starBar[data-size=medium] {
    font-size: 1em;
    --starWidth: 24px !important;
  }
}
.starBar .stars {
  --starWidth: 1.3em;
  --starAmount: 5;
  width: calc(var(--starAmount) * var(--starWidth));
  height: calc(var(--starWidth) * 0.9);
  --v1: transparent, #000 0.5deg 108deg, #0000 109deg;
  --v2: transparent, #000 0.5deg 36deg, #0000 37deg;
  -webkit-mask: conic-gradient(from 54deg at calc(var(--starWidth) * 0.68) calc(var(--starWidth) * 0.57), var(--v1)), conic-gradient(from 90deg at calc(var(--starWidth) * 0.02) calc(var(--starWidth) * 0.34), var(--v2)), conic-gradient(from 126deg at calc(var(--starWidth) * 0.49) calc(var(--starWidth) * 0.69), var(--v1)), conic-gradient(from 162deg at calc(var(--starWidth) * 0.49) 0, var(--v2));
          mask: conic-gradient(from 54deg at calc(var(--starWidth) * 0.68) calc(var(--starWidth) * 0.57), var(--v1)), conic-gradient(from 90deg at calc(var(--starWidth) * 0.02) calc(var(--starWidth) * 0.34), var(--v2)), conic-gradient(from 126deg at calc(var(--starWidth) * 0.49) calc(var(--starWidth) * 0.69), var(--v1)), conic-gradient(from 162deg at calc(var(--starWidth) * 0.49) 0, var(--v2));
  -webkit-mask-size: var(--starWidth) var(--starWidth);
          mask-size: var(--starWidth) var(--starWidth);
  -webkit-mask-composite: xor, destination-over;
          mask-composite: xor, destination-over;
  -webkit-mask-composite: xor, source-over;
          mask-composite: exclude, add;
}

.appointmentFloater {
  position: fixed;
  z-index: 70;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
  transform: translateY(100%);
  transition: transform, 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (width < 48rem) {
  .appointmentFloater {
    display: none;
  }
}
@media (48rem <= width <= 68.75rem) {
  .appointmentFloater {
    padding-right: calc(4vw + 1em);
    padding-bottom: 1em;
  }
}
@media (width >= 68.75rem) {
  .appointmentFloater {
    padding-right: calc(2em + 1em);
    padding-bottom: 1em;
  }
}
.appointmentFloater.is-inviewport {
  transform: translateY(0);
}
.appointmentFloater .appointmentCircle {
  display: block;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  animation: rotateText 23s linear infinite;
  pointer-events: auto;
}

ul.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.checklist li {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27 9L14 23L7 16' stroke='%23000000' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: -0.2em 0.2em;
  padding-left: 1.4em;
  background-size: 1em 1em;
}

notification-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5em;
  margin: -0.2em 0 0 0.2em;
  width: 1.85em;
  height: 1.85em;
  border-radius: 3em;
  background: crimson;
  color: #ffffff;
  font-weight: 700;
}

.label {
  display: flex;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5em;
  padding: 0.4em 0.75em 0.6em 0.75em;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 600;
}
.label.mini {
  font-size: 0.5em !important;
}
.label.small {
  font-size: 0.6em !important;
}
.label.medium {
  font-size: 0.7em !important;
}
.label.large {
  font-size: 0.8em !important;
}
.label.black {
  background: #000000;
  color: #ffffff;
}
.label.gray {
  background: rgb(178.5, 178.5, 178.5);
  color: #ffffff;
}
.label.white {
  background: #ffffff;
  color: #000000;
}
.label.whiteAlpha {
  background: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}

.headingBar {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
.headingBar .containerMid,
.headingBar .containerInner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  width: 100%;
}
.headingBar h1, .headingBar .h1, .headingBar h2, .headingBar .h2, .headingBar h3, .headingBar .h3, .headingBar h4, .headingBar .h4, .headingBar h5, .headingBar .h5 {
  margin-bottom: 0;
  margin-right: auto;
}
.headingBar h1:empty, .headingBar .h1:empty, .headingBar h2:empty, .headingBar .h2:empty, .headingBar h3:empty, .headingBar .h3:empty, .headingBar h4:empty, .headingBar .h4:empty, .headingBar h5:empty, .headingBar .h5:empty {
  display: none;
}

.socialChannels ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  width: 100%;
}
.socialChannels ul li a {
  display: block;
  line-height: 1;
}

.socialShare.is-customShare ul li.is-nativeShare {
  display: none;
}
.socialShare.is-nativeShare ul li:not(.is-nativeShare) {
  display: none;
}
.socialShare ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.1em;
  width: 100%;
}
.socialShare ul li {
  margin: 0;
}
.socialShare ul li.is-hidden {
  display: none;
}
.socialShare ul li .button:not(.js-copylink) {
  cursor: alias;
}
@media (width < 48rem) {
  .socialShare ul li .button:not(.js-nativeShareButton) span {
    display: none;
  }
  .socialShare ul li .button:not(.js-nativeShareButton) svg {
    margin: 0;
    width: 1.6em;
    height: 1.6em;
  }
}
.socialShare ul li .js-copylink {
  cursor: copy;
}
.socialShare ul li .js-copylink:active {
  transform: scale(0.95);
}

@media (48rem <= width <= 60rem) {
  .newsBlock .cards .cardItem:last-child {
    display: none;
  }
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.pagination ul li {
  display: flex;
}
.pagination ul li:first-child {
  padding-right: 1.5em;
  margin-right: auto;
}
.pagination ul li:last-child {
  padding-left: 1.5em;
  margin-left: auto;
}
.pagination ul li a {
  font-size: 0.8em !important;
}
@media (width < 48rem) {
  .pagination ul li a {
    font-size: 0.8em !important;
  }
}
.pagination ul li a:not(.button) {
  display: block;
  padding: 0.5em;
}
@media (hover: hover) and (pointer: fine) {
  .pagination ul li a:not(.button):hover {
    text-decoration: underline;
  }
}
.pagination ul li a:not(.button) span {
  opacity: 0.5;
}
.pagination ul li a:not(.button).is-active {
  font-weight: 700;
}
.pagination ul li a:not(.button).is-active span {
  opacity: 1;
}

.breadcrumb + h1, .breadcrumb + h2, .breadcrumb + h3 {
  margin-top: 0 !important;
}
.breadcrumb ul, .breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 !important;
  margin-bottom: 0.5em !important;
}
.breadcrumb ul li, .breadcrumb ol li {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 0.5em;
  padding-left: 0 !important;
  color: rgba(0, 0, 0, 0.5);
}
.breadcrumb ul li:last-child a, .breadcrumb ol li:last-child a {
  text-decoration: none !important;
}
.breadcrumb ul li:last-child svg.icon-caret-right, .breadcrumb ol li:last-child svg.icon-caret-right {
  display: none;
}
.breadcrumb ul li a, .breadcrumb ol li a {
  color: rgba(0, 0, 0, 0.4);
  text-decoration: underline;
  transition: all 0.15s ease-in-out 0s;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb ul li a:hover, .breadcrumb ol li a:hover {
    color: black;
  }
}
.breadcrumb ul li svg.icon-caret-right, .breadcrumb ol li svg.icon-caret-right {
  width: 0.8em;
  height: 0.8em;
  margin: 0 0.25em;
  opacity: 0.5;
}

.noteBlock {
  border-radius: 0.3rem;
}
@media (width < 48rem) {
  .noteBlock {
    padding: 4vw;
  }
}
@media (width >= 48rem) {
  .noteBlock {
    padding: 1.5em;
  }
}
.noteBlock.white {
  background: #ffffff;
  border: 0.1em solid rgb(229.5, 229.5, 229.5);
}
.noteBlock.black {
  background: #000000;
}
.noteBlock.black.textFormatting h2, .noteBlock.black.textFormatting h3, .noteBlock.black.textFormatting h4, .noteBlock.black.textFormatting h5,
.noteBlock.black.textFormatting p, .noteBlock.black.textFormatting ol, .noteBlock.black.textFormatting ul, .noteBlock.black.textFormatting table {
  color: #ffffff;
}
.noteBlock.black.textFormatting a:not(.button.solid, .button.pill, .button.round) {
  color: #ffffff;
}
.noteBlock.black.textFormatting a:not(.button.solid, .button.pill, .button.round):hover {
  color: #ffffff;
}
.noteBlock.gray {
  background: rgb(242.25, 242.25, 242.25);
}
.noteBlock .block .container {
  padding: 0;
}
.noteBlock .block p, .noteBlock .block ol, .noteBlock .block ul, .noteBlock .block table {
  font-size: 0.9em;
  line-height: 1.35;
}
.noteBlock .block p:last-child, .noteBlock .block ol:last-child, .noteBlock .block ul:last-child, .noteBlock .block table:last-child {
  margin-bottom: 0;
}

.notificationBar {
  position: relative;
  display: flex;
  background: #fff3cd;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000000;
  padding: 0.5em;
  margin-inline: auto;
  width: auto;
}
.notificationBar[data-closeable=true] {
  display: none;
}
.notificationBar[data-closeable=true].is-shown {
  display: flex;
}
.notificationBar[data-closeable=true] .button.is-closeButton {
  display: flex;
  margin-left: 1em;
}
.notificationBar.inline {
  display: inline-flex;
  border-radius: 0.3rem;
}
.notificationBar.wide {
  width: 100%;
}
.notificationBar.wide .wrapper {
  margin-left: auto;
}
.notificationBar.wide .is-closeButton {
  margin-left: auto;
}
.notificationBar.float {
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 100;
  width: calc(100% - 0.6em);
  border-radius: 0.3rem;
  transform: translate(-50%, 0.3em);
}
@media (width < 48rem) {
  .notificationBar.float {
    width: calc(100% - 0.6em);
  }
  .notificationBar.float .wrapper .message {
    white-space: normal !important;
  }
  .notificationBar.float .wrapper .message:after {
    display: inline-block;
    height: 100%;
    width: 0.5em;
    content: "";
  }
}
.notificationBar .wrapper {
  margin-right: auto;
}
.notificationBar .wrapper .message {
  font-size: 0.7em;
  line-height: 1.2;
  width: 100%;
  text-wrap: balance;
}
.notificationBar .wrapper .message p:last-child {
  margin-bottom: 0;
}
.notificationBar .wrapper .message a {
  text-decoration: underline;
}
.notificationBar .wrapper .message svg {
  display: inline-block;
  vertical-align: middle;
  width: 1.4em;
  height: 1.4em;
  margin-right: 0.2em;
}
.notificationBar .button.is-closeButton {
  display: none;
}

.sideText {
  position: fixed;
  z-index: 200;
  top: 50%;
  left: 0;
  transform-origin: left top;
  transform: rotate(-90deg) translateX(-50%);
  color: #ffffff;
  mix-blend-mode: difference;
  line-height: 1;
  pointer-events: none;
}
@media (width < 48rem) {
  .sideText {
    display: none;
  }
}
@media (width >= 48rem) {
  .sideText {
    padding: 0.5vw;
  }
}
.sideText .text {
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
.sideText .text:before, .sideText .text:after {
  display: block;
  width: 2em;
  height: 0.05em;
  background: #ffffff;
  margin-inline: 0.5em;
  opacity: 0.5;
  content: "";
}

[data-tooltip-confirm],
[data-tooltip-top],
[data-tooltip-right],
[data-tooltip-bottom],
[data-tooltip-left] {
  position: relative;
}
[data-tooltip-confirm]:before, [data-tooltip-confirm]:after,
[data-tooltip-top]:before,
[data-tooltip-top]:after,
[data-tooltip-right]:before,
[data-tooltip-right]:after,
[data-tooltip-bottom]:before,
[data-tooltip-bottom]:after,
[data-tooltip-left]:before,
[data-tooltip-left]:after {
  position: absolute;
  z-index: 10;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
[data-tooltip-confirm]:before,
[data-tooltip-top]:before,
[data-tooltip-right]:before,
[data-tooltip-bottom]:before,
[data-tooltip-left]:before {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.3rem;
  border: 0.1em solid rgba(0, 0, 0, 0.1);
  padding: 0.5em 1em 0.7em;
  box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
[data-tooltip-confirm]:after,
[data-tooltip-top]:after,
[data-tooltip-right]:after,
[data-tooltip-bottom]:after,
[data-tooltip-left]:after {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
[data-tooltip-confirm]:not([data-tooltip-confirm]):hover:before, [data-tooltip-confirm]:not([data-tooltip-confirm]):hover:after, [data-tooltip-confirm]:not([data-tooltip-confirm]):focus:before, [data-tooltip-confirm]:not([data-tooltip-confirm]):focus:after,
[data-tooltip-top]:not([data-tooltip-confirm]):hover:before,
[data-tooltip-top]:not([data-tooltip-confirm]):hover:after,
[data-tooltip-top]:not([data-tooltip-confirm]):focus:before,
[data-tooltip-top]:not([data-tooltip-confirm]):focus:after,
[data-tooltip-right]:not([data-tooltip-confirm]):hover:before,
[data-tooltip-right]:not([data-tooltip-confirm]):hover:after,
[data-tooltip-right]:not([data-tooltip-confirm]):focus:before,
[data-tooltip-right]:not([data-tooltip-confirm]):focus:after,
[data-tooltip-bottom]:not([data-tooltip-confirm]):hover:before,
[data-tooltip-bottom]:not([data-tooltip-confirm]):hover:after,
[data-tooltip-bottom]:not([data-tooltip-confirm]):focus:before,
[data-tooltip-bottom]:not([data-tooltip-confirm]):focus:after,
[data-tooltip-left]:not([data-tooltip-confirm]):hover:before,
[data-tooltip-left]:not([data-tooltip-confirm]):hover:after,
[data-tooltip-left]:not([data-tooltip-confirm]):focus:before,
[data-tooltip-left]:not([data-tooltip-confirm]):focus:after {
  z-index: 11;
  visibility: visible;
  opacity: 1;
}

[data-tooltip-confirm]:before {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -0.4em);
  opacity: 0;
  content: attr(data-tooltip-confirm);
  transition: all 0.15s ease-in-out 0s;
}
[data-tooltip-confirm].show-confirm-tooltip:before {
  z-index: 11;
  visibility: visible;
  transform: translate(-50%, -0.8em);
  opacity: 1;
}

[data-tooltip-top]:before {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -0.72em);
  content: attr(data-tooltip-top);
}
[data-tooltip-top]:after {
  bottom: 100%;
  left: 50%;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  transform: translate(-50%, -0.2em);
}

[data-tooltip-bottom]:before {
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0.72em);
  content: attr(data-tooltip-bottom);
}
[data-tooltip-bottom]:after {
  top: 100%;
  left: 50%;
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  transform: translate(-50%, 0.2em);
}

[data-tooltip-left]:before {
  top: 50%;
  right: 100%;
  transform: translate(-0.72em, -50%);
  content: attr(data-tooltip-left);
}
[data-tooltip-left]:after {
  top: 50%;
  right: 100%;
  border-width: 0.4em 0 0.4em 0.4em;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
  transform: translate(-0.2em, -50%);
}

[data-tooltip-right]:before {
  top: 50%;
  left: 100%;
  transform: translate(0.72em, -50%);
  content: attr(data-tooltip-right);
}
[data-tooltip-right]:after {
  top: 50%;
  left: 100%;
  border-width: 0.4em 0.4em 0.4em 0;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
  transform: translate(0.2em, -50%);
}

.floaterBlock {
  position: fixed;
  z-index: 70;
  right: 0.5em;
  bottom: 0.5em;
}
.floaterBlock .contactButton .dropdown .dropdownMenu {
  padding: 1.5em;
  font-size: 0.7em;
}
.floaterBlock .contactButton .dropdown .dropdownMenu p {
  margin-bottom: 1em;
}

.dropdowns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 0.5em;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown:focus-within.top .dropdownMenu {
  bottom: 100%;
}
.dropdown:focus-within.left .dropdownMenu {
  left: 0;
}
.dropdown:focus-within.right .dropdownMenu {
  right: 0;
}
.dropdown:focus-within .clickThroughStop {
  pointer-events: auto;
}
.dropdown:focus-within .dropdownMenu {
  display: block;
}
.dropdown > .button:focus {
  pointer-events: none !important;
}
.dropdown .clickThroughStop {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 1;
  pointer-events: none;
  cursor: pointer;
}
.dropdown .dropdownMenu {
  display: none;
  position: absolute;
  z-index: 1;
  background: #ffffff;
  min-width: 100%;
  padding: 0.25em;
  margin: 0.1em 0;
  align-items: flex-start;
  border: 0.1em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.3rem;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
}
.dropdown .dropdownMenu:focus {
  outline-width: 0 !important;
  outline: none !important;
}
.dropdown .dropdownMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown .dropdownMenu ul li:not(:last-child) {
  margin-bottom: 0.25em;
}
.dropdown .dropdownMenu ul li.line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0.1em solid rgba(0, 0, 0, 0.1);
}
.dropdown .dropdownMenu ul li.line span {
  width: 100%;
  height: 0.05em;
  background: rgb(229.5, 229.5, 229.5);
}
.dropdown .dropdownMenu ul li .button {
  width: 100%;
  white-space: nowrap;
}

[class^=icon-]:not([class^=icon--]),
[class*=" icon-"]:not([class^=icon--]) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7em;
  height: 1.7em;
  fill: currentColor;
}
[class^=icon-]:not([class^=icon--]) symbol,
[class*=" icon-"]:not([class^=icon--]) symbol {
  width: auto !important;
  height: auto !important;
}

.button {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  gap: 0.5em;
  border: 2px solid transparent;
  line-height: 1.1 !important;
  max-width: 100%;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  text-align: left;
  transition: all 0.15s ease-in-out 0s;
}
.button[disabled], .button.is-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed !important;
}
.button [data-secondary] {
  display: none;
}
.button input {
  margin-inline: -0.25em !important;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover.textual:before {
    opacity: 0;
  }
  .button:hover.textual:after {
    transform: scaleX(1);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .button:hover svg[class$=-right] {
    transform: translateX(0.15em);
  }
  .button:hover svg[class$=-left] {
    transform: translateX(-0.15em);
  }
  .button:hover svg[class$=-up] {
    transform: translateY(-0.15em);
  }
  .button:hover svg[class$=-down] {
    transform: translateY(0.15em);
  }
}
.button:active {
  transition: all 0;
  transform: translateY(0.04em);
}
.button.rectangular, .button.pill {
  align-items: flex-start;
  justify-content: center;
  border-radius: 0;
  padding-inline: 1em;
  padding-top: 0.75em;
  padding-bottom: calc(1em + 0.15lh);
  text-transform: uppercase;
  border-radius: 0.2em;
  font-weight: 600;
}
.button.rectangular span, .button.pill span {
  margin-bottom: 0.125lh;
}
.button.rectangular svg, .button.pill svg {
  width: 1.2em;
  height: 1.2em;
  margin-block: -0.1em;
  transition: all 0.15s ease-in-out 0s;
}
.button.rectangular svg:first-child, .button.pill svg:first-child {
  margin-left: -0.25em;
}
.button.rectangular svg:last-child, .button.pill svg:last-child {
  margin-right: -0.25em;
}
.button.rectangular svg[class$=-right], .button.rectangular svg[class$=-left], .button.rectangular svg[class$=-up], .button.rectangular svg[class$=-down], .button.pill svg[class$=-right], .button.pill svg[class$=-left], .button.pill svg[class$=-up], .button.pill svg[class$=-down] {
  width: 1.1em;
  height: 1.1em;
  margin-block: 0 !important;
}
.button.rectangular:not(.rectangular), .button.pill:not(.rectangular) {
  border-radius: 10em;
  padding-inline: 1.25em;
}
.button.rectangular.spaced, .button.pill.spaced {
  gap: 2em;
}
.button.rectangular.mini, .button.pill.mini {
  font-size: 0.6rem !important;
}
.button.rectangular.small, .button.pill.small {
  font-size: 0.7rem !important;
}
.button.rectangular.medium, .button.pill.medium {
  font-size: 0.9rem !important;
}
.button.rectangular.large, .button.pill.large {
  font-size: 1.2rem !important;
}
.button.rectangular.is-alignLeft, .button.pill.is-alignLeft {
  justify-content: space-between;
}
.button.rectangular.fullWidth, .button.pill.fullWidth {
  width: 100%;
}
@media (width < 48rem) {
  .button.rectangular.fullWidthMini, .button.pill.fullWidthMini {
    width: 100%;
  }
}
@media (48rem <= width <= 60rem) {
  .button.rectangular.fullWidthSmall, .button.pill.fullWidthSmall {
    width: 100%;
  }
}
.button.textual {
  align-items: flex-start;
  justify-content: flex-start;
  border: none;
  padding-block: 0.75em;
  font-weight: 600;
}
.button.textual:before, .button.textual:after {
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left;
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  content: "";
}
.button.textual:after {
  transform: scaleX(0);
  will-change: transform;
}
.button.textual span {
  text-transform: uppercase;
  letter-spacing: 0.02em;
  transition: all 0.15s ease-in-out 0s;
}
.button.textual svg {
  width: 1.2em;
  height: 1.2em;
  transition: all 0.15s ease-in-out 0s;
}
.button.textual svg[class$=-right], .button.textual svg[class$=-left], .button.textual svg[class$=-up], .button.textual svg[class$=-down] {
  width: 1.1em;
  height: 1.1em;
}
.button.textual svg:first-child {
  margin-left: -0.15em !important;
}
.button.textual.mini {
  font-size: 0.5em !important;
}
.button.textual.small {
  font-size: 0.6em !important;
}
.button.textual.medium {
  font-size: 0.65em !important;
}
.button.textual.large {
  font-size: 1em !important;
}
.button.round, .button.square {
  align-items: center;
  justify-content: center;
}
.button.round:not(.square), .button.square:not(.square) {
  border-radius: 50%;
}
.button.round:not(.round), .button.square:not(.round) {
  border-radius: 0.3rem;
}
.button.round svg, .button.square svg {
  width: 60%;
  height: 60%;
  transition: all 0.15s ease-in-out 0s;
}
.button.round svg.icon-solid-play, .button.square svg.icon-solid-play {
  margin-left: 0.15em;
}
.button.round.mini, .button.square.mini {
  width: 1.25em;
  height: 1.25em;
}
.button.round.small, .button.square.small {
  width: 1.5em;
  height: 1.5em;
}
.button.round.medium, .button.square.medium {
  width: 2em;
  height: 2em;
}
.button.round.large, .button.square.large {
  width: 3em;
  height: 3em;
}
.button.solid.black {
  background: #000000;
  color: #ffffff;
}
.button.solid.black:hover {
  background: rgb(25.5, 25.5, 25.5);
}
.button.solid.black:active, .button.solid.black.is-active {
  background: #333333;
}
.button.solid.white {
  background: #ffffff;
  color: #000000;
}
.button.solid.white:hover {
  background: white;
}
.button.solid.white:active, .button.solid.white.is-active {
  background: white;
}
.button.solid.gray {
  background: #999999;
  color: #ffffff;
}
.button.solid.gray:hover {
  background: rgb(127.5, 127.5, 127.5);
}
.button.solid.gray:active, .button.solid.gray.is-active {
  background: rgb(127.5, 127.5, 127.5);
}
.button.solid.whiteAlpha {
  background: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.button.solid.whiteAlpha:hover {
  background: rgba(255, 255, 255, 0.5);
}
.button.solid.whiteAlpha:active, .button.solid.whiteAlpha.is-active {
  background: rgba(255, 255, 255, 0.6);
}
.button.ghost {
  background: none;
}
.button.ghost.black {
  color: #000000;
  border-color: #000000;
}
.button.ghost.black:hover {
  background: rgba(0, 0, 0, 0.05);
}
.button.ghost.black:active, .button.ghost.black.is-active {
  background: rgba(0, 0, 0, 0.1);
}
.button.ghost.white {
  color: #ffffff;
  border-color: #ffffff;
}
.button.ghost.white:hover {
  background: rgba(255, 255, 255, 0.2);
}
.button.ghost.white:active, .button.ghost.white.is-active {
  background: rgba(255, 255, 255, 0.3);
}
.button.ghost.gray {
  color: rgb(127.5, 127.5, 127.5);
  border-color: rgb(127.5, 127.5, 127.5);
}
.button.ghost.gray:hover {
  background: rgb(242.25, 242.25, 242.25);
}
.button.ghost.gray:active, .button.ghost.gray.is-active {
  background: rgb(229.5, 229.5, 229.5);
}
.button.ghost.whiteAlpha {
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.button.ghost.whiteAlpha:hover {
  background: rgba(255, 255, 255, 0.2);
}
.button.ghost.whiteAlpha:active, .button.ghost.whiteAlpha.is-active {
  background: rgba(255, 255, 255, 0.3);
}
.button.textual.black {
  color: #000000;
}
.button.textual.gray {
  color: rgb(127.5, 127.5, 127.5);
}
.button.textual.white {
  color: #ffffff;
}
.button.textual.whiteAlpha {
  color: rgba(255, 255, 255, 0.4);
}
.button.textual.yellow {
  color: #FFE955;
}
.button.facebookColor {
  background: #4267B2;
  color: #ffffff;
}
.button.facebookColor:hover {
  background: rgb(59.1024590164, 92.2356557377, 159.3975409836);
}
.button.twitterColor {
  background: #1DA1F2;
  color: #ffffff;
}
.button.twitterColor:hover {
  background: rgb(13.3535564854, 148.9435146444, 232.1464435146);
}
.button.emailColor {
  background: #C5221E;
  color: #ffffff;
}
.button.emailColor:hover {
  background: rgb(174.8700440529, 30.1806167401, 26.6299559471);
}
.button.linkedinColor {
  background: #0077b5;
  color: #ffffff;
}
.button.linkedinColor:hover {
  background: rgb(0, 102.2348066298, 155.5);
}
.button.pinterestColor {
  background: #e60023;
  color: #ffffff;
}
.button.pinterestColor:hover {
  background: rgb(204.5, 0, 31.1195652174);
}
.button.whatsappColor {
  background: #26B43D;
  color: #ffffff;
}
.button.whatsappColor:hover {
  background: rgb(33.5550458716, 158.9449541284, 53.8646788991);
}

:focus {
  outline: none;
}

a:focus-visible,
button:focus-visible,
input:not([disabled]):focus-visible,
select:not([disabled]):focus-visible,
textarea:not([disabled]):focus-visible,
summary:focus-visible,
a:focus-visible {
  outline: 0.15rem solid #89764b;
  outline-offset: var(--outline-offset, 0.1em);
  border-radius: 0.2em;
}

[tabindex]:not(body):not([tabindex="-1"], .popup .window .closeButton):focus-visible {
  outline: 0.15rem solid rgba(137, 118, 75, 0.5);
  outline-offset: var(--outline-offset, 0.1em);
  border-radius: 0.2em;
}

.skiplink a {
  position: absolute;
  z-index: 140;
  left: -100vw;
  top: 0;
  margin: 0.2em 0 0 0.2em;
  transition: none;
}
.skiplink a:focus {
  left: 0 !important;
}

.container {
  width: 100%;
  margin-inline: auto;
}
@media (width <= 68.75rem) {
  .container {
    padding-inline: 4vw;
  }
}
@media (width >= 68.75rem) {
  .container {
    padding-inline: 2em;
  }
}

.containerMid {
  width: 100%;
  max-width: 60rem;
}
.alignCenter .containerMid {
  margin-inline: auto;
}

.containerInner {
  width: 100%;
  max-width: 65ch;
}
.alignCenter .containerInner {
  margin-inline: auto;
}

@keyframes arrowBounce {
  0% {
    transform: translateY(-25%);
  }
  50% {
    transform: translateY(25%);
  }
  100% {
    transform: translateY(-25%);
  }
}
@keyframes rotateText {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
:root {
  interpolate-size: allow-keywords;
}

@view-transition {
  navigation: auto;
}
html body {
  display: flex;
  flex-direction: column;
  color: #141313;
  background: #ffffff;
  min-height: 100vh;
}
html body *[id] {
  scroll-margin-top: var(--scrollMarginTop);
}
html body ::-moz-selection {
  background: rgba(20, 19, 19, 0.75);
  color: #ffffff;
}
html body ::selection {
  background: rgba(20, 19, 19, 0.75);
  color: #ffffff;
}

*, *:before, *:after {
  box-sizing: border-box;
}

strong, b {
  font-weight: 700;
}

button {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

a, button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-underline-offset: 0.4em;
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  width: 100%;
  height: auto;
}

iframe {
  border: none;
}

hr {
  border: none;
  width: 100%;
  border-top: 0.1em solid rgba(20, 19, 19, 0.075);
  margin: 4.5em 0;
}
@media (width < 48rem) {
  hr {
    margin-block: 3.375em;
  }
}
@media (width >= 48rem) {
  hr {
    margin-block: 4.5em;
  }
}

p {
  margin: 0 0 1.5em 0;
}

address {
  font-style: normal;
}

table {
  margin: 0;
  vertical-align: top;
  text-align: left;
}
table > * > * > * {
  padding: 0.15em 1.5em 0.15em 0;
}
table > tbody {
  vertical-align: inherit;
}
table > thead {
  vertical-align: bottom;
}

.has-noMargin {
  margin-bottom: 0;
}

@media (width < 48rem) {
  .has-noMarginOnMobile {
    margin-bottom: 0 !important;
  }
}

.has-miniMargin:not(:last-child) {
  margin-bottom: 1.125em;
}
@media (width < 48rem) {
  .has-miniMargin:not(:last-child) {
    margin-bottom: 4vw;
  }
}

.has-lessMargin:not(:last-child) {
  margin-bottom: 2.25em;
}

@media (width < 48rem) {
  .has-margin:not(:last-child) {
    margin-bottom: 3.375em;
  }
}
@media (width >= 48rem) {
  .has-margin:not(:last-child) {
    margin-bottom: 4.5em;
  }
}

@media (width < 48rem) {
  .has-moreMargin:not(:last-child) {
    margin-bottom: 4.5em;
  }
}
@media (width >= 48rem) {
  .has-moreMargin:not(:last-child) {
    margin-bottom: 6.75em;
  }
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

@media (width >= 48rem) {
  .is-centered,
  .is-centered .textFormatting {
    text-align: center;
  }
  .is-centered .containerMid,
  .is-centered .containerInner,
  .is-centered .textFormatting .containerMid,
  .is-centered .textFormatting .containerInner {
    margin-inline: auto;
  }
  .is-centered ol.breadcrumb,
  .is-centered .textFormatting ol.breadcrumb {
    justify-content: center;
  }
  .is-centered ol:not(.breadcrumb),
  .is-centered .textFormatting ol:not(.breadcrumb) {
    margin-inline: auto;
    list-style-position: inside;
  }
  .is-centered ul,
  .is-centered .textFormatting ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .is-centered table,
  .is-centered .textFormatting table {
    width: auto;
    margin-inline: auto;
    margin-bottom: 4.5em;
  }
  .is-centered .flowInline, .is-centered.flowInline,
  .is-centered .textFormatting .flowInline,
  .is-centered .textFormatting.flowInline {
    justify-content: center;
  }
}

@media (width < 48rem) {
  .is-centeredMobile,
  .is-centeredMobile .textFormatting {
    text-align: center;
  }
  .is-centeredMobile .breadcrumb ol,
  .is-centeredMobile .textFormatting .breadcrumb ol {
    justify-content: center;
  }
  .is-centeredMobile ol:not(.breadcrumbItems),
  .is-centeredMobile .textFormatting ol:not(.breadcrumbItems) {
    margin-inline: auto;
    list-style-position: inside;
  }
  .is-centeredMobile ul,
  .is-centeredMobile .textFormatting ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .is-centeredMobile table,
  .is-centeredMobile .textFormatting table {
    width: auto;
    margin-inline: auto;
    margin-bottom: 4.5em;
  }
  .is-centeredMobile .flowInline, .is-centeredMobile.flowInline,
  .is-centeredMobile .textFormatting .flowInline,
  .is-centeredMobile .textFormatting.flowInline {
    justify-content: center;
  }
}

.flowInline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 0.5em;
}
.flowInline .button.textual {
  margin-right: 1em;
  margin-bottom: 0.2em;
}
.flowInline .button.rectangular + .button.textual {
  margin-left: 1em;
}

.flowStacked {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 0.5em;
}
.flowStacked .button.textual {
  margin-bottom: 0.5em;
}
.flowStacked .button.rectangular + .button.textual {
  margin-top: 0.5em;
}

.spacerTiny {
  width: 100% !important;
  height: 0.5625em;
}

.spacerMini {
  width: 100% !important;
  height: 1.125em;
}

.spacerSmall {
  width: 100% !important;
  height: 2.25em;
}

.spacerMedium {
  width: 100% !important;
  height: 3.375em;
}

.spacerLarge {
  width: 100% !important;
  height: 4.5em;
}

.spacerXlarge {
  width: 100% !important;
  height: 9em;
}

:root {
  --headerHeightCalculated: 0;
  --scrollMarginTop: 40;
}
@media (width < 48rem) {
  :root {
    --headerTopbarHeight: 1.75em;
    --headerMainbarHeight: 4em;
  }
}
@media (width >= 48rem) {
  :root {
    --headerTopbarHeight: 2em;
    --headerMainbarHeight: 6em;
  }
}

body:has(.hero.highlight) header.header,
html[data-navigation] header.header {
  color: #ffffff;
}
body:has(.hero.highlight) header.header .mainBar .brand .logo img,
html[data-navigation] header.header .mainBar .brand .logo img {
  filter: invert(1) brightness(1);
}

html[data-navigation] header.header {
  background-image: linear-gradient(rgba(20, 19, 19, 0.75) 75%, rgba(20, 19, 19, 0));
}

header.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
header.header .topBar {
  background: #141313;
  color: #ffffff;
  height: var(--headerTopbarHeight);
}
header.header .topBar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 1em;
  height: 100%;
  padding-inline: 1em;
  max-width: none;
  line-height: 1;
}
header.header .topBar .container > div {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
@media (width < 48rem) {
  header.header .topBar .container > div {
    width: 100%;
    font-size: 0.55em;
  }
}
@media (48rem <= width <= 60rem) {
  header.header .topBar .container > div {
    font-size: 0.55em;
  }
}
@media (width >= 60rem) {
  header.header .topBar .container > div {
    width: 33.3333333333%;
    font-size: 0.55em;
  }
}
header.header .topBar .container .reviews {
  justify-content: flex-start;
  gap: 0.5em;
}
@media (width < 48rem) {
  header.header .topBar .container .reviews {
    display: none;
  }
}
@media (48rem <= width <= 60rem) {
  header.header .topBar .container .reviews {
    width: 25%;
  }
}
header.header .topBar .container .usp {
  justify-content: center;
  text-align: center;
}
@media (48rem <= width <= 60rem) {
  header.header .topBar .container .usp {
    width: 50%;
  }
}
header.header .topBar .container .usp a {
  transition: color 0.15s ease-in-out 0s;
}
@media (width < 48rem) {
  header.header .topBar .container .usp a {
    display: block;
  }
}
header.header .topBar .container .usp a:hover {
  color: #FFE955;
}
header.header .topBar .container .contact {
  justify-content: flex-end;
}
@media (width < 48rem) {
  header.header .topBar .container .contact {
    display: none;
  }
}
@media (48rem <= width <= 60rem) {
  header.header .topBar .container .contact {
    width: 25%;
  }
}
header.header .topBar .container .contact a {
  color: #FFE955;
}
header.header .topBar .container .contact a:hover .phoneNumber {
  text-decoration: underline;
}
@media (48rem <= width <= 60rem) {
  header.header .topBar .container .contact a .text {
    display: none;
  }
}
header.header .mainBar {
  height: var(--headerMainbarHeight);
}
header.header .mainBar .container {
  position: relative;
  display: flex;
  align-items: center;
  max-width: none;
  height: 100%;
  line-height: 1;
}
@media (width < 48rem) {
  header.header .mainBar .container {
    justify-content: flex-end;
    gap: 0.5em;
    width: 100%;
  }
}
@media (width >= 48rem) {
  header.header .mainBar .container {
    justify-content: flex-end;
    gap: 1em;
  }
}
header.header .mainBar .container .brand {
  position: absolute;
  flex: 0 0 auto;
  cursor: pointer;
}
@media (width < 48rem) {
  header.header .mainBar .container .brand {
    width: 10em;
    left: 4vw;
  }
}
@media (48rem <= width <= 60rem) {
  header.header .mainBar .container .brand {
    width: 15em;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (width >= 60rem) {
  header.header .mainBar .container .brand {
    width: 17em;
    right: 50%;
    transform: translateX(50%);
  }
}
header.header .mainBar .container .brand .logo {
  position: relative;
  display: block;
}
header.header .mainBar .container .brand .logo img {
  display: block;
}
header.header .mainBar .container .language {
  color: currentColor;
}
header.header .mainBar .container .language ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  line-height: 1;
}
header.header .mainBar .container .language ul li {
  font-size: 0.7em;
}
header.header .mainBar .container .language ul li a {
  display: block;
  padding: 0.75em 0.5em;
  margin-top: -0.15em;
  opacity: 0.5;
  transition: all 0.15s ease-in-out 0s;
}
header.header .mainBar .container .language ul li a.is-active {
  opacity: 1;
  text-decoration: none !important;
  font-weight: 700;
}
header.header .mainBar .container .language ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
header.header .mainBar .container .language ul li .divider {
  display: block;
  background-color: currentColor;
  width: 1px;
  height: 1em;
  opacity: 0.5;
}
header.header .mainBar .container .menuButton {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding-block: 0.5em;
  color: currentColor;
}
header.header .mainBar .container .menuButton:hover .text {
  opacity: 1;
  text-decoration: underline;
}
header.header .mainBar .container .menuButton .text {
  text-transform: uppercase;
  font-size: 0.7em;
  opacity: 0.75;
  margin-top: -0.15em;
  transition: all 0.15s ease-in-out 0s;
  font-weight: 700;
}
header.header .mainBar .container .menuButton .hamburger {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  width: 1.25em;
}
header.header .mainBar .container .menuButton .hamburger span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: currentColor;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
[data-navigation] header.header .mainBar .container .menuButton .hamburger {
  color: #FFE955;
}
[data-navigation] header.header .mainBar .container .menuButton .hamburger span:nth-child(1) {
  transform: rotate(45deg) translateY(calc(0.2em + 3.75px));
}
[data-navigation] header.header .mainBar .container .menuButton .hamburger span:nth-child(2) {
  opacity: 0;
}
[data-navigation] header.header .mainBar .container .menuButton .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(calc(-0.2em - 3.75px));
}

.spyNav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.spyNav li {
  margin-bottom: 0.2em;
}
.spyNav li .button {
  width: 100%;
}
.spyNav li .button.is-active {
  font-weight: 700;
}
.spyNav .spyLink.is-active {
  font-weight: 700;
}

.floatingNav {
  position: fixed;
  right: 0.25em;
  top: 50%;
  transform: translateY(-50%);
}
.floatingNav nav .spyNav .spyLink.is-active {
  background: red;
}

html[data-navigation] {
  overflow: hidden;
}
html[data-navigation] .navigationBlock {
  pointer-events: auto;
  opacity: 1;
}

.navigationBlock {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  height: 100svh;
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  background: #141313;
  color: #ffffff;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.navigationBlock .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  padding-top: calc(var(--headerTopbarHeight) + var(--headerMainbarHeight) + 2.5vh);
  max-width: 60em;
}
@media (width <= 60rem) {
  .navigationBlock .container {
    gap: 4vw;
    padding-bottom: 7em;
  }
}
@media (60rem <= width <= 68.75rem) {
  .navigationBlock .container {
    gap: 4vw;
    padding-bottom: 5vh;
  }
}
@media (width >= 68.75rem) {
  .navigationBlock .container {
    gap: 2em;
    padding-bottom: 5vh;
  }
}
.navigationBlock .container .visual {
  height: 100%;
  flex-shrink: 1;
  min-width: 20em;
  max-width: 50vw;
}
@media (width <= 60rem) {
  .navigationBlock .container .visual {
    display: none;
  }
}
.navigationBlock .container .visual figure {
  height: 100%;
}
.navigationBlock .container .visual figure .media {
  height: 100%;
}
.navigationBlock .container .visual figure .media picture {
  height: 100%;
}
.navigationBlock .container .visual figure .media picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.navigationBlock .container .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  height: 100%;
  white-space: nowrap;
}
@media (width <= 60rem) {
  .navigationBlock .container .content {
    gap: 4vw;
  }
}
@media (60rem <= width <= 68.75rem) {
  .navigationBlock .container .content {
    gap: 8vw;
  }
}
@media (width >= 68.75rem) {
  .navigationBlock .container .content {
    gap: 4em;
  }
}
.navigationBlock .container .content a:not(.button) {
  font-size: 0.85em;
  color: color-mix(in srgb, currentColor 75%, transparent);
  transition: all 0.15s ease-in-out 0s;
}
@media (hover: hover) and (pointer: fine) {
  .navigationBlock .container .content a:not(.button):hover {
    text-decoration: underline;
    color: color-mix(in srgb, currentColor 100%, transparent);
  }
}
.navigationBlock .container .content a:not(.button).is-active {
  color: color-mix(in srgb, currentColor 100%, transparent);
  font-weight: 700;
}
.navigationBlock .container .content .navigation {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
@media (width <= 60rem) {
  .navigationBlock .container .content .navigation {
    justify-content: center;
    margin-bottom: 1em;
    text-align: center;
  }
}
@media (width >= 60rem) {
  .navigationBlock .container .content .navigation {
    justify-content: flex-start;
  }
}
.navigationBlock .container .content .navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (width <= 60rem) {
  .navigationBlock .container .content .navigation ul {
    font-size: 1.2em;
  }
}
@media (width >= 60rem) {
  .navigationBlock .container .content .navigation ul {
    font-size: 1em;
  }
}
.navigationBlock .container .content .navigation ul.sectors {
  color: #FFE955;
}
@media (width <= 60rem) {
  .navigationBlock .container .content .navigation ul.sectors {
    font-size: 1.1em;
  }
}
@media (width >= 60rem) {
  .navigationBlock .container .content .navigation ul.sectors {
    font-size: 0.9em;
  }
}
.navigationBlock .container .content .navigation ul li {
  margin-bottom: 0.25em;
}
.navigationBlock .container .content .appointment {
  display: flex;
  width: 100%;
}
@media (width <= 60rem) {
  .navigationBlock .container .content .appointment {
    justify-content: center;
  }
}
.navigationBlock .container .content .appointment.is-inviewport {
  transform: translateY(0);
}
.navigationBlock .container .content .appointment .appointmentCircle {
  display: block;
  width: 8em;
  height: 8em;
  border-radius: 50%;
  animation: rotateText 23s linear infinite;
}

footer.footer {
  position: relative;
  z-index: 75;
  margin-top: 6.75em;
  background-color: #3F2021;
}
footer.footer .footerTop {
  color: #FFE955;
  padding-block: 4.5em;
}
@media (width < 48rem) {
  footer.footer .footerTop .block {
    width: 100%;
  }
}
@media (width >= 48rem) {
  footer.footer .footerTop .block {
    width: 50%;
  }
}
footer.footer .footerTop .block .fui-i .fui-alert-error {
  padding: 0 !important;
  background: none !important;
  color: #ffffff;
}
footer.footer .footerTop .block .fui-i .fui-alert-error p {
  margin: 0;
}
footer.footer .footerTop .block .fui-i .fui-error-message {
  color: #FFE955;
}
footer.footer .footerTop .block .fui-i form .fui-page {
  position: relative;
}
footer.footer .footerTop .block .fui-i form .fui-page .fui-input-wrapper input {
  background: none;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 233, 85, 0.5);
  padding-left: 0;
  padding-bottom: 1em;
  color: #FFE955;
}
footer.footer .footerTop .block .fui-i form .fui-page .fui-input-wrapper input::-moz-placeholder {
  color: rgba(255, 233, 85, 0.65);
}
footer.footer .footerTop .block .fui-i form .fui-page .fui-input-wrapper input::placeholder {
  color: rgba(255, 233, 85, 0.65);
}
footer.footer .footerTop .block .fui-i form .fui-page .fui-input-wrapper input:focus {
  background: none;
  border-bottom: 1px solid #FFE955;
  box-shadow: none;
  outline: none;
}
footer.footer .footerTop .block .fui-i form .fui-page .fui-input-wrapper input:-webkit-autofill {
  background-color: none !important;
  /* Or use box-shadow if bg-color doesn’t work */
  -webkit-box-shadow: 0 0 0 1000px #3F2021 inset !important;
  -webkit-text-fill-color: #FFE955 !important;
}
footer.footer .footerTop .block .fui-i form .fui-page .fui-input-wrapper input:-internal-autofill-selected {
  border-bottom: 1px solid #FFE955;
}
footer.footer .footerTop .block .fui-i form .fui-page .fui-btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
footer.footer .footerTop .block .fui-i form .fui-page .fui-btn-wrapper button {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  background: transparent !important;
  border: 0 !important;
  padding: 0em 0.25em 0.5em 0.5em !important;
  opacity: 0.5;
  color: #FFE955;
  font-size: 2em;
  line-height: 1;
}
footer.footer .footerTop .block .fui-i form .fui-page .fui-btn-wrapper button:focus {
  background: none;
  border: 0 !important;
  box-shadow: none;
  outline: none;
}
footer.footer .footerTop .block .fui-i form .fui-page .fui-btn-wrapper button:hover {
  opacity: 1 !important;
}
footer.footer .footerTop .block .fui-i form .fui-page .fui-btn-wrapper button svg {
  color: #FFE955;
  fill: #FFE955 !important;
}
footer.footer .footerMid {
  color: #ffffff;
}
@media (width < 48rem) {
  footer.footer .footerMid {
    padding-bottom: 2.25em;
  }
}
@media (width >= 48rem) {
  footer.footer .footerMid {
    padding-bottom: 2.25em;
  }
}
footer.footer .footerMid .columns {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer.footer .footerMid .columns .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-right: 2em;
}
@media (width < 48rem) {
  footer.footer .footerMid .columns .column {
    gap: 0.5em;
    width: 50%;
    margin-bottom: 1em;
  }
}
@media (48rem <= width <= 60rem) {
  footer.footer .footerMid .columns .column {
    gap: 1em;
  }
}
@media (width >= 48rem) {
  footer.footer .footerMid .columns .column {
    width: 25%;
    gap: 1em;
  }
}
@media (width < 48rem) {
  footer.footer .footerMid .columns .column:first-child {
    width: 100%;
    margin-bottom: 3em;
  }
}
@media (width < 48rem) {
  footer.footer .footerMid .columns .column:last-child {
    width: 100%;
  }
}
footer.footer .footerMid .columns .column > * {
  font-size: 0.85em;
}
footer.footer .footerMid .columns .column small {
  display: block;
  font-size: 0.9em;
  opacity: 0.5;
}
footer.footer .footerMid .columns .column address {
  display: block;
}
footer.footer .footerMid .columns .column .openingHours {
  margin-top: 1em;
}
footer.footer .footerMid .columns .column .openingHours p {
  text-wrap: balance;
  margin-bottom: 0.5em;
}
footer.footer .footerMid .columns .column .openingHours table {
  white-space: nowrap;
  font-size: 0.9em;
}
footer.footer .footerMid .columns .column .openingHours table td:first-child {
  opacity: 0.75;
}
footer.footer .footerMid .columns .column nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (width < 48rem) {
  footer.footer .footerMid .columns .column nav ul.socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1em;
    width: 100%;
  }
}
footer.footer .footerMid .columns .column nav ul li {
  margin-bottom: 0.5em;
}
footer.footer .footerMid .columns .column nav ul li a {
  transition: all 0.15s ease-in-out 0s;
}
@media (hover: hover) and (pointer: fine) {
  footer.footer .footerMid .columns .column nav ul li a {
    color: rgba(255, 255, 255, 0.75);
  }
}
footer.footer .footerMid .columns .column nav ul li a:hover {
  text-decoration: underline;
  color: white;
}
footer.footer .footerBottom {
  color: #ffffff;
  padding-bottom: 1em;
}
footer.footer .footerBottom .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer.footer .footerBottom .container .branding {
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer.footer .footerBottom .container .branding .taglineWrapper {
  opacity: 0.7;
}
footer.footer .footerBottom .container .branding .taglineWrapper .tagline {
  font-family: var(--fontFamilyAdditional);
  line-height: 1;
  text-wrap: balance;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  max-width: 20ch;
  margin-bottom: 0.35em;
}
@media (width < 48rem) {
  footer.footer .footerBottom .container .branding .taglineWrapper .tagline {
    font-size: 2.25em;
  }
}
@media (48rem <= width <= 60rem) {
  footer.footer .footerBottom .container .branding .taglineWrapper .tagline {
    font-size: 3em;
  }
}
@media (width >= 60rem) {
  footer.footer .footerBottom .container .branding .taglineWrapper .tagline {
    font-size: 3.25em;
  }
}
footer.footer .footerBottom .container .branding .brand {
  display: block;
  opacity: 0.8;
  margin-bottom: 2.25em;
  transition: all 0.15s ease-in-out 0s;
}
@media (width < 48rem) {
  footer.footer .footerBottom .container .branding .brand {
    width: 10em;
  }
}
@media (48rem <= width <= 60rem) {
  footer.footer .footerBottom .container .branding .brand {
    width: 10em;
  }
}
@media (width >= 60rem) {
  footer.footer .footerBottom .container .branding .brand {
    width: 12em;
  }
}
footer.footer .footerBottom .container .branding .brand:hover {
  opacity: 1;
}
footer.footer .footerBottom .container .branding .brand .logo {
  position: relative;
  display: block;
  margin-bottom: 1em;
  transition: all 0.15s ease-in-out 0s;
}
footer.footer .footerBottom .container .branding .brand .logo img {
  display: block;
  filter: invert(47%) sepia(49%) saturate(339%) hue-rotate(4deg) brightness(90%) contrast(87%);
}
footer.footer .footerBottom .container .legal {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.65em;
  width: 100%;
}
footer.footer .footerBottom .container .legal .copyright {
  margin-right: auto;
  color: rgba(255, 255, 255, 0.5);
}
@media (width < 48rem) {
  footer.footer .footerBottom .container .legal .copyright {
    margin-bottom: 0.5em;
    width: 100%;
    text-align: center;
  }
}
@media (width < 48rem) {
  footer.footer .footerBottom .container .legal .footerNav {
    width: 100%;
  }
}
footer.footer .footerBottom .container .legal .footerNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
@media (width < 48rem) {
  footer.footer .footerBottom .container .legal .footerNav ul {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
footer.footer .footerBottom .container .legal .footerNav ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: all 0.15s ease-in-out 0s;
}
footer.footer .footerBottom .container .legal .footerNav ul li a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.textBlock.is-fullWidth .block {
  max-width: none !important;
}
@media (width < 48rem) {
  .textBlock.has-margin + .buttonBlock {
    margin-top: -2.25em;
  }
}
@media (width >= 48rem) {
  .textBlock.has-margin + .buttonBlock {
    margin-top: -3.375em;
  }
}
@media (48rem <= width <= 68.75rem) {
  .textBlock[data-columns="2"] .block {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
}
@media (width >= 68.75rem) {
  .textBlock[data-columns="2"] .block {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}
.textBlock[data-columns="2"] .block div {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.textBlock[data-columns="2"] .block div h3 {
  font-weight: 700;
}
@media (48rem <= width <= 68.75rem) {
  .textBlock[data-columns="3"] .block {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
}
@media (width >= 68.75rem) {
  .textBlock[data-columns="3"] .block {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}
.textBlock[data-columns="3"] .block div {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 1.5em;
}
.textBlock[data-columns="3"] .block div h3 {
  font-weight: 700;
}
.textBlock .block p:last-child, .textBlock .block ul:last-child, .textBlock .block ol:last-child, .textBlock .block table:last-child {
  margin-bottom: 0;
}
.textBlock .block.is-collapsible {
  position: relative;
  margin-bottom: 6.75em;
}
.textBlock .block.is-collapsible .collapseTrigger {
  display: none;
}
.textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton span, .textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton svg {
  display: none;
}
.textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton span[data-secondary], .textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton svg[data-secondary] {
  display: inline-flex;
}
.textBlock .block.is-collapsible .collapseTrigger:checked ~ .textArea {
  height: auto !important;
  -webkit-mask-image: none;
}
.textBlock .block.is-collapsible .collapseButton {
  position: absolute;
  z-index: 1;
  top: calc(100% + 0.5em);
}
.textBlock .block.is-collapsible .textArea {
  position: relative;
  padding-bottom: 1em;
  overflow: hidden;
  height: calc(var(--rows, 5) * 1em * 1.5);
  -webkit-mask-image: linear-gradient(#000000 25%, transparent);
}

.buttonBlock.is-fullWidth .block {
  max-width: none !important;
}
.buttonBlock .block {
  max-width: 65ch;
}

.quoteBlock {
  margin-block: 6.75em;
}
.quoteBlock blockquote {
  max-width: 65ch;
}

blockquote {
  display: block;
  padding: 0;
  margin: 0;
}
blockquote > span {
  display: block;
  font-family: var(--fontFamilyAdditional);
  line-height: 1.2;
  font-style: italic;
  text-wrap: pretty;
}
@media (width <= 60rem) {
  blockquote > span {
    font-size: 1.75em;
  }
}
@media (width >= 60rem) {
  blockquote > span {
    font-size: 2em;
  }
}
blockquote cite {
  display: block;
  color: color-mix(in srgb, var(--customTextColor, #89764B) 70%, transparent);
  font-size: 0.8em;
  font-style: normal;
  margin-top: 1.5em;
}
blockquote cite .cite1 + .cite2 {
  margin-left: 0.4em;
  font-style: italic;
}
blockquote cite .cite1 + .cite2:before {
  display: inline-block;
  margin-right: 0.5em;
  content: "⎯";
}

.bannerBlock .banner {
  position: relative;
  display: flex;
  overflow: hidden;
  margin: auto;
  background: rgb(247.35, 247.35, 247.35);
}
@media (width < 48rem) {
  .bannerBlock .banner {
    flex-direction: column;
  }
}
@media (width >= 48rem) {
  .bannerBlock .banner {
    align-items: stretch;
  }
}
.bannerBlock .banner .container {
  padding: 0;
}
.bannerBlock .banner .text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (width < 48rem) {
  .bannerBlock .banner .text {
    width: 100%;
    padding: 4vw;
    order: 2;
  }
}
@media (48rem <= width <= 60rem) {
  .bannerBlock .banner .text {
    width: 50%;
    padding: 4vw;
  }
}
@media (60rem <= width <= 68.75rem) {
  .bannerBlock .banner .text {
    width: 50%;
    padding: 4vw;
  }
}
@media (width >= 68.75rem) {
  .bannerBlock .banner .text {
    width: 50%;
    padding: 2em;
  }
}
.bannerBlock .banner .visual {
  overflow: hidden;
}
@media (width < 48rem) {
  .bannerBlock .banner .visual {
    width: 100%;
    order: 1;
  }
}
@media (width >= 48rem) {
  .bannerBlock .banner .visual {
    height: 100%;
    width: 50%;
  }
}
.bannerBlock .banner .visual figure {
  height: 100%;
  width: 100%;
}
.bannerBlock .banner .visual figure .media picture {
  height: 100%;
  width: 100%;
}
.bannerBlock .banner .visual figure .media picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerBlock .banner .visual figure figcaption {
  display: none;
}

.bannerLogos {
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
}
.bannerLogos .logosWrapper {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  animation: marquee 20s linear infinite;
  will-change: transform;
}
.bannerLogos .logosWrapper .logosBlock {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (width < 48rem) {
  .bannerLogos .logosWrapper .logosBlock {
    padding-left: 5em;
    gap: 5em;
  }
}
@media (width >= 48rem) {
  .bannerLogos .logosWrapper .logosBlock {
    padding-left: 5em;
    gap: 5em;
  }
}
@media (width < 48rem) {
  .bannerLogos .logosWrapper .logosBlock .brandLogo {
    width: 10em;
  }
}
@media (width >= 48rem) {
  .bannerLogos .logosWrapper .logosBlock .brandLogo {
    width: 10em;
  }
}
.bannerLogos .logosWrapper .logosBlock .brandLogo img {
  filter: grayscale(1);
}

.bannerStats .block {
  border-radius: 0.3rem;
}
@media (width < 48rem) {
  .bannerStats .block {
    padding: 4vw;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  }
}
@media (48rem <= width <= 60rem) {
  .bannerStats .block {
    padding: 4vw;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  }
}
@media (60rem <= width <= 68.75rem) {
  .bannerStats .block {
    padding: 4vw;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  }
}
@media (width >= 68.75rem) {
  .bannerStats .block {
    padding: 2em;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  }
}
.bannerStats .block .stats {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  width: 100%;
}
@media (width < 48rem) {
  .bannerStats .block .stats {
    flex-direction: column;
  }
}
@media (width >= 48rem) {
  .bannerStats .block .stats {
    flex-direction: row;
  }
}
.bannerStats .block .stats .stat {
  display: flex;
  align-items: center;
  flex-grow: 1;
  line-height: 1;
}
@media (width < 48rem) {
  .bannerStats .block .stats .stat {
    width: 100%;
    flex-direction: row;
    gap: 1em;
  }
}
@media (width >= 48rem) {
  .bannerStats .block .stats .stat {
    flex-direction: column;
    gap: 1em;
    text-align: center;
  }
}
.bannerStats .block .stats .stat .value {
  font-family: var(--fontFamilyAdditional);
  color: #000000;
  font-size: 2.75em;
  font-weight: 700;
}
.bannerStats .block .stats .stat .text {
  font-size: 0.9em;
  font-weight: 700;
}

.accordionBlock .block details {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.accordionBlock .block details:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordionBlock .block details summary.title {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.3;
  padding-block: 1em;
  padding-right: 3em;
  cursor: pointer;
  font-weight: 500;
}
.accordionBlock .block details summary.title::-webkit-details-marker {
  display: none;
}
.accordionBlock .block details summary.title svg {
  position: absolute;
  top: 0.85lh;
  right: 1em;
  margin-top: 0.1em;
  width: 1.25em;
  height: 1.25em;
  transition: all 0.15s ease-in-out 0s;
}
.accordionBlock .block details div.description {
  padding: 0 3em 1.5em 0;
  opacity: 0.9;
  max-width: 65ch;
}
@media (width < 48rem) {
  .accordionBlock .block details div.description {
    padding-inline: 0;
  }
}
.accordionBlock .block details div.description p, .accordionBlock .block details div.description ol, .accordionBlock .block details div.description ul {
  font-size: 0.85em;
}
@media (width < 48rem) {
  .accordionBlock .block details div.description p, .accordionBlock .block details div.description ol, .accordionBlock .block details div.description ul {
    font-size: 0.9em;
  }
}
.accordionBlock .block details[open] summary.title svg {
  transform: rotate(45deg);
}

.mediaBlock {
  --mediaGap: 1em;
}
.mediaBlock[data-gap=none] {
  --mediaGap: 0em;
}
.mediaBlock[data-gap=medium] {
  --mediaGap: 1em;
}
.mediaBlock[data-gap=small] {
  --mediaGap: 0.5em;
}
.mediaBlock[data-gap=large] {
  --mediaGap: 2em;
}
.mediaBlock[data-gap=xlarge] {
  --mediaGap: 3em;
}
.mediaBlock[data-align=top] .container {
  align-items: flex-start;
}
.mediaBlock[data-align=middle] .container {
  align-items: center;
}
.mediaBlock[data-align=bottom] .container {
  align-items: flex-end;
}
.mediaBlock .container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: var(--mediaGap);
}
.mediaBlock .container:has(.wide) {
  padding-inline: 0;
}
.mediaBlock .container figure .media {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.mediaBlock .container figure .media media-controller {
  border-radius: 0.3rem;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  cursor: pointer !important;
}
.mediaBlock .container figure .media media-controller + .autoplayVideo {
  position: absolute !important;
  z-index: 1;
  top: 0 !important;
  display: flex;
  width: 100%;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s linear;
  aspect-ratio: 16/9;
}
.mediaBlock .container figure .media media-controller + .autoplayVideo .videoOverlay {
  position: absolute;
  z-index: 2;
  z-index: 3;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  cursor: pointer;
}
.mediaBlock .container figure .media media-controller + .autoplayVideo .videoOverlay .block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width < 48rem) {
  .mediaBlock .container figure .media media-controller + .autoplayVideo .videoOverlay .block {
    font-size: 0.8em;
  }
}
.mediaBlock .container figure .media media-controller + .autoplayVideo .videoOverlay .block .button {
  pointer-events: none;
}
.mediaBlock .container figure .media media-controller[userinactive] {
  cursor: pointer !important;
}
.mediaBlock .container figure .media media-controller[mediahasplayed] + .autoplayVideo {
  opacity: 0;
}
.mediaBlock .container figure .media .videoPlayer {
  position: relative;
  margin-inline: auto;
  overflow: hidden;
}
.mediaBlock .container figure .media .videoPlayer > iframe {
  height: 100%;
  width: 100%;
}
.mediaBlock .container figure .media .videoPlayer .plyr.plyr--stopped + .autoplayVideo {
  opacity: 1;
}
.mediaBlock .container figure .media .videoPlayer .autoplayVideo {
  position: absolute !important;
  top: 0 !important;
  display: flex;
  height: 100%;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.mediaBlock .container figure.default {
  width: 100%;
}
.mediaBlock .container figure.wide {
  width: 100%;
}
@media (width <= 68.75rem) {
  .mediaBlock .container figure.wide figcaption.caption {
    padding-inline: 4vw;
  }
}
@media (width >= 68.75rem) {
  .mediaBlock .container figure.wide figcaption.caption {
    padding-inline: 2em;
  }
}
@media (width < 48rem) {
  .mediaBlock .container figure.quarter {
    width: calc(50% - var(--mediaGap) / 2 * 1);
  }
}
@media (width >= 48rem) {
  .mediaBlock .container figure.quarter {
    width: calc(25% - var(--mediaGap) / 4 * 3);
  }
}
@media (width < 48rem) {
  .mediaBlock .container figure.third {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .mediaBlock .container figure.third {
    width: calc(33.3333333333% - var(--mediaGap) / 3 * 2);
  }
}
@media (width < 48rem) {
  .mediaBlock .container figure.twoThirds {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .mediaBlock .container figure.twoThirds {
    width: calc(66.6666666667% - var(--mediaGap) / 2 * 1);
  }
}
@media (width < 48rem) {
  .mediaBlock .container figure.half {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .mediaBlock .container figure.half {
    width: calc(50% - var(--mediaGap) / 2 * 1);
  }
}

.visualHighlightBlock {
  position: relative;
}
.visualHighlightBlock[data-position=topLeft] .textFloater {
  align-items: flex-start;
  justify-content: flex-start;
}
.visualHighlightBlock[data-position=topLeft] .gradientOverlay {
  background-image: linear-gradient(to right bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
.visualHighlightBlock[data-position=topRight] .textFloater {
  align-items: flex-start;
  justify-content: flex-end;
}
.visualHighlightBlock[data-position=topRight] .gradientOverlay {
  background-image: linear-gradient(to left bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
@media (width < 48rem) {
  .visualHighlightBlock[data-position=topRight] .gradientOverlay {
    background-image: linear-gradient(to right bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
  }
}
.visualHighlightBlock[data-position=bottomRight] .textFloater {
  align-items: flex-end;
  justify-content: flex-end;
}
.visualHighlightBlock[data-position=bottomRight] .gradientOverlay {
  background-image: linear-gradient(to left top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
@media (width < 48rem) {
  .visualHighlightBlock[data-position=bottomRight] .gradientOverlay {
    background-image: linear-gradient(to right top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
  }
}
.visualHighlightBlock[data-position=bottomLeft] .textFloater {
  align-items: flex-end;
  justify-content: flex-start;
}
.visualHighlightBlock[data-position=bottomLeft] .gradientOverlay {
  background-image: linear-gradient(to right top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
.visualHighlightBlock .visual {
  position: relative;
  height: 100%;
  width: 100%;
}
.visualHighlightBlock .visual figure {
  height: 100%;
  width: 100%;
}
.visualHighlightBlock .visual figure .media {
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  width: 100%;
  height: 100%;
}
.visualHighlightBlock .visual figure .media .videoPlayer {
  margin: auto;
}
@media (width >= 48rem) {
  .visualHighlightBlock .visual figure .media .videoPlayer .plyr {
    border-radius: 0.3rem;
  }
}
.visualHighlightBlock .visual figure .media .videoPlayer > iframe {
  height: 100%;
  width: 100%;
}
.visualHighlightBlock .visual .gradientOverlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.6;
}
.visualHighlightBlock .textFloater {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
@media (width < 48rem) {
  .visualHighlightBlock .textFloater {
    padding: 8vw 4vw;
  }
}
@media (48rem <= width <= 68.75rem) {
  .visualHighlightBlock .textFloater {
    padding: 4.5em 4vw;
  }
}
@media (width >= 68.75rem) {
  .visualHighlightBlock .textFloater {
    padding: 4.5em 2em;
  }
}
.visualHighlightBlock .textFloater .block {
  margin: 0;
  color: #ffffff;
  max-width: 40ch;
}
.visualHighlightBlock .textFloater .block .preTitle {
  color: rgba(255, 255, 255, 0.5);
}
.visualHighlightBlock .textFloater .block h2 {
  line-height: 1.1;
}
.visualHighlightBlock .textFloater .block p {
  color: rgba(255, 255, 255, 0.9);
}
@media (width < 48rem) {
  .visualHighlightBlock .textFloater .block p {
    color: white;
    text-shadow: 0 0 1em rgba(0, 0, 0, 0.5);
  }
}
.visualHighlightBlock .textFloater .block p a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  border-bottom: 0.1em solid rgba(255, 255, 255, 0.9);
  transition: all 0.15s ease-in-out 0s;
}
.visualHighlightBlock .textFloater .block p a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.groupBlock {
  --groupGap: 1em;
}
.groupBlock[data-gap=none] {
  --groupGap: 0em;
}
@media (width < 48rem) {
  .groupBlock[data-gap=none] > .container {
    gap: 4.5em;
  }
}
.groupBlock[data-gap=small] {
  --groupGap: 1em;
}
.groupBlock[data-gap=medium] {
  --groupGap: 2em;
}
.groupBlock[data-gap=large] {
  --groupGap: 3em;
}
.groupBlock[data-gap=xlarge] {
  --groupGap: 4em;
}
.groupBlock[data-align=top] > .container {
  align-items: flex-start;
}
.groupBlock[data-align=middle] > .container {
  align-items: center;
}
.groupBlock[data-align=bottom] > .container {
  align-items: flex-end;
}
.groupBlock[data-align=stretch] > .container {
  align-items: stretch;
}
.groupBlock[data-align=stretch] > .container .group {
  display: flex;
  align-items: stretch;
  flex-grow: 1;
}
.groupBlock[data-align=stretch] > .container .group > * {
  display: flex;
  align-items: center;
}
.groupBlock[data-align=stretch] > .container .group .mediaBlock {
  width: 100%;
  height: 100%;
}
.groupBlock[data-align=stretch] > .container .group .mediaBlock * {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.groupBlock[data-columns="1"] > .container > * {
  width: 100%;
}
@media (width < 48rem) {
  .groupBlock[data-columns="2"] > .container > * {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="2"] > .container > * {
    width: calc(50% - var(--groupGap) / 2 * 1);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="2"] > .container > *[data-column-span="2"] {
    width: 100% !important;
  }
}
@media (width < 48rem) {
  .groupBlock[data-columns="3"] > .container > * {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="3"] > .container > * {
    width: calc(33.3333333333% - var(--groupGap) / 3 * 2);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="3"] > .container > *[data-column-span="2"] {
    width: calc(66.6666666667% - var(--groupGap) / 2 * 1);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="3"] > .container > *[data-column-span="3"] {
    width: 100% !important;
  }
}
@media (width < 48rem) {
  .groupBlock[data-columns="4"] > .container > * {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="4"] > .container > * {
    width: calc(25% - var(--groupGap) / 4 * 3);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="4"] > .container > *[data-column-span="4"] {
    width: 100% !important;
  }
}
@media (width < 48rem) {
  .groupBlock[data-columns="5"] > .container > * {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="5"] > .container > * {
    width: calc(20% - var(--groupGap) / 5 * 4);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="5"] > .container > *[data-column-span="2"] {
    width: calc(40% - var(--groupGap) / 5 * 4);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="5"] > .container > *[data-column-span="3"] {
    width: calc(60% - var(--groupGap) / 5 * 4);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="5"] > .container > *[data-column-span="4"] {
    width: calc(80% - var(--groupGap) / 5 * 3);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="5"] > .container > *[data-column-span="5"] {
    width: 100% !important;
  }
}
@media (width < 48rem) {
  .groupBlock[data-columns="6"] > .container > * {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="6"] > .container > * {
    width: calc(16.6666666667% - var(--groupGap) / 6 * 5);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="6"] > .container > *[data-column-span="6"] {
    width: 100% !important;
  }
}
.groupBlock .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: var(--groupGap);
}
@media (width < 48rem) {
  .groupBlock .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 8vw;
  }
}
.groupBlock .container .group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.groupBlock .container .group .container {
  padding: 0 !important;
  max-width: none !important;
}
.groupBlock .container .group .containerInner {
  max-width: none !important;
}
.groupBlock .container .group > .backgroundBlock {
  border-radius: 0.3rem;
}
@media (width <= 68.75rem) {
  .groupBlock .container .group > .backgroundBlock {
    padding-inline: 4vw;
  }
}
@media (width >= 68.75rem) {
  .groupBlock .container .group > .backgroundBlock {
    padding-inline: 2em;
  }
}
.groupBlock .container .group .mediaBlock .container {
  padding: 0 !important;
}
.groupBlock .container .group .mediaBlock .container figure {
  width: 100% !important;
  margin: 0 !important;
  max-width: none !important;
}
@media (width < 48rem) {
  .groupBlock .container .group[data-order-mobile="1"] {
    order: 1;
  }
  .groupBlock .container .group[data-order-mobile="2"] {
    order: 2;
  }
  .groupBlock .container .group[data-order-mobile="3"] {
    order: 3;
  }
  .groupBlock .container .group[data-order-mobile="4"] {
    order: 4;
  }
  .groupBlock .container .group[data-order-mobile="5"] {
    order: 5;
  }
  .groupBlock .container .group[data-order-mobile="6"] {
    order: 6;
  }
  .groupBlock .container .group[data-order-mobile="7"] {
    order: 7;
  }
  .groupBlock .container .group[data-order-mobile="8"] {
    order: 8;
  }
  .groupBlock .container .group[data-order-mobile="9"] {
    order: 9;
  }
  .groupBlock .container .group[data-order-mobile="10"] {
    order: 10;
  }
}
@media (width < 48rem) {
  .groupBlock .container:has(aside) aside {
    order: 1;
  }
  .groupBlock .container:has(aside) > * {
    order: 2;
  }
}
.groupBlock .has-noMargin:last-child,
.groupBlock .has-miniMargin:last-child,
.groupBlock .has-lessMargin:last-child,
.groupBlock .has-margin:last-child,
.groupBlock .has-moreMargin:last-child {
  margin-bottom: 0 !important;
}
@media (width >= 48rem) {
  .groupBlock .stickyContainer {
    align-self: stretch;
  }
  .groupBlock .stickyContainer > * {
    position: sticky;
    top: calc(var(--scrollMarginTop) * 1px);
  }
}

.backgroundBlock[style] {
  background-color: var(--backgroundColor, #ffffff);
  padding-block: 4.5em;
}
.backgroundBlock[data-textcolor=white] {
  color: #ffffff;
}
.backgroundBlock[data-textcolor=white] .preTitle {
  color: rgba(255, 255, 255, 0.5);
}
.backgroundBlock[data-textcolor=black] {
  color: var(--customTextColor, #141313);
}
.backgroundBlock .has-noMargin:last-child,
.backgroundBlock .has-miniMargin:last-child,
.backgroundBlock .has-lessMargin:last-child,
.backgroundBlock .has-margin:last-child,
.backgroundBlock .has-moreMargin:last-child {
  margin-bottom: 0 !important;
}

.duoBlock[style] {
  background-color: var(--backgroundColor, #ffffff);
}
@media (width < 48rem) {
  .duoBlock[style]:has(.textContent) {
    padding-block: 4.5em;
  }
}
@media (48rem <= width <= 68.75rem) {
  .duoBlock[style]:has(.textContent) {
    padding-block: 8vw;
  }
}
@media (width >= 68.75rem) {
  .duoBlock[style]:has(.textContent) {
    padding-block: 4em;
  }
}
.duoBlock[data-textcolor=white] {
  color: #ffffff;
}
.duoBlock[data-textcolor=white] .preTitle {
  color: rgba(255, 255, 255, 0.5);
}
.duoBlock[data-textcolor=black] {
  color: var(--customTextColor, #141313);
}
.duoBlock:has(.block:first-child .visual):has(.block:last-child .visual) .container {
  padding-inline: 0;
}
.duoBlock:has(.block.is-empty) .container .textContent {
  padding-inline: 0;
}
.duoBlock .container {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (width < 48rem) {
  .duoBlock .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 4vw;
  }
}
.duoBlock .container .block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
@media (width < 48rem) {
  .duoBlock .container .block {
    order: 2;
    width: 100%;
  }
}
@media (width >= 48rem) {
  .duoBlock .container .block {
    width: 50%;
  }
}
@media (width >= 48rem) {
  .duoBlock .container .block:first-child .textContent {
    padding-left: 0 !important;
  }
}
@media (width >= 48rem) {
  .duoBlock .container .block:last-child .textContent {
    padding-right: 0 !important;
  }
}
@media (width < 48rem) {
  .duoBlock .container .block:has(.visual) {
    order: 1;
  }
}
.duoBlock .container .block .textContent {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (width < 48rem) {
  .duoBlock .container .block .textContent {
    margin-bottom: 1.5em;
  }
}
@media (48rem <= width <= 68.75rem) {
  .duoBlock .container .block .textContent {
    padding-inline: 6vw;
  }
}
@media (width >= 68.75rem) {
  .duoBlock .container .block .textContent {
    padding-inline: 3em;
  }
}
.duoBlock .container .block .textContent[data-align=top] {
  justify-content: flex-start;
}
.duoBlock .container .block .textContent[data-align=middle] {
  justify-content: center;
}
.duoBlock .container .block .textContent[data-align=bottom] {
  justify-content: flex-end;
}
.duoBlock .container .block .textContent[data-align=justified] {
  justify-content: center;
}
.duoBlock .container .block .textContent[data-align=justified] .title {
  margin-bottom: auto;
}
.duoBlock .container .block .textContent .text:last-child p:last-child {
  margin-bottom: 0;
}
.duoBlock .container .block .visual {
  margin-block: auto;
  width: 100%;
}
@media (width < 48rem) {
  .duoBlock .container .block .visual[data-has-padding=true] {
    padding: 4vw;
  }
}
@media (48rem <= width <= 60rem) {
  .duoBlock .container .block .visual[data-has-padding=true] {
    padding: 4vw;
  }
}
@media (60rem <= width <= 68.75rem) {
  .duoBlock .container .block .visual[data-has-padding=true] {
    padding: 6vw;
  }
}
@media (width >= 68.75rem) {
  .duoBlock .container .block .visual[data-has-padding=true] {
    padding: 4em;
  }
}
.duoBlock .container .block .visual[data-has-padding=false] figure .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: none;
  color: #ffffff;
  padding-top: 5em;
  padding-bottom: 1em;
  padding-inline: 1em;
}
.duoBlock .container .block .visual[data-has-padding=false] figure .caption span {
  position: relative;
  z-index: 2;
}
.duoBlock .container .block .visual[data-has-padding=false] figure .caption:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  content: "";
  background-image: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
.duoBlock .container .block .visual figure {
  width: 100%;
}
.duoBlock .container .block .visual figure .media {
  width: 100%;
}
.duoBlock .container .block .visual figure .media picture {
  width: 100%;
}
.duoBlock .container .block .visual figure .media picture img {
  width: 100%;
}

.filter-hide {
  display: none !important;
}

.filterBar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (width <= 60rem) {
  .filterBar {
    gap: 1em;
  }
}
@media (width >= 60rem) {
  .filterBar {
    gap: 1em;
  }
}
.filterBar .titleBar {
  margin-right: auto;
}
.filterBar .titleBar > * {
  margin: 0;
}
.filterBar .flowInline {
  gap: 1em;
}
@media (width >= 48rem) {
  .filterBar .flowInline {
    width: auto;
  }
}
.filterBar .flowInline a {
  font-size: 0.75em;
  opacity: 0.5;
  font-weight: 600;
  transition: all 0.15s ease-in-out 0s;
}
.filterBar .flowInline a.is-active {
  opacity: 1;
}
.filterBar .flowInline a:hover {
  opacity: 1;
}
.filterBar .tabBar {
  margin-bottom: 0.5em;
}
@media (width <= 60rem) {
  .filterBar .tabBar {
    width: 100%;
    justify-content: stretch;
  }
  .filterBar .tabBar .tab {
    flex-grow: 1;
  }
  .filterBar .tabBar .tab .tabButton {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.filterBar .dropdownBar {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media (width <= 60rem) {
  .filterBar .dropdownBar {
    width: 100%;
    justify-content: stretch;
    gap: 0.25em;
  }
}
.filterBar .dropdownBar .description {
  white-space: nowrap;
  line-height: 1;
  opacity: 0.4;
}
@media (width <= 60rem) {
  .filterBar .dropdownBar .description {
    display: none;
  }
}
@media (width <= 60rem) {
  .filterBar .dropdownBar .dropdowns .dropdown {
    flex-grow: 1;
  }
  .filterBar .dropdownBar .dropdowns .dropdown > .button {
    width: 100%;
  }
}
.tabBar {
  display: flex;
  align-items: flex-end;
}
@media (hover: hover) and (pointer: fine) {
  .tabBar .tab:hover .tabButton {
    opacity: 0.8;
  }
}
.tabBar .tab.is-hidden {
  display: none;
}
.tabBar .tab .tabTrigger {
  display: none;
}
.tabBar .tab .tabTrigger:checked ~ .tabButton {
  opacity: 1;
  transform: translateY(-0.25em);
  border-color: #cccccc;
}
.tabBar .tab .tabButton {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  border-radius: 0.3rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #ffffff;
  border: 0.1em solid #cccccc;
  border-bottom: 0;
  opacity: 0.4;
  line-height: 1.2;
  transition: all 0.15s ease-in-out 0s;
}
@media (width < 48rem) {
  .tabBar .tab .tabButton {
    font-size: 0.85em;
    padding: 0.75em;
  }
}
@media (width >= 48rem) {
  .tabBar .tab .tabButton {
    font-size: 0.95em;
    padding: 0.75em 1.5em 1em;
  }
}
.tabBar .tab .tabButton sup {
  opacity: 0.5;
}
.tabBar .tab .tabButton svg {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
}
.tabBar .tab .tabButton .quantity {
  margin-left: 0.25em;
  opacity: 0.4;
}

.tabsBlock:has(input[id=tabPanel1]:checked) label[for=tabPanel1] {
  background: #000000;
}
.tabsBlock:has(input[id=tabPanel2]:checked) label[for=tabPanel2] {
  background: #000000;
}
.tabsBlock:has(input[id=tabPanel3]:checked) label[for=tabPanel3] {
  background: #000000;
}
.tabsBlock .tabPanels input {
  display: none;
}
.tabsBlock .tabPanels input:checked + .tabPanel {
  display: block;
}
.tabsBlock .tabPanels .tabPanel {
  display: none;
}

.brandLogoBlock img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media (width < 48rem) {
  .brandLogoBlock img {
    max-width: 13em;
    max-height: 3em;
  }
}
@media (width >= 48rem) {
  .brandLogoBlock img {
    max-width: 13em;
    max-height: 4em;
  }
}

.logosBlock .container .logos {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (width < 48rem) {
  .logosBlock .container .logos .logo {
    max-width: 33.333333%;
    padding: 0 0.5em;
    margin: 1.5em 0;
  }
}
@media (48rem <= width <= 60rem) {
  .logosBlock .container .logos .logo {
    max-width: 20%;
    padding: 0 1em;
    margin: 1.5em 0;
  }
}
@media (width >= 60rem) {
  .logosBlock .container .logos .logo {
    max-width: 20%;
    padding: 0 2em;
    margin: 1.5em 0;
  }
}
.logosBlock .container .logos .logo a {
  display: block;
}
.logosBlock .container .logos .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width < 48rem) {
  .logosBlock .container .logos .logo img {
    max-height: 2.3em;
  }
}
@media (width >= 48rem) {
  .logosBlock .container .logos .logo img {
    max-height: 2.8em;
  }
}

.formBlock .containerMid .block {
  margin-left: auto;
  margin-right: auto;
  max-width: 65ch;
}

.hero[data-backlink=false] .backlink {
  display: none !important;
}
.hero[data-backlink=false] .eyebrow {
  display: flex !important;
}
.hero[data-backlink=true] .backlink {
  display: flex !important;
}
.hero[data-backlink=true] .eyebrow {
  display: none !important;
}
.hero .visual:has([src=""]) {
  display: none !important;
}
.hero .video:has([src=""]) {
  display: none !important;
}
.hero h1 {
  opacity: 0 !important;
}
.hero.highlight {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #141313;
}
@media (width <= 60rem) {
  .hero.highlight {
    height: 100svh;
    max-height: 40em;
  }
}
@media (48rem <= width <= 60rem) {
  .hero.highlight {
    height: 35em;
  }
}
@media (width >= 60rem) {
  .hero.highlight {
    min-height: 20em;
    height: 100vh;
    max-height: 60em;
  }
}
.hero.highlight .content {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding-top: calc(var(--headerTopbarHeight) + var(--headerMainbarHeight) + 1.125em);
  padding-bottom: 2.25em;
}
.hero.highlight .content .container {
  height: 100%;
}
.hero.highlight .content .container .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
}
.hero.highlight .content .container .block nav {
  margin-bottom: auto;
}
.hero.highlight .content .container .block nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero.highlight .content .container .block nav ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero.highlight .content .container .block nav ul li a::before {
  display: none;
}
.hero.highlight .content .container .block h1 {
  display: block;
  color: #ffffff;
  margin-top: auto;
  margin-bottom: 0.25em;
  max-width: 20ch;
}
.hero.highlight .video,
.hero.highlight .visual {
  width: 100%;
  height: 100%;
}
.hero.highlight .video figure,
.hero.highlight .visual figure {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.hero.highlight .video figure .media,
.hero.highlight .visual figure .media {
  width: 100%;
  height: 100%;
}
.hero.highlight .video figure .media picture,
.hero.highlight .visual figure .media picture {
  width: 100%;
  height: 100%;
}
.hero.highlight .video figure .media picture img,
.hero.highlight .visual figure .media picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero.highlight .video figure .media .autoplayVideo,
.hero.highlight .visual figure .media .autoplayVideo {
  width: 100%;
  height: 100%;
  aspect-ratio: auto !important;
}
.hero.highlight .video figure .media .autoplayVideo video,
.hero.highlight .visual figure .media .autoplayVideo video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero.default {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: calc(var(--headerTopbarHeight) + var(--headerMainbarHeight) + 2.25em);
}
.hero.default.is-left {
  justify-content: flex-start;
}
.hero.default.is-left .block {
  margin-inline: 0 !important;
}
.hero.default.is-center {
  align-items: center;
}
@media (width >= 48rem) {
  .hero.default.is-center {
    text-align: center;
  }
  .hero.default.is-center .block {
    align-items: center;
    margin-inline: auto !important;
  }
}
.hero.default .content {
  width: 100%;
}
.hero.default .content .container .block {
  display: flex;
  flex-direction: column;
  max-width: 85ch;
}
.hero.default .content .container .block .backlink,
.hero.default .content .container .block .eyebrow {
  display: flex;
  align-items: center;
  gap: 0.1em;
  margin-bottom: 1em;
}
.hero.default .content .container .block .backlink:is(a):hover svg,
.hero.default .content .container .block .eyebrow:is(a):hover svg {
  transform: translateX(-0.2em);
}
.hero.default .content .container .block .backlink div,
.hero.default .content .container .block .eyebrow div {
  margin: 0;
}
.hero.default .content .container .block .backlink svg,
.hero.default .content .container .block .eyebrow svg {
  width: 1em;
  height: 1em;
  margin-top: 0.1em;
  margin-bottom: -0.1em;
  color: #3F2021;
  transition: transform 0.15s ease-in-out 0s;
}
.hero.default .content .container .block h1 {
  max-width: 20ch;
}
.hero.default .visual,
.hero.default .video {
  width: 100%;
}
@media (width < 48rem) {
  .hero.default .visual .container,
  .hero.default .video .container {
    padding-inline: 0;
  }
}

.cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  --cardsGap: 1em;
}
@media (width < 48rem) {
  .cards {
    flex-direction: column;
    gap: calc(var(--cardsGap) * 2) var(--cardsGap);
  }
}
@media (width >= 48rem) {
  .cards {
    gap: calc(var(--cardsGap) * 3) var(--cardsGap);
  }
}
.cards[data-gap=none] {
  --cardsGap: 0em;
}
@media (width < 48rem) {
  .cards[data-gap=none] > .container {
    gap: 4.5em;
  }
}
@media (width >= 48rem) {
  .cards[data-gap=none][data-columns="2"] > .container {
    justify-content: space-between;
  }
  .cards[data-gap=none][data-columns="2"] > .container > *:not(.mediaBlock) {
    width: 45%;
  }
}
.cards[data-gap=medium] {
  --cardsGap: 1em;
}
.cards[data-gap=small] {
  --cardsGap: 0.5em;
}
.cards[data-gap=large] {
  --cardsGap: 2em;
}
.cards[data-gap=xlarge] {
  --cardsGap: 3em;
}

.cardItem {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (width >= 60rem) {
  .cardItem.mini {
    width: calc(25% - var(--cardsGap) / 4 * 3);
  }
}
@media (48rem <= width <= 60rem) {
  .cardItem.small {
    width: calc(50% - var(--cardsGap) / 2 * 1);
  }
}
@media (width >= 60rem) {
  .cardItem.small {
    width: calc(33.3333333333% - var(--cardsGap) / 3 * 2);
  }
}
@media (width < 48rem) {
  .cardItem.medium {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .cardItem.medium {
    width: calc(50% - var(--cardsGap) / 2 * 1);
  }
}
.cardItem.large {
  width: 100%;
}
.cardItem.large .visual {
  width: 100%;
}
.cardItem .missingImage {
  display: none;
}
.cardItem:has(img[src=""]) .missingImage {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .cardItem:hover .visual picture img {
    transform: scale(1.02);
  }
}
.cardItem .visual {
  position: relative;
  overflow: hidden;
  background: rgba(63, 32, 33, 0.1);
}
.cardItem .visual img {
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.cardItem .visual img[src=""] {
  display: none;
}
.cardItem .visual .missingImage {
  width: 100%;
  aspect-ratio: 3/4;
}
.cardItem .visual .label {
  position: absolute;
  left: 1.5em;
  bottom: 1.5em;
}
.cardItem .visual .label:empty {
  display: none;
}
.cardItem .textarea {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  padding-top: 1em;
  padding-right: 1em;
}
.cardItem .textarea .title {
  font-size: 0.9em;
  line-height: 1.4;
  text-wrap: pretty;
  font-weight: 500;
}

.cardHighlight {
  display: flex;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .cardHighlight:hover .h2 {
    opacity: 1 !important;
  }
  .cardHighlight:hover .icon {
    opacity: 1 !important;
  }
}
.cardHighlight figure {
  display: block;
  height: 100%;
  width: 100%;
}
.cardHighlight figure .media {
  height: 100%;
  overflow: hidden;
}
@media (width >= 48rem) {
  .cardHighlight figure .media img {
    transform: scale(1.1);
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
  }
}
.cardHighlight figure .media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.cardHighlight figure .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: none;
  color: #ffffff;
  padding-top: 5em;
  padding-bottom: 1em;
  padding-inline: 1em;
}
.cardHighlight figure .caption .highlightCaption {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.cardHighlight figure .caption .highlightCaption .preTitle {
  color: #ffffff;
}
@media (width >= 60rem) {
  .cardHighlight figure .caption .highlightCaption .preTitle {
    opacity: 0.5;
  }
}
.cardHighlight figure .caption .highlightCaption .preTitle:empty {
  display: none;
}
.cardHighlight figure .caption .highlightCaption .h2 {
  margin: 0;
  color: #ffffff !important;
  transition: all 0.15s ease-in-out 0s;
}
@media (width >= 60rem) {
  .cardHighlight figure .caption .highlightCaption .h2 {
    opacity: 0.75;
  }
}
.cardHighlight figure .caption .highlightCaption .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 2em;
  height: 2em;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.15s ease-in-out 0s;
}
@media (width >= 60rem) {
  .cardHighlight figure .caption .highlightCaption .icon {
    opacity: 0.5;
  }
}
.cardHighlight figure .caption .highlightCaption .icon svg {
  width: 75%;
  height: 75%;
  transition: all 0.15s ease-in-out 0s;
}
.cardHighlight figure .caption:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  content: "";
  background-image: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}

.cardPeople {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1em;
}
.cardPeople figure {
  display: block;
  height: 100%;
  width: 100%;
}
.cardPeople figure .media {
  height: 100%;
  overflow: hidden;
}
@media (width >= 48rem) {
  .cardPeople figure .media img {
    transform: scale(1.1);
    transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
  }
}
.cardPeople figure .media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.cardPeople figure .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: none;
  color: #ffffff;
  padding-top: 5em;
  padding-bottom: 1em;
  padding-inline: 1em;
}
.cardPeople figure .caption .highlightCaption {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.cardPeople figure .caption .highlightCaption .h2 {
  margin: 0;
  color: #ffffff !important;
  font-size: 1.7em;
}
@media (width < 48rem) {
  .cardPeople figure .caption .highlightCaption .h2 {
    font-size: 1.15em;
  }
}
.cardPeople figure .caption:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  content: "";
  background-image: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
.cardPeople .text {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 0.5em;
}
.cardPeople .text .name {
  font-size: 0.8em;
  font-weight: 700;
}
.cardPeople .text .role {
  font-size: 0.8em;
}
.cardPeople .text .button:has(span:empty) {
  display: none;
}

.profileCard {
  position: relative;
  overflow: hidden;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}
@media (width < 48rem) {
  .profileCard {
    display: flex;
    align-items: center;
    width: 100%;
    box-shadow: none;
    margin-bottom: 1em;
  }
  .profileCard .visual {
    width: 35% !important;
    align-self: stretch;
    aspect-ratio: none;
  }
  .profileCard .textarea {
    width: 65% !important;
    padding-left: 1em;
  }
}
@media (48rem <= width <= 60rem) {
  .profileCard {
    width: calc(33.333333% - 0.666666em);
  }
}
@media (width >= 60rem) {
  .profileCard {
    width: calc(25% - 0.75em);
  }
}
.profileCard .visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: rgba(0, 0, 0, 0.05);
}
.profileCard .visual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.profileCard .textarea {
  position: relative;
  display: flex;
  width: 100%;
  padding: 1em;
}
.profileCard .textarea .text {
  margin-right: auto;
}
.profileCard .textarea .text .title {
  display: block;
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.profileCard .textarea .text .position {
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 1.5em;
  opacity: 0.5;
}
.profileCard .textarea .text .buttons {
  display: flex;
  flex-direction: column;
}
.profileCard .textarea .text .buttons .button {
  width: 100%;
  margin-bottom: 0.5em;
}

.textCard {
  display: flex;
  flex-direction: column;
}
.textCard.white {
  background: #ffffff;
  color: #000000;
  padding: 1em;
}
.textCard.black {
  background: #000000;
  color: #ffffff;
  padding: 1em;
}
.textCard.gray {
  background: rgb(242.25, 242.25, 242.25);
  padding: 1em;
}
.textCard .header {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  width: 100%;
}
.textCard .header .icon {
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  flex-grow: 0;
}
.textCard .header .icon svg {
  width: 100%;
  height: 100%;
}
.textCard .header .title {
  font-size: 0.9em;
  line-height: 1.2;
  text-wrap: balance;
  font-weight: 700;
}
.textCard .description {
  width: 100%;
  font-size: 0.8em;
  line-height: 1.4;
  margin-top: 1em;
}
.textCard .description:empty {
  display: none;
}

.offline {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  background: #141313;
  padding-inline: 4vw;
}
.offline .block {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5em;
  margin: auto;
  max-width: 65ch;
  padding-block: 2em;
  color: #ffffff;
  text-align: center;
  font-size: 0.8em;
}
.offline .block .brand {
  margin-bottom: 2em;
  filter: invert(1);
}
@media (width < 48rem) {
  .offline .block .brand {
    width: 11em;
  }
}
@media (48rem <= width <= 60rem) {
  .offline .block .brand {
    width: 15em;
  }
}
@media (width >= 60rem) {
  .offline .block .brand {
    width: 17em;
  }
}
.offline .block h1 {
  color: #ffffff;
}
.offline .block p {
  color: rgba(255, 255, 255, 0.8);
}
.offline .block p:last-child {
  margin-bottom: 0;
}

.siteOverview {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  background: #141313;
  padding-inline: 4vw;
}
.siteOverview .block {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.5em;
  margin: auto;
  max-width: 65ch;
  padding-block: 2em;
  color: #ffffff;
  text-align: center;
}
.siteOverview .block .brand {
  margin-bottom: 1em;
  filter: invert(1);
}
@media (width < 48rem) {
  .siteOverview .block .brand {
    width: 10em;
  }
}
@media (48rem <= width <= 60rem) {
  .siteOverview .block .brand {
    width: 10em;
  }
}
@media (width >= 60rem) {
  .siteOverview .block .brand {
    width: 10em;
  }
}
.siteOverview .block .flowStacked {
  align-items: center;
}

.devtoolsMenu {
  position: fixed;
  z-index: 150;
  bottom: 40px;
  left: 10px;
  color: #ffffff;
  mix-blend-mode: difference;
  display: flex;
  flex-direction: column;
}
.devtoolsMenu * {
  outline: 0 !important;
}

.toolButton {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  opacity: 0.5;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  border-radius: 3px;
}
.toolButton:hover {
  opacity: 1;
}
.toolButton:hover span {
  display: block;
}
.toolButton svg {
  width: 40px;
  height: 40px;
}
.toolButton span {
  display: none;
  padding: 0 10px;
}

.editPageLink {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 160;
  background: #ffffff;
}
.editPageLink svg {
  color: #E5422B;
  width: auto;
  height: 100%;
}

.fpsMeter {
  position: fixed;
  z-index: 150;
  right: 0;
  top: 0;
  display: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  padding: 5px 10px;
  mix-blend-mode: difference;
}
[data-fps] .fpsMeter {
  display: block;
}

[data-wireframe] *:not(.devtoolsMenu, .devtoolsMenu *, .currentMQ, *.gridLine, .fpsMeter, .fpsMeter *) {
  outline: solid 1px blue !important;
}
[data-wireframe]:before, [data-wireframe]:after {
  position: fixed;
  z-index: 150;
  left: 0;
  top: 0;
  display: block;
  pointer-events: none;
  content: "";
}
[data-wireframe]:before {
  height: 100vh;
  width: 50%;
  border-right: 2px dashed darkred;
}
[data-wireframe]:after {
  height: 50vh;
  width: 100%;
  border-bottom: 2px dashed darkred;
}
[data-wireframe] figure:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 50%;
  width: 100%;
  border-bottom: 1px solid yellow;
  pointer-events: none;
  content: "";
}

[data-gridview] .gridView {
  display: block;
  position: fixed;
  z-index: 151;
  top: 0;
  height: 100vh;
  width: 100%;
  pointer-events: none;
}
@media (width >= 48rem) {
  [data-gridview] .gridView {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
[data-gridview] .gridView .currentMQ {
  position: absolute;
  z-index: 1;
  background: #000000;
  color: #ffffff;
  bottom: 10px;
  left: 3em;
  padding: 0.4em 1em 0.5em;
  opacity: 1;
}
@media (width >= 68.75rem) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Large";
  }
}
@media (60rem <= width <= 68.75rem) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Medium";
  }
}
@media (48rem <= width <= 60rem) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Small";
  }
}
@media (width < 48rem) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Mini";
  }
}
@media (width <= 21.25rem) and (orientation: portrait) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Tiny";
  }
}
[data-gridview] .gridView .container {
  position: relative;
  height: 100%;
  line-height: 1;
  outline: 1px solid red !important;
}
[data-gridview] .gridView .container:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: red;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 5px 4px;
  white-space: nowrap;
  content: "Container";
}
[data-gridview] .gridView .container .gutter {
  position: absolute;
  left: 0;
  height: 100%;
  width: 4vw;
}
@media (width >= 68.75rem) {
  [data-gridview] .gridView .container .gutter {
    width: 2em;
  }
}
[data-gridview] .gridView .container .gutter:nth-child(2) {
  left: auto;
  right: 0;
}
[data-gridview] .gridView .container .containerMid {
  position: relative;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  outline: 1px solid green !important;
}
[data-gridview] .gridView .container .containerMid:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: green;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 5px 4px;
  white-space: nowrap;
  content: "Container mid";
}
[data-gridview] .gridView .container .containerMid .containerInner {
  position: relative;
  height: 100%;
  flex-grow: 1;
  outline: 1px solid orange !important;
}
[data-gridview] .gridView .container .containerMid .containerInner:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: orange;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 5px 4px;
  white-space: nowrap;
  content: "Container inner";
}
[data-gridview] .gridView .container .gridLines {
  position: absolute;
  top: 0;
  left: 4vw;
  right: 4vw;
  display: flex;
  gap: 1em;
  height: 100%;
  max-width: calc(80rem - 8vw);
}
@media (width >= 68.75rem) {
  [data-gridview] .gridView .container .gridLines {
    left: 2em;
    right: 2em;
    max-width: calc(80rem - 4em);
  }
}
[data-gridview] .gridView .container .gridLines .gridLine {
  height: 100%;
  flex-grow: 1;
  background: rgba(255, 0, 0, 0.1);
}

div[id^=ck] {
  display: none !important;
}
