/* Settings / Variables */
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* cairo-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cairo";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/cairo-v28-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cairo-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cairo";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/cairo-v28-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cairo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cairo";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/cairo-v28-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cairo-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cairo";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/cairo-v28-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cairo-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cairo";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/cairo-v28-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cairo-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cairo";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/cairo-v28-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cairo-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cairo";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/cairo-v28-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* cairo-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Cairo";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/cairo-v28-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material-icons.woff2) format("woff2");
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/material-symbols-outlined.woff2) format("woff");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons, .simple-paragraph__text ul li:before, .single-post .site-main ul:not(.meta-navigation) li:before, .link-text--more:after, .link-text:after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --primary: #35a9e1;
  --secondary: #94c11c;
  --tertiary: #00538b;
  --primary-hsl: hsl(200, 74%, 55%);
  --primary-h: 200;
  --primary-s: 74%;
  --primary-l: 55%;
  --gray: #d5d5d5;
  --gray-light: #f2f2f2;
  --gray-dark: #a2a2a2;
  --gray-darker: #1c1c1c;
  --swiper-navigation-color: var(--white);
  --link-color: var(--primary);
  --link-hover-color: var(--primary);
  --text-dark: var(--black);
  --text-light: var(--white);
  --button-bg-color: transparent;
  --button-text-color: var(--white);
  --button-border-color: var(--white);
  --button-bg-color-hover: transparent;
  --button-text-color-hover: var(--primary);
  --button-border-color-hover: var(--primary);
  --button-bg-color-active: var(--primary);
  --button-text-color-active: var(--white);
  --button-border-color-active: var(--primary);
}

/**
  Responsive Breakpoints
 */
:root {
  /* Font Family */
  --font-family-copy: "Cairo", sans-serif;
  --font-family-heading: "Cairo", sans-serif;
  /* Font Sizes */
  --font-size-base: 16px;
  /* Font Size from 400px to 1504px */
  --font-size-copy: clamp(
    1rem,
    0.9547rem + 0.1812vw,
    1.125rem
  ); /* 16px - 18px */
  --h1-font-size: clamp(
    1.5625rem,
    1.2228rem + 1.3587vw,
    2.5rem
  ); /* 25px - 40px */
  --h2-font-size: clamp(
    1.25rem,
    1.1368rem + 0.4529vw,
    1.5625rem
  ); /* 20px - 25px */
  --h3-font-size: clamp(
    1rem,
    0.9774rem + 0.0906vw,
    1.0625rem
  ); /* 16px - 17px */
  --h1-sub-font-size: clamp(1.875rem, 1.7618rem + 0.4529vw, 2.1875rem);
  --special-font-size: clamp(3.125rem, 0.8605rem + 9.058vw, 9.375rem);
  --button-font-size: calc(var(--font-size-base) * 0.875);
  /* Font Weight */
  --font-weight-heading: 700;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --font-weight-button: 400;
  /* Line Height */
  --h1-line-height: 1;
  --h2-line-height: 1;
  --h3-line-height: 1;
  --h4-line-height: 1.25;
  --body-line-height: 1.35;
  --button-line-height: 1;
}
@media (min-width: 992px) {
  :root {
    --button-font-size: calc(var(--font-size-base) * 1.0625);
  }
}

