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

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/fonts/inter/inter.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Bricolage Grotesque";
  font-style: normal;
  font-weight: 200 800;
  font-stretch: 100%;
  font-display: swap;
  src: url("/fonts/bricolage_grotesque/bricolage_grotesque.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body.boilerplate {
  background: #ffffff;
}
body.boilerplate .boilerplateHero {
  position: relative;
  width: 100%;
  background: #F5F7FA;
}
body.boilerplate .boilerplateHero .textarea.full .block {
  max-width: none !important;
}
body.boilerplate .boilerplateHero .textarea .container {
  padding-top: 2.25em;
  padding-bottom: 2.25em;
}
body.boilerplate .boilerplateHero .textarea .container .block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2em;
}
@media (max-width: 748px) {
  body.boilerplate .boilerplateHero .textarea .container .block .logo {
    width: 10em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  body.boilerplate .boilerplateHero .textarea .container .block .logo {
    width: 10em;
  }
}
@media (min-width: 961px) {
  body.boilerplate .boilerplateHero .textarea .container .block .logo {
    width: 12em;
  }
}
body.boilerplate .boilerplateHero .textarea .container .block h1 {
  font-size: 2.25em;
}
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: #06AD8C;
  color: #fff;
  content: "Nieuw";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.modified a:after {
  background: #F79009;
  color: #fff;
  content: "Aangepast";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.final a:after {
  background: #06AD8C;
  color: #fff;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  flex-grow: 0;
  flex-shrink: 0;
  content: "";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.inprogress a:after {
  background: rgb(127.5, 127.5, 127.5);
  color: #fff;
  content: "Bezig";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.todo a {
  color: #cccccc;
  pointer-events: none;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.todo a:after {
  background: #cccccc;
  color: #fff;
  content: "Todo";
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li.duplicate a {
  color: #cccccc;
  pointer-events: none;
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0.5em 0.7em 0.7em;
  background: rgba(0, 0, 0, 0.04);
  color: #000;
  text-decoration: none;
  border-radius: 5px;
}
@media (hover: hover) and (pointer: fine) {
  body.boilerplate .boilerplateOverview .boilerplateIndex ul li a:hover {
    background: rgba(0, 0, 0, 0.08);
  }
}
body.boilerplate .boilerplateOverview .boilerplateIndex ul li a:after {
  padding: 3px 5px 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.3em;
  background: #ffffff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  font-size: 0.7em;
  line-height: 1.4;
  text-align: center;
  padding: 0.25em;
  overflow: hidden;
}
@media (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: #000000;
  color: #ffffff;
  cursor: copy;
}
body.boilerplate .colorsBase .colorCard:active {
  cursor: progress;
}
body.boilerplate .colorsBase .colorCard .color {
  border: 1px solid rgba(0, 0, 0, 0.1);
  aspect-ratio: 1;
}
@supports not (aspect-ratio: auto) {
  body.boilerplate .colorsBase .colorCard .color {
    padding-top: 100%;
  }
}
body.boilerplate .colorsBase .colorCard .description {
  padding: 0.5em 0.5em 1em;
}
body.boilerplate .colorsBase .colorCard .description .colorName {
  font-weight: 600;
}
body.boilerplate .iconCollection {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
body.boilerplate .iconCollection svg:first-child {
  display: none;
}
body.boilerplate .iconCollection [class^=icon-],
body.boilerplate .iconCollection [class*=" icon-"] {
  border-radius: 0.1em;
  background: rgba(0, 0, 0, 0.05);
  width: 2.4em;
  height: 2.4em;
  padding: 0.3em;
}
body.boilerplate .iconCollection [class^=icon-]:hover,
body.boilerplate .iconCollection [class*=" icon-"]:hover {
  background: black;
  color: #ffffff;
  cursor: copy;
}
body.boilerplate .iconCollection [class^=icon-]:active,
body.boilerplate .iconCollection [class*=" icon-"]:active {
  cursor: progress;
}
body.boilerplate #buttonCollection .buttonColorCollection {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
body.boilerplate #buttonCollection .buttonColorCollection .block {
  padding: 1em;
  border-radius: 0.3em;
  background: rgb(247.35, 247.35, 247.35);
}
body.boilerplate #buttonCollection .buttonColorCollection .block.diap {
  background: #000000;
}
body.boilerplate #buttonCollection a.button:hover,
body.boilerplate #buttonCollection button.button:hover {
  cursor: copy;
}
body.boilerplate #buttonCollection a.button:active,
body.boilerplate #buttonCollection button.button:active {
  cursor: progress;
}
body.boilerplate #spacerCollection [class^=spacer] {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  margin-bottom: 0.2em;
}
body.boilerplate #spacerCollection [class^=spacer]:after {
  display: block !important;
  position: absolute;
  left: 1rem;
  top: 50%;
  display: none;
  color: #ffffff;
  line-height: 1;
  transform: translateY(-60%);
  content: "spacer";
}
body.boilerplate #spacerCollection .spacerTiny:after {
  font-size: 0.5rem;
  content: "spacerTiny";
}
body.boilerplate #spacerCollection .spacerMini:after {
  font-size: 0.7rem;
  content: "spacerMini";
}
body.boilerplate #spacerCollection .spacerSmall:after {
  font-size: 0.9rem;
  content: "spacerSmall";
}
body.boilerplate #spacerCollection .spacerMedium:after {
  font-size: 1.1rem;
  content: "spacerMedium";
}
body.boilerplate #spacerCollection .spacerLarge:after {
  font-size: 1.5rem;
  content: "spacerLarge";
}
body.boilerplate #spacerCollection .spacerXlarge:after {
  font-size: 1.8rem;
  content: "spacerXlarge";
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html.lenis {
  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;
}

/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

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

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

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

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

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

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

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

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

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

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

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

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

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

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

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

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

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

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

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

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

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

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

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

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

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

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

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

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

