/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.91.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.1.1_sass@1.74.1_webpack@5.91.0/node_modules/sass-loader/dist/cjs.js!./node_modules/.pnpm/normalize.css@8.0.1/node_modules/normalize.css/normalize.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/*! 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 */
  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;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.91.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.1.1_sass@1.74.1_webpack@5.91.0/node_modules/sass-loader/dist/cjs.js!./node_modules/.pnpm/swiper@11.1.0/node_modules/swiper/swiper.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.1.0
 * 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: March 28, 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;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

: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);
  -webkit-backface-visibility: hidden;
  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 */
/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.91.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.1.1_sass@1.74.1_webpack@5.91.0/node_modules/sass-loader/dist/cjs.js!./node_modules/.pnpm/leaflet@1.9.4/node_modules/leaflet/dist/leaflet.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(011a678e3efe41981754.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(4a4ee777ddc0d4cedee4.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(1e8408af1a34bdf61457.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.91.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.1.1_sass@1.74.1_webpack@5.91.0/node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************/
/* ========================================================================================= */
/* TOOLS - MIXINS */
/* ========================================================================================= */
/* ========================================================================================= */
/* END TOOLS - MIXINS */
/* ========================================================================================= */
/* ========================================================================================= */
/* TOOLS - FUNCTIONS */
/* ========================================================================================= */
/* ========================================================================================= */
/* END TOOLS - FUNCTIONS */
/* ========================================================================================= */
.cky-consent-container {
  width: 85% !important;
  right: 0px !important;
  left: initial !important;
}
@media (min-width: 611px) {
  .cky-consent-container {
    right: 10px !important;
  }
}
@media (min-width: 1345px) {
  .cky-consent-container {
    right: initial !important;
    width: 440px !important;
  }
}
.cky-consent-container .cky-consent-bar {
  background-color: var(--color-brand-secondary) !important;
  border-color: var(--color-black) !important;
  border: 0px !important;
}
.cky-consent-container .cky-title, .cky-consent-container .cky-notice-des {
  color: var(--color-white) !important;
}

@media (min-width: 611px) {
  .cky-box-bottom-left {
    left: 100px !important;
  }
}
@media (min-width: 1345px) {
  .cky-box-bottom-left {
    left: 120px !important;
  }
}

.c-scrollbar {
  z-index: 99;
  opacity: 1;
}
.c-scrollbar_thumb {
  margin: 0px;
  width: 5px;
  border-radius: 0px;
  opacity: 1;
  background-color: var(--color-black);
}

:root {
  --av-transition: all 0.3s ease-in-out;
  --container-width: 1440px;
  --padding-bottom-default: 20px;
  --font-a: "quicksand", sans-serif;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-brand-primary: #f1f1f1;
  --color-brand-secondary: #0d6781;
  --color-brand-contrast: #f29e4c;
  --color-background-light: #F9F8F7;
  --color-background-dark: #252525;
  --color-bg-primary: #fffcf8;
  --color-white-op: rgba(255, 255, 255, 0.6392156863);
  --color-red: #f45c5c;
  --color-brown: #B07A59;
  --color-green: #42763B;
  --component-z-index: 3;
}
@media (max-width: 610px) {
  :root {
    --total-columns: 4;
    --grid-gutter: 24px;
    --container-padding: 24px;
    --container-padding-left: 54px;
    --container-padding-right: 10px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  :root {
    --total-columns: 8;
    --grid-gutter: 24px;
    --container-padding: 90px;
  }
}
@media (min-width: 1345px) {
  :root {
    --total-columns: 12;
    --grid-gutter: 48px;
    --container-padding: 90px;
  }
}

*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  outline: 0px solid;
  box-sizing: border-box;
}
*:hover, *:active, *:focus, *:visited,
*:after:hover,
*:after:active,
*:after:focus,
*:after:visited,
*:before:hover,
*:before:active,
*:before:focus,
*:before:visited {
  outline: 0px solid;
}

::selection {
  color: var(--color-white);
  background-color: var(--color-black);
}

.av-main {
  z-index: 2;
}

.fade-leave,
.fade-once-to,
.fade-enter-to {
  opacity: 1;
}

.fade-enter,
.fade-once,
.fade-leave-to {
  opacity: 0;
}

.fade-leave-active,
.fade-once-active,
.fade-enter-active {
  transition: opacity 0.6s ease-in-out;
}

.js-debugger-tool {
  padding: 5px;
  border: 1px solid var(--color-black);
  background-color: var(--color-white);
  color: black;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .js-debugger-tool {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1345px) {
  .js-debugger-tool {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.is-debug .js-debugger-tool {
  background-color: rgb(21, 153, 21);
  color: var(--color-white);
}

.js-toggle-animations {
  padding: 5px;
  border: 1px solid var(--color-black);
  background-color: var(--color-white);
  color: black;
  position: fixed;
  bottom: 15px;
  left: 15px;
  cursor: pointer;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .js-toggle-animations {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1345px) {
  .js-toggle-animations {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.generic-velo {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  opacity: 0;
  top: 0px;
  left: 0px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 9;
}
.is-dropdown-active .generic-velo {
  opacity: 0.5;
  pointer-events: all;
}

.js-split-text div {
  overflow: hidden;
}

.whatsapp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100000000000000000000000000000;
}
@media (min-width: 611px) {
  .whatsapp {
    bottom: 20px;
    right: 40px;
  }
}

.o-velo__white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--color-brand-primary);
  opacity: 0.95;
  z-index: -1;
  border-radius: 10px;
}

.o-velo__black {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--color-black);
  opacity: 0.5;
  z-index: -1;
  border-radius: 10px;
}

.donation-wrapper-button {
  position: fixed;
  z-index: 999;
  bottom: 30px;
  right: 10px;
  padding: 20px;
  border-radius: 100%;
  background-color: var(--color-brand-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 611px) {
  .donation-wrapper-button {
    bottom: 50px;
    right: 50px;
  }
}
.donation-wrapper-button:hover {
  opacity: 1;
}
.donation-wrapper-button svg {
  width: 30px;
  height: 30px;
  margin-left: 0px;
}
.donation-wrapper-button svg path {
  fill: var(--color-white);
}

html,
body {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.53px;
  font-family: var(--font-a);
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  height: auto;
  background-color: var(--color-white);
  color: var(--color-black);
}
@media (min-width: 611px) {
  html,
  body {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.71px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1345px) {
  html,
  body {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
body {
  background-color: var(--color-bg-primary);
}
body.is-debug {
  outline: 1px dotted fuchsia;
}
body.is-debug * {
  outline: 1px dotted red;
}
body.is-debug * * {
  outline: 1px dotted cyan;
}
body.is-debug * * * {
  outline: 1px dotted orange;
}
body.is-debug * * * * {
  outline: 1px dotted blue;
}
body.is-debug * * * * * {
  outline: 1px solid gray;
}
body.is-debug * * * * * * {
  outline: 1px solid purple;
}
body.is-debug * * * * * * * {
  outline: 1px solid rosybrown;
}
body.is-debug * * * * * * * * {
  outline: 1px solid darkolivegreen;
}
body.is-debug * * * * * * * * * {
  outline: 1px dotted fuchsia;
}
body.is-debug * * * * * * * * * * {
  outline: 1px dotted red;
}
body.is-debug * * * * * * * * * * * {
  outline: 1px dotted cyan;
}
body.is-debug * * * * * * * * * * * * {
  outline: 1px dotted orange;
}
body.is-debug * * * * * * * * * * * * * {
  outline: 1px dotted blue;
}
body.is-debug * * * * * * * * * * * * * * {
  outline: 1px solid gray;
}
body.is-debug * * * * * * * * * * * * * * * {
  outline: 1px solid purple;
}
body.is-debug * * * * * * * * * * * * * * * * {
  outline: 1px solid rosybrown;
}
body.is-debug * * * * * * * * * * * * * * * * * {
  outline: 1px solid darkolivegreen;
}
body.is-overflow-hidden {
  overflow: hidden;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  padding: 0px;
  margin: 0px;
  text-transform: none;
}

p {
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 0;
  padding-bottom: var(--padding-bottom-default);
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
p:last-child {
  padding-bottom: 0px;
}
p:empty {
  display: none;
}

a {
  color: inherit;
  transition: var(--av-transition);
  text-decoration: none;
  cursor: pointer;
}

@keyframes av_rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.o-bg-color-white {
  --bg-color: var(--color-bg-primary);
  background-color: var(--bg-color);
}
.o-bg-color-black {
  --bg-color: var(--color-black);
  background-color: var(--bg-color);
}
.o-bg-color-brand-primary {
  --bg-color: var(--color-brand-primary);
  background-color: var(--bg-color);
}
.o-bg-color-brand-contrast {
  --bg-color: var(--color-brand-contrast);
  background-color: var(--bg-color);
}
.o-bg-color-background-light {
  --bg-color: var(--color-background-light);
  background-color: var(--bg-color);
}
.o-bg-color-background-dark {
  --bg-color: var(--color-background-dark);
  background-color: var(--bg-color);
}
.o-bg-color-transparent {
  --bg-color: transparent;
  background-color: var(--bg-color);
}

.o-container {
  max-width: 100%;
  width: calc(var(--container-width) + var(--container-padding) * 2);
  padding-left: calc(var(--container-padding) - var(--grid-gutter) / 2);
  padding-right: calc(var(--container-padding) - var(--grid-gutter) / 2);
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}
.o-container--full {
  width: 100%;
}
@media (min-width: 1345px) {
  .o-container--full {
    padding-left: calc(56px - var(--grid-gutter) / 2);
    padding-right: calc(56px - var(--grid-gutter) / 2);
  }
}

[class^=o-col-],
[class*=" o-col-"] {
  padding-left: calc(var(--grid-gutter) / 2);
  padding-right: calc(var(--grid-gutter) / 2);
}

@media (min-width: 1345px) {
  .o-col-1\@md {
    width: calc((100% - 0px) / var(--total-columns) * 1);
  }
}
@media (min-width: 1345px) {
  .o-col-push-1\@md {
    margin-left: calc(1 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1345px) {
  .o-col-2\@md {
    width: calc((100% - 0px) / var(--total-columns) * 2);
  }
}
@media (min-width: 1345px) {
  .o-col-push-2\@md {
    margin-left: calc(2 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1345px) {
  .o-col-3\@md {
    width: calc((100% - 0px) / var(--total-columns) * 3);
  }
}
@media (min-width: 1345px) {
  .o-col-push-3\@md {
    margin-left: calc(3 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1345px) {
  .o-col-4\@md {
    width: calc((100% - 0px) / var(--total-columns) * 4);
  }
}
@media (min-width: 1345px) {
  .o-col-push-4\@md {
    margin-left: calc(4 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1345px) {
  .o-col-5\@md {
    width: calc((100% - 0px) / var(--total-columns) * 5);
  }
}
@media (min-width: 1345px) {
  .o-col-push-5\@md {
    margin-left: calc(5 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1345px) {
  .o-col-6\@md {
    width: calc((100% - 0px) / var(--total-columns) * 6);
  }
}
@media (min-width: 1345px) {
  .o-col-push-6\@md {
    margin-left: calc(6 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1345px) {
  .o-col-7\@md {
    width: calc((100% - 0px) / var(--total-columns) * 7);
  }
}
@media (min-width: 1345px) {
  .o-col-push-7\@md {
    margin-left: calc(7 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1345px) {
  .o-col-8\@md {
    width: calc((100% - 0px) / var(--total-columns) * 8);
  }
}
@media (min-width: 1345px) {
  .o-col-push-8\@md {
    margin-left: calc(8 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1345px) {
  .o-col-9\@md {
    width: calc((100% - 0px) / var(--total-columns) * 9);
  }
}
@media (min-width: 1345px) {
  .o-col-push-9\@md {
    margin-left: calc(9 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1345px) {
  .o-col-10\@md {
    width: calc((100% - 0px) / var(--total-columns) * 10);
  }
}
@media (min-width: 1345px) {
  .o-col-push-10\@md {
    margin-left: calc(10 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1345px) {
  .o-col-11\@md {
    width: calc((100% - 0px) / var(--total-columns) * 11);
  }
}
@media (min-width: 1345px) {
  .o-col-push-11\@md {
    margin-left: calc(11 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1345px) {
  .o-col-12\@md {
    width: calc((100% - 0px) / var(--total-columns) * 12);
  }
}
@media (min-width: 1345px) {
  .o-col-push-12\@md {
    margin-left: calc(12 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-col-1\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 1);
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-col-push-1\@sm {
    margin-left: calc(1 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-col-2\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 2);
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-col-push-2\@sm {
    margin-left: calc(2 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-col-3\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 3);
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-col-push-3\@sm {
    margin-left: calc(3 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-col-4\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 4);
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-col-push-4\@sm {
    margin-left: calc(4 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-col-5\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 5);
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-col-push-5\@sm {
    margin-left: calc(5 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-col-6\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 6);
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-col-push-6\@sm {
    margin-left: calc(6 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-col-7\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 7);
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-col-push-7\@sm {
    margin-left: calc(7 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-col-8\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 8);
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-col-push-8\@sm {
    margin-left: calc(8 / var(--total-columns) * (100% - 0px));
  }
}
@media (max-width: 610px) {
  .o-col-1\@xs {
    width: calc((100% - 0px) / var(--total-columns) * 1);
  }
}
@media (max-width: 610px) {
  .o-col-push-1\@xs {
    margin-left: calc(1 / var(--total-columns) * (100% - 0px));
  }
}
@media (max-width: 610px) {
  .o-col-2\@xs {
    width: calc((100% - 0px) / var(--total-columns) * 2);
  }
}
@media (max-width: 610px) {
  .o-col-push-2\@xs {
    margin-left: calc(2 / var(--total-columns) * (100% - 0px));
  }
}
@media (max-width: 610px) {
  .o-col-3\@xs {
    width: calc((100% - 0px) / var(--total-columns) * 3);
  }
}
@media (max-width: 610px) {
  .o-col-push-3\@xs {
    margin-left: calc(3 / var(--total-columns) * (100% - 0px));
  }
}
@media (max-width: 610px) {
  .o-col-4\@xs {
    width: calc((100% - 0px) / var(--total-columns) * 4);
  }
}
@media (max-width: 610px) {
  .o-col-push-4\@xs {
    margin-left: calc(4 / var(--total-columns) * (100% - 0px));
  }
}

.o-color-white {
  --text-color: var(--color-white);
  color: var(--text-color);
}
.o-color-black {
  --text-color: var(--color-black);
  color: var(--text-color);
}
.o-color-brand-primary {
  --text-color: var(--color-brand-primary);
  color: var(--text-color);
}
.o-color-brand-contrast {
  --text-color: var(--color-brand-contrast);
  color: var(--text-color);
}
.o-color-background-light {
  --text-color: var(--color-background-light);
  color: var(--text-color);
}
.o-color-background-dark {
  --text-color: var(--color-background-dark);
  color: var(--text-color);
}

.o-padding-default {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 611px) {
  .o-padding-default {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1345px) {
  .o-padding-default {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (max-width: 610px) {
  .o-pt-160\@xs {
    padding-top: 160px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pt-160\@sm {
    padding-top: 160px;
  }
}
@media (min-width: 1345px) {
  .o-pt-160\@md {
    padding-top: 160px;
  }
}
@media (max-width: 610px) {
  .o-pt-128\@xs {
    padding-top: 128px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pt-128\@sm {
    padding-top: 128px;
  }
}
@media (min-width: 1345px) {
  .o-pt-128\@md {
    padding-top: 128px;
  }
}
@media (max-width: 610px) {
  .o-pt-96\@xs {
    padding-top: 96px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pt-96\@sm {
    padding-top: 96px;
  }
}
@media (min-width: 1345px) {
  .o-pt-96\@md {
    padding-top: 96px;
  }
}
@media (max-width: 610px) {
  .o-pt-80\@xs {
    padding-top: 80px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pt-80\@sm {
    padding-top: 80px;
  }
}
@media (min-width: 1345px) {
  .o-pt-80\@md {
    padding-top: 80px;
  }
}
@media (max-width: 610px) {
  .o-pt-64\@xs {
    padding-top: 64px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pt-64\@sm {
    padding-top: 64px;
  }
}
@media (min-width: 1345px) {
  .o-pt-64\@md {
    padding-top: 64px;
  }
}
@media (max-width: 610px) {
  .o-pt-48\@xs {
    padding-top: 48px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pt-48\@sm {
    padding-top: 48px;
  }
}
@media (min-width: 1345px) {
  .o-pt-48\@md {
    padding-top: 48px;
  }
}
@media (max-width: 610px) {
  .o-pt-32\@xs {
    padding-top: 32px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pt-32\@sm {
    padding-top: 32px;
  }
}
@media (min-width: 1345px) {
  .o-pt-32\@md {
    padding-top: 32px;
  }
}
@media (max-width: 610px) {
  .o-pt-24\@xs {
    padding-top: 24px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pt-24\@sm {
    padding-top: 24px;
  }
}
@media (min-width: 1345px) {
  .o-pt-24\@md {
    padding-top: 24px;
  }
}
@media (max-width: 610px) {
  .o-pt-16\@xs {
    padding-top: 16px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pt-16\@sm {
    padding-top: 16px;
  }
}
@media (min-width: 1345px) {
  .o-pt-16\@md {
    padding-top: 16px;
  }
}
@media (max-width: 610px) {
  .o-pt-8\@xs {
    padding-top: 8px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pt-8\@sm {
    padding-top: 8px;
  }
}
@media (min-width: 1345px) {
  .o-pt-8\@md {
    padding-top: 8px;
  }
}
@media (max-width: 610px) {
  .o-pt-4\@xs {
    padding-top: 4px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pt-4\@sm {
    padding-top: 4px;
  }
}
@media (min-width: 1345px) {
  .o-pt-4\@md {
    padding-top: 4px;
  }
}
@media (max-width: 610px) {
  .o-pt-0\@xs {
    padding-top: 0px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pt-0\@sm {
    padding-top: 0px;
  }
}
@media (min-width: 1345px) {
  .o-pt-0\@md {
    padding-top: 0px;
  }
}
@media (max-width: 610px) {
  .o-pb-160\@xs {
    padding-bottom: 160px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pb-160\@sm {
    padding-bottom: 160px;
  }
}
@media (min-width: 1345px) {
  .o-pb-160\@md {
    padding-bottom: 160px;
  }
}
@media (max-width: 610px) {
  .o-pb-128\@xs {
    padding-bottom: 128px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pb-128\@sm {
    padding-bottom: 128px;
  }
}
@media (min-width: 1345px) {
  .o-pb-128\@md {
    padding-bottom: 128px;
  }
}
@media (max-width: 610px) {
  .o-pb-96\@xs {
    padding-bottom: 96px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pb-96\@sm {
    padding-bottom: 96px;
  }
}
@media (min-width: 1345px) {
  .o-pb-96\@md {
    padding-bottom: 96px;
  }
}
@media (max-width: 610px) {
  .o-pb-80\@xs {
    padding-bottom: 80px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pb-80\@sm {
    padding-bottom: 80px;
  }
}
@media (min-width: 1345px) {
  .o-pb-80\@md {
    padding-bottom: 80px;
  }
}
@media (max-width: 610px) {
  .o-pb-64\@xs {
    padding-bottom: 64px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pb-64\@sm {
    padding-bottom: 64px;
  }
}
@media (min-width: 1345px) {
  .o-pb-64\@md {
    padding-bottom: 64px;
  }
}
@media (max-width: 610px) {
  .o-pb-48\@xs {
    padding-bottom: 48px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pb-48\@sm {
    padding-bottom: 48px;
  }
}
@media (min-width: 1345px) {
  .o-pb-48\@md {
    padding-bottom: 48px;
  }
}
@media (max-width: 610px) {
  .o-pb-32\@xs {
    padding-bottom: 32px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pb-32\@sm {
    padding-bottom: 32px;
  }
}
@media (min-width: 1345px) {
  .o-pb-32\@md {
    padding-bottom: 32px;
  }
}
@media (max-width: 610px) {
  .o-pb-24\@xs {
    padding-bottom: 24px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pb-24\@sm {
    padding-bottom: 24px;
  }
}
@media (min-width: 1345px) {
  .o-pb-24\@md {
    padding-bottom: 24px;
  }
}
@media (max-width: 610px) {
  .o-pb-16\@xs {
    padding-bottom: 16px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pb-16\@sm {
    padding-bottom: 16px;
  }
}
@media (min-width: 1345px) {
  .o-pb-16\@md {
    padding-bottom: 16px;
  }
}
@media (max-width: 610px) {
  .o-pb-8\@xs {
    padding-bottom: 8px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pb-8\@sm {
    padding-bottom: 8px;
  }
}
@media (min-width: 1345px) {
  .o-pb-8\@md {
    padding-bottom: 8px;
  }
}
@media (max-width: 610px) {
  .o-pb-4\@xs {
    padding-bottom: 4px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pb-4\@sm {
    padding-bottom: 4px;
  }
}
@media (min-width: 1345px) {
  .o-pb-4\@md {
    padding-bottom: 4px;
  }
}
@media (max-width: 610px) {
  .o-pb-0\@xs {
    padding-bottom: 0px;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .o-pb-0\@sm {
    padding-bottom: 0px;
  }
}
@media (min-width: 1345px) {
  .o-pb-0\@md {
    padding-bottom: 0px;
  }
}

.o-main {
  padding-top: 0px;
}

.o-button--style-1 {
  position: relative;
  padding: 12px 33px;
  color: var(--color-white);
  transition: all 0.3s ease-in-out;
  border-radius: 33px;
  border: 1px solid transparent;
  z-index: 2;
  cursor: pointer;
}
.o-button--style-1:hover {
  color: var(--color-brand-secondary);
  border-radius: 0px;
  border: 1px solid var(--color-brand-secondary);
}
.o-button--style-1:hover::before {
  border-radius: 0px;
  background-color: var(--color-white);
}
.o-button--style-1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: var(--color-brand-secondary);
  left: 0px;
  bottom: 0px;
  z-index: -1;
  transition: all 0.4s ease-in-out;
  border-radius: 33px;
}
.is-inview .o-button--style-1::before {
  height: 100%;
}
.o-button--style-2 {
  position: relative;
  width: auto;
  display: inline-block;
  padding: 5px 10px;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid var(--text-color);
  border-radius: 3px;
  color: var(--text-color);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 611px) {
  .o-button--style-2:hover, .o-button--style-2.is-hover, .o-button--style-2.is-active {
    background-color: var(--color-brand-primary);
    color: var(--color-white);
    border: 1px solid var(--color-brand-primary);
  }
}

.o-font-display-1 {
  font-size: 43px;
  line-height: 52px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-1 {
    font-size: 54px;
    line-height: 65px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1345px) {
  .o-font-display-1 {
    font-size: 68px;
    line-height: 78px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-2 {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1345px) {
  .o-font-display-2 {
    font-size: 56px;
    line-height: 66px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-headline {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-headline {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1345px) {
  .o-font-display-headline {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 100;
  }
}
.o-font-display-button {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2.46px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-button {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 2.64px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1345px) {
  .o-font-display-button {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-overline {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-overline {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1345px) {
  .o-font-display-overline {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-body {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.53px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-body {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.71px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1345px) {
  .o-font-display-body {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-caption {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-caption {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1345px) {
  .o-font-display-caption {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-video-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%; /* Set video container element width here */
  height: 100%; /* Set video container element height here */
  overflow: hidden;
  background: transparent; /* bg color, if video is not high enough */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.o-video-bg__width {
  position: absolute;
  width: 100%; /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.o-video-bg__aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.o-video-bg__make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.o-video-bg__hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px 97.7777px;
  top: -55px;
  left: -97.7777px;
}
.o-video-bg__iframe,
.o-video-bg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
  display: block;
  pointer-events: none;
}

.o-bg-s {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--bg-color);
}
.o-bg-s--brand-primary {
  --bg-color: var(--color-brand-primary);
  --text-color: var(--color-white);
  --alt-color: var(--color-white);
}
.o-bg-s--brand-contrast {
  --bg-color: var(--color-brand-contrast);
  --text-color: var(--color-black);
  --alt-color: var(--color-brand-primary);
}
.o-bg-s--background-dark {
  --bg-color: var(--color-bg-dark);
  --text-color: var(--color-white);
  --alt-color: var(--color-white);
}
.o-bg-s--background-light {
  --bg-color: var(--color-bg-light);
  --text-color: var(--color-black);
  --alt-color: var(--color-brand-primary);
}
.o-bg-s--black {
  --bg-color: var(--color-black);
  --text-color: var(--color-white);
  --alt-color: var(--color-white);
}
.o-bg-s--white {
  --bg-color: var(--color-white);
  --text-color: var(--color-black);
  --alt-color: var(--color-brand-primary);
}
.o-bg-s__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.o-bg-s__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0.54;
  mix-blend-mode: multiply;
}
.o-bg-s__overlay--brand-primary {
  background-color: var(--color-brand-primary);
}
.o-bg-s__overlay--brand-contrast {
  background-color: var(--color-brand-contrast);
}
.o-bg-s__overlay--bg-dark {
  background-color: var(--color-bg-dark);
}
.o-bg-s__overlay--bg-light {
  background-color: var(--color-bg-light);
}
.o-bg-s__overlay--black {
  background-color: var(--color-black);
}
.o-bg-s__overlay--white {
  background-color: var(--color-white);
}

.o-bg-velo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--color-brand-contrast);
  opacity: 0.8;
  z-index: -1;
}

.b-debug {
  opacity: 0;
  display: block;
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  background: none;
}
.is-debug .b-debug {
  opacity: 0.2;
}
.b-debug__col {
  height: 100vh;
  display: inline-block;
}
.b-debug__inner {
  background-color: rgba(144, 238, 144, 0.4);
  width: 100%;
  height: 100%;
  display: block;
}

.b-header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999999;
  transition: all 0.5s ease-in-out;
}
.b-header__wrapper-menu {
  justify-content: center;
  z-index: 1;
  display: none;
}
@media (min-width: 1345px) {
  .b-header__wrapper-menu {
    display: flex;
  }
}
.b-header__container {
  height: 100%;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (min-width: 1345px) {
  .b-header__container {
    flex-direction: row;
    justify-content: initial;
  }
}
.b-header__col {
  padding: 18px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: self-end;
}
@media (min-width: 1345px) {
  .b-header__col {
    padding: 20px 0px;
  }
}
.b-header__velo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--color-brand-primary);
  transition: all 0.3s ease-in-out;
}
.has-transform.is-alt .b-header__velo {
  opacity: 0;
}
.is-alt .b-header__velo {
  opacity: 0.6;
}
.b-header__wrapper-logo {
  position: absolute;
  left: 0px;
  padding: 10px;
  font-weight: bold;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.b-header__logo-text {
  color: var(--color-brand-secondary);
  transition: all 0.3s ease-in-out;
}
.b-header__logo-text:hover {
  color: var(--color-brand-contrast);
}
.b-header__wrapper-hamburguer {
  width: 35px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1345px) {
  .b-header__wrapper-hamburguer {
    display: none;
  }
}
.b-header__hamburguer {
  height: 3px;
  border-radius: 3px;
  background-color: var(--color-black);
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.b-header__hamburguer--1 {
  width: 50%;
}
.is-dropdown-active .b-header__hamburguer--1 {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(5px, 1px);
}
.b-header__hamburguer--2 {
  width: 100%;
}
.is-dropdown-active .b-header__hamburguer--2 {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.b-header__hamburguer--3 {
  width: 75%;
}
.is-dropdown-active .b-header__hamburguer--3 {
  transform-origin: bottom;
  width: 50%;
  transform: translate(15px, -6px) rotatez(45deg);
}
.b-header__menu {
  display: flex;
  overflow: hidden;
  color: var(--color-brand-secondary);
}
.b-header__menu .menu-item-depth-0 {
  margin: 0px 45px;
  position: relative;
  bottom: 0px;
  font-weight: 600;
  transition: bottom 0.3s ease-in-out;
}
.b-header__menu .menu-item-depth-0::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--color-brand-contrast);
  transition: all 0.3s ease-in-out;
}
.b-header__menu .menu-item-depth-0:hover {
  color: var(--color-brand-contrast);
}
.b-header__menu .menu-item-depth-0.current-menu-item, .b-header__menu .menu-item-depth-0.current-lang {
  color: var(--color-brand-contrast);
}
.b-header__menu .menu-item-depth-0.lang-item {
  margin: 0px 15px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .b-header__menu .menu-item-depth-0.lang-item {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1345px) {
  .b-header__menu .menu-item-depth-0.lang-item {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.b-header__menu .menu-item-depth-0.lang-item-first {
  margin-left: 150px;
}
.b-header__menu .menu-item-depth-0.active {
  color: var(--color-brand-contrast);
}
.b-header__menu .menu-item-depth-0.active::before {
  width: 100%;
}

.b-footer {
  position: relative;
  z-index: 5;
  position: relative;
  right: 0px;
  top: 0px;
  width: 100%;
  height: auto;
}
.b-footer::after {
  content: ".b-footer";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .b-footer {
  outline: 4px solid lightsalmon !important;
}
.is-debug .b-footer::after {
  display: block;
}
.b-footer__inner {
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.b-footer__col {
  display: flex;
}
.b-footer__col--1 {
  padding-bottom: 0px;
  flex-direction: column;
}
@media (min-width: 611px) {
  .b-footer__col--1 {
    flex-direction: row;
  }
}
.b-footer__wrapper-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  border: 1px solid var(--color-black);
  flex-direction: column;
}
@media (min-width: 611px) {
  .b-footer__wrapper-box {
    width: 50%;
    padding: 15px 20px;
    flex-direction: row;
  }
}
.b-footer__wrapper-title {
  padding-bottom: 14px;
}
@media (min-width: 611px) {
  .b-footer__wrapper-title {
    padding-bottom: 0px;
  }
}
.b-footer__title {
  letter-spacing: 8px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 611px) {
  .b-footer__title {
    text-align: initial;
  }
}
.b-footer__sub-title {
  letter-spacing: 8px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 611px) {
  .b-footer__sub-title {
    text-align: initial;
  }
}
.b-footer__wrapper-menu {
  width: 100%;
}
@media (min-width: 611px) {
  .b-footer__wrapper-menu {
    width: 50%;
  }
}
.b-footer__menu {
  display: flex;
  justify-content: center;
  padding: 15px 20px;
  flex-wrap: wrap;
}
@media (min-width: 611px) {
  .b-footer__menu {
    justify-content: space-between;
  }
}
.b-footer__menu .menu-link {
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.b-footer__menu .menu-link:hover {
  color: var(--color-brand-contrast);
}
.b-footer__menu .menu-item-depth-0 {
  padding: 5px 10px;
}
.b-footer__wrapper-texts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--color-black);
  flex-direction: column;
  width: 100%;
}
@media (min-width: 611px) {
  .b-footer__wrapper-texts {
    flex-direction: row;
    align-items: initial;
  }
}
.b-footer__wrapper-text {
  padding: 15px 0px;
}
@media (min-width: 611px) {
  .b-footer__wrapper-text {
    padding: 20px 30px 30px 0px;
  }
}
.b-footer__text {
  text-align: center;
}
@media (min-width: 611px) {
  .b-footer__text {
    text-align: initial;
  }
  .b-footer__text a {
    transition: all 0.3s ease-in-out;
  }
  .b-footer__text a:hover {
    color: var(--color-brand-contrast);
  }
}
.b-footer__made-by {
  position: absolute;
  bottom: 10px;
  right: var(--container-padding);
}
.b-footer__made-by a {
  color: var(--color-brand-contrast);
  position: relative;
}
.b-footer__made-by a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--color-brand-contrast);
  transition: all 0.3s ease-in-out;
}
.b-footer__made-by a:hover {
  color: var(--color-brand-secondary);
}
.b-footer__made-by a:hover::before {
  width: 0px;
  background-color: var(--color-brand-secondary);
}

.b-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  z-index: 99999999;
  background-color: var(--color-bg-primary);
}
.b-loader__item {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #ffa516 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #ffa516);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
}
@keyframes l13 {
  100% {
    transform: rotate(1turn);
  }
}

.b-menu-dropdown {
  position: relative;
  z-index: 9999;
  position: fixed;
  top: 0px;
  width: 100%;
  display: flex;
  pointer-events: none;
  overflow: auto;
  height: 100%;
}
.b-menu-dropdown::after {
  content: ".b-menu-dropdown";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .b-menu-dropdown {
  outline: 4px solid lightsalmon !important;
}
.is-debug .b-menu-dropdown::after {
  display: block;
}
.b-menu-dropdown__wrapper {
  background-color: var(--color-brand-primary);
  left: -100%;
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
  transition: all 0.4s ease-in-out 0s;
}
.is-dropdown-active .b-menu-dropdown__wrapper {
  transition-delay: 0s;
  pointer-events: all;
  left: 0px;
}
.b-menu-dropdown__inner {
  width: 100%;
  display: flex;
  height: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.b-menu-dropdown__wrapper-menu {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.b-menu-dropdown__label {
  display: block;
  width: 100%;
  color: var(--color-white);
  opacity: 0.4;
  padding-bottom: 9px;
}
.b-menu-dropdown__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.b-menu-dropdown__menu .menu-item-depth-0 {
  padding: 24px 0px;
}
.b-menu-dropdown__menu .menu-item-depth-0 .menu-link {
  opacity: 0.8;
  color: var(--color-black);
  position: relative;
  display: block;
  text-align: center;
  font-weight: bold;
}
.b-menu-dropdown__menu .menu-item-depth-0 .menu-link:hover {
  color: var(--color-red);
}
.b-menu-dropdown__menu .current-menu-item .menu-link, .b-menu-dropdown__menu .current-lang .menu-link {
  opacity: 1;
  color: var(--color-red);
}
.b-menu-dropdown__menu .current-menu-item .menu-link::before, .b-menu-dropdown__menu .current-lang .menu-link::before {
  width: 100%;
}

.b-donation-modal {
  position: fixed;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.b-donation-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.b-donation-modal__velo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  opacity: 0.5;
}
.b-donation-modal__inner {
  height: 100%;
}
.b-donation-modal__container {
  height: 100%;
}
.b-donation-modal__wrapper {
  background-color: var(--color-brand-primary);
  padding: 40px 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  position: relative;
  border-radius: 10px;
}
@media (min-width: 611px) {
  .b-donation-modal__wrapper {
    padding: 80px 80px;
  }
}
.b-donation-modal__wrapper-iban {
  padding-bottom: 24px;
}
.b-donation-modal__wrapper-title {
  display: flex;
  align-items: center;
  padding-bottom: 44px;
  flex-direction: column;
}
@media (min-width: 611px) {
  .b-donation-modal__wrapper-title {
    flex-direction: row;
  }
}
.b-donation-modal__title {
  padding-right: 20px;
  text-transform: uppercase;
}
.b-donation-modal__heart {
  width: 50px;
  height: 50px;
  display: none;
}
@media (min-width: 611px) {
  .b-donation-modal__heart {
    display: initial;
  }
}
.b-donation-modal__wrapper-close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
@media (min-width: 611px) {
  .b-donation-modal__wrapper-close {
    width: 50px;
    height: 50px;
    right: 10px;
    top: 10px;
  }
}
.b-donation-modal__close {
  width: 100%;
  height: 100%;
}
.b-donation-modal__close path {
  transition: all 0.3s ease-in-out;
}
.b-donation-modal__close:hover path {
  stroke: var(--color-brand-contrast);
}
.b-donation-modal__desc {
  position: relative;
  top: -15px;
}

.c-hero {
  position: relative;
  position: relative;
  height: 100vh;
  z-index: 1;
}
.c-hero::after {
  content: ".c-hero";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-hero {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-hero::after {
  display: block;
}
.iphone .c-hero {
  height: 100dvh;
}
.c-hero__inner {
  position: relative;
}
.c-hero__container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.c-hero__col {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-hero__wrapper-box-2 {
  position: absolute;
  bottom: 50px;
  left: 0px;
  z-index: 99;
  width: 100%;
  padding: 35px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 611px) {
  .c-hero__wrapper-box-2 {
    bottom: 0px;
  }
}
.c-hero__velo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--color-brand-primary);
  opacity: 0;
}
@media (min-width: 611px) {
  .c-hero__velo {
    opacity: 0.5;
  }
}
.c-hero__velo--1 {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.is-inview .c-hero__velo--1 {
  opacity: 0.66;
}
.c-hero__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  top: 20%;
  position: relative;
  z-index: 5;
}
.c-hero__wrapper-box {
  padding: 10px 10px;
  position: relative;
}
@media (min-width: 611px) {
  .c-hero__wrapper-box {
    padding: 20px 20px;
  }
}
.c-hero__wrapper-title {
  display: block;
  padding-bottom: 24px;
  overflow: hidden;
  position: relative;
}
.c-hero__title {
  color: var(--color-black);
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  letter-spacing: 10px;
  bottom: -150px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 611px) {
  .c-hero__title {
    letter-spacing: 20px;
  }
}
.c-hero__title span {
  color: var(--color-brand-primary);
  font-style: italic;
}
.is-inview .c-hero__title {
  bottom: 0px;
}
.c-hero__description {
  text-align: center;
  color: var(--color-black);
}
.c-hero__wrapper-video {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.c-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-hero__wrapper-cta {
  text-align: center;
}
.c-hero__inner {
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.is-inview .c-hero__inner {
  opacity: 1;
}
.c-hero__wrapper-image {
  position: absolute;
  width: 100%;
  height: 50%;
  right: 0px;
  top: initial;
  bottom: 0px;
  overflow: hidden;
}
@media (min-width: 611px) {
  .c-hero__wrapper-image {
    width: 50%;
    height: 100%;
    top: 0px;
  }
}
.c-hero__image {
  position: absolute;
  top: -20%;
  left: 0px;
  width: 100%;
  height: 140%;
  object-fit: cover;
}
.c-hero__wrapper-arrow {
  position: absolute;
  bottom: 40px;
  left: calc(50% + var(--container-padding-left) / 2);
  transform: translateX(-50%);
  z-index: 9;
}
@media (min-width: 611px) {
  .c-hero__wrapper-arrow {
    left: 50%;
  }
}
.c-hero__wrapper-arrow svg {
  height: 50px;
  width: auto;
}
.c-hero__wrapper-arrow svg path {
  fill: var(--text-color);
}

.c-image-text {
  position: relative;
  position: relative;
  z-index: 2;
  background-color: var(--bg-color);
  overflow: hidden;
}
.c-image-text::after {
  content: ".c-image-text";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-image-text {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-image-text::after {
  display: block;
}
@media (min-width: 1345px) {
  .c-image-text {
    height: 100vh;
  }
}
.c-image-text__inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1345px) {
  .c-image-text__inner {
    padding: 48px 0px;
    padding: 0px;
    justify-content: initial;
  }
}
@media (max-width: 610px) {
  .is-content-image .c-image-text__container {
    flex-direction: column-reverse;
  }
}
.c-image-text__container--2 {
  height: 100%;
}
@media (min-width: 1345px) {
  .c-image-text__container--2 {
    height: 75vh;
  }
}
.c-image-text__wrapper-box {
  display: flex;
  align-items: center;
  background-color: var(--color-brand-primary);
  z-index: 99;
}
@media (min-width: 1345px) {
  .c-image-text__wrapper-box {
    height: 25vh;
  }
}
.c-image-text__col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-image-text__wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
  display: block;
}
@media (min-width: 611px) {
  .c-image-text__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
  }
}
.c-image-text__wrapper-image {
  position: relative;
  width: 100%;
  height: 80vh;
  top: 0;
  left: 0px;
  z-index: -1;
}
.c-image-text__image {
  position: relative;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (min-width: 1345px) {
  .c-image-text__image {
    height: 100vh;
  }
}
.c-image-text__wrapper-title {
  display: block;
  width: 100%;
  text-align: center;
  background-color: var(--color-brand-primary);
  z-index: 2;
  padding: 40px 0px;
  overflow: hidden;
}
.c-image-text__title {
  color: var(--color-black);
  display: block;
  width: 100%;
  position: relative;
  bottom: -100px;
  letter-spacing: 12px;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 611px) {
  .c-image-text__title {
    letter-spacing: 20px;
  }
}
.o-bg-s--background-light .c-image-text__title {
  color: var(--alt-color);
}
.c-image-text__title span {
  color: var(--color-brand-primary);
  font-style: italic;
}
.is-inview .c-image-text__title {
  bottom: 0px;
}
.c-image-text__velo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: var(--color-brand-primary);
  opacity: 0.95;
  z-index: -1;
}
.c-image-text__wrapper-description {
  position: absolute;
  width: 100%;
  top: 60%;
  z-index: 3;
  padding: 20px;
  width: calc(var(--col-1) * 4);
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 611px) {
  .c-image-text__wrapper-description {
    width: calc(var(--col-1) * 8);
    padding: 40px;
  }
}
@media (min-width: 1345px) {
  .c-image-text__wrapper-description {
    width: calc(var(--col-1) * 8);
  }
}
.is-inview .c-image-text__wrapper-description {
  opacity: 1;
  top: 50%;
}
.c-image-text__description {
  display: block;
  width: 100%;
  color: var(--color-black);
  z-index: 9;
}
.c-image-text__description strong {
  font-weight: bold;
}
.c-image-text__description span {
  color: var(--color-brand-primary);
  font-style: italic;
}
.c-image-text__wrapper-cta {
  display: flex;
  justify-content: center;
}
@media (min-width: 611px) {
  .c-image-text__wrapper-cta {
    justify-content: flex-start;
  }
}
.c-text {
  position: relative;
  position: relative;
  z-index: 2;
}
.c-text::after {
  content: ".c-text";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-text {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-text::after {
  display: block;
}
.c-text__inner {
  padding: 50px 0px;
}
.c-text:first-child .c-text__wrapper {
  padding-top: var(--header-height);
}
.c-text__wrapper {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 40px 20px;
}
.c-text__wrapper.alignment-left {
  text-align: left;
}
.c-text__wrapper.alignment-center {
  text-align: center;
}
.c-text__wrapper.alignment-right {
  text-align: right;
}
.c-text__wrapper-overline {
  display: block;
  width: 100%;
  padding-bottom: 8px;
}
.c-text__wrapper-overline--no-padding {
  padding-bottom: 0px;
}
.c-text__overline {
  color: var(--alt-color);
  display: block;
  width: 100%;
  padding-bottom: 10px;
}
.c-text__wrapper-title {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-text__title {
  color: var(--alt-color);
  display: block;
  width: 100%;
  bottom: -100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  line-height: 70px;
}
@media (min-width: 611px) {
  .c-text__title {
    line-height: 100px;
  }
}
.is-inview .c-text__title {
  bottom: 0px;
}
.c-text__wrapper-text {
  display: block;
  width: 100%;
  color: var(--text-color);
  padding-bottom: 24px;
}
.c-text__text {
  display: block;
  width: 100%;
}
.c-text__wrapper-title + .c-text__wrapper-text {
  padding-top: 37px;
}
.c-text__wrapper-text + .c-text__wrapper-ctas {
  padding-top: 48px;
}
.c-text__wrapper-title + .c-text__wrapper-ctas {
  padding-top: 48px;
}
.c-text__wrapper-title + .c-text__wrapper-cta {
  padding-top: 20px;
}
.c-text__wrapper-cta {
  display: flex;
  align-items: center;
}
.alignment-left .c-text__wrapper-cta {
  justify-content: start;
}
.alignment-center .c-text__wrapper-cta {
  justify-content: center;
}
.alignment-right .c-text__wrapper-cta {
  justify-content: right;
}

.c-form {
  position: relative;
  z-index: 2;
}
.c-form__wrapper-input {
  padding-bottom: 22px;
}
.c-form__wrapper-input input, .c-form__wrapper-input textarea {
  border: 0px;
  border-bottom: 1px solid var(--color-black);
  padding: 10px 3px;
  width: 100%;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.c-form__wrapper-input input:focus, .c-form__wrapper-input textarea:focus {
  border-bottom: 1px solid var(--color-brand-contrast);
}
.c-form__wrapper-input textarea {
  resize: none;
}
.c-form__wrapper-button {
  display: flex;
  justify-content: center;
  text-align: center;
}
.c-form__button {
  position: relative;
  padding: 12px 33px;
  background-color: var(--color-brand-secondary);
  color: var(--color-white);
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  border: 1px solid transparent;
  width: 100%;
  cursor: pointer;
}
.c-form__button:hover {
  color: var(--color-brand-secondary);
  background-color: var(--color-white);
  border-radius: 0px;
  border: 1px solid var(--color-brand-secondary);
}

.c-team {
  position: relative;
  min-height: 100vh;
}
.c-team::after {
  content: ".c-team";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-team {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-team::after {
  display: block;
}
.c-team__inner {
  padding: 80px 0px;
  background-color: var(--color-brand-primary);
}
@media (min-width: 611px) {
  .c-team__inner {
    padding: 100px 0px;
  }
}
.c-team__col {
  position: relative;
}
.c-team__wrapper-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1345px) {
  .c-team__wrapper-box {
    flex-direction: column;
    border: 1px solid var(--color-black);
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    justify-items: center;
    align-items: center;
    margin: 0 auto;
    padding: 95px 0px;
  }
  .c-team__wrapper-box > .c-team__wrapper-team:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1;
    left: 40%;
    position: relative;
  }
  .c-team__wrapper-box > .c-team__wrapper-team:nth-child(2) {
    grid-column: 3/4;
    grid-row: 1;
    right: 40%;
    position: relative;
  }
  .c-team__wrapper-box > .c-team__wrapper-team:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2;
  }
  .c-team__wrapper-box > .c-team__wrapper-team:nth-child(4) {
    grid-column: 3/4;
    grid-row: 2;
  }
  .c-team__wrapper-box > .c-team__wrapper-team:nth-child(5) {
    grid-column: 3/4;
    grid-row: 2;
  }
}
.c-team__wrapper-title {
  background-color: var(--color-brand-primary);
  padding-bottom: 60px;
}
@media (min-width: 1345px) {
  .c-team__wrapper-title {
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    padding-bottom: 0px;
    padding-left: 35px;
    padding-right: 25px;
  }
}
.c-team__wrapper-team {
  width: calc(var(--col-1) * 4);
  height: auto;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color-black);
  padding-bottom: 34px;
}
@media (min-width: 611px) {
  .c-team__wrapper-team {
    width: calc(var(--col-1) * 3);
  }
}
@media (min-width: 1345px) {
  .c-team__wrapper-team {
    padding-bottom: 0px;
    width: calc(var(--col-1) * 4);
  }
}
.c-team__title {
  color: var(--color-black);
  letter-spacing: 10px;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 611px) {
  .c-team__title {
    letter-spacing: 20px;
  }
}
.c-team__wrapper-image {
  width: 174px;
  height: 174px;
  overflow: hidden;
  border-radius: 50%;
}
.c-team__image {
  transition: all 0.5s ease-in-out;
}
.c-team__image:hover {
  scale: 1.1;
}
.c-team__wrapper-name {
  padding-top: 14px;
}
.c-team__name {
  font-weight: bold;
}
.c-team__wrapper-cta {
  text-align: center;
}
@media (min-width: 1345px) {
  .c-team__wrapper-cta {
    position: absolute;
    right: 100px;
    bottom: -15px;
  }
}

.c-contact {
  background-color: var(--color-bg-primary);
  overflow: hidden;
}
.c-contact__inner {
  width: 100%;
  height: 100%;
  padding: 85px 0px;
  position: relative;
}
@media (min-width: 1345px) {
  .c-contact__inner {
    padding: 100px 0px;
  }
}
.c-contact__container {
  flex-direction: column-reverse;
}
@media (min-width: 1345px) {
  .c-contact__container {
    flex-direction: row;
  }
}
.c-contact__col--form {
  padding-bottom: 30px;
}
@media (min-width: 1345px) {
  .c-contact__col--form {
    padding-bottom: 0px;
  }
}
.c-contact__wrapper-content {
  position: relative;
  display: flex;
  flex-direction: column;
}
.c-contact__wrapper-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 22%;
}
.c-contact__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.c-contact__wrapper-title {
  padding-bottom: 34px;
  pointer-events: none;
}
.c-contact__wrapper-description {
  padding-bottom: 34px;
}
.c-contact__shortcode {
  padding: 20px 15px;
  padding-bottom: 0px;
  border-radius: 10px;
}
@media (min-width: 1345px) {
  .c-contact__shortcode {
    padding: 30px;
  }
}
.c-contact__wrapper-block {
  padding: 10px 20px;
  background-color: var(--color-white);
  position: relative;
  z-index: 2;
}
@media (min-width: 611px) {
  .c-contact__wrapper-block {
    padding: 20px 30px;
  }
}
.c-contact__wrapper-map {
  height: 50vh;
  position: relative;
}
.c-contact__wrapper-map .leaflet-bottom {
  display: none;
}
@media (min-width: 1345px) {
  .c-contact__wrapper-map {
    height: 100%;
  }
}
.c-contact__map {
  height: 100%;
}
.c-contact__map-title {
  padding-bottom: 34px;
  text-align: center;
  font-weight: bold;
}
.c-contact__wrapper-cta {
  text-align: center;
  padding-top: 24px;
}
.c-contact__description-map {
  background-color: var(--color-white);
  padding: 10px;
}

@media (min-width: 1345px) {
  .c-single-cpt-project {
    min-height: 100vh;
  }
}
.c-single-cpt-project__inner {
  padding-top: 60px;
}
@media (min-width: 1345px) {
  .c-single-cpt-project__inner {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
.c-single-cpt-project__container--1 {
  padding-bottom: 68px;
}
.c-single-cpt-project__col {
  padding-bottom: 14px;
}
@media (min-width: 611px) {
  .c-single-cpt-project__col--1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (min-width: 1345px) {
  .c-single-cpt-project__col--1 {
    display: initial;
  }
}
@media (min-width: 1345px) {
  .c-single-cpt-project__col {
    padding-bottom: 0px;
  }
}
.c-single-cpt-project__container {
  position: relative;
  height: 100%;
}
.c-single-cpt-project__wrapper-title {
  position: relative;
  z-index: 2;
  padding: 20px;
}
.c-single-cpt-project__title {
  text-transform: uppercase;
}
.c-single-cpt-project__wrapper-text {
  position: relative;
  z-index: 2;
  padding: 20px;
}
@media (min-width: 1345px) {
  .c-single-cpt-project__wrapper-text {
    padding: 54px 100px;
  }
}
.c-single-cpt-project__wrapper-text .blue {
  color: var(--color-brand-secondary);
}
.c-single-cpt-project__wrapper-text .brown {
  color: var(--color-brown);
}
.c-single-cpt-project__wrapper-text .green {
  color: var(--color-green);
}
.c-single-cpt-project__text {
  position: relative;
  word-break: break-word;
  hyphens: auto;
}
.c-single-cpt-project__wrapper-image {
  display: block;
}
@media (min-width: 1345px) {
  .c-single-cpt-project__wrapper-image {
    width: calc(var(--col-1) * 4);
    position: absolute;
    overflow: hidden;
    top: 10%;
    left: 150px;
  }
  .c-single-cpt-project__wrapper-image:before {
    content: "";
    display: block;
    padding-bottom: 133%;
  }
}
.c-single-cpt-project__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1345px) {
  .c-single-cpt-project__image {
    height: 130%;
  }
}
.c-single-cpt-project__velo {
  opacity: 0.9;
}
@media (min-width: 1345px) {
  .c-single-cpt-project__velo {
    opacity: 0.5;
  }
}
.c-single-cpt-project__project-nav {
  padding: 28px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 611px) {
  .c-single-cpt-project__project-nav {
    padding: 48px 0px;
    flex-direction: row;
    align-items: initial;
  }
}
.c-single-cpt-project__wrapper-link {
  padding-bottom: 48px;
}
@media (min-width: 611px) {
  .c-single-cpt-project__wrapper-link {
    padding-bottom: 0px;
  }
}
.c-single-cpt-project__btn {
  padding: 15px;
  background-color: var(--color-brand-primary);
  border-radius: 10px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 611px) {
  .c-single-cpt-project__btn {
    padding: 48px;
  }
  .c-single-cpt-project__btn.btn-left {
    left: 0px;
    right: initial;
  }
  .c-single-cpt-project__btn.btn-left:hover {
    left: -30px;
  }
  .c-single-cpt-project__btn.btn-right {
    right: 0px;
    left: initial;
  }
  .c-single-cpt-project__btn.btn-right:hover {
    right: -30px;
  }
}

.c-list-project {
  min-height: 100vh;
}
.c-list-project__projects {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1345px) {
  .c-list-project__projects {
    flex-direction: row;
  }
}
.c-list-project__wrapper-box {
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-black);
  margin: 100px 0px;
  padding: 50px 0px;
  position: relative;
}
@media (min-width: 1345px) {
  .c-list-project__wrapper-box {
    padding: 150px 0px;
    margin: 160px 0px;
  }
}
.c-list-project__wrapper-image {
  display: block;
  width: calc(var(--col-1) * 4 - 40px);
  position: relative;
  overflow: hidden;
}
.c-list-project__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 68%;
}
@media (min-width: 611px) {
  .c-list-project__wrapper-image {
    width: calc(var(--col-1) * 6 - 40px);
  }
}
@media (min-width: 1345px) {
  .c-list-project__wrapper-image {
    width: calc(var(--col-1) * 4 - 40px);
  }
}
.c-list-project__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 130%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.is-hover .c-list-project__image {
  scale: 1.2;
}
.c-list-project__wrapper-title {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 30px;
  padding-right: 10px;
  background-color: var(--color-bg-primary);
  overflow: hidden;
}
.c-list-project__title {
  letter-spacing: 20px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.c-list-project__wrapper-project {
  display: flex;
  justify-content: center;
  padding-bottom: 44px;
}
@media (min-width: 1345px) {
  .c-list-project__wrapper-project {
    justify-content: initial;
    padding-bottom: 0px;
  }
}
.c-list-project__project {
  position: relative;
}
.c-list-project__wrapper-project-title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  transition: all 0.3s ease-in-out;
}
.c-list-project__velo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  opacity: 72%;
  top: 0px;
  left: 0px;
}
.c-list-project__project-title {
  color: var(--color-brand-secondary);
  font-weight: bold;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.c-list-project__wrapper-cta {
  position: absolute;
  bottom: -10px;
  right: -18px;
  z-index: 2;
}
.c-list-project__cta {
  padding: 8px 48px;
}

.c-donation {
  position: relative;
  position: relative;
  z-index: 1;
  background-color: var(--color-brand-primary);
  padding: 40px 0px;
}
.c-donation::after {
  content: ".c-donation";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-donation {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-donation::after {
  display: block;
}
@media (min-width: 611px) {
  .c-donation {
    padding: 180px 0px;
  }
}
.c-donation__wrapper-title {
  background-color: var(--color-brand-primary);
  padding-bottom: 44px;
  width: 100%;
  z-index: 2;
}
@media (min-width: 611px) {
  .c-donation__wrapper-title {
    width: 70%;
  }
}
@media (min-width: 1345px) {
  .c-donation__wrapper-title {
    position: absolute;
    left: 50%;
    top: -80px;
    transform: translateX(-50%);
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-donation__title {
  color: var(--color-black);
  text-align: center;
  letter-spacing: 10px;
}
@media (min-width: 611px) {
  .c-donation__title {
    letter-spacing: 20px;
  }
}
.c-donation__wrapper-box {
  flex-direction: column;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
  padding: 35px 0px;
  position: relative;
}
@media (min-width: 611px) {
  .c-donation__wrapper-box {
    padding: 95px 0px;
    border: 1px solid var(--color-black);
  }
}
.c-donation__wrapper-images {
  display: flex;
  padding-top: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 611px) {
  .c-donation__wrapper-images {
    flex-direction: row;
    padding-top: 80px;
    align-items: initial;
    padding-bottom: 40px;
  }
}
.c-donation__box-image {
  width: calc(var(--col-1) * 3);
  margin-left: calc(var(--col-1) / 2);
  margin-right: calc(var(--col-1) / 2);
  position: relative;
  padding-bottom: 54px;
}
.c-donation__wrapper-image {
  display: block;
  width: 100%;
  position: relative;
  padding: 3px;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}
.c-donation__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.c-donation__image {
  position: absolute;
  top: -20%;
  left: 0px;
  width: 100%;
  height: 130%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.is-inview .c-donation__image {
  opacity: 1;
}
.c-donation__title-image {
  color: var(--color-black);
}
.c-donation__wrapper-cta {
  position: relative;
}
.c-donation__heart {
  margin-left: 5px;
}
.c-donation__cta {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-helper {
  position: relative;
  position: relative;
  min-height: 100vh;
}
.c-helper::after {
  content: ".c-helper";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-helper {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-helper::after {
  display: block;
}
.c-helper__inner {
  padding-top: 120px;
}
.c-helper__col {
  border: 1px solid var(--color-black);
  position: relative;
}
.c-helper__wrapper-title {
  width: 70%;
  padding: 0px 0px;
  background-color: var(--color-bg-primary);
  text-align: center;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 611px) {
  .c-helper__wrapper-title {
    padding: 0px 20px;
    width: auto;
    top: -26px;
  }
}
.c-helper__name {
  font-weight: bold;
}
.c-helper__wrapper-box {
  padding: 90px 0px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 611px) {
  .c-helper__wrapper-box {
    padding: 80px 40px;
  }
}
.c-helper__wrapper-team {
  width: 50%;
  padding-bottom: 30px;
  text-align: center;
}

.s-content ul {
  display: block;
  width: 100%;
}
.s-content ul li {
  display: block;
  width: 100%;
  text-indent: 20px;
  position: relative;
}
.s-content ul li::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0px;
  width: 6px;
  height: 6px;
  background-color: var(--color-black);
  transform: translateY(-50%);
  border-radius: 50%;
}
.s-content i, .s-content em {
  font-style: var(--w-regular);
  font-family: var(--font-a);
}
.s-content b,
.s-content strong {
  font-weight: bold;
}
.s-content a {
  color: var(--color-a);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline;
  position: relative;
  overflow: hidden;
}
.s-content a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 1px;
  background-color: var(--color-a);
  transition: all 0.4s ease-in-out;
}
.s-content a:hover {
  color: var(--color-a);
}
.s-content a:hover::before {
  width: 100%;
}
.s-content h2, .s-content h3, .s-content h4, .s-content h5, .s-content h6 {
  font-weight: inherit;
  color: inherit;
  padding: 0;
  padding-bottom: var(--padding-bottom-default);
  margin: 0;
}
.s-content h2:last-child, .s-content h3:last-child, .s-content h4:last-child, .s-content h5:last-child, .s-content h6:last-child {
  padding-bottom: 0px;
}
.s-content h2:empty, .s-content h3:empty, .s-content h4:empty, .s-content h5:empty, .s-content h6:empty {
  display: none;
}
.s-debug [class] {
  outline: 3px solid lightgrey;
}
.s-debug [class*=__] {
  outline-color: grey;
}
.s-debug [class*="--"] {
  outline-color: rgb(72, 72, 72);
}
.s-debug [class^=o-],
.s-debug [class*=" o-"] {
  outline-color: orange;
}
.s-debug [class^=c-],
.s-debug [class*=" c-"] {
  outline-color: lightseagreen;
}
.s-debug [class^=u-],
.s-debug [class*=" u-"] {
  outline-color: lightcoral;
}
.s-debug [class^=is-],
.s-debug [class*=" is-"],
.s-debug [class^=has-],
.s-debug [class*=" has-"] {
  outline-color: yellow;
}
.s-debug [class^=js-],
.s-debug [class*=" js-"] {
  outline-color: darkmagenta;
}
.s-debug [class^=t-],
.s-debug [class*=" t-"] {
  outline-color: darkblue;
}
.s-debug [class^=s-],
.s-debug [class*=" s-"] {
  outline-color: darkorange;
}
.s-debug [class^=qa-],
.s-debug [class*=" qa-"] {
  outline-color: lightpink;
}
.s-debug [class^=_] {
  outline-color: red;
}
.s-debug [class*="@"] {
  outline-color: greenyellow;
}

.u-none {
  display: none !important;
}
@media (max-width: 610px) {
  .u-none\@xs {
    display: none !important;
  }
}
@media (min-width: 611px) and (max-width: 1344px) {
  .u-none\@sm {
    display: none !important;
  }
}
@media (min-width: 1345px) {
  .u-none\@md {
    display: none !important;
  }
}

.u-block {
  display: block !important;
}