:root {
  --gutter-x: 30px;
  --section-mb: 4rem;
  --content-max-width-default: 70vw;
  --content-max-width-wide: 80vw;
  --content-max-width-full: 100%;
  --space-xs: calc(var(--gutter-x) * 1);
  --space-sm: calc(var(--gutter-x) * 2);
  --space-md: calc(var(--gutter-x) * 4);
  --space-lg: calc(var(--gutter-x) * 6);
  --space-xl: calc(var(--gutter-x) * 8);
  --space-xxl: calc(var(--gutter-x) * 6);
  --space-1-12: calc(100% / 12 + (var(--gutter-x) * 2));
  --space-2-12: calc(100% / 12 * 2 + (var(--gutter-x) * 2));
  --site-header-height: 80px;
  --site-header-height-sticky: calc(var(--site-header-height) * 0.9);
  --space-content-small: 6vw;
  --space-content-default: 6vw;
  --space-content-wide: 6vw;
}
@media (min-width: 992px) {
  :root {
    --site-header-height: 154px;
    --site-header-height-sticky: calc(var(--site-header-height) * 0.7);
    --space-content-small: 12vw;
    --space-content-default: 9vw;
    --space-content-wide: 6vw;
    --space-xxl: calc(var(--gutter-x) * 10);
  }
}
@media (min-width: 1470px) {
  :root {
    --space-content-small: 22vw;
    --space-content-default: 18vw;
    --space-content-wide: 10vw;
  }
}

/* Bootstrap Grid & Mixins */
/* Vendors */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--white);
}

.hamburger-box {
  width: 35px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 2px;
  background-color: var(--white);
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.is-active .hamburger-inner::before, .is-active .hamburger-inner::after {
  width: 35px;
}

.hamburger-inner::before {
  top: -11px;
  width: 35px;
}
.hamburger-inner::after {
  bottom: -11px;
  width: 35px;
  right: 0;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* -------------------------------------------------------------------------- */
/*	11. Entry Content
/* -------------------------------------------------------------------------- */
.container-fluid, .swiper-horizontal .swiper-pagination, .entry-content > *:not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.wp-block-separator) {
  max-width: var(--content-max-width-default);
}

.entry-content li img {
  display: inline-block;
}

.entry-content hr {
  margin: 4rem auto;
}

.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
  margin-top: 0;
}

/* Alignment Classes ------------------------- */
.entry-content > *:not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.wp-block-separator):not(section):not(.section) {
  margin-bottom: var(--space-sm);
}
@media (min-width: 992px) {
  .entry-content > *:not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.wp-block-separator):not(section):not(.section) {
    /*@at-root body.single-post & {
      padding-left: var(--space-1-12);
      padding-right: var(--space-1-12);
    }*/
  }
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
  margin-right: auto;
  margin-left: auto;
}

/* Full */
.alignfull {
  margin-right: auto;
  margin-left: auto;
  max-width: var(--content-max-width-full);
  position: relative;
}
@media (min-width: 768px) {
  .alignfull {
    width: 100%;
  }
}

/* Wide */
.alignwide {
  width: 100%;
  max-width: var(--content-max-width-wide);
  position: relative;
}
/* Entry Media ------------------------------- */
.alignfull > figcaption,
.alignfull > .wp-caption-text {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--content-max-width-wide);
  width: calc(100% - 48px);
}

.wp-embed-aspect-16-9 iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

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

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

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

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

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

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.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: 30px;
}

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

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

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

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

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

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 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;
  appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: 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: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

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

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

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

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

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