.swiper {
  position: relative;
  --swiper-theme-color: #000000;
}
.swiper.swiperCarousel {
  width: 100%;
}
.swiper.swiperCarousel .swiper-wrapper .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 748px) {
  .swiper.swiperCarousel .swiper-wrapper .swiper-slide {
    height: 50vh;
    max-width: calc(100% - 10vw);
    margin-inline: 1.25vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .swiper.swiperCarousel .swiper-wrapper .swiper-slide {
    height: clamp(20em, 50vh, 45em);
    max-width: 50em;
  }
}
@media (min-width: 961px) {
  .swiper.swiperCarousel .swiper-wrapper .swiper-slide {
    height: clamp(30em, 60vh, 45em);
    max-width: 50em;
  }
}
@media (min-width: 749px) {
  .swiper.swiperCarousel .swiper-wrapper .swiper-slide.swiper-slide-active figure .media {
    transform: scale(1);
  }
}
.swiper.swiperCarousel .swiper-wrapper .swiper-slide figure {
  display: block;
  height: 100%;
  width: 100%;
}
.swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .media {
  height: 100%;
  border-radius: 0.3em;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media (min-width: 749px) {
  .swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .media {
    transform: scale(0.9);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
  }
}
.swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .media img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: none;
  text-align: center;
  color: #ffffff;
  padding-top: 5em;
  padding-bottom: 1em;
  padding-left: 5vw;
  padding-right: 5vw;
}
.swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .caption span {
  position: relative;
  z-index: 2;
}
.swiper.swiperCarousel .swiper-wrapper .swiper-slide figure .caption:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  content: "";
  background-image: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
.swiper.swiperCards {
  width: 100%;
  overflow: visible;
}
.swiper.swiperCards .swiper-wrapper .swiper-slide {
  display: flex;
}
@media (max-width: 748px) {
  .swiper.swiperCards .swiper-wrapper .swiper-slide {
    width: 80vw;
  }
}
@media (min-width: 749px) {
  .swiper.swiperCards .swiper-wrapper .swiper-slide {
    width: 18em !important;
  }
}
.swiper.swiperCards .swiper-wrapper .swiper-slide .visualCard {
  width: 100%;
  margin-bottom: 0;
}
.swiper.swiperSlideshow {
  width: 100%;
}
.swiper.swiperSlideshow .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: 100%;
  background: #000000;
}
.swiper.swiperSlideshow .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.swiper.swiperSlideshow .swiper-wrapper .swiper-slide.swiper-slide-active figure .media picture {
  transform: scale(1.1);
}
.swiper.swiperSlideshow .swiper-wrapper .swiper-slide figure {
  height: 100%;
  overflow: hidden;
}
.swiper.swiperSlideshow .swiper-wrapper .swiper-slide figure .media {
  position: relative;
  width: auto;
  height: 100%;
}
.swiper.swiperSlideshow .swiper-wrapper .swiper-slide figure .media picture {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 7s linear;
  transform: scale(1);
}
.swiper.swiperSlideshow .swiper-wrapper .swiper-slide figure .media picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper .swiper-pagination {
  position: relative;
  top: 100%;
  bottom: auto;
  display: flex;
  justify-content: center;
  padding-top: 1.5em;
}
.swiper .swiper-pagination span {
  background: rgba(2, 21, 44, 0.15);
  border-radius: 1em;
  width: 0.5em;
  height: 0.5em;
  opacity: 1 !important;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (min-width: 749px) {
  .swiper .swiper-pagination span {
    margin: 0 0.25em;
    width: 0.5em;
  }
}
.swiper .swiper-pagination span.swiper-pagination-bullet-active {
  background: #00B3F0;
  opacity: 1;
  transform: none;
  width: 2em;
}
.swiper .swiper-navigation {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(calc(-50% - 1.2em));
  display: flex;
  justify-content: space-between;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 748px) {
  .swiper .swiper-navigation {
    display: none;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .swiper .swiper-navigation {
    padding-inline: 2.5vw;
  }
}
@media (min-width: 1101px) {
  .swiper .swiper-navigation {
    padding-inline: 1.5em;
  }
}
.swiper .swiper-navigation .button {
  pointer-events: auto;
}

@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.3em;
  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, #1377D7)));
  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, #1377D7)));
}
.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, #1377D7)));
  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, #1377D7)));
  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, #1377D7)));
  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, #1377D7)));
  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, #1377D7)));
  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, #1377D7)));
  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, #1377D7)));
  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--fullscreen-fallback {
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.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(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
@media (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: #1377D7;
  color: #ffffff;
  opacity: 1;
  border-radius: 50%;
}
@media (max-width: 748px) {
  .plyr__control--overlaid {
    width: 3.5em !important;
    height: 3.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: 4.5em !important;
    height: 4.5em !important;
  }
}
.plyr__control--overlaid svg {
  width: 60%;
  height: 60%;
}
@media (max-width: 748px) {
  .plyr__control--overlaid svg {
    width: 75%;
    height: 75%;
  }
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  color: #00B3F0;
  transform: translate(-50%, -50%) scale(1.1);
}

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

.splitting .char {
  position: relative;
}

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

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

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

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

*[data-scroll]:is([data-scroll=parallaxVert]) {
  will-change: transform;
  transform: translateY(var(--viewportProcent));
}
*[data-scroll]:is([data-scroll=parallaxHor]) {
  will-change: transform;
  transform: translateX(var(--viewportProcent));
}
*[data-scroll]:is([data-scroll=parallaxFramed]) img {
  will-change: transform;
  transform: scale(var(--scale)) translateY(var(--viewportProcent));
}
*[data-scroll]:is([data-scroll=parallaxNodes]) > * {
  will-change: transform;
  transform: translateY(calc(var(--viewportProcent) * var(--speed)));
}
*[data-scroll]:is([data-scroll=parallaxZoomIn]) {
  position: 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 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: var(--delay, 0);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=fade]).is-inviewport, *[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=slide]).is-inviewport {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=fadeIn]) {
  opacity: 0;
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation=slideFromTop]) {
  transform: translateY(-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%) rotate(10deg);
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: calc(var(--delay) + var(--word-index) * 0.15s);
}
*[data-scroll]:is([data-scroll=reveal]):is([data-scroll-animation^=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:has([name="fields[magazineCheckbox]"]) .fui-field.fui-type-agree {
  margin-bottom: 0.25em !important;
}
.fui-row .fui-field.is-hidden {
  display: none !important;
}
.fui-row .fui-type-heading {
  margin-top: 1em !important;
  margin-bottom: 0 !important;
}
.fui-row textarea.fui-input {
  height: 10em;
}
.fui-row select {
  color: #02152C;
}
.fui-row input::file-selector-button {
  color: #02152C;
}

.fui-i {
  --fui-font: Inter, sans-serif;
  --fui-font-size: 1em;
  --fui-color: #000000;
  --fui-primary-color: #000000;
  --fui-primary-color-hover: #000000;
  --fui-error: #F79009;
  --fui-success: #06AD8C;
  --fui-border-radius: 0.3em;
  --fui-alert-error-color: #F79009;
  --fui-error-font-size: 0.8em;
  --fui-error-margin-top: 0.25em;
  --fui-label-font-size: 0.9em;
  --fui-label-font-weight: 400;
  --fui-label-margin: 0.5em;
  --fui-label-error-color: #000000;
  --fui-label-error-border-color: #F79009;
  --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: #F79009;
  --fui-input-error-border-color: #F79009;
  --fui-input-error-box-shadow-focus: 0 0 0 0.25em rgba(247, 144, 9, 0.15);
}

.cookiebar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 130;
  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: center;
  gap: 1em;
  border-radius: 0.3em;
  background: rgba(0, 0, 0, 0.95);
  box-shadow: 0 0 2em rgba(0, 0, 0, 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: white;
  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.15em;
}
.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.3em !important;
  background: #000000 !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;
}

:root {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.45;
  letter-spacing: -0.01em;
  hanging-punctuation: first allow-end last;
  font-weight: 400;
}
@media (max-width: 748px) {
  :root {
    font-size: clamp(1rem, 4.25vw, 1.5rem);
  }
  @supports not (font-size: clamp(1rem, 4.25vw, 1.5rem)) {
    :root {
      font-size: min(max(1rem, 4.25vw), 1.5rem);
    }
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  :root {
    font-size: calc(0.9rem + 0.25vw);
  }
}
@media (min-width: 961px) {
  :root {
    font-size: calc(0.92rem + 0.25vw);
  }
}

h2.preTitle, h3.preTitle, h4.preTitle, h5.preTitle {
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 1.1;
  margin: 0;
  margin-left: -0.05em;
  margin-bottom: 0.3em;
  text-wrap: balance;
  color: #009DD6;
  font-weight: 400;
}
h2.preTitle + h2, h2.preTitle + h3, h2.preTitle + h4, h3.preTitle + h2, h3.preTitle + h3, h3.preTitle + h4, h4.preTitle + h2, h4.preTitle + h3, h4.preTitle + h4, h5.preTitle + h2, h5.preTitle + h3, h5.preTitle + h4 {
  margin-top: 0 !important;
}

h1, .h1 {
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 0.95;
  margin: 0;
  margin-left: -0.05em;
  margin-bottom: 0.25em;
  text-wrap: balance;
}

h2, .h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 1.05;
  margin: 0;
  margin-left: -0.025em;
  margin-bottom: 0.5em;
  text-wrap: balance;
}
@media (max-width: 748px) {
  h2, .h2 {
    font-size: 1.5rem;
    font-weight: 700;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  h2, .h2 {
    font-size: 1.5rem;
    font-weight: 600;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  h2, .h2 {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
@media (min-width: 1101px) {
  h2, .h2 {
    font-size: 1.7rem;
    font-weight: 600;
  }
}
h2.small, .h2.small {
  font-size: 1.45rem;
}
h2.large, .h2.large {
  font-weight: 700;
}
@media (max-width: 748px) {
  h2.large, .h2.large {
    font-size: 2rem;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  h2.large, .h2.large {
    font-size: 2rem;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  h2.large, .h2.large {
    font-size: 2.25rem;
  }
}
@media (min-width: 1101px) {
  h2.large, .h2.large {
    font-size: 2.5rem;
  }
}

h3, .h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 1.1;
  margin: 0;
  margin-left: -0.025em;
  margin-bottom: 0.5em;
  text-wrap: balance;
  font-weight: 600;
}
@media (max-width: 748px) {
  h3, .h3 {
    font-size: 1.15em;
  }
}
@media (min-width: 749px) {
  h3, .h3 {
    font-size: 1.3em;
  }
}

h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 0.5em;
  font-size: 1.1em;
  text-wrap: balance;
  font-weight: 600;
}

.textFormatting .is-small {
  font-size: 0.85em;
  line-height: 1.3775;
  text-wrap: balance;
}
.textFormatting .is-small:not(:last-child) {
  margin-bottom: 0.5em;
}
.textFormatting .is-large {
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 1.305;
  color: #02152c;
  text-wrap: balance;
  font-weight: 500;
}
@media (max-width: 748px) {
  .textFormatting .is-large {
    font-size: 1.2em;
  }
}
@media (min-width: 749px) {
  .textFormatting .is-large {
    font-size: 1.3em;
  }
}
.textFormatting .is-xlarge {
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 1.305;
  color: #02152c;
  text-wrap: balance;
  font-weight: 500;
}
@media (max-width: 748px) {
  .textFormatting .is-xlarge {
    font-size: 1.4em;
  }
}
@media (min-width: 749px) {
  .textFormatting .is-xlarge {
    font-size: 1.5em;
  }
}
.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: 1.5em;
}
.textFormatting h2 a:not([href^="tel:"]), .textFormatting h3 a:not([href^="tel:"]), .textFormatting h4 a:not([href^="tel:"]), .textFormatting h5 a:not([href^="tel:"]) {
  text-decoration: underline;
}
.textFormatting p, .textFormatting ol, .textFormatting ul, .textFormatting table {
  color: rgba(2, 21, 44, 0.8);
}
.black .textFormatting p, .black .textFormatting ol, .black .textFormatting ul, .black .textFormatting table {
  color: rgba(255, 255, 255, 0.7);
}
.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([href^="tel:"], .button.solid, .button.pill, .button.round), .textFormatting ol a:not([href^="tel:"], .button.solid, .button.pill, .button.round), .textFormatting ul a:not([href^="tel:"], .button.solid, .button.pill, .button.round), .textFormatting table a:not([href^="tel:"], .button.solid, .button.pill, .button.round) {
  color: #02152C;
  text-decoration: underline;
}
.textFormatting p a:not([href^="tel:"], .button.solid, .button.pill, .button.round):hover, .textFormatting ol a:not([href^="tel:"], .button.solid, .button.pill, .button.round):hover, .textFormatting ul a:not([href^="tel:"], .button.solid, .button.pill, .button.round):hover, .textFormatting table a:not([href^="tel:"], .button.solid, .button.pill, .button.round):hover {
  color: #1377D7;
}
.black .textFormatting p a:not([href^="tel:"], .button.solid, .button.pill, .button.round):hover, .black .textFormatting ol a:not([href^="tel:"], .button.solid, .button.pill, .button.round):hover, .black .textFormatting ul a:not([href^="tel:"], .button.solid, .button.pill, .button.round):hover, .black .textFormatting table a:not([href^="tel:"], .button.solid, .button.pill, .button.round):hover {
  color: white;
}
.textFormatting ul:not([class]) {
  padding-left: 0.85em;
}
.textFormatting ul:not([class]) li {
  line-height: 1.16;
  padding-left: 0.5em;
}
.textFormatting ul:not([class]) li::marker {
  color: #00B3F0;
}
.textFormatting ul:not([class]) li:not(:last-child) {
  margin-bottom: 0.5em;
}
.textFormatting ol:not([class]) {
  padding-left: 1.1em;
}
.textFormatting ol:not([class]) li {
  line-height: 1.16;
  padding-left: 0.5em;
}
.textFormatting ol:not([class]) li:not(:last-child) {
  margin-bottom: 0.5em;
}
.textFormatting hr {
  margin-block: 1em;
}
.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(19, 119, 215, 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%;
  background-color: #F5F7FA;
}
figure figcaption.caption {
  margin: auto;
  color: rgb(127.5, 127.5, 127.5);
  line-height: 1.3;
  padding-top: 0.75em;
}
figure figcaption.caption span {
  display: block;
  font-size: 0.8em;
}
figure figcaption.copyright {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  color: #ffffff;
  line-height: 1.3;
  padding: 0.3rem 0.5rem;
  text-shadow: 0 0.1rem 0 rgba(0, 0, 0, 0.2);
  transform-origin: left top;
  transform: rotate(-90deg) translateX(-100%);
  opacity: 0.75;
  font-size: clamp(0.5rem, 0.55em, 0.8rem);
}
@supports not (font-size: clamp(0.5rem, 0.55em, 0.8rem)) {
  figure figcaption.copyright {
    font-size: min(max(0.5rem, 0.55em), 0.8rem);
  }
}
figure figcaption.copyright span a {
  text-decoration: underline;
}
figure figcaption.copyright span + span {
  margin-left: 0.5em;
}

.missingImage {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  background: rgb(229.5, 229.5, 229.5) !important;
}
.missingImage img {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  opacity: 0.2 !important;
  width: 70% !important;
}

.calendlyBlock {
  width: 100%;
}

.gradientBackground {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #00B3F0;
  background-image: radial-gradient(100% 100% at 75% 100%, rgba(6, 173, 140, 0.9) 0%, rgba(6, 173, 140, 0) 100%), radial-gradient(50% 100% at 98% 0%, #00B3F0 0%, rgba(0, 179, 240, 0) 100%), radial-gradient(100% 75% at 0% 75%, rgba(41, 53, 187, 0.8) 0%, rgba(41, 53, 187, 0) 100%);
}
.gradientBackground .sun {
  position: absolute;
  right: 0;
  aspect-ratio: 1;
  background-image: radial-gradient(50% 50% at 50% 50%, #f4c36b 0%, rgba(244, 195, 107, 0) 100%);
}
@media (max-width: 748px) {
  .gradientBackground .sun {
    top: 0;
    width: 200%;
    transform: translate(50%, -50%);
  }
}
@media (min-width: 749px) {
  .gradientBackground .sun {
    top: 50%;
    height: 400%;
    transform: translate(50%, -65%);
  }
}

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

.label {
  display: flex;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.3em;
  line-height: 1.1;
  padding: 0.5em 1em 0.6em;
  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: #000000;
  color: #ffffff;
}
.label.gray {
  background: rgb(178.5, 178.5, 178.5);
  color: #ffffff;
}
.label.white {
  background: #ffffff;
  color: #000000;
}
.label.whiteAlpha {
  background: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.label.green {
  background: #E9FAF6;
  color: #06AD8C;
}

.headingBar .containerMid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5em;
  margin-bottom: 0.7em;
}
@media (max-width: 748px) {
  .headingBar .containerMid {
    flex-direction: column;
  }
}
.headingBar .containerMid h1, .headingBar .containerMid .h1, .headingBar .containerMid h2, .headingBar .containerMid .h2, .headingBar .containerMid h3, .headingBar .containerMid .h3, .headingBar .containerMid h4, .headingBar .containerMid .h4, .headingBar .containerMid h5, .headingBar .containerMid .h5 {
  margin-bottom: 0;
  max-width: 20ch;
}
@media (min-width: 749px) {
  .headingBar .containerMid .button {
    margin-top: 0.5em;
  }
}

.linkList {
  display: flex;
}
.linkList .containerMid ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 0.6em;
  border: 0.1em solid #E3E8EF;
}
@media (max-width: 748px) {
  .linkList .containerMid ul {
    padding: 2.5vw 5vw;
  }
}
@media (min-width: 749px) {
  .linkList .containerMid ul {
    padding: 1em 2em;
  }
}
.linkList .containerMid ul li {
  line-height: 1.3;
  width: 100%;
}
.linkList .containerMid ul li:not(:last-child) {
  border-bottom: 0.1em solid #E3E8EF;
}
.linkList .containerMid ul li a {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  width: 100%;
  text-underline-offset: 0.4em;
}
@media (max-width: 748px) {
  .linkList .containerMid ul li a {
    padding-top: 1.1em;
    padding-bottom: 0.9em;
  }
}
@media (min-width: 749px) {
  .linkList .containerMid ul li a {
    padding-top: 1.1em;
    padding-bottom: 0.9em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .linkList .containerMid ul li a:hover span {
    text-decoration: underline;
  }
}
.linkList .containerMid ul li a:active, .linkList .containerMid ul li a.is-active {
  text-decoration: underline;
}
.linkList .containerMid ul li a span {
  font-weight: 700;
}
@media (max-width: 748px) {
  .linkList .containerMid ul li a span {
    font-size: 1em;
  }
}
@media (min-width: 749px) {
  .linkList .containerMid ul li a span {
    font-size: 1.1em;
  }
}
.linkList .containerMid ul li a svg {
  flex: 0 0 auto;
}
@media (max-width: 748px) {
  .linkList .containerMid ul li a svg {
    width: 1.25em;
    height: 1.25em;
  }
}
@media (min-width: 749px) {
  .linkList .containerMid ul li a svg {
    width: 1.5em;
    height: 1.5em;
  }
}

.socialChannels ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
  width: 100%;
}
.socialChannels ul li a {
  display: block;
  line-height: 1;
  opacity: 0.8;
  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;
  gap: 0.1em;
  width: 100%;
}
.socialShare ul li {
  margin: 0;
}
.socialShare ul li.is-hidden {
  display: none;
}
.socialShare ul li .button:not(.js-copylink) {
  cursor: alias;
}
@media (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;
  line-height: 1;
  margin-bottom: 4.5em;
}
.pagination ul li {
  display: flex;
}
.pagination ul li:first-child {
  margin-right: 1.5em;
}
@media (max-width: 748px) {
  .pagination ul li:first-child {
    margin-right: auto;
  }
}
.pagination ul li:last-child {
  margin-left: 1.5em;
}
@media (max-width: 748px) {
  .pagination ul li:last-child {
    margin-left: auto;
  }
}
@media (max-width: 748px) {
  .pagination ul li > span {
    display: none;
  }
}
.pagination ul li a:not(.button) {
  display: flex;
  padding: 0.75em;
}
@media (max-width: 748px) {
  .pagination ul li a:not(.button) {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .pagination ul li a:not(.button):hover {
    text-decoration: underline;
  }
}
.pagination ul li a:not(.button) span {
  font-size: 0.9em;
}
.pagination ul li .button.is-active {
  font-weight: 700;
  margin-inline: 0.75em;
}
.pagination ul li .button.is-active span {
  opacity: 1;
}

.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;
  line-height: 1;
  margin-bottom: 0.5em;
  padding-left: 0 !important;
  color: inherit !important;
}
@media (max-width: 748px) {
  .breadcrumb li {
    font-size: 0.65em;
  }
}
@media (min-width: 749px) {
  .breadcrumb li {
    font-size: 0.75em;
  }
}
.breadcrumb li:last-child {
  display: none;
}
.breadcrumb li:last-child a {
  text-decoration: none !important;
}
.breadcrumb li:last-child svg.icon-chevron-right {
  display: none;
}
.breadcrumb li a {
  color: inherit !important;
  text-decoration: none;
  opacity: 0.6;
  transition: all 0.15s ease-in-out 0s;
}
.breadcrumb li a:hover {
  opacity: 1;
}
.breadcrumb li a:hover:not(:last-child) {
  text-decoration: underline;
}
.breadcrumb li svg.icon-chevron-right {
  width: 1em;
  height: 1em;
  margin-inline: 0.25em;
  fill: inherit !important;
  opacity: 0.25;
}

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

.notificationBlock {
  display: flex;
  align-items: flex-start;
  border: 0.1em solid rgba(0, 0, 0, 0.025);
  width: 100%;
  border-radius: 0.3em;
}
@media (max-width: 748px) {
  .notificationBlock {
    gap: 2.5vw;
    padding: 2.5vw;
  }
}
@media (min-width: 749px) {
  .notificationBlock {
    gap: 0.5em;
    padding: 0.5em;
  }
}
.notificationBlock + .notificationBlock {
  margin-top: 0.5em;
}
.notificationBlock.blue {
  background: rgba(0, 89, 141, 0.05);
}
.notificationBlock.blue svg {
  color: #00B3F0;
}
.notificationBlock.green {
  background: rgba(6, 173, 140, 0.05);
}
.notificationBlock.green svg {
  color: #06AD8C;
}
.notificationBlock.orange {
  background: rgba(247, 144, 9, 0.1);
}
.notificationBlock.orange svg {
  color: #F79009;
}
.notificationBlock.red {
  background: rgba(240, 68, 56, 0.1);
}
.notificationBlock.red svg {
  color: #F04438;
}
.notificationBlock svg {
  width: 1.1em;
  height: 1.1em;
}
.notificationBlock .message {
  width: 100%;
  text-wrap: balance;
  color: #02152C;
}
@media (max-width: 748px) {
  .notificationBlock .message {
    font-size: 0.75em;
    line-height: 1.3;
  }
}
@media (min-width: 749px) {
  .notificationBlock .message {
    font-size: 0.75em;
    line-height: 1.4;
  }
}
.notificationBlock .message p:last-child {
  margin-bottom: 0;
}
.notificationBlock .message a {
  text-decoration: underline;
}
.notificationBlock .message button {
  display: inline;
  padding: 0;
  vertical-align: baseline;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: underline;
}

.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(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.3em;
  border: 0.1em solid rgba(0, 0, 0, 0.1);
  padding: 0.5em 1em 0.7em;
  box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
[data-tooltip-confirm]:after,
[data-tooltip-top]:after,
[data-tooltip-right]:after,
[data-tooltip-bottom]:after,
[data-tooltip-left]:after {
  width: 0;
  height: 0;
  border-style: solid;
  content: "";
}
[data-tooltip-confirm]:not([data-tooltip-confirm]):hover:before, [data-tooltip-confirm]:not([data-tooltip-confirm]):hover:after, [data-tooltip-confirm]:not([data-tooltip-confirm]):focus:before, [data-tooltip-confirm]:not([data-tooltip-confirm]):focus:after,
[data-tooltip-top]:not([data-tooltip-confirm]):hover:before,
[data-tooltip-top]:not([data-tooltip-confirm]):hover:after,
[data-tooltip-top]:not([data-tooltip-confirm]):focus:before,
[data-tooltip-top]:not([data-tooltip-confirm]):focus:after,
[data-tooltip-right]:not([data-tooltip-confirm]):hover:before,
[data-tooltip-right]:not([data-tooltip-confirm]):hover:after,
[data-tooltip-right]:not([data-tooltip-confirm]):focus:before,
[data-tooltip-right]:not([data-tooltip-confirm]):focus:after,
[data-tooltip-bottom]:not([data-tooltip-confirm]):hover:before,
[data-tooltip-bottom]:not([data-tooltip-confirm]):hover:after,
[data-tooltip-bottom]:not([data-tooltip-confirm]):focus:before,
[data-tooltip-bottom]:not([data-tooltip-confirm]):focus:after,
[data-tooltip-left]:not([data-tooltip-confirm]):hover:before,
[data-tooltip-left]:not([data-tooltip-confirm]):hover:after,
[data-tooltip-left]:not([data-tooltip-confirm]):focus:before,
[data-tooltip-left]:not([data-tooltip-confirm]):focus:after {
  z-index: 11;
  visibility: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

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

ul.is-columns,
ol.is-columns {
  display: flex;
  align-items: flex-start !important;
  flex-wrap: wrap;
  gap: 0.75em 0;
}
@media (max-width: 748px) {
  ul.is-columns,
  ol.is-columns {
    flex-direction: column !important;
  }
}
@media (min-width: 749px) {
  ul.is-columns,
  ol.is-columns {
    flex-direction: row !important;
  }
}
ul.is-columns li,
ol.is-columns li {
  margin-bottom: 0 !important;
}
@media (max-width: 748px) {
  ul.is-columns li,
  ol.is-columns li {
    width: 100%;
  }
}
@media (min-width: 749px) {
  ul.is-columns li,
  ol.is-columns li {
    width: 50%;
  }
}
ul.is-columns li:nth-child(odd),
ol.is-columns li:nth-child(odd) {
  padding-right: 1em;
}

.checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checklist:not(:last-child) {
  margin-bottom: 2em;
}
.checklist.is-small {
  font-size: 0.7em;
}
.checklist 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='%2300B3F0' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.checklist li {
  position: relative;
  background-repeat: no-repeat;
  background-position: -0.2em 0.2em;
  padding-left: 1.4em;
  background-size: 1em 1em;
  text-wrap: pretty;
}
.checklist li:not(:last-child) {
  margin-bottom: 0.25em;
}
.checklist li:not(:last-child) p:last-child {
  margin-bottom: 1.25em !important;
}
.checklist li p {
  margin-bottom: 0 !important;
}

.numberedlist {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
  padding-left: 0.9em;
}
.numberedlist:not(:last-child) {
  margin-bottom: 2em;
}
.numberedlist li {
  position: relative;
  padding-left: 1em;
  counter-increment: item;
  text-wrap: pretty;
}
.numberedlist li::before {
  position: absolute;
  top: 0.1em;
  left: -1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  border: 0.15em solid #00B3F0;
  border-radius: 50%;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.9em;
  color: #00B3F0;
  content: counter(item);
  font-weight: 700;
}
.numberedlist li:not(:last-child) {
  margin-bottom: 1em;
}
.numberedlist li:has(strong + br) {
  font-size: 0.9em;
  line-height: 1.3;
}
.numberedlist li:has(strong + br) strong {
  display: inline-block;
  font-size: 1.2em;
}

.pluslist,
.minlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pluslist:is(.pluslist) li,
.minlist:is(.pluslist) li {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4.16504C12.5523 4.16504 13 4.61275 13 5.16504V19.165C13 19.7173 12.5523 20.165 12 20.165C11.4477 20.165 11 19.7173 11 19.165V5.16504C11 4.61275 11.4477 4.16504 12 4.16504Z' fill='%2306AD8C' fill-rule='evenodd' clip-rule='evenodd' /%3E%3Cpath d='M4 12.165C4 11.6128 4.44772 11.165 5 11.165H19C19.5523 11.165 20 11.6128 20 12.165C20 12.7173 19.5523 13.165 19 13.165H5C4.44772 13.165 4 12.7173 4 12.165Z' fill='%2306AD8C' fill-rule='evenodd' clip-rule='evenodd' /%3E%3C/svg%3E%0A");
}
.pluslist:is(.minlist) li,
.minlist:is(.minlist) li {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 12.165C4 11.6128 4.44772 11.165 5 11.165H19C19.5523 11.165 20 11.6128 20 12.165C20 12.7173 19.5523 13.165 19 13.165H5C4.44772 13.165 4 12.7173 4 12.165Z' fill='%23F04438' fill-rule='evenodd' clip-rule='evenodd' /%3E%3C/svg%3E%0A");
}
.pluslist li,
.minlist li {
  position: relative;
  background-repeat: no-repeat;
  background-position: -0.2em 0.2em;
  padding-left: 1.4em;
  background-size: 1em 1em;
  text-wrap: pretty;
}
.pluslist li:not(:last-child),
.minlist li:not(:last-child) {
  margin-bottom: 0.25em;
}
.pluslist li:not(:last-child) p:last-child,
.minlist li:not(:last-child) p:last-child {
  margin-bottom: 1.25em !important;
}
.pluslist li p,
.minlist li p {
  margin-bottom: 0 !important;
}

.iconlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.iconlist li {
  display: flex;
  gap: 0.75em;
  text-wrap: pretty;
}
.iconlist li:not(:last-child) {
  margin-bottom: 0.25em;
}
.iconlist li:not(:last-child) p:last-child {
  margin-bottom: 1em !important;
}
.iconlist li img {
  width: 1.5em;
  height: 1.5em;
}
.iconlist li div p {
  margin-bottom: 0 !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;
  aspect-ratio: 1;
  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(19, 119, 215, 0.1);
  gap: 0.5em;
  border: 0.15em solid transparent;
  line-height: 1.1 !important;
  max-width: 100%;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  text-align: left;
  transition: all 0.15s ease-in-out 0s;
}
.button[disabled] {
  opacity: 0.2;
  pointer-events: none;
  cursor: not-allowed !important;
}
.button [data-secondary] {
  display: none;
}
.button input {
  margin-inline: -0.25em !important;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover.textual span {
    text-decoration: underline;
  }
  .button:hover svg[class$=-right] {
    transform: translateX(0.2em);
  }
  .button:hover svg[class$=-left] {
    transform: translateX(-0.2em);
  }
  .button:hover svg[class$=-up] {
    transform: translateY(-0.15em);
  }
  .button:hover svg[class$=-down] {
    transform: translateY(0.15em);
  }
}
.button:active {
  transition: all 0;
  transform: translateY(0.04em);
}
.button.rectangular, .button.pill {
  align-items: flex-start;
  justify-content: center;
  border-radius: 0.3em;
  font-weight: 400;
}
.button.rectangular.is-pulsing, .button.pill.is-pulsing {
  animation: pulsingButton 2.5s ease-in-out infinite;
}
.button.rectangular span, .button.pill span {
  margin-bottom: 0.2em;
}
.button.rectangular svg, .button.pill svg {
  width: 1.4em;
  height: 1.4em;
  margin-top: -0.2em;
  flex: 0 0 auto;
  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-top: 0 !important;
}
.button.rectangular img, .button.pill img {
  width: 1.4em;
  height: 1.4em;
  margin-top: -0.2em;
  flex: 0 0 auto;
}
.button.rectangular:not(.rectangular), .button.pill:not(.rectangular) {
  border-radius: 10em;
  padding-inline: 1.25em;
}
.button.rectangular.spaced, .button.pill.spaced {
  gap: 2em;
}
.button.rectangular.mini, .button.pill.mini {
  padding-inline: 1em;
  padding-block: 0.6em;
  font-size: 0.6em;
}
.button.rectangular.mini svg, .button.pill.mini svg {
  margin-top: -0.2em;
}
.button.rectangular.small, .button.pill.small {
  padding-inline: 1em;
  padding-block: 0.6em;
  font-size: 0.8em;
}
.button.rectangular.medium, .button.pill.medium {
  padding-inline: 1em;
  padding-block: 0.6em;
  font-size: 0.9em;
}
.button.rectangular.large, .button.pill.large {
  padding-inline: 1em;
  padding-block: 0.9em;
  border-width: 0.1em;
  font-size: 0.9em;
}
.button.rectangular.xlarge, .button.pill.xlarge {
  padding-inline: 1em;
  padding-block: 1em;
  border-width: 0.1em;
  font-size: 1em;
  border-radius: 0.6em;
  font-weight: 700;
}
.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 {
  text-underline-offset: 0.3em;
  text-decoration: underline;
}
.button.textual svg {
  width: 1.3em;
  height: 1.3em;
  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.8em;
}
.button.textual.small {
  font-size: 0.85em;
}
.button.textual.medium {
  font-size: 0.9em;
}
.button.textual.large {
  font-size: 1.2em;
}
.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.3em;
}
.button.round svg, .button.square svg {
  width: 60%;
  height: 60%;
  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.5em;
  height: 1.5em;
}
.button.round.medium, .button.square.medium {
  width: 2em;
  height: 2em;
}
.button.round.large, .button.square.large {
  width: 3em;
  height: 3em;
}
.button.solid.black {
  background: #000000;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.black:hover {
    background: #1377D7;
  }
}
.button.solid.black:active, .button.solid.black.is-active {
  background: #333333;
}
.button.solid.white {
  background: #ffffff;
  color: #000000;
  font-weight: 600;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.white:hover {
    background: white;
  }
}
.button.solid.white:active, .button.solid.white.is-active {
  background: white;
}
.button.solid.gray {
  background: #E3E8EF;
  color: #02152C;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.gray:hover {
    background: rgb(210.7727272727, 218.6704545455, 229.7272727273);
  }
}
.button.solid.gray:active, .button.solid.gray.is-active {
  background: rgb(194.5454545455, 205.3409090909, 220.4545454545);
}
.button.solid.whiteAlpha {
  background: rgba(255, 255, 255, 0.8);
  color: #02152C;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.whiteAlpha:hover {
    background: rgba(255, 255, 255, 0.9);
  }
}
.button.solid.whiteAlpha:active, .button.solid.whiteAlpha.is-active {
  background: white;
}
.button.solid.transparent {
  background: none;
  color: #02152C;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.transparent:hover {
    background: rgba(238, 242, 246, 0.5);
  }
  .button.solid.transparent:active {
    background: #eef2f6;
  }
}
.button.solid.transparent.is-active {
  background: #eef2f6;
}
.button.solid.brand {
  background: #1377D7;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.brand:hover {
    background: rgb(17.9647435897, 112.516025641, 203.2852564103);
  }
}
.button.solid.brand:active, .button.solid.brand.is-active {
  background: rgb(16.9294871795, 106.0320512821, 191.5705128205);
}
.button.solid.green {
  background: #06AD8C;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.green:hover {
    background: rgb(5.5726256983, 160.6773743017, 130.0279329609);
  }
}
.button.solid.green:active, .button.solid.green.is-active {
  background: rgb(5.1452513966, 148.3547486034, 120.0558659218);
}
.button.solid.blue {
  background: #00B3F0;
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .button.solid.blue:hover {
    background: rgb(0, 169.490625, 227.25);
  }
}
.button.solid.blue:active, .button.solid.blue.is-active {
  background: rgb(0, 159.98125, 214.5);
}
.button.ghost {
  background: none;
}
.button.ghost.black {
  color: #000000;
  border-color: #000000;
}
.button.ghost.black:hover {
  background: rgba(0, 0, 0, 0.05);
}
.button.ghost.black:active, .button.ghost.black.is-active {
  background: rgba(0, 0, 0, 0.1);
}
.button.ghost.white {
  color: #ffffff;
  border-color: #ffffff;
}
.button.ghost.white:hover {
  background: rgba(255, 255, 255, 0.2);
}
.button.ghost.white:active, .button.ghost.white.is-active {
  background: rgba(255, 255, 255, 0.3);
}
.button.ghost.gray {
  color: rgb(127.5, 127.5, 127.5);
  border-color: rgb(127.5, 127.5, 127.5);
}
.button.ghost.gray:hover {
  background: rgb(242.25, 242.25, 242.25);
}
.button.ghost.gray:active, .button.ghost.gray.is-active {
  background: rgb(229.5, 229.5, 229.5);
}
.button.ghost.whiteAlpha {
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.button.ghost.whiteAlpha:hover {
  background: rgba(255, 255, 255, 0.2);
}
.button.ghost.whiteAlpha:active, .button.ghost.whiteAlpha.is-active {
  background: rgba(255, 255, 255, 0.3);
}
.button.textual.black {
  color: #000000;
}
.button.textual.black:hover {
  color: #1377D7;
}
.button.textual.gray {
  color: rgb(127.5, 127.5, 127.5);
}
.button.textual.white {
  color: #ffffff;
}
.button.textual.whiteAlpha {
  color: rgba(255, 255, 255, 0.4);
}
.button.facebookColor {
  background: #4267B2;
  color: #ffffff;
}
.button.facebookColor:hover {
  background: rgb(59.1024590164, 92.2356557377, 159.3975409836);
}
.button.twitterColor {
  background: #1DA1F2;
  color: #ffffff;
}
.button.twitterColor:hover {
  background: rgb(13.3535564854, 148.9435146444, 232.1464435146);
}
.button.emailColor {
  background: #C5221E;
  color: #ffffff;
}
.button.emailColor:hover {
  background: rgb(174.8700440529, 30.1806167401, 26.6299559471);
}
.button.linkedinColor {
  background: #0077b5;
  color: #ffffff;
}
.button.linkedinColor:hover {
  background: rgb(0, 102.2348066298, 155.5);
}
.button.pinterestColor {
  background: #e60023;
  color: #ffffff;
}
.button.pinterestColor:hover {
  background: rgb(204.5, 0, 31.1195652174);
}
.button.whatsappColor {
  background: #26B43D;
  color: #ffffff;
}
.button.whatsappColor:hover {
  background: rgb(33.5550458716, 158.9449541284, 53.8646788991);
}

.form .singleLineForm {
  position: relative;
  display: flex;
  width: 100%;
  gap: 0.5em;
}
@media (max-width: 748px) {
  .form .singleLineForm {
    flex-direction: column;
  }
}
.form .singleLineForm .formfield {
  align-items: center;
}
@media (max-width: 748px) {
  .form .singleLineForm.overlap input {
    padding-right: 3.5em;
  }
}
@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%;
  border-radius: 0.3em;
}
.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;
  align-items: flex-start;
}
@media (max-width: 748px) {
  .form .row {
    flex-wrap: wrap;
    margin-bottom: 1.5em;
  }
}
.form .row:has(.has-heading) {
  gap: 0 0.75em;
  margin-bottom: 1em;
}
.form .row .radiobutton input:required ~ .formlabel.note,
.form .row .checkbox input:required ~ .formlabel.note,
.form .row .lightswitch input:required ~ .formlabel.note {
  left: 0;
  opacity: 1;
}
.form .row label:has(:required).has-heading .formlabel.text:after {
  color: #F79009;
  content: "*";
}
.form .row .disclaimer {
  text-wrap: balance;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.4);
  margin-block: 0.75em;
}
.form .row .disclaimer a {
  display: inline-block;
  white-space: nowrap;
  text-decoration: underline;
}
.form .row .disclaimer a:hover {
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 748px) {
  .form .row .formfield.is-postal {
    margin-top: 0;
    width: 30% !important;
  }
  .form .row .formfield.is-houseNumber {
    margin-top: 0;
    width: 35% !important;
  }
  .form .row .formfield.is-houseNumberSuffix {
    margin-top: 0;
    width: 25% !important;
  }
}
.form .row .has-heading {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
}
.form .row .has-heading .formlabel.text {
  display: flex;
  align-items: flex-start;
  gap: 0.25em;
  order: 1;
  margin-bottom: 0.5em;
  font-size: 1em;
}
.form .row .has-heading .formlabel.text svg {
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.1em;
  margin-left: -0.1em;
  color: #00B3F0;
}
.form .row .has-heading .formlabel.text strong {
  font-weight: 500;
}
.form .row .has-heading .formlabel.error-message {
  order: 3;
  color: #F79009;
  font-size: 0.8em;
  margin-top: 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: 2;
}
.form .row.inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 1em;
}
.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-66 {
  width: 66.666666%;
}
.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 input {
  line-height: 1;
}
.formfield textarea {
  line-height: 1.4;
}
.formfield input,
.formfield textarea {
  position: relative;
  z-index: 3;
  width: 100%;
  border: 0.1em solid #cccccc;
  padding: 0.75em 0.8em 0.8em;
  border-radius: 0.3em;
  background: #ffffff;
  font-size: clamp(16px, 1em, 1em);
  transition: all 0.15s ease-in-out 0s;
}
.formfield input[type=search],
.formfield textarea[type=search] {
  -webkit-appearance: none;
}
.formfield input.is-dashed,
.formfield textarea.is-dashed {
  border: 0.1em dashed rgba(204, 204, 204, 0.7);
}
.formfield input[type=number]::-webkit-outer-spin-button, .formfield input[type=number]::-webkit-inner-spin-button,
.formfield textarea[type=number]::-webkit-outer-spin-button,
.formfield textarea[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.formfield input[type=number],
.formfield textarea[type=number] {
  -moz-appearance: textfield;
}
.formfield input:disabled,
.formfield textarea:disabled {
  opacity: 0.75;
  background: rgba(204, 204, 204, 0.25);
  cursor: not-allowed !important;
}
.formfield input:disabled ~ .formlabel.text,
.formfield textarea:disabled ~ .formlabel.text {
  opacity: 1 !important;
}
.formfield input::-moz-placeholder, .formfield textarea::-moz-placeholder {
  color: #999999;
}
.formfield input::placeholder,
.formfield textarea::placeholder {
  color: #999999;
}
.formfield .preIcon {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  margin-left: 0.75em;
}
.formfield .preIcon svg {
  width: 1.4em;
  height: 1.4em;
}
.formfield .preIcon + input {
  padding-left: 2.5em;
}

.selectfield {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  position: relative;
}
.selectfield select {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 0.1em solid #cccccc;
  padding: 0.6em 0.8em 0.8em;
  border-radius: 0.3em;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #999999;
  transition: border-color 0.15s ease-in-out 0s;
}
.selectfield select:focus {
  outline: none;
}
.selectfield select[disabled] {
  opacity: 0.3;
  cursor: not-allowed !important;
}
.selectfield select:valid {
  border-color: #06AD8C;
  color: #02152C;
}
.selectfield:after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 1em;
  bottom: 0.8em;
  width: 0.9rem;
  height: 0.9rem;
  pointer-events: none;
  cursor: pointer;
  transition: all 0.15s ease-in-out 0s;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 11L16 22L27 11' stroke='%23999999' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}

label.radiobutton {
  display: inline-flex;
  padding: 0.25em 0;
  border-radius: 0.3em;
}
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.35em;
  height: 1.35em;
  border: 0.1em solid #02152C;
  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 #ffffff;
  background-color: CanvasText;
  transition: 120ms transform ease-in-out;
}
label.radiobutton input[type=radio]:checked {
  background-color: #02152C;
  border-color: #02152C !important;
}
label.radiobutton input[type=radio]:checked:before {
  transform: scale(0.75);
}
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.75em;
  margin-top: 0.1em;
  cursor: pointer;
}
label.radiobutton .formlabel {
  display: none;
}

