@charset "UTF-8";
:root {
  --headerHeightCalculated: 0;
  --scrollMarginTop: 30;
}

body.boilerplate {
  background: #ffffff;
}
body.boilerplate .boilerplateHero {
  position: relative;
  width: 100%;
  margin-bottom: 4.5em;
}
body.boilerplate .boilerplateHero .textarea.full .block {
  max-width: none !important;
}
body.boilerplate .boilerplateHero .textarea .container {
  padding-top: 2.25em;
}
body.boilerplate .boilerplateHero .textarea .container .block .logo {
  width: 6em;
}
body.boilerplate .boilerplateOverview {
  padding-bottom: 4em;
}
body.boilerplate .boilerplateOverview .boilerplateIndex {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 749px) and (max-width: 960px) {
  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 (min-width: 961px) {
  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.85em;
  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: 600;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.new a:after {
  background: #558530;
  color: #fff;
  content: "Nieuw";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.modified a:after {
  background: #E03127;
  color: #fff;
  content: "Aangepast";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.final a:after {
  background: #558530;
  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: #8f93a3;
  color: #fff;
  content: "Bezig";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.todo a {
  color: #e3e4e8;
  pointer-events: none;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.todo a:after {
  background: #e3e4e8;
  color: #fff;
  content: "Todo";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.duplicate a {
  color: #c7c9d1;
  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 5px;
  font-size: 0.6em;
  line-height: 1;
  border-radius: 4px;
  margin-left: 10px;
  margin-top: 2px;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li a span {
  margin-right: auto;
  font-size: 0.6em;
  margin-top: 0.7em;
  margin-left: 1em;
  opacity: 0.5;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li > div {
  margin-bottom: 0.5em;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li > div strong {
  display: block;
  align-items: center;
  width: 100%;
  font-weight: 700;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li > div small {
  display: block;
  margin: 0.5em 0 0;
  opacity: 0.5;
}
body.boilerplate code {
  display: block;
  font-size: 0.9em;
  margin-bottom: 1em;
}
body.boilerplate .scrollExampleHorizontal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 5em;
  overflow: hidden;
}
body.boilerplate .scrollExampleHorizontal div {
  font-size: 3em;
  line-height: 0.8;
  white-space: nowrap;
  font-weight: 700;
}
@media (max-width: 748px) {
  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 (max-width: 748px) {
  body.boilerplate .scrollExample > div:not(.textExample) {
    font-size: 2em;
  }
}
body.boilerplate .scrollExample > div.textExample {
  width: 100%;
}
@media (max-width: 748px) {
  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.25em;
  background: #ffffff;
  box-shadow: 0 0 1em rgba(23, 24, 28, 0.1);
  font-size: 0.7em;
  line-height: 1.4;
  text-align: center;
  padding: 0.25em;
  overflow: hidden;
}
@media (max-width: 748px) {
  body.boilerplate .colorsBase .colorCard {
    width: calc(25% - 0.6em);
  }
}
@media (min-width: 749px) {
  body.boilerplate .colorsBase .colorCard {
    width: calc(20% - 0.6em);
  }
}
body.boilerplate .colorsBase .colorCard:hover {
  background: #17181C;
  color: #ffffff;
  cursor: copy;
}
body.boilerplate .colorsBase .colorCard:active {
  cursor: progress;
}
body.boilerplate .colorsBase .colorCard .color {
  border: 1px solid rgba(23, 24, 28, 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(23, 24, 28, 0.05);
  width: 2.4em;
  height: 2.4em;
  padding: 0.3em;
}
body.boilerplate .iconCollection [class^=icon-]:hover,
body.boilerplate .iconCollection [class*=" icon-"]:hover {
  background: #17181c;
  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.25em;
  background: hsl(228, 9.8039215686%, 107%);
}
body.boilerplate #buttonCollection .buttonColorCollection .block.diap {
  background: #17181C;
}
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(23, 24, 28, 0.1);
  margin-bottom: 0.2em;
}
body.boilerplate #spacerCollection [class^=spacer]:after {
  display: block !important;
  position: absolute;
  left: 1rem;
  top: 50%;
  display: none;
  color: #ffffff;
  line-height: 1;
  transform: translateY(-60%);
  content: "spacer";
}
body.boilerplate #spacerCollection .spacerTiny:after {
  font-size: 0.5rem;
  content: "spacerTiny";
}
body.boilerplate #spacerCollection .spacerMini:after {
  font-size: 0.7rem;
  content: "spacerMini";
}
body.boilerplate #spacerCollection .spacerSmall:after {
  font-size: 0.9rem;
  content: "spacerSmall";
}
body.boilerplate #spacerCollection .spacerMedium:after {
  font-size: 1.1rem;
  content: "spacerMedium";
}
body.boilerplate #spacerCollection .spacerLarge:after {
  font-size: 1.5rem;
  content: "spacerLarge";
}
body.boilerplate #spacerCollection .spacerXlarge:after {
  font-size: 1.8rem;
  content: "spacerXlarge";
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html.lenis {
  height: auto;
}

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

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

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

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

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.carouselBlock {
  overflow: hidden;
}
.carouselBlock .carouselHeadingBar {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 748px) {
  .carouselBlock .carouselHeadingBar {
    margin-bottom: 0.75em;
  }
}
@media (min-width: 749px) {
  .carouselBlock .carouselHeadingBar {
    margin-bottom: 2em;
  }
}
.carouselBlock .carouselHeadingBar .titleBlock {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 748px) {
  .carouselBlock .carouselHeadingBar .titleBlock {
    flex-direction: row;
    width: 100%;
  }
}
@media (min-width: 749px) {
  .carouselBlock .carouselHeadingBar .titleBlock {
    flex-direction: column;
  }
}
.carouselBlock .carouselHeadingBar .titleBlock h2 {
  margin-right: auto;
}
@media (max-width: 748px) {
  .carouselBlock .carouselHeadingBar .titleBlock h2 {
    margin-bottom: 0.25em;
  }
}
@media (min-width: 749px) {
  .carouselBlock .carouselHeadingBar .titleBlock h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 748px) {
  .carouselBlock .carouselHeadingBar .titleBlock .button {
    margin-top: 1em;
  }
}
@media (min-width: 749px) {
  .carouselBlock .carouselHeadingBar .titleBlock .button {
    margin-top: 1.25em;
  }
}
.carouselBlock .carouselHeadingBar .splide__arrows {
  display: flex;
  align-items: center;
}
@media (max-width: 748px) {
  .carouselBlock .carouselHeadingBar .splide__arrows {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .carouselBlock .carouselHeadingBar .splide__arrows {
    margin-top: 0.2em;
    margin-left: auto;
  }
}

.splide.splide__cards {
  overflow: visible;
}
.splide.splide__cards .splide__slide {
  display: flex;
}
.splide.splide__cards .splide__slide:nth-child(3n+2) .cardProject .textarea {
  background: #17181C;
}
.splide.splide__cards .splide__slide:nth-child(3n+3) .cardProject .textarea {
  background: #927D5F;
}
@media (max-width: 748px) {
  .splide.splide__cards .splide__slide .cardNews {
    flex-direction: column;
    margin-bottom: 1em;
    width: 80vw;
  }
  .splide.splide__cards .splide__slide .cardNews .visual,
  .splide.splide__cards .splide__slide .cardNews .textarea {
    width: 100% !important;
  }
}
@media (min-width: 749px) {
  .splide.splide__cards .splide__slide .cardNews {
    width: 40vw;
  }
}
.splide.splide__cards .splide__slide .cardNews .textarea {
  flex-grow: 1;
}
.splide.splide__cards .splide__slide .cardProject {
  width: 80vw;
}
.splide.splide__cards .splide__slide .cardProject .textarea {
  flex-grow: 1;
}

.splide.splide__carousel {
  width: 100%;
}
@media (max-width: 960px) {
  .splide.splide__carousel[data-splide-style=standard] .splide__slide {
    height: clamp(20em, 50vh, 45em);
    max-width: 90vw;
  }
}
@media (min-width: 961px) {
  .splide.splide__carousel[data-splide-style=standard] .splide__slide {
    height: clamp(30em, 60vh, 45em);
    max-width: 90vw;
  }
}
.splide.splide__carousel[data-splide-style=standard] .splide__slide figure {
  position: relative;
  height: 100%;
}
.splide.splide__carousel[data-splide-style=standard] .splide__slide figure .media {
  position: relative;
  width: auto;
  height: 100%;
}
.splide.splide__carousel[data-splide-style=standard] .splide__slide figure .media img {
  position: relative;
  left: 50%;
  width: auto;
  height: 100%;
  transform: translateX(-50%);
}
@media (max-width: 960px) {
  .splide.splide__carousel[data-splide-style=fullscreen] .splide__slide {
    height: clamp(20em, 50vh, 50em);
    max-width: 100%;
  }
}
@media (min-width: 961px) {
  .splide.splide__carousel[data-splide-style=fullscreen] .splide__slide {
    height: clamp(30em, 100vh, 45em);
    max-width: 80em;
  }
}
.splide.splide__carousel[data-splide-style=fullscreen] .splide__slide figure {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.splide.splide__carousel[data-splide-style=fullscreen] .splide__slide figure .media {
  width: 100%;
  height: 100%;
}
.splide.splide__carousel[data-splide-style=fullscreen] .splide__slide figure .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.splide.splide__slideshow {
  position: relative;
  overflow: hidden;
  border-radius: 0.25em;
}
.splide.splide__slideshow .splide__track {
  position: relative;
  z-index: 1;
  height: 100%;
}
.splide.splide__slideshow .splide__track .splide__list {
  height: 100%;
}
.splide.splide__slideshow .splide__track .splide__list .splide__slide {
  overflow: hidden;
  height: 100%;
  background: #17181C;
}
.splide.splide__slideshow .splide__track .splide__list .splide__slide.is-active {
  opacity: 1 !important;
}
.splide.splide__slideshow .splide__track .splide__list .splide__slide.is-active figure .media picture {
  transform: scale(1.1);
}
.splide.splide__slideshow .splide__track .splide__list .splide__slide figure {
  height: 100%;
  overflow: hidden;
}
.splide.splide__slideshow .splide__track .splide__list .splide__slide figure .media {
  position: relative;
  width: auto;
  height: 100%;
}
.splide.splide__slideshow .splide__track .splide__list .splide__slide figure .media picture {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 7s linear;
  transform: scale(1);
}
.splide.splide__slideshow .splide__track .splide__list .splide__slide figure .media picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.splide:not(.splide__slideshow):active .splide__track {
  cursor: grabbing !important;
}
.splide:not(.splide__slideshow) .splide__track {
  cursor: grab;
}
.splide:not(.splide__slideshow) a:active {
  cursor: grabbing !important;
}
.splide .splide__track {
  overflow: visible;
}
.splide .splide__track .splide__list .splide__slide figure .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: none;
  text-align: left;
  color: #ffffff;
  padding: 2.5em 1em 1em 1em;
  font-size: 1.2em;
  background-image: linear-gradient(rgba(23, 24, 28, 0), rgba(23, 24, 28, 0.8));
  pointer-events: none;
}
.splide .splide__arrows .button {
  opacity: 0.1;
  background: transparent;
}
@media (max-width: 748px) {
  .splide .splide__arrows .button {
    display: none;
  }
}
.splide .splide__arrows .button.splide__arrow--prev {
  display: none;
}
.splide .splide__arrows .button.splide__arrow--next {
  opacity: 0.6;
  margin-left: 1em;
}
.splide .splide__arrows .button:hover {
  opacity: 1;
}
.splide .splide__arrows .button svg {
  width: 2em;
  height: 2em;
}
.splide ul.splide__pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  height: 100%;
}
@media (max-width: 748px) {
  .splide ul.splide__pagination {
    width: 100%;
  }
}
.splide ul.splide__pagination li {
  display: flex;
  height: 100%;
}
@media (max-width: 748px) {
  .splide ul.splide__pagination li {
    flex-grow: 1;
    transition: all 0.15s ease-in-out 0s;
  }
  .splide ul.splide__pagination li:has(.is-active) {
    flex-grow: 2;
  }
}
.splide ul.splide__pagination li button.splide__pagination__page {
  position: relative;
  display: flex;
  align-items: center;
  height: 1.25em;
  padding: 0.15em;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.15;
}
@media (max-width: 748px) {
  .splide ul.splide__pagination li button.splide__pagination__page {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .splide ul.splide__pagination li button.splide__pagination__page {
    width: 3em;
  }
}
.splide ul.splide__pagination li button.splide__pagination__page.is-active {
  opacity: 1;
  transform: none;
  opacity: 1 !important;
}
@media (max-width: 748px) {
  .splide ul.splide__pagination li button.splide__pagination__page.is-active {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .splide ul.splide__pagination li button.splide__pagination__page.is-active {
    width: 6em;
  }
}
.splide ul.splide__pagination li button.splide__pagination__page.is-active:after {
  background: #E03127;
}
.family .splide ul.splide__pagination li button.splide__pagination__page.is-active:after {
  background: #0E6AB5;
}
.specialColor .splide ul.splide__pagination li button.splide__pagination__page.is-active:after {
  background: #FF5C00;
}
.splide ul.splide__pagination li button.splide__pagination__page:hover {
  opacity: 0.5;
}
.splide ul.splide__pagination li button.splide__pagination__page:after {
  width: 100%;
  background: #17181C;
  border-radius: 0.25em;
  height: 0.1em;
  content: "";
}
.splide .splide__progress {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 0.15em;
  width: 100%;
  background: rgba(23, 24, 28, 0.1);
}
.splide .splide__progress .splide__progress__bar {
  height: 100%;
  background: #E03127;
}
.specialColor .splide .splide__progress .splide__progress__bar {
  background: #FF5C00;
}
.family .splide .splide__progress .splide__progress__bar {
  background: #0E6AB5;
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 0.25em;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #17181C)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #17181C)));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(34.68, 39.576, 46.92, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #17181C)));
  display: block;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none; /* stylelint-disable-line */
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #17181C)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #17181C)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #17181C)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr__tooltip {
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #17181C)));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr--video {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #17181C)));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #17181C)));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.plyr__poster {
  background-size: cover !important;
}

.plyr__tooltip {
  z-index: 100;
}
@media (max-width: 748px) {
  .plyr__tooltip {
    display: none;
  }
}
.plyr__tooltip:before {
  display: none !important;
}

.plyr--video .plyr__controls {
  flex-wrap: wrap !important;
  justify-content: flex-start;
  background-image: linear-gradient(to top, hsl(228, 9.8039215686%, 10%) 0%, hsla(228, 9.8039215686%, 10%, 0.738) 19%, hsla(228, 9.8039215686%, 10%, 0.541) 34%, hsla(228, 9.8039215686%, 10%, 0.382) 47%, hsla(228, 9.8039215686%, 10%, 0.278) 56.5%, hsla(228, 9.8039215686%, 10%, 0.194) 65%, hsla(228, 9.8039215686%, 10%, 0.126) 73%, hsla(228, 9.8039215686%, 10%, 0.075) 80.2%, hsla(228, 9.8039215686%, 10%, 0.042) 86.1%, hsla(228, 9.8039215686%, 10%, 0.021) 91%, hsla(228, 9.8039215686%, 10%, 0.008) 95.2%, hsla(228, 9.8039215686%, 10%, 0.002) 98.2%, hsla(228, 9.8039215686%, 10%, 0) 100%);
}
@media (max-width: 748px) {
  .plyr--video .plyr__controls {
    padding: 3em 0.5em 0.5em 0.5em !important;
  }
}
@media (min-width: 749px) {
  .plyr--video .plyr__controls {
    padding: 5em 1em 1em 1em !important;
  }
}
.plyr--video .plyr__controls > div,
.plyr--video .plyr__controls > button {
  position: relative;
  z-index: 10;
}
.plyr--video .plyr__controls .plyr__progress__container {
  width: calc(100% - 0.5em) !important;
  margin-left: 0.25em;
  flex: none;
}
@media (max-width: 748px) {
  .plyr--video .plyr__controls .plyr__progress__container {
    margin-bottom: 0.15em;
  }
}
@media (min-width: 749px) {
  .plyr--video .plyr__controls .plyr__progress__container {
    margin-bottom: 0.2em;
  }
}
@media (max-width: 748px) {
  .plyr--video .plyr__controls button[data-plyr=play] {
    margin-left: -0.2em;
  }
}
.plyr--video .plyr__controls button[data-plyr=rewind] {
  margin-left: 0;
  opacity: 0.5;
}
@media (max-width: 748px) {
  .plyr--video .plyr__controls button[data-plyr=rewind] {
    display: none;
  }
}
.plyr--video .plyr__controls button[data-plyr=rewind]:hover {
  opacity: 1;
}
.plyr--video .plyr__controls button[data-plyr=fast-forward] {
  opacity: 0.5;
}
@media (max-width: 748px) {
  .plyr--video .plyr__controls button[data-plyr=fast-forward] {
    display: none;
  }
}
.plyr--video .plyr__controls button[data-plyr=fast-forward]:hover {
  opacity: 1;
}
@media (max-width: 748px) {
  .plyr--video .plyr__controls .plyr__volume {
    display: none;
  }
}
@media (min-width: 749px) {
  .plyr--video .plyr__controls .plyr__volume {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.plyr--video .plyr__controls .plyr__volume input[data-plyr=volume] {
  color: rgba(255, 255, 255, 0.5) !important;
}
.plyr--video .plyr__controls .plyr__time--duration {
  display: block !important;
  margin-right: auto;
}
.plyr--video .plyr__controls .plyr__time::before {
  color: rgba(255, 255, 255, 0.5) !important;
}
.plyr--video .plyr__controls button[data-plyr=settings] {
  opacity: 0.5;
}
.plyr--video .plyr__controls button[data-plyr=settings]:hover {
  opacity: 1;
}
.plyr--video .plyr__controls .plyr__menu__container:after {
  display: none !important;
}

.plyr__control--overlaid {
  z-index: 11;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: #17181C;
  color: #ffffff;
  opacity: 1;
  border-radius: 0.25em;
}
@media (max-width: 748px) {
  .plyr__control--overlaid {
    width: 2.5em !important;
    height: 2.5em !important;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .plyr__control--overlaid {
    width: 3em !important;
    height: 3em !important;
  }
}
@media (min-width: 961px) {
  .plyr__control--overlaid {
    width: 4em !important;
    height: 4em !important;
    top: 44%;
  }
}
.plyr__control--overlaid svg {
  left: 0;
  width: 50%;
  height: 50%;
}
@media (max-width: 748px) {
  .plyr__control--overlaid svg {
    width: 75%;
    height: 75%;
  }
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  background: #17181C;
}

.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(calc(var(--viewportProcent) * var(--speed, 1s)));
}
*[data-scroll]:is([data-scroll=parallaxHor]) {
  will-change: transform;
  transform: translateX(var(--viewportProcent));
}
*[data-scroll]:is([data-scroll=parallaxFramed]) .media {
  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: relative;
  height: 500vh;
}
*[data-scroll]:is([data-scroll=parallaxZoomIn]) figure {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
}
*[data-scroll]:is([data-scroll=parallaxZoomIn]) figure .media {
  width: 100%;
  height: 100%;
}
*[data-scroll]:is([data-scroll=parallaxZoomIn]) figure .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  transform: scale(var(--viewportProcent));
}
*[data-scroll]:is([data-scroll=reveal]) {
  --delay: 0s;
  will-change: opacity, transform;
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.19, 1, 0.22, 1), transform 1s 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 {
  opacity: 1 !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=slide]).is-inviewport {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=fadeIn]) {
  opacity: 0;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=slideFromTop]) {
  transform: translateY(-5vh);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=slideFromBottom]) {
  transform: translateY(5vh);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=slideFromLeft]) {
  transform: translateX(-5vw);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=slideFromRight]) {
  transform: translateX(5vw);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=text]).is-inviewport {
  opacity: 1 !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=text]).is-inviewport .word,
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=text]).is-inviewport .char {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=textCharsFadeIn]) .char {
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), opacity 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%);
  transition: transform 1s 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^=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 (max-width: 748px) {
  .fui-row {
    flex-wrap: wrap !important;
  }
  .fui-row .fui-field {
    flex: auto !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 a:not(.button) {
  text-decoration: underline;
}
.fui-row textarea.fui-input {
  height: 10em;
}
.fui-row select {
  color: rgba(23, 24, 28, 0.7);
}
.fui-row input::file-selector-button {
  color: rgba(23, 24, 28, 0.7);
}

.fui-i {
  --fui-font: Helvetica Neue, Helvetica, Arial, sans-serif;
  --fui-font-size: 0.95em;
  --fui-color: #17181C;
  --fui-primary-color: #17181C;
  --fui-primary-color-hover: #17181C;
  --fui-error: #E03127;
  --fui-success: #558530;
  --fui-border-radius: 0.25em;
  --fui-alert-error-color: #E03127;
  --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: #17181C;
  --fui-label-error-border-color: #E03127;
  --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: #E03127;
  --fui-input-error-border-color: #E03127;
  --fui-input-error-box-shadow-focus: 0 0 0 0.25em rgba(224, 49, 39, 0.15);
}

@media (hover: hover) and (pointer: fine) {
  .mf-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 130;
    display: block;
    direction: ltr;
    contain: layout style size;
    pointer-events: none;
    transition: opacity 0.3s, color 0.4s, margin-top 0.3s;
  }
  .mf-cursor:before {
    content: "";
    position: absolute;
    top: -1.25em;
    left: -1.25em;
    display: block;
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    transition: transform 0.25s ease-in-out, opacity 0.1s;
    background: #E03127;
  }
  .specialColor .mf-cursor:before {
    background: #FF5C00;
  }
  .family .mf-cursor:before {
    background: transparent;
  }
  .mf-cursor:before {
    transform: scale(0.25);
  }
  .mf-cursor.-inverse {
    color: white;
  }
  @supports (mix-blend-mode: exclusion) {
    .mf-cursor.-exclusion {
      mix-blend-mode: exclusion;
    }
    .mf-cursor.-exclusion:before {
      background: white;
    }
  }
  .mf-cursor.-text {
    opacity: 1;
    margin-top: 2em;
  }
  .mf-cursor.-text:before {
    opacity: 0.85;
    transform: scale(1.5);
    background: rgba(0, 0, 0, 0.15) !important;
    -webkit-backdrop-filter: blur(0.5em) !important;
            backdrop-filter: blur(0.5em) !important;
    opacity: 1;
  }
  .mf-cursor.-text.-active:before {
    transform: scale(1.5);
    transition-duration: 0.2s;
  }
  .mf-cursor.-icon {
    opacity: 1;
    margin-top: 2em;
  }
  .mf-cursor.-icon:before {
    opacity: 0.85;
    transform: scale(1.4);
    background: #E03127;
  }
  .specialColor .mf-cursor.-icon:before {
    background: #FF5C00;
  }
  .mf-cursor.-icon:before {
    opacity: 1;
  }
  .mf-cursor.-icon.-active:before {
    background: #17181C;
    transform: scale(1.6);
    transition-duration: 0.2s;
  }
  .mf-cursor.-icon svg {
    width: 100%;
    height: 100%;
  }
  .mf-cursor.-hidden {
    opacity: 0;
  }
  .mf-cursor.-hidden:before {
    transform: scale(0);
  }
  .mf-cursor-icon {
    position: absolute;
    top: -1em;
  }
  .mf-cursor-text {
    position: absolute;
    top: -1em;
    left: -1em;
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) rotate(10deg);
    opacity: 0;
    color: #fff;
    font-size: 0.8em;
    line-height: 1.2;
    text-align: center;
    transition: opacity 0.4s, transform 0.3s;
  }
  .mf-cursor.-text .mf-cursor-text, .mf-cursor.-icon .mf-cursor-text {
    opacity: 1;
    transform: scale(1);
  }
  .mf-cursor-media {
    position: absolute;
  }
  .mf-cursor-media img,
  .mf-cursor-media video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .mf-cursor-media img,
    .mf-cursor-media video {
      position: static;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      transform: translateZ(0);
    }
  }
  .mf-cursor-media-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: scale(0) translateZ(0);
    padding: 1px;
    opacity: 0;
    border-radius: 50%;
    transition: transform 0.35s, opacity 0.2s 0.2s;
  }
  .mf-cursor.-media .mf-cursor-media-box {
    opacity: 1;
    transform: scale(0.696);
    transition-duration: 0.4s, 0.4s;
    transition-delay: 0s, 0s;
  }
}