.swiper-slide-zoomed {
  cursor: move;
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

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

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

.swiper-flip {
  overflow: visible;
}

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

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

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

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

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

.swiper-cards {
  overflow: visible;
}

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

.wpforms-container {
  margin-bottom: var(--space-xxl);
}

.wpforms-container .wpforms-field {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 1rem;
}
.wpforms-container .wpforms-field .wpforms-required-label {
  color: var(--link-color);
}
.wpforms-container .wpforms-field label {
  margin-bottom: 0.7em;
  font-weight: var(--font-weight-normal);
  color: var(--text-light);
}
.wpforms-container .wpforms-field label.wpforms-error {
  color: var(--link-color);
}
.wpforms-container .wpforms-field input.wpforms-error {
  border-color: var(--link-color);
}

.wpforms-field.wpforms-field-layout {
  margin-bottom: 0;
}

.wpforms-container input[type=text],
.wpforms-container input[type=email],
.wpforms-container input[type=tel],
.wpforms-container input[type=url],
.wpforms-container input[type=date],
.wpforms-container select,
.wpforms-container textarea {
  width: 100%;
  padding: 0 1em;
  height: 55px;
  margin: 0;
  display: inline-block;
  border: 1px solid var(--gray-dark);
  border-radius: 0;
  box-sizing: border-box;
  font-family: var(--font-family-copy);
  font-size: var(--font-size-base);
  outline: none;
  background: var(--black);
  color: var(--white);
}
.wpforms-container input[type=text]::placeholder,
.wpforms-container input[type=email]::placeholder,
.wpforms-container input[type=tel]::placeholder,
.wpforms-container input[type=url]::placeholder,
.wpforms-container input[type=date]::placeholder,
.wpforms-container select::placeholder,
.wpforms-container textarea::placeholder {
  padding-top: 1em;
  color: var(--white);
}
.wpforms-container select {
  color: var(--gray-500);
}
.wpforms-container ul {
  list-style: none;
}
.wpforms-container ul li {
  padding-left: 0;
}
.wpforms-container ul li:before {
  display: none;
}
.wpforms-container .wpforms-list-2-columns ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gutter-x);
}
@media (min-width: 1180px) {
  .wpforms-container .wpforms-list-2-columns ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wpforms-container .wpforms-list-2-columns ul li label {
  gap: 0.5em;
  flex-wrap: wrap;
}
.wpforms-container .wpforms-list-2-columns ul li label a {
  display: inline-flex;
  align-items: center;
}
.wpforms-container .wpforms-list-2-columns ul li label a span {
  font-size: 1.2em;
}

#wpforms-3505-field_8 option:not(:first-child) {
  display: none;
}

.wpforms-confirmation-container {
  padding-right: 30%;
}

.wpforms-container .wpforms-one-half {
  width: 100%;
}
@media (min-width: 768px) {
  .wpforms-container .wpforms-one-half {
    width: 48%;
  }
}

/* Base */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  overflow-x: hidden;
  font-size: var(--font-size-copy);
  margin: 0;
  padding: 0;
}

body {
  background: var(--white);
  color: var(--text-dark);
  font-family: var(--font-family-copy);
  font-weight: var(--font-weight-light);
  line-height: var(--body-line-height);
}
body.nav-active {
  overflow: hidden;
}

strong,
b {
  font-weight: var(--font-weight-bold);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  line-height: var(--body-line-height);
}
body.single-post p {
  margin-bottom: 1em;
}

a {
  color: var(--link-color);
  text-decoration: none;
}

.hl-1, h1,
.hl-2,
.single-post .site-main > h1,
h2,
.hl-3,
h3,
.hl-4,
h4,
.hl-5,
.hl-6 {
  font-family: var(--font-family-heading);
  hyphens: auto;
  word-break: break-word;
  letter-spacing: 0.05em;
}

.hl-1, h1 {
  color: var(--primary);
  font-size: var(--h1-font-size);
  line-height: var(--h1-line-height);
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
  margin-bottom: 0.5em !important;
}

.hl-2, .single-post .site-main > h1, h2 {
  color: var(--primary);
  font-size: var(--h2-font-size);
  line-height: var(--h2-line-height);
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
}

.hl-3, h3 {
  color: var(--primary);
  font-size: var(--h3-font-size);
  line-height: var(--h3-line-height);
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
}

.hl-4, h4 {
  font-size: var(--h4-font-size);
  line-height: var(--h4-line-height);
}

.hl-5 {
  font-size: var(--h5-font-size);
  line-height: var(--h5-line-height);
}

.hl-6 {
  font-size: var(--h6-font-size);
  line-height: var(--h6-line-height);
}

section,
.section {
  margin-bottom: var(--space-md);
}
section.no_mb,
.section.no_mb {
  margin-bottom: var(--gutter-x);
}
section .section-title,
.section .section-title {
  margin-bottom: 1.5rem;
}

.container-fluid, .swiper-horizontal .swiper-pagination, .entry-content > *:not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.wp-block-separator) {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
  padding: 0 var(--space-content-small);
}

