@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/poppins/poppins-300.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/poppins/poppins-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/poppins/poppins-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/poppins/poppins-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body.boilerplate {
  background: #ffffff;
}
body.boilerplate .boilerplateHero {
  position: relative;
  width: 100%;
  background: rgb(247.35, 247.35, 247.35);
  margin-bottom: 5vh;
}
body.boilerplate .boilerplateHero .textarea.full .block {
  max-width: none !important;
}
body.boilerplate .boilerplateHero .textarea .container {
  padding-top: 5vh;
  padding-bottom: 5vh;
}
body.boilerplate .boilerplateHero .textarea .container .block .logo {
  width: 10em;
}
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: 0.5em;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.new {
  font-weight: 500;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.new a:after {
  background: #39C692;
  color: #fff;
  content: "Nieuw";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.modified a:after {
  background: #E45D8D;
  color: #fff;
  content: "Aangepast";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.final a:after {
  background: #39C692;
  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%;
}
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: 5vw;
  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.15rem;
  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.15rem;
  background: rgb(247.35, 247.35, 247.35);
}
body.boilerplate #buttonCollection .buttonColorCollection .block.diap {
  background: #12142B;
}
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";
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0;
}

p {
  text-wrap: pretty;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 0.8em;
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 1em;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

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

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

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

/**
 * 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;
}

.carouselBlock {
  overflow: hidden;
}
.carouselBlock .container {
  overflow: visible;
}
.carouselBlock.has-cards {
  overflow: hidden;
  padding-block: 2em;
}
.carouselBlock.has-cards > .container {
  overflow: visible !important;
}
.carouselBlock.has-cards > .container .swiper {
  overflow: visible;
}

.swiper {
  position: relative;
  overflow: visible;
  --swiper-theme-color: #000000;
}
.swiper.swiperCarousel {
  width: 100%;
}
.swiper.swiperCarousel .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.swiper.swiperCarousel .swiper-wrapper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
.swiper.swiperCarousel .swiper-wrapper .swiper-slide figure {
  display: block;
  height: 100%;
  width: 100%;
}
.swiper.swiperCarousel .swiper-wrapper .swiper-slide figure a {
  display: block;
}
.swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .media {
  height: 100%;
}
@media (width < 48rem) {
  .swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .media img {
    height: 60vw;
    width: auto;
  }
}
@media (48rem <= width <= 60rem) {
  .swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .media img {
    width: auto;
    height: 55vw;
  }
}
@media (width >= 60rem) {
  .swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .media img {
    width: auto;
    height: 50vh;
  }
}
.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;
}
@media (width < 48rem) {
  .swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .caption {
    padding-inline: 5vw;
  }
}
@media (48rem <= width <= 68.75rem) {
  .swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .caption {
    padding-inline: 2.5vw;
  }
}
@media (width >= 68.75rem) {
  .swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .caption {
    padding-inline: 1.5em;
  }
}
.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.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%);
}
.swiper.swiperCards {
  width: 100%;
}
.swiper.swiperCards .swiper-wrapper .swiper-slide {
  display: flex;
}
.swiper.swiperCards .swiper-wrapper .swiper-slide:not(:last-child) {
  margin-right: 1em;
}
@media (width < 48rem) {
  .swiper.swiperCards .swiper-wrapper .swiper-slide {
    width: 80vw;
  }
}
@media (width >= 48rem) {
  .swiper.swiperCards .swiper-wrapper .swiper-slide {
    width: 18em !important;
  }
}
.swiper.swiperCards .swiper-wrapper .swiper-slide .card {
  width: 100%;
  margin-bottom: 0;
}
.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-navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, calc(-50% - 1.2em));
  display: flex;
  justify-content: space-between;
  width: 100vw;
  pointer-events: none;
}
@media (width < 48rem) {
  .swiper .swiper-navigation {
    display: none;
  }
}
@media (48rem <= width <= 68.75rem) {
  .swiper .swiper-navigation {
    padding-inline: 5vw;
  }
}
@media (width >= 68.75rem) {
  .swiper .swiper-navigation {
    padding-inline: 1.5em;
  }
}
.swiper .swiper-navigation .button {
  pointer-events: auto;
}
.swiper .swiper-navigation .button.swiper-button-disabled {
  opacity: 0;
}

:fullscreen media-controller, media-controller:fullscreen {
  width: 100vw;
  height: 100vh;
}

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 ::part(tooltip) {
  display: none !important;
}
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-loading-indicator {
  position: absolute;
}
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;
}

.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=parallaxZoomIn]) {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
*[data-scroll]:is([data-scroll=parallaxZoomIn]) figure {
  width: 100%;
  height: 100%;
}
*[data-scroll]:is([data-scroll=parallaxZoomIn]) figure .media {
  position: sticky;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
}
*[data-scroll]:is([data-scroll=parallaxZoomIn]) figure .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transform-origin: bottom center;
  opacity: clamp(0, var(--viewportProcent) + 0.5, 1);
  transform: scale(clamp(0, var(--viewportProcent) + 0.4, 1));
}
*[data-scroll]:is([data-scroll=reveal]) {
  --delay: 0s;
  will-change: opacity, transform;
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 3s 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(-50%);
}
*[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 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  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 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  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 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  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 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: calc(var(--delay) + var(--word-index) * 0.05s);
}
*[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 {
  overflow: hidden;
  opacity: 1;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textWordsFadeInFromBottomMasked]) .word .char {
  transform-origin: bottom left;
  transform: translateY(100%) rotate(10deg);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: calc(var(--delay) + var(--word-index) * 0.15s);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textCharsZoomIn]) {
  transform: scale(0.1);
  transition: transform 2s cubic-bezier(0.29, 1.89, 0.63, 0.97) 0.1s;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textCharsZoomIn]).is-inviewport {
  transform: scale(1) !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textCharsZoomIn]) .char {
  opacity: 0;
  transform: scale(0.1);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: calc(var(--delay) + var(--char-index) * 0.05s);
}
*[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: #12142B;
}
.fui-row input::file-selector-button {
  color: #12142B;
}

.fui-i {
  --fui-font: Poppins, sans-serif;
  --fui-font-size: 1em;
  --fui-color: #000000;
  --fui-primary-color: #000000;
  --fui-primary-color-hover: #000000;
  --fui-error: #E45D8D;
  --fui-success: #39C692;
  --fui-border-radius: 0.15rem;
  --fui-alert-error-color: #E45D8D;
  --fui-error-font-size: 0.8em;
  --fui-error-margin-top: 0.25em;
  --fui-label-font-size: 0.9em;
  --fui-label-font-weight: 400;
  --fui-label-margin: 0.5em;
  --fui-label-error-color: #000000;
  --fui-label-error-border-color: #E45D8D;
  --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: #E45D8D;
  --fui-input-error-border-color: #E45D8D;
  --fui-input-error-box-shadow-focus: 0 0 0 0.25em rgba(228, 93, 141, 0.15);
}

:root {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.4;
  letter-spacing: -0.01em;
  hanging-punctuation: first allow-end last;
  font-weight: 300;
}
@media (width < 48rem) {
  :root {
    font-size: clamp(1rem, 4.5vw, 1.5rem);
  }
  @supports not (font-size: clamp(1rem, 4.5vw, 1.5rem)) {
    :root {
      font-size: min(max(1rem, 4.5vw), 1.5rem);
    }
  }
}
@media (width >= 48rem) {
  :root {
    font-size: calc(0.9rem + 0.3vw);
  }
}

.preTitle,
.subTitle {
  line-height: 1.1;
  margin: 0;
  margin-left: -0.05em;
  margin-bottom: 0.3em !important;
  font-size: 1.2em;
  text-wrap: balance;
}
.preTitle + h2, .preTitle + h3, .preTitle + h4,
.subTitle + h2,
.subTitle + h3,
.subTitle + h4 {
  margin-top: 0 !important;
}

h1 .red, .h1 .red, h2 .red, .h2 .red, h3 .red, .h3 .red, h4 .red, .h4 .red, h5 .red, .h5 .red, h6 .red, .h6 .red {
  color: #F53D3D;
}

h1, .h1 {
  line-height: 1;
  margin: 0;
  margin-left: -0.075em;
  margin-bottom: 0.1em;
  letter-spacing: -0.04em;
  text-wrap: balance;
  font-weight: 400;
}
@media (width < 48rem) {
  h1, .h1 {
    font-size: 2.5em;
  }
}
@media (48rem <= width <= 60rem) {
  h1, .h1 {
    font-size: 3.75em;
  }
}
@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: 3em;
  }
}

h2, .h2 {
  line-height: 1.1;
  margin: 0;
  margin-left: -0.05em;
  letter-spacing: -0.04em;
  text-wrap: balance;
  font-weight: 400;
}
@media (width < 48rem) {
  h2, .h2 {
    font-size: 1.75em;
    margin-bottom: 1em;
  }
}
@media (width >= 48rem) {
  h2, .h2 {
    font-size: 3em;
    margin-bottom: 0.5em;
  }
}
@media (width < 48rem) {
  h2.small, .h2.small {
    font-size: 1.75em;
  }
}
@media (width >= 48rem) {
  h2.small, .h2.small {
    font-size: 2em;
  }
}

h3, .h3 {
  line-height: 1.1;
  margin: 0;
  margin-left: -0.05em;
  margin-bottom: 0.5em;
  letter-spacing: -0.03em;
  text-wrap: balance;
  font-weight: 400;
}
@media (width < 48rem) {
  h3, .h3 {
    font-size: 1.5em;
  }
}
@media (width >= 48rem) {
  h3, .h3 {
    font-size: 2em;
  }
}
@media (width < 48rem) {
  h3.small, .h3.small {
    font-size: 1.25em;
  }
}
@media (width >= 48rem) {
  h3.small, .h3.small {
    font-size: 1.5em;
  }
}

h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.1;
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 1.25em;
  letter-spacing: -0.03em;
  text-wrap: balance;
  font-weight: 400;
}

.textFormatting .is-small {
  font-size: 0.8em;
  text-wrap: balance;
}
.textFormatting .is-small:not(:last-child) {
  margin-bottom: 0.5lh;
}
.textFormatting .is-large {
  opacity: 1;
  line-height: 1.26;
  color: currentColor;
  text-wrap: balance;
  font-weight: 400;
}
@media (width < 48rem) {
  .textFormatting .is-large {
    font-size: 1.2em;
  }
}
@media (width >= 48rem) {
  .textFormatting .is-large {
    font-size: 1.3em;
  }
}
.textFormatting h2:not(:first-child, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h3 + h2, h3 + h3, h3 + h4, h4 + h4, .label + h2), .textFormatting h3:not(:first-child, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h3 + h2, h3 + h3, h3 + h4, h4 + h4, .label + h2), .textFormatting h4:not(:first-child, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h3 + h2, h3 + h3, h3 + h4, h4 + h4, .label + h2), .textFormatting h5:not(:first-child, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h3 + h2, h3 + h3, h3 + h4, h4 + h4, .label + h2) {
  margin-top: 1lh;
}
.textFormatting h2 a:not([href^="tel:"]):hover, .textFormatting h3 a:not([href^="tel:"]):hover, .textFormatting h4 a:not([href^="tel:"]):hover, .textFormatting h5 a:not([href^="tel:"]):hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}
.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: 1lh;
}
.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 60%, transparent);
  font-weight: 400;
  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: #F53D3D;
}
.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 small.date {
  display: block;
  text-transform: uppercase;
  opacity: 0.5;
  margin-bottom: 1em;
}
.textFormatting ul:not([class], [typeof]) {
  padding-left: 1.1em;
  margin-bottom: 1lh !important;
}
.textFormatting ul:not([class], [typeof]) li {
  margin-bottom: 0.25em;
}
.textFormatting ol:not([class], [typeof]) {
  padding-left: 1.3em;
  margin-bottom: 1lh !important;
}
.textFormatting ol:not([class], [typeof]) li {
  margin-bottom: 0.25em;
}
.textFormatting table:not(:last-child) {
  margin-bottom: 0.5lh;
}
@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;
  border-radius: 0.15rem;
  overflow: hidden;
}
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: rgb(127.5, 127.5, 127.5);
  line-height: 1.3;
  padding-top: 0.51lh;
}
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);
}
@supports not (font-size: clamp(0.5rem, 0.55em, 0.8rem)) {
  figure figcaption.copyright {
    font-size: min(max(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 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgb(229.5, 229.5, 229.5) !important;
}
.missingImage img {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  opacity: 0.2 !important;
  width: 70% !important;
  filter: grayscale(1);
}

.outlines {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.outlines .columns {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: calc(90rem - 10vw);
  margin-inline: auto;
}
@media (width >= 68.75rem) {
  .outlines .columns {
    left: 3em;
    right: 3em;
    max-width: calc(90rem - 6em);
  }
}
.outlines .columns::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100vh;
  background: linear-gradient(#fafafa 10rem, rgba(250, 250, 250, 0) 50vh);
}
.outlines .columns .column {
  display: flex;
  height: 100%;
  flex-grow: 1;
  border: 1px solid rgb(229.5, 229.5, 229.5);
  margin-right: -1px;
}
.outlines .columns .column:nth-child(odd) .lines {
  transform: translateY(calc(var(--scroll-velocity) * 1em));
}
.outlines .columns .column:nth-child(even) .lines {
  transform: translateY(calc(var(--scroll-velocity) * -1em));
}
.outlines .columns .column:nth-child(even) .lines .line:nth-child(2) {
  transform: rotate(20deg) scaleX(1.075);
}
.outlines .columns .column:nth-child(1) .lines, .outlines .columns .column:nth-child(5) .lines, .outlines .columns .column:nth-child(9) .lines {
  margin-top: 0vh;
  margin-bottom: 0vh;
}
.outlines .columns .column:nth-child(2) .lines, .outlines .columns .column:nth-child(6) .lines, .outlines .columns .column:nth-child(10) .lines {
  margin-top: -25vh;
  margin-bottom: 25vh;
}
.outlines .columns .column:nth-child(3) .lines, .outlines .columns .column:nth-child(7) .lines, .outlines .columns .column:nth-child(11) .lines {
  margin-top: -15vh;
  margin-bottom: 15vh;
}
.outlines .columns .column:nth-child(4) .lines, .outlines .columns .column:nth-child(8) .lines, .outlines .columns .column:nth-child(12) .lines {
  margin-top: 5vh;
  margin-bottom: -5vh;
}
.outlines .columns .column .lines {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.outlines .columns .column .lines .line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
}

.sideLine {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: 1.5em;
  line-height: 1;
}
@media (width < 48rem) {
  .sideLine {
    display: none;
  }
}
.sideLine.top .line {
  order: 2;
}
.sideLine.top .text {
  order: 1;
}
.sideLine .line {
  flex-grow: 1;
  border-left: 1px solid currentColor;
  opacity: 0.5;
}
.sideLine .text {
  font-size: 0.5em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin-left: -0.5lh;
}

.objectSpecs {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: 100%;
  line-height: 1;
}
.objectSpecs.small {
  font-size: 0.9em;
}
.objectSpecs.default {
  font-size: 1.1em;
}
.objectSpecs .price {
  width: 100%;
  font-weight: 400;
}
.objectSpecs .specs {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5em 1em;
  font-size: 0.8em;
}
.objectSpecs .specs .spec {
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.objectSpecs .specs .spec svg {
  width: 1.2em;
  height: 1.2em;
  opacity: 0.5;
}

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;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  font-size: 0.65em;
  width: 2em;
  height: 2em;
  border-radius: 3em;
  background: #F53D3D;
  color: #ffffff;
  font-weight: 700;
}

.label {
  display: inline-flex;
  background: rgba(0, 0, 0, 0.1);
  line-height: 1;
  padding: 0.5em 0.7em;
  font-weight: 400;
}
.label.mini {
  font-size: 0.5rem !important;
}
.label.small {
  font-size: 0.6rem !important;
}
.label.medium {
  font-size: 0.7rem !important;
}
.label.large {
  font-size: 0.8rem !important;
}
.label.darkblue {
  background: #12142B;
  color: #ffffff;
}
.blue .label.darkblue {
  background: #585969;
}
.label.red {
  background: #F53D3D;
  color: #ffffff;
}

.objectTitleBlock {
  margin-bottom: 5vh;
  padding-bottom: 5vh;
  border-bottom: 1px solid #cccccc;
}
.objectTitleBlock .label {
  margin: -0.5em 0 1em 0;
}

@media (width < 48rem) {
  .objectTable {
    font-size: 0.9em;
  }
}

.objectActionBlock {
  background: rgba(18, 20, 43, 0.1);
  padding: 1em;
}
.objectActionBlock .button {
  width: 100%;
  margin-bottom: 0.75em;
}
.objectActionBlock p {
  font-size: 0.65em;
}

.headingBar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5em 1em;
}
@media (width < 48rem) {
  .headingBar {
    flex-wrap: wrap;
  }
}
.headingBar .containerMid,
.headingBar .containerInner {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5em 1em;
}
@media (width < 48rem) {
  .headingBar .containerMid,
  .headingBar .containerInner {
    flex-wrap: wrap;
  }
}
.headingBar h1, .headingBar .h1, .headingBar h2, .headingBar .h2, .headingBar h3, .headingBar .h3, .headingBar h4, .headingBar .h4, .headingBar h5, .headingBar .h5 {
  margin-bottom: 0;
  max-width: 70ch;
}

.socialChannels ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75em;
  width: 100%;
}
.socialChannels ul li a {
  display: block;
  width: 1.25em;
  height: 1.25em;
  transition: all 0.15s ease-in-out 0s;
}
.socialChannels ul li a:hover {
  color: #F53D3D;
}
.socialChannels ul li a svg {
  width: 100% !important;
  height: 100% !important;
}

.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);
}

.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 {
  margin-right: 1.5em;
}
@media (width < 48rem) {
  .pagination ul li:first-child {
    margin-right: auto;
  }
}
.pagination ul li:last-child {
  margin-left: 1.5em;
}
@media (width < 48rem) {
  .pagination ul li:last-child {
    margin-left: auto;
  }
}
@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 {
  display: flex;
  align-items: center;
  gap: 0.75em;
  margin-bottom: 0.75em;
}
.breadcrumb ul, .breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb ul li, .breadcrumb ol li {
  display: flex;
  align-items: center;
  font-size: 0.7em;
  line-height: 1;
  color: inherit;
}
.breadcrumb ul li:first-child .divider, .breadcrumb ol li:first-child .divider {
  display: none;
}
.breadcrumb ul li:last-child, .breadcrumb ol li:last-child {
  display: none;
}
.breadcrumb ul li .divider, .breadcrumb ol li .divider {
  font-size: 0.7em;
  padding-inline: 1em;
  opacity: 0.3;
  font-weight: 500;
}
.breadcrumb ul li a, .breadcrumb ol li a {
  color: inherit;
  opacity: 0.5;
  transition: all 0.15s ease-in-out 0s;
}
.breadcrumb ul li a:hover, .breadcrumb ol li a:hover {
  opacity: 1;
}
.breadcrumb .line {
  flex-grow: 1;
  border-top: 1px solid currentcolor;
  opacity: 0.1;
}

.noteBlock {
  border-radius: 0.15rem;
}
@media (width < 48rem) {
  .noteBlock {
    padding: 5vw;
  }
}
@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.26;
}
.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.15rem;
}
.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.15rem;
  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.15rem;
  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.15rem;
  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.3em;
  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] {
  opacity: 0.2;
  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 span {
    text-decoration: underline;
  }
  .button:hover svg[class$=arrow-right] {
    transform: translateX(0.15em);
  }
  .button:hover svg[class$=arrow-left] {
    transform: translateX(-0.15em);
  }
  .button:hover svg[class$=arrow-up] {
    transform: translateY(-0.15em);
  }
  .button:hover svg[class$=arrow-down] {
    transform: translateY(0.15em);
  }
  .button:hover svg[class$=arrow-right-up] {
    transform: translate(0.15em, -0.15em);
  }
  .button:hover svg[class$=arrow-left-up] {
    transform: translate(0.15em, 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.15rem;
  padding-inline: 1em;
  padding-top: 0.6em;
  padding-bottom: 0.7em;
  font-weight: 400;
}
.button.rectangular svg, .button.pill svg {
  width: 1.2em;
  height: 1.2em;
  margin-block: -0.1em;
  color: #F53D3D;
  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.7rem !important;
}
.button.rectangular.small, .button.pill.small {
  font-size: 0.8rem !important;
}
.button.rectangular.medium, .button.pill.medium {
  font-size: 0.9rem !important;
}
.button.rectangular.large, .button.pill.large {
  font-size: 1rem !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;
  font-weight: 400;
}
.button.textual span {
  text-underline-offset: 0.3em;
}
.button.textual svg {
  width: 1.2em;
  height: 1.2em;
  color: #F53D3D;
  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.7em !important;
}
.button.textual.small {
  font-size: 0.8em !important;
}
.button.textual.medium {
  font-size: 0.9em !important;
}
.button.textual.large {
  font-size: 1.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.15rem;
}
.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.darkblue {
  background: #12142B;
  color: #ffffff;
}
.blue .button.solid.darkblue {
  background: rgba(255, 255, 255, 0.2);
}
.button.solid.darkblue:hover {
  background: rgb(25.5245901639, 28.3606557377, 60.9754098361);
}
.blue .button.solid.darkblue:hover {
  background: rgba(255, 255, 255, 0.25);
}
.button.solid.darkblue:active, .button.solid.darkblue.is-active {
  background: rgb(33.0491803279, 36.7213114754, 78.9508196721);
}
.blue .button.solid.darkblue:active, .blue .button.solid.darkblue.is-active {
  background: rgba(255, 255, 255, 0.3);
}
.button.solid.lightblue {
  background: rgba(18, 20, 43, 0.05);
  color: #12142B;
}
.button.solid.lightblue:hover {
  background: rgba(18, 20, 43, 0.1);
}
.button.solid.lightblue:active, .button.solid.lightblue.is-active {
  background: rgba(18, 20, 43, 0.2);
}
.button.solid.red {
  background: #F53D3D;
  color: #ffffff;
}
.button.solid.red:hover {
  background: rgb(243.75, 36.75, 36.75);
}
.button.solid.red:active, .button.solid.red.is-active {
  background: rgb(242.5, 12.5, 12.5);
}
.button.solid.red svg {
  color: #ffffff !important;
}
.button.solid.white {
  background: #ffffff;
  color: #12142B;
}
.button.textual.darkblue {
  color: #12142B;
}
.blue .button.textual.darkblue {
  color: #ffffff;
}
.button.textual.red {
  color: #F53D3D;
}
.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);
}

.form .singleLineForm {
  position: relative;
  display: flex;
  width: 100%;
  gap: 0.5em;
}
@media (width < 48rem) {
  .form .singleLineForm {
    flex-direction: column;
  }
}
.form .singleLineForm .formfield {
  align-items: center;
}
@media (width >= 48rem) {
  .form .singleLineForm.overlap input {
    padding-right: 6.5em;
  }
}
.form .singleLineForm.overlap .button {
  position: absolute;
  right: 0;
  z-index: 3;
  height: calc(100% - 0.5em);
  margin: 0.25em;
}
.form .singleLineForm label {
  flex-grow: 1;
}
.form .singleLineForm label input {
  width: 100%;
  border-radius: 0.15rem;
}
@media (width < 48rem) {
  .form .singleLineForm .button {
    display: none;
  }
}
@media (width >= 48rem) {
  .form .singleLineForm .button {
    align-items: center;
  }
}
.form .row {
  position: relative;
  display: flex;
  gap: 0 1em;
}
@media (width < 48rem) {
  .form .row {
    flex-wrap: wrap;
    margin-bottom: 1.5em;
  }
}
.form .row:has(.has-heading) {
  gap: 0 1em;
  margin-bottom: 1em;
}
.form .row:has(.has-label) {
  gap: 0 1em;
  margin-bottom: 1.25em;
}
.form .row:has(.has-insideLabel) {
  gap: 0 0.75em;
  margin-bottom: 0.75em;
}
.form .row .radiobutton input:required ~ .formlabel.note,
.form .row .checkbox input:required ~ .formlabel.note,
.form .row .lightswitch input:required ~ .formlabel.note {
  left: 0;
  opacity: 1;
}
.form .row label:has(:required) .formlabel.text:after,
.form .row label:has(:required) .formlabel.text:after {
  color: #E45D8D;
  margin-left: 0.25em;
  content: "*";
}
.form .row .has-heading {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
}
.form .row .has-heading .formlabel.text {
  order: 1;
  margin-bottom: 0.5em;
  font-size: 0.85em;
  font-weight: 600;
}
.form .row .has-heading .formlabel.error-message {
  order: 2;
  color: #E45D8D;
  font-size: 0.8em;
  margin-left: 0.5em;
}
.form .row .has-heading .formlabel.note {
  display: none;
}
.form .row .has-heading input,
.form .row .has-heading textarea,
.form .row .has-heading select {
  order: 3;
}
.form .row.checkboxes > .has-label, .form .row.radiobuttons > .has-label {
  width: 100%;
}
.form .row.checkboxes > .has-label .note, .form .row.radiobuttons > .has-label .note {
  opacity: 1 !important;
  white-space: nowrap;
}
.form .row .has-label .formlabel {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: 1;
  font-size: 0.7em;
  padding: 0.2em 0.5em 0.3em;
  border-radius: 0.15rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  font-weight: 600;
  transition: all 0.15s ease-in-out 0s;
}
.form .row .has-label .formlabel.text {
  z-index: 3;
  background: #39C692;
  color: #ffffff;
}
.form .row .has-label .formlabel.note {
  z-index: 2;
  background: rgb(247.35, 247.35, 247.35);
  color: #cccccc;
}
.form .row .has-label .formlabel.error-message {
  z-index: 3;
  background: #E45D8D;
  color: #ffffff;
}
.form .row.checkboxes > .has-insideLabel, .form .row.radiobuttons > .has-insideLabel {
  width: 100%;
}
.form .row.checkboxes > .has-insideLabel .text, .form .row.radiobuttons > .has-insideLabel .text {
  position: relative !important;
  top: auto;
  left: auto;
  margin-bottom: 0.5em;
  font-size: 0.7em;
  color: #12142B !important;
  font-weight: 700;
}
.form .row .has-insideLabel .formlabel {
  position: absolute;
  top: 1.1em;
  left: 1em;
  display: block;
  line-height: 1;
  pointer-events: none;
  transition: all 0.15s ease-in-out 0s;
}
.form .row .has-insideLabel .formlabel.text {
  z-index: 3;
  color: #999999;
}
.form .row.inline {
  flex-direction: row;
  flex-wrap: wrap;
}
.form .row.stacked {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.form .row label {
  font-size: 0.85em;
  line-height: 1.2;
}
.form .row label.size-15 {
  width: 15%;
}
.form .row label.size-20 {
  width: 20%;
}
.form .row label.size-25 {
  width: 25%;
}
.form .row label.size-30 {
  width: 30%;
}
.form .row label.size-33 {
  width: 33.333333%;
}
.form .row label.size-35 {
  width: 35%;
}
.form .row label.size-40 {
  width: 40%;
}
.form .row label.size-45 {
  width: 45%;
}
.form .row label.size-50 {
  width: 50%;
}
.form .row label.size-75 {
  width: 75%;
}
.form .row label.size-100 {
  width: 100%;
}
@media (width < 48rem) {
  .form .row label[class*=size] {
    width: 100% !important;
  }
}
.form .description {
  margin-bottom: 1.6em;
}
.form .description p {
  font-size: 0.8em;
}

.formfield {
  display: flex;
  align-items: baseline;
  position: relative;
}
@media (width < 48rem) {
  .formfield + .formfield,
  .formfield + .selectfield {
    margin-top: 1em;
  }
}
.formfield.has-label input:required,
.formfield.has-label textarea:required {
  border-top-left-radius: 0;
}
.formfield.has-label input:required ~ .formlabel.note,
.formfield.has-label textarea:required ~ .formlabel.note {
  opacity: 1;
}
.formfield.has-label input:required ~ .formlabel.text,
.formfield.has-label textarea:required ~ .formlabel.text {
  background: rgb(247.35, 247.35, 247.35) !important;
  color: #cccccc !important;
}
.formfield.has-label input:not(:required),
.formfield.has-label textarea:not(:required) {
  border-top-left-radius: 0;
}
.formfield.has-label input:not(:required) ~ .formlabel.note,
.formfield.has-label textarea:not(:required) ~ .formlabel.note {
  opacity: 1;
  background: none;
}
.formfield.has-label input:not(:-moz-placeholder), .formfield.has-label textarea:not(:-moz-placeholder) {
  border-top-left-radius: 0;
}
.formfield.has-label input:not(:placeholder-shown),
.formfield.has-label textarea:not(:placeholder-shown) {
  border-top-left-radius: 0;
}
.formfield.has-label input:not(:-moz-placeholder) ~ .formlabel.text, .formfield.has-label textarea:not(:-moz-placeholder) ~ .formlabel.text {
  opacity: 1;
}
.formfield.has-label input:not(:placeholder-shown) ~ .formlabel.text,
.formfield.has-label textarea:not(:placeholder-shown) ~ .formlabel.text {
  opacity: 1;
}
.formfield.has-label input:not(:-moz-placeholder) ~ .formlabel.note, .formfield.has-label textarea:not(:-moz-placeholder) ~ .formlabel.note {
  opacity: 0;
  transform: translateY(0);
}
.formfield.has-label input:not(:placeholder-shown) ~ .formlabel.note,
.formfield.has-label textarea:not(:placeholder-shown) ~ .formlabel.note {
  opacity: 0;
  transform: translateY(0);
}
.formfield.has-insideLabel input,
.formfield.has-insideLabel textarea {
  padding: 1.25em 0.8em 0.7em;
}
.formfield.has-insideLabel input:not(:-moz-placeholder) ~ .formlabel, .formfield.has-insideLabel textarea:not(:-moz-placeholder) ~ .formlabel {
  top: 0.7em;
  left: 1.3em;
  font-size: 0.7em;
  color: #12142B !important;
  opacity: 0.5 !important;
  font-weight: 500;
}
.formfield.has-insideLabel input:focus ~ .formlabel, .formfield.has-insideLabel input:not(:placeholder-shown) ~ .formlabel,
.formfield.has-insideLabel textarea:focus ~ .formlabel,
.formfield.has-insideLabel textarea:not(:placeholder-shown) ~ .formlabel {
  top: 0.7em;
  left: 1.3em;
  font-size: 0.7em;
  color: #12142B !important;
  opacity: 0.5 !important;
  font-weight: 500;
}
.formfield input,
.formfield textarea {
  position: relative;
  z-index: 3;
  width: 100%;
  border: 1.5px solid rgba(0, 0, 0, 0.25);
  padding: 0.7em 0.8em 0.8em;
  border-radius: 0.15rem;
  background: #ffffff;
  transition: all 0.15s ease-in-out 0s;
}
.formfield input[type=search],
.formfield textarea[type=search] {
  -webkit-appearance: none;
}
.formfield input:not(:-moz-placeholder, :disabled), .formfield textarea:not(:-moz-placeholder, :disabled) {
  border-color: #39C692 !important;
}
.formfield input:not(:placeholder-shown, :disabled),
.formfield textarea:not(:placeholder-shown, :disabled) {
  border-color: #39C692 !important;
}
.formfield input:disabled,
.formfield textarea:disabled {
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.1);
  cursor: not-allowed !important;
}
.formfield input:disabled ~ .formlabel.text,
.formfield textarea:disabled ~ .formlabel.text {
  opacity: 0.3 !important;
}
.formfield input::-moz-placeholder, .formfield textarea::-moz-placeholder {
  color: #999999;
}
.formfield input::placeholder,
.formfield textarea::placeholder {
  color: #999999;
}
.formfield .preIcon {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  margin-left: 0.75em;
}
.formfield .preIcon svg {
  width: 1.4em;
  height: 1.4em;
}
.formfield .preIcon + input {
  padding-left: 2.5em;
}

.selectfield {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  position: relative;
}
.selectfield.has-label select:required {
  border-top-left-radius: 0;
}
.selectfield.has-label select:required ~ .formlabel.note {
  opacity: 1;
}
.selectfield.has-label select:valid {
  border-top-left-radius: 0;
}
.selectfield.has-label select:valid ~ .formlabel.text {
  opacity: 1;
}
.selectfield.has-label select:valid ~ .formlabel.note {
  opacity: 0;
  transform: translateY(0);
}
.selectfield.has-insideLabel select {
  padding: 0.9em 0.8em 1.1em;
}
.selectfield.has-insideLabel:after {
  bottom: 1.2em;
}
.selectfield select {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1.5px solid rgba(0, 0, 0, 0.25);
  padding: 0.6em 0.8em 0.8em;
  border-radius: 0.15rem;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #999999;
  transition: border-color 0.15s ease-in-out 0s;
}
.selectfield select:focus {
  outline: none;
}
.selectfield select[disabled] {
  opacity: 0.3;
  cursor: not-allowed !important;
}
.selectfield select:valid {
  border-color: #39C692;
  color: #12142B;
}
.selectfield:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 1em;
  bottom: 0.8em;
  width: 0.9rem;
  height: 0.9rem;
  pointer-events: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out 0s;
  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='M5 11L16 22L27 11' stroke='%23999999' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}

label.radiobutton {
  display: inline-flex;
  padding: 0.25em 0;
  border-radius: 0.15rem;
}
label.radiobutton input[type=radio] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--form-background);
  margin: 0;
  width: 1.2em;
  height: 1.2em;
  border: 1.5px solid rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}
label.radiobutton input[type=radio]:not([disabled]) {
  cursor: pointer;
}
label.radiobutton input[type=radio]::before {
  content: "";
  width: 65%;
  height: 65%;
  border-radius: 50%;
  transform: scale(0);
  box-shadow: inset 1em 1em #000000;
  background-color: CanvasText;
  transition: 120ms transform ease-in-out;
}
label.radiobutton input[type=radio]:checked {
  border-color: #000000;
}
label.radiobutton input[type=radio]:checked:before {
  transform: scale(1);
}
label.radiobutton input[type=radio][disabled] {
  opacity: 0.3;
  cursor: not-allowed !important;
}
label.radiobutton input[type=radio][disabled] + .text {
  opacity: 0.4;
  cursor: not-allowed !important;
}
label.radiobutton input[type=radio]:valid ~ .formlabel.text {
  opacity: 1;
}
label.radiobutton input[type=radio]:valid ~ .formlabel.note {
  opacity: 0 !important;
  transform: translateY(0) !important;
}
label.radiobutton .text {
  padding-left: 0.5em;
  cursor: pointer;
}
label.radiobutton .formlabel {
  display: none;
}

label.checkbox {
  display: inline-flex;
  padding: 0.25em 0;
}
label.checkbox input[type=checkbox] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--form-background);
  background-color: #ffffff;
  margin: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1.5px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.2em;
  transition: all 0.15s ease-in-out 0s;
}
label.checkbox input[type=checkbox]:not([disabled]) {
  cursor: pointer;
}
label.checkbox input[type=checkbox]::before {
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  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='%23ffffff' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
label.checkbox input[type=checkbox]:checked {
  background: black;
  background-color: #000000;
}
label.checkbox input[type=checkbox]:checked::before {
  transform: scale(0.9);
}
label.checkbox input[type=checkbox][disabled] {
  opacity: 0.3;
  cursor: not-allowed !important;
}
label.checkbox input[type=checkbox][disabled] + .text {
  opacity: 0.4;
  cursor: not-allowed !important;
}
label.checkbox input[type=checkbox]:valid ~ .formlabel.text {
  opacity: 1;
}
label.checkbox input[type=checkbox]:valid ~ .formlabel.note {
  opacity: 0 !important;
  transform: translateY(0) !important;
}
label.checkbox .text {
  padding-left: 0.5em;
  cursor: pointer;
}
label.checkbox .text a {
  text-decoration: underline;
}
label.checkbox .formlabel {
  display: none;
}

.lightswitch {
  position: relative;
  display: inline-flex;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: all 0.15s ease-in-out 0s;
}
.lightswitch.small .switch {
  font-size: 0.6rem;
}
.lightswitch.medium .switch {
  font-size: 0.85rem;
}
.lightswitch.is-required {
  pointer-events: none;
}
.lightswitch.is-required .text .is-on {
  display: none !important;
}
.lightswitch.is-required .text .is-off {
  display: none !important;
}
.lightswitch.is-required .switch {
  opacity: 0.5;
}
.lightswitch input {
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  order: 1;
}
.lightswitch input:checked ~ .switch {
  background: #39C692;
}
.lightswitch input:checked ~ .switch:before {
  left: 100%;
  transform: translateX(75%) scale(0.8);
}
.lightswitch input:checked ~ .text .is-on {
  display: block;
}
.lightswitch input:checked ~ .text .is-off {
  display: none;
}
.lightswitch .switch {
  order: 2;
  position: relative;
  display: flex;
  border-radius: 2em;
  width: 3.5em;
  height: 2em;
  background: rgb(229.5, 229.5, 229.5);
  transition: all 0.15s ease-in-out 0s;
}
.lightswitch .switch:before {
  display: block;
  background: white;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  transform: translateX(0) scale(0.8);
  transition: all 0.15s;
  content: "";
}
.lightswitch .text {
  order: 3;
  margin-left: 0.75em;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.15s ease-in-out 0s;
}
.lightswitch .text .is-on {
  display: none;
}
.lightswitch .text .is-off {
  display: block;
}

.fileuploader {
  width: 100%;
}

.fileupload {
  border: 1.5px solid rgba(0, 0, 0, 0.25);
  padding: 1em;
  border-radius: 0.15rem;
  background: #ffffff;
}
.fileupload:has(:valid) {
  border-color: #39C692;
}
.fileupload input {
  font-size: 0.8em;
  width: 100%;
}
.fileupload input::file-selector-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);
  line-height: 1.1 !important;
  max-width: 100%;
  text-align: left;
  border-radius: 0.15rem;
  padding: 0.75em 1em 0.9em;
  font-size: 0.7rem;
  background: #000000;
  color: #ffffff;
  margin-right: 1em;
  font-weight: 600;
  transition: all 0.15s ease-in-out 0s;
}
@media (hover: hover) and (pointer: fine) {
  .fileupload input::file-selector-button:hover {
    background: #000000;
  }
}
.fileupload input::file-selector-button:active {
  background: #000000;
}

input.is-error,
textarea.is-error,
select.is-error {
  border-color: #E45D8D !important;
}
input.is-error:valid,
textarea.is-error:valid,
select.is-error:valid {
  border-color: #39C692 !important;
}
input.is-error:valid ~ .error-message,
textarea.is-error:valid ~ .error-message,
select.is-error:valid ~ .error-message {
  display: none;
}
.has-label input.is-error:not(:valid) ~ .error-message,
.has-label textarea.is-error:not(:valid) ~ .error-message,
.has-label select.is-error:not(:valid) ~ .error-message {
  opacity: 1 !important;
  transform: translateY(-100%) !important;
}

.radiobuttons:has(.is-error):has(input:checked) input:not(:checked),
.checkboxes:has(.is-error):has(input:checked) input:not(:checked) {
  border-color: rgba(0, 0, 0, 0.25) !important;
}
.radiobuttons:has(.is-error):has(input:checked) .error-message,
.checkboxes:has(.is-error):has(input:checked) .error-message {
  display: none;
}

: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 rgba(21, 156, 228, 0.5);
  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(21, 156, 228, 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%;
  max-width: 90rem;
  margin-inline: auto;
}
@media (width <= 68.75rem) {
  .container {
    padding-inline: 5vw;
  }
}
@media (width >= 68.75rem) {
  .container {
    padding-inline: 3em;
  }
}

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

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

@keyframes arrowBounce {
  0% {
    transform: translateY(-25%);
  }
  50% {
    transform: translateY(25%);
  }
  100% {
    transform: translateY(-25%);
  }
}
:root {
  interpolate-size: allow-keywords;
}

@view-transition {
  navigation: auto;
}
html body {
  display: flex;
  flex-direction: column;
  color: #12142B;
  background: #FAFAFA;
  min-height: 100vh;
}
html body *[id] {
  scroll-margin-top: var(--scrollMarginTop);
}
html body ::-moz-selection {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
html body ::selection {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
html body main {
  margin-bottom: auto;
}

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

strong, b {
  font-weight: 500;
}

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.16em;
  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(18, 20, 43, 0.075);
  margin: 10vh 0;
}
@media (width < 48rem) {
  hr {
    margin-block: 7.5vh;
  }
}
@media (width >= 48rem) {
  hr {
    margin-block: 10vh;
  }
}
@media (width < 48rem) {
  hr.small {
    margin-block: 2.5vh;
  }
}
@media (width >= 48rem) {
  hr.small {
    margin-block: 5vh;
  }
}

address {
  font-style: normal;
}

table {
  width: 100%;
  margin: 0;
  vertical-align: top;
  text-align: left;
  border-color: rgb(229.5, 229.5, 229.5);
}
table > * > * > * {
  padding: 0.5em 1em 0.5em 0;
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
}
table > tbody {
  vertical-align: inherit;
}
table > thead {
  vertical-align: bottom;
}
table > :not(:first-child) {
  border-top: 0.1em solid #000000;
}
table td h3 {
  margin-top: 1em;
}

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

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

.has-miniMargin:not(:last-child) {
  margin-bottom: 2.5vh;
}

.has-lessMargin:not(:last-child) {
  margin-bottom: 5vh;
}

@media (width < 48rem) {
  .has-margin:not(:last-child) {
    margin-bottom: 7.5vh;
  }
}
@media (width >= 48rem) {
  .has-margin:not(:last-child) {
    margin-bottom: 10vh;
  }
}

@media (width < 48rem) {
  .has-moreMargin:not(:last-child) {
    margin-bottom: 10vh;
  }
}
@media (width >= 48rem) {
  .has-moreMargin:not(:last-child) {
    margin-bottom: 15vh;
  }
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.is-left .containerMid {
  margin-left: 0 !important;
}
.is-left .containerMid .containerInner {
  margin-left: 0;
}

@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: 10vh;
  }
  .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: 10vh;
  }
  .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: 1.25vh;
}

.spacerMini {
  width: 100% !important;
  height: 2.5vh;
}

.spacerSmall {
  width: 100% !important;
  height: 5vh;
}

.spacerMedium {
  width: 100% !important;
  height: 7.5vh;
}

.spacerLarge {
  width: 100% !important;
  height: 10vh;
}

.spacerXlarge {
  width: 100% !important;
  height: 20vh;
}

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

header.header {
  position: sticky;
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.scrollUp header.header {
  transform: translateY(-100%);
}
.scrollDown header.header, .scrollTop header.header {
  transform: translateY(0);
}
header.header.blue {
  background-color: #12142B;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
}
header.header.blue .topBar {
  background-color: #12142B;
  border-color: rgba(255, 255, 255, 0.15);
}
header.header.blue .topBar nav.externalNav {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
header.header.blue .mainBar {
  background-color: #12142B;
}
header.header.blue .mainBar .subMenu {
  background-color: #12142B;
  color: #ffffff;
}
header.header.white {
  background-color: #ffffff;
  color: #12142B;
  border-color: rgba(18, 20, 43, 0.15);
}
header.header.white .topBar {
  background-color: #ffffff;
  border-color: rgba(18, 20, 43, 0.15);
}
header.header.white .topBar nav.externalNav {
  border-color: rgba(18, 20, 43, 0.15) !important;
}
header.header.white .mainBar {
  background-color: #ffffff;
}
header.header.white .mainBar .subMenu {
  background-color: #ffffff;
  color: #12142B;
}
header.header .topBar {
  position: relative;
  z-index: 1;
  height: var(--headerTopbarHeight);
  border-bottom: 1px solid transparent;
}
header.header .topBar .container {
  display: flex;
  height: 100%;
  line-height: 1;
}
header.header .topBar .container nav {
  display: flex;
  align-items: center;
  height: 100%;
}
header.header .topBar .container nav.secondaryNav {
  margin-left: -0.5em;
  margin-right: auto;
}
@media (width < 48rem) {
  header.header .topBar .container nav.secondaryNav {
    display: none;
  }
}
header.header .topBar .container nav.secondaryNav .is-active {
  font-weight: 400;
}
header.header .topBar .container nav.secondaryNav .is-active span {
  opacity: 1 !important;
}
header.header .topBar .container nav.languageNav {
  margin-right: 0.5em;
}
@media (width < 48rem) {
  header.header .topBar .container nav.languageNav {
    margin-right: auto;
  }
}
header.header .topBar .container nav.languageNav ul li {
  display: flex;
  align-items: center;
}
header.header .topBar .container nav.languageNav ul li a {
  padding-inline: 0.25em !important;
}
header.header .topBar .container nav.languageNav ul li a span {
  opacity: 0.5 !important;
}
header.header .topBar .container nav.languageNav ul li a.is-active span {
  opacity: 1 !important;
}
header.header .topBar .container nav.externalNav .button {
  padding-top: 0.3em;
  padding-bottom: 0.4em;
}
header.header .topBar .container nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
header.header .topBar .container nav ul li {
  position: relative;
}
header.header .topBar .container nav a {
  display: flex;
  align-items: center;
  gap: 0 0.25em;
  padding: 0.1em 0.5em;
}
header.header .topBar .container nav a .text {
  opacity: 0.7;
  font-size: 0.7em;
  transition: all 0.15s ease-in-out 0s;
}
header.header .topBar .container nav a svg {
  color: #F53D3D;
  width: 0.8em;
  height: 0.8em;
}
header.header .topBar .container nav a:hover .text {
  opacity: 1 !important;
}
header.header .mainBar {
  height: var(--headerMainbarHeight);
}
header.header .mainBar .container {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 1em;
  height: 100%;
  line-height: 1;
}
header.header .mainBar .container .brand {
  position: relative;
  flex: 0 0 auto;
  cursor: pointer;
}
@media (width < 48rem) {
  header.header .mainBar .container .brand {
    width: 8em;
  }
}
@media (48rem <= width <= 60rem) {
  header.header .mainBar .container .brand {
    margin-top: -0.25em;
    width: 8em;
  }
}
@media (width >= 60rem) {
  header.header .mainBar .container .brand {
    margin-top: -0.25em;
    width: 9em;
  }
}
header.header .mainBar .container .brand .logo {
  position: relative;
  display: block;
}
header.header .mainBar .container .brand .logo img {
  display: block;
}
header.header .mainBar .container nav {
  display: flex;
  align-items: center;
  height: 100%;
  flex-grow: 1;
}
@media (width < 48rem) {
  header.header .mainBar .container nav {
    display: none;
  }
}
header.header .mainBar .container nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
header.header .mainBar .container nav > ul > li {
  height: 100%;
}
header.header .mainBar .container nav > ul > li.is-right {
  margin-left: auto;
}
header.header .mainBar .container nav > ul > li:last-child a {
  padding-right: 0;
}
header.header .mainBar .container nav > ul > li:hover > a {
  opacity: 1;
  color: #F53D3D !important;
}
header.header .mainBar .container nav > ul > li:has(.subMenu) > a:hover:before, header.header .mainBar .container nav > ul > li:has(.subMenu) > a:hover:after {
  position: absolute;
  bottom: 0;
  display: block;
  height: 2em;
  width: 110%;
  content: "";
}
header.header .mainBar .container nav > ul > li:has(.subMenu) > a:hover:before {
  left: -2em;
  transform: skew(-60deg);
}
header.header .mainBar .container nav > ul > li:has(.subMenu) > a:hover:after {
  right: -2em;
  transform: skew(60deg);
}
header.header .mainBar .container nav > ul > li:has(.subMenu) > a svg {
  display: block !important;
}
header.header .mainBar .container nav > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 0.25em;
  padding-inline: 0.6em;
  height: 100%;
  opacity: 0.7;
  transition: all 0.15s ease-in-out 0s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header.header .mainBar .container nav > ul > li > a > .text {
  font-size: 0.9em;
  font-weight: 500;
}
@media (48rem <= width <= 60rem) {
  header.header .mainBar .container nav > ul > li > a > .text {
    font-size: 0.8em;
  }
}
header.header .mainBar .container nav > ul > li > a > svg {
  display: none;
  width: 1em;
  height: 1em;
  opacity: 0.75;
}
header.header .mainBar .container nav > ul > li > a.is-active {
  opacity: 1;
}
header.header .mainBar .container nav > ul > li > a:hover {
  color: #F53D3D;
  opacity: 1;
}
header.header .mainBar .container nav > ul > li > a:hover + .subMenu {
  display: block;
  transform: translateY(0);
}
header.header .mainBar .container nav > ul > li .subMenu {
  position: absolute;
  z-index: -1;
  right: 0;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 3em;
  transform: translateY(-100%);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
header.header .mainBar .container nav > ul > li .subMenu:hover {
  transform: translateY(0);
}
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);
  margin-left: auto;
  margin-right: -0.2em;
  width: 2rem;
  height: 2rem;
}
@media (width >= 48rem) {
  header.header .mainBar .container .menuButton {
    display: none;
  }
}
header.header .mainBar .container .menuButton svg {
  width: 100%;
  height: 100%;
}

.spyNav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.spyNav li {
  margin-bottom: 0.2em;
}
.spyNav li .button {
  width: 100%;
  justify-content: flex-start;
}
.spyNav li .button.is-active {
  background: #12142B !important;
  color: #ffffff;
}
.floatingNav {
  position: fixed;
  right: 0.25em;
  top: 50%;
  transform: translateY(-50%);
}
.floatingNav nav .spyNav .spyLink.is-active {
  background: red;
}

@media (width < 48rem) {
  html[data-navigation] {
    overflow: hidden;
  }
  html[data-navigation] .navigationBlock {
    pointer-events: auto;
    opacity: 1;
  }
}

@media (width < 48rem) {
  .navigationBlock {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    background-color: #12142B;
    color: #ffffff;
    padding-bottom: 4em;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  .navigationBlock .mobileNavHeader {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding: 0.25em;
  }
  .navigationBlock .mobileNavHeader .button {
    color: #ffffff;
  }
  .navigationBlock .mobileNavLinks nav {
    margin-bottom: 2em;
    width: 100% !important;
  }
  .navigationBlock .mobileNavLinks nav.mainNav li {
    transform: translateY(-3em);
    opacity: 0;
  }
  .navigationBlock .mobileNavLinks nav.mainNav li a {
    font-size: 1.75em;
    padding: 0.25em 0;
    opacity: 0.7;
  }
  .navigationBlock .mobileNavLinks nav.mainNav li a svg {
    display: none;
  }
  .navigationBlock .mobileNavLinks nav.secondaryNav li {
    transform: translateY(-3em);
    opacity: 0;
  }
  .navigationBlock .mobileNavLinks nav.secondaryNav li a {
    font-size: 1.25em;
    padding: 0.5em 0;
    opacity: 0.7;
  }
  .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li {
    display: block;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li {
    transform: translateY(0) !important;
    opacity: 1 !important;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(1) {
    transition-delay: 0.05s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(2) {
    transition-delay: 0.1s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(3) {
    transition-delay: 0.15s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(4) {
    transition-delay: 0.2s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(5) {
    transition-delay: 0.25s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(6) {
    transition-delay: 0.3s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(7) {
    transition-delay: 0.35s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(8) {
    transition-delay: 0.4s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(9) {
    transition-delay: 0.45s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(10) {
    transition-delay: 0.5s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(11) {
    transition-delay: 0.55s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(12) {
    transition-delay: 0.6s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(13) {
    transition-delay: 0.65s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(14) {
    transition-delay: 0.7s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(15) {
    transition-delay: 0.75s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(16) {
    transition-delay: 0.8s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(17) {
    transition-delay: 0.85s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(18) {
    transition-delay: 0.9s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(19) {
    transition-delay: 0.95s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li:nth-child(20) {
    transition-delay: 1s;
  }
  .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li a {
    display: block;
    width: 100%;
    color: #ffffff;
    line-height: 1;
    transition: all 0.15s ease-in-out 0s;
  }
  .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li a:active {
    opacity: 1;
  }
  .navigationBlock .mobileNavLinks nav:not(.socialChannels) ul li a.is-active {
    opacity: 1;
    font-weight: 500;
  }
  .navigationBlock .mobileNavLinks .socialChannels {
    opacity: 0;
  }
  [data-navigation] .navigationBlock .mobileNavLinks .socialChannels {
    opacity: 1 !important;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition-delay: 0.5s;
  }
}
@media (width >= 48rem) {
  .navigationBlock {
    display: none;
  }
}

footer.footer {
  position: relative;
  background: #12142B;
  color: #ffffff;
  margin-top: 10vh;
}
footer.footer .footerTop {
  padding-block: 5vh;
}
footer.footer .footerTop .brand {
  display: block;
  position: relative;
  flex: 0 0 auto;
  cursor: pointer;
}
@media (width < 48rem) {
  footer.footer .footerTop .brand {
    width: 8em;
  }
}
@media (48rem <= width <= 60rem) {
  footer.footer .footerTop .brand {
    width: 9em;
  }
}
@media (width >= 60rem) {
  footer.footer .footerTop .brand {
    width: 9em;
  }
}
footer.footer .footerTop .brand .logo {
  position: relative;
  display: block;
}
footer.footer .footerTop .brand .logo img {
  display: block;
}
footer.footer .footerMid .h2 {
  margin-bottom: 0.15em;
  max-width: 15em;
  font-weight: 300;
}
footer.footer .footerMid .h3 {
  color: #F53D3D;
  margin-bottom: 1em;
  font-weight: 300;
}
footer.footer .footerBottom {
  display: flex;
  font-size: 0.75em;
  padding-top: 10vh;
  padding-bottom: 5vh;
}
@media (width < 48rem) {
  footer.footer .footerBottom {
    flex-direction: column;
  }
}
footer.footer .footerBottom .copyright {
  margin-right: 1em;
  opacity: 0.5;
}
@media (width < 48rem) {
  footer.footer .footerBottom .copyright {
    width: 100%;
    order: 3;
  }
}
@media (width < 48rem) {
  footer.footer .footerBottom nav.footerNav {
    width: 100%;
    order: 2;
    margin-bottom: 1em;
  }
}
footer.footer .footerBottom nav.footerNav a {
  text-decoration: underline;
}
footer.footer .footerBottom nav.languageNav {
  color: rgba(255, 255, 255, 0.25);
}
@media (width < 48rem) {
  footer.footer .footerBottom nav.languageNav {
    width: 100%;
    order: 1;
    margin-bottom: 2em;
  }
}
@media (width >= 48rem) {
  footer.footer .footerBottom nav.languageNav {
    margin-left: auto;
  }
}
footer.footer .footerBottom nav.languageNav a span {
  color: rgba(255, 255, 255, 0.5);
}
footer.footer .footerBottom nav.languageNav a.is-active span {
  color: white;
}
footer.footer .footerBottom nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 1em;
}

.textBlock.is-fullWidth .block {
  max-width: none !important;
}
.textBlock.has-lessMargin + .buttonBlock {
  margin-top: -2.5vh !important;
}
@media (width < 48rem) {
  .textBlock.has-margin + .buttonBlock {
    margin-top: -5vh !important;
  }
}
@media (width >= 48rem) {
  .textBlock.has-margin + .buttonBlock {
    margin-top: -7.5vh !important;
  }
}
@media (width < 48rem) {
  .textBlock.has-moreMargin + .buttonBlock {
    margin-top: -5vh !important;
  }
}
@media (width >= 48rem) {
  .textBlock.has-moreMargin + .buttonBlock {
    margin-top: -10vh !important;
  }
}
.textBlock .block {
  margin-left: 0;
}
.textBlock .block .label {
  margin-bottom: 1em;
}
.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;
}
.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.4);
  -webkit-mask-image: linear-gradient(#000000 25%, transparent);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition-behavior: allow-discrete;
}

.buttonBlock.is-fullWidth .containerMid,
.buttonBlock.is-fullWidth .block {
  max-width: none !important;
  margin-left: 0 !important;
}
.buttonBlock .block {
  margin-inline: auto;
  max-width: 70ch;
}

@media (width >= 48rem) {
  .quoteBlock:has(.sideLine) .block {
    width: calc(100% - 3em);
  }
}
.quoteBlock .container {
  display: flex;
}
.quoteBlock .container .block {
  padding: 0;
  margin: 0;
  max-width: 91ch;
}
.quoteBlock .container .block .text {
  line-height: 1.1;
  margin-left: -0.05em;
  letter-spacing: -0.04em;
  text-wrap: balance;
  font-weight: 300;
}
@media (width < 48rem) {
  .quoteBlock .container .block .text {
    font-size: 1.75em;
  }
}
@media (width >= 48rem) {
  .quoteBlock .container .block .text {
    font-size: 2.5em;
  }
}
.quoteBlock .container .block cite {
  display: block;
  color: rgba(18, 20, 43, 0.5);
  font-size: 0.9em;
  font-style: normal;
  margin-top: 1.5em;
}
.quoteBlock .container .block cite .cite1 {
  font-weight: 300;
}
.quoteBlock .container .block cite .cite1 + .cite2 {
  margin-left: 0.5em;
}
.quoteBlock .container .block 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: 5vw;
    order: 2;
  }
}
@media (48rem <= width <= 60rem) {
  .bannerBlock .banner .text {
    width: 50%;
    padding: 5vw;
  }
}
@media (60rem <= width <= 68.75rem) {
  .bannerBlock .banner .text {
    width: 50%;
    padding: 5vw;
  }
}
@media (width >= 68.75rem) {
  .bannerBlock .banner .text {
    width: 50%;
    padding: 3em;
  }
}
.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;
}

.bannerContact .containerInner {
  margin-left: 0;
}
.bannerContact .contactList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bannerContact .contactList .contactItem {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin-top: -1px;
}
@media (width < 48rem) {
  .bannerContact .contactList .contactItem {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
    padding-block: 1.5em;
  }
}
@media (width >= 48rem) {
  .bannerContact .contactList .contactItem {
    gap: 1.5em;
    padding-block: 1em;
  }
}
.bannerContact .contactList .contactItem .text {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  flex-grow: 1;
}
@media (width < 48rem) {
  .bannerContact .contactList .contactItem .text {
    order: 2;
  }
}
.bannerContact .contactList .contactItem .text h3 {
  margin-bottom: 0.5em;
}
@media (width < 48rem) {
  .bannerContact .contactList .contactItem .text .flowInline {
    flex-direction: column;
    align-items: flex-start;
  }
}
.bannerContact .contactList .contactItem figure {
  flex: 0 0 auto;
}
@media (width < 48rem) {
  .bannerContact .contactList .contactItem figure {
    order: 1;
  }
}
.bannerContact .contactList .contactItem figure picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
}
@media (width < 48rem) {
  .bannerContact .contactList .contactItem figure picture img {
    max-height: 2.3em;
  }
}
@media (width >= 48rem) {
  .bannerContact .contactList .contactItem figure picture img {
    max-height: 2.3em;
  }
}

.bannerStats .stats {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
  width: 100%;
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  padding-top: 2em;
}
@media (width < 48rem) {
  .bannerStats .stats {
    flex-direction: column;
  }
}
@media (width >= 48rem) {
  .bannerStats .stats {
    flex-direction: row;
  }
}
.bannerStats .stats .stat {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (width < 48rem) {
  .bannerStats .stats .stat {
    width: 100%;
    flex-direction: row;
    align-items: baseline;
    gap: 1em;
  }
}
@media (width >= 48rem) {
  .bannerStats .stats .stat {
    flex-direction: column;
    gap: 0.5em 0;
    padding-right: clamp(2em, 10vw, 15em);
  }
}
.bannerStats .stats .stat .value {
  font-size: 5em;
  line-height: 1;
  font-weight: 300;
}
.bannerStats .stats .stat .text {
  font-size: 0.9em;
}

.accordionBlock .block details {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  overflow: hidden;
}
.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%;
  padding: 0.8em 1.25em 0.8em 0;
  cursor: pointer;
  font-weight: 600;
}
.accordionBlock .block details summary.title::-webkit-details-marker {
  display: none;
}
.accordionBlock .block details summary.title h3 {
  margin: 0;
  font-size: 1em;
  line-height: 1.3;
}
.accordionBlock .block details summary.title svg {
  position: absolute;
  top: 1em;
  right: 0;
  width: 1.25em;
  height: 1.125em;
  transition: all 0.15s ease-in-out 0s;
}
.accordionBlock .block details::details-content {
  height: 0;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition-behavior: allow-discrete;
}
.accordionBlock .block details div.description {
  padding: 0 3em 1em 0;
  opacity: 0.9;
}
@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.9em;
  margin-bottom: 0;
}
.accordionBlock .block details[open] summary.title svg {
  transform: rotate(45deg);
}
.accordionBlock .block details[open]::details-content {
  height: auto;
}

.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: center;
  flex-wrap: wrap;
  gap: var(--mediaGap);
}
.mediaBlock .container:has(.wide) {
  padding-inline: 0;
}
.mediaBlock .container figure .media {
  position: relative;
  border-radius: 0.15rem;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.mediaBlock .container figure .media media-controller {
  border-radius: 0.15rem;
  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;
}
@media (width < 48rem) {
  .mediaBlock .container figure.default {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .mediaBlock .container figure.default {
    width: 70ch;
  }
}
@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);
  }
}
.mediaBlock .container figure.full {
  width: 100%;
}

.photoGridBlock {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gridGap);
}
@media (width < 48rem) {
  .photoGridBlock {
    --gridGap: 5vw;
  }
}
@media (48rem <= width <= 68.75rem) {
  .photoGridBlock {
    --gridGap: 2.5vw;
  }
}
@media (width >= 68.75rem) {
  .photoGridBlock {
    --gridGap: 1.5em;
  }
}
.photoGridBlock .half {
  display: flex;
  flex-direction: column;
  gap: var(--gridGap);
}
@media (width >= 48rem) {
  .photoGridBlock .half {
    width: calc(50% - var(--gridGap) / 2);
  }
  .photoGridBlock .half:has(figure:nth-child(2)) figure {
    height: calc(50% - var(--gridGap) / 2);
  }
}
.photoGridBlock .full {
  width: 100%;
}
.photoGridBlock figure {
  width: 100%;
  height: 100%;
}
@media (width >= 48rem) {
  .photoGridBlock figure {
    width: 100%;
    height: 100%;
  }
  .photoGridBlock figure .media {
    width: 100%;
    height: 100%;
  }
  .photoGridBlock figure .media picture {
    width: 100%;
    height: 100%;
  }
  .photoGridBlock figure .media picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (width >= 48rem) {
  .photoGridBlock figure .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: none;
    color: #ffffff;
    padding-top: 5em;
    padding-bottom: 1em;
  }
}
@media (width >= 48rem) and (48rem <= width <= 68.75rem) {
  .photoGridBlock figure .caption {
    padding-inline: 2.5vw;
  }
}
@media (width >= 48rem) and (width >= 68.75rem) {
  .photoGridBlock figure .caption {
    padding-inline: 1.5em;
  }
}
@media (width >= 48rem) {
  .photoGridBlock figure .caption span {
    position: relative;
    z-index: 2;
  }
  .photoGridBlock 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%);
  }
}

.visualHighlightBlock {
  position: relative;
  overflow: hidden;
  padding: 0;
  max-width: 90rem;
  margin-inline: auto;
}
@media (width <= 68.75rem) {
  .visualHighlightBlock {
    padding-inline: 5vw;
  }
}
@media (width >= 68.75rem) {
  .visualHighlightBlock {
    padding-inline: 3em;
  }
}
.visualHighlightBlock .visual {
  position: relative;
  height: 100%;
  width: 100%;
}
.visualHighlightBlock .visual figure {
  height: 100%;
  width: 100%;
}
.visualHighlightBlock .visual figure .media {
  width: 100%;
  height: 100%;
}
.visualHighlightBlock .visual figure .media picture {
  width: 100%;
  height: 100%;
}
.visualHighlightBlock .visual figure .media picture img {
  width: 100%;
  height: 100%;
  min-height: 75vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.visualHighlightBlock .visual .gradientOverlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.6;
  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 .visual .textFloater {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.visualHighlightBlock .visual .textFloater .container {
  display: flex;
  color: #ffffff;
}
@media (width < 48rem) {
  .visualHighlightBlock .visual .textFloater .container {
    padding-top: 10vw;
  }
}
@media (48rem <= width <= 68.75rem) {
  .visualHighlightBlock .visual .textFloater .container {
    padding-top: 10vw;
  }
}
@media (width >= 68.75rem) {
  .visualHighlightBlock .visual .textFloater .container {
    padding-top: 6em;
  }
}
.visualHighlightBlock .visual .textFloater .container .sideLine {
  height: 100vh;
  max-height: 20em;
}
.visualHighlightBlock .visual .textFloater .container .block {
  margin: 0;
}
@media (width < 48rem) {
  .visualHighlightBlock .visual .textFloater .container .block {
    width: calc(100% - 3em);
  }
}
@media (width >= 48rem) {
  .visualHighlightBlock .visual .textFloater .container .block {
    width: calc(100% - 3em);
    max-width: 65ch;
  }
}

.groupBlock {
  --groupGap: 1em;
}
.groupBlock[data-gap=none] {
  --groupGap: 0em;
}
@media (width < 48rem) {
  .groupBlock[data-gap=none] > .container {
    gap: 10vh;
  }
}
.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="1"] {
    width: calc(33.3333333333% - var(--groupGap) / 2 * 1);
  }
}
@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 <= 60rem) {
  .groupBlock[data-columns="4"] > .container > * {
    width: 100%;
  }
}
@media (width >= 60rem) {
  .groupBlock[data-columns="4"] > .container > *[data-column-span="1"] {
    width: calc(25% - var(--groupGap) / 4 * 1);
  }
}
@media (width >= 60rem) {
  .groupBlock[data-columns="4"] > .container > *[data-column-span="2"] {
    width: calc(50% - var(--groupGap) / 4 * 2);
  }
}
@media (width >= 60rem) {
  .groupBlock[data-columns="4"] > .container > *[data-column-span="3"] {
    width: calc(75% - var(--groupGap) / 4 * 3);
  }
}
@media (width >= 60rem) {
  .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="1"] {
    width: calc(20% - var(--groupGap) / 5 * 1);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="5"] > .container > *[data-column-span="2"] {
    width: calc(40% - var(--groupGap) / 5 * 2);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="5"] > .container > *[data-column-span="3"] {
    width: calc(60% - var(--groupGap) / 5 * 3);
  }
}
@media (width >= 48rem) {
  .groupBlock[data-columns="5"] > .container > *[data-column-span="4"] {
    width: calc(80% - var(--groupGap) / 5 * 4);
  }
}
@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 <= 60rem) {
  .groupBlock .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 10vw;
  }
}
.groupBlock .container .textBlock .container {
  padding: 0 !important;
  max-width: none !important;
}
.groupBlock .container .textBlock .containerInner {
  max-width: none !important;
}
.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.15rem;
}
@media (width <= 68.75rem) {
  .groupBlock .container .group > .backgroundBlock {
    padding-inline: 5vw;
  }
}
@media (width >= 68.75rem) {
  .groupBlock .container .group > .backgroundBlock {
    padding-inline: 3em;
  }
}
@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;
  }
}
.groupBlock .container .mediaBlock .container {
  padding: 0 !important;
}
.groupBlock .container .mediaBlock .container figure {
  width: 100% !important;
  margin: 0 !important;
  max-width: none !important;
}
@media (width < 48rem) {
  .groupBlock .container:not(.is-object):has(aside) aside {
    order: 1;
  }
  .groupBlock .container:not(.is-object):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);
    top: calc(var(--headerMainbarHeight) + var(--scrollMarginTop) * 1px);
  }
}
.groupBlock .spyBlock:not(:last-child) {
  padding-bottom: 5vh;
}

.backgroundBlock.has-miniMargin + .backgroundBlock {
  margin-top: -2.5vh !important;
}
.backgroundBlock.has-lessMargin + .backgroundBlock {
  margin-top: -5vh !important;
}
@media (width < 48rem) {
  .backgroundBlock.has-margin + .backgroundBlock {
    margin-top: -7.5vh !important;
  }
}
@media (width >= 48rem) {
  .backgroundBlock.has-margin + .backgroundBlock {
    margin-top: -10vh !important;
  }
}
@media (width < 48rem) {
  .backgroundBlock.has-moreMargin + .backgroundBlock {
    margin-top: -10vh !important;
  }
}
@media (width >= 48rem) {
  .backgroundBlock.has-moreMargin + .backgroundBlock {
    margin-top: -15vh !important;
  }
}

.backgroundBlock {
  padding-top: var(--backgroundPadding);
  padding-bottom: var(--backgroundPadding);
  --backgroundPadding: 10vh;
}
.backgroundBlock[data-padding=none] {
  --backgroundPadding: 0em;
}
.backgroundBlock[data-padding=medium] {
  --backgroundPadding: 10vh;
}
.backgroundBlock[data-padding=small] {
  --backgroundPadding: 5vh;
}
.backgroundBlock[data-padding=large] {
  --backgroundPadding: 20vh;
}
.backgroundBlock[data-padding=xlarge] {
  --backgroundPadding: 30vh;
}
.backgroundBlock.blue {
  background: #12142B;
  color: #ffffff;
}
.backgroundBlock.blue p:not(.is-large), .backgroundBlock.blue ol, .backgroundBlock.blue ul, .backgroundBlock.blue table, .backgroundBlock.blue blockquote .text {
  color: color-mix(in srgb, currentColor 75%, transparent);
}
.backgroundBlock.blue .sideLine {
  color: color-mix(in srgb, currentColor 50%, transparent);
}
.backgroundBlock.grayblue {
  background: #EFF0F3;
}
.backgroundBlock.graybeige {
  background: #F5F2EC;
}
.backgroundBlock.graygreen {
  background: #F0F1EF;
}
.backgroundBlock.white {
  background: #FAFAFA;
}
.backgroundBlock:last-child {
  margin-bottom: -10vh !important;
}

.duoBlock {
  display: flex;
}
@media (width >= 48rem) {
  .duoBlock:has(.sideLine) > .block {
    width: calc(100% - 3em);
  }
}
.duoBlock[data-align=top] > .block {
  align-items: flex-start;
}
.duoBlock[data-align=middle] > .block {
  align-items: center;
}
.duoBlock[data-align=bottom] > .block {
  align-items: flex-end;
}
@media (width >= 60rem) {
  .duoBlock[data-order=mirror] .group {
    order: 1;
  }
}
@media (width >= 60rem) and (60rem <= width <= 68.75rem) {
  .duoBlock[data-order=mirror] .group {
    padding-left: 0 !important;
    padding-right: 5vw;
  }
}
@media (width >= 60rem) and (width >= 68.75rem) {
  .duoBlock[data-order=mirror] .group {
    padding-left: 0 !important;
    padding-right: 3em;
  }
}
@media (width >= 60rem) {
  .duoBlock[data-order=mirror] .mediaBlock {
    order: 2;
  }
}
.duoBlock > .block {
  display: flex;
  justify-content: space-between;
}
@media (width <= 60rem) {
  .duoBlock > .block {
    flex-direction: column;
    align-items: flex-start;
  }
}
.duoBlock > .block > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.duoBlock > .block > * .container {
  padding: 0 !important;
  max-width: none !important;
}
.duoBlock > .block > * .containerInner {
  padding: 0 !important;
  max-width: none !important;
}
.duoBlock > .block .group {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media (width <= 60rem) {
  .duoBlock > .block .group {
    width: 100%;
    padding: 7.5vw 0;
  }
}
@media (60rem <= width <= 68.75rem) {
  .duoBlock > .block .group {
    width: 50%;
    padding-left: 5vw;
  }
}
@media (width >= 68.75rem) {
  .duoBlock > .block .group {
    width: 50%;
    padding-left: 3em;
  }
}
.duoBlock > .block .group > *:last-child {
  margin-bottom: 0 !important;
}
@media (width >= 60rem) {
  .duoBlock > .block .mediaBlock {
    width: 50%;
    flex-grow: 1;
  }
}
.duoBlock > .block .mediaBlock .container {
  position: relative;
}
.duoBlock > .block .mediaBlock .container figure {
  display: block;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}
.duoBlock > .block .mediaBlock .container figure .media {
  display: block;
  height: 100%;
}
.duoBlock > .block .mediaBlock .container figure + figure {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (width < 48rem) {
  .duoBlock > .block .mediaBlock .container figure + figure {
    margin-top: -5em !important;
  }
}
@media (width >= 48rem) {
  .duoBlock > .block .mediaBlock .container figure + figure {
    margin-top: -10em !important;
  }
}
.duoBlock > .block .mediaBlock .container figure + figure .media {
  width: 50%;
}
@media (width <= 60rem) {
  .duoBlock > .block .mediaBlock .container figure + figure .media {
    margin-left: auto;
  }
}
@media (width >= 60rem) {
  .duoBlock > .block .mediaBlock .container figure + figure .media {
    margin-right: -10em !important;
  }
}

.duoColumns {
  display: flex;
}
@media (width >= 48rem) {
  .duoColumns:has(.sideLine) > .block {
    width: calc(100% - 3em);
  }
}
.duoColumns > .block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1lh 0;
}
.duoColumns > .block > .title,
.duoColumns > .block > .textBlock {
  width: 100%;
  max-width: 70ch;
  margin-right: auto;
}
@media (60rem <= width <= 68.75rem) {
  .duoColumns > .block .column {
    width: 50%;
    padding-right: 5vw;
  }
}
@media (width >= 68.75rem) {
  .duoColumns > .block .column {
    width: 50%;
    padding-right: 3em;
  }
}
.duoColumns > .block .column .container,
.duoColumns > .block .column .containerMid,
.duoColumns > .block .column .containerInner {
  padding: 0 !important;
  max-width: none !important;
}

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

.filterBar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (width <= 60rem) {
  .filterBar {
    gap: 0.5em;
  }
}
@media (width >= 60rem) {
  .filterBar {
    gap: 1em;
  }
}
.filterBar .titleBar {
  margin-right: auto;
}
.filterBar .titleBar > * {
  margin: 0;
}
.filterBar .flowInline {
  width: auto;
}
.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.15rem;
  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;
}

.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 .block {
  margin-left: auto;
  margin-right: auto;
  max-width: 70ch;
}

.googleMapsBlock .container .map {
  height: 70vh;
  max-height: 70rem;
  width: 100%;
  background: rgb(229.5, 229.5, 229.5);
}
.googleMapsBlock .container .map *:focus {
  outline: 0;
}

.locationsBlock {
  width: 100%;
}
.blue .locationsBlock .locationItem {
  border-color: #35374b !important;
}
.blue .locationsBlock .locationItem .location {
  opacity: 0.5;
}
.locationsBlock .locationsList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (width >= 48rem) {
  .locationsBlock .locationsList[data-columns=true] {
    gap: 0 2em;
    font-size: 0.65em;
  }
  .locationsBlock .locationsList[data-columns=true] li {
    width: calc(50% - 1em);
  }
}
@media (width <= 60rem) {
  .locationsBlock .locationsList[data-columns=true] .locationItem .text .textlines .textline {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
}
.locationsBlock .locationsList[data-columns=true] figure.preview {
  display: none;
}
.locationsBlock .locationsList li {
  width: 100%;
}
.locationsBlock .locationsList li[data-item1=false], .locationsBlock .locationsList li[data-item2=false], .locationsBlock .locationsList li[data-item3=false], .locationsBlock .locationsList li[data-item4=false], .locationsBlock .locationsList li[data-item5=false], .locationsBlock .locationsList li[data-item6=false], .locationsBlock .locationsList li[data-item7=false] {
  display: none;
}
.locationsBlock .locationsList li .locationItem {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin-top: -1px;
  width: 100%;
}
@media (width < 48rem) {
  .locationsBlock .locationsList li .locationItem {
    gap: 1em;
  }
}
@media (width >= 48rem) {
  .locationsBlock .locationsList li .locationItem {
    gap: 1.5em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .locationsBlock .locationsList li .locationItem:hover .text .textlines {
    transform: translateY(-100%);
  }
  .locationsBlock .locationsList li .locationItem:hover figure.preview .media {
    transform: translateY(0);
  }
}
.locationsBlock .locationsList li .locationItem .text {
  display: flex;
  align-self: stretch;
  overflow: hidden;
  flex-grow: 1;
}
.locationsBlock .locationsList li .locationItem .text .textlines {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.locationsBlock .locationsList li .locationItem .text .textlines .textline {
  display: flex;
  align-items: center;
  gap: 0.25em 0.5em;
  height: 100%;
  width: 100%;
  line-height: 1;
  flex-grow: 1;
}
@media (width < 48rem) {
  .locationsBlock .locationsList li .locationItem .text .textlines .textline {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
}
.locationsBlock .locationsList li .locationItem .text .textlines .textline.hover {
  position: absolute;
  top: 100%;
}
.locationsBlock .locationsList li .locationItem .text .textlines .textline.hover .title {
  color: #F53D3D;
}
.locationsBlock .locationsList li .locationItem .text .textlines .textline.hover svg {
  color: #F53D3D;
  opacity: 1;
  transform: translate(0.15em, -0.15em);
}
.locationsBlock .locationsList li .locationItem .text .textlines .textline .title {
  white-space: nowrap;
  transition: all 0.15s ease-in-out 0s;
  font-weight: 500;
}
@media (width < 48rem) {
  .locationsBlock .locationsList li .locationItem .text .textlines .textline .title {
    font-size: 1em;
  }
}
@media (width >= 48rem) {
  .locationsBlock .locationsList li .locationItem .text .textlines .textline .title {
    font-size: 1.75em;
  }
}
.locationsBlock .locationsList li .locationItem .text .textlines .textline .title .note {
  position: absolute;
  font-size: 0.5em;
  opacity: 0.5;
  margin-top: 0.15em;
  color: #12142B;
  font-weight: 300;
}
@media (width <= 60rem) {
  .locationsBlock .locationsList li .locationItem .text .textlines .textline .title .note {
    top: 0.5em;
    right: 0;
  }
}
@media (width <= 60rem) {
  .locationsBlock .locationsList li .locationItem .text .textlines .textline .divider {
    display: none;
  }
}
@media (width < 48rem) {
  .locationsBlock .locationsList li .locationItem .text .textlines .textline .location {
    font-size: 0.8em;
  }
}
@media (width >= 48rem) {
  .locationsBlock .locationsList li .locationItem .text .textlines .textline .location {
    font-size: 1.3em;
  }
}
.locationsBlock .locationsList li .locationItem .text .textlines .textline svg {
  width: 1.5em;
  height: 1.5em;
  opacity: 0.25;
  transition: all 0.15s ease-in-out 0s;
}
@media (width <= 60rem) {
  .locationsBlock .locationsList li .locationItem .text .textlines .textline svg {
    display: none;
  }
}
.locationsBlock .locationsList li .locationItem figure {
  flex: 0 0 auto;
}
.locationsBlock .locationsList li .locationItem figure.thumbnail {
  padding-block: 0.5em;
}
@media (width < 48rem) {
  .locationsBlock .locationsList li .locationItem figure.thumbnail {
    width: 3em;
  }
}
@media (width >= 48rem) {
  .locationsBlock .locationsList li .locationItem figure.thumbnail {
    width: 4em;
  }
}
.locationsBlock .locationsList li .locationItem figure.preview {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10em;
  overflow: hidden;
  pointer-events: none;
}
@media (width <= 60rem) {
  .locationsBlock .locationsList li .locationItem figure.preview {
    display: none;
  }
}
.locationsBlock .locationsList li .locationItem figure.preview .media {
  transform: translateY(100%);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.hero.blue {
  background-color: #12142B;
  color: #ffffff;
}
.hero.blue .introText p {
  color: color-mix(in srgb, currentColor 75%, transparent);
}
.hero.blue + .backgroundBlock.blue {
  padding-top: 0;
}
.hero.grayblue {
  background-color: #EFF0F3;
}
.hero.graybeige {
  background-color: #F5F2EC;
}
.hero.graygreen {
  background-color: #F0F1EF;
}
.hero.white {
  background-color: #FAFAFA;
  padding-bottom: 0 !important;
}
.hero.transparent {
  padding-bottom: 0 !important;
}
.hero.default {
  position: relative;
  width: 100%;
  padding-bottom: 10vh;
}
@media (width < 48rem) {
  .hero.default {
    padding-top: 6.5em;
  }
}
@media (width >= 48rem) {
  .hero.default {
    padding-top: 7.5em;
  }
}
.hero.default[data-imageposition=top] .visual {
  order: 2;
}
.hero.default[data-imageposition=bottom] .visual {
  order: 5;
  margin-top: 5vh !important;
  margin-bottom: 0 !important;
}
.hero.default.only-breadcrumb {
  padding-bottom: 0.5em;
}
.hero.default .container .block {
  display: flex;
  flex-direction: column;
}
.hero.default .container .block h1 {
  order: 1;
}
.hero.default .container .block .date {
  order: 2;
  line-height: 1;
  opacity: 0.5;
  margin-top: 0.75em;
  margin-bottom: 1em;
}
.hero.default .container .block .date:empty {
  display: none;
}
@media (width < 48rem) {
  .hero.default .container .block .visual {
    margin-top: 1em;
    margin-bottom: 1.5em;
    margin-inline: -5vw;
  }
}
@media (48rem <= width <= 60rem) {
  .hero.default .container .block .visual {
    margin-top: 1em;
    margin-bottom: 1.5em;
    margin-inline: -5vw;
  }
}
@media (width >= 60rem) {
  .hero.default .container .block .visual {
    margin-top: 1.5em;
    margin-bottom: 2.5em;
  }
}
.hero.default .container .block .visual.is-triptych {
  transition: all 5s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-mask-image: linear-gradient(#000000 0 0), linear-gradient(25deg, transparent 0, transparent 50%, #000000 50%, #000000 100%), linear-gradient(#000000 0 0);
  -webkit-mask-size: 30% 0%, 30% 0%, 30% 0%;
  -webkit-mask-position: 0% 0, 50% 0, 100% 0;
  -webkit-mask-repeat: no-repeat;
}
.hero.default .container .block .visual.is-triptych.is-inviewport {
  -webkit-mask-size: 34% 150%, 34% 250%, 34% 150%;
}
.hero.default .container .block .visual video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero.default .container .block h2 {
  order: 3;
  opacity: 0.75;
  max-width: 15em;
  font-weight: 300;
}
.hero.default .container .block h2:empty {
  display: none;
}
.hero.default .container .block h2:not(:empty) + .introText {
  margin-top: 2.5vh !important;
}
.hero.default .container .block .introText {
  order: 4;
  width: 100%;
  max-width: 42rem;
}
@media (width >= 60rem) {
  .hero.default .container .block .introText {
    margin-left: auto;
  }
}
.hero.default .container .block .flowInline:has(span:empty) {
  display: none;
}
.hero.default .visual:has([src=""]) {
  display: none;
}
.hero.living {
  position: relative;
  width: 100%;
  height: calc(100svh - var(--headerTopbarHeight) - var(--headerMainbarHeight));
  background: #000000;
}
@media (48rem <= width <= 60rem) {
  .hero.living {
    height: 40rem;
  }
}
.hero.living figure {
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.hero.living figure .media {
  width: 100%;
  height: 100%;
}
.hero.living figure .media picture {
  width: 100%;
  height: 100%;
}
.hero.living figure .media picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero.living .block {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
@media (width <= 68.75rem) {
  .hero.living .block {
    padding-bottom: 10vw;
  }
}
@media (width >= 68.75rem) {
  .hero.living .block {
    padding-bottom: 3em;
  }
}
.hero.living .block h1 {
  margin-top: 0;
  color: #ffffff;
  margin-bottom: 0.75em;
  max-width: 15ch;
}
.hero.living .block .actionBar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  background: #ffffff;
  padding: 1em;
  margin-left: auto;
}
@media (width < 48rem) {
  .hero.living .block .actionBar {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (width >= 60rem) {
  .hero.living .block .actionBar {
    width: 50%;
  }
}
.hero.living .block .actionBar .text {
  display: flex;
  align-items: center;
  gap: 0.5em;
  line-height: 1;
}
@media (width < 48rem) {
  .hero.living .block .actionBar .text {
    font-size: 0.9em;
  }
}
@media (width < 48rem) {
  .hero.living .block .actionBar .button {
    width: 100%;
  }
}
.hero.highlight {
  position: relative;
  margin-top: calc(var(--headerTopbarHeight) - var(--headerMainbarHeight));
  margin-top: -6em;
}
.hero.highlight .scrollArea {
  position: relative;
  z-index: 2;
  height: 250vh;
  overflow: hidden;
  line-height: 1;
  pointer-events: none;
}
.hero.highlight .scrollArea .introTitle {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: calc(var(--headerTopbarHeight) + var(--headerMainbarHeight) + 2em);
}
.hero.highlight .scrollArea .introTitle h1 {
  line-height: 0.9;
  margin-bottom: 0.25em;
}
@media (width < 48rem) {
  .hero.highlight .scrollArea .introTitle h1 {
    font-size: 5.5em;
  }
}
@media (width >= 48rem) {
  .hero.highlight .scrollArea .introTitle h1 {
    font-size: 16vw;
  }
}
.hero.highlight .visual {
  position: absolute;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s linear;
}
.hero.highlight .visual.is-inviewport {
  opacity: 1;
  transform: scale(1);
}
.hero.highlight .visual .textFloater {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
}
@media (width < 48rem) {
  .hero.highlight .visual .textFloater {
    bottom: 10vw;
  }
}
@media (48rem <= width <= 68.75rem) {
  .hero.highlight .visual .textFloater {
    bottom: 10vw;
  }
}
@media (width >= 68.75rem) {
  .hero.highlight .visual .textFloater {
    bottom: 6em;
  }
}
.hero.highlight .visual .textFloater .container {
  display: flex;
  color: #ffffff;
}
@media (width < 48rem) {
  .hero.highlight .visual .textFloater .container {
    padding-top: 10vw;
  }
}
@media (48rem <= width <= 68.75rem) {
  .hero.highlight .visual .textFloater .container {
    padding-top: 10vw;
  }
}
@media (width >= 68.75rem) {
  .hero.highlight .visual .textFloater .container {
    padding-top: 6em;
  }
}
.hero.highlight .visual .textFloater .container .block {
  margin: 0;
}
@media (width >= 48rem) {
  .hero.highlight .visual .textFloater .container .block {
    width: calc(100% - 3em);
    max-width: 65ch;
  }
}

.cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  gap: calc(var(--cardsGap) * 2) var(--cardsGap);
  --cardsGap: 1em;
}
@media (width < 48rem) {
  .cards {
    flex-direction: column;
  }
}
.cards[data-gap=none] {
  --cardsGap: 0em;
}
@media (width < 48rem) {
  .cards[data-gap=none] > .container {
    gap: 10vh;
  }
}
@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;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--cardsGap);
}
.card[data-orientation=landscape] .visual {
  aspect-ratio: 4/3;
}
.card[data-orientation=portrait] .visual {
  aspect-ratio: 3/4;
}
@media (width >= 60rem) {
  .card.mini {
    width: calc(25% - var(--cardsGap) / 4 * 3);
  }
}
@media (width >= 48rem) {
  .card.small {
    width: calc(33.3333333333% - var(--cardsGap) / 3 * 2);
  }
}
@media (width < 48rem) {
  .card.medium {
    width: 100%;
  }
}
@media (width >= 48rem) {
  .card.medium {
    width: calc(50% - var(--cardsGap) / 2 * 1);
  }
}
.card.large {
  width: 100%;
}
.card.large .visual {
  width: 100%;
}
.card[data-titlestyle=default] .title {
  font-size: 1.1em;
  margin-bottom: 0.35em;
}
.card[data-titlestyle=default] .title svg {
  display: none;
}
.card[data-titlestyle=bold] .title {
  font-size: 1.2em;
  margin-bottom: 0.25em;
  font-weight: 400;
}
.card:not([data-objectspecs=true]) .objectSpecs {
  display: none;
}
.card[data-textbutton=false] .button {
  display: none;
}
.card.profileCard:hover .visual figure.secondary {
  transform: translateX(0);
}
@media (hover: hover) and (pointer: fine) {
  .card:is(a):hover img {
    transform: scale(1.02);
  }
  .card:is(a):hover svg[class$=arrow-right] {
    transform: translateX(0.15em);
  }
  .card:is(a):hover svg[class$=arrow-right-up] {
    transform: translate(0.15em, -0.15em);
  }
}
.card .visual {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: rgba(0, 0, 0, 0.05);
}
.card .visual .label {
  position: absolute;
  z-index: 1;
  top: 1em;
  left: 0;
}
.card .visual .label:empty {
  display: none;
}
.card .visual figure {
  display: block;
  width: 100%;
  height: 100%;
}
.card .visual figure.secondary {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.card .visual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.card .visual img[src=""] {
  display: none;
}
.card .textarea {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  padding-right: var(--cardsGap);
}
.card .textarea .date {
  font-size: 0.7em;
  line-height: 1;
  opacity: 0.5;
  margin-bottom: 0.75em;
}
.card .textarea .date:empty {
  display: none;
}
.card .textarea .title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.3em;
  line-height: 1.1;
  font-weight: 400;
}
.card .textarea .title svg {
  width: 1.2em;
  height: 1.2em;
  color: #F53D3D;
  transition: all 0.15s ease-in-out 0s;
}
.card .textarea .subtitle {
  font-size: 0.9em;
  line-height: 1.2;
  margin-bottom: 0.5em;
  opacity: 0.7;
}
.card .textarea .subtitle:empty {
  display: none;
}
.card .textarea .description {
  font-size: 0.9em;
  line-height: 1.4;
  margin-bottom: 1em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.card .textarea .description:empty {
  display: none;
}
.card .textarea .button {
  margin-top: auto;
}
.card .textarea .objectSpecs {
  margin-bottom: 1em;
}

.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;
}

html[data-popup] {
  overflow: hidden;
}

[data-popup-id] {
  cursor: pointer;
}

.popup {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.1s linear, opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (width <= 68.75rem) {
  .popup {
    padding: 2.5vw;
  }
}
@media (width >= 68.75rem) {
  .popup {
    padding: 1.5em;
  }
}
.popup.is-active {
  pointer-events: auto;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
  transition: background-color 0.2s linear, opacity 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}
.popup.is-active .window {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.popup .window {
  position: relative;
  z-index: 111;
  width: auto;
  max-width: 30em;
  margin: auto;
  opacity: 0;
  background: #ffffff;
  transform: translateY(2em);
  border-radius: 0.15rem;
  box-shadow: 0 0 3em rgba(0, 0, 0, 0.2);
  transition: transform 0.15s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.25s linear;
}
@media (width < 48rem) {
  .popup .window {
    padding: 7.5vw;
  }
}
@media (width >= 48rem) {
  .popup .window {
    padding: 3em;
  }
}
.popup .window .popupHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 2em;
}
.popup .window .closeButton {
  position: absolute;
  z-index: 2;
  top: 1em;
  right: 1em;
  margin: 0;
}

.popup#popupImage .window {
  position: static !important;
  background: transparent !important;
  box-shadow: none !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 0;
  border-width: 0;
}
.popup#popupImage .window .popupHeader {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding-right: 2em;
}
.popup#popupImage .window .popupHeader .closeButton {
  top: 0;
  right: 0;
}
.popup#popupImage .window .fullButton {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.popup#popupImage .window .image {
  height: 100%;
  width: 100%;
}
.popup#popupImage .window .image figure {
  height: 100%;
  width: 100%;
}
.popup#popupImage .window .image figure .media {
  height: 100%;
  width: 100%;
}
.popup#popupImage .window .image figure .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.popup#popupVideo {
  padding: 0;
  background: rgba(0, 0, 0, 0.9);
}
.popup#popupVideo .window {
  position: static !important;
  background: transparent !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  padding: 0;
  border-width: 0;
  background: #000000;
  aspect-ratio: 16/9 !important;
  max-width: 95vw;
  max-height: 95vh;
}
.popup#popupVideo .window .closeButtonContainer {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  aspect-ratio: 16/9 !important;
  pointer-events: none;
  max-width: 95vw;
  max-height: 95vh;
}
.popup#popupVideo .window .closeButtonContainer .closeButton {
  margin-top: 0;
  margin-right: 0;
  pointer-events: auto;
}
.popup#popupVideo .window .plyr {
  border-radius: 0.15rem;
  height: 100%;
  aspect-ratio: 16/9 !important;
  max-width: 95vw;
  max-height: 95vh;
}
.popup#popupVideo .window > iframe {
  border-radius: 0.15rem;
  height: 100%;
  width: 100vw;
  aspect-ratio: 16/9 !important;
  max-width: 95vw;
  max-height: 95vh;
}

.offline {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  padding-inline: 5vw;
}
.offline .block {
  position: relative;
  margin: auto;
  max-width: 70ch;
  padding-block: 2em;
}
.offline .block .brand {
  margin-bottom: 2em;
  width: 12em;
}
.offline .block p:last-child {
  margin-bottom: 0;
}

.contentserver {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  padding-inline: 5vw;
}
.contentserver .block {
  position: relative;
  margin: auto;
  max-width: 70ch;
  padding-block: 2em;
}
.contentserver .block .brand {
  margin-bottom: 2em;
  width: 12em;
}
.contentserver .block p:last-child {
  margin-bottom: 0;
}

.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 *, .outlines *) {
  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 < 60rem) and (orientation: landscape)) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Mini hor";
  }
}
@media (width <= 21.25rem) {
  [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: 5vw;
}
@media (width >= 68.75rem) {
  [data-gridview] .gridView .container .gutter {
    width: 3em;
  }
}
[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: 5vw;
  right: 5vw;
  display: flex;
  height: 100%;
  max-width: calc(90rem - 10vw);
}
@media (width >= 68.75rem) {
  [data-gridview] .gridView .container .gridLines {
    left: 3em;
    right: 3em;
    max-width: calc(90rem - 6em);
  }
}
[data-gridview] .gridView .container .gridLines .gridLine {
  height: 100%;
  flex-grow: 1;
  outline: 1px solid red;
  background: rgba(255, 0, 0, 0.1);
}

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