.cookiebar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 140;
  display: none;
  justify-content: flex-end;
  width: 100%;
  padding: 0.5em;
  pointer-events: none;
}
.cookiebar.is-shown {
  display: flex;
}
.cookiebar .block {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1em;
  border-radius: 0.25em;
  background: rgba(23, 24, 28, 0.95);
  box-shadow: 0 0 2em rgba(23, 24, 28, 0.6);
  padding: 0.75em 0.75em 0.75em 0.75em;
  pointer-events: auto;
}
@media (max-width: 748px) {
  .cookiebar .block {
    width: 100%;
  }
}
.cookiebar .block .text {
  line-height: 1.2;
  color: #ffffff;
  margin-top: -0.3em;
}
@media (max-width: 748px) {
  .cookiebar .block .text {
    font-size: 0.65em;
  }
}
@media (min-width: 749px) {
  .cookiebar .block .text {
    font-size: 0.6em;
  }
}
.cookiebar .block .text h3 {
  margin-bottom: 0.5em;
  color: #ffffff;
}
.cookiebar .block .text span {
  color: rgba(255, 255, 255, 0.5);
  text-wrap: balance;
}
.cookiebar .block .text span a {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.6);
}

cookiecode-banner.cookieTest {
  display: none !important;
}
cookiecode-banner.cookieTest.is-shown {
  display: block !important;
}

.cc_root {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 10000 !important;
  width: 100% !important;
  height: 100% !important;
  font-family: inherit !important;
  font-size: 1em !important;
}
.cc_root > div {
  border-radius: 0.25em !important;
  background: #17181C !important;
  max-width: 30em !important;
}
.cc_root > div .cc_text {
  line-height: 1.5 !important;
  max-width: none !important;
  text-align: left !important;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.75) !important;
}
@media (max-width: 748px) {
  .cc_root > div .cc_text {
    padding: 5vw 5vw 0 5vw !important;
  }
}
@media (min-width: 749px) {
  .cc_root > div .cc_text {
    padding: 2em 2em 0 2em !important;
  }
}
.cc_root > div .cc_text:before {
  display: block !important;
  font-size: 2em !important;
  line-height: 1 !important;
  color: white !important;
  margin-bottom: 0.5em !important;
  content: "Cookies" !important;
}
.cc_root > div .cc_text span {
  width: 100% !important;
  font-size: 0.75em !important;
}
.cc_root > div .cc_text span[data-template-text=Notice] {
  display: block !important;
  margin-bottom: 1em !important;
}
.cc_root > div .cc_text span[data-template-text=NoticeMobileMessage] {
  display: none !important;
  margin-bottom: 1em !important;
}
.cc_root > div .cc_text a {
  display: none !important;
}
.cc_root > div .cc_text br {
  display: none !important;
}
.cc_root > div .cc_text > svg {
  display: none !important;
}
.cc_root > div .cc_buttons {
  display: flex !important;
  margin: 0 !important;
  width: 100%;
}
@media (max-width: 748px) {
  .cc_root > div .cc_buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5em;
    padding: 0 5vw 5vw 5vw !important;
  }
}
@media (min-width: 749px) {
  .cc_root > div .cc_buttons {
    flex-direction: row;
    gap: 1em;
    justify-content: space-between;
    padding: 0 2em 2em 2em !important;
  }
}
.cc_root > div .cc_buttons button.cc_button_settings {
  font-weight: 400 !important;
  font-size: 0.85em !important;
  text-decoration: underline !important;
  padding: 0 !important;
  opacity: 0.5;
}
.cc_root > div .cc_buttons button.cc_button_settings:hover {
  opacity: 1;
}
.cc_root > div .cc_buttons button.cc_button_allowall {
  width: auto;
  font-size: 0.9em !important;
  padding: 0.9em 1.5em 1em !important;
}
@media (max-width: 748px) {
  .cc_root > div .cc_buttons button.cc_button_allowall {
    width: 100%;
  }
}
.cc_root > div .cc_buttons button.cc_button_allowall:before {
  display: block !important;
  line-height: 1 !important;
  font-weight: 600 !important;
  content: "Akkoord" !important;
}
.cc_root > div .cc_buttons button.cc_button_allowall span {
  display: none;
}

.drawTool {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  overflow: hidden;
}
.drawTool__toolbar {
  background: #17181C;
  color: #ffffff;
  padding: 0.625rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.drawTool__toolbar h1 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  margin-right: auto;
}
.drawTool__status {
  font-size: 0.75rem;
  opacity: 0.55;
  flex: 1;
  min-width: 10rem;
  text-align: center;
  pointer-events: none;
}
.drawTool__btn {
  cursor: pointer;
  padding: 0.4rem 0.875rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.15s ease-in-out 0s;
}
.drawTool__btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.5);
}
.drawTool__btn.is-active {
  background: #ffffff;
  color: #17181C;
  border-color: #ffffff;
}
.drawTool__btn--save {
  background: #E03127;
  border-color: #E03127;
  color: #ffffff;
  margin-left: 0.5rem;
}
.drawTool__btn--save:hover {
  background: rgb(194.3125506073, 36.8834008097, 27.8874493927);
  border-color: rgb(194.3125506073, 36.8834008097, 27.8874493927);
  color: #ffffff;
}
.drawTool__map {
  flex: 1;
  width: 100%;
}
.drawTool__map *:focus {
  outline: none;
}

.drawToolDeleteMarker {
  width: 1.25rem;
  height: 1.25rem;
  background: #E03127;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  transition: all 0.15s ease-in-out 0s;
}
.drawToolDeleteMarker:hover {
  background: rgb(185.3927125506, 35.1902834008, 26.6072874494);
}