.container-fluid-default, body.single-post .accordion > .container-fluid, body.single-post .accordion.entry-content > *:not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.wp-block-separator), body.single-post .swiper-horizontal .accordion > .swiper-pagination, .swiper-horizontal body.single-post .accordion > .swiper-pagination {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--content-max-width-small);
  padding: 0 var(--space-content-small);
}
.container-fluid-default > *, body.single-post .accordion > .container-fluid > *, body.single-post .accordion.entry-content > *:not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.wp-block-separator) > *, body.single-post .swiper-horizontal .accordion > .swiper-pagination > *, .swiper-horizontal body.single-post .accordion > .swiper-pagination > * {
  /*@include media-breakpoint-up(lg) {
    padding-left: var(--space-1-12);
    padding-right: var(--space-1-12);
  }*/
}

.btn {
  position: relative;
  text-decoration: none;
  border: 0;
  border-radius: 0;
  outline: none;
  display: inline-flex;
  box-shadow: none;
  flex-flow: row nowrap;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  background: none;
}

.btn {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  padding: 0.65em 1.5em;
  z-index: 1;
  background-color: transparent;
  color: var(--primary);
  font-size: var(--button-font-size);
  font-weight: var(--font-weight-button);
  text-transform: uppercase;
  border: 1px solid var(--primary);
  width: 100%;
  max-width: 230px;
}
.btn:hover, .btn:focus {
  background-color: var(--primary);
  color: var(--text-light);
  border-color: var(--button-border-color-hover);
}
.btn:active {
  background-color: var(--button-bg-color-active);
  color: var(--button-text-color-active);
  border-color: var(--button-border-color-active);
}

.btn--dark {
  --button-bg-color: var(--soft-black);
  --button-text-color: var(--white);
  --button-border-color: var(--soft-black);
}

ul,
ol {
  display: flex;
  flex-direction: column;
  margin: 0 0 1em 0em;
  gap: 0.5em;
  padding: 0;
}
ol {
  list-style: none;
}
ol li {
  padding-left: 1.7em;
  counter-increment: step-counter;
  position: relative;
}
ol li:before {
  position: absolute;
  left: 0;
  top: 0.1em;
  content: counter(step-counter);
  font-size: 80%;
  background-color: var(--primary);
  font-weight: var(--font-weight-bold);
  aspect-ratio: 1/1;
  width: 1.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.list-style {
  position: relative;
  &:before {
    //@extend .material-icons;
    //content: icon-content($icon-var-check);
    content: 'icon';
    position: absolute;
    left: 0em;
    top: 0em;
    color: var(--secondary-light);
  }
}*/
ul {
  margin: 0 0 1em 0em;
  list-style: none;
}
.entry-content ul {
  /*li {
    @extend .list-style;
    padding-left: 2em;
  }*/
}

#tinymce ul {
  list-style: disc;
}

.text-large {
  font-size: 2em;
}

.link-text {
  color: inherit;
  font-weight: var(--font-weight-bold);
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  position: relative;
  font-size: var(--h4-font-size);
}
.link-text:after {
  margin-left: 0.5em;
  content: "\f1df";
}
.link-text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--text-dark);
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.link-text:hover {
  color: var(--primary);
}
.link-text:hover:before {
  background-color: var(--primary);
  width: 0;
}

.link-text--more:after {
  margin-left: 0.5em;
  content: "\e145";
}

/* Helpers */
.clear-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.no-mb {
  margin-bottom: 0 !important;
}

.mb-xs {
  margin-bottom: var(--space-xs);
}
.mb-sm {
  margin-bottom: var(--space-sm);
}
.mb-md {
  margin-bottom: var(--space-md);
}
.mb-lg {
  margin-bottom: var(--space-lg);
}
.mb-no {
  margin-bottom: 0;
}