.radioBoxes {
  gap: 0.25em !important;
}

.radioBox {
  border: 0.125em solid #E3E8EF;
  border-radius: 0.6em;
  padding: 1em;
  background: #ffffff;
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
}
.radioBox:has(input:checked) {
  border-color: #009A7B;
  background: rgba(6, 173, 140, 0.02);
}
.radioBox input {
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  order: 1;
}

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 #02152C;
  border-radius: 0.3em;
  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-color: #02152C;
  border-color: #02152C !important;
}
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 {
  font-size: 0.95em;
  padding-left: 0.75em;
  padding-top: 0.1em;
  cursor: pointer;
}
label.checkbox .text a {
  text-decoration: underline;
}
label.checkbox .formlabel {
  display: none;
}

.checkboxBoxes {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.checkboxBoxes input {
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  order: 1;
}
.checkboxBoxes input:checked + .checkboxBox {
  border-color: #009A7B;
  background: rgba(6, 173, 140, 0.02);
}
.checkboxBoxes input:checked + .checkboxBox .checkboxElement {
  background-color: #02152C;
  border-color: #02152C !important;
}
.checkboxBoxes input:checked + .checkboxBox .checkboxElement::before {
  transform: scale(1);
}

label.checkboxBox {
  display: flex;
  gap: 1em;
  border: 0.125em solid #E3E8EF;
  border-radius: 0.6em;
  padding: 1em;
  background: #ffffff;
  cursor: pointer;
}
label.checkboxBox .checkboxElement {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #ffffff;
  margin: 0;
  width: 1.25em;
  height: 1.25em;
  border: 0.1em solid #02152C;
  border-radius: 0.3em;
  margin-top: -0.1em;
  transition: all 0.15s ease-in-out 0s;
}
label.checkboxBox .checkboxElement::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.checkboxBox .text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 0.95em;
  margin-bottom: 0 !important;
}
label.checkboxBox .text:has(.label:not(:empty)) {
  margin-top: -0.25em;
}
label.checkboxBox .text .title {
  font-size: 1.1em;
  line-height: 1;
  margin-right: 0.5em;
  font-weight: 600;
}
label.checkboxBox .text .label:empty {
  display: none;
}
label.checkboxBox .text p {
  width: 100%;
  margin-bottom: 0 !important;
}
label.checkboxBox .formlabel {
  display: none;
}

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

.lightswitchBoxes {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.lightswitchBoxes input {
  position: absolute;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  order: 1;
}
.lightswitchBoxes input:checked + .lightswitchBox {
  border-color: #009A7B;
  background: rgba(6, 173, 140, 0.02);
}
.lightswitchBoxes input:checked + .lightswitchBox .lightswitchBoxHeading svg {
  color: #06AD8C;
}
.lightswitchBoxes input:checked + .lightswitchBox .lightswitchBoxHeading .switch {
  background: #028068;
}
.lightswitchBoxes input:checked + .lightswitchBox .lightswitchBoxHeading .switch:before {
  left: 100%;
  transform: translateX(75%) scale(0.8);
}
.lightswitchBoxes input:checked + .lightswitchBox .summary {
  background: #ffffff;
}

.lightswitchBox {
  display: flex;
  flex-direction: column;
  gap: 1em;
  border: 0.125em solid #E3E8EF;
  border-radius: 0.9em;
  padding: 1em;
  background: #ffffff;
  cursor: pointer;
}
.lightswitchBox .lightswitchBoxHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lightswitchBox .lightswitchBoxHeading .text {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.lightswitchBox .lightswitchBoxHeading .text .icon {
  color: #00B3F0;
  width: 1.8em;
  height: 1.8em;
}
.lightswitchBox .lightswitchBoxHeading .text .title {
  font-size: 1.1em;
  font-weight: 600;
}
@media (max-width: 748px) {
  .lightswitchBox .lightswitchBoxHeading .text .title {
    font-size: 1em;
  }
}
.lightswitchBox .summary {
  background: #F5F7FA;
  border-radius: 0.6em;
  padding: 1em;
}
.lightswitchBox .summary .textFormatting {
  font-size: 0.9em;
  margin-bottom: 0 !important;
}
.lightswitchBox .summary .textFormatting small {
  display: block;
  opacity: 0.6;
  margin-bottom: 1em;
}
.lightswitchBox .summary .textFormatting ul li {
  font-weight: 500;
}
@media (max-width: 748px) {
  .lightswitchBox .summary .textFormatting ul li {
    font-size: 0.9em;
  }
}

.fileuploader {
  width: 100%;
}

.fileupload {
  border: 0.1em solid #cccccc;
  padding: 1em;
  border-radius: 0.3em;
  background: #ffffff;
}
.fileupload:has(:valid) {
  border-color: #06AD8C;
}
.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(19, 119, 215, 0.1);
  line-height: 1.1 !important;
  max-width: 100%;
  text-align: left;
  border-radius: 0.3em;
  padding: 0.75em 1em 0.9em;
  font-size: 0.7rem;
  background: #000000;
  color: #ffffff;
  margin-right: 1em;
  font-weight: 600;
  transition: all 0.15s ease-in-out 0s;
}
@media (hover: hover) and (pointer: fine) {
  .fileupload input::file-selector-button:hover {
    background: rgb(25.5, 25.5, 25.5);
  }
}
.fileupload input::file-selector-button:active {
  background: #333333;
}

input.is-error,
textarea.is-error,
select.is-error {
  border-color: #F79009 !important;
}
input.is-error:valid,
textarea.is-error:valid,
select.is-error:valid {
  border-color: #06AD8C !important;
}
input.is-error:valid ~ .error-message,
textarea.is-error:valid ~ .error-message,
select.is-error:valid ~ .error-message {
  display: none;
}

.radiobuttons:has(.is-error).is-error,
.checkboxes:has(.is-error).is-error {
  border-color: #F79009 !important;
}
.radiobuttons:has(.is-error):has(input:checked) input:not(:checked),
.checkboxes:has(.is-error):has(input:checked) input:not(:checked) {
  border-color: #cccccc !important;
}
.radiobuttons:has(.is-error):has(input:checked) .error-message,
.radiobuttons:has(.is-error):has(input:checked) .customErrorMessage,
.checkboxes:has(.is-error):has(input:checked) .error-message,
.checkboxes:has(.is-error):has(input:checked) .customErrorMessage {
  display: none;
}

.row:has(.is-error) .customErrorMessage {
  display: flex;
}
.row .customErrorMessage {
  display: none;
  margin-top: 0.5em;
}

:focus {
  outline: none;
}

a:focus-visible,
button:focus-visible,
input:not([disabled]):focus-visible,
select:not([disabled]):focus-visible,
textarea:not([disabled]):focus-visible,
summary:focus-visible,
a:focus-visible {
  outline: 0.15rem solid rgba(19, 119, 215, 0.5);
  outline-offset: var(--outline-offset, 0.1em);
  border-radius: 0.2em;
}

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

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

.container {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
}
@media (max-width: 1100px) {
  .container {
    padding-inline: 5vw;
  }
}
@media (min-width: 1101px) {
  .container {
    padding-inline: 3em;
  }
}

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

.containerInner {
  width: 100%;
  max-width: 74ch;
}
.containerInner.alignLeft {
  margin-left: 0 !important;
}

@keyframes pulsingButton {
  0% {
    transform: scale(1);
  }
  50% {
    background: #1377D7;
  }
  100% {
    transform: scale(1);
  }
}
html {
  scroll-behavior: smooth;
}
html body {
  display: flex;
  flex-direction: column;
  color: #02152C;
  background: #FCFCFC;
  min-height: 100vh;
  transition: background 2s cubic-bezier(0.19, 1, 0.22, 1);
}
html body.backgroundBlack {
  background: #000000;
}
html body *[id] {
  scroll-margin-top: var(--scrollMarginTop);
}
html body ::-moz-selection {
  background: #1377D7;
  color: #ffffff;
}
html body ::selection {
  background: #1377D7;
  color: #ffffff;
}

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

strong, b {
  font-weight: 700;
}

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

a, button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-underline-offset: 0.25em;
  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(2, 21, 44, 0.075);
}
@media (max-width: 748px) {
  hr {
    margin-block: 4.5em;
  }
}
@media (min-width: 749px) {
  hr {
    margin-block: 4.5em;
  }
}

p {
  margin: 0 0 1em 0;
}

address {
  font-style: normal;
}

@media (max-width: 748px) {
  .specsTable {
    padding-inline: 0;
  }
}

table {
  width: 100%;
  margin: 0;
  vertical-align: top;
  text-align: left;
  border-spacing: 0;
}
table > * > * > * {
  padding: 0.5em 1em;
}
@media (max-width: 748px) {
  table > * > * > * {
    padding: 0.5em 5vw;
  }
}
table > tbody {
  vertical-align: inherit;
}
table > tbody tr:last-child td {
  padding-bottom: 2em;
}
table > tbody td {
  border-top: 0.1em solid rgb(239.7, 239.7, 239.7);
}
table > tbody td:first-child {
  padding-right: 1em;
}
table > thead {
  background-color: #EEF2F6;
}

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

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

.has-miniMargin:not(:last-child) {
  margin-bottom: 1.125em;
}

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

@media (max-width: 748px) {
  .has-margin:not(:last-child) {
    margin-bottom: 3.375em;
  }
}
@media (min-width: 749px) {
  .has-margin:not(:last-child) {
    margin-bottom: 4.5em;
  }
}