@media (max-width: 748px) {
  html {
    font-size: clamp(1rem, 4.5vw, 1.5rem);
  }
  @supports not (font-size: clamp(1rem, 4.5vw, 1.5rem)) {
    html {
      font-size: min(max(1rem, 4.5vw), 1.5rem);
    }
  }
}
@media (min-width: 749px) {
  html {
    font-size: clamp(1rem, 1.3vw, 1.4rem);
  }
  @supports not (font-size: clamp(1rem, 1.3vw, 1.4rem)) {
    html {
      font-size: min(max(1rem, 1.3vw), 1.4rem);
    }
  }
}
html body {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.6;
  letter-spacing: -0.005em;
  hanging-punctuation: first allow-end last;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.preTitle {
  line-height: 1.1;
  margin: 0;
  margin-left: -0.05em;
  margin-bottom: 0.25em;
  letter-spacing: -0.02em;
  text-wrap: balance;
  max-width: none !important;
  color: #927D5F;
  font-weight: 400;
}
.family .preTitle {
  color: #0E6AB5;
}

h1 .red, h2 .red, h3 .red, h4 .red, h5 .red {
  display: inline;
  color: #E03127;
}
.specialColor h1 .red, .specialColor h2 .red, .specialColor h3 .red, .specialColor h4 .red, .specialColor h5 .red {
  color: #FF5C00;
}
h1 .blue, h2 .blue, h3 .blue, h4 .blue, h5 .blue {
  display: inline;
  color: #0E6AB5;
}

h1, .h1 {
  margin: 0;
  margin-left: -0.075em;
  margin-bottom: 0.75em;
  letter-spacing: -0.03em;
  line-height: 1;
  text-wrap: balance;
  max-width: 20ch;
  color: #17181C;
  font-weight: 700;
}
@media (max-width: 748px) {
  h1, .h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 749px) {
  h1, .h1 {
    font-size: 3.8rem;
  }
}
@media (max-width: 748px) {
  h1.small, .h1.small {
    font-size: 2.2rem;
  }
}
@media (min-width: 749px) {
  h1.small, .h1.small {
    font-size: 2.5rem;
  }
}
.family h1:after, .family .h1:after {
  display: block;
  height: 0.075em;
  width: 30%;
  background: #E03127;
  margin-top: 0.4em;
  content: "";
}

h2, .h2 {
  line-height: 1;
  margin: 0;
  margin-left: -0.05em;
  text-wrap: balance;
  max-width: 30ch;
  color: #17181C;
  font-weight: 700;
}
h2:not(:last-child), .h2:not(:last-child) {
  margin-bottom: 0.75em;
}
@media (max-width: 748px) {
  h2, .h2 {
    font-size: 1.6rem;
  }
}
@media (min-width: 749px) {
  h2, .h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 748px) {
  h2.mini, .h2.mini {
    font-size: 1rem;
  }
}
@media (min-width: 749px) {
  h2.mini, .h2.mini {
    font-size: 1rem;
  }
}
@media (max-width: 748px) {
  h2.small, .h2.small {
    font-size: 1.4rem;
  }
}
@media (min-width: 749px) {
  h2.small, .h2.small {
    font-size: 2rem;
  }
}
@media (max-width: 748px) {
  h2.medium, .h2.medium {
    font-size: 2.2rem;
  }
}
@media (min-width: 749px) {
  h2.medium, .h2.medium {
    font-size: 2.8rem;
  }
}
@media (max-width: 748px) {
  h2.large, .h2.large {
    font-size: 2.5rem;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  h2.large, .h2.large {
    font-size: 2.8rem;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  h2.large, .h2.large {
    font-size: 3rem;
  }
}
@media (min-width: 1101px) {
  h2.large, .h2.large {
    font-size: 3rem;
  }
}

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: 1.1;
  margin: 0;
  margin-left: -0.05em;
  font-size: 1.2em;
  text-wrap: balance;
  color: #17181C;
  font-weight: 700;
}
h3:not(:last-child), .h3:not(:last-child), h4:not(:last-child), .h4:not(:last-child), h5:not(:last-child), .h5:not(:last-child), h6:not(:last-child), .h6:not(:last-child) {
  margin-bottom: 0.75em;
}

.textFormatting .is-small {
  font-size: 0.8em;
  line-height: 1.52;
  opacity: 0.7;
}
.textFormatting .is-small:not(:last-child) {
  margin-bottom: 0.5em;
}
.textFormatting .is-large {
  opacity: 1;
  font-size: 1.2em;
  line-height: 1.52;
}
.textFormatting h2:not(:first-child, h2 + h2, h2 + h3, h2 + h4, h3 + h3, h3 + h4, h4 + h4), .textFormatting h3:not(:first-child, h2 + h2, h2 + h3, h2 + h4, h3 + h3, h3 + h4, h4 + h4), .textFormatting h4:not(:first-child, h2 + h2, h2 + h3, h2 + h4, h3 + h3, h3 + h4, h4 + h4), .textFormatting h5:not(:first-child, h2 + h2, h2 + h3, h2 + h4, h3 + h3, h3 + h4, h4 + h4) {
  margin-top: 2em;
}
.textFormatting h2 a, .textFormatting h3 a, .textFormatting h4 a, .textFormatting h5 a {
  text-decoration: underline;
}
.textFormatting .preTitle + h1, .textFormatting .preTitle + h2, .textFormatting .preTitle + h3, .textFormatting .preTitle + h4, .textFormatting .preTitle + h5 {
  margin-top: 0;
}
.textFormatting p:not(:last-child), .textFormatting ol:not(:last-child), .textFormatting ul:not(:last-child), .textFormatting table:not(:last-child) {
  margin-bottom: 1em;
}
.textFormatting p a:not(.button.solid, .button.pill, .button.round), .textFormatting ol a:not(.button.solid, .button.pill, .button.round), .textFormatting ul a:not(.button.solid, .button.pill, .button.round), .textFormatting table a:not(.button.solid, .button.pill, .button.round) {
  color: #E03127;
  text-decoration: underline;
}
.specialColor .textFormatting p a:not(.button.solid, .button.pill, .button.round), .specialColor .textFormatting ol a:not(.button.solid, .button.pill, .button.round), .specialColor .textFormatting ul a:not(.button.solid, .button.pill, .button.round), .specialColor .textFormatting table a:not(.button.solid, .button.pill, .button.round) {
  color: #FF5C00;
}
.textFormatting p a:not(.button.solid, .button.pill, .button.round):hover, .textFormatting ol a:not(.button.solid, .button.pill, .button.round):hover, .textFormatting ul a:not(.button.solid, .button.pill, .button.round):hover, .textFormatting table a:not(.button.solid, .button.pill, .button.round):hover {
  color: #E03127;
}
.specialColor .textFormatting p a:not(.button.solid, .button.pill, .button.round):hover, .specialColor .textFormatting ol a:not(.button.solid, .button.pill, .button.round):hover, .specialColor .textFormatting ul a:not(.button.solid, .button.pill, .button.round):hover, .specialColor .textFormatting table a:not(.button.solid, .button.pill, .button.round):hover {
  color: #FF5C00;
}
.textFormatting ul:not([class]) {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1em !important;
}
.textFormatting ul:not([class]) li {
  margin-bottom: 0.25em;
  line-height: 1.6;
}
.textFormatting ul:not([class]) li::marker {
  color: #E03127;
}
.specialColor .textFormatting ul:not([class]) li::marker {
  color: #FF5C00;
}
.textFormatting ul:not([class]) li {
  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='%23E03127' 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;
}
.textFormatting ol:not([class]) {
  padding-left: 1.3em;
  margin-bottom: 1em !important;
}
.textFormatting ol:not([class]) li {
  margin-bottom: 0.25em;
  line-height: 1.6;
}
.textFormatting ol:not([class]) li::marker {
  color: #E03127;
}
.textFormatting table {
  margin-bottom: 2em !important;
}
@media (max-width: 748px) {
  .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;
}
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(23, 24, 28, 0.1);
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
}
@media (max-width: 748px) {
  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;
  line-height: 1.3;
  padding-top: 0.75em;
}
figure figcaption.caption span {
  display: block;
  font-size: 0.8em;
}
figure figcaption.caption .flowInline {
  margin-top: 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(23, 24, 28, 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;
}

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='%2317181C' 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: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6em;
  margin-left: 0.5em;
  margin-bottom: -0.5em;
  margin-right: -0.25em;
  width: 2em;
  height: 2em;
  border-radius: 3em;
  background: #ffffff;
  color: #E03127;
  font-weight: 700;
}
.specialColor notification-badge {
  color: #FF5C00;
}

.label {
  display: flex;
  background: rgba(23, 24, 28, 0.1);
  padding: 0.1em 0.7em 0.25em;
  font-weight: 500;
}
.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.black {
  background: #17181C;
  color: #ffffff;
}
.label.gray {
  background: #c7c9d1;
  color: #ffffff;
}
.label.white {
  background: #ffffff;
  color: #17181C;
}
.label.whiteAlpha {
  background: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.label.red {
  background: #E03127;
  color: #ffffff;
}
.specialColor .label.red {
  background: #FF5C00;
}

.headingBar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.7em;
}
.headingBar h1, .headingBar .h1, .headingBar h2, .headingBar .h2, .headingBar h3, .headingBar .h3, .headingBar h4, .headingBar .h4, .headingBar h5, .headingBar .h5 {
  margin-bottom: 0;
  margin-right: 1em;
}
.headingBar .alignRight {
  margin-left: auto;
}

.jobSummary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  font-size: 0.9em;
  line-height: 1;
}
.jobSummary div {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.jobSummary div svg {
  width: 1em !important;
  height: 1em !important;
}

.socialChannels ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.socialChannels ul li {
  margin: 0 1em 1em 0;
}
.socialChannels ul li a {
  display: block;
  line-height: 1;
  opacity: 0.7;
  transition: all 0.15s ease-in-out 0s;
}
.socialChannels ul li a:hover {
  opacity: 1;
}

.socialShare.is-customShare ul li.is-nativeShare {
  display: none;
}
.socialShare.is-nativeShare ul li:not(.is-nativeShare) {
  display: none;
}
.socialShare ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.socialShare ul li {
  margin: 0 0.35em 0 0;
}
.socialShare ul li.is-hidden {
  display: none;
}
.socialShare ul li .button:not(.js-copylink) {
  cursor: alias;
}
@media (max-width: 748px) {
  .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;
  margin-bottom: 4.5em;
}
.pagination ul li {
  display: flex;
}
.pagination ul li:first-child {
  margin-right: auto;
}
@media (max-width: 748px) {
  .pagination ul li:first-child {
    margin-right: auto;
  }
}
.pagination ul li:last-child {
  margin-left: auto;
}
@media (max-width: 748px) {
  .pagination ul li:last-child {
    margin-left: auto;
  }
}
@media (max-width: 748px) {
  .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.is-active {
  margin-inline: 0.5em;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 !important;
  margin-bottom: 0.5em !important;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 0.5em;
  padding-left: 0 !important;
  color: rgba(23, 24, 28, 0.4);
}
.breadcrumb li:last-child a {
  color: #17181c !important;
}
.breadcrumb li:last-child svg.icon-caret-right {
  display: none;
}
.breadcrumb li a {
  color: rgba(23, 24, 28, 0.4);
  text-decoration: none !important;
  transition: all 0.15s ease-in-out 0s;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb li a:hover {
    color: #17181c;
  }
}
.breadcrumb li svg.icon-caret-right {
  width: 1em;
  height: 1em;
  margin: 0 0.25em;
}

.noteBlock {
  border-radius: 0.25em;
}
@media (max-width: 748px) {
  .noteBlock {
    padding: 7.5vw 5vw;
  }
}
@media (min-width: 749px) {
  .noteBlock {
    padding: 2em;
  }
}
.noteBlock.white {
  background: #ffffff;
  border: 0.1em solid white;
}
.noteBlock.black {
  background: #17181C;
}
.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(246.6, 246.9, 248.1) !important;
}
.noteBlock.blue {
  background: #0E6AB5;
  color: #ffffff;
}
.noteBlock .block p, .noteBlock .block ol, .noteBlock .block ul, .noteBlock .block table {
  font-size: 0.9em;
  line-height: 1.44;
}
.noteBlock .block p:last-child, .noteBlock .block ol:last-child, .noteBlock .block ul:last-child, .noteBlock .block table:last-child {
  margin-bottom: 0;
}
.noteBlock .block .jobBlock {
  margin-bottom: 2.25em;
}
.noteBlock .block .jobBlock h3, .noteBlock .block .jobBlock svg {
  color: #E03127;
}
.family .noteBlock .block .jobBlock h3, .family .noteBlock .block .jobBlock svg {
  color: #0E6AB5;
}
.specialColor .noteBlock .block .jobBlock h3, .specialColor .noteBlock .block .jobBlock svg {
  color: #FF5C00;
}

.iconBlock img {
  width: 3em;
}

.notificationBar {
  position: relative;
  display: flex;
  background: #fff3cd;
  border: 1px solid rgba(23, 24, 28, 0.2);
  color: #17181C;
  padding: 0.5em;
  margin-right: auto;
  margin-left: 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.25em;
}
.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: 110;
  width: calc(100% - 0.6em);
  border-radius: 0.25em;
  transform: translate(-50%, 0.3em);
}
@media (max-width: 748px) {
  .notificationBar.float {
    width: calc(100% - 0.6em);
  }
  .notificationBar.float .wrapper .message {
    white-space: nowrap;
    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 (max-width: 748px) {
  .sideText {
    display: none;
  }
}
@media (min-width: 749px) {
  .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(23, 24, 28, 0.8);
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.25em;
  border: 0.1em solid rgba(23, 24, 28, 0.1);
  padding: 0.5em 1em 0.7em;
  box-shadow: 0 0 0.75em rgba(23, 24, 28, 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(23, 24, 28, 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(23, 24, 28, 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(23, 24, 28, 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(23, 24, 28, 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;
  justify-content: flex-end;
  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.fullWidth {
  position: static;
}
.dropdown:focus-within.fullWidth .clickThroughStop {
  position: absolute !important;
  width: auto;
  height: auto;
  transform: translateY(-100%);
  padding-right: 1.5em;
}
.dropdown:focus-within.fullWidth .dropdownMenu {
  left: 0;
  width: 100%;
  margin-top: 1em;
}
.dropdown:focus-within .clickThroughStop {
  pointer-events: auto;
}
.dropdown:focus-within .dropdownMenu {
  display: block;
}
.dropdown > .button:focus,
.dropdown .headerButton:focus {
  pointer-events: none !important;
}
.dropdown > .button:focus .text,
.dropdown .headerButton:focus .text {
  color: #E03127 !important;
}
.specialColor .dropdown > .button:focus .text,
.specialColor .dropdown .headerButton:focus .text {
  color: #FF5C00 !important;
}
.dropdown > .button:focus svg,
.dropdown .headerButton:focus svg {
  transform: rotate(180deg);
}
.dropdown > .button svg,
.dropdown .headerButton svg {
  transition: none !important;
}
.dropdown .clickThroughStop {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
}
.dropdown .dropdownMenu {
  display: none;
  position: absolute;
  z-index: 1;
}
.dropdown .dropdownMenu.defaultStyling {
  background: #ffffff;
  min-width: 100%;
  margin-top: 0.5em;
  align-items: flex-start;
  border: 0.05em solid rgba(23, 24, 28, 0.1);
  border-radius: 0.25em;
  box-shadow: 0 0.2rem 0.5rem rgba(23, 24, 28, 0.2);
}
.dropdown .dropdownMenu.defaultStyling ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown .dropdownMenu.defaultStyling ul li.line {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 0.05em solid rgba(23, 24, 28, 0.1);
}
.dropdown .dropdownMenu.defaultStyling ul li.line span {
  width: 100%;
  height: 0.05em;
  background: white;
}
.dropdown .dropdownMenu.defaultStyling ul li .button {
  width: 100%;
  white-space: nowrap;
}
.dropdown .dropdownMenu:focus {
  outline-width: 0 !important;
  outline: none !important;
}

[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;
  stroke-width: 2 !important;
  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(23, 24, 28, 0.1);
  border: 2px solid transparent;
  line-height: 1.1 !important;
  max-width: 100%;
  text-align: left;
  font-weight: 700;
  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-top: -0.1em !important;
  margin-bottom: -0.1em !important;
}
.button input + span {
  margin: 0 !important;
  margin-right: auto !important;
  padding-right: 0.5em !important;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover svg[class$=-right] {
    transform: translateX(0.15em);
  }
  .button:hover svg[class$=-left] {
    transform: translateX(-0.15em);
  }
  .button:hover svg[class$=-up] {
    transform: translateY(-0.15em);
  }
  .button:hover svg[class$=-down] {
    transform: translateY(0.15em);
  }
}
.button:active {
  transition: all 0;
  transform: translateY(0.04em);
}
.button.is-active {
  font-weight: 700;
}
.button.rectangular, .button.pill {
  border-radius: 0.25em;
  padding: 0.45em 0.7em 0.6em;
  align-items: flex-start;
  justify-content: center;
}
.button.rectangular:not(.rectangular), .button.pill:not(.rectangular) {
  border-radius: 5em;
  padding-left: 1em;
  padding-right: 1em;
}
.button.rectangular.spaced span + svg, .button.pill.spaced span + svg {
  margin-left: 2em;
}
.button.rectangular.is-faq, .button.pill.is-faq {
  padding-left: 0 !important;
  opacity: 0.5;
  color: #17181C;
}
.button.rectangular.is-faq span, .button.pill.is-faq span {
  margin-left: 0;
}
.button.rectangular.is-faq.is-active, .button.pill.is-faq.is-active {
  opacity: 1;
}
.button.rectangular span, .button.pill span {
  margin-right: 0.3em;
  margin-left: 0.3em;
}
.button.rectangular span ~ svg, .button.pill span ~ svg {
  margin-right: 0 !important;
}
.button.rectangular svg, .button.pill svg {
  width: 1.1em;
  height: 1.1em;
  margin: 0 0.3em;
  transition: all 0.15s ease-in-out 0s;
}
.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: 0 0.3em;
}
.button.rectangular svg:first-child, .button.pill svg:first-child {
  margin-left: 0 !important;
}
.button.rectangular.mini, .button.pill.mini {
  padding: 0.4em 0.6em 0.55em;
  font-size: 0.6em !important;
}
.button.rectangular.mini svg, .button.pill.mini svg {
  stroke-width: 3 !important;
}
.button.rectangular.small, .button.pill.small {
  font-size: 0.8em !important;
}
.button.rectangular.medium, .button.pill.medium {
  font-size: 0.9em !important;
}
.button.rectangular.large, .button.pill.large {
  border-width: 0.1em;
  font-size: 1.2em !important;
}
.button.rectangular.is-alignLeft, .button.pill.is-alignLeft {
  justify-content: space-between;
}
.button.rectangular.fullWidth, .button.pill.fullWidth {
  width: 100%;
}
@media (max-width: 748px) {
  .button.rectangular.fullWidthMini, .button.pill.fullWidthMini {
    width: 100%;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .button.rectangular.fullWidthSmall, .button.pill.fullWidthSmall {
    width: 100%;
  }
}
.button.textual {
  align-items: flex-start;
  justify-content: flex-start;
  border: none;
}
.button.textual span {
  transition: all 0.15s ease-in-out 0s;
}
.button.textual span ~ svg {
  margin-left: 0.3em !important;
  margin-right: 0 !important;
}
.button.textual svg {
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.5em;
  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.2em !important;
}
.button.textual svg ~ span {
  margin-left: 0;
}
.button.textual.mini {
  font-size: 0.6em !important;
}
.button.textual.mini svg {
  stroke-width: 3 !important;
}
.button.textual.small {
  font-size: 0.8em !important;
}
.button.textual.small svg {
  stroke-width: 2.5 !important;
}
.button.textual.medium {
  font-size: 1em !important;
}
.button.textual.large {
  font-size: 1.2em !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.25em;
}
.button.round svg, .button.square svg {
  transition: all 0.15s ease-in-out 0s;
}
.button.round.mini, .button.square.mini {
  width: 1em;
  height: 1em;
}
.button.round.mini svg, .button.square.mini svg {
  width: 100%;
  height: 100%;
}
.button.round.small, .button.square.small {
  width: 1.8em;
  height: 1.8em;
}
.button.round.medium, .button.square.medium {
  width: 2em;
  height: 2em;
}
.button.round.large, .button.square.large {
  width: 3em;
  height: 3em;
}
.button.round svg, .button.square svg {
  width: 60%;
  height: 60%;
}
.button.solid.black {
  background: #17181C;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.black:hover {
    background: #2e3038;
  }
}
.button.solid.black:active {
  background: #454854;
  transition-duration: 0;
}
.button.solid.gray {
  background: rgba(146, 125, 95, 0.2);
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.gray:hover {
    background: rgba(146, 125, 95, 0.3);
  }
}
.button.solid.gray:active {
  background: rgba(146, 125, 95, 0.4);
  transition-duration: 0;
}
.button.solid.white {
  background: #ffffff;
  color: rgba(23, 24, 28, 0.7);
}
.button.solid.white.is-active {
  background: hsl(228, 9.8039215686%, 105%);
  color: #E03127;
}
.specialColor .button.solid.white.is-active {
  color: #FF5C00;
}
.family .button.solid.white.is-active {
  color: #0E6AB5;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.white:hover {
    background: hsl(228, 9.8039215686%, 102%);
  }
}
.button.solid.white:active {
  background: hsl(228, 9.8039215686%, 102%);
  transition-duration: 0;
}
.button.solid.goldAlpha {
  background: rgba(146, 125, 95, 0.05);
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.goldAlpha:hover {
    background: rgba(146, 125, 95, 0.07);
  }
}
.button.solid.goldAlpha:active {
  background: rgba(146, 125, 95, 0.15);
  transition-duration: 0;
}
.button.solid.transparent {
  background: transparent;
}
.button.solid.red {
  background: #E03127;
  color: #ffffff;
  border-color: #E03127;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.red:hover {
    background: rgb(227.2004048583, 70.2672064777, 61.2995951417);
  }
  .specialColor .button.solid.red:hover {
    background: rgb(255, 108.3, 25.5);
  }
}
.button.solid.red:active {
  transition-duration: 0;
}
.specialColor .button.solid.red {
  background: #FF5C00;
  border-color: #FF5C00;
}
.button.solid.blue {
  background: #0E6AB5;
  color: #ffffff;
  border-color: #0E6AB5;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.blue:hover {
    background: rgb(15.8307692308, 119.8615384615, 204.6692307692);
  }
}
.button.solid.blue:active {
  transition-duration: 0;
}
.button.ghost.black {
  background: none;
  color: #17181C;
  border-color: #17181C;
}
@media (hover: hover) and (pointer: fine) {
  .button.ghost.black:hover {
    background: rgba(23, 24, 28, 0.05);
  }
}
.button.ghost.black:active {
  background: rgba(23, 24, 28, 0.1);
  transition-duration: 0;
}
.button.ghost.gray {
  background: none;
  color: rgba(23, 24, 28, 0.7);
  border-color: transparent;
  padding-inline: 0;
  border-bottom-color: rgba(23, 24, 28, 0.1);
}
@media (hover: hover) and (pointer: fine) {
  .button.ghost.gray:hover {
    background: rgba(23, 24, 28, 0.025);
  }
}
.button.ghost.gray:active {
  background: rgba(23, 24, 28, 0.05);
}
.button.ghost.gray.is-active span {
  color: #E03127;
}
.family .button.ghost.gray.is-active span {
  color: #0E6AB5;
}
.specialColor .button.ghost.gray.is-active span {
  color: #FF5C00;
}
.button.ghost.white {
  background: none;
  color: #ffffff;
  border-color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .button.ghost.white:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
.button.ghost.white:active {
  background: rgba(255, 255, 255, 0.3);
}
.button.ghost.whiteAlpha {
  background: none;
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .button.ghost.whiteAlpha:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
.button.ghost.whiteAlpha:active {
  background: rgba(255, 255, 255, 0.3);
}
.button.ghost.red {
  background: none;
  color: #E03127;
  border-color: #E03127;
}
@media (hover: hover) and (pointer: fine) {
  .button.ghost.red:hover {
    background: rgba(23, 24, 28, 0.05);
  }
}
.button.ghost.red:active {
  background: rgba(23, 24, 28, 0.1);
  transition-duration: 0;
}
.specialColor .button.ghost.red {
  color: #FF5C00;
  border-color: #FF5C00;
}
.button.ghost.blue {
  background: none;
  color: #0E6AB5;
  border-color: #0E6AB5;
}
@media (hover: hover) and (pointer: fine) {
  .button.ghost.blue:hover {
    background: rgba(23, 24, 28, 0.05);
  }
}
.button.ghost.blue:active {
  background: rgba(23, 24, 28, 0.1);
  transition-duration: 0;
}
.button.textual.black {
  color: #17181C;
}
.button.textual.black:hover span {
  color: #E03127;
}
.family .button.textual.black:hover span {
  color: #0E6AB5;
}
.specialColor .button.textual.black:hover span {
  color: #FF5C00;
}
.button.textual.gray {
  color: #8f93a3;
}
.button.textual.white {
  color: #ffffff;
}
.button.textual.red {
  color: #E03127;
}
.specialColor .button.textual.red {
  color: #FF5C00;
}
.button.textual.blue {
  color: #0E6AB5;
}
.button.facebookColor {
  background: #4267B2;
  color: #ffffff;
}
.button.twitterColor {
  background: #1DA1F2;
  color: #ffffff;
}
.button.emailColor {
  background: #C5221E;
  color: #ffffff;
}
.button.linkedinColor {
  background: #0077b5;
  color: #ffffff;
}
.button.pinterestColor {
  background: #e60023;
  color: #ffffff;
}
.button.whatsappColor {
  background: #26B43D;
  color: #ffffff;
}

.form .singleLineForm {
  position: relative;
  display: flex;
  width: 100%;
  gap: 0.5em;
}
@media (max-width: 748px) {
  .form .singleLineForm {
    flex-direction: column;
  }
}
.form .singleLineForm .formfield {
  align-items: center;
}
@media (min-width: 749px) {
  .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%;
}
.form .singleLineForm .button {
  align-items: center;
}
@media (max-width: 748px) {
  .form .singleLineForm .button span {
    display: none;
  }
  .form .singleLineForm .button svg {
    margin: 0;
  }
}
.form .row {
  position: relative;
  display: flex;
}
@media (max-width: 748px) {
  .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:has(:required) .has-heading .formlabel.text:after,
.form .row:has(:required) .has-insideLabel .formlabel.text:after {
  color: #E03127;
  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: #E03127;
  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.25em;
  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: #558530;
  color: #ffffff;
}
.form .row .has-label .formlabel.note {
  z-index: 2;
  background: hsl(228, 9.8039215686%, 107%);
  color: #e3e4e8;
}
.form .row .has-label .formlabel.error-message {
  z-index: 3;
  background: #E03127;
  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: rgba(23, 24, 28, 0.7) !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: #abaeba;
}
.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 (max-width: 748px) {
  .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 (max-width: 748px) {
  .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: hsl(228, 9.8039215686%, 107%) !important;
  color: #e3e4e8 !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.5em;
}
.formfield.has-insideLabel input:not(:-moz-placeholder) ~ .formlabel, .formfield.has-insideLabel textarea:not(:-moz-placeholder) ~ .formlabel {
  top: 0.7em;
  left: 1.4em;
  font-size: 0.7em;
  color: rgba(23, 24, 28, 0.7) !important;
  opacity: 1 !important;
  font-weight: 700;
}
.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.4em;
  font-size: 0.7em;
  color: rgba(23, 24, 28, 0.7) !important;
  opacity: 1 !important;
  font-weight: 700;
}
.formfield input,
.formfield textarea {
  position: relative;
  z-index: 3;
  width: 100%;
  border: 0.1em solid rgba(23, 24, 28, 0.2);
  padding: 0.55em 0.8em 0.75em;
  border-radius: 5em;
  background: #ffffff;
  transition: all 0.15s ease-in-out 0s;
}
.formfield input[type=search],
.formfield textarea[type=search] {
  -webkit-appearance: none;
}
.formfield input:disabled,
.formfield textarea:disabled {
  opacity: 0.5;
  background: rgba(23, 24, 28, 0.2);
  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: rgba(23, 24, 28, 0.4);
}
.formfield input::placeholder,
.formfield textarea::placeholder {
  color: rgba(23, 24, 28, 0.4);
}
.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;
  margin-top: -0.2em;
}
.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: 0.1em solid rgba(23, 24, 28, 0.2);
  padding: 0.6em 0.8em 0.8em;
  border-radius: 0.25em;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: rgba(23, 24, 28, 0.4);
  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: #558530;
  color: rgba(23, 24, 28, 0.7);
}
.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='rgba(23, 24, 28, 0.4)' 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.25em;
}
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: 0.1em solid rgba(23, 24, 28, 0.2);
  border-radius: 50%;
}
label.radiobutton input[type=radio]:not([disabled]) {
  cursor: pointer;
}
label.radiobutton input[type=radio]::before {
  content: "";
  width: 63%;
  height: 63%;
  border-radius: 50%;
  transform: scale(0);
  box-shadow: inset 1em 1em #558530;
  background-color: CanvasText;
  transition: 120ms transform ease-in-out;
}
label.radiobutton input[type=radio]:checked {
  border-color: #558530;
}
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: 0.1em solid rgba(23, 24, 28, 0.2);
  border-radius: 0.25em;
  box-shadow: none;
  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: #E03127;
  background-color: #E03127;
}
.family label.checkbox input[type=checkbox]:checked {
  background: #0E6AB5;
  background-color: #0E6AB5;
}
label.checkbox input[type=checkbox]:checked::before {
  transform: scale(1);
}
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(23, 24, 28, 0);
  cursor: pointer;
  transition: all 0.15s ease-in-out 0s;
}
.lightswitch.small .switch {
  font-size: 0.5rem;
}
.lightswitch.medium .switch {
  font-size: 0.75rem;
}
.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: #17181c;
}
.lightswitch input:checked ~ .switch:before {
  left: 100%;
  transform: translateX(100%) scale(0.8);
  background: #558530;
}
.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: 4em;
  height: 2em;
  background: rgba(23, 24, 28, 0.2);
  transition: all 0.15s ease-in-out 0s;
}
.lightswitch .switch:before {
  display: block;
  background: white;
  border: 0.1em solid #ffffff;
  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: 0.1em solid rgba(23, 24, 28, 0.2);
  padding: 1em;
  border-radius: 0.25em;
  background: #ffffff;
}
.fileupload:has(:valid) {
  border-color: #558530;
}
.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(23, 24, 28, 0.1);
  line-height: 1.1 !important;
  max-width: 100%;
  text-align: left;
  border-radius: 0.25em;
  padding: 0.75em 1em 0.9em;
  font-size: 0.7rem;
  background: #17181C;
  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: #17181C;
  }
}
.fileupload input::file-selector-button:active {
  background: #17181C;
}

input.is-error,
textarea.is-error,
select.is-error {
  border-color: #E03127 !important;
}
input.is-error:valid,
textarea.is-error:valid,
select.is-error:valid {
  border-color: #558530 !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(23, 24, 28, 0.2) !important;
}
.radiobuttons:has(.is-error):has(input:checked) .error-message,
.checkboxes:has(.is-error):has(input:checked) .error-message {
  display: none;
}

:focus {
  outline: none;
}