.swiper-horizontal .swiper-pagination {
  position: relative;
  margin-top: 30px;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 13px;
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullets {
  cursor: pointer;
  display: block;
  height: 14px;
  width: 14px;
  background-color: var(--white);
}
.swiper-horizontal .swiper-pagination .swiper-pagination-bullets.swiper-pagination-bullets--active {
  background-color: var(--primary);
}

/* Layout */
.site-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  padding: 0 var(--space-content-wide);
  height: var(--site-header-height);
  z-index: 20;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.site-header__logo {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  display: flex;
  align-items: center;
  grid-column: 1;
  padding: calc(var(--gutter-x) * 0.5) var(--gutter-x);
  width: 150px;
  height: auto;
  background: var(--text-light);
  border-radius: 0 0 10px 10px;
}
@media (min-width: 992px) {
  .site-header__logo {
    height: inherit;
    width: 220px;
  }
}
.site-header__logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.site-main {
  /*padding-top: var(--site-header-height);
  @include media-breakpoint-up(lg) {
    padding-top: 0;
  }*/
}

.single-post .site-main > h1,
.single-post .site-main > h2,
.single-post .site-main > h3,
.single-post .site-main > h4,
.single-post .site-main > h5,
.single-post .site-main > h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.single-post .site-main ul:not(.meta-navigation) {
  margin: 0 0 1em 0;
  list-style: none;
  padding: 0;
}
.single-post .site-main ul:not(.meta-navigation) li {
  position: relative;
  padding: 0;
  display: grid;
  grid-template-columns: 1.5em auto;
}
.single-post .site-main ul:not(.meta-navigation) li:before {
  content: "\e5cc";
  color: var(--primary);
}

.site-footer {
  padding: var(--space-xs) var(--space-content-wide);
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gutter-x);
}
@media (min-width: 768px) {
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }
}
.site-footer__address a {
  color: inherit;
}
.site-footer__social-and-legacy {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .site-footer__social-and-legacy {
    align-self: end;
  }
}
.site-footer__social {
  display: flex;
  flex-direction: row;
  gap: 15px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .site-footer__social {
    justify-content: flex-end;
  }
}
.site-footer__social path {
  fill: var(--primary);
}
.site-footer__navigation {
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  gap: 1em;
}
@media (min-width: 768px) {
  .site-footer__navigation {
    align-self: end;
    justify-content: flex-end;
  }
}
.site-footer__navigation a {
  color: inherit;
}

.header-image {
  position: relative;
  aspect-ratio: 1/1;
  margin-bottom: var(--space-sm);
}
@media (min-width: 480px) {
  .header-image {
    aspect-ratio: unset;
    height: 680px;
  }
}
.header-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.header-image > .container-fluid-default, body.single-post .header-image.accordion > .container-fluid, body.single-post .swiper-horizontal .header-image.accordion > .swiper-pagination, .swiper-horizontal body.single-post .header-image.accordion > .swiper-pagination,
.header-image > .container-fluid,
.header-image.entry-content > *:not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.wp-block-separator),
.swiper-horizontal .header-image > .swiper-pagination {
  position: relative;
  height: inherit;
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
  z-index: 1;
  aspect-ratio: 1/1;
}
@media (min-width: 480px) {
  .header-image > .container-fluid-default, body.single-post .header-image.accordion > .container-fluid, body.single-post .swiper-horizontal .header-image.accordion > .swiper-pagination, .swiper-horizontal body.single-post .header-image.accordion > .swiper-pagination,
  .header-image > .container-fluid,
  .header-image.entry-content > *:not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.wp-block-separator),
  .swiper-horizontal .header-image > .swiper-pagination {
    aspect-ratio: unset;
    padding-bottom: 60px;
  }
}
.header-image__title {
  text-transform: uppercase;
  color: var(--white);
}