@media (max-width: 748px) {
  .has-moreMargin:not(:last-child) {
    margin-bottom: 4.5em;
  }
}
@media (min-width: 749px) {
  .has-moreMargin:not(:last-child) {
    margin-bottom: 6.75em;
  }
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

header.headerMain {
  position: sticky;
  z-index: 92;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
}
@media (max-width: 748px) {
  header.headerMain {
    top: -1.6em;
  }
}
@media (min-width: 749px) {
  header.headerMain {
    top: -2em;
  }
}
header.headerMain .topBar {
  background: #F5F7FA;
}
header.headerMain .topBar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: none;
}
header.headerMain .topBar .container .actionBlock {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-shrink: 1;
  line-height: 1;
  gap: 1em;
  overflow: hidden;
  white-space: nowrap;
  height: 1.5em;
}
header.headerMain .topBar .container .actionBlock .actionGroup {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 0.75em;
  height: 100%;
}
header.headerMain .topBar .container .actionBlock .actionGroup svg {
  color: #02152C;
  width: 1.25em;
}
header.headerMain .topBar .container .actionBlock .actionGroup a {
  color: #1377D7;
  font-weight: 550;
}
header.headerMain .topBar .container .actionBlock .actionGroup a:hover {
  text-decoration: underline;
}
header.headerMain .topBar .container .actionBlock .actionGroup span.time {
  opacity: 0.5;
}
header.headerMain .topBar .container nav {
  line-height: 1;
  margin-left: auto;
}
@media (max-width: 748px) {
  header.headerMain .topBar .container nav {
    display: none;
  }
}
header.headerMain .topBar .container nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
header.headerMain .topBar .container nav ul li.divider {
  opacity: 0.2;
  font-size: 0.7em;
  padding-inline: 0.25em;
}
header.headerMain .topBar .container nav ul li a {
  display: flex;
  color: rgba(2, 21, 44, 0.6);
  white-space: nowrap;
  text-decoration: none;
  padding: 0.5em 0.5em;
  font-size: 0.75em;
  font-weight: 500;
}
header.headerMain .topBar .container nav ul li a.loginButton {
  align-items: center;
  gap: 0.5em;
  color: #02152C;
  margin-right: -0.75em;
}
header.headerMain .topBar .container nav ul li a:hover {
  color: rgba(2, 21, 44, 0.8);
  text-decoration: underline;
}
header.headerMain .topBar .container nav ul li a:hover.loginButton {
  display: flex;
  align-items: center;
  gap: 0.5em;
  color: #1377D7 !important;
}
header.headerMain .topBar .container nav ul li a:hover.loginButton .text {
  color: #1377D7 !important;
  text-decoration: underline;
}
header.headerMain .mainBar {
  border-bottom: 0.05em solid #E3E8EF;
}
header.headerMain .mainBar .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
}
@media (max-width: 748px) {
  header.headerMain .mainBar .container {
    padding-block: 0.4em;
    gap: 1em;
  }
}
@media (min-width: 749px) {
  header.headerMain .mainBar .container {
    padding-block: 0.5em;
    gap: 1em;
  }
}
header.headerMain .mainBar .container .brand {
  cursor: pointer;
  padding-block: 0.5em;
}
@media (max-width: 748px) {
  header.headerMain .mainBar .container .brand {
    width: 10em;
    margin-top: -0.15em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  header.headerMain .mainBar .container .brand {
    width: 9em;
    margin-top: -0.5em;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  header.headerMain .mainBar .container .brand {
    width: 10em;
    margin-top: -0.6em;
    margin-right: 1em;
  }
}
@media (min-width: 1101px) {
  header.headerMain .mainBar .container .brand {
    width: 10.5em;
    margin-top: -0.6em;
    margin-right: 1.5em;
  }
}
header.headerMain .mainBar .container .brand .logo {
  position: relative;
  display: block;
}
header.headerMain .mainBar .container .brand .logo img {
  display: block;
}
header.headerMain .mainBar .container nav.mainNav {
  line-height: 1;
}
@media (max-width: 748px) {
  header.headerMain .mainBar .container nav.mainNav {
    display: none;
  }
}
header.headerMain .mainBar .container nav.mainNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.25em;
}
header.headerMain .mainBar .container nav.mainNav ul li .button {
  padding-inline: 0.75em;
}
@media (min-width: 749px) and (max-width: 960px) {
  header.headerMain .mainBar .container nav.mainNav ul li .button {
    font-size: 0.75em;
  }
}
header.headerMain .mainBar .container nav.mainNav ul li .button.is-active {
  font-weight: 500;
}
header.headerMain .mainBar .container .reviewBlock {
  margin-left: auto;
}
@media (max-width: 748px) {
  header.headerMain .mainBar .container .reviewBlock {
    display: none;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  header.headerMain .mainBar .container .reviewBlock .logo {
    display: none;
  }
}
@media (min-width: 749px) {
  header.headerMain .mainBar .container nav.mobileNav {
    display: none;
  }
}
@media (max-width: 748px) {
  header.headerMain .mainBar .container nav.mobileNav {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 0.5em;
    margin-right: -0.7em;
  }
  header.headerMain .mainBar .container nav.mobileNav .menuButton,
  header.headerMain .mainBar .container nav.mobileNav .loginButton {
    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(19, 119, 215, 0.1);
    padding: 0.4em;
  }
  header.headerMain .mainBar .container nav.mobileNav .menuButton svg,
  header.headerMain .mainBar .container nav.mobileNav .loginButton svg {
    width: 1.85em;
    height: 1.85em;
  }
  header.headerMain .mainBar .container nav.mobileNav .menuButton svg.icon-x {
    display: none;
  }
  [data-navigation] header.headerMain .mainBar .container nav.mobileNav .menuButton svg.icon-menu {
    display: none;
  }
  [data-navigation] header.headerMain .mainBar .container nav.mobileNav .menuButton svg.icon-x {
    display: block !important;
  }
}

header.headerSub {
  position: sticky;
  z-index: 90;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
}
@media (max-width: 748px) {
  header.headerSub {
    top: 3.35em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  header.headerSub {
    top: 3.1em;
  }
}
@media (min-width: 961px) {
  header.headerSub {
    top: 3.5em;
  }
}
header.headerSub .mainBar {
  border-bottom: 0.05em solid #E3E8EF;
}
header.headerSub .mainBar .container {
  position: relative;
  display: flex;
  max-width: none;
}
@media (max-width: 748px) {
  header.headerSub .mainBar .container {
    padding-inline: 0;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    gap: 1em;
  }
}
@media (min-width: 749px) {
  header.headerSub .mainBar .container {
    padding-block: 0.5em;
    gap: 1em;
  }
}
header.headerSub .mainBar .container nav.subNav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
  width: 100%;
  line-height: 1;
}
@media (max-width: 748px) {
  header.headerSub .mainBar .container nav.subNav {
    overflow-x: scroll;
    padding-left: 0.25em;
    padding-right: 10vw;
  }
}
header.headerSub .mainBar .container nav.subNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 0.25em;
}
header.headerSub .mainBar .container nav.subNav ul li .button {
  padding-inline: 0.75em;
}
@media (max-width: 748px) {
  header.headerSub .mainBar .container nav.subNav ul li .button {
    white-space: nowrap;
    padding-block: 0.8em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  header.headerSub .mainBar .container nav.subNav ul li .button {
    font-size: 0.75em;
  }
}
header.headerSub .mainBar .container nav.subNav ul li .button.is-active {
  font-weight: 500;
}
@media (max-width: 960px) {
  header.headerSub .mainBar .container nav.subNav .ctaButton {
    display: none;
  }
}
@media (max-width: 748px) {
  header.headerSub .mainBar .container .mobileSwipeIndicator {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4em;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 75%);
    pointer-events: none;
  }
  header.headerSub .mainBar .container .mobileSwipeIndicator svg {
    width: 1.5em;
    height: 1.5em;
    margin-top: -0.2em;
  }
}
@media (min-width: 749px) {
  header.headerSub .mainBar .container .mobileSwipeIndicator {
    display: none;
  }
}

.spyNav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.spyNav li {
  margin-bottom: 0.2em;
}
.spyNav li .button {
  width: 100%;
}
.spyNav li .button.is-active {
  background: rgb(127.5, 127.5, 127.5);
}
.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] header.headerMain {
    position: fixed;
  }
  html[data-navigation] .navigationBlock {
    pointer-events: auto;
    opacity: 1;
  }
}

@media (max-width: 748px) {
  .navigationBlock {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 91;
    width: 100%;
    height: 100vh;
    opacity: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
    background: #FCFCFC;
    padding: 6em 5vw 3em;
  }
  .navigationBlock .mobileNavLinks {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .navigationBlock .mobileNavLinks nav {
    width: 100%;
  }
  .navigationBlock .mobileNavLinks nav.mainNav {
    margin-bottom: 1.5em;
  }
  .navigationBlock .mobileNavLinks nav.mainNav li a {
    font-size: 1.65em;
    padding: 0.4em 0;
  }
  .navigationBlock .mobileNavLinks nav.secondaryNav {
    margin-bottom: 2em;
  }
  .navigationBlock .mobileNavLinks nav.secondaryNav li a {
    font-size: 1.25em;
    padding: 0.4em 0;
  }
  .navigationBlock .mobileNavLinks nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
  }
  .navigationBlock .mobileNavLinks nav ul li {
    display: block;
    width: 100%;
  }
  .navigationBlock .mobileNavLinks nav ul li a {
    display: block;
    width: 100%;
    color: #02152C;
    line-height: 1;
    transition: all 0.15s ease-in-out 0s;
  }
  .navigationBlock .mobileNavLinks nav ul li a:active {
    opacity: 1;
  }
  .navigationBlock .mobileNavLinks nav ul li a.is-active {
    opacity: 1;
    font-weight: 700;
  }
  .navigationBlock .mobileNavLinks .flowStacked {
    margin-bottom: 2em;
    align-items: center;
  }
  .navigationBlock .mobileNavLinks .reviewBlock {
    margin-inline: auto;
  }
}
@media (min-width: 749px) {
  .navigationBlock {
    display: none;
  }
}

footer.footer {
  position: relative;
  padding-top: 4.5em;
  margin-top: auto;
}
footer.footer .footerTop {
  width: 100%;
  background: #ffffff;
  border-top: 0.1em solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 748px) {
  footer.footer .footerTop {
    padding-block: 2.25em;
  }
}
@media (min-width: 749px) {
  footer.footer .footerTop {
    padding-block: 3.375em;
  }
}
footer.footer .footerTop .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 748px) {
  footer.footer .footerTop .container {
    gap: 1.5em;
  }
}
@media (min-width: 749px) {
  footer.footer .footerTop .container {
    gap: 3em;
  }
}
footer.footer .footerTop .container .logoNGF {
  width: 7em;
}
footer.footer .footerBottom {
  background-color: #1377D7;
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  color: #ffffff;
}
@media (max-width: 748px) {
  footer.footer .footerBottom {
    padding-block: 4.5em;
  }
}
@media (min-width: 749px) {
  footer.footer .footerBottom {
    padding-top: 5.625em;
    padding-bottom: 0.1em;
  }
}
footer.footer .footerBottom .container .serviceNav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 748px) {
  footer.footer .footerBottom .container .serviceNav {
    flex-direction: column;
    gap: 2em;
    margin-bottom: 2em;
  }
}
@media (min-width: 749px) {
  footer.footer .footerBottom .container .serviceNav {
    gap: 4em;
    margin-bottom: 2.5em;
  }
}
footer.footer .footerBottom .container .serviceNav .serviceBlock .brand {
  display: block;
  cursor: pointer;
}
@media (max-width: 748px) {
  footer.footer .footerBottom .container .serviceNav .serviceBlock .brand {
    width: 11em;
    margin-bottom: 2.5em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  footer.footer .footerBottom .container .serviceNav .serviceBlock .brand {
    width: 11em;
    margin-bottom: 5em;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  footer.footer .footerBottom .container .serviceNav .serviceBlock .brand {
    width: 12em;
    margin-bottom: 5em;
  }
}
@media (min-width: 1101px) {
  footer.footer .footerBottom .container .serviceNav .serviceBlock .brand {
    width: 13em;
    margin-bottom: 5em;
  }
}
footer.footer .footerBottom .container .serviceNav .serviceBlock .brand .logo {
  position: relative;
  display: block;
}
footer.footer .footerBottom .container .serviceNav .serviceBlock .brand .logo img {
  display: block;
  filter: brightness(0) invert(1);
}
footer.footer .footerBottom .container .serviceNav .serviceBlock .service h2 {
  font-family: "Inter", sans-serif;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  font-weight: 600;
}
footer.footer .footerBottom .container .serviceNav .serviceBlock .service p {
  text-wrap: balance;
  line-height: 1.7;
}
@media (max-width: 748px) {
  footer.footer .footerBottom .container .serviceNav .serviceBlock .service p {
    font-size: 0.85em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  footer.footer .footerBottom .container .serviceNav .serviceBlock .service p {
    font-size: 0.85em;
  }
}
@media (min-width: 961px) {
  footer.footer .footerBottom .container .serviceNav .serviceBlock .service p {
    font-size: 0.9em;
  }
}
footer.footer .footerBottom .container .serviceNav .serviceBlock .service p .lighter {
  opacity: 0.6;
}
@media (min-width: 749px) and (max-width: 960px) {
  footer.footer .footerBottom .container .serviceNav .serviceBlock .service p .lighter {
    font-size: 0.9em;
  }
}
footer.footer .footerBottom .container .serviceNav .serviceBlock .service p a {
  text-decoration: underline;
  white-space: nowrap;
}
footer.footer .footerBottom .container .serviceNav .navBlock {
  --navGap: 1em;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: var(--navGap);
}
footer.footer .footerBottom .container .serviceNav .navBlock ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1em;
}
@media (max-width: 960px) {
  footer.footer .footerBottom .container .serviceNav .navBlock ul {
    width: calc(50% - var(--navGap) / 2 * 1);
  }
}
@media (min-width: 961px) {
  footer.footer .footerBottom .container .serviceNav .navBlock ul {
    width: calc(33.3333333333% - var(--navGap) / 3 * 2);
  }
}
footer.footer .footerBottom .container .serviceNav .navBlock ul li span {
  display: block;
  margin-bottom: 0.25em;
  font-weight: 700;
}
footer.footer .footerBottom .container .serviceNav .navBlock ul li a {
  opacity: 0.8;
}
@media (max-width: 748px) {
  footer.footer .footerBottom .container .serviceNav .navBlock ul li a {
    font-size: 0.8em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  footer.footer .footerBottom .container .serviceNav .navBlock ul li a {
    font-size: 0.8em;
  }
}
@media (min-width: 961px) {
  footer.footer .footerBottom .container .serviceNav .navBlock ul li a {
    font-size: 0.85em;
  }
}
footer.footer .footerBottom .container .serviceNav .navBlock ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer.footer .footerBottom .container .appsSocials {
  display: flex;
  justify-content: space-between;
  gap: 2em;
}
@media (max-width: 748px) {
  footer.footer .footerBottom .container .appsSocials {
    flex-direction: column;
    margin-bottom: 2em;
  }
}
@media (min-width: 749px) {
  footer.footer .footerBottom .container .appsSocials {
    margin-bottom: 3em;
  }
}
footer.footer .footerBottom .container .appsSocials .appStores {
  display: flex;
}
@media (max-width: 748px) {
  footer.footer .footerBottom .container .appsSocials .appStores {
    justify-content: stretch;
    gap: 5vw;
  }
}
@media (min-width: 749px) {
  footer.footer .footerBottom .container .appsSocials .appStores {
    align-items: center;
    gap: 0.5em;
  }
}
@media (max-width: 748px) {
  footer.footer .footerBottom .container .appsSocials .appStores .appStoreButton {
    width: 50%;
    flex-grow: 1;
  }
}
@media (min-width: 749px) {
  footer.footer .footerBottom .container .appsSocials .appStores .appStoreButton {
    width: 7em;
  }
}
@media (max-width: 748px) {
  footer.footer .footerBottom .container .appsSocials .socialChannels {
    margin-inline: auto;
  }
}
footer.footer .footerBottom .container .legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 748px) {
  footer.footer .footerBottom .container .legal {
    flex-direction: column;
    gap: 0.5em;
  }
}
@media (min-width: 749px) {
  footer.footer .footerBottom .container .legal {
    gap: 4em;
    margin-bottom: 2.5em;
  }
}
footer.footer .footerBottom .container .legal .copyright {
  opacity: 0.5;
}
@media (max-width: 748px) {
  footer.footer .footerBottom .container .legal .copyright {
    font-size: 0.75em;
  }
}
@media (min-width: 749px) {
  footer.footer .footerBottom .container .legal .copyright {
    font-size: 0.8em;
  }
}
footer.footer .footerBottom .container .legal .legalNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 748px) {
  footer.footer .footerBottom .container .legal .legalNav ul {
    gap: 0.5em;
  }
}
@media (min-width: 749px) {
  footer.footer .footerBottom .container .legal .legalNav ul {
    gap: 1em;
  }
}
footer.footer .footerBottom .container .legal .legalNav ul li a {
  opacity: 0.5;
}
@media (max-width: 748px) {
  footer.footer .footerBottom .container .legal .legalNav ul li a {
    font-size: 0.75em;
  }
}
@media (min-width: 749px) {
  footer.footer .footerBottom .container .legal .legalNav ul li a {
    font-size: 0.8em;
  }
}
footer.footer .footerBottom .container .legal .legalNav ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}