input:not([disabled]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus {
  box-shadow: 0 0 0 0.1em rgba(23, 24, 28, 0.5), 0 0 1em 0.25em rgba(23, 24, 28, 0.3);
}
input:not([disabled]):focus ~ .formlabel.note,
select:not([disabled]):focus ~ .formlabel.note,
textarea:not([disabled]):focus ~ .formlabel.note {
  z-index: 2;
  background: rgba(23, 24, 28, 0.7);
  color: #ffffff;
  box-shadow: 0 0 0.25em 0.15em rgba(23, 24, 28, 0.2);
}

.button:not(.textual):not([tabindex="-1"], .popup .window .closeButton):focus-visible,
summary:not([tabindex="-1"], .popup .window .closeButton):focus-visible,
[tabindex]:not(body):not([tabindex="-1"], .popup .window .closeButton):focus-visible {
  transition-delay: 0s !important;
  box-shadow: 0 0 0 0.25em rgba(23, 24, 28, 0.5), 0 0 1em 0.25em rgba(23, 24, 28, 0.3);
}

.js-focus-visible .button:not(.textual).focus-visible {
  transition-delay: 0s !important;
  box-shadow: 0 0 0 0.25em rgba(23, 24, 28, 0.5), 0 0 1em 0.25em rgba(23, 24, 28, 0.3);
}

a[href]:not(.button):focus-visible,
.button.textual:focus-visible {
  transition-delay: 0s !important;
  box-shadow: 0 0 0 0.15em rgba(23, 24, 28, 0.5), 0 0 1em 0.25em rgba(23, 24, 28, 0.3);
  border-radius: 0.1em;
}

.js-focus-visible a[href]:not(.button).focus-visible,
.js-focus-visible .button.textual.focus-visible,
.js-focus-visible summary.focus-visible {
  transition-delay: 0s !important;
  box-shadow: 0 0 0 0.15em rgba(23, 24, 28, 0.5), 0 0 1em 0.25em rgba(23, 24, 28, 0.3);
  border-radius: 0.1em;
}

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

.container {
  position: relative;
  width: 100%;
  max-width: 80em;
  margin: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (min-width: 1101px) {
  .container {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}

.containerMid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 50em;
}

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

@keyframes arrowBounce {
  0% {
    transform: translateY(-25%);
  }
  50% {
    transform: translateY(25%);
  }
  100% {
    transform: translateY(-25%);
  }
}
html body {
  display: flex;
  flex-direction: column;
  color: rgba(23, 24, 28, 0.7);
  background: #ffffff;
  min-height: 100vh;
  transition: background 2s cubic-bezier(0.19, 1, 0.22, 1);
}
html body.backgroundBlack {
  background: #17181C;
}
html body *[id] {
  scroll-margin-top: var(--scrollMarginTop);
}
html body ::-moz-selection {
  background: rgba(23, 24, 28, 0.6);
  color: #ffffff;
}
html body ::selection {
  background: rgba(23, 24, 28, 0.6);
  color: #ffffff;
}
html body main {
  isolation: isolate;
}

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

strong, b {
  font-weight: 700;
}

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

a, button {
  -webkit-tap-highlight-color: rgba(23, 24, 28, 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(23, 24, 28, 0.1);
  margin: 2.25em 0;
}
hr.small {
  margin: 1em 0;
}
hr.large {
  margin: 9em 0;
}

p {
  margin: 0 0 1em 0;
}

address {
  font-style: normal;
}

table {
  width: 100%;
  margin: 0;
  vertical-align: top;
  text-align: left;
  border-color: white;
}
table > * > * > * {
  padding: 0.5em 1em;
  border-bottom: 0.1em solid hsl(228, 9.8039215686%, 105%);
}
table > tbody {
  vertical-align: inherit;
}
table > tbody tr:nth-of-type(odd) > * {
  background: hsl(228, 9.8039215686%, 108%);
}
table > thead {
  vertical-align: bottom;
}
table > :not(:first-child) {
  border-top: 0.1em solid #17181C;
}

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

@media (max-width: 748px) {
  .has-noMarginOnMobile {
    margin-bottom: 0 !important;
  }
}

.has-miniMargin {
  margin-bottom: 1em;
}

.has-lessMargin {
  margin-bottom: 2.25em;
}

.has-margin {
  margin-bottom: 4.5em;
}
@media (max-width: 748px) {
  .has-margin {
    margin-bottom: 2.25em;
  }
}

.has-moreMargin {
  margin-bottom: 6.75em;
}
@media (max-width: 748px) {
  .has-moreMargin {
    margin-bottom: 3.375em;
  }
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

@media (min-width: 749px) {
  .is-centered,
  .is-centered .textFormating {
    text-align: center;
  }
  .is-centered ol.breadcrumb,
  .is-centered .textFormating ol.breadcrumb {
    justify-content: center;
  }
  .is-centered ol:not(.breadcrumb),
  .is-centered .textFormating ol:not(.breadcrumb) {
    margin-left: auto;
    margin-right: auto;
    list-style-position: inside;
  }
  .is-centered ul,
  .is-centered .textFormating ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .is-centered table,
  .is-centered .textFormating table {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.5em;
  }
  .is-centered .flowInline,
  .is-centered .textFormating .flowInline {
    justify-content: center;
  }
}

@media (max-width: 748px) {
  .is-centeredMobile,
  .is-centeredMobile .textFormating {
    text-align: center;
  }
  .is-centeredMobile .breadcrumb ol,
  .is-centeredMobile .textFormating .breadcrumb ol {
    justify-content: center;
  }
  .is-centeredMobile ol:not(.breadcrumbItems),
  .is-centeredMobile .textFormating ol:not(.breadcrumbItems) {
    margin-left: auto;
    margin-right: auto;
    list-style-position: inside;
  }
  .is-centeredMobile ul,
  .is-centeredMobile .textFormating ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .is-centeredMobile table,
  .is-centeredMobile .textFormating table {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4.5em;
  }
  .is-centeredMobile .flowInline,
  .is-centeredMobile .textFormating .flowInline {
    justify-content: center;
  }
}

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

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

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

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

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

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

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

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

.floatingHeaderButton {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
}
[data-show-headerbutton] .floatingHeaderButton .container {
  opacity: 1;
}
[data-show-headerbutton] .floatingHeaderButton .container .button {
  pointer-events: auto;
}
.floatingHeaderButton .container {
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 748px) {
  .floatingHeaderButton .container {
    padding-top: 2.5vw;
  }
}
@media (min-width: 749px) {
  .floatingHeaderButton .container {
    padding-top: 1em;
  }
}
.floatingHeaderButton .container .button {
  box-shadow: 0 0.2rem 0.5rem rgba(23, 24, 28, 0.2);
}
@media (max-width: 748px) {
  .floatingHeaderButton .container .button {
    font-size: 0.75em !important;
  }
}
@media (min-width: 749px) {
  .floatingHeaderButton .container .button {
    font-size: 0.85em !important;
  }
}

header.header {
  z-index: 80;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
[data-floating-header=false] header.header {
  position: relative;
}
[data-floating-header=false] header.header .logo.text span {
  color: #17181C !important;
}
[data-floating-header=true] header.header {
  position: absolute;
}
header.header .mainBar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
@media (max-width: 748px) {
  header.header .mainBar {
    padding-top: 5vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  header.header .mainBar {
    padding-top: 2.5vw;
  }
}
@media (min-width: 961px) {
  header.header .mainBar {
    padding-block: 0.5em;
  }
}
[data-floating-header=false] header.header .mainBar {
  background: #ffffff;
  color: rgba(23, 24, 28, 0.7);
}
[data-floating-header=true] header.header .mainBar {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
}
[data-floating-header=true] header.header .mainBar:has(.dropdown:focus-within) {
  background: #ffffff;
  color: rgba(23, 24, 28, 0.7);
}
[data-floating-header=true] header.header .mainBar:has(.dropdown:focus-within) .logo.white {
  display: none !important;
}
[data-floating-header=true] header.header .mainBar:has(.dropdown:focus-within) .logo.black {
  display: block !important;
}
[data-floating-header=true] header.header .mainBar:has(.dropdown:focus-within) .mainNav .headerButton {
  color: #17181C !important;
}
header.header .mainBar .brand {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25em;
  margin-right: auto;
  cursor: pointer;
}
header.header .mainBar .brand .logo {
  display: none;
}
header.header .mainBar .brand .logo.default {
  display: block;
}
header.header .mainBar .brand .logo.text {
  display: block;
}
header.header .mainBar .brand .logo.text span {
  display: block;
  line-height: 1;
  color: #ffffff;
  padding-left: 0.5em;
  font-size: 0.8em;
  font-weight: 700;
}
[data-floating-header=false] header.header .mainBar .brand .logo.black {
  display: block;
}
[data-floating-header=true] header.header .mainBar .brand .logo.white {
  display: block;
}
header.header .mainBar .brand .logo img {
  display: block;
  width: auto;
  height: 100%;
}
@media (max-width: 748px) {
  header.header .mainBar .brand .logo img {
    height: 3em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  header.header .mainBar .brand .logo img {
    height: 3em;
  }
}
@media (min-width: 961px) {
  header.header .mainBar .brand .logo img {
    height: 3em;
  }
}
@media (max-width: 748px) {
  .family header.header .mainBar .brand .logo img {
    height: 4.5em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .family header.header .mainBar .brand .logo img {
    height: 4.5em;
  }
}
@media (min-width: 961px) {
  .family header.header .mainBar .brand .logo img {
    height: 4.5em;
  }
}
header.header .mainBar > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75em;
}
header.header .mainBar > div > nav {
  line-height: 1;
}
@media (max-width: 748px) {
  header.header .mainBar > div > nav {
    display: none;
  }
}
header.header .mainBar > div > nav.secondaryNav > ul {
  align-items: baseline;
  gap: 0 1em;
}
header.header .mainBar > div > nav.secondaryNav > ul > li .headerButton {
  font-size: 0.8em;
}
header.header .mainBar > div > nav.mainNav > ul {
  align-items: center;
  gap: 0 1.5em;
}
header.header .mainBar > div > nav.mainNav > ul > li .headerButton,
header.header .mainBar > div > nav.mainNav > ul > li .clickThroughStop {
  font-size: 0.95em;
}
[data-floating-header=false] header.header .mainBar > div > nav.mainNav > ul > li .headerButton,
[data-floating-header=false] header.header .mainBar > div > nav.mainNav > ul > li .clickThroughStop {
  color: #17181C;
}
[data-floating-header=true] header.header .mainBar > div > nav.mainNav > ul > li .headerButton,
[data-floating-header=true] header.header .mainBar > div > nav.mainNav > ul > li .clickThroughStop {
  color: #ffffff;
}
header.header .mainBar > div > nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
header.header .mainBar > div > nav > ul > li {
  display: flex;
  align-items: center;
}
header.header .mainBar > div > nav > ul > li:has(.dropdown) {
  margin-right: -0.5em;
}
header.header .mainBar > div > nav > ul > li.divider {
  color: currentColor;
  opacity: 0.2;
}
@media (min-width: 749px) and (max-width: 960px) {
  header.header .mainBar > div > nav > ul > li.floatingButton {
    display: none;
  }
}
header.header .mainBar > div > nav > ul > li.floatingButton .button {
  padding: 0.3em 0.5em 0.4em;
}
header.header .mainBar > div > nav > ul > li .headerButton {
  display: flex;
  align-items: center;
  gap: 0.2em;
  position: relative;
  flex-wrap: nowrap;
  color: currentColor;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out 0s;
}
header.header .mainBar > div > nav > ul > li .headerButton.languageButton {
  cursor: pointer;
}
header.header .mainBar > div > nav > ul > li .headerButton.searchButton {
  transform: translateY(0.3em);
}
header.header .mainBar > div > nav > ul > li .headerButton.searchButton:hover {
  color: #E03127;
  opacity: 1;
}
.specialColor header.header .mainBar > div > nav > ul > li .headerButton.searchButton:hover {
  color: #FF5C00;
}
header.header .mainBar > div > nav > ul > li .headerButton .text {
  position: relative;
  display: block;
  color: inherit;
  transition: all 0.15s ease-in-out 0s;
}
header.header .mainBar > div > nav > ul > li .headerButton svg.icon-caret-down {
  width: 1.05em;
  height: 1.05em;
  opacity: 0.5;
}
header.header .mainBar > div > nav > ul > li .headerButton svg.icon-search {
  width: 1.3em;
  height: 1.3em;
  transition: all 0.15s ease-in-out 0s;
}
header.header .mainBar > div > nav > ul > li .headerButton svg.icon-external-link {
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.25em;
  transition: all 0.15s ease-in-out 0s;
}
header.header .mainBar > div > nav > ul > li .headerButton:hover .text {
  color: #E03127;
}
.specialColor header.header .mainBar > div > nav > ul > li .headerButton:hover .text {
  color: #FF5C00;
}
header.header .mainBar > div > nav > ul > li .headerButton:hover svg {
  opacity: 1;
}
header.header .mainBar > div > nav > ul > li .headerButton:active .text {
  color: #E03127;
  transition-duration: 0;
}
.specialColor header.header .mainBar > div > nav > ul > li .headerButton:active .text {
  color: #FF5C00;
}
header.header .mainBar > div > nav > ul > li .headerButton.is-active .text {
  color: #E03127;
  font-weight: 500;
}
.specialColor header.header .mainBar > div > nav > ul > li .headerButton.is-active .text {
  color: #FF5C00;
}
header.header .mainBar > div > nav > ul > li .dropdownMenu:not(.defaultStyling) {
  margin-top: 0.5em !important;
  background: #ffffff;
  border-radius: 0 0 0.25em 0.25em;
}
header.header .mainBar > div > nav > ul > li .subNav {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 4rem 4rem rgba(23, 24, 28, 0.2);
  padding-top: 1em;
  border-radius: 0 0 0.25em 0.25em;
  overflow: hidden;
}
header.header .mainBar > div > nav > ul > li .subNav .topBar {
  position: relative;
  padding-top: 2em;
  padding-bottom: 1em;
  background: rgb(249.4, 249.6, 250.4);
}
header.header .mainBar > div > nav > ul > li .subNav .topBar .container {
  width: 100%;
}
header.header .mainBar > div > nav > ul > li .subNav .topBar .container .textCards .textCard:first-child {
  font-weight: 700;
}
header.header .mainBar > div > nav > ul > li .subNav .bottomBar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  padding-block: 1.5em;
  border-top: 0.05em solid rgba(23, 24, 28, 0.05);
  background: rgb(249.4, 249.6, 250.4);
}
header.header .mainBar > div > nav > ul > li .subNav .bottomBar .container .text {
  font-size: 0.7em;
  line-height: 1;
  opacity: 1;
  color: rgba(23, 24, 28, 0.7);
}
header.header .mainBar .headerButtonMobile {
  margin-right: 1em;
}
@media (min-width: 749px) {
  header.header .mainBar .headerButtonMobile {
    display: none;
  }
}
@media (max-width: 748px) {
  header.header .mainBar .headerButtonMobile .button {
    font-size: 0.75em !important;
  }
}
header.header .mainBar .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(23, 24, 28, 0.1);
  margin-right: -0.3em;
  width: 2em;
  height: 2em;
}
@media (min-width: 749px) {
  header.header .mainBar .menuButton {
    display: none;
  }
}
header.header .mainBar .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%;
}
.spyNav .spyLink.is-active {
  font-weight: 700;
}

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

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

@media (max-width: 748px) {
  .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: #E03127;
    padding-bottom: 2em;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  .specialColor .navigationBlock {
    background: #FF5C00;
  }
  .navigationBlock .mobileNavHeader {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5vw 1.25vw 0 5vw;
    margin-bottom: 1em;
  }
  .navigationBlock .mobileNavHeader .button:not(.white) {
    color: #ffffff;
  }
  .navigationBlock .mobileNavHeader .button:not(.white).languageButton {
    color: #ffffff !important;
    font-size: 1em;
    margin-right: 1em;
    font-weight: 400;
  }
  .navigationBlock .mobileNavHeader .button:not(.white).languageButton .text {
    color: #ffffff !important;
  }
  .navigationBlock .mobileNavHeader .button:not(.white).languageButton svg {
    width: 0.9em;
    height: 0.9em;
    margin-left: 0.25em;
    opacity: 0.5;
  }
  .navigationBlock .mobileNavHeader .button:not(.white).searchButton {
    font-size: 0.75em;
    font-weight: 400;
  }
  .navigationBlock .mobileNavHeader .button:not(.white).closeButton {
    margin-left: auto;
  }
  .navigationBlock .mobileNavLinks {
    width: 100%;
  }
  .navigationBlock .mobileNavLinks nav {
    width: 100%;
  }
  .navigationBlock .mobileNavLinks nav.mainNav {
    margin-bottom: 1em;
  }
  .navigationBlock .mobileNavLinks nav.mainNav li {
    transform: translateY(-3em);
    opacity: 0;
  }
  .navigationBlock .mobileNavLinks nav.mainNav li .button {
    font-size: 1.4em;
  }
  .navigationBlock .mobileNavLinks nav.secondaryNav {
    margin-bottom: 2.5em;
  }
  .navigationBlock .mobileNavLinks nav.secondaryNav li {
    transform: translateY(-3em);
    opacity: 0;
  }
  .navigationBlock .mobileNavLinks nav.secondaryNav li a {
    font-size: 1.1em;
    font-weight: 400;
  }
  .navigationBlock .mobileNavLinks nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .navigationBlock .mobileNavLinks nav ul li {
    display: block;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav 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 ul li:nth-child(1) {
    transition-delay: 0.05s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(2) {
    transition-delay: 0.1s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(3) {
    transition-delay: 0.15s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(4) {
    transition-delay: 0.2s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(5) {
    transition-delay: 0.25s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(6) {
    transition-delay: 0.3s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(7) {
    transition-delay: 0.35s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(8) {
    transition-delay: 0.4s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(9) {
    transition-delay: 0.45s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(10) {
    transition-delay: 0.5s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(11) {
    transition-delay: 0.55s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(12) {
    transition-delay: 0.6s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(13) {
    transition-delay: 0.65s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(14) {
    transition-delay: 0.7s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(15) {
    transition-delay: 0.75s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(16) {
    transition-delay: 0.8s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(17) {
    transition-delay: 0.85s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(18) {
    transition-delay: 0.9s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(19) {
    transition-delay: 0.95s;
  }
  [data-navigation] .navigationBlock .mobileNavLinks nav ul li:nth-child(20) {
    transition-delay: 1s;
  }
  .navigationBlock .mobileNavLinks nav ul li .button {
    padding: 0.5em 0 !important;
    border: 0;
    color: #ffffff;
    line-height: 1;
    transition: all 0.15s ease-in-out 0s;
  }
  .navigationBlock .mobileNavLinks nav ul li .button:active {
    opacity: 1;
  }
  .navigationBlock .mobileNavLinks nav ul li .button.is-active {
    opacity: 1;
  }
  .navigationBlock .mobileNavLinks nav ul li .button span {
    margin-left: 0;
  }
  .navigationBlock .mobileNavLinks nav ul li .button svg {
    opacity: 0.5;
  }
  .navigationBlock .mobileNavLinks .flowStacked {
    opacity: 0;
    margin-bottom: 2em;
  }
  [data-navigation] .navigationBlock .mobileNavLinks .flowStacked {
    opacity: 1 !important;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition-delay: 0.3s;
  }
  .navigationBlock .mobileNavLinks .socialMedia {
    opacity: 0;
  }
  [data-navigation] .navigationBlock .mobileNavLinks .socialMedia {
    opacity: 1 !important;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition-delay: 0.5s;
  }
}
@media (min-width: 749px) {
  .navigationBlock {
    display: none;
  }
}

footer.footer {
  position: relative;
  margin-top: auto;
}
footer.footer .footerTop {
  background: #17181C;
  color: #ffffff;
}
@media (max-width: 960px) {
  footer.footer .footerTop {
    padding-top: 4.5em;
    padding-bottom: 6.75em;
  }
}
@media (min-width: 961px) {
  footer.footer .footerTop {
    padding-top: 6.75em;
    padding-bottom: 9em;
  }
}
.family footer.footer .footerTop {
  background: #3D3D3D;
}
@media (max-width: 960px) {
  .family footer.footer .footerTop {
    padding-top: 2.25em;
    padding-bottom: 2.25em;
  }
}
@media (min-width: 961px) {
  .family footer.footer .footerTop {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
footer.footer .footerTop .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2em;
}
footer.footer .footerTop .container .logoBar {
  display: flex;
  align-items: center;
  gap: 1em;
  width: 100%;
}
@media (max-width: 748px) {
  footer.footer .footerTop .container .logoBar {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer.footer .footerTop .container .logoBar img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (max-width: 748px) {
  footer.footer .footerTop .container .logoBar img {
    max-height: 3em;
  }
}
@media (min-width: 749px) {
  footer.footer .footerTop .container .logoBar img {
    max-height: 3em;
    max-width: 7em;
  }
}
footer.footer .footerTop .container .logoBar .brand {
  flex-shrink: 0;
}
footer.footer .footerTop .container .logoBar .brand img {
  width: 5em;
  height: auto;
  max-height: none;
}
@media (max-width: 748px) {
  footer.footer .footerTop .container .logoBar .brand img {
    width: 7em;
  }
}
footer.footer .footerTop .container .logoBar .companyLogos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  width: 100%;
  gap: 1.5em;
  background: rgba(255, 255, 255, 0.03);
  padding: 2em;
}
@media (max-width: 748px) {
  footer.footer .footerTop .container .logoBar .companyLogos {
    flex-wrap: wrap;
  }
  footer.footer .footerTop .container .logoBar .companyLogos a {
    width: calc(50% - 1.5em);
  }
}
footer.footer .footerTop .container .contact {
  display: flex;
}
@media (max-width: 960px) {
  footer.footer .footerTop .container .contact {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    font-size: 0.9em;
  }
}
@media (min-width: 961px) {
  footer.footer .footerTop .container .contact {
    flex-direction: column;
    font-size: 0.8em;
  }
}
footer.footer .footerTop .container .contact .contactWrapper .directcontact {
  margin-bottom: 1em;
  font-weight: 700;
}
footer.footer .footerTop .container .contact .contactWrapper address {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 2em;
}
footer.footer .footerTop .container .contact .contactWrapper address a {
  text-decoration: underline;
  color: #E03127;
}
footer.footer .footerTop .container .siteNavigation {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  footer.footer .footerTop .container .siteNavigation {
    gap: 2em;
  }
}
@media (min-width: 961px) {
  footer.footer .footerTop .container .siteNavigation {
    gap: 2.5em;
  }
}
footer.footer .footerTop .container .siteNavigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 748px) {
  footer.footer .footerTop .container .siteNavigation ul {
    width: calc(50% - 1em);
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  footer.footer .footerTop .container .siteNavigation ul {
    width: calc(33.3333333333% - 1.3333333333em);
  }
}
footer.footer .footerTop .container .siteNavigation ul li {
  line-height: 1.2;
  margin-bottom: 0.75em;
}
@media (max-width: 748px) {
  footer.footer .footerTop .container .siteNavigation ul li {
    font-size: 0.9em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  footer.footer .footerTop .container .siteNavigation ul li {
    font-size: 0.9em;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  footer.footer .footerTop .container .siteNavigation ul li {
    font-size: 0.7em;
  }
}
@media (min-width: 1101px) {
  footer.footer .footerTop .container .siteNavigation ul li {
    font-size: 0.75em;
  }
}
footer.footer .footerTop .container .siteNavigation ul li:first-child {
  margin-bottom: 1em;
  font-weight: 700;
}
footer.footer .footerTop .container .siteNavigation ul li:not(:first-child) a {
  opacity: 0.7;
}
footer.footer .footerTop .container .siteNavigation ul li:not(:first-child) a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer.footer .footerBottom {
  background: #17181C;
  color: #ffffff;
  border-bottom: 0.3em solid #E03127;
}
.family footer.footer .footerBottom {
  background: #3D3D3D;
  border-bottom: 0.3em solid #0E6AB5;
}
footer.footer .footerBottom .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1em 1.5em;
}
footer.footer .footerBottom .container .brand {
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 0.25em;
  cursor: pointer;
}
footer.footer .footerBottom .container .brand .logo img {
  display: block;
  width: auto;
  height: 100%;
}
@media (max-width: 748px) {
  footer.footer .footerBottom .container .brand .logo img {
    height: 2.5em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  footer.footer .footerBottom .container .brand .logo img {
    height: 2.5em;
  }
}
@media (min-width: 961px) {
  footer.footer .footerBottom .container .brand .logo img {
    height: 2em;
  }
}
@media (max-width: 748px) {
  footer.footer .footerBottom .container .tagline {
    font-size: 0.8em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  footer.footer .footerBottom .container .tagline {
    font-size: 0.9em;
  }
}
@media (min-width: 961px) {
  footer.footer .footerBottom .container .tagline {
    height: 2em;
  }
}
footer.footer .footerBottom .container .certifications {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-left: auto;
}
@media (max-width: 748px) {
  footer.footer .footerBottom .container .certifications {
    width: 100%;
    margin-top: 2em;
  }
}
footer.footer .footerBottom .container .certifications div {
  height: 2.5em;
}
footer.footer .footerBottom .container .certifications div img {
  width: auto;
  height: 100%;
}
footer.footer .footerBottom .container .legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-block: 1.5em;
  margin-top: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 1;
  width: 100%;
}
.family footer.footer .footerBottom .container .legal {
  margin-top: 0;
}
footer.footer .footerBottom .container .legal .copyright {
  margin-right: auto;
  font-size: 0.6em;
  opacity: 0.5;
}
@media (max-width: 748px) {
  footer.footer .footerBottom .container .legal .copyright {
    font-size: 0.7em;
  }
}
footer.footer .footerBottom .container .legal .footerNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
footer.footer .footerBottom .container .legal .footerNav ul li a {
  display: block;
  font-size: 0.6em;
  opacity: 0.5;
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 748px) {
  footer.footer .footerBottom .container .legal .footerNav ul li a {
    font-size: 0.7em;
  }
}
footer.footer .footerBottom .container .legal .footerNav ul li a:hover {
  opacity: 0.7;
}

.textBlock.is-fullWidth .block {
  max-width: none !important;
}
.textBlock .block {
  text-wrap: pretty;
}
.textBlock .block p, .textBlock .block ul, .textBlock .block ol, .textBlock .block table {
  max-width: 70ch;
}
.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 img {
  width: auto;
}
.textBlock .block.is-collapsible {
  position: relative;
  margin-bottom: 6.75em;
}
.textBlock .block.is-collapsible .collapseTrigger {
  display: none;
}
.textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton span, .textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton svg {
  display: none;
}
.textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton span[data-secondary], .textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton svg[data-secondary] {
  display: inline-flex;
}
.textBlock .block.is-collapsible .collapseTrigger:checked ~ .textArea {
  height: auto !important;
  -webkit-mask-image: none;
}
.textBlock .block.is-collapsible .collapseButton {
  position: absolute;
  z-index: 1;
  top: calc(100% + 0.5em);
}
.textBlock .block.is-collapsible .textArea {
  position: relative;
  padding-bottom: 1em;
  overflow: hidden;
  height: calc(var(--rows, 5) * 1em * 1.6);
  -webkit-mask-image: linear-gradient(#17181C 25%, transparent);
}

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

.quoteBlock {
  margin-block: 9em;
}
.quoteBlock.is-inviewport .block:before {
  transform: scaleX(1);
}
.quoteBlock.gold .block:before {
  background: #E03127 !important;
}
.specialColor .quoteBlock.gold .block:before {
  background: #FF5C00 !important;
}
.quoteBlock.gold .text {
  color: #927D5F !important;
}
.quoteBlock.red .block:before {
  background: #E03127 !important;
}
.specialColor .quoteBlock.red .block:before {
  background: #FF5C00 !important;
}
.quoteBlock.red .text {
  color: #E03127 !important;
}
.specialColor .quoteBlock.red .text {
  color: #FF5C00 !important;
}
.quoteBlock.blue .block:before {
  background: #0E6AB5 !important;
}
.quoteBlock.blue .text {
  color: #0E6AB5 !important;
}
.quoteBlock .block {
  position: relative;
  padding-top: 4.5em;
}
@media (min-width: 961px) and (max-width: 1100px) {
  .quoteBlock .block {
    margin-left: 5vw;
  }
}
@media (min-width: 1101px) {
  .quoteBlock .block {
    margin-left: 2.5em;
  }
}
.quoteBlock .block:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15%;
  height: 0.3em;
  background: #E03127;
  transform: scaleX(0);
  transform-origin: left;
  content: "";
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
}
.specialColor .quoteBlock .block:before {
  background: #FF5C00;
}
.quoteBlock .block .text {
  display: block;
  color: #927D5F;
  font-size: 2em;
  line-height: 1.2;
  text-wrap: balance;
}
.quoteBlock .block cite {
  display: block;
  font-size: 0.8em;
  font-style: normal;
  margin-top: 1em;
}
.quoteBlock .block cite .cite1 {
  opacity: 0.7;
}
.quoteBlock .block cite .cite1 + .cite2 {
  margin-left: 0.5em;
  opacity: 0.5;
}
.quoteBlock .block cite .cite1 + .cite2:before {
  display: inline-block;
  margin-right: 0.5em;
  content: "⎯";
}

.bannerBlock {
  position: relative;
}
@media (min-width: 749px) {
  .bannerBlock:last-child .banner[data-order=text-image] .colorBlock {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 749px) {
  .bannerBlock:last-child .banner[data-order=image-text] .colorBlock {
    border-bottom-left-radius: 0;
  }
}
.bannerBlock .banner {
  position: relative;
}
@media (min-width: 749px) {
  .bannerBlock .banner[data-order=text-image] .imageBlock {
    left: 50%;
  }
}
@media (min-width: 749px) {
  .bannerBlock .banner[data-order=text-image] .colorBlock {
    left: 0;
    border-radius: 0 0.25em 0.25em 0;
  }
}
@media (min-width: 749px) {
  .bannerBlock .banner[data-order=text-image] .ctaBlock .container {
    display: flex;
    justify-content: flex-start;
  }
}
@media (min-width: 749px) {
  .bannerBlock .banner[data-order=image-text] .imageBlock {
    right: 50%;
  }
}
@media (min-width: 749px) {
  .bannerBlock .banner[data-order=image-text] .colorBlock {
    right: 0;
    border-radius: 0.25em 0 0 0.25em;
  }
}
@media (min-width: 749px) {
  .bannerBlock .banner[data-order=image-text] .ctaBlock .container {
    display: flex;
    justify-content: flex-end;
  }
}
.bannerBlock .banner .imageBlock {
  overflow: hidden;
  border-radius: 0.25em;
}
@media (max-width: 748px) {
  .bannerBlock .banner .imageBlock {
    position: relative;
    display: block;
    margin-inline: 5vw;
  }
}
@media (min-width: 749px) {
  .bannerBlock .banner .imageBlock {
    position: absolute;
    z-index: 1;
    top: 10%;
    height: 80%;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bannerBlock .banner .imageBlock {
    width: 50%;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .bannerBlock .banner .imageBlock {
    width: calc(50% - 5vw);
  }
}
@media (min-width: 1101px) {
  .bannerBlock .banner .imageBlock {
    width: calc(50% - 2.5em);
  }
}
.bannerBlock .banner .imageBlock figure {
  width: 100%;
  height: 100%;
}
.bannerBlock .banner .imageBlock figure .media {
  display: block;
  height: 100%;
}
.bannerBlock .banner .imageBlock figure .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerBlock .banner .colorBlock {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  background: #E03127;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.family .bannerBlock .banner .colorBlock {
  background: #0E6AB5;
}
.specialColor .bannerBlock .banner .colorBlock {
  background: #FF5C00;
}
@media (max-width: 748px) {
  .bannerBlock .banner .colorBlock {
    display: none;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .bannerBlock .banner .colorBlock {
    width: calc(50% + 5vw);
  }
}
@media (min-width: 1101px) {
  .bannerBlock .banner .colorBlock {
    width: calc(50% + 2.5em);
  }
}
.bannerBlock .banner .ctaBlock {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
@media (max-width: 748px) {
  .bannerBlock .banner .ctaBlock {
    background: #E03127;
    mix-blend-mode: multiply;
  }
  .family .bannerBlock .banner .ctaBlock {
    background: #0E6AB5;
  }
  .specialColor .bannerBlock .banner .ctaBlock {
    background: #FF5C00;
  }
}
.bannerBlock .banner .ctaBlock a {
  pointer-events: auto;
}
.bannerBlock .banner .ctaBlock .container .block {
  color: #ffffff;
}
@media (max-width: 748px) {
  .bannerBlock .banner .ctaBlock .container .block {
    padding-block: 15vw;
    margin-top: -5vw;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .bannerBlock .banner .ctaBlock .container .block {
    padding-block: 4em;
    width: calc(50% - 5vw);
  }
}
@media (min-width: 1101px) {
  .bannerBlock .banner .ctaBlock .container .block {
    padding-block: 4em;
    width: calc(50% - 2.5em);
  }
}
.bannerBlock .banner .ctaBlock .container .block h2 {
  color: inherit;
}
@media (max-width: 748px) {
  .bannerBlock .banner .ctaBlock .container .block h2 {
    margin-bottom: 1em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bannerBlock .banner .ctaBlock .container .block h2 {
    margin-bottom: 10vh;
  }
}
@media (min-width: 961px) {
  .bannerBlock .banner .ctaBlock .container .block h2 {
    margin-bottom: 25vh;
  }
}
.bannerBlock .banner .ctaBlock .container .block p {
  color: #ffffff;
  text-wrap: balance;
}
.bannerBlock .banner .ctaBlock .container .block p a {
  text-decoration: underline;
}
.bannerBlock .banner .ctaBlock .container .block .flowInline {
  margin-top: 1.5em;
}
.bannerBlock .banner .ctaBlock .container .block .flowInline + p {
  margin-top: 1.5em;
}

.bannerStats {
  background: #E03127;
  color: #ffffff;
}
.specialColor .bannerStats {
  background: #FF5C00;
}
@media (max-width: 748px) {
  .bannerStats .block {
    padding-block: 10vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bannerStats .block {
    padding-block: 5vw;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .bannerStats .block {
    padding-block: 5vw;
  }
}
@media (min-width: 1101px) {
  .bannerStats .block {
    padding-block: 2.5em;
  }
}
.bannerStats .block .stats {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 748px) {
  .bannerStats .block .stats {
    font-size: 0.9em;
    gap: 2em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bannerStats .block .stats {
    gap: 6em;
  }
}
@media (min-width: 961px) {
  .bannerStats .block .stats {
    gap: 8em;
  }
}
.bannerStats .block .stats .stat {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media (max-width: 748px) {
  .bannerStats .block .stats .stat {
    width: 100%;
    flex-direction: column;
    gap: 0.5em;
  }
}
@media (min-width: 749px) {
  .bannerStats .block .stats .stat {
    flex-direction: column;
    gap: 0.5em;
    text-align: center;
  }
}
.bannerStats .block .stats .stat .value {
  font-size: 2.25em;
  font-weight: 700;
}
.bannerStats .block .stats .stat .text {
  font-size: 0.9em;
}

.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.is-team figure {
  margin-bottom: 1em;
}
.mediaBlock.is-team figure img {
  aspect-ratio: 5/6;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mediaBlock.is-team figcaption strong {
  color: inherit;
}
.mediaBlock.is-defaultWidth {
  margin-inline: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media (min-width: 1101px) {
  .mediaBlock.is-defaultWidth {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
.mediaBlock.is-defaultWidth .container {
  padding: 0;
  max-width: 70ch;
}
.mediaBlock .container {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: var(--mediaGap);
}
.mediaBlock .container figure .media {
  position: relative;
  border-radius: 0.25em;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.mediaBlock .container figure .media:not(.is-transparent) {
  background: rgba(23, 24, 28, 0.05);
}
.mediaBlock .container figure .media .videoPlayer {
  margin: auto;
}
@media (min-width: 749px) {
  .mediaBlock .container figure .media .videoPlayer .plyr {
    border-radius: 0.25em;
  }
}
.mediaBlock .container figure .media .videoPlayer > iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 748px) {
  .mediaBlock .container figure.default {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .mediaBlock .container figure.default {
    margin-left: auto;
    margin-right: auto;
    width: 70ch;
  }
}
@media (max-width: 748px) {
  .mediaBlock .container figure.quarter {
    width: calc(50% - var(--mediaGap) / 2 * 1);
  }
}
@media (min-width: 749px) {
  .mediaBlock .container figure.quarter {
    width: calc(25% - var(--mediaGap) / 4 * 3);
  }
}
@media (max-width: 748px) {
  .mediaBlock .container figure.third {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .mediaBlock .container figure.third {
    width: calc(33.3333333333% - var(--mediaGap) / 3 * 2);
  }
}
@media (max-width: 748px) {
  .mediaBlock .container figure.twoThirds {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .mediaBlock .container figure.twoThirds {
    width: calc(66.6666666667% - var(--mediaGap) / 2 * 1);
  }
}
@media (max-width: 748px) {
  .mediaBlock .container figure.half {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .mediaBlock .container figure.half {
    width: calc(50% - var(--mediaGap) / 2 * 1);
  }
}
.mediaBlock .container figure.full {
  width: 100%;
}

.textCardsImageHover {
  display: flex;
  gap: 2em;
  width: 100%;
}
@media (max-width: 960px) {
  .textCardsImageHover {
    flex-direction: column;
  }
}
@media (min-width: 961px) {
  .textCardsImageHover {
    flex-direction: row;
  }
  .textCardsImageHover:has(.textCard:nth-child(1):hover) .imageHovers figure:nth-child(1) {
    opacity: 1;
  }
  .textCardsImageHover:has(.textCard:nth-child(2):hover) .imageHovers figure:nth-child(2) {
    opacity: 1;
  }
  .textCardsImageHover:has(.textCard:nth-child(3):hover) .imageHovers figure:nth-child(3) {
    opacity: 1;
  }
  .textCardsImageHover:has(.textCard:nth-child(4):hover) .imageHovers figure:nth-child(4) {
    opacity: 1;
  }
  .textCardsImageHover:has(.textCard:nth-child(5):hover) .imageHovers figure:nth-child(5) {
    opacity: 1;
  }
  .textCardsImageHover:has(.textCard:nth-child(6):hover) .imageHovers figure:nth-child(6) {
    opacity: 1;
  }
  .textCardsImageHover:has(.textCard:nth-child(7):hover) .imageHovers figure:nth-child(7) {
    opacity: 1;
  }
  .textCardsImageHover:has(.textCard:nth-child(8):hover) .imageHovers figure:nth-child(8) {
    opacity: 1;
  }
  .textCardsImageHover:has(.textCard:nth-child(9):hover) .imageHovers figure:nth-child(9) {
    opacity: 1;
  }
  .textCardsImageHover:has(.textCard:nth-child(10):hover) .imageHovers figure:nth-child(10) {
    opacity: 1;
  }
}
@media (max-width: 960px) {
  .textCardsImageHover .textCards {
    width: 100%;
    order: 2;
  }
}
@media (min-width: 961px) {
  .textCardsImageHover .textCards {
    width: 50%;
  }
}
.textCardsImageHover .imageHovers {
  position: relative;
}
@media (max-width: 960px) {
  .textCardsImageHover .imageHovers {
    width: 100%;
    order: 1;
    margin-bottom: 2em;
  }
}
@media (min-width: 961px) {
  .textCardsImageHover .imageHovers {
    width: 50%;
  }
}
.textCardsImageHover .imageHovers figure {
  display: block;
  width: 100%;
  border-radius: 0.25em;
  overflow: hidden;
}
@media (max-width: 960px) {
  .textCardsImageHover .imageHovers figure {
    display: none;
  }
}
@media (min-width: 961px) {
  .textCardsImageHover .imageHovers figure {
    position: absolute;
    height: 100%;
    opacity: 0;
    transition: all 0.15s ease-in-out 0s;
  }
}
@media (max-width: 960px) {
  .textCardsImageHover .imageHovers figure:first-child {
    display: block;
  }
}
@media (min-width: 961px) {
  .textCardsImageHover .imageHovers figure:first-child {
    opacity: 1;
  }
}
.textCardsImageHover .imageHovers figure .media {
  display: block;
  height: 100%;
}
.textCardsImageHover .imageHovers figure .media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.groupBlock {
  --groupGap: 1em;
}
@media (max-width: 748px) {
  .groupBlock {
    --backgroundPadding: 2.25em;
  }
}
@media (min-width: 749px) {
  .groupBlock {
    --backgroundPadding: 4.5em;
  }
}
.groupBlock[data-gap=none] {
  --groupGap: 0em;
}
@media (max-width: 748px) {
  .groupBlock[data-gap=none] > .container {
    gap: 4.5em;
  }
}
@media (min-width: 749px) {
  .groupBlock[data-gap=none][data-columns="2"] > .container {
    justify-content: space-between;
  }
  .groupBlock[data-gap=none][data-columns="2"] > .container > *:not(.mediaBlock) {
    width: 45%;
  }
}
.groupBlock[data-gap=medium] {
  --groupGap: 1em;
}
.groupBlock[data-gap=small] {
  --groupGap: 0.5em;
}
.groupBlock[data-gap=large] {
  --groupGap: 2em;
}
.groupBlock[data-gap=xlarge] {
  --groupGap: 3em;
}
.groupBlock[data-padding=none] {
  --backgroundPadding: 0em;
}
.groupBlock[data-padding=medium] {
  --backgroundPadding: 3.375em;
}
.groupBlock[data-padding=small] {
  --backgroundPadding: 2.25em;
}
.groupBlock[data-padding=large] {
  --backgroundPadding: 4.5em;
}
.groupBlock[data-padding=xlarge] {
  --backgroundPadding: 13.5em;
}
.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-columns="1"] > .container > * .container {
  padding: 0 !important;
  max-width: none !important;
}
@media (max-width: 960px) {
  .groupBlock[data-columns="2"] > .container > * {
    width: 100%;
  }
}
@media (min-width: 961px) {
  .groupBlock[data-columns="2"] > .container > * {
    width: calc(50% - var(--groupGap) / 2 * 1);
  }
}
.groupBlock[data-columns="2"] > .container > *[data-column-span="2"] {
  width: 100% !important;
}
@media (max-width: 748px) {
  .groupBlock[data-columns="3"] > .container > * {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="3"] > .container > * {
    width: calc(33.3333333333% - var(--groupGap) / 3 * 2);
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="3"] > .container > *[data-column-span="1"] {
    width: calc(33.3333333333% - var(--groupGap) / 2 * 1);
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="3"] > .container > *[data-column-span="2"] {
    width: calc(66.6666666667% - var(--groupGap) / 2 * 1);
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="3"] > .container > *[data-column-span="3"] {
    width: 100%;
  }
}
@media (max-width: 748px) {
  .groupBlock[data-columns="4"] > .container > * {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="4"] > .container > * {
    width: calc(25% - var(--groupGap) / 4 * 3);
  }
}
@media (max-width: 748px) {
  .groupBlock[data-columns="5"] > .container > * {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="5"] > .container > * {
    width: calc(20% - var(--groupGap) / 5 * 4);
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="5"] > .container > *[data-column-span="1"] {
    width: calc(20% - var(--groupGap) / 5 * 1);
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="5"] > .container > *[data-column-span="2"] {
    width: calc(40% - var(--groupGap) / 5 * 2);
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="5"] > .container > *[data-column-span="3"] {
    width: calc(60% - var(--groupGap) / 5 * 3);
  }
}
@media (max-width: 748px) {
  .groupBlock[data-columns="6"] > .container > * {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="6"] > .container > * {
    width: calc(16.6666666667% - var(--groupGap) / 6 * 5);
  }
}
.groupBlock.has-background {
  padding-top: var(--backgroundPadding);
  padding-bottom: var(--backgroundPadding);
}
.groupBlock.has-background.black {
  background-color: #17181C;
  color: rgba(255, 255, 255, 0.7);
}
.groupBlock.has-background.black h1, .groupBlock.has-background.black h2, .groupBlock.has-background.black h3, .groupBlock.has-background.black h4, .groupBlock.has-background.black h5, .groupBlock.has-background.black h6 {
  color: #ffffff;
}
.groupBlock.has-background.black .quoteBlock:first-child {
  margin-top: 0;
}
.groupBlock.has-background.black .quoteBlock .text {
  color: #ffffff;
}
.groupBlock.has-background.black .textCard:before {
  background: rgba(255, 255, 255, 0.1);
}
.groupBlock.has-background.black .textCard .heading span {
  color: #ffffff;
}
.groupBlock.has-background.black .textCard a {
  color: #ffffff;
}
.groupBlock.has-background.red {
  background-color: #E03127;
  color: #ffffff;
}
.specialColor .groupBlock.has-background.red {
  background: #FF5C00;
}
.groupBlock.has-background.red h1, .groupBlock.has-background.red h2, .groupBlock.has-background.red h3, .groupBlock.has-background.red h4, .groupBlock.has-background.red h5, .groupBlock.has-background.red h6 {
  color: #ffffff;
}
.groupBlock.has-background.red h1 .red, .groupBlock.has-background.red h2 .red, .groupBlock.has-background.red h3 .red, .groupBlock.has-background.red h4 .red, .groupBlock.has-background.red h5 .red, .groupBlock.has-background.red h6 .red {
  color: #ffffff;
}
.groupBlock.has-background.red .quoteBlock .text {
  color: #ffffff;
}
.groupBlock.has-background.gold {
  background-color: rgba(146, 125, 95, 0.075);
}
.groupBlock.bodyBackgroundBlack {
  padding-block: 10vh;
}
.groupBlock.bodyBackgroundBlack .textFormatting p, .groupBlock.bodyBackgroundBlack .textFormatting ol, .groupBlock.bodyBackgroundBlack .textFormatting ul, .groupBlock.bodyBackgroundBlack .textFormatting table {
  transition: background 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.groupBlock.bodyBackgroundBlack.is-inviewport {
  color: rgba(255, 255, 255, 0.7);
}
.groupBlock.bodyBackgroundBlack.is-inviewport h1, .groupBlock.bodyBackgroundBlack.is-inviewport h2, .groupBlock.bodyBackgroundBlack.is-inviewport h3, .groupBlock.bodyBackgroundBlack.is-inviewport h4, .groupBlock.bodyBackgroundBlack.is-inviewport h5, .groupBlock.bodyBackgroundBlack.is-inviewport h6 {
  color: #ffffff;
}
.groupBlock.bodyBackgroundBlack.is-inviewport .quoteBlock:first-child {
  margin-top: 0;
}
.groupBlock.bodyBackgroundBlack.is-inviewport .quoteBlock .text {
  color: #ffffff;
}
.groupBlock.bodyBackgroundBlack.is-inviewport .textCard:before {
  background: rgba(255, 255, 255, 0.1);
}
.groupBlock.bodyBackgroundBlack.is-inviewport .textCard .heading span {
  color: #ffffff;
}
.groupBlock:not([data-columns="1"]) .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 var(--groupGap);
}
@media (max-width: 748px) {
  .groupBlock:not([data-columns="1"]) .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 0 var(--groupGap);
  }
}
.groupBlock:not([data-columns="1"]) .container > * {
  margin-top: 0 !important;
}
.groupBlock:not([data-columns="1"]) .container > * .container {
  padding: 0 !important;
  max-width: none !important;
}
.groupBlock:not([data-columns="1"]) .container > * .containerInner {
  max-width: none !important;
}
.groupBlock:not([data-columns="1"]) .container > * .mediaBlock .container {
  padding: 0 !important;
}
.groupBlock:not([data-columns="1"]) .container > * .mediaBlock .container figure {
  width: 100% !important;
  margin: 0 !important;
  max-width: none !important;
}
@media (max-width: 748px) {
  .groupBlock:not([data-columns="1"]) .container > *[data-order-mobile="1"] {
    order: 1;
  }
  .groupBlock:not([data-columns="1"]) .container > *[data-order-mobile="2"] {
    order: 2;
  }
  .groupBlock:not([data-columns="1"]) .container > *[data-order-mobile="3"] {
    order: 3;
  }
  .groupBlock:not([data-columns="1"]) .container > *[data-order-mobile="4"] {
    order: 4;
  }
  .groupBlock:not([data-columns="1"]) .container > *[data-order-mobile="5"] {
    order: 5;
  }
  .groupBlock:not([data-columns="1"]) .container > *[data-order-mobile="6"] {
    order: 6;
  }
  .groupBlock:not([data-columns="1"]) .container > *[data-order-mobile="7"] {
    order: 7;
  }
  .groupBlock:not([data-columns="1"]) .container > *[data-order-mobile="8"] {
    order: 8;
  }
  .groupBlock:not([data-columns="1"]) .container > *[data-order-mobile="9"] {
    order: 9;
  }
  .groupBlock:not([data-columns="1"]) .container > *[data-order-mobile="10"] {
    order: 10;
  }
}
@media (max-width: 748px) {
  .groupBlock:not([data-columns="1"]) .container:has(aside) aside {
    margin-bottom: 2.25em;
  }
}
.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 (min-width: 749px) {
  .groupBlock .stickyContainer {
    align-self: stretch;
  }
  .groupBlock .stickyContainer > * {
    position: sticky;
    top: calc(var(--scrollMarginTop) * 1px);
    padding-bottom: 2em;
  }
}

.compositionBlock {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: auto auto;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-areas: ". ." ". .";
}
.compositionBlock .mediaBlock {
  margin: 0 !important;
}
.compositionBlock .mediaBlock .container {
  padding: 0 !important;
}
.compositionBlock .mediaBlock .container figure {
  width: 100% !important;
  margin: 0 !important;
  max-width: none !important;
}
.compositionBlock .textBlock .container {
  padding: 0 2em !important;
  max-width: none;
}
.compositionBlock > *:nth-child(4n+1) {
  align-self: end;
  justify-self: end;
}
.compositionBlock > *:nth-child(4n+2) {
  align-self: end;
  justify-self: start;
}
.compositionBlock > *:nth-child(4n+3) {
  align-self: start;
  justify-self: end;
  width: 75%;
}
.compositionBlock > *:nth-child(4n+4) {
  align-self: start;
  justify-self: start;
}

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

.filterBar {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .filterBar {
    gap: 0.5em;
    margin-bottom: 5vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .filterBar {
    gap: 0.5em;
    margin-bottom: 2.25em;
  }
}
@media (min-width: 961px) {
  .filterBar {
    gap: 1em;
    margin-bottom: 2.25em;
  }
}
.filterBar .titleBar {
  margin-right: auto;
}
@media (max-width: 748px) {
  .filterBar .titleBar {
    margin-bottom: 0.5em;
  }
}
.filterBar .titleBar > * {
  margin: 0;
}
.filterBar .flowInline {
  width: auto;
}
.filterBar .tabBar {
  margin-bottom: 0.5em;
}
@media (max-width: 960px) {
  .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: flex-start;
  gap: 0.5em;
}
@media (max-width: 748px) {
  .filterBar .dropdownBar {
    width: 100%;
    justify-content: stretch;
    gap: 0.25em;
  }
}
.filterBar .dropdownBar .description {
  white-space: nowrap;
  line-height: 1;
  opacity: 0.4;
  font-size: 0.8em;
  margin-top: 0.5em;
  margin-right: 0.75em;
  margin-bottom: 0.25em;
}
@media (max-width: 960px) {
  .filterBar .dropdownBar .description {
    display: none;
  }
}
@media (max-width: 960px) {
  .filterBar .dropdownBar .dropdowns .dropdown {
    flex-grow: 1;
  }
  .filterBar .dropdownBar .dropdowns .dropdown > .button {
    width: 100%;
  }
  .family .filterBar .dropdownBar .dropdowns .dropdown {
    width: 45%;
  }
  .filterBar .dropdownBar .dropdowns .dropdown:first-child:focus-within.right .dropdownMenu {
    right: auto;
    left: 0;
  }
}
@media (min-width: 961px) {
  .filterBar .dropdownBar .dropdowns .dropdown > .button {
    width: 100%;
  }
  .family .filterBar .dropdownBar .dropdowns .dropdown {
    width: 30%;
  }
}
.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: #e3e4e8;
}
.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(23, 24, 28, 0.1);
  display: flex;
  align-items: center;
  border-radius: 0.25em;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #ffffff;
  border: 0.1em solid #e3e4e8;
  border-bottom: 0;
  opacity: 0.4;
  line-height: 1.2;
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 748px) {
  .tabBar .tab .tabButton {
    font-size: 0.85em;
    padding: 0.75em;
  }
}
@media (min-width: 749px) {
  .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;
}

.logosBlock .container .logos {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 748px) {
  .logosBlock .container .logos .logo {
    max-width: 33.333333%;
    padding: 0 0.5em;
    margin: 1.5em 0;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .logosBlock .container .logos .logo {
    max-width: 20%;
    padding: 0 1em;
    margin: 1.5em 0;
  }
}
@media (min-width: 961px) {
  .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 (max-width: 748px) {
  .logosBlock .container .logos .logo img {
    max-height: 2.3em;
  }
}
@media (min-width: 749px) {
  .logosBlock .container .logos .logo img {
    max-height: 2.8em;
  }
}

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

.horizontalScrollBlock {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  overflow: hidden;
  width: 100%;
}
.horizontalScrollBlock .scrollBlock {
  display: flex;
  align-items: center;
  gap: 10vw;
}
.horizontalScrollBlock .scrollBlock .scrollItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  padding-block: 0.25em;
}
.horizontalScrollBlock .scrollBlock .scrollItem:nth-child(even) .title {
  color: #E03127;
}
.specialColor .horizontalScrollBlock .scrollBlock .scrollItem:nth-child(even) .title {
  color: #FF5C00;
}
.horizontalScrollBlock .scrollBlock .scrollItem .title {
  font-size: 5em;
  color: #17181C;
  font-weight: 700;
}
@media (max-width: 748px) {
  .horizontalScrollBlock .scrollBlock .scrollItem .title {
    font-size: 3em;
  }
}
.horizontalScrollBlock .scrollBlock .scrollItem .subText {
  font-size: 0.8em;
  opacity: 0.5;
}

.horizontalScrollCards {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 748px) {
  .horizontalScrollCards {
    margin-top: -5em;
    margin-bottom: 4.5em;
  }
}
@media (min-width: 749px) {
  .horizontalScrollCards {
    transform: translateY(-50%);
  }
}

@media (max-width: 748px) {
  .loopbaanBlock {
    padding: 0;
  }
}
.loopbaanBlock .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(146, 125, 95, 0.075);
  border-radius: 0.25em;
  text-align: center;
}
@media (max-width: 748px) {
  .loopbaanBlock .block {
    padding: 2.25em 5vw;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .loopbaanBlock .block {
    padding: 4.5em 5vw;
  }
}
@media (min-width: 1101px) {
  .loopbaanBlock .block {
    padding: 4.5em 2.5em;
  }
}
.loopbaanBlock .block h2 {
  margin-bottom: 0.5em;
}
.loopbaanBlock .block .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
  width: 100%;
}
.loopbaanBlock .block .row:has(.item:nth-child(2)) .divider img.single {
  display: none;
}
.loopbaanBlock .block .row:has(.item:nth-child(2)) .divider img.multiple {
  display: block;
}
.loopbaanBlock .block .row .divider img {
  margin-top: 1em;
}
.loopbaanBlock .block .row .divider img.multiple {
  display: none;
}
.loopbaanBlock .block .row .items {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
  width: 100%;
}
@media (max-width: 748px) {
  .loopbaanBlock .block .row .items .item {
    width: calc(50% - 1em);
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .loopbaanBlock .block .row .items .item {
    width: calc(33% - 2em);
  }
}
@media (min-width: 961px) {
  .loopbaanBlock .block .row .items .item {
    width: calc(25% - 2em);
  }
}
@media (hover: hover) and (pointer: fine) {
  .loopbaanBlock .block .row .items .item:hover .image {
    background: #927d5f;
    transform: scale(1.05);
  }
}
.loopbaanBlock .block .row .items .item .image {
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(146, 125, 95, 0.075);
  margin-bottom: 0.75em;
  transition: all 0.15s ease-in-out 0s;
}
.loopbaanBlock .block .row .items .item .button {
  justify-content: center;
  text-align: center;
}

.companyAddressesBlock {
  background-color: rgba(146, 125, 95, 0.075);
  padding-block: 4.5em;
}
.companyAddressesBlock .addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.companyAddressesBlock .addresses address {
  font-size: 0.8em;
  line-height: 1.4;
}
@media (max-width: 748px) {
  .companyAddressesBlock .addresses address {
    width: calc(50% - 2em);
  }
}
@media (min-width: 749px) {
  .companyAddressesBlock .addresses address {
    width: 12em;
  }
}
.companyAddressesBlock .addresses address a:not(a[href^=tel]) {
  text-decoration: underline;
}
.companyAddressesBlock .addresses address a:hover {
  text-decoration: underline;
  color: #E03127;
}

.googleMapsBlock {
  overflow: hidden;
}
.googleMapsBlock .container .map {
  height: 70vh;
  max-height: 70rem;
  width: 100%;
  background: white;
}
.googleMapsBlock .container .map *:focus {
  outline: 0;
}
.googleMapsBlock .container .map .gm-style-iw {
  max-width: 12rem !important;
  max-height: none !important;
  min-width: 0;
  background-color: #ffffff;
  border-radius: 0.25em;
  padding: 0 !important;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 1.3;
  box-shadow: 0 1em 5em rgba(0, 0, 0, 0.4);
}
.googleMapsBlock .container .map .gm-style-iw > div {
  width: 100%;
  overflow: auto !important;
}
.googleMapsBlock .container .map .gm-style-iw .gm-style-iw-ch {
  padding-top: 38px !important;
}
.googleMapsBlock .container .map .gm-style-iw .infoWindow {
  padding: 0 1rem 1rem 1rem;
  width: 100%;
}
.googleMapsBlock .container .map .gm-style-iw .infoWindow h3 {
  padding-right: 2rem;
}
.googleMapsBlock .container .map .gm-style-iw .infoWindow p {
  margin-bottom: 0.5rem;
}
.googleMapsBlock .container .map .gm-style-iw .infoWindow p a {
  color: #17181C !important;
}
.googleMapsBlock .container .map .gm-style-iw .infoWindow p a[href^=tel] {
  color: #17181C !important;
  text-decoration: none;
  outline: none;
}
.googleMapsBlock .container .map .gm-style-iw .infoWindow p a[href^=tel]:focus, .googleMapsBlock .container .map .gm-style-iw .infoWindow p a[href^=tel]:focus-visible {
  outline: none;
  box-shadow: none;
}
.googleMapsBlock .container .map .gm-style-iw .infoWindow p a[href^=tel]:hover {
  text-decoration: underline;
}
.googleMapsBlock .container .map .gm-style-iw .infoWindow .buttons {
  margin-top: 1rem;
}
.googleMapsBlock .container .map .gm-style-iw .infoWindow .buttons .button {
  width: 100%;
}
.googleMapsBlock .container .map .gm-style-iw .infoWindow .buttons .button:last-child {
  margin-bottom: 0;
}
.googleMapsBlock .container .map .gm-style-iw button.gm-ui-hover-effect {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 0.5rem !important;
  right: 0.5rem !important;
  padding: 0 !important;
  width: 1.25rem !important;
  height: 1.25rem !important;
  border-radius: 50%;
  background: white !important;
  transition: all 0.15s ease-in-out 0s;
}
.googleMapsBlock .container .map .gm-style-iw button.gm-ui-hover-effect span {
  display: flex;
  background: none;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1rem;
  -webkit-mask-image: none !important;
          mask-image: none !important;
}
.googleMapsBlock .container .map .gm-style-iw button.gm-ui-hover-effect span:before, .googleMapsBlock .container .map .gm-style-iw button.gm-ui-hover-effect span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #17181C;
  width: 50%;
  height: 0.075em;
  content: "";
}
.googleMapsBlock .container .map .gm-style-iw button.gm-ui-hover-effect span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.googleMapsBlock .container .map .gm-style-iw button.gm-ui-hover-effect span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hero.default {
  position: relative;
}
.hero.default[data-show-breadcrumb=false] .breadcrumb {
  display: none !important;
}
.hero.default[data-show-taglabels=false] .tagLabels {
  display: none !important;
}
.hero.default[data-show-jobsummary=true] .jobSummary {
  display: flex !important;
}
.hero.default[data-show-image=false] .imageBlock {
  display: none !important;
}
.hero.default[data-show-highlight=false] .highlightBlock {
  display: none !important;
}
.hero.default[data-show-highlightsummary=false] .highlightBlock .summary {
  display: none !important;
}
.hero.default[data-show-highlightbutton=false] .highlightBlock .flowInline {
  display: none !important;
}
.hero.default.is-left {
  display: block !important;
}
.hero.default.is-left .block {
  margin-left: 0 !important;
}
.hero.default .breadcrumb {
  margin-top: 2.25em;
}
.hero.default .titleBlock {
  display: flex;
  flex-wrap: wrap;
}
.hero.default .titleBlock .block {
  display: flex;
  gap: 1em;
  width: 100%;
}
.hero.default .titleBlock .block .companyLogo {
  margin-left: auto;
}
.hero.default .titleBlock .block .companyLogo img {
  max-width: 16em;
  max-height: 6em;
}
.hero.default .titleBlock .tagLabels {
  display: flex;
  padding-bottom: 1em;
}
@media (max-width: 960px) {
  .hero.default .titleBlock .tagLabels {
    flex-wrap: wrap;
    gap: 0.25em;
    margin-top: -1.25em;
  }
}
@media (min-width: 961px) {
  .hero.default .titleBlock .tagLabels {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em 2em;
    border-left: 0.1em solid rgba(23, 24, 28, 0.05);
    padding-left: 1em;
    margin-left: auto;
  }
}
.hero.default .titleBlock .tagLabels .tagLabel {
  display: flex;
  align-items: center;
  gap: 0.75em;
  border: 0.1em solid rgba(23, 24, 28, 0.1);
  border-radius: 5em;
  padding: 0.9em 1.5em 0.8em 1em;
  font-size: 0.6em;
  line-height: 1.1;
}
.hero.default .titleBlock .tagLabels .tagLabel svg {
  width: 1em;
  height: 1em;
  margin-top: -0.1em;
  color: #E03127;
}
.hero.default .titleBlock .tagLabels .tagLabel span {
  text-transform: uppercase;
}
.hero.default .titleBlock .jobSummary {
  width: 100%;
  display: none;
}
@media (max-width: 748px) {
  .hero.default .titleBlock .jobSummary {
    margin-top: -1em;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .hero.default .titleBlock .jobSummary {
    margin-top: -2em;
  }
}
@media (min-width: 1101px) {
  .hero.default .titleBlock .jobSummary {
    margin-top: -2em;
  }
}
.hero.default .titleBlock .jobSummary svg {
  color: #E03127;
}
.family .hero.default .titleBlock .jobSummary svg {
  color: #0E6AB5;
}
.specialColor .hero.default .titleBlock .jobSummary svg {
  color: #FF5C00;
}
.hero.default .imageBlock {
  overflow: hidden;
}
@media (max-width: 1100px) {
  .hero.default .imageBlock {
    border-radius: 0.25em;
  }
}
@media (min-width: 961px) {
  .hero.default .imageBlock {
    min-height: 30em;
    height: 75vh;
    max-height: 35em;
  }
}
@media (min-width: 1101px) {
  .hero.default .imageBlock {
    border-radius: 0.25em 0.25em 0.25em 0;
  }
}
.hero.default .imageBlock .label {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  border-bottom-right-radius: 0.25em;
}
.hero.default .imageBlock .label:empty {
  display: none !important;
}
.hero.default .imageBlock figure {
  height: 100%;
}
.hero.default .imageBlock figure .media {
  height: 100%;
}
.hero.default .imageBlock figure .media picture {
  height: 100%;
}
.hero.default .imageBlock figure .media picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero.default[data-show-image=true] .highlightBlock,
.hero.default[data-show-image=true] + .highlightBlock,
.hero.default .imageBlock .highlightBlock,
.hero.default .imageBlock + .highlightBlock {
  position: relative;
  mix-blend-mode: multiply;
}
@media (max-width: 748px) {
  .hero.default[data-show-image=true] .highlightBlock,
  .hero.default[data-show-image=true] + .highlightBlock,
  .hero.default .imageBlock .highlightBlock,
  .hero.default .imageBlock + .highlightBlock {
    padding-top: 12.5vw;
    margin-top: -5vw;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .hero.default[data-show-image=true] .highlightBlock,
  .hero.default[data-show-image=true] + .highlightBlock,
  .hero.default .imageBlock .highlightBlock,
  .hero.default .imageBlock + .highlightBlock {
    padding-top: 11.25vw;
    margin-top: -5vw;
  }
}
@media (min-width: 1101px) {
  .hero.default[data-show-image=true] .highlightBlock,
  .hero.default[data-show-image=true] + .highlightBlock,
  .hero.default .imageBlock .highlightBlock,
  .hero.default .imageBlock + .highlightBlock {
    margin-top: -3.125em;
    padding-top: 5.625em;
    border-radius: 0.25em;
  }
}
.hero.default .highlightBlock {
  background: #E03127;
  color: #ffffff;
}
.hero.default .highlightBlock.blue {
  background: #0E6AB5;
}
.specialColor .hero.default .highlightBlock {
  background: #FF5C00;
}
@media (max-width: 1100px) {
  .hero.default .highlightBlock {
    padding: 5vw;
    margin-inline: -5vw;
  }
}
@media (min-width: 1101px) {
  .hero.default .highlightBlock {
    padding: 2.5em;
    border-radius: 0 0.25em 0.25em 0.25em;
    width: 85%;
  }
}
.hero.default .highlightBlock .summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5em;
  border-bottom: 0.1em solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 960px) {
  .hero.default .highlightBlock .summary {
    flex-wrap: wrap;
    padding-bottom: 2em;
    margin-bottom: 1.5em;
  }
}
@media (min-width: 961px) {
  .hero.default .highlightBlock .summary {
    padding-bottom: 2.5em;
    margin-bottom: 3em;
  }
}
@media (max-width: 748px) {
  .hero.default .highlightBlock .summary .column {
    padding-right: 1em;
  }
}
@media (min-width: 749px) {
  .hero.default .highlightBlock .summary .column {
    padding-right: 3em;
    width: calc(33.3333333333% - 1em);
  }
}
.hero.default .highlightBlock .summary .column small {
  display: block;
  font-size: 0.9em;
  line-height: 1;
  opacity: 0.7;
  margin-bottom: 0.5em;
}
.hero.default .highlightBlock .summary .column small:not(:first-child) {
  margin-top: 2em;
}
.hero.default .highlightBlock .summary .column p {
  font-size: 0.9em;
  margin-bottom: 0;
  text-wrap: balance;
}
.hero.default .highlightBlock .description {
  text-wrap: balance;
}
@media (max-width: 748px) {
  .hero.default .highlightBlock .description {
    font-size: 1.25em;
  }
}
@media (min-width: 749px) {
  .hero.default .highlightBlock .description {
    font-size: 1.75em;
    line-height: 1.4;
  }
}
.hero.default .highlightBlock .flowInline {
  margin-bottom: 1.5em;
}
.hero.highlight {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #17181C;
}
@media (min-width: 749px) and (max-width: 960px) {
  .hero.highlight {
    max-height: 50em;
  }
}
.hero.highlight[data-type=image] .is-slideshow {
  display: none !important;
}
.hero.highlight[data-type=image] .is-video {
  display: none !important;
}
.hero.highlight[data-type=slideshow] .is-image {
  display: none !important;
}
.hero.highlight[data-type=slideshow] .is-video {
  display: none !important;
}
.hero.highlight[data-type=video] .is-image {
  display: none !important;
}
.hero.highlight[data-type=video] .is-slideshow {
  display: none !important;
}
.hero.highlight .textOverlay {
  position: relative;
  z-index: 3;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 748px) {
  .hero.highlight .textOverlay {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .hero.highlight .textOverlay {
    padding-top: 15em;
    padding-bottom: 15em;
  }
}
@media (min-width: 961px) {
  .hero.highlight .textOverlay {
    padding-top: clamp(5em, 25vh, 17em);
    padding-bottom: clamp(10em, 15vh, 13em);
  }
}
@media (max-width: 748px) {
  .family .hero.highlight .textOverlay {
    padding-top: 14em;
    padding-bottom: 2em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .family .hero.highlight .textOverlay {
    padding-top: 20em;
    padding-bottom: 5em;
  }
}
@media (min-width: 961px) {
  .family .hero.highlight .textOverlay {
    padding-top: clamp(15em, 25vh, 22em);
    padding-bottom: clamp(5em, 10vh, 8em);
  }
}
.hero.highlight .textOverlay a {
  pointer-events: auto;
}
.hero.highlight .textOverlay .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}
.hero.highlight .textOverlay .container .block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 748px) {
  .hero.highlight .textOverlay .container .block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }
}
@media (min-width: 749px) {
  .hero.highlight .textOverlay .container .block .titleBlock {
    will-change: transform;
    transform: translateY(calc(var(--viewportProcent) * 1.5));
  }
}
.hero.highlight .textOverlay .container .block .titleBlock .preTitle {
  color: #ffffff;
}
.hero.highlight .textOverlay .container .block .titleBlock h1 {
  max-width: 16ch;
  margin: 0;
  color: #ffffff;
}
.hero.highlight .textOverlay .container .block .subBlock {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 748px) {
  .hero.highlight .textOverlay .container .block .subBlock {
    flex-direction: column;
    margin-top: 1.5em;
    gap: 2em;
  }
}
@media (min-width: 749px) {
  .hero.highlight .textOverlay .container .block .subBlock {
    flex-direction: row;
    margin-top: 4em;
    gap: 3em;
    will-change: transform, opacity;
    transform: translateY(calc(var(--viewportProcent) * 1.5));
    opacity: calc(1 - var(--opacity) * 2);
  }
}
.hero.highlight .textOverlay .container .block .subBlock .careersBlock {
  display: flex;
  align-items: center;
}
@media (max-width: 748px) {
  .hero.highlight .textOverlay .container .block .subBlock .careersBlock {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
    width: 100%;
  }
}
@media (min-width: 749px) {
  .hero.highlight .textOverlay .container .block .subBlock .careersBlock {
    gap: 2em;
    margin-top: -2em;
    padding-bottom: 8em;
  }
}
.hero.highlight .textOverlay .container .block .subBlock .careersBlock .searchBox {
  color: #8f93a3;
  pointer-events: auto;
}
@media (max-width: 748px) {
  .hero.highlight .textOverlay .container .block .subBlock .careersBlock .searchBox {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .hero.highlight .textOverlay .container .block .subBlock .careersBlock .searchBox {
    width: 25em;
  }
}
.hero.highlight .textOverlay .container .block .subBlock .description {
  line-height: 1.4;
}
@media (max-width: 748px) {
  .hero.highlight .textOverlay .container .block .subBlock .description {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .hero.highlight .textOverlay .container .block .subBlock .description {
    width: 33.3333333333%;
    margin-top: -0.25em;
  }
}
.hero.highlight .textOverlay .container .block .subBlock .description p {
  color: rgba(255, 255, 255, 0.8);
}
.hero.highlight .textOverlay .container .block .subBlock .description p strong {
  color: white;
}
@media (max-width: 748px) {
  .hero.highlight .textOverlay .container .block .subBlock .textCards {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .hero.highlight .textOverlay .container .block .subBlock .textCards {
    width: 66.6666666667%;
  }
}
.hero.highlight .textOverlay .container .block .subBlock .textCards .textCard:before {
  background: rgba(255, 255, 255, 0.2);
}
.hero.highlight .textOverlay .container .block .subBlock .textCards .textCard .heading span {
  color: #ffffff;
}
.hero.highlight .gradientOverlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.hero.highlight .gradientOverlay:before, .hero.highlight .gradientOverlay:after {
  position: absolute;
  z-index: 1;
  left: 0;
  display: block;
  width: 100%;
  content: "";
}
.hero.highlight .gradientOverlay:before {
  top: 0;
  height: 50%;
  opacity: 0.8;
  background-image: linear-gradient(to 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%);
}
.hero.highlight .gradientOverlay:after {
  bottom: 0;
  height: 75%;
  opacity: 1;
  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%);
}
.hero.highlight .mediaOverlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
}
@media (max-width: 748px) {
  .hero.highlight .mediaOverlay {
    opacity: 0.5;
  }
}
@media (min-width: 749px) {
  .hero.highlight .mediaOverlay {
    opacity: 0.9;
  }
}
.hero.highlight .mediaOverlay .splide,
.hero.highlight .mediaOverlay .splide__track,
.hero.highlight .mediaOverlay .splide__slide {
  height: 100%;
  width: 100%;
}
.hero.highlight .mediaOverlay figure {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.hero.highlight .mediaOverlay figure .media {
  height: 100%;
}
@media (max-width: 748px) {
  .hero.highlight .mediaOverlay figure .media[data-scroll=parallaxVert] {
    transform: none;
  }
}
.hero.highlight .mediaOverlay figure .media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero.highlight .mediaOverlay figure .media .autoplayVideo {
  height: 100%;
  width: 100%;
}
.hero.highlight .mediaOverlay figure .media .autoplayVideo video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.landingHighlightBlock {
  position: relative;
  z-index: 1;
  background: #E03127;
  color: #ffffff;
  mix-blend-mode: multiply;
}
.landingHighlightBlock.blue {
  background: #0E6AB5;
}
.specialColor .landingHighlightBlock {
  background: #FF5C00;
}
@media (max-width: 748px) {
  .landingHighlightBlock {
    padding: 5vw;
    padding-top: 12.5vw;
    margin-top: -5vw;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .landingHighlightBlock {
    padding: 5vw;
    padding-top: 11.25vw;
    margin-top: -5vw;
  }
}
@media (min-width: 1101px) {
  .landingHighlightBlock {
    padding: 2.5em;
    margin-top: -3.125em;
    padding-top: 5.625em;
    border-radius: 0 0.25em 0.25em 0;
    width: 85%;
  }
}
.landingHighlightBlock .description {
  text-wrap: balance;
}
@media (max-width: 748px) {
  .landingHighlightBlock .description {
    font-size: 1.25em;
  }
}
@media (min-width: 749px) {
  .landingHighlightBlock .description {
    font-size: 1.75em;
    line-height: 1.4;
  }
}

.missingImage {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(23, 24, 28, 0.1);
}
.missingImage img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  padding: 10% 20%;
  width: 100%;
  height: 100%;
}

.cardsNews {
  --cardsGap: 1em;
}
@media (max-width: 748px) {
  .cardsNews.has-defaultview, .cardsNews.has-highlights {
    display: flex;
    flex-direction: column;
    gap: 2.5vw !important;
  }
  .cardsNews.has-highlights .cardNews:nth-child(1) {
    flex-direction: column;
    margin-bottom: 1em;
  }
  .cardsNews.has-highlights .cardNews:nth-child(1) .visual,
  .cardsNews.has-highlights .cardNews:nth-child(1) .textarea {
    width: 100% !important;
  }
}
@media (min-width: 749px) {
  .cardsNews.has-defaultview {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    gap: var(--cardsGap);
  }
}
@media (min-width: 749px) and (max-width: 748px) {
  .cardsNews.has-defaultview .cardNews {
    width: 100%;
  }
}
@media (min-width: 749px) and (min-width: 749px) {
  .cardsNews.has-defaultview .cardNews {
    width: calc(50% - var(--cardsGap) / 2 * 1);
  }
}
@media (min-width: 749px) {
  .cardsNews.has-highlights {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: var(--cardsGap);
  }
  .cardsNews.has-highlights .cardNews {
    width: 100%;
  }
  .cardsNews.has-highlights .cardNews:nth-child(1) {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
    flex-direction: column-reverse;
  }
  .cardsNews.has-highlights .cardNews:nth-child(4) {
    grid-row-start: 3;
    grid-column-start: 2;
    grid-row-end: 5;
    grid-column-end: 3;
    flex-direction: column-reverse;
  }
  .cardsNews.has-highlights .cardNews:nth-child(1) .visual, .cardsNews.has-highlights .cardNews:nth-child(4) .visual {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .cardsNews.has-highlights .cardNews:nth-child(1) .textarea, .cardsNews.has-highlights .cardNews:nth-child(4) .textarea {
    background: #E03127;
    padding: 1.5em;
    padding-bottom: 3em;
    margin-bottom: -1.5em;
    mix-blend-mode: multiply;
    isolation: isolate;
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
  }
  .family .cardsNews.has-highlights .cardNews:nth-child(1) .textarea, .family .cardsNews.has-highlights .cardNews:nth-child(4) .textarea {
    background: #0E6AB5;
  }
  .specialColor .cardsNews.has-highlights .cardNews:nth-child(1) .textarea, .specialColor .cardsNews.has-highlights .cardNews:nth-child(4) .textarea {
    background: #FF5C00;
  }
  .cardsNews.has-highlights .cardNews:nth-child(1) .textarea .title, .cardsNews.has-highlights .cardNews:nth-child(4) .textarea .title {
    color: #ffffff;
  }
  .cardsNews.has-highlights .cardNews:nth-child(1) .textarea .date, .cardsNews.has-highlights .cardNews:nth-child(4) .textarea .date {
    color: #ffffff;
    opacity: 0.8;
  }
  .cardsNews.has-highlights .cardNews .visual {
    aspect-ratio: initial;
    height: 100%;
  }
}
.cardsNews[data-gap=none] {
  --cardsGap: 0em;
}
@media (max-width: 748px) {
  .cardsNews[data-gap=none] > .container {
    gap: 4.5em;
  }
}
@media (min-width: 749px) {
  .cardsNews[data-gap=none][data-columns="2"] > .container {
    justify-content: space-between;
  }
  .cardsNews[data-gap=none][data-columns="2"] > .container > *:not(.mediaBlock) {
    width: 45%;
  }
}
.cardsNews[data-gap=medium] {
  --cardsGap: 1em;
}
.cardsNews[data-gap=small] {
  --cardsGap: 0.5em;
}
.cardsNews[data-gap=large] {
  --cardsGap: 2em;
}
.cardsNews[data-gap=xlarge] {
  --cardsGap: 3em;
}

.cardNews {
  position: relative;
  display: flex;
}
@media (max-width: 748px) {
  .cardNews {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3.75vw;
    width: 100%;
    box-shadow: none;
  }
  .cardNews:active .visual:after {
    transform: scaleX(100%);
    background: #E03127;
    transition: none !important;
  }
  .family .cardNews:active .visual:after {
    background: #0E6AB5;
  }
  .specialColor .cardNews:active .visual:after {
    background: #FF5C00;
  }
  .cardNews:active .textarea .title {
    color: #E03127;
    transition: 0;
  }
  .family .cardNews:active .textarea .title {
    background: #0E6AB5;
  }
  .specialColor .cardNews:active .textarea .title {
    color: #FF5C00;
  }
  .cardNews .visual {
    width: 35%;
    align-self: stretch;
    aspect-ratio: none;
  }
  .cardNews .textarea {
    width: 65%;
    padding: 0 !important;
    gap: 0.25em !important;
  }
  .cardNews .textarea svg {
    display: none;
  }
}
@media (min-width: 749px) {
  .cardNews {
    flex-direction: column;
  }
  .cardNews .visual {
    width: 100%;
  }
  .cardNews .textarea {
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cardNews:hover .visual:after {
    transform: scaleX(100%);
    background: #E03127;
  }
  .family .cardNews:hover .visual:after {
    background: #0E6AB5;
  }
  .specialColor .cardNews:hover .visual:after {
    background: #FF5C00;
  }
  .cardNews:hover .visual img {
    transform: scale(1.02);
  }
  .cardNews:hover .textarea .title {
    color: #E03127;
  }
  .family .cardNews:hover .textarea .title {
    color: #0E6AB5;
  }
  .specialColor .cardNews:hover .textarea .title {
    color: #FF5C00;
  }
  .cardNews:hover .textarea .title svg.icon-arrow-right {
    transform: translateX(0.3em);
    opacity: 1;
  }
}
.cardNews .visual {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 4/3;
  isolation: isolate;
  background: rgba(23, 24, 28, 0.05);
  border-radius: 0.25em;
  overflow: hidden;
}
.cardNews .visual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.cardNews .visual:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.15em;
  transform: scaleX(0);
  transform-origin: left;
  background: #E03127;
  content: "";
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.family .cardNews .visual:after {
  background: #0E6AB5;
}
.specialColor .cardNews .visual:after {
  background: #FF5C00;
}
.cardNews .textarea {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.5em;
  padding-top: 1.25em;
}
.cardNews .textarea .title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
  margin: 0;
  color: #17181C;
  transition: all 0.15s ease-in-out 0s;
  font-weight: 400;
}
.cardNews .textarea .title span {
  line-height: 1.1;
  text-wrap: balance;
}
@media (min-width: 749px) and (max-width: 960px) {
  .cardNews .textarea .title span {
    font-size: 1.1em;
  }
}
@media (min-width: 961px) {
  .cardNews .textarea .title span {
    font-size: 1.5em;
  }
}
.cardNews .textarea .title svg {
  width: 1.4em;
  height: 1.4em;
  opacity: 0.5;
  flex-grow: 0;
  flex-shrink: 0;
  transition: all 0.15s ease-in-out 0s;
}
.cardNews .textarea .date {
  font-size: 0.8em;
  opacity: 0.6;
}

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

.cardCompany {
  position: relative;
  display: flex;
}
@media (max-width: 748px) {
  .cardCompany {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.5em;
    width: 100%;
    padding-block: 1em;
  }
  .cardCompany:not(:last-child) {
    border-bottom: 1px solid rgba(23, 24, 28, 0.1);
  }
  .cardCompany:active .textarea .title {
    color: #E03127;
    transition: 0;
  }
  .family .cardCompany:active .textarea .title {
    color: #0E6AB5;
  }
  .specialColor .cardCompany:active .textarea .title {
    color: #FF5C00;
  }
  .cardCompany:active:after {
    transform: scaleX(100%);
    background: #E03127;
    transition: none !important;
  }
  .family .cardCompany:active:after {
    background: #0E6AB5;
  }
  .specialColor .cardCompany:active:after {
    background: #FF5C00;
  }
  .cardCompany .logo {
    width: 20%;
  }
  .cardCompany .logo img {
    width: 100%;
  }
  .cardCompany .textarea {
    width: 80%;
    padding: 0 !important;
    gap: 0.25em !important;
  }
}
@media (min-width: 749px) {
  .cardCompany {
    flex-direction: column;
    padding: 1em;
    background-color: rgba(23, 24, 28, 0.03);
  }
  .cardCompany .logo {
    width: 100%;
    height: 7em;
    padding-inline: 2em;
  }
  .cardCompany .logo img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .cardCompany .textarea {
    width: 100%;
    padding-top: 1.5em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cardCompany:hover .textarea .title {
    color: #E03127;
  }
  .family .cardCompany:hover .textarea .title {
    color: #0E6AB5;
  }
  .specialColor .cardCompany:hover .textarea .title {
    color: #FF5C00;
  }
  .cardCompany:hover .textarea .title svg.icon-arrow-right {
    transform: translateX(0.3em);
    opacity: 1;
  }
  .cardCompany:hover:after {
    transform: scaleX(100%);
    background: #E03127;
  }
  .family .cardCompany:hover:after {
    background: #0E6AB5;
  }
  .specialColor .cardCompany:hover:after {
    background: #FF5C00;
  }
}
.cardCompany .textarea {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.5em;
}
.cardCompany .textarea .title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
  margin: 0;
  color: #17181C;
  transition: all 0.15s ease-in-out 0s;
  font-weight: 700;
}
.cardCompany .textarea .title span {
  line-height: 1.1;
  text-wrap: balance;
}
@media (min-width: 749px) and (max-width: 960px) {
  .cardCompany .textarea .title span {
    font-size: 1.1em;
  }
}
@media (min-width: 961px) {
  .cardCompany .textarea .title span {
    font-size: 1.1em;
  }
}
.cardCompany .textarea .title svg {
  width: 1.4em;
  height: 1.4em;
  opacity: 0.5;
  flex-grow: 0;
  flex-shrink: 0;
  transition: all 0.15s ease-in-out 0s;
}
.cardCompany .textarea .companyType {
  line-height: 1.1;
  font-size: 0.9em;
}
.cardCompany:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.15em;
  transform: scaleX(0);
  transform-origin: left;
  background: #E03127;
  content: "";
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.family .cardCompany:after {
  background: #0E6AB5;
}
.specialColor .cardCompany:after {
  background: #FF5C00;
}

@media (max-width: 748px) {
  .horizontalScrollCards {
    overflow: scroll;
    transform: none !important;
  }
}
.horizontalScrollCards .cardsScroll {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: row;
  gap: 1em;
  opacity: 1 !important;
}
@media (max-width: 748px) {
  .horizontalScrollCards .cardsScroll {
    width: 250vw;
    padding-inline: 5vw;
    overflow: scroll;
    transform: none !important;
  }
}
@media (min-width: 749px) {
  .horizontalScrollCards .cardsScroll {
    width: 200vw;
    padding-left: 35vw;
  }
}
.horizontalScrollCards .cardsScroll .cardScroll:nth-child(3n+2) .textarea {
  background: #927D5F;
}
.horizontalScrollCards .cardsScroll .cardScroll:nth-child(3n+3) .textarea {
  background: #17181C;
}

.cardScroll {
  position: relative;
  display: flex;
  border-radius: 0.25em;
  overflow: hidden;
}
@media (max-width: 748px) {
  .cardScroll {
    flex-direction: column;
    width: 70%;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .cardScroll {
    flex-direction: row;
    width: 50vw;
  }
}
@media (min-width: 961px) {
  .cardScroll {
    flex-direction: row;
    width: 44vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cardScroll:hover img {
    transform: scale(1.03);
  }
  .cardScroll:hover svg.icon-arrow-right {
    transform: translateX(0.3em);
    opacity: 1 !important;
  }
}
@media (min-width: 749px) {
  .cardScroll .visual {
    position: absolute;
    right: 0;
    overflow: hidden;
    width: 40%;
    height: 100%;
  }
}
.cardScroll .visual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 748px) {
  .cardScroll .visual img {
    aspect-ratio: 1;
  }
}
.cardScroll .textarea {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #E03127;
  color: #ffffff;
}
@media (max-width: 748px) {
  .cardScroll .textarea {
    width: 100%;
    padding: 5vw;
  }
}
@media (min-width: 749px) {
  .cardScroll .textarea {
    width: 60%;
    padding: 1.25em;
  }
}
.specialColor .cardScroll .textarea {
  background: #FF5C00;
}
.cardScroll .textarea .preTitle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
  margin: 0;
  margin-bottom: 0.5em;
  color: #ffffff;
  font-weight: 400;
}
.cardScroll .textarea .preTitle span {
  opacity: 0.6;
  line-height: 1.1;
  text-wrap: balance;
}
@media (min-width: 749px) and (max-width: 960px) {
  .cardScroll .textarea .preTitle span {
    font-size: 1.1em;
  }
}
@media (min-width: 961px) {
  .cardScroll .textarea .preTitle span {
    font-size: 1em;
  }
}
.cardScroll .textarea .preTitle svg {
  width: 1.25em;
  height: 1.25em;
  opacity: 0.6;
  transition: all 0.15s ease-in-out 0s;
}
.cardScroll .textarea .title {
  line-height: 1.1;
  text-wrap: balance;
}
@media (max-width: 748px) {
  .cardScroll .textarea .title {
    font-size: 1.5em;
    margin-bottom: 1em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .cardScroll .textarea .title {
    font-size: 1.2em;
    margin-bottom: 2em;
  }
}
@media (min-width: 961px) {
  .cardScroll .textarea .title {
    font-size: 1.4em;
    margin-bottom: 2.5em;
  }
}
.cardScroll .textarea .button {
  margin-bottom: 0.25em;
  margin-top: auto;
}
.cardScroll .textarea .button span {
  text-decoration: none;
}
.cardScroll .textarea .button svg {
  opacity: 0.3;
}

.cardsProject {
  display: flex;
  flex-direction: column;
  min-height: 50vh;
}
@media (max-width: 748px) {
  .cardsProject {
    gap: 5vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .cardsProject {
    gap: 2.5vw;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .cardsProject {
    gap: 5vw;
  }
}
@media (min-width: 1101px) {
  .cardsProject {
    gap: 2.5em;
  }
}
.cardsProject .cardProject:nth-child(3n+2) .textarea {
  background: #17181C;
}
.cardsProject .cardProject:nth-child(3n+3) .textarea {
  background: #927D5F;
}
@media (min-width: 749px) {
  .cardsProject .cardProject:nth-child(even) {
    flex-direction: row-reverse;
  }
  .cardsProject .cardProject:nth-child(even) .visual .label {
    left: auto;
    right: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.25em;
  }
  .cardsProject .cardProject:nth-child(even) .textarea {
    padding-left: 2em;
    padding-right: 4.5em;
    margin-right: -2.5em;
  }
}

.cardProject {
  display: flex;
  width: 100%;
  border-radius: 0.25em;
  overflow: hidden;
}
@media (max-width: 748px) {
  .cardProject {
    flex-direction: column;
  }
}
@media (min-width: 749px) {
  .cardProject {
    flex-direction: row;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cardProject:hover img {
    transform: scale(1.03);
  }
  .cardProject:hover svg.icon-arrow-right {
    transform: translateX(0.3em);
    opacity: 1 !important;
  }
}
.cardProject .visual {
  position: relative;
}
@media (max-width: 748px) {
  .cardProject .visual {
    width: 100%;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .cardProject .visual {
    width: 50%;
  }
}
@media (min-width: 961px) {
  .cardProject .visual {
    width: 66.6666666667%;
  }
}
.cardProject .visual .label {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  border-bottom-right-radius: 0.25em;
}
.cardProject .visual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.cardProject .textarea {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #E03127;
  color: #ffffff;
  mix-blend-mode: multiply;
  isolation: isolate;
}
@media (max-width: 748px) {
  .cardProject .textarea {
    width: 100%;
    padding: 5vw;
    padding-top: 10vw;
    margin-top: -5vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .cardProject .textarea {
    width: calc(50% + 2.5em);
    padding: 2em;
    padding-left: 4.5em;
    margin-left: -2.5em;
  }
}
@media (min-width: 961px) {
  .cardProject .textarea {
    width: calc(33.3333333333% + 2.5em);
    padding: 2em;
    padding-left: 4.5em;
    margin-left: -2.5em;
  }
}
.specialColor .cardProject .textarea {
  background: #FF5C00;
}
.cardProject .textarea .preTitle {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
  margin: 0;
  margin-bottom: 0.25em;
  color: #ffffff;
  font-weight: 400;
}
.cardProject .textarea .preTitle span {
  opacity: 0.6;
  line-height: 1.1;
  text-wrap: balance;
}
@media (min-width: 749px) and (max-width: 960px) {
  .cardProject .textarea .preTitle span {
    font-size: 1.1em;
  }
}
@media (min-width: 961px) {
  .cardProject .textarea .preTitle span {
    font-size: 1.1em;
  }
}
.cardProject .textarea .preTitle svg {
  width: 1.25em;
  height: 1.25em;
  opacity: 0.6;
  transition: all 0.15s ease-in-out 0s;
}
.cardProject .textarea .title {
  line-height: 1.1;
  text-wrap: balance;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 748px) {
  .cardProject .textarea .title {
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .cardProject .textarea .title {
    font-size: 1.5em;
    margin-bottom: 2em;
  }
}
@media (min-width: 961px) {
  .cardProject .textarea .title {
    font-size: 1.5em;
    margin-bottom: 2em;
  }
}
.cardProject .textarea .summary {
  margin-top: auto;
}
.cardProject .textarea .summary .column small {
  display: block;
  font-size: 0.8em;
  line-height: 1;
  opacity: 0.7;
  margin-bottom: 0.5em;
}
.cardProject .textarea .summary .column p {
  font-size: 0.8em;
  margin-bottom: 0;
  text-wrap: balance;
}

.cards {
  --cardsGap: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  gap: var(--cardsGap);
}
@media (max-width: 748px) {
  .cards {
    flex-direction: column;
  }
}
.cards[data-gap=none] {
  --cardsGap: 0em;
}
@media (max-width: 748px) {
  .cards[data-gap=none] > .container {
    gap: 4.5em;
  }
}
@media (min-width: 749px) {
  .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;
  box-shadow: 0 0.5rem 1rem rgba(23, 24, 28, 0.1);
}
@media (max-width: 960px) {
  .card.mini, .card.small {
    flex-direction: row;
    align-items: center;
    width: 100%;
    box-shadow: none;
  }
  .card.mini .visual, .card.small .visual {
    width: 35% !important;
    align-self: stretch;
    aspect-ratio: none;
  }
  .card.mini .textarea, .card.small .textarea {
    width: 65% !important;
    padding-left: 1em;
  }
  .card.mini .textarea .description, .card.small .textarea .description {
    font-size: 0.7em !important;
  }
}
@media (min-width: 961px) {
  .card.mini {
    width: calc(25% - var(--cardsGap) / 4 * 3);
  }
}
@media (min-width: 961px) {
  .card.small {
    width: calc(33.3333333333% - var(--cardsGap) / 3 * 2);
  }
}
@media (max-width: 748px) {
  .card.medium {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .card.medium {
    width: calc(50% - var(--cardsGap) / 2 * 1);
  }
}
.card.large {
  width: 100%;
}
.card.large .visual {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .card:hover img {
    transform: scale(1.02);
  }
  .card:hover svg.icon-arrow-right {
    transform: translateX(0.3em);
  }
}
.card .visual {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 4/3;
  isolation: isolate;
  background: rgba(23, 24, 28, 0.05);
}
.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 .textarea {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  padding: 1em;
}
.card .textarea .preTitle {
  font-size: 0.7em;
  line-height: 1;
  opacity: 0.5;
}
.card .textarea .title {
  display: block;
  font-size: 1.2em;
  line-height: 1.1;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.card .textarea .description {
  font-size: 0.9em;
  line-height: 1.4;
  margin-bottom: 1em;
  opacity: 0.5;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
@media (max-width: 748px) {
  .card .textarea .description {
    display: none;
  }
}
.card .textarea .flowInline {
  width: 100%;
  margin-top: auto;
}

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

.textCards {
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--textCardGap);
  --textCardGap: 1em;
}
.textCards[data-gap=none] {
  --textCardGap: 0em;
}
@media (max-width: 748px) {
  .textCards[data-gap=none] {
    gap: 4.5em;
  }
}
.textCards[data-gap=medium] {
  --textCardGap: 1em;
}
.textCards[data-gap=small] {
  --textCardGap: 0.5em;
}
.textCards[data-gap=large] {
  --textCardGap: 2em;
}
.textCards[data-gap=xlarge] {
  --textCardGap: 3em;
}
@media (max-width: 748px) {
  .textCards[data-columns="2"] .textCard {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .textCards[data-columns="2"] .textCard {
    width: calc(50% - var(--textCardGap) / 2 * 1);
  }
}
@media (max-width: 748px) {
  .textCards[data-columns="3"] .textCard {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .textCards[data-columns="3"] .textCard {
    width: calc(33.3333333333% - var(--textCardGap) / 2 * 2);
  }
}
@media (max-width: 748px) {
  .textCards[data-columns="4"] .textCard {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .textCards[data-columns="4"] .textCard {
    width: calc(25% - var(--textCardGap) / 2 * 3);
  }
}
@media (max-width: 748px) {
  .textCards[data-columns="5"] .textCard {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .textCards[data-columns="5"] .textCard {
    width: calc(20% - var(--textCardGap) / 2 * 4);
  }
}
@media (max-width: 748px) {
  .textCards[data-columns="6"] .textCard {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .textCards[data-columns="6"] .textCard {
    width: calc(16.6666666667% - var(--textCardGap) / 2 * 5);
  }
}

.textCard {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.textCard.large .heading {
  font-size: 1em;
}
.textCard.medium .heading {
  font-size: 0.9em;
}
.textCard.small .heading {
  font-size: 0.8em;
}
.textCard:hover:after {
  transform: scaleX(100%);
  background: #E03127;
}
.family .textCard:hover:after {
  background: #0E6AB5 !important;
}
.specialColor .textCard:hover:after {
  background: #FF5C00 !important;
}
.textCard:hover .heading span {
  color: #E03127 !important;
}
.family .textCard:hover .heading span {
  color: #0E6AB5 !important;
}
.specialColor .textCard:hover .heading span {
  color: #FF5C00 !important;
}
.textCard:hover .heading svg {
  color: #E03127 !important;
}
.family .textCard:hover .heading svg {
  color: #0E6AB5 !important;
}
.specialColor .textCard:hover .heading svg {
  color: #FF5C00 !important;
}
.textCard:hover .heading svg.icon-arrow-right {
  transform: translateX(0);
  opacity: 1;
}
.textCard[open]:after {
  transform: scaleX(100%);
  background: #E03127;
}
.family .textCard[open]:after {
  background: #0E6AB5 !important;
}
.specialColor .textCard[open]:after {
  background: #FF5C00 !important;
}
.textCard[open] .heading span {
  color: #E03127;
}
.family .textCard[open] .heading span {
  color: #0E6AB5 !important;
}
.specialColor .textCard[open] .heading span {
  color: #FF5C00 !important;
}
.textCard[open] .heading svg {
  color: #E03127;
  display: none;
}
.family .textCard[open] .heading svg {
  color: #0E6AB5 !important;
}
.specialColor .textCard[open] .heading svg {
  color: #FF5C00 !important;
}
.textCard[open] .heading svg + svg {
  display: block !important;
}
.textCard:before, .textCard:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.15em;
  content: "";
}
.textCard:before {
  background: rgba(23, 24, 28, 0.05);
}
.textCard:after {
  transform: scaleX(0);
  transform-origin: left;
  background: #E03127;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.family .textCard:after {
  background: #0E6AB5 !important;
}
.specialColor .textCard:after {
  background: #FF5C00 !important;
}
.textCard .heading {
  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(23, 24, 28, 0.1);
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  width: 100%;
  padding-top: 1.3em;
  padding-bottom: 1em;
}
.textCard .heading::-webkit-details-marker {
  display: none;
}
.textCard .heading span {
  font-size: 1.3em;
  line-height: 1.2;
  color: #17181C;
  text-wrap: balance;
  transition: all 0.15s ease-in-out 0s;
}
.textCard .heading svg {
  width: 1.5em;
  height: 1.5em;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: auto;
  transition: all 0.15s ease-in-out 0s;
}
.textCard .heading svg + svg {
  display: none;
}
.textCard .heading svg.icon-arrow-right {
  transform: translateX(-50%);
  opacity: 0.3;
}
.textCard .description {
  width: 100%;
  line-height: 1.5;
  padding-bottom: 2em;
  text-wrap: balance;
}
@media (min-width: 749px) {
  .textCard .description {
    padding-right: 3em;
    font-size: 0.95em;
  }
}
.textCard .description a {
  text-decoration: underline;
}
.textCard .description:empty {
  display: none;
}
.textCard .description .jobSummary {
  margin-top: -0.25em;
}
.textCard:last-child .description {
  padding-bottom: 0;
}

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

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

.popup {
  position: fixed;
  z-index: 120;
  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(23, 24, 28, 0.95);
  transition: opacity 0.05s ease-in-out;
}
@media (max-width: 1100px) {
  .popup {
    padding: 2.5vw;
  }
}
@media (min-width: 1101px) {
  .popup {
    padding: 1.25em;
  }
}
.popup.is-active {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.1s linear;
}
.popup.is-active .window {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, opacity 0.1s ease-in-out 0.1s;
}
.popup .window {
  position: relative;
  z-index: 121;
  width: auto;
  max-width: 30em;
  margin: auto;
  opacity: 0;
  background: #ffffff;
  transform: scale(0.2);
  border-radius: 0.25em;
  box-shadow: 0 0 3em rgba(23, 24, 28, 0.2);
  transition: transform 0.1s linear, opacity 0.1s linear;
}
@media (max-width: 748px) {
  .popup .window {
    padding: 7.5vw;
  }
}
@media (min-width: 749px) {
  .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;
  background: transparent !important;
}
.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(23, 24, 28, 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: #17181C;
  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.25em;
  height: 100%;
  aspect-ratio: 16/9 !important;
  max-width: 95vw;
  max-height: 95vh;
}
.popup#popupVideo .window > iframe {
  border-radius: 0.25em;
  height: 100%;
  width: 100vw;
  aspect-ratio: 16/9 !important;
  max-width: 95vw;
  max-height: 95vh;
}

.searchResultsBlock .block {
  margin-left: auto;
  margin-right: auto;
  max-width: 70ch;
}

@media (max-width: 748px) {
  .searchform .button {
    display: none;
  }
}

.searchResults {
  margin-bottom: 4.5em;
}
.searchResults .searchResult {
  display: block;
  font-size: 0.9em;
  margin-bottom: 2em;
}
@media (hover: hover) and (pointer: fine) {
  .searchResults .searchResult:hover h3 {
    text-decoration: underline;
    color: #E03127;
  }
}
.searchResults .searchResult h3 {
  margin-bottom: 0.3em;
  transition: all 0.15s ease-in-out 0s;
}
.searchResults .searchResult p {
  margin-bottom: 0.5em;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.searchResults .searchResult .siteStructure {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 !important;
}
.searchResults .searchResult .siteStructure li {
  display: flex;
  align-items: center;
  font-size: 0.9em;
  line-height: 1;
  margin-bottom: 0.5em;
  color: #8f93a3;
}
.searchResults .searchResult .siteStructure li:last-child svg.icon-chevron-right {
  display: none;
}
.searchResults .searchResult .siteStructure li svg.icon-caret-right {
  width: 1em;
  height: 1em;
  margin: 0.1em 0.3em 0;
}

.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;
}
@media (max-width: 748px) {
  .offline .block {
    padding-top: 5vw;
  }
}
@media (min-width: 749px) {
  .offline .block {
    padding-block: 2em;
  }
}
.offline .block .brand {
  margin-bottom: 2em;
}
@media (max-width: 748px) {
  .offline .block .brand {
    width: 6em;
  }
}
@media (min-width: 749px) {
  .offline .block .brand {
    width: 6em;
  }
}
.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;
}
@media (max-width: 748px) {
  .contentserver .block {
    padding-top: 5vw;
  }
}
@media (min-width: 749px) {
  .contentserver .block {
    padding-block: 2em;
  }
}
.contentserver .block .brand {
  margin-bottom: 1em;
}
.contentserver .block p:last-child {
  margin-bottom: 0;
}

.login .block {
  position: relative;
  margin: auto;
  max-width: 70ch;
}
@media (max-width: 748px) {
  .login .block {
    padding-top: 5vw;
  }
}
@media (min-width: 749px) {
  .login .block {
    padding-block: 2em;
  }
}
.login .block form .formfield {
  margin-bottom: 1em;
}

.devtoolsMenu {
  position: fixed;
  z-index: 160;
  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(23, 24, 28, 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: 170;
  background: #ffffff;
}
.editPageLink svg {
  color: #E5422B;
}

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

[data-wireframe] *:not(.devtoolsMenu, .devtoolsMenu *, .currentMQ, *.gridLine, .fpsMeter, .fpsMeter *) {
  outline: solid 1px blue !important;
}
[data-wireframe]:before, [data-wireframe]:after {
  position: fixed;
  z-index: 160;
  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: 161;
  top: 0;
  height: 100vh;
  width: 100%;
  pointer-events: none;
}
@media (min-width: 749px) {
  [data-gridview] .gridView {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
[data-gridview] .gridView .currentMQ {
  position: absolute;
  z-index: 1;
  background: #17181C;
  color: #ffffff;
  bottom: 10px;
  left: 3em;
  padding: 0.4em 1em 0.5em;
  opacity: 1;
}
@media (max-width: 748px) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Mini";
  }
}
@media (max-width: 340px) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Tiny";
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Small";
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Medium";
  }
}
@media (min-width: 1101px) {
  [data-gridview] .gridView .currentMQ:before {
    content: "Large";
  }
}
[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%;
  background-color: rgba(255, 0, 0, 0.05);
  width: 5vw;
}
@media (min-width: 1101px) {
  [data-gridview] .gridView .container .gutter {
    width: 2.5em;
  }
}
[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(80em - 20vw);
}
@media (min-width: 1101px) {
  [data-gridview] .gridView .container .gridLines {
    left: 2.5em;
    right: 2.5em;
  }
}
[data-gridview] .gridView .container .gridLines .gridLine {
  height: 100%;
  flex-grow: 1;
  outline: 1px solid purple;
}

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