/* Components */
.page-teaser__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gutter-x);
  padding: 0 var(--space-content-small);
}
@media (min-width: 768px) {
  .page-teaser--cols-2 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (min-width: 768px) {
  .page-teaser--cols-3 {
    padding: 0 var(--space-content-wide);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
@media (min-width: 992px) {
  .page-teaser--cols-3 {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}

.page-teaser-item {
  display: flex;
  flex-direction: column;
  border: 1px solid #d1d1d1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.page-teaser-item a:not(.btn) {
  color: inherit;
}
.page-teaser-item__image {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.page-teaser-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-teaser-item__text-content {
  padding: var(--gutter-x);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.page-teaser-item__title {
  margin-bottom: 0.7em;
}
.page-teaser-item__address {
  margin-bottom: 0.7em;
}
.page-teaser-item__phone, .page-teaser-item__fax, .page-teaser-item__mail, .page-teaser-item__opening, .page-teaser-item__whatsapp {
  margin-bottom: 0.6em;
}
.page-teaser-item__whatsapp svg {
  display: block;
  width: 25px;
  height: auto;
}
.page-teaser-item__whatsapp svg path {
  fill: var(--primary);
}
.page-teaser-item__website {
  margin-top: 1em;
}

.page-teaser-item-entry {
  display: grid;
  grid-template-columns: 50px 1fr;
}
.page-teaser-item-entry > span:first-child {
  color: var(--primary);
}
.page-teaser-item-entry__opening-table {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  row-gap: 5px;
}

.accordion__title {
  margin-bottom: 1em;
}

.accordion-item {
  display: block;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--gray);
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item__trigger {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.accordion-item__title-wrapper {
  display: grid;
  align-items: center;
  cursor: pointer;
  grid-template-columns: 1fr 40px;
  position: relative;
  padding: 0.5rem 0rem 0.5rem 10px;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.accordion-item--active .accordion-item__title-wrapper {
  background: var(--primary);
}

@media (min-width: 992px) {
  .accordion-item__title-wrapper {
    grid-template-columns: 1fr 40px;
  }
}
.accordion-item__title {
  color: var(--primary);
  padding-right: 50px;
  margin-bottom: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  font-weight: var(--font-weight-normal);
}
.accordion-item--active .accordion-item__title {
  color: var(--text-light);
}

@media (max-width: 1179.98px) {
  .accordion-item__title {
    font-size: var(--h4-font-size);
    padding-right: 20px;
  }
}
.accordion-item__trigger {
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.accordion-item__trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 3px;
  background-color: var(--primary);
  transform-origin: center;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.accordion-item__trigger span:first-child {
  transform: translate(-50%, -50%);
}
.accordion-item__trigger span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-item--active .accordion-item__trigger span:last-child {
  width: 0;
}

.accordion-item--active .accordion-item__trigger span {
  background-color: var(--text-light);
}

.accordion-item__text {
  padding: 0.5em calc(1rem + 5px) 1em 10px;
  display: none;
}
@media (min-width: 992px) {
  .accordion-item__text {
    padding-right: 20%;
  }
}
.accordion-item__text ul {
  margin-left: 0;
  list-style: disc;
}
.accordion-item__text ul li {
  list-style: disc;
  list-style-position: inside;
  text-indent: -25px;
  margin-left: 25px;
}

.image-accordion {
  height: auto;
  background: var(--gray-light);
  padding: var(--space-sm) var(--space-content-wide);
}
@media (min-width: 768px) {
  .image-accordion {
    padding: var(--space-sm) var(--space-content-small);
  }
}
.image-accordion__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--gutter-x) * 2);
}
@media (min-width: 768px) {
  .image-accordion__inner {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  }
  .template-2 .image-accordion__inner {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  }
}
.image-accordion__text-content-wrapper p {
  margin-bottom: 1em;
}
.template-2 .image-accordion__image-wrapper {
  order: 2;
}

@media (min-width: 768px) {
  .image-accordion__image-wrapper {
    order: -1;
  }
  .template-2 .image-accordion__image-wrapper {
    order: 2;
  }
}
.image-accordion__image {
  width: 100%;
}
.image-accordion__image img {
  width: 100%;
  height: 100%;
}
.image-accordion__title {
  margin-bottom: 0.5em;
}
.image-accordion__title.section-title {
  margin-bottom: 1.5em;
}
.image-accordion__text {
  margin-bottom: 1em;
}
.image-accordion__text p {
  margin-bottom: 1em;
}
.image-accordion__link-wrapper {
  margin-top: 1em;
}

.notdienst {
  color: var(--text-light);
  padding: var(--space-sm) var(--space-content-small);
  position: relative;
  background: #1a3d62;
}
@media (min-width: 768px) {
  .notdienst {
    padding: var(--space-md) var(--space-content-small);
  }
}
@media (min-width: 1180px) {
  .notdienst {
    aspect-ratio: 16/5;
  }
}
.notdienst__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.notdienst__image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  object-fit: cover;
  opacity: 1;
}
.notdienst__title {
  color: var(--text-light);
  margin-bottom: 1em;
  padding-left: 40%;
}
@media (min-width: 768px) {
  .notdienst__title {
    padding-left: 30%;
  }
}
.notdienst__text-content-wrapper {
  padding-left: 40%;
}
@media (min-width: 768px) {
  .notdienst__text-content-wrapper {
    padding-left: 30%;
  }
}
.notdienst__number {
  display: grid;
  margin-bottom: 0.5em;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .notdienst__number {
    grid-template-columns: 1fr 1fr;
  }
}
.notdienst__number > div:last-child {
  font-weight: var(--font-weight-bold);
}
.notdienst__info-text {
  font-size: 0.85em;
  margin-bottom: var(--space-sm);
}
.notdienst__hinweis {
  font-size: 0.85em;
}

.simple-paragraph {
  position: relative;
}
.has-background .simple-paragraph__inner {
  padding-top: var(--space-md);
  padding-bottom: var(--space-md);
}

.simple-paragraph__title {
  margin-bottom: 1em;
}
.simple-paragraph__text {
  margin-bottom: 1em;
}
.simple-paragraph__text h3,
.simple-paragraph__text h4 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.simple-paragraph__text p {
  margin-bottom: 1em;
}
.simple-paragraph__text p.hl-2 {
  font-family: var(--font-family-copy);
  color: var(--primary);
  font-weight: var(--font-weight-black);
}
.simple-paragraph__text p.hl-2 strong {
  font-weight: var(--font-weight-black);
}
.simple-paragraph__text p.hl-4 {
  font-family: var(--font-family-copy);
  font-weight: var(--font-weight-light);
  color: var(--soft-black);
}
.simple-paragraph__text p.hl-4 strong {
  font-weight: var(--font-weight-bold);
}
.simple-paragraph__text ul li,
.simple-paragraph__text ol li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
}
.simple-paragraph__text ul li {
  padding-left: 1.2em;
  position: relative;
}
.simple-paragraph__text ul li:before {
  position: absolute;
  left: 0;
  top: 0.2em;
  content: "\e5cc";
}
.simple-paragraph__text > *:last-child {
  margin-bottom: 0;
}
.simple-paragraph__hidden-text {
  display: none;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
/*@import "../../components/image-text/image-text";
@import "../../components/single-media/single-media";
@import "../../components/single-page-teaser/single-page-teaser";
@import "../../components/projects-teaser/projects-teaser";
@import "../../components/blog-posts-teaser/blog-posts-teaser";
@import "../../components/blog-posts-teaser/bpt-item";
@import "../../components/icon-text-box/icon-text-box";
@import "../../components/banner-running-text/banner-running-text";
@import "../../components/simple-paragraph-cols/simple-paragraph-cols";
@import "../../components/bodenbelag-listing/bodenbelag-listing";
@import "../../components/text-image-grid/text-image-grid";
@import "../../components/object-item/object-item";
@import "../../components/references-filter/references-filter";
@import "../../components/cta-banner/cta-banner";
@import "../../components/job-list/job-list";
@import "../../components/contact-form/contact-form";*/