.textBlock.is-fullWidth .block {
  max-width: none !important;
}
@media (max-width: 748px) {
  .textBlock + .buttonBlock {
    margin-top: -1.125em;
  }
}
@media (min-width: 749px) {
  .textBlock + .buttonBlock {
    margin-top: -2.7em;
  }
}
.textBlock .block p:last-child, .textBlock .block ul:last-child, .textBlock .block ol:last-child, .textBlock .block table:last-child {
  margin-bottom: 0;
}
.textBlock .block.is-collapsible {
  position: relative;
  margin-bottom: 6.75em;
}
.textBlock .block.is-collapsible .collapseTrigger {
  display: none;
}
.textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton span, .textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton svg {
  display: none;
}
.textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton span[data-secondary], .textBlock .block.is-collapsible .collapseTrigger:checked ~ .collapseButton svg[data-secondary] {
  display: inline-flex;
}
.textBlock .block.is-collapsible .collapseTrigger:checked ~ .textArea {
  height: auto !important;
  -webkit-mask-image: none;
}
.textBlock .block.is-collapsible .collapseButton {
  position: absolute;
  z-index: 1;
  top: calc(100% + 0.5em);
}
.textBlock .block.is-collapsible .textArea {
  position: relative;
  padding-bottom: 1em;
  overflow: hidden;
  height: calc(var(--rows, 5) * 1em * 1.45);
  -webkit-mask-image: linear-gradient(#000000 25%, transparent);
}

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

.quoteBlock {
  margin-block: 6.75em;
}
.quoteBlock .block {
  margin: 0;
}
.quoteBlock .block .text {
  color: #000000;
  font-size: 1.4em;
  text-wrap: balance;
  font-weight: 700;
}
.quoteBlock .block .text:before {
  content: open-quote;
}
.quoteBlock .block .text:after {
  content: close-quote;
}
.quoteBlock .block cite {
  display: block;
  color: rgb(76.5, 76.5, 76.5);
  font-size: 0.9em;
  font-style: normal;
  margin-top: 0.5em;
}
.quoteBlock .block cite .cite1 {
  font-weight: 700;
}
.quoteBlock .block cite .cite1 + .cite2 {
  margin-left: 0.5em;
}
.quoteBlock .block cite .cite1 + .cite2:before {
  display: inline-block;
  margin-right: 0.5em;
  content: "⎯";
}

@media (max-width: 748px) {
  [class^=banner]:not(:last-child) {
    margin-block: 4.5em;
  }
}
@media (min-width: 749px) {
  [class^=banner]:not(:last-child) {
    margin-block: 5.625em;
  }
}
@media (max-width: 748px) {
  [class^=banner]:last-child {
    margin-top: 4.5em;
  }
}
@media (min-width: 749px) {
  [class^=banner]:last-child {
    margin-top: 5.625em;
  }
}

.bannerUspsLogos:not(:last-child) {
  margin-top: 0;
  margin-bottom: 2.25em;
}
.bannerUspsLogos[data-showlogos=false] .containerMid .block .usps {
  width: 100%;
}
.bannerUspsLogos[data-showlogos=false] .containerMid .block .usps ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media (max-width: 748px) {
  .bannerUspsLogos[data-showlogos=false] .containerMid .block .usps ul {
    flex-direction: column;
  }
}
@media (min-width: 749px) {
  .bannerUspsLogos[data-showlogos=false] .containerMid .block .usps ul {
    flex-direction: row;
    gap: 1.5em;
  }
}
.bannerUspsLogos[data-showlogos=false] .containerMid .block .usps ul li div {
  display: flex;
  align-items: center;
  gap: 0.5em;
  line-height: 1.3;
}
@media (max-width: 748px) {
  .bannerUspsLogos[data-showlogos=false] .containerMid .block .usps ul li div {
    font-size: 1em;
  }
}
@media (min-width: 749px) {
  .bannerUspsLogos[data-showlogos=false] .containerMid .block .usps ul li div {
    font-size: 1em;
  }
}
.bannerUspsLogos[data-showlogos=false] .containerMid .block .usps ul li div img {
  width: 1.25em;
}
.bannerUspsLogos[data-showlogos=false] .containerMid .block .usps ul li div .title strong {
  font-weight: 500 !important;
}
.bannerUspsLogos[data-showlogos=false] .containerMid .block .logos {
  display: none;
}
.bannerUspsLogos[data-showlogos=true] .containerMid .block {
  background: #F5F7FA;
  border-radius: 0.6em;
}
@media (max-width: 748px) {
  .bannerUspsLogos[data-showlogos=true] .containerMid .block {
    padding-block: 5vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bannerUspsLogos[data-showlogos=true] .containerMid .block {
    padding-block: 1em;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .bannerUspsLogos[data-showlogos=true] .containerMid .block {
    padding-block: 1em;
  }
}
@media (min-width: 1101px) {
  .bannerUspsLogos[data-showlogos=true] .containerMid .block {
    padding-block: 1.5em;
  }
}
@media (max-width: 960px) {
  .bannerUspsLogos[data-showlogos=true] .containerMid .block > div {
    padding-inline: 5vw;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .bannerUspsLogos[data-showlogos=true] .containerMid .block > div {
    padding-inline: 1.25em;
  }
}
@media (min-width: 1101px) {
  .bannerUspsLogos[data-showlogos=true] .containerMid .block > div {
    padding-inline: 2em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bannerUspsLogos[data-showlogos=true] .containerMid .block .usps {
    width: 50%;
  }
}
@media (min-width: 961px) {
  .bannerUspsLogos[data-showlogos=true] .containerMid .block .usps {
    width: 58%;
  }
}
.bannerUspsLogos[data-showlogos=true] .containerMid .block .usps ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.bannerUspsLogos[data-showlogos=true] .containerMid .block .usps ul li:not(:last-child) {
  margin-bottom: 0.35em;
}
.bannerUspsLogos[data-showlogos=true] .containerMid .block .usps ul li div {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  line-height: 1.3;
  font-size: 1em;
}
@media (max-width: 1100px) {
  .bannerUspsLogos[data-showlogos=true] .containerMid .block .usps ul li div {
    font-size: 1em;
  }
}
@media (min-width: 1101px) {
  .bannerUspsLogos[data-showlogos=true] .containerMid .block .usps ul li div {
    font-size: 1.1em;
  }
}
.bannerUspsLogos[data-showlogos=true] .containerMid .block .usps ul li div img {
  width: 1.25em;
}
.bannerUspsLogos[data-showlogos=true] .containerMid .block .usps ul li div .title strong {
  font-weight: 500 !important;
}
.bannerUspsLogos[data-showlogos=true] .containerMid .block .logos {
  display: block;
}
.bannerUspsLogos .containerMid .block {
  display: flex;
  align-items: stretch;
}
@media (max-width: 748px) {
  .bannerUspsLogos .containerMid .block {
    flex-direction: column;
  }
}
@media (min-width: 749px) {
  .bannerUspsLogos .containerMid .block {
    flex-direction: row;
  }
}
@media (max-width: 748px) {
  .bannerUspsLogos .containerMid .block .logos {
    padding-top: 5vw;
    margin-top: 5vw;
    border-top: 0.1em solid rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bannerUspsLogos .containerMid .block .logos {
    width: 50%;
    border-left: 0.1em solid rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 961px) {
  .bannerUspsLogos .containerMid .block .logos {
    width: 42%;
    border-left: 0.1em solid rgba(0, 0, 0, 0.05);
  }
}
.bannerUspsLogos .containerMid .block .logos ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 748px) {
  .bannerUspsLogos .containerMid .block .logos ul {
    gap: 1em;
  }
}
@media (min-width: 749px) {
  .bannerUspsLogos .containerMid .block .logos ul {
    flex-wrap: wrap;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bannerUspsLogos .containerMid .block .logos ul li {
    width: 50%;
    padding-inline: 1em;
  }
}
@media (min-width: 961px) {
  .bannerUspsLogos .containerMid .block .logos ul li {
    width: 50%;
    padding-inline: 1.5em;
  }
}

.bannerStats .block {
  border-radius: 0.9em;
}
@media (max-width: 748px) {
  .bannerStats .block {
    padding: 5vw;
    background: linear-gradient(to left, rgba(209, 242, 255, 0), rgba(209, 242, 255, 0.5));
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bannerStats .block {
    padding: 5vw;
    background: linear-gradient(rgba(209, 242, 255, 0), rgba(209, 242, 255, 0.5));
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .bannerStats .block {
    padding: 5vw;
    background: linear-gradient(rgba(209, 242, 255, 0), rgba(209, 242, 255, 0.5));
  }
}
@media (min-width: 1101px) {
  .bannerStats .block {
    padding: 3em;
    background: linear-gradient(rgba(209, 242, 255, 0), rgba(209, 242, 255, 0.5));
  }
}
.bannerStats .block .stats {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  width: 100%;
}
@media (max-width: 748px) {
  .bannerStats .block .stats {
    flex-direction: column;
  }
}
@media (min-width: 749px) {
  .bannerStats .block .stats {
    flex-direction: row;
  }
}
.bannerStats .block .stats .stat {
  display: flex;
  align-items: center;
  flex-grow: 1;
  line-height: 1;
}
@media (max-width: 748px) {
  .bannerStats .block .stats .stat {
    width: 100%;
    flex-direction: row;
    gap: 1em;
  }
}
@media (min-width: 749px) {
  .bannerStats .block .stats .stat {
    flex-direction: column;
    gap: 1em;
    text-align: center;
  }
}
.bannerStats .block .stats .stat .value {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #00B3F0;
  font-size: 2.75em;
  font-weight: 700;
}
.bannerStats .block .stats .stat .text {
  font-size: 0.9em;
  font-weight: 700;
}

.bannerBespaarcheck > .container {
  background: #F5F7FA;
  max-width: calc(80rem - 6em);
}
@media (max-width: 960px) {
  .bannerBespaarcheck > .container {
    padding-block: 3.375em;
  }
}
@media (min-width: 961px) {
  .bannerBespaarcheck > .container {
    border-radius: 0.6em;
    padding-block: 4.5em;
  }
}
.bannerBespaarcheck > .container .containerMid {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 748px) {
  .bannerBespaarcheck > .container .containerMid {
    flex-direction: column;
    align-items: flex-start;
    gap: 7.5vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bannerBespaarcheck > .container .containerMid {
    gap: 5vw;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .bannerBespaarcheck > .container .containerMid {
    gap: 5vw;
  }
}
@media (min-width: 1101px) {
  .bannerBespaarcheck > .container .containerMid {
    gap: 4.5em;
  }
}
@media (max-width: 748px) {
  .bannerBespaarcheck > .container .containerMid .bespaarCheckBlock {
    width: 100%;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bannerBespaarcheck > .container .containerMid .bespaarCheckBlock {
    width: 50%;
  }
}
@media (min-width: 961px) {
  .bannerBespaarcheck > .container .containerMid .bespaarCheckBlock {
    width: 50%;
  }
}
.bannerBespaarcheck > .container .containerMid .bespaarCheckBlock .is-streetCity {
  display: none;
}
.bannerBespaarcheck > .container .containerMid .bespaarCheckBlock .curvedArrow {
  display: none;
}
.bannerBespaarcheck > .container .containerMid .bespaarCheckBlock .bottomBlock {
  display: none;
}
@media (max-width: 748px) {
  .bannerBespaarcheck > .container .containerMid .textBlock {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .bannerBespaarcheck > .container .containerMid .textBlock {
    width: 50%;
  }
}
.bannerBespaarcheck > .container .containerMid .textBlock .container {
  padding: 0;
}
.bannerBespaarcheck > .container .containerMid .textBlock .container ul {
  margin-bottom: 0 !important;
}

.bannerReviews .swiper .swiper-navigation {
  top: 10em;
  transform: none;
}

@media (max-width: 748px) {
  .bannerOplossingen .bentoBox {
    display: flex;
    flex-direction: column;
    gap: 2.5vw;
  }
}
@media (min-width: 749px) {
  .bannerOplossingen .bentoBox {
    display: grid;
    grid-template-columns: 40% calc(30% - 1em) calc(30% - 1em);
    gap: 1em;
  }
  .bannerOplossingen .bentoBox:has(:nth-child(4)):not(:has(:nth-child(5))) > :nth-last-child(1) {
    grid-column: span 2/span 2;
  }
}
.bannerOplossingen .bentoBox[data-hide-card=blue] .bentoCard.blue {
  display: none;
}
@media (min-width: 749px) {
  .bannerOplossingen .bentoBox[data-hide-card=blue] .bentoCard:nth-last-child(1) {
    grid-column: span 2/span 2;
  }
}
.bannerOplossingen .bentoBox[data-hide-card=yellow] .bentoCard.yellow {
  display: none;
}
@media (min-width: 749px) {
  .bannerOplossingen .bentoBox[data-hide-card=yellow] .bentoCard:nth-last-child(1) {
    grid-column: span 2/span 2;
  }
}
.bannerOplossingen .bentoBox[data-hide-card=green] .bentoCard.green {
  display: none;
}
@media (min-width: 749px) {
  .bannerOplossingen .bentoBox[data-hide-card=green] .bentoCard:nth-last-child(1) {
    grid-column: span 2/span 2;
  }
}
.bannerOplossingen .bentoBox .bentoCard {
  position: relative;
  display: flex;
  align-items: flex-end;
  border-radius: 0.9em;
  overflow: hidden;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  transition: all 0.15s ease-in-out 0s;
}
@media (max-width: 748px) {
  .bannerOplossingen .bentoBox .bentoCard:last-child {
    min-height: 10em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bannerOplossingen .bentoBox .bentoCard {
    min-height: 10em;
  }
}
@media (min-width: 961px) {
  .bannerOplossingen .bentoBox .bentoCard {
    min-height: 12em;
  }
}
.bannerOplossingen .bentoBox .bentoCard.large {
  grid-row: span 2/span 2;
  height: 100%;
}
@media (max-width: 748px) {
  .bannerOplossingen .bentoBox .bentoCard.large {
    min-height: 15em;
  }
}
.bannerOplossingen .bentoBox .bentoCard.yellow {
  background-color: #FDD691;
}
.bannerOplossingen .bentoBox .bentoCard.blue {
  background-color: #7ED8FC;
}
.bannerOplossingen .bentoBox .bentoCard.green {
  background-color: #89DCCA;
}
@media (hover: hover) and (pointer: fine) {
  .bannerOplossingen .bentoBox .bentoCard:is(a):hover img {
    transform: scale(1.02);
  }
  .bannerOplossingen .bentoBox .bentoCard:is(a):hover .button.round {
    transform: scale(1.1);
  }
  .bannerOplossingen .bentoBox .bentoCard:is(a):hover .button.rectangular svg.icon-arrow-right {
    transform: translateX(0.2em);
  }
  .bannerOplossingen .bentoBox .bentoCard:is(a):hover.yellow {
    background-color: rgb(252.7267857143, 208.3991071429, 129.9732142857);
  }
  .bannerOplossingen .bentoBox .bentoCard:is(a):hover.blue {
    background-color: rgb(111.0477272727, 211.4795454545, 251.6522727273);
  }
  .bannerOplossingen .bentoBox .bentoCard:is(a):hover.green {
    background-color: rgb(125.2, 216.5, 196.7);
  }
}
.bannerOplossingen .bentoBox .bentoCard .visual {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.bannerOplossingen .bentoBox .bentoCard .visual + .content {
  color: #ffffff;
}
.bannerOplossingen .bentoBox .bentoCard .visual:before {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 75%;
  opacity: 0.75;
  content: "";
  background-image: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
.bannerOplossingen .bentoBox .bentoCard .visual picture {
  width: 100%;
  height: 100%;
}
.bannerOplossingen .bentoBox .bentoCard .visual picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.bannerOplossingen .bentoBox .bentoCard .content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.25em;
  height: 100%;
  text-align: left;
  color: #02152C;
  width: 100%;
}
@media (max-width: 748px) {
  .bannerOplossingen .bentoBox .bentoCard .content {
    padding: 5vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bannerOplossingen .bentoBox .bentoCard .content {
    padding: 1em;
  }
}
@media (min-width: 961px) {
  .bannerOplossingen .bentoBox .bentoCard .content {
    padding: 1.5em;
  }
}
.bannerOplossingen .bentoBox .bentoCard .content .icon {
  margin-bottom: 1em;
}
@media (max-width: 748px) {
  .bannerOplossingen .bentoBox .bentoCard .content .icon {
    width: 3em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bannerOplossingen .bentoBox .bentoCard .content .icon {
    width: 3.25em;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .bannerOplossingen .bentoBox .bentoCard .content .icon {
    width: 4em;
  }
}
@media (min-width: 1101px) {
  .bannerOplossingen .bentoBox .bentoCard .content .icon {
    width: 4.5em;
  }
}
.bannerOplossingen .bentoBox .bentoCard .content .icon img {
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.bannerOplossingen .bentoBox .bentoCard .content .title {
  position: relative;
  z-index: 2;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 1;
  margin-top: auto;
  margin-bottom: 0.2em;
  text-wrap: balance;
  font-weight: 700;
}
@media (max-width: 748px) {
  .bannerOplossingen .bentoBox .bentoCard .content .title {
    font-size: 1.2em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bannerOplossingen .bentoBox .bentoCard .content .title {
    font-size: 1.2em;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .bannerOplossingen .bentoBox .bentoCard .content .title {
    font-size: 1.25em;
  }
}
@media (min-width: 1101px) {
  .bannerOplossingen .bentoBox .bentoCard .content .title {
    font-size: 1.5em;
  }
}
.bannerOplossingen .bentoBox .bentoCard .content .description {
  position: relative;
  z-index: 2;
  font-size: 0.8em;
  line-height: 1.2;
  opacity: 0.75;
  text-wrap: balance;
}
@media (min-width: 749px) {
  .bannerOplossingen .bentoBox .bentoCard .content .description {
    max-width: 85%;
  }
}
.bannerOplossingen .bentoBox .bentoCard .content .button.round {
  position: absolute;
  right: 1em;
}
@media (max-width: 748px) {
  .bannerOplossingen .bentoBox .bentoCard .content .button.round {
    top: 1em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bannerOplossingen .bentoBox .bentoCard .content .button.round {
    font-size: 0.8em;
  }
}
@media (min-width: 749px) {
  .bannerOplossingen .bentoBox .bentoCard .content .button.round {
    bottom: 1em;
  }
}
.bannerOplossingen .bentoBox .bentoCard .content .button.rectangular {
  position: relative;
  z-index: 2;
  margin-top: 1em;
}

.bannerHighlight .block {
  position: relative;
  background: #02152C;
  border-radius: 0.9em;
  overflow: hidden;
}
.bannerHighlight .block .content {
  position: relative;
  z-index: 3;
  color: #ffffff;
}
@media (max-width: 748px) {
  .bannerHighlight .block .content {
    padding-block: 12.5vw;
    padding-left: 5vw;
    width: 85%;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .bannerHighlight .block .content {
    padding-block: 12.5vw;
    padding-left: 5vw;
    width: 50%;
  }
}
@media (min-width: 1101px) {
  .bannerHighlight .block .content {
    padding-block: 7.5em;
    padding-left: 3em;
    width: 50%;
  }
}
.bannerHighlight .block .content .preTitle {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 748px) {
  .bannerHighlight .block .content .preTitle {
    font-size: 1.25em;
  }
}
@media (min-width: 749px) {
  .bannerHighlight .block .content .preTitle {
    font-size: 1.25em;
  }
}
@media (max-width: 748px) {
  .bannerHighlight .block .content h1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bannerHighlight .block .content h1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .bannerHighlight .block .content h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 1101px) {
  .bannerHighlight .block .content h1 {
    font-size: 3.8rem;
  }
}
.bannerHighlight .block .content .description p {
  color: rgba(255, 255, 255, 0.9);
  text-wrap: balance;
}
.bannerHighlight .block .content .flowInline {
  margin-top: 1.5em;
}
.bannerHighlight .block .visual {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.bannerHighlight .block .visual:before, .bannerHighlight .block .visual:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}
.bannerHighlight .block .visual:before {
  z-index: 1;
  background-image: linear-gradient(to top, hsl(212.8571428571, 91.3043478261%, 9.0196078431%) 0%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.738) 19%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.541) 34%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.382) 47%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.278) 56.5%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.194) 65%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.126) 73%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.075) 80.2%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.042) 86.1%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.021) 91%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.008) 95.2%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.002) 98.2%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0) 100%);
}
@media (max-width: 748px) {
  .bannerHighlight .block .visual:before {
    opacity: 0.25;
  }
}
@media (min-width: 749px) {
  .bannerHighlight .block .visual:before {
    opacity: 0.5;
  }
}
.bannerHighlight .block .visual:after {
  z-index: 2;
  background-image: linear-gradient(to right, hsl(212.8571428571, 91.3043478261%, 9.0196078431%) 0%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.738) 19%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.541) 34%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.382) 47%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.278) 56.5%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.194) 65%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.126) 73%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.075) 80.2%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.042) 86.1%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.021) 91%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.008) 95.2%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0.002) 98.2%, hsla(212.8571428571, 91.3043478261%, 9.0196078431%, 0) 100%);
}
@media (max-width: 748px) {
  .bannerHighlight .block .visual:after {
    opacity: 0.5;
  }
}
@media (min-width: 749px) {
  .bannerHighlight .block .visual:after {
    opacity: 0.8;
  }
}
.bannerHighlight .block .visual figure {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 748px) {
  .bannerHighlight .block .visual figure {
    opacity: 0.6;
  }
}
.bannerHighlight .block .visual figure picture {
  display: block;
  width: 100%;
  height: 100%;
}
.bannerHighlight .block .visual figure picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accordionBlock .container .containerMid {
  margin-inline: auto;
}
.accordionBlock .container .containerMid .block {
  margin-inline: auto;
}
.accordionBlock .container .containerMid .block details {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.accordionBlock .container .containerMid .block details:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.accordionBlock .container .containerMid .block details summary.title {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(19, 119, 215, 0.1);
  position: relative;
  display: block;
  width: 100%;
  line-height: 1.2;
  padding-block: 1.2em;
  padding-right: 5em;
  font-size: 1.1em;
  cursor: pointer;
  font-weight: 600;
}
.accordionBlock .container .containerMid .block details summary.title::-webkit-details-marker {
  display: none;
}
.accordionBlock .container .containerMid .block details summary.title svg {
  position: absolute;
  right: 0;
  margin-top: -0.1em;
  width: 1.4em;
  height: 1.4em;
  transition: all 0.15s ease-in-out 0s;
}
.accordionBlock .container .containerMid .block details div.description {
  padding: 0 5em 1em 0;
  opacity: 0.9;
}
@media (max-width: 748px) {
  .accordionBlock .container .containerMid .block details div.description {
    padding-inline: 0;
  }
}
@media (min-width: 749px) {
  .accordionBlock .container .containerMid .block details div.description p, .accordionBlock .container .containerMid .block details div.description ol, .accordionBlock .container .containerMid .block details div.description ul {
    font-size: 0.9em;
  }
}
.accordionBlock .container .containerMid .block details[open] summary.title svg {
  transform: rotate(45deg);
}

.mediaBlock {
  --mediaGap: 1em;
}
.mediaBlock[data-gap=none] {
  --mediaGap: 0em;
}
.mediaBlock[data-gap=medium] {
  --mediaGap: 1em;
}
.mediaBlock[data-gap=small] {
  --mediaGap: 0.5em;
}
.mediaBlock[data-gap=large] {
  --mediaGap: 2em;
}
.mediaBlock[data-gap=xlarge] {
  --mediaGap: 3em;
}
.mediaBlock[data-align=top] .containerMid {
  align-items: flex-start;
}
.mediaBlock[data-align=middle] .containerMid {
  align-items: center;
}
.mediaBlock[data-align=bottom] .containerMid {
  align-items: flex-end;
}
@media (max-width: 748px) {
  .mediaBlock:has(.videoPlayer) .container {
    padding: 0 !important;
  }
  .mediaBlock:has(.videoPlayer) .container figure .media {
    border-radius: 0 !important;
  }
  .mediaBlock:has(.videoPlayer) .container figure .media .videoPlayer {
    border-radius: 0 !important;
  }
}
.mediaBlock .container .containerMid {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: var(--mediaGap);
}
.mediaBlock .container .containerMid figure .media {
  position: relative;
  border-radius: 0.3em;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.mediaBlock .container .containerMid figure .media .videoPlayer {
  margin-inline: auto;
  border-radius: 0.9em;
  overflow: hidden;
}
.mediaBlock .container .containerMid figure .media .videoPlayer > iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 748px) {
  .mediaBlock .container .containerMid figure.default {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .mediaBlock .container .containerMid figure.default {
    width: 74ch;
  }
}
@media (max-width: 748px) {
  .mediaBlock .container .containerMid figure.quarter {
    width: calc(50% - var(--mediaGap) / 2 * 1);
  }
}
@media (min-width: 749px) {
  .mediaBlock .container .containerMid figure.quarter {
    width: calc(25% - var(--mediaGap) / 4 * 3);
  }
}
@media (max-width: 748px) {
  .mediaBlock .container .containerMid figure.third {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .mediaBlock .container .containerMid figure.third {
    width: calc(33.3333333333% - var(--mediaGap) / 3 * 2);
  }
}
@media (max-width: 748px) {
  .mediaBlock .container .containerMid figure.twoThirds {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .mediaBlock .container .containerMid figure.twoThirds {
    width: calc(66.6666666667% - var(--mediaGap) / 2 * 1);
  }
}
@media (max-width: 748px) {
  .mediaBlock .container .containerMid figure.half {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .mediaBlock .container .containerMid figure.half {
    width: calc(50% - var(--mediaGap) / 2 * 1);
  }
}
.mediaBlock .container .containerMid figure.full {
  width: 100%;
}

.carouselBlock {
  overflow: hidden;
  width: 100%;
}

.groupBlock {
  --groupGap: 1em;
}
.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-align=top] > .containerMid {
  align-items: flex-start;
}
.groupBlock[data-align=middle] > .containerMid {
  align-items: center;
}
.groupBlock[data-align=bottom] > .containerMid {
  align-items: flex-end;
}
.groupBlock[data-columns="1"] > .containerMid > * .container {
  padding: 0 !important;
  max-width: none !important;
}
@media (max-width: 748px) {
  .groupBlock[data-columns="2"] > .containerMid > * {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="2"] > .containerMid > * {
    width: calc(50% - var(--groupGap) / 2 * 1);
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="2"] > .containerMid > *[data-column-span="2"] {
    width: 100% !important;
  }
}
@media (max-width: 748px) {
  .groupBlock[data-columns="3"] > .containerMid > * {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="3"] > .containerMid > * {
    width: calc(33.3333333333% - var(--groupGap) / 3 * 2);
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="3"] > .containerMid > *[data-column-span="2"] {
    width: calc(66.6666666667% - var(--groupGap) / 2 * 1);
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="3"] > .containerMid > *[data-column-span="3"] {
    width: 100% !important;
  }
}
@media (max-width: 748px) {
  .groupBlock[data-columns="4"] > .containerMid > * {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="4"] > .containerMid > * {
    width: calc(25% - var(--groupGap) / 4 * 3);
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="4"] > .containerMid > *[data-column-span="4"] {
    width: 100% !important;
  }
}
@media (max-width: 748px) {
  .groupBlock[data-columns="5"] > .containerMid > * {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="5"] > .containerMid > * {
    width: calc(20% - var(--groupGap) / 5 * 4);
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="5"] > .containerMid > *[data-column-span="2"] {
    width: calc(40% - var(--groupGap) / 5 * 4);
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="5"] > .containerMid > *[data-column-span="3"] {
    width: calc(60% - var(--groupGap) / 5 * 4);
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="5"] > .containerMid > *[data-column-span="4"] {
    width: calc(80% - var(--groupGap) / 5 * 3);
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="5"] > .containerMid > *[data-column-span="5"] {
    width: 100% !important;
  }
}
@media (max-width: 748px) {
  .groupBlock[data-columns="6"] > .containerMid > * {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="6"] > .containerMid > * {
    width: calc(16.6666666667% - var(--groupGap) / 6 * 5);
  }
}
@media (min-width: 749px) {
  .groupBlock[data-columns="6"] > .containerMid > *[data-column-span="6"] {
    width: 100% !important;
  }
}
.groupBlock:not([data-columns="1"]) .containerMid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--groupGap);
}
@media (max-width: 748px) {
  .groupBlock:not([data-columns="1"]) .containerMid {
    flex-direction: column;
    align-items: flex-start;
    gap: 10vw;
  }
}
.groupBlock:not([data-columns="1"]) .containerMid > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.groupBlock:not([data-columns="1"]) .containerMid > * .container {
  padding: 0 !important;
  max-width: none !important;
}
.groupBlock:not([data-columns="1"]) .containerMid > * .containerInner {
  max-width: none !important;
}
.groupBlock:not([data-columns="1"]) .containerMid > * .mediaBlock .container {
  padding: 0 !important;
}
.groupBlock:not([data-columns="1"]) .containerMid > * .mediaBlock .container figure {
  width: 100% !important;
  margin: 0 !important;
  max-width: none !important;
}
@media (max-width: 748px) {
  .groupBlock:not([data-columns="1"]) .containerMid > *[data-order-mobile="1"] {
    order: 1;
  }
  .groupBlock:not([data-columns="1"]) .containerMid > *[data-order-mobile="2"] {
    order: 2;
  }
  .groupBlock:not([data-columns="1"]) .containerMid > *[data-order-mobile="3"] {
    order: 3;
  }
  .groupBlock:not([data-columns="1"]) .containerMid > *[data-order-mobile="4"] {
    order: 4;
  }
  .groupBlock:not([data-columns="1"]) .containerMid > *[data-order-mobile="5"] {
    order: 5;
  }
  .groupBlock:not([data-columns="1"]) .containerMid > *[data-order-mobile="6"] {
    order: 6;
  }
  .groupBlock:not([data-columns="1"]) .containerMid > *[data-order-mobile="7"] {
    order: 7;
  }
  .groupBlock:not([data-columns="1"]) .containerMid > *[data-order-mobile="8"] {
    order: 8;
  }
  .groupBlock:not([data-columns="1"]) .containerMid > *[data-order-mobile="9"] {
    order: 9;
  }
  .groupBlock:not([data-columns="1"]) .containerMid > *[data-order-mobile="10"] {
    order: 10;
  }
}
@media (max-width: 748px) {
  .groupBlock:not([data-columns="1"]) .containerMid:has(aside) aside {
    order: 1;
  }
  .groupBlock:not([data-columns="1"]) .containerMid:has(aside) > * {
    order: 2;
  }
}
.groupBlock .has-noMargin:last-child,
.groupBlock .has-miniMargin:last-child,
.groupBlock .has-lessMargin:last-child,
.groupBlock .has-margin:last-child,
.groupBlock .has-moreMargin:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 749px) {
  .groupBlock .stickyContainer {
    align-self: stretch;
  }
  .groupBlock .stickyContainer > * {
    position: sticky;
    top: calc(var(--scrollMarginTop) * 1px);
  }
}

.backgroundBlock {
  padding-top: var(--backgroundPadding);
  padding-bottom: var(--backgroundPadding);
  --backgroundPadding: 4.5em;
}
.backgroundBlock[data-padding=none] {
  --backgroundPadding: 0em;
}
.backgroundBlock[data-padding=medium] {
  --backgroundPadding: 4.5em;
}
.backgroundBlock[data-padding=small] {
  --backgroundPadding: 2.25em;
}
.backgroundBlock[data-padding=large] {
  --backgroundPadding: 9em;
}
.backgroundBlock[data-padding=xlarge] {
  --backgroundPadding: 13.5em;
}
.backgroundBlock.gray {
  background-color: rgba(0, 0, 0, 0.04);
}
.backgroundBlock.black {
  color: #ffffff;
  background-color: #000000;
}
.backgroundBlock.bodyBackgroundBlack .textFormatting p, .backgroundBlock.bodyBackgroundBlack .textFormatting ol, .backgroundBlock.bodyBackgroundBlack .textFormatting ul, .backgroundBlock.bodyBackgroundBlack .textFormatting table {
  transition: background 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.backgroundBlock.bodyBackgroundBlack.is-inviewport .textFormatting {
  color: white;
}
.backgroundBlock.bodyBackgroundBlack.is-inviewport .textFormatting p, .backgroundBlock.bodyBackgroundBlack.is-inviewport .textFormatting ol, .backgroundBlock.bodyBackgroundBlack.is-inviewport .textFormatting ul, .backgroundBlock.bodyBackgroundBlack.is-inviewport .textFormatting table {
  color: rgba(255, 255, 255, 0.8);
}
.backgroundBlock.bodyBackgroundBlack.is-inviewport .textFormatting a:not(.button.solid, .button.pill, .button.round) {
  color: rgba(255, 255, 255, 0.9);
}
.backgroundBlock.bodyBackgroundBlack.is-inviewport .textFormatting a:not(.button.solid, .button.pill, .button.round):hover {
  color: white;
}
.backgroundBlock .has-noMargin:last-child,
.backgroundBlock .has-miniMargin:last-child,
.backgroundBlock .has-lessMargin:last-child,
.backgroundBlock .has-margin:last-child,
.backgroundBlock .has-moreMargin:last-child {
  margin-bottom: 0 !important;
}

.duoBlock[data-color] > .block {
  border-radius: 0.9em;
}
@media (max-width: 1100px) {
  .duoBlock[data-color] > .block {
    padding: 5vw;
  }
}
@media (min-width: 1101px) {
  .duoBlock[data-color] > .block {
    padding: 3em;
  }
}
.duoBlock[data-color=gray] > .block {
  background: #F5F7FA;
}
.duoBlock[data-color=blue] > .block {
  background: #E6F8FE;
}
.duoBlock[data-color=green] > .block {
  background: #E9FAF6;
}
.duoBlock[data-color=yellow] > .block {
  background: #FFF7E8;
}
@media (min-width: 749px) {
  .duoBlock[data-order=mirror] .group {
    order: 1;
  }
  .duoBlock[data-order=mirror] .mediaBlock,
  .duoBlock[data-order=mirror] .visualCard {
    order: 2;
  }
}
.duoBlock > .block {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 748px) {
  .duoBlock > .block {
    flex-direction: column;
    align-items: flex-start;
    gap: 7.5vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .duoBlock > .block {
    gap: 5vw;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .duoBlock > .block {
    gap: 5vw;
  }
}
@media (min-width: 1101px) {
  .duoBlock > .block {
    gap: 4.5em;
  }
}
.duoBlock > .block > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.duoBlock > .block > * .container {
  padding: 0 !important;
  max-width: none !important;
}
.duoBlock > .block > * .containerInner,
.duoBlock > .block > * .containerMid {
  max-width: none !important;
}
.duoBlock > .block .group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 748px) {
  .duoBlock > .block .group {
    width: 100%;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .duoBlock > .block .group {
    width: 55%;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .duoBlock > .block .group {
    width: 55%;
  }
}
@media (min-width: 1101px) {
  .duoBlock > .block .group {
    width: 55%;
  }
}
.duoBlock > .block .group > *:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 749px) and (max-width: 960px) {
  .duoBlock > .block .mediaBlock,
  .duoBlock > .block .visualCard {
    width: 45%;
  }
}
@media (min-width: 961px) {
  .duoBlock > .block .mediaBlock,
  .duoBlock > .block .visualCard {
    width: 45%;
  }
}
.duoBlock > .block .mediaBlock:is(.visualCard) .visual,
.duoBlock > .block .visualCard:is(.visualCard) .visual {
  aspect-ratio: 4/5 !important;
}
.duoBlock > .block .mediaBlock .container,
.duoBlock > .block .visualCard .container {
  height: 100%;
}
.duoBlock > .block .mediaBlock .container figure,
.duoBlock > .block .visualCard .container figure {
  display: block;
  width: 100% !important;
}

@media (min-width: 749px) {
  .duoBanner[data-order=mirror] .visual {
    order: 2;
  }
  .duoBanner[data-order=mirror] .content {
    order: 1;
  }
}
.duoBanner > .block {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 748px) {
  .duoBanner > .block {
    flex-direction: column;
    gap: 2.5vw;
  }
}
@media (min-width: 749px) {
  .duoBanner > .block {
    gap: 1em;
  }
}
.duoBanner > .block .visual,
.duoBanner > .block .content {
  overflow: hidden;
  border-radius: 0.9em;
}
@media (max-width: 748px) {
  .duoBanner > .block .visual,
  .duoBanner > .block .content {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .duoBanner > .block .visual,
  .duoBanner > .block .content {
    width: 50%;
  }
}
.duoBanner > .block .visual figure {
  width: 100%;
  height: 100%;
}
.duoBanner > .block .visual figure picture {
  width: 100%;
  height: 100%;
}
.duoBanner > .block .visual figure picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.duoBanner > .block .content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 0.25em;
  color: #02152C;
  background-color: #F5F7FA;
}
@media (max-width: 748px) {
  .duoBanner > .block .content {
    padding: 5vw;
  }
}
@media (min-width: 749px) {
  .duoBanner > .block .content {
    padding: 2em;
  }
}
.duoBanner > .block .content .icon {
  width: 2.5em;
  margin-bottom: 1em;
}
.duoBanner > .block .content .text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-block: auto;
}
.duoBanner > .block .content .text .label {
  background: #ffffff;
  font-size: 0.8em;
  margin-bottom: 1em;
}
.duoBanner > .block .content .text .label:empty {
  display: none;
}
.duoBanner > .block .content .text .description {
  font-size: 0.9em;
  text-wrap: balance;
}
.duoBanner > .block .content .text .description p:last-child {
  margin-bottom: 0;
}
.duoBanner > .block .content .text .button {
  margin-top: 1.5em;
}
.duoBanner > .block .content .text .button:has(span:empty) {
  display: none;
}

.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 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .filterBar {
    gap: 0.5em;
  }
}
@media (min-width: 961px) {
  .filterBar {
    gap: 1em;
  }
}
.filterBar .titleBar {
  margin-right: auto;
}
.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: center;
  gap: 0.5em;
}
@media (max-width: 960px) {
  .filterBar .dropdownBar {
    width: 100%;
    justify-content: stretch;
    gap: 0.25em;
  }
}
.filterBar .dropdownBar .description {
  white-space: nowrap;
  line-height: 1;
  opacity: 0.4;
}
@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%;
  }
}
.tabBar {
  display: flex;
  align-items: flex-end;
}
@media (hover: hover) and (pointer: fine) {
  .tabBar .tab:hover .tabButton {
    opacity: 0.8;
  }
}
.tabBar .tab.is-hidden {
  display: none;
}
.tabBar .tab .tabTrigger {
  display: none;
}
.tabBar .tab .tabTrigger:checked ~ .tabButton {
  opacity: 1;
  transform: translateY(-0.25em);
  border-color: #cccccc;
}
.tabBar .tab .tabButton {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: bottom;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: transparent;
  -webkit-tap-highlight-color: rgba(19, 119, 215, 0.1);
  display: flex;
  align-items: center;
  border-radius: 0.3em;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #ffffff;
  border: 0.1em solid #cccccc;
  border-bottom: 0;
  opacity: 0.4;
  line-height: 1.2;
  transition: all 0.15s ease-in-out 0s;
}
@media (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;
  }
}

.starBar .stars {
  --starAmount: 5;
  width: calc(var(--starAmount) * var(--starWidth));
  height: calc(var(--starWidth) * 0.9);
  --v1: transparent, #000 0.5deg 108deg, #0000 109deg;
  --v2: transparent, #000 0.5deg 36deg, #0000 37deg;
  -webkit-mask: conic-gradient(from 54deg at calc(var(--starWidth) * 0.68) calc(var(--starWidth) * 0.57), var(--v1)), conic-gradient(from 90deg at calc(var(--starWidth) * 0.02) calc(var(--starWidth) * 0.34), var(--v2)), conic-gradient(from 126deg at calc(var(--starWidth) * 0.49) calc(var(--starWidth) * 0.69), var(--v1)), conic-gradient(from 162deg at calc(var(--starWidth) * 0.49) 0, var(--v2));
          mask: conic-gradient(from 54deg at calc(var(--starWidth) * 0.68) calc(var(--starWidth) * 0.57), var(--v1)), conic-gradient(from 90deg at calc(var(--starWidth) * 0.02) calc(var(--starWidth) * 0.34), var(--v2)), conic-gradient(from 126deg at calc(var(--starWidth) * 0.49) calc(var(--starWidth) * 0.69), var(--v1)), conic-gradient(from 162deg at calc(var(--starWidth) * 0.49) 0, var(--v2));
  -webkit-mask-size: var(--starWidth) var(--starWidth);
          mask-size: var(--starWidth) var(--starWidth);
  -webkit-mask-composite: xor, destination-over;
          mask-composite: xor, destination-over;
  -webkit-mask-composite: xor, source-over;
          mask-composite: exclude, add;
}
.starBar .stars.black, [data-color=black] .starBar .stars {
  background: linear-gradient(#02152C 0 0) 0/calc(var(--score, 0) / 2 * var(--starWidth)) 100% no-repeat rgba(2, 21, 44, 0.2);
}
[data-color=white] .starBar .stars {
  background: linear-gradient(#ffffff 0 0) 0/calc(var(--score, 0) / 2 * var(--starWidth)) 100% no-repeat rgba(255, 255, 255, 0.4);
}
[data-color=green] .starBar .stars {
  background: linear-gradient(#06AD8C 0 0) 0/calc(var(--score, 0) / 2 * var(--starWidth)) 100% no-repeat rgba(6, 173, 140, 0.4);
}
[data-color=yellow] .starBar .stars {
  background: linear-gradient(#FCB436 0 0) 0/calc(var(--score, 0) / 2 * var(--starWidth)) 100% no-repeat rgba(252, 180, 54, 0.4);
}

.reviewBlock[data-color=black] .reviewBlock {
  background: linear-gradient(var(--starColor) 0 0) 0/calc(var(--score, 0) / 2 * var(--starWidth)) 100% no-repeat rgba(2, 21, 44, 0.2);
}
.reviewBlock[data-color=white] .reviewBlock {
  background: linear-gradient(var(--starColor) 0 0) 0/calc(var(--score, 0) / 2 * var(--starWidth)) 100% no-repeat rgba(255, 255, 255, 0.2);
}
.reviewBlock[data-color=green] .reviewBlock {
  background: linear-gradient(var(--starColor) 0 0) 0/calc(var(--score, 0) / 2 * var(--starWidth)) 100% no-repeat rgba(6, 173, 140, 0.2);
}
.reviewBlock[data-color=yellow] .reviewBlock {
  background: linear-gradient(var(--starColor) 0 0) 0/calc(var(--score, 0) / 2 * var(--starWidth)) 100% no-repeat rgba(252, 180, 54, 0.2);
}
@media (max-width: 960px) {
  .reviewBlock[data-size=small] {
    font-size: 0.7em;
    --starWidth: 12px !important;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .reviewBlock[data-size=small] {
    font-size: 0.75em;
    --starWidth: 15px !important;
  }
}
@media (min-width: 1101px) {
  .reviewBlock[data-size=small] {
    font-size: 0.8em;
    --starWidth: 18px !important;
  }
}
@media (max-width: 960px) {
  .reviewBlock[data-size=medium] {
    font-size: 0.8em;
    --starWidth: 18px !important;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .reviewBlock[data-size=medium] {
    font-size: 0.9em;
    --starWidth: 20px !important;
  }
}
@media (min-width: 1101px) {
  .reviewBlock[data-size=medium] {
    font-size: 1em;
    --starWidth: 24px !important;
  }
}
.reviewBlock[data-logo=left] .logo {
  order: 1;
}
.reviewBlock[data-logo=left] .rating {
  order: 2;
}
.reviewBlock[data-logo=right] .logo {
  order: 2;
}
.reviewBlock[data-logo=right] .rating {
  order: 1;
}
.reviewBlock a {
  display: flex;
  align-items: center;
  gap: 0.75em;
  line-height: 1;
}
.reviewBlock a .logo {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  align-items: center;
  text-align: center;
}
.reviewBlock a .logo img {
  width: 3em;
}
.reviewBlock a .logo span {
  font-size: 0.55em;
  display: none;
}
.reviewBlock a .rating {
  display: flex;
  align-items: flex-start;
  gap: 0.75em;
}
.reviewBlock a .rating .ratingScore {
  font-size: 1.3em;
  font-weight: 700;
}
.reviewBlock a .rating .ratingStars {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.reviewBlock a .rating .ratingStars .amountReviewers {
  font-size: 0.6em;
  opacity: 0.7;
  white-space: nowrap;
  font-weight: 300;
}

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

.googleMapsBlock .container .map {
  height: 70vh;
  max-height: 70rem;
  width: 100%;
  background: rgb(229.5, 229.5, 229.5);
}
.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.3em;
  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 .infoWindow {
  padding: 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 .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: rgb(229.5, 229.5, 229.5) !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: #000000;
  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);
}

.javascriptBlock .containerMid > div > img {
  display: none !important;
}
.javascriptBlock .containerMid > div > div {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
}

.hero {
  position: relative;
  width: 100%;
}
.hero[data-showbreadcrumb=false] .breadcrumb {
  display: none !important;
}
.hero[data-showmetadata=false] .metaData {
  display: none !important;
}
.hero[data-showreviews=false] .reviewBlock,
.hero[data-showreviews=false] .reviewBlockMobile {
  display: none !important;
}
.hero[data-showcheckform=false] .textSection {
  width: 100% !important;
}
.hero[data-showcheckform=false] .bespaarCheckBlock {
  display: none !important;
}
.hero .visual:has([src=""]) {
  display: none;
}
.hero.has-lessMargin:not(:last-child) {
  margin-bottom: 2.25em !important;
}
@media (max-width: 748px) {
  .hero[data-herotype=default] {
    padding-top: 2.25em;
    margin-bottom: 2.25em;
  }
}
@media (min-width: 749px) {
  .hero[data-herotype=default] {
    padding-top: 2.25em;
    margin-bottom: 3.375em;
  }
}
.hero[data-herotype=default].is-left {
  display: block !important;
}
.hero[data-herotype=default].is-left .block {
  margin-left: 0 !important;
}
@media (max-width: 748px) {
  .hero[data-herotype=default] .content .brand {
    width: 10em;
    margin-bottom: 2em;
  }
}
@media (min-width: 749px) {
  .hero[data-herotype=default] .content .brand {
    width: 13em;
    margin-bottom: 2em;
  }
}
.hero[data-herotype=default] .content .brand .logo {
  position: relative;
  display: block;
}
.hero[data-herotype=default] .content .brand .logo img {
  display: block;
}
@media (max-width: 748px) {
  .hero[data-herotype=default] .content .preTitle {
    font-size: 1.3em;
  }
}
@media (min-width: 749px) {
  .hero[data-herotype=default] .content .preTitle {
    font-size: 1.9em;
  }
}
.hero[data-herotype=default] .content h1 {
  font-weight: 700;
}
@media (max-width: 748px) {
  .hero[data-herotype=default] .content h1 {
    font-size: 2rem;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .hero[data-herotype=default] .content h1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .hero[data-herotype=default] .content h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1101px) {
  .hero[data-herotype=default] .content h1 {
    font-size: 3rem;
  }
}
.hero[data-herotype=default] .content .subTitle {
  font-size: 0.9em;
}
.hero[data-herotype=default] .content .metaData {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5ch;
  font-size: 0.75em;
}
.hero[data-herotype=default] .content .metaData div {
  opacity: 0.6;
}
.hero[data-herotype=default] .content .metaData div:first-child {
  opacity: 1;
  font-weight: 700;
}
.hero[data-herotype=default] .visual {
  width: 100%;
  margin-inline: auto;
  max-width: 63rem;
}
@media (max-width: 748px) {
  .hero[data-herotype=default] .visual {
    margin-top: 2.25em;
  }
}
@media (min-width: 749px) {
  .hero[data-herotype=default] .visual {
    margin-top: 2.25em;
  }
}
@media (min-width: 961px) {
  .hero[data-herotype=default] .visual img {
    border-radius: 0.3em;
  }
}
.hero[data-herotype=default] .gradientBackground {
  display: none;
}
.hero[data-herotype=highlight] {
  position: relative;
  background: #02152C;
}
@media (max-width: 748px) {
  .hero[data-herotype=highlight] {
    margin-bottom: 2.25em;
  }
}
@media (min-width: 749px) {
  .hero[data-herotype=highlight] {
    margin-bottom: 3.375em;
  }
}
@media (max-width: 748px) {
  .hero[data-herotype=highlight] + .headerSub {
    margin-top: -2.25em;
    margin-bottom: 2.25em;
  }
}
@media (min-width: 749px) {
  .hero[data-herotype=highlight] + .headerSub {
    margin-top: -3.375em;
    margin-bottom: 3.375em;
  }
}
@media (max-width: 748px) {
  .hero[data-herotype=highlight]:has(.visual img:not([src=""])) + .bannerUspsLogos {
    margin-top: -2.25em;
    padding-top: 5vw;
  }
}
@media (min-width: 749px) {
  .hero[data-herotype=highlight]:has(.visual img:not([src=""])) + .bannerUspsLogos {
    margin-top: -3.375em;
    padding-top: 2.25em;
  }
}
@media (max-width: 748px) {
  .hero[data-herotype=highlight]:has(.visual img:not([src=""])) .content {
    padding-top: 4.5em;
    padding-bottom: 2.25em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .hero[data-herotype=highlight]:has(.visual img:not([src=""])) .content {
    padding-top: 9em;
    padding-bottom: 4.5em;
  }
}
@media (min-width: 961px) {
  .hero[data-herotype=highlight]:has(.visual img:not([src=""])) .content {
    padding-top: 23vh;
    padding-bottom: 7vh;
  }
}
.hero[data-herotype=highlight]:has(.visual img:not([src=""])) .content h1 {
  text-shadow: 0 0.1em 1em black;
}
.hero[data-herotype=highlight]:has(.visual img:not([src=""])) .gradientBackground {
  display: none;
}
@media (max-width: 748px) {
  .hero[data-herotype=highlight]:has(.visual img[src=""]), .hero[data-herotype=highlight]:not(:has(.visual)) {
    margin-bottom: 2.25em;
  }
}
@media (min-width: 749px) {
  .hero[data-herotype=highlight]:has(.visual img[src=""]), .hero[data-herotype=highlight]:not(:has(.visual)) {
    margin-bottom: 5.625em;
  }
}
@media (max-width: 748px) {
  .hero[data-herotype=highlight]:has(.visual img[src=""]):has(.bespaarCheckBlock), .hero[data-herotype=highlight]:not(:has(.visual)):has(.bespaarCheckBlock) {
    margin-bottom: 7em;
  }
}
@media (max-width: 748px) {
  .hero[data-herotype=highlight]:has(.visual img[src=""]) .content, .hero[data-herotype=highlight]:not(:has(.visual)) .content {
    padding-top: 2.25em;
    padding-bottom: 7.5vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .hero[data-herotype=highlight]:has(.visual img[src=""]) .content, .hero[data-herotype=highlight]:not(:has(.visual)) .content {
    padding-top: 9em;
  }
}
@media (min-width: 961px) {
  .hero[data-herotype=highlight]:has(.visual img[src=""]) .content, .hero[data-herotype=highlight]:not(:has(.visual)) .content {
    padding-top: 4.5em;
  }
}
@media (max-width: 748px) {
  .hero[data-herotype=highlight]:has(.visual img[src=""]) .content .bespaarCheckBlock, .hero[data-herotype=highlight]:not(:has(.visual)) .content .bespaarCheckBlock {
    margin-bottom: -6.5em;
  }
}
@media (min-width: 749px) {
  .hero[data-herotype=highlight]:has(.visual img[src=""]) .content .bespaarCheckBlock, .hero[data-herotype=highlight]:not(:has(.visual)) .content .bespaarCheckBlock {
    margin-bottom: -3.375em;
  }
}
.hero[data-herotype=highlight]:has(.visual img[src=""]) .content .bespaarCheckBlock .bottomBlock, .hero[data-herotype=highlight]:not(:has(.visual)) .content .bespaarCheckBlock .bottomBlock {
  display: none;
}
.hero[data-herotype=highlight] .content {
  position: relative;
  z-index: 3;
}
.hero[data-herotype=highlight] .content .container {
  height: 100%;
}
.hero[data-herotype=highlight] .content .container .containerMid {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 748px) {
  .hero[data-herotype=highlight] .content .container .containerMid {
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (min-width: 749px) {
  .hero[data-herotype=highlight] .content .container .containerMid {
    flex-direction: row;
    gap: 2em;
  }
}
.hero[data-herotype=highlight] .content .container .containerMid .textSection {
  color: #ffffff;
}
@media (max-width: 748px) {
  .hero[data-herotype=highlight] .content .container .containerMid .textSection {
    width: 100%;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .hero[data-herotype=highlight] .content .container .containerMid .textSection {
    width: 50%;
    padding-bottom: 2.25em;
  }
}
@media (min-width: 961px) {
  .hero[data-herotype=highlight] .content .container .containerMid .textSection {
    width: 60%;
    padding-bottom: 2.25em;
  }
}
.hero[data-herotype=highlight] .content .container .containerMid .textSection .preTitle {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 748px) {
  .hero[data-herotype=highlight] .content .container .containerMid .textSection .preTitle {
    font-size: 1.25em;
  }
}
@media (min-width: 749px) {
  .hero[data-herotype=highlight] .content .container .containerMid .textSection .preTitle {
    font-size: 1.6em;
  }
}
.hero[data-herotype=highlight] .content .container .containerMid .textSection h1 {
  font-weight: 800;
}
@media (max-width: 748px) {
  .hero[data-herotype=highlight] .content .container .containerMid .textSection h1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .hero[data-herotype=highlight] .content .container .containerMid .textSection h1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .hero[data-herotype=highlight] .content .container .containerMid .textSection h1 {
    font-size: 3.25rem;
  }
}
@media (min-width: 1101px) {
  .hero[data-herotype=highlight] .content .container .containerMid .textSection h1 {
    font-size: 3.8rem;
  }
}
.hero[data-herotype=highlight] .content .container .containerMid .textSection .introText p {
  color: rgba(255, 255, 255, 0.9);
  text-wrap: balance;
}
@media (max-width: 960px) {
  .hero[data-herotype=highlight] .content .container .containerMid .textSection .introText p {
    font-size: 1em;
    font-weight: 600;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .hero[data-herotype=highlight] .content .container .containerMid .textSection .introText p {
    font-size: 1em;
  }
}
@media (min-width: 1101px) {
  .hero[data-herotype=highlight] .content .container .containerMid .textSection .introText p {
    font-size: 1em;
  }
}
.hero[data-herotype=highlight] .content .container .containerMid .textSection .reviewBlock {
  margin-top: 3em;
}
@media (max-width: 748px) {
  .hero[data-herotype=highlight] .content .container .containerMid .textSection .reviewBlock {
    display: none;
  }
}
@media (max-width: 748px) {
  .hero[data-herotype=highlight] .content .container .containerMid .bespaarCheckBlock {
    margin-top: 0.75em;
    width: 100%;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .hero[data-herotype=highlight] .content .container .containerMid .bespaarCheckBlock {
    width: 50%;
  }
}
@media (min-width: 961px) {
  .hero[data-herotype=highlight] .content .container .containerMid .bespaarCheckBlock {
    width: 40%;
  }
}
.hero[data-herotype=highlight] .content .container .containerMid .bespaarCheckBlock .is-streetCity {
  display: none;
}
.hero[data-herotype=highlight] .content .container .containerMid .reviewBlockMobile {
  color: #ffffff;
  margin-top: 1.5em;
}
@media (min-width: 749px) {
  .hero[data-herotype=highlight] .content .container .containerMid .reviewBlockMobile {
    display: none;
  }
}
.hero[data-herotype=highlight] .visual {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.hero[data-herotype=highlight] .visual:after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
@media (max-width: 748px) {
  .hero[data-herotype=highlight] .visual:after {
    opacity: 0.75;
  }
}
@media (min-width: 749px) {
  .hero[data-herotype=highlight] .visual:after {
    opacity: 0.6;
  }
}
.hero[data-herotype=highlight] .visual figure {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 748px) {
  .hero[data-herotype=highlight] .visual figure {
    opacity: 0.7;
  }
}
@media (min-width: 749px) {
  .hero[data-herotype=highlight] .visual figure {
    opacity: 0.9;
  }
}
.hero[data-herotype=highlight] .visual figure picture {
  display: block;
  width: 100%;
  height: 100%;
}
.hero[data-herotype=highlight] .visual figure picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 748px) {
  .visualCardsInline {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-padding: 5vw;
  }
  .visualCardsInline .containerMid {
    width: calc(225vw + 2em);
    padding-right: 5vw;
  }
  .visualCardsInline .containerMid .visualCard {
    width: 75vw;
    scroll-snap-align: start;
  }
}
.visualCardsInline .containerMid {
  display: flex;
  gap: 1em;
}
.visualCardsInline + .buttonBlock {
  margin-top: 1em;
}

.visualCard {
  display: flex;
  flex-direction: column;
}
.visualCard.reviewCard .visual {
  aspect-ratio: 4/5;
  border-radius: 0.3em;
}
.visualCard.videoCard .visual {
  aspect-ratio: 9/16;
  border-radius: 0.6em;
}
.visualCard.pageCard[data-aspect-ratio=portrait] .visual {
  aspect-ratio: 4/5;
}
.visualCard.pageCard[data-aspect-ratio=landscape] .visual {
  aspect-ratio: 5/4;
}
.visualCard.pageCard[data-aspect-ratio=square] .visual {
  aspect-ratio: 1;
}
.visualCard.pageCard[data-aspect-ratio=fill] {
  width: 100%;
  height: 100%;
}
.visualCard.pageCard[data-aspect-ratio=fill] .visual {
  width: 100%;
  height: 100%;
}
.visualCard.pageCard[data-aspect-ratio=fill] .visual picture img {
  position: absolute;
  z-index: 2;
}
.visualCard.pageCard .visual {
  border-radius: 0.6em;
}
@media (hover: hover) and (pointer: fine) {
  .visualCard:is(a):hover img {
    transform: scale(1.02);
  }
  .visualCard:is(a):hover svg.icon-arrow-right {
    transform: translateX(0.3em);
  }
}
.visualCard .visual {
  position: relative;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
}
.visualCard .visual picture {
  width: 100%;
  height: 100%;
}
.visualCard .visual picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.visualCard .visual .overlay {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1em;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 8%;
}
.visualCard .visual .overlay:before {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 75%;
  opacity: 0.75;
  content: "";
  background-image: linear-gradient(to top, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
}
.visualCard .visual .overlay .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.25em;
  height: 100%;
  line-height: 1.2;
  text-align: left;
}
.visualCard .visual .overlay .text > div:empty {
  display: none;
}
.visualCard .visual .overlay .text .topTitle {
  position: relative;
  z-index: 2;
  opacity: 0.5;
  font-size: 0.85em;
}
.visualCard .visual .overlay .text .title {
  position: relative;
  z-index: 2;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
}
.visualCard .visual .overlay .text .bottomTitle {
  position: relative;
  z-index: 2;
  opacity: 0.5;
  font-size: 0.85em;
}
.visualCard .visual .overlay .text .description {
  position: relative;
  z-index: 2;
  font-size: 0.8em;
  opacity: 0.75;
  padding-right: 2em;
  text-wrap: balance;
}
.visualCard .visual .overlay .text .textButton {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.25em;
  opacity: 0.75;
  font-size: 0.85em;
  margin-top: 0.25em;
  font-weight: 500;
}
.visualCard .visual .overlay .text .textButton svg {
  width: 1.25em;
  height: 1.25em;
  transition: all 0.15s ease-in-out 0s;
}
.visualCard .visual .overlay .text .button {
  position: relative;
  z-index: 2;
  margin-top: 1em;
}
.visualCard .visual .overlay .videoButton {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: #1377D7;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  padding: 0.5em;
}
.visualCard .textarea {
  margin-top: 1em;
}
.visualCard .textarea .description {
  font-size: 0.85em;
  padding-right: 2em;
  text-wrap: balance;
}
.visualCard .textarea .starBar {
  margin-top: 0.75em;
}
@media (max-width: 960px) {
  .visualCard .textarea .starBar {
    --starWidth: 18px !important;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .visualCard .textarea .starBar {
    --starWidth: 18px !important;
  }
}
@media (min-width: 1101px) {
  .visualCard .textarea .starBar {
    --starWidth: 19px;
  }
}

@media (max-width: 748px) {
  .textCards[data-columns="2"] .textCard {
    width: 100%;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .textCards[data-columns="2"] .textCard {
    width: calc(50% - 1em / 2 * 1);
  }
}
@media (min-width: 961px) {
  .textCards[data-columns="2"] .textCard {
    width: calc(50% - 1em / 2 * 1);
  }
}
@media (max-width: 748px) {
  .textCards[data-columns="3"] .textCard {
    width: 100%;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .textCards[data-columns="3"] .textCard {
    width: calc(50% - 1em / 2 * 1);
  }
}
@media (min-width: 961px) {
  .textCards[data-columns="3"] .textCard {
    width: calc(33.3333333333% - 1em / 3 * 2);
  }
}
.textCards .container .containerMid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em;
}
@media (max-width: 748px) {
  .textCards .container .containerMid {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5vw;
  }
  .textCards .container .containerMid .textCard {
    width: 100%;
  }
}

.textCard {
  position: relative;
  display: flex;
  align-items: flex-end;
  border-radius: 0.6em;
  overflow: hidden;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}
.textCard.gray {
  background-color: #F5F7FA;
}
.textCard.yellow {
  background-color: #FEF1D7;
}
.textCard.blue {
  background-color: #D1F2FF;
}
.textCard.green {
  background-color: #D8F5EE;
}
.textCard.red {
  background-color: #FEE4E2;
}
.textCard .content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5em;
  height: 100%;
  text-align: left;
  color: #02152C;
  width: 100%;
}
@media (max-width: 748px) {
  .textCard .content {
    padding: 5vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .textCard .content {
    padding: 1.25em;
  }
}
@media (min-width: 961px) {
  .textCard .content {
    padding: 1.5em;
  }
}
.textCard .content .icon {
  width: 1.75em;
  margin-bottom: 0.75em;
}
.textCard .content .icon:has(img[src=""]) {
  display: none;
}
.textCard .content .icon.large {
  width: 3em;
}
.textCard .content .label {
  background: #ffffff;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.textCard .content .label:empty {
  display: none;
}
.textCard .content .title {
  position: relative;
  z-index: 2;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 1;
  margin-bottom: 0.2em;
  text-wrap: balance;
  font-weight: 700;
}
@media (max-width: 748px) {
  .textCard .content .title {
    font-size: 1.2em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .textCard .content .title {
    font-size: 1.2em;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .textCard .content .title {
    font-size: 1.25em;
  }
}
@media (min-width: 1101px) {
  .textCard .content .title {
    font-size: 1.5em;
  }
}
.textCard .content .description {
  position: relative;
  z-index: 2;
  text-wrap: balance;
}
.textCard .content .description p:last-child {
  margin-bottom: 0;
}
.textCard .content .description h2, .textCard .content .description h3, .textCard .content .description h4, .textCard .content .description h5 {
  margin-top: 0 !important;
}
.textCard .content .flowInline {
  margin-top: auto;
}
.textCard .content .flowInline:has(span:empty) {
  display: none;
}

@media (min-width: 749px) and (max-width: 960px) {
  .articleCards.is-related .articleCard:nth-child(3) {
    display: none;
  }
}
.articleCards .containerMid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
@media (max-width: 748px) {
  .articleCards .containerMid {
    flex-direction: column;
    gap: 2.5vw;
  }
}
@media (min-width: 749px) {
  .articleCards .containerMid {
    gap: 1.5em 1em;
  }
}
.articleCards .articleCard {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 748px) {
  .articleCards .articleCard.small, .articleCards .articleCard.medium {
    flex-direction: row;
    align-items: center;
    width: 100%;
    box-shadow: none;
  }
  .articleCards .articleCard.small .visual, .articleCards .articleCard.medium .visual {
    width: 35% !important;
    align-self: stretch;
    aspect-ratio: none;
  }
  .articleCards .articleCard.small .textarea, .articleCards .articleCard.medium .textarea {
    width: 65% !important;
    padding-left: 1em;
  }
  .articleCards .articleCard.small .textarea .description, .articleCards .articleCard.medium .textarea .description {
    font-size: 0.7em !important;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .articleCards .articleCard.small {
    width: calc(50% - 1em / 2 * 1);
  }
}
@media (min-width: 961px) {
  .articleCards .articleCard.small {
    width: calc(33.3333333333% - 1em / 3 * 2);
  }
}
@media (max-width: 748px) {
  .articleCards .articleCard.medium {
    width: 100%;
  }
}
@media (min-width: 749px) {
  .articleCards .articleCard.medium {
    width: calc(50% - 1em / 2 * 1);
  }
}
@media (hover: hover) and (pointer: fine) {
  .articleCards .articleCard:hover img {
    transform: scale(1.02);
  }
  .articleCards .articleCard:hover svg.icon-arrow-right {
    transform: translateX(0.3em);
  }
}
.articleCards .articleCard .visual {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
  isolation: isolate;
  background: rgba(0, 0, 0, 0.05);
}
@media (max-width: 748px) {
  .articleCards .articleCard .visual {
    border-radius: 0.3em;
  }
}
@media (min-width: 749px) {
  .articleCards .articleCard .visual {
    border-radius: 0.6em;
  }
}
.articleCards .articleCard .visual img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.articleCards .articleCard .visual img[src=""] {
  display: none;
}
.articleCards .articleCard .textarea {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  flex-grow: 1;
  line-height: 1.1;
  width: 100%;
}
@media (max-width: 748px) {
  .articleCards .articleCard .textarea {
    padding: 0 0 0 1em;
  }
}
@media (min-width: 749px) {
  .articleCards .articleCard .textarea {
    padding: 1em 1em 0 0;
  }
}
.articleCards .articleCard .textarea .preTitle {
  color: #00B3F0;
  font-weight: 500;
}
@media (max-width: 748px) {
  .articleCards .articleCard .textarea .preTitle {
    font-size: 0.8em;
  }
}
@media (min-width: 749px) {
  .articleCards .articleCard .textarea .preTitle {
    font-size: 0.9em;
  }
}
.articleCards .articleCard .textarea .title {
  display: block;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 0.5em;
  font-weight: 600;
}
@media (max-width: 748px) {
  .articleCards .articleCard .textarea .title {
    font-size: 1.1em;
  }
}
@media (min-width: 749px) {
  .articleCards .articleCard .textarea .title {
    font-size: 1.3em;
  }
}

.serviceCards .container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1em;
}
@media (max-width: 748px) {
  .serviceCards .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5vw;
  }
}
@media (max-width: 748px) {
  .serviceCards .container .serviceCard {
    width: 100%;
  }
}
@media (min-width: 749px) and (max-width: 1100px) {
  .serviceCards .container .serviceCard {
    width: calc(33.3333333333% - 1em / 3 * 2);
  }
}
@media (min-width: 1101px) {
  .serviceCards .container .serviceCard {
    width: calc(25% - 1em / 4 * 3);
  }
}

.serviceCard {
  position: relative;
  display: flex;
  align-items: flex-end;
  border-radius: 0.9em;
  overflow: hidden;
  background-color: #EEF2F6;
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  transition: background 0.15s ease-in-out 0s;
}
@media (hover: hover) and (pointer: fine) {
  .serviceCard:hover {
    background: rgb(229.6634615385, 235.625, 241.5865384615);
  }
}
.serviceCard:active, .serviceCard.is-active {
  background: rgb(221.3269230769, 229.25, 237.1730769231);
}
.serviceCard .content {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  text-align: left;
  color: #02152C;
  width: 100%;
}
@media (max-width: 748px) {
  .serviceCard .content {
    padding: 5vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .serviceCard .content {
    padding: 1.25em;
    gap: 0.5em;
  }
}
@media (min-width: 961px) {
  .serviceCard .content {
    padding: 1.5em;
    gap: 0.5em;
  }
}
@media (max-width: 748px) {
  .serviceCard .content .icon {
    width: 1.75em;
    margin-bottom: 0.6em;
  }
}
@media (min-width: 749px) {
  .serviceCard .content .icon {
    width: 2.25em;
    margin-bottom: 0.75em;
  }
}
.serviceCard .content .icon:has(img[src=""]) {
  display: none;
}
.serviceCard .content .title {
  position: relative;
  z-index: 2;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 1;
  text-wrap: balance;
  font-weight: 600;
}
@media (max-width: 748px) {
  .serviceCard .content .title {
    font-size: 1.2em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .serviceCard .content .title {
    font-size: 1.2em;
    margin-bottom: 0.2em;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .serviceCard .content .title {
    font-size: 1.25em;
    margin-bottom: 0.2em;
  }
}
@media (min-width: 1101px) {
  .serviceCard .content .title {
    font-size: 1.4em;
    margin-bottom: 0.2em;
  }
}
.serviceCard .content .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
}
.serviceCard .content .bottom .pageAmount {
  font-size: 0.75em;
  opacity: 0.6;
}

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

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

.popup {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.05s ease-in-out;
}
@media (max-width: 1100px) {
  .popup {
    padding: 2.5vw;
  }
}
@media (min-width: 1101px) {
  .popup {
    padding: 1.5em;
  }
}
.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: 111;
  width: auto;
  max-width: 40em;
  margin: auto;
  opacity: 0;
  background: #ffffff;
  transform: scale(0.82);
  border-radius: 0.9em;
  box-shadow: 0 0 4em rgba(0, 0, 0, 0.25);
  transition: transform 0.1s linear, opacity 0.1s linear;
}
@media (max-width: 748px) {
  .popup .window {
    padding: 12.5vw 5vw 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;
  margin: 0;
}
@media (max-width: 748px) {
  .popup .window .closeButton {
    top: 0.5em;
    right: 0.5em;
  }
}
@media (min-width: 749px) {
  .popup .window .closeButton {
    top: 1em;
    right: 1em;
  }
}
.popup .window .flowInline {
  margin-top: 2em;
}
.popup .window .specsTable {
  padding: 0;
  margin-top: 2em;
}

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

@media (max-width: 1100px) {
  .popup#popupVideo {
    padding: 5vw;
  }
}
@media (min-width: 1101px) {
  .popup#popupVideo {
    padding: 3em;
  }
}
.popup#popupVideo .window {
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-width: 0;
  aspect-ratio: 9/16 !important;
  height: 100%;
  border-radius: 0.6em;
}
.popup#popupVideo .window .closeButtonContainer {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  aspect-ratio: 9/16 !important;
  pointer-events: none;
}
.popup#popupVideo .window .closeButtonContainer .closeButton {
  margin-top: 0;
  margin-right: 0;
  pointer-events: auto;
}
.popup#popupVideo .window .plyr {
  border-radius: 0.6em;
  height: 100%;
  aspect-ratio: 9/16 !important;
}

.bespaarCheckSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1100px) {
  .bespaarCheckSubmit {
    padding: 5vw;
  }
}
@media (min-width: 1101px) {
  .bespaarCheckSubmit {
    padding: 3em;
  }
}
.bespaarCheckSubmit .block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.bespaarCheckSubmit .block .brand {
  margin-bottom: 1em;
}
@media (max-width: 748px) {
  .bespaarCheckSubmit .block .brand {
    width: 10em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bespaarCheckSubmit .block .brand {
    width: 9em;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .bespaarCheckSubmit .block .brand {
    width: 10em;
  }
}
@media (min-width: 1101px) {
  .bespaarCheckSubmit .block .brand {
    width: 12em;
  }
}
.bespaarCheckSubmit .block .brand .logo {
  position: relative;
  display: block;
}
.bespaarCheckSubmit .block .brand .logo img {
  display: block;
}
.bespaarCheckSubmit .block .loader {
  width: 2em;
  padding: 0.25em;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #1377D7;
  --_m:
  conic-gradient(#0000 10%,#000),
  linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.bespaarCheckSubmit .block .text {
  opacity: 0.5;
  font-size: 0.85em;
  margin-top: 0.5em;
}
.bespaarCheckSubmit .block .inputOutput {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  margin-top: 2em;
}
.bespaarCheckSubmit .block .inputOutput pre {
  margin: 0;
  padding: 0;
  text-wrap: wrap;
}

.bespaarCheckLayout {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 960px) {
  .bespaarCheckLayout {
    flex-direction: column;
  }
}
@media (min-width: 961px) {
  .bespaarCheckLayout {
    flex-direction: row;
  }
}
.bespaarCheckLayout .bespaarCheckContent {
  display: flex;
  flex-direction: column;
}
@media (min-width: 961px) {
  .bespaarCheckLayout .bespaarCheckContent {
    position: relative;
    left: 50%;
    width: 50%;
    max-width: 74ch;
  }
}
.bespaarCheckLayout .bespaarCheckContent section {
  margin-bottom: 2.25em;
}
.bespaarCheckLayout .bespaarCheckContent section .textFormatting {
  font-size: 0.9em;
  margin-bottom: 1.5em;
}
.bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1em;
  width: 100%;
}
@media (max-width: 340px) {
  .bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader {
    flex-direction: column;
  }
}
@media (max-width: 960px) {
  .bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader {
    padding-block: 1em;
  }
}
@media (min-width: 961px) {
  .bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader {
    padding-block: 1em;
    margin-bottom: 1em;
  }
}
.bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader .brand {
  cursor: pointer;
  flex-shrink: 0;
  padding-block: 0.25em;
  margin-top: -0.35em;
}
@media (max-width: 748px) {
  .bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader .brand {
    width: 8em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader .brand {
    width: 9em;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader .brand {
    width: 8.5em;
  }
}
@media (min-width: 1101px) {
  .bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader .brand {
    width: 11em;
  }
}
.bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader .brand .logo {
  position: relative;
  display: block;
}
.bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader .brand .logo img {
  display: block;
}
.bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader .actionBlock {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.25em 1em;
}
@media (max-width: 340px) {
  .bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader .actionBlock {
    justify-content: flex-start;
  }
}
.bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader .actionBlock a {
  display: flex;
  align-items: center;
  gap: 0.25em;
  line-height: 1;
  white-space: nowrap;
  color: #009A7B;
}
@media (max-width: 748px) {
  .bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader .actionBlock a {
    font-size: 0.7em;
  }
}
@media (min-width: 749px) {
  .bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader .actionBlock a {
    font-size: 0.8em;
  }
}
.bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader .actionBlock a:hover span {
  text-decoration: underline;
}
.bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader .actionBlock a svg {
  width: 1.25em;
}
.bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader .actionBlock a span {
  font-weight: 700;
}
.bespaarCheckLayout .bespaarCheckContent .bespaarCheckHeader .actionBlock .openingsHours {
  font-size: 0.65em;
  line-height: 1;
  opacity: 0.5;
  text-align: right;
}
.bespaarCheckLayout .bespaarCheckContent .mapView {
  overflow: hidden;
  background: #F5F7FA;
}
@media (max-width: 748px) {
  .bespaarCheckLayout .bespaarCheckContent .mapView {
    width: 100%;
    aspect-ratio: 5/3;
    margin-bottom: 1em;
    margin-bottom: 2em;
    border-radius: 0.3em;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bespaarCheckLayout .bespaarCheckContent .mapView {
    width: 100%;
    aspect-ratio: 5/2.5;
    margin-bottom: 1em;
    margin-bottom: 2em;
    border-radius: 0.3em;
  }
}
@media (min-width: 961px) {
  .bespaarCheckLayout .bespaarCheckContent .mapView {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
.bespaarCheckLayout .bespaarCheckContent .mapView .map {
  width: 100%;
  height: 100%;
}
.bespaarCheckLayout .bespaarCheckContent .mapView .map * {
  border: 0 !important;
}
.bespaarCheckLayout .bespaarCheckContent .mapView .map .locationMarker {
  transform-origin: bottom center;
  width: 5em;
}
@media (max-width: 748px) {
  .bespaarCheckLayout .bespaarCheckContent .mapView .map .locationMarker {
    transform: scale(0.7);
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bespaarCheckLayout .bespaarCheckContent .mapView .map .locationMarker {
    transform: scale(0.8);
  }
}
.bespaarCheckLayout .bespaarCheckContent .mapView .map .gmnoprint,
.bespaarCheckLayout .bespaarCheckContent .mapView .map .gm-style-cc {
  display: none;
}
@media (max-width: 960px) {
  .bespaarCheckLayout .bespaarCheckContent .visual {
    height: 1.5em;
  }
}
@media (min-width: 961px) {
  .bespaarCheckLayout .bespaarCheckContent .visual {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
}
.bespaarCheckLayout .bespaarCheckContent .visual figure {
  display: block;
  height: 100%;
}
@media (max-width: 960px) {
  .bespaarCheckLayout .bespaarCheckContent .visual figure {
    display: none;
  }
}
.bespaarCheckLayout .bespaarCheckContent .visual figure picture {
  display: block;
  height: 100%;
}
.bespaarCheckLayout .bespaarCheckContent .visual figure picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.bespaarCheckLayout .bespaarCheckContent .intro h1 {
  font-size: 1.8em;
  margin-bottom: 0.75em;
}
.bespaarCheckLayout .bespaarCheckContent .notificationBlock {
  font-size: 1.1em;
}
.bespaarCheckLayout .bespaarCheckContent .addressData.showAddressForm .editAddress {
  display: block;
}
.bespaarCheckLayout .bespaarCheckContent .addressData .userAddress {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.25em 1em;
}
.bespaarCheckLayout .bespaarCheckContent .addressData .editAddress {
  display: none;
  margin-top: 1.5em;
}
.bespaarCheckLayout .bespaarCheckContent .addressData .editAddress .bespaarCheckBlock {
  box-shadow: none;
  border-radius: 0;
  background: none;
  overflow: visible;
  font-size: 1.1em;
}
.bespaarCheckLayout .bespaarCheckContent .addressData .editAddress .bespaarCheckBlock .curvedArrow {
  display: none;
}
.bespaarCheckLayout .bespaarCheckContent .addressData .editAddress .bespaarCheckBlock .topBlock {
  padding: 0;
}
.bespaarCheckLayout .bespaarCheckContent .addressData .editAddress .bespaarCheckBlock .topBlock h2 {
  display: none;
}
.bespaarCheckLayout .bespaarCheckContent .addressData .editAddress .bespaarCheckBlock .topBlock .button.is-pulsing {
  animation: none;
}
.bespaarCheckLayout .bespaarCheckContent .addressData .editAddress .bespaarCheckBlock .topBlock .buttonSub {
  display: none;
}
.bespaarCheckLayout .bespaarCheckContent .addressData .editAddress .bespaarCheckBlock .bottomBlock {
  display: none;
}
.bespaarCheckLayout .bespaarCheckContent form.bespaarCheckForm {
  display: flex;
  flex-direction: column;
}
.bespaarCheckLayout .bespaarCheckContent form.bespaarCheckForm[data-selected-product=true] section {
  order: 2;
}
.bespaarCheckLayout .bespaarCheckContent form.bespaarCheckForm[data-selected-product=true] #options {
  order: 1 !important;
}
.bespaarCheckLayout .bespaarCheckContent form.bespaarCheckForm section {
  width: 100%;
}
.bespaarCheckLayout .bespaarCheckContent form.bespaarCheckForm section h2 {
  color: #009A7B;
}

.bespaarCheckBlock {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #ffffff;
  color: #02152C;
  border-radius: 0.9em;
  overflow: hidden;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.15);
}
.bespaarCheckBlock .curvedArrow {
  position: absolute;
  align-self: flex-start;
  pointer-events: none;
}
@media (max-width: 748px) {
  .bespaarCheckBlock .curvedArrow {
    display: none;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bespaarCheckBlock .curvedArrow {
    width: 8em;
    translate: calc(-100% - 1em) -50%;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .bespaarCheckBlock .curvedArrow {
    width: 11em;
    translate: calc(-100% - 1.5em) -50%;
  }
}
@media (min-width: 1101px) {
  .bespaarCheckBlock .curvedArrow {
    width: 12em;
    translate: calc(-100% - 2em) -50%;
  }
}
.bespaarCheckBlock .topBlock {
  width: 100%;
}
@media (max-width: 960px) {
  .bespaarCheckBlock .topBlock {
    padding: 5vw;
  }
}
@media (min-width: 749px) and (max-width: 960px) {
  .bespaarCheckBlock .topBlock {
    padding: 1em 1.5em;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .bespaarCheckBlock .topBlock {
    padding: 1em 1.25em;
  }
}
@media (min-width: 1101px) {
  .bespaarCheckBlock .topBlock {
    padding: 1.5em 2em;
  }
}
.bespaarCheckBlock .topBlock h2 {
  margin-bottom: 0.75em;
}
.bespaarCheckBlock .topBlock form.startBespaarcheck {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  margin-bottom: 1em;
}
.bespaarCheckBlock .topBlock form.startBespaarcheck .row {
  margin-bottom: 0 !important;
}
.bespaarCheckBlock .topBlock form.startBespaarcheck .row.is-oneLine {
  flex-wrap: nowrap;
}
.bespaarCheckBlock .topBlock form.startBespaarcheck .row.checkboxes {
  flex-wrap: wrap;
}
.bespaarCheckBlock .topBlock form.startBespaarcheck .row .formfield {
  margin: 0 !important;
}
.bespaarCheckBlock .topBlock form.startBespaarcheck .row .formfield.is-postal {
  width: 40%;
}
.bespaarCheckBlock .topBlock form.startBespaarcheck .row .formfield.is-houseNumber {
  width: 35%;
}
.bespaarCheckBlock .topBlock form.startBespaarcheck .row .formfield.is-houseNumberSuffix {
  width: 25%;
}
@media (max-width: 748px) {
  .bespaarCheckBlock .topBlock form.startBespaarcheck .row .formfield.is-street {
    margin-bottom: 1em !important;
  }
}
.bespaarCheckBlock .topBlock form.startBespaarcheck .row .formfield .formlabel:after {
  display: none;
}
.bespaarCheckBlock .topBlock .buttonSub small {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0.75em;
  opacity: 0.5;
}
.bespaarCheckBlock .bottomBlock {
  width: 100%;
  background: #F5F7FA;
}
@media (max-width: 960px) {
  .bespaarCheckBlock .bottomBlock {
    display: none;
  }
}
@media (min-width: 961px) and (max-width: 1100px) {
  .bespaarCheckBlock .bottomBlock {
    padding: 1em 1.25em 1.25em;
  }
}
@media (min-width: 1101px) {
  .bespaarCheckBlock .bottomBlock {
    padding: 1em 2em 1.25em;
  }
}

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

@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;
  }
}
.searchResults .searchResult h3 {
  margin-bottom: 0.3em;
}
.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: rgb(127.5, 127.5, 127.5);
}
.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;
}

.devtoolsMenu {
  position: fixed;
  z-index: 150;
  bottom: 40px;
  left: 10px;
  color: #ffffff;
  mix-blend-mode: difference;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
}
.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(19, 119, 215, 0.1);
  display: flex;
  align-items: center;
  opacity: 0.5;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  border-radius: 3px;
}
.toolButton:hover {
  opacity: 1;
}
.toolButton:hover span {
  display: block;
}
.toolButton svg {
  width: 40px;
  height: 40px;
}
.toolButton span {
  display: none;
  padding: 0 10px;
}

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

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

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

[data-gridview] .gridView {
  display: block;
  position: fixed;
  z-index: 151;
  top: 0;
  height: 100vh;
  width: 100%;
  pointer-events: none;
}
@media (min-width: 749px) {
  [data-gridview] .gridView {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
[data-gridview] .gridView .currentMQ {
  position: absolute;
  z-index: 1;
  background: #000000;
  color: #ffffff;
  bottom: 10px;
  left: 3em;
  padding: 0.4em 1em 0.5em;
  opacity: 1;
}
@media (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: 3em;
  }
}
[data-gridview] .gridView .container .gutter:nth-child(2) {
  left: auto;
  right: 0;
}
[data-gridview] .gridView .container .containerMid {
  position: relative;
  width: 100%;
  height: 100%;
  flex-grow: 1;
  outline: 1px solid green !important;
}
[data-gridview] .gridView .container .containerMid:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: green;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 5px 4px;
  white-space: nowrap;
  content: "Container mid";
}
[data-gridview] .gridView .container .containerMid .containerInner {
  position: relative;
  height: 100%;
  flex-grow: 1;
  outline: 1px solid orange !important;
}
[data-gridview] .gridView .container .containerMid .containerInner:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background: orange;
  color: #ffffff;
  font-size: 13px;
  padding: 2px 5px 4px;
  white-space: nowrap;
  content: "Container inner";
}
[data-gridview] .gridView .container .gridLines {
  position: absolute;
  top: 0;
  left: 5vw;
  right: 5vw;
  display: flex;
  height: 100%;
  max-width: calc(80rem - 10vw);
}
@media (min-width: 1101px) {
  [data-gridview] .gridView .container .gridLines {
    left: 3em;
    right: 3em;
    max-width: calc(80rem - 6em);
  }
}
[data-gridview] .gridView .container .gridLines .gridLine {
  height: 100%;
  flex-grow: 1;
  outline: 1px solid purple;
}

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