/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.98.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.2.1_sass@1.85.1_webpack@5.98.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.98.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.2.1_sass@1.85.1_webpack@5.98.0/node_modules/sass-loader/dist/cjs.js!./node_modules/.pnpm/swiper@11.2.5/node_modules/swiper/swiper.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 3, 2025
 */
/* 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.98.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.2.1_sass@1.85.1_webpack@5.98.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.98.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.2.1_sass@1.85.1_webpack@5.98.0/node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* ========================================================================================= */
/* 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: 1191px) {
  .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: 1191px) {
  .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: 1140px;
  --padding-bottom-default: 20px;
  --font-a: "Rochester", sans-serif;
  --font-b: "Merienda", sans-serif;
  --font-c: "Poppins", sans-serif;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-brand-primary: #f3ebe1;
  --color-brand-secondary: #333333;
  --color-brand-contrast: #f3eae1;
  --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-orange: #f7b941;
  --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: 1190px) {
  :root {
    --total-columns: 8;
    --grid-gutter: 24px;
    --container-padding: 90px;
  }
}
@media (min-width: 1191px) {
  :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;
  display: none;
  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: 1191px) {
  .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: 1191px) {
  .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 {
  overflow: hidden;
}
.js-split-text div {
  overflow: hidden;
}

.pswp {
  z-index: 9999999 !important;
}

.shadow-img {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.whatsapp__wrapper {
  position: fixed;
  bottom: 40px;
  right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media (min-width: 611px) {
  .whatsapp__wrapper {
    bottom: 50px;
    right: 50px;
  }
  .whatsapp__wrapper:hover {
    opacity: 0.5;
  }
}
.whatsapp__wrapper svg {
  width: 40px;
  height: 40px;
}
@media (min-width: 611px) {
  .whatsapp__wrapper svg {
    width: 50px;
    height: 50px;
  }
}

.whatsapp__title {
  color: white;
  background-color: #4caf50;
  padding: 2px 5px;
  border-radius: 15px;
}
@media (min-width: 611px) {
  .whatsapp__title {
    padding: 5px 10px;
  }
}

.js-text-movement {
  text-align: center;
}

#av-barba-container {
  opacity: 0;
  visibility: visible;
}

html,
body {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  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: 18px;
    line-height: 18px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  html,
  body {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
body {
  background-color: var(--color-bg-primary);
  overflow: hidden;
}
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;
}

b, strong {
  font-weight: 500;
}

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);
  }
}
@keyframes av_arrow_move {
  0%, 100% {
    transform: rotate(90deg) translateX(0);
  }
  50% {
    transform: rotate(90deg) translateX(10px);
  }
}
.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: 1191px) {
  .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: 1191px) {
  .o-col-1\@md {
    width: calc((100% - 0px) / var(--total-columns) * 1);
  }
}
@media (min-width: 1191px) {
  .o-col-push-1\@md {
    margin-left: calc(1 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-2\@md {
    width: calc((100% - 0px) / var(--total-columns) * 2);
  }
}
@media (min-width: 1191px) {
  .o-col-push-2\@md {
    margin-left: calc(2 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-3\@md {
    width: calc((100% - 0px) / var(--total-columns) * 3);
  }
}
@media (min-width: 1191px) {
  .o-col-push-3\@md {
    margin-left: calc(3 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-4\@md {
    width: calc((100% - 0px) / var(--total-columns) * 4);
  }
}
@media (min-width: 1191px) {
  .o-col-push-4\@md {
    margin-left: calc(4 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-5\@md {
    width: calc((100% - 0px) / var(--total-columns) * 5);
  }
}
@media (min-width: 1191px) {
  .o-col-push-5\@md {
    margin-left: calc(5 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-6\@md {
    width: calc((100% - 0px) / var(--total-columns) * 6);
  }
}
@media (min-width: 1191px) {
  .o-col-push-6\@md {
    margin-left: calc(6 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-7\@md {
    width: calc((100% - 0px) / var(--total-columns) * 7);
  }
}
@media (min-width: 1191px) {
  .o-col-push-7\@md {
    margin-left: calc(7 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-8\@md {
    width: calc((100% - 0px) / var(--total-columns) * 8);
  }
}
@media (min-width: 1191px) {
  .o-col-push-8\@md {
    margin-left: calc(8 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-9\@md {
    width: calc((100% - 0px) / var(--total-columns) * 9);
  }
}
@media (min-width: 1191px) {
  .o-col-push-9\@md {
    margin-left: calc(9 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-10\@md {
    width: calc((100% - 0px) / var(--total-columns) * 10);
  }
}
@media (min-width: 1191px) {
  .o-col-push-10\@md {
    margin-left: calc(10 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-11\@md {
    width: calc((100% - 0px) / var(--total-columns) * 11);
  }
}
@media (min-width: 1191px) {
  .o-col-push-11\@md {
    margin-left: calc(11 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 1191px) {
  .o-col-12\@md {
    width: calc((100% - 0px) / var(--total-columns) * 12);
  }
}
@media (min-width: 1191px) {
  .o-col-push-12\@md {
    margin-left: calc(12 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-1\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 1);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-1\@sm {
    margin-left: calc(1 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-2\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 2);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-2\@sm {
    margin-left: calc(2 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-3\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 3);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-3\@sm {
    margin-left: calc(3 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-4\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 4);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-4\@sm {
    margin-left: calc(4 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-5\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 5);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-5\@sm {
    margin-left: calc(5 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-6\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 6);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-6\@sm {
    margin-left: calc(6 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-7\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 7);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-push-7\@sm {
    margin-left: calc(7 / var(--total-columns) * (100% - 0px));
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .o-col-8\@sm {
    width: calc((100% - 0px) / var(--total-columns) * 8);
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .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: 1191px) {
  .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: 1190px) {
  .o-pt-160\@sm {
    padding-top: 160px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pt-128\@sm {
    padding-top: 128px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pt-96\@sm {
    padding-top: 96px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pt-80\@sm {
    padding-top: 80px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pt-64\@sm {
    padding-top: 64px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pt-48\@sm {
    padding-top: 48px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pt-32\@sm {
    padding-top: 32px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pt-24\@sm {
    padding-top: 24px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pt-16\@sm {
    padding-top: 16px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pt-8\@sm {
    padding-top: 8px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pt-4\@sm {
    padding-top: 4px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pt-0\@sm {
    padding-top: 0px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pb-160\@sm {
    padding-bottom: 160px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pb-128\@sm {
    padding-bottom: 128px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pb-96\@sm {
    padding-bottom: 96px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pb-80\@sm {
    padding-bottom: 80px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pb-64\@sm {
    padding-bottom: 64px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pb-48\@sm {
    padding-bottom: 48px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pb-32\@sm {
    padding-bottom: 32px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pb-24\@sm {
    padding-bottom: 24px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pb-16\@sm {
    padding-bottom: 16px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pb-8\@sm {
    padding-bottom: 8px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pb-4\@sm {
    padding-bottom: 4px;
  }
}
@media (min-width: 1191px) {
  .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: 1190px) {
  .o-pb-0\@sm {
    padding-bottom: 0px;
  }
}
@media (min-width: 1191px) {
  .o-pb-0\@md {
    padding-bottom: 0px;
  }
}

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

.o-button--style-1 {
  position: relative;
  padding: 12px 33px;
  background-color: transparent;
  color: var(--text-color);
  transition: color 0.3s ease-in-out;
}
.o-button--style-1:hover {
  color: var(--color-red);
}
.o-button--style-1::after {
  content: "↗";
  font-size: 14px;
  position: relative;
  top: -4px;
  right: -2px;
}
.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: 40px;
  line-height: 40px;
  letter-spacing: 0px;
  font-family: var(--font-c);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-1 {
    font-size: 54px;
    line-height: 54px;
    letter-spacing: 0px;
    font-family: var(--font-c);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-1 {
    font-size: 68px;
    line-height: 78px;
    letter-spacing: 0px;
    font-family: var(--font-c);
    font-weight: 400;
  }
}
.o-font-display-2 {
  font-size: 40px;
  line-height: 36px;
  letter-spacing: 0px;
  font-family: var(--font-b);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-2 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-2 {
    font-size: 56px;
    line-height: 51px;
    letter-spacing: 0px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.o-font-display-headline {
  font-size: 18px;
  line-height: 24px;
  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: 1191px) {
  .o-font-display-headline {
    font-size: 34px;
    line-height: 44px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-button {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-button {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 1px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .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: 14px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-overline {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-overline {
    font-size: 18px;
    line-height: 19px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-body {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-body {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-body {
    font-size: 20px;
    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: 1191px) {
  .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;
  opacity: 0;
  visibility: hidden;
}
.b-header__velo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-bg-primary);
  opacity: 0.7;
}
.b-header__wrapper-menu {
  justify-content: center;
  z-index: 1;
  display: none;
}
@media (min-width: 1191px) {
  .b-header__wrapper-menu {
    display: flex;
  }
}
.b-header__countdown {
  text-align: end;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 611px) {
  .b-header__countdown {
    text-align: center;
  }
}
.has-transform .b-header__countdown {
  transform: scale(0.8);
}
@media (min-width: 611px) {
  .has-transform .b-header__countdown {
    transform: scale(0.5);
  }
}
.b-header__container {
  height: 100%;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (min-width: 1191px) {
  .b-header__container {
    flex-direction: row;
    justify-content: initial;
  }
}
.b-header__col {
  padding: 22px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1191px) {
  .b-header__col {
    padding: 10px 0px;
    transition: all 0.3s ease-in-out;
  }
  .has-transform .b-header__col {
    padding: 0px;
  }
}
.b-header__col::before {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1px;
  background-color: var(--color-brand-secondary);
  width: 100%;
  left: 0px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  display: none;
}
@media (min-width: 1191px) {
  .b-header__col::before {
    display: block;
  }
}
.has-transform .b-header__col::before {
  opacity: 0;
}
.b-header__wrapper-logo {
  position: absolute;
  left: 0px;
  padding: 10px;
  font-weight: bold;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1191px) {
  .b-header__wrapper-logo {
    display: block;
  }
}
.b-header__logo {
  width: 50px;
  height: 50px;
  transition: all 0.3s ease-in-out;
}
.has-transform .b-header__logo {
  width: 30px;
  height: 30px;
}
@media (min-width: 611px) {
  .has-transform .b-header__logo {
    width: 20px;
    height: 20px;
  }
}

.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 {
  color: var(--color-black);
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.b-footer__container {
  position: relative;
}
.b-footer__container--map {
  padding-bottom: 40px;
}
.b-footer__container--1 {
  padding-bottom: 0px;
}
@media (min-width: 1191px) {
  .b-footer__container--1 {
    padding-bottom: 50px;
  }
}
.b-footer__container--1::before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--color-brand-secondary);
  opacity: 0.2;
  left: 0px;
}
.b-footer__container--2 {
  padding: 24px 0px;
}
.b-footer__col--map-form {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1191px) {
  .b-footer__col--map-form {
    flex-direction: row;
  }
}
.b-footer__title {
  text-transform: uppercase;
}
.b-footer__wrapper-logo {
  display: block;
  padding-bottom: 25px;
  text-align: center;
}
.b-footer__wrapper-label {
  font-weight: bold;
  padding-bottom: 14px;
}
@media (min-width: 1191px) {
  .b-footer__wrapper-label {
    padding-bottom: 34px;
  }
}
.b-footer__wrapper-about {
  padding-bottom: 34px;
}
@media (min-width: 1191px) {
  .b-footer__wrapper-about {
    padding-bottom: 0px;
  }
}
.b-footer__about {
  padding-bottom: 14px;
}
@media (min-width: 1191px) {
  .b-footer__about {
    padding-bottom: 34px;
  }
}
.b-footer__label {
  font-weight: bold;
  padding-bottom: 14px;
}
@media (min-width: 1191px) {
  .b-footer__label {
    padding-bottom: 34px;
  }
}
.b-footer__logo {
  display: inline-block;
  width: 90px;
}
.b-footer__wrapper-socials {
  display: block;
  width: 100%;
  padding-bottom: 24px;
}
@media (min-width: 1191px) {
  .b-footer__wrapper-socials {
    padding-bottom: 48px;
  }
}
.b-footer__wrapper-nav {
  display: block;
  width: 100%;
}
.b-footer__nav {
  display: block;
  width: 100%;
}
.b-footer__wrapper-menu {
  padding-bottom: 34px;
}
@media (min-width: 1191px) {
  .b-footer__wrapper-menu {
    padding-bottom: 0px;
  }
}
.b-footer__menu {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.b-footer__menu .menu-item-depth-0 {
  display: block;
  position: relative;
  padding-bottom: 14px;
}
.b-footer__menu .menu-item-depth-0:hover {
  color: var(--color-red);
}
.b-footer__menu--legal {
  flex-direction: row;
}
.b-footer__menu--legal .menu-item-depth-0 {
  margin-right: 30px;
  margin-left: 0px;
  padding-bottom: 0px;
}
@media (min-width: 1191px) {
  .b-footer__menu--legal .menu-item-depth-0 {
    margin-left: 30px;
    margin-right: 0px;
  }
}
.b-footer__wrapper-phone {
  display: flex;
}
.b-footer__phone {
  margin-right: 10px;
}
.b-footer__email {
  position: relative;
  display: flex;
  padding-bottom: 14px;
}
.b-footer__email a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: bold;
}
.b-footer__email a svg {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.b-footer__email a:hover {
  color: var(--color-red);
}
@media (min-width: 1191px) {
  .b-footer__email a {
    align-items: initial;
  }
}
.b-footer__wrapper-company-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 24px;
}
@media (min-width: 1191px) {
  .b-footer__wrapper-company-info {
    padding-bottom: 48px;
    flex-direction: row;
  }
}
.b-footer__wrapper-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.b-footer__wrapper-copyright {
  padding-bottom: 14px;
}
@media (min-width: 1191px) {
  .b-footer__wrapper-copyright {
    padding-bottom: 0px;
  }
}
.b-footer__wrapper-legal-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1191px) {
  .b-footer__wrapper-legal-info {
    flex-direction: row;
  }
}
.b-footer__wrapper-map {
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 400px;
}
.b-footer__wrapper-map .leaflet-bottom {
  display: none;
}
@media (min-width: 1191px) {
  .b-footer__wrapper-map {
    height: 100%;
    margin-right: 15px;
    width: calc(var(--col-1) * 6);
  }
}
.b-footer__map {
  height: 100%;
}
.b-footer__map-title {
  padding-bottom: 34px;
  text-align: center;
  font-weight: bold;
}
.b-footer__wrapper-cta {
  text-align: center;
  padding-top: 24px;
}
.b-footer__cta {
  font-weight: bold;
}
.b-footer__wrapper-title {
  padding-bottom: 24px;
  text-align: center;
  overflow: hidden;
}
.b-footer__wrapper-description {
  overflow: hidden;
}
.b-footer__descritpion {
  text-align: center;
}
.b-footer__wrapper-form {
  padding: 20px 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 44px;
}
@media (min-width: 1191px) {
  .b-footer__wrapper-form {
    margin-left: 15px;
    margin-bottom: 0px;
    width: calc(var(--col-1) * 6);
  }
}
.b-footer__wrapper-text {
  padding-bottom: 34px;
}
.b-footer__wrapper-copy a {
  color: var(--color-red);
}

.b-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  z-index: 99999999999;
  background-color: var(--color-bg-primary);
  /* HTML: <div class="loader"></div> */
}
.b-loader__item {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid var(--color-red);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}

.b-socials {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.b-socials__label {
  font-weight: bold;
  padding-bottom: 34px;
}
.b-socials__item-icon {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
  display: inline-block;
  cursor: pointer;
  color: var(--color-white);
  padding-right: 23px;
}
@media (min-width: 611px) {
  .b-socials__item-icon {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .b-socials__item-icon {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.b-socials__item-icon svg path {
  transition: all 0.3s ease-in-out;
  fill: var(--color-black);
}
.b-socials__item-icon:hover svg path {
  fill: var(--color-red);
}
.b-socials__item-icon:last-child {
  padding: 0px;
}

.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-bg-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-contact {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: var(--color-bg-primary);
  z-index: 99999999;
  top: -100%;
  opacity: 0;
  visibility: hidden;
  transition: top 0.6s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.b-contact.is-active {
  top: 0%;
  opacity: 1;
  visibility: visible;
}
.b-contact__inner {
  width: 100%;
  height: 100%;
}
.b-contact__wrapper-content {
  width: calc(var(--col-1) * 4);
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1191px) {
  .b-contact__wrapper-content {
    width: calc(var(--col-1) * 12);
    flex-direction: row;
  }
}
.b-contact__left-box {
  width: 100%;
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1191px) {
  .b-contact__left-box {
    width: 60%;
  }
}
.b-contact__right-box {
  width: 40%;
  display: none;
}
@media (min-width: 1191px) {
  .b-contact__right-box {
    display: block;
  }
}
.b-contact__wrapper-image {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.b-contact__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 136%;
}
.b-contact__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-contact__wrapper-title {
  padding-bottom: 34px;
  pointer-events: none;
}
.b-contact__title {
  text-align: center;
}
.b-contact__shortcode {
  padding: 20px 15px;
  background-color: var(--color-brand-contrast);
  border-radius: 10px;
}
@media (min-width: 1191px) {
  .b-contact__shortcode {
    padding: 50px;
  }
}
.b-contact__wrapper-close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  border: 1px solid var(--color-red);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1191px) {
  .b-contact__wrapper-close {
    top: 40px;
    width: 35px;
    height: 35px;
  }
}
.b-contact__wrapper-close svg path {
  fill: var(--color-red);
  transition: all 0.3s ease-in-out;
}
.b-contact__wrapper-close:hover {
  background-color: var(--color-red);
}
.b-contact__wrapper-close:hover svg path {
  fill: var(--color-white);
}

.b-start-page {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  z-index: 999999999;
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease-in-out;
  border-bottom: 1px solid var(--color-black);
  cursor: pointer;
}
.b-start-page__inner {
  height: 100%;
}
.b-start-page__container {
  height: 100%;
}
.b-start-page__wrapper-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.b-start-page__wrapper-title {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.b-start-page__title {
  line-height: 50px;
}
@media (min-width: 611px) {
  .b-start-page__title {
    line-height: 83px;
  }
}
.b-start-page__icon {
  width: 100px;
  height: auto;
  opacity: 0;
  transition: all 0.8s ease-in-out;
}
@keyframes sutilEscala {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.b-start-page__click {
  display: inline-block;
  animation: sutilEscala 3s ease-in-out infinite;
  color: var(--color-red);
  opacity: 0;
  transition-delay: 0.8s;
  transition: all 1s ease-in-out;
}

.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;
}
.c-hero__container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.c-hero__col {
  height: auto;
}
.c-hero__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  z-index: 5;
  top: 10%;
  mix-blend-mode: color;
}
@media (min-width: 611px) {
  .c-hero__wrapper {
    top: 75vh;
  }
}
.c-hero__wrapper-overline {
  display: flex;
  justify-content: end;
  width: 100%;
  padding-bottom: 15px;
}
@media (min-width: 611px) {
  .c-hero__wrapper-overline {
    justify-content: start;
  }
}
.c-hero__overline {
  color: var(--color-red);
  display: block;
  width: calc(var(--col-1) * 2);
  text-align: end;
  line-height: 18px;
}
@media (min-width: 611px) {
  .c-hero__overline {
    width: calc(var(--col-1) * 3);
    text-align: start;
    line-height: 22px;
  }
}
.c-hero__wrapper-title {
  display: block;
  width: 100%;
  padding-bottom: 24px;
}
@media (min-width: 611px) {
  .c-hero__wrapper-title {
    padding-bottom: 46px;
    width: calc(var(--col-1) * 6);
  }
}
.c-hero__title {
  color: var(--text-color);
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: end;
}
@media (min-width: 611px) {
  .c-hero__title {
    text-align: start;
  }
}
.c-hero__title span {
  color: var(--color-brand-primary);
  font-style: italic;
}
.c-hero__wrapper-cta {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  position: absolute;
  bottom: 50px;
  left: 0px;
}
.c-hero__wrapper-cta:first-child {
  text-align: right;
}
.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;
  z-index: 2;
  display: block;
  overflow: hidden;
}
.c-hero__wrapper-image--small {
  top: -28px;
  width: calc(var(--col-1) * 2);
  left: -60px;
  transform: rotate(180deg);
}
.c-hero__wrapper-image--small:before {
  content: "";
  display: block;
  padding-bottom: 170%;
}
@media (min-width: 611px) {
  .c-hero__wrapper-image--small {
    top: 0px;
    left: calc(var(--container-padding) - var(--grid-gutter) / 2 + var(--grid-gutter) / 2);
  }
}
@media (min-width: 1191px) {
  .c-hero__wrapper-image--small {
    width: calc(var(--col-1) * 3);
  }
}
.c-hero__wrapper-image--big {
  width: calc(var(--col-1) * 3);
  right: 50%;
  transform: translateX(50%);
  bottom: 20%;
  height: 50%;
  display: flex;
  align-items: center;
}
@media (min-width: 611px) {
  .c-hero__wrapper-image--big {
    width: calc(var(--col-1) * 5);
    right: calc(var(--container-padding) - var(--grid-gutter) / 2 + var(--grid-gutter) / 2);
    bottom: 30%;
    transform: initial;
    height: initial;
    display: initial;
  }
  .c-hero__wrapper-image--big:before {
    content: "";
    display: block;
    padding-bottom: 125%;
  }
}
@media (min-width: 1191px) {
  .c-hero__wrapper-image--big {
    bottom: 5%;
  }
}
.c-hero__image {
  height: 150%;
}
@media (min-width: 611px) {
  .c-hero__image {
    position: absolute;
    top: -20%;
    left: 0px;
    width: 100%;
    height: 140%;
    object-fit: cover;
  }
}
.c-hero__image--small {
  top: 0px;
  height: 100%;
}
.c-hero__wrapper-arrow {
  position: absolute;
  bottom: 10%;
  transform: rotate(90deg);
  z-index: 9;
  animation: av_arrow_move 1.5s infinite ease-in-out;
  left: 43%;
}
@media (min-width: 611px) {
  .c-hero__wrapper-arrow {
    left: 50%;
  }
}
.c-hero__wrapper-arrow svg {
  height: 60px;
  width: auto;
}
.c-hero__wrapper-arrow svg path {
  fill: var(--color-red);
}

.c-image-text {
  position: relative;
  position: relative;
  z-index: 2;
  background-color: var(--bg-color);
}
.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;
}
.c-image-text__inner {
  height: 100%;
  display: flex;
  padding: 48px 0px;
}
@media (min-width: 1191px) {
  .c-image-text__inner {
    padding: 90px 0px;
  }
}
@media (max-width: 610px) {
  .is-content-image .c-image-text__container {
    flex-direction: column-reverse;
  }
}
.c-image-text__col--image {
  margin-bottom: 0px;
  order: 1;
}
@media (min-width: 611px) {
  .is-image-content .c-image-text__col--image {
    order: 1;
  }
}
@media (min-width: 611px) {
  .is-content-image .c-image-text__col--image {
    order: 2;
  }
}
.c-image-text__col--texts {
  order: 2;
}
@media (min-width: 611px) {
  .is-content-image .c-image-text__col--texts {
    order: 1;
  }
}
@media (min-width: 611px) {
  .is-image-content .c-image-text__col--texts {
    order: 2;
  }
}
.c-image-text__wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
  display: block;
}
@media (max-width: 610px) {
  .is-content-image .c-image-text__wrapper {
    padding-bottom: 25px;
  }
}
@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 {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
.c-image-text__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 136%;
}
@media (min-width: 1191px) {
  .c-image-text__wrapper-image:before {
    content: "";
    display: block;
    padding-bottom: 130%;
  }
}
.c-image-text__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-image-text__wrapper-title {
  display: block;
  width: 100%;
  padding-bottom: 25px;
  text-align: left;
}
@media (min-width: 1191px) {
  .c-image-text__wrapper-title {
    padding-bottom: 57px;
  }
}
.c-image-text__title {
  color: var(--text-color);
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}
.c-image-text__title::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: var(--color-brand-secondary);
}
@media (min-width: 1191px) {
  .c-image-text__title::before {
    bottom: -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;
}
.c-image-text__wrapper-description {
  display: block;
  width: 100%;
  color: var(--text-color);
  padding-bottom: 25px;
  text-align: left;
}
@media (max-width: 610px) {
  .c-image-text__wrapper-description-special {
    padding-top: 14px;
  }
}
@media (min-width: 1191px) {
  .c-image-text__wrapper-description {
    padding-bottom: 51px;
  }
}
.c-image-text__description {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
  line-height: 24px;
  display: block;
  width: 100%;
}
@media (min-width: 611px) {
  .c-image-text__description {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-image-text__description {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-image-text__description {
    line-height: 26px;
  }
}
.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: 1191px) {
  .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%;
}
.c-text__title {
  color: var(--alt-color);
  display: block;
  width: 100%;
}
.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-gallery {
  position: relative;
  z-index: 999;
}
.c-gallery::after {
  content: ".c-gallery";
  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-gallery {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-gallery::after {
  display: block;
}
.c-gallery__inner {
  padding: 20px 0px;
  position: relative;
}
@media (min-width: 1191px) {
  .c-gallery__inner {
    padding: 50px 0px;
  }
}
.c-gallery__col {
  position: relative;
}
.c-gallery__grid {
  display: flex;
  flex-wrap: wrap;
}
.c-gallery__gutter-sizer {
  width: 0px;
}
.c-gallery__grid-sizer, .c-gallery__item {
  width: calc((100% - 1px) / 3);
  margin-bottom: 64px;
  padding: 24px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.c-gallery__wrapper-image {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  padding: 3px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.c-gallery__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 611px) {
  .c-gallery__wrapper-image:hover {
    opacity: 0.5;
  }
}
.c-gallery__image {
  position: absolute;
  top: -20%;
  left: 0px;
  width: 100%;
  height: 130%;
  object-fit: cover;
  opacity: 0;
}
.c-gallery__wrapper-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Crea 3 columnas de igual tamaño */
  gap: 20px; /* Espacio entre las imágenes */
  justify-items: center; /* Centra las imágenes dentro de cada celda */
  margin: 0 auto;
}
@media (min-width: 611px) {
  .c-gallery__wrapper-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-gallery__wrapper-title {
  overflow: hidden;
  margin-bottom: 14px;
}
@media (min-width: 611px) {
  .c-gallery__wrapper-title {
    margin-bottom: 60px;
  }
}
.c-gallery__title {
  text-align: center;
}
.c-gallery__wrapper-velo-image {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999999;
  width: calc(var(--col-1) * 4);
  max-height: 90vh;
  overflow: hidden;
}
@media (min-width: 611px) {
  .c-gallery__wrapper-velo-image {
    width: calc(var(--col-1) * 5);
  }
}
.c-gallery__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 999999999;
}
@media (min-width: 1191px) {
  .c-gallery__close {
    right: 80px;
    top: 100px;
  }
}
.c-gallery__close::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: var(--color-white);
  transform: rotate(45deg);
  top: 50%;
  left: 0px;
}
.c-gallery__close::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: var(--color-white);
  transform: rotate(-45deg);
  top: 50%;
  left: 0px;
}
.c-gallery__velo {
  position: fixed;
  height: 100vh;
  width: 100%;
  background-color: var(--color-black);
  top: 0px;
  left: 0px;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
}
.c-gallery__velo.is-active {
  opacity: 0.4;
  visibility: visible;
}
.c-gallery__wrapper-bg-image {
  display: block;
  width: calc(var(--col-1) * 2);
  position: absolute;
  left: 0px;
  bottom: 50%;
}
.c-gallery__wrapper-bg-image:before {
  content: "";
  display: block;
  padding-bottom: 175%;
}
@media (min-width: 611px) {
  .c-gallery__wrapper-bg-image {
    width: calc(var(--col-1) * 2);
  }
}
.c-gallery__wrapper-bg-image--2 {
  bottom: 15%;
  left: initial;
  right: 0px;
}
.c-gallery__bg-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.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;
}
.c-form__wrapper-input textarea {
  resize: none;
}
.c-form__wrapper-button {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 5px;
  color: black;
}
.c-form__button {
  transition: all 0.3s ease-in-out;
  border: 0px;
  background-color: transparent;
  padding: 0px;
  cursor: pointer;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: black;
}
.c-form__button:hover {
  color: var(--color-red);
}

.c-slider {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.c-slider__inner {
  padding-top: 48px;
}
@media (min-width: 1191px) {
  .c-slider__inner {
    padding: 150px 0px;
  }
}
.c-slider__container {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.is-inview .c-slider__container {
  opacity: 1;
  visibility: visible;
}
.c-slider__col {
  z-index: 2;
}
.c-slider__swiper {
  overflow: initial;
}
.c-slider__swiper-slide {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.c-slider__wrapper-overline {
  padding-bottom: 24px;
}
.c-slider__overline {
  color: var(--color-red);
  text-align: center;
  font-weight: bold;
}
.c-slider__wrapper-title {
  padding-bottom: 42px;
}
.c-slider__title {
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
.c-slider__wrapper-image {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-slider__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
@media (min-width: 1191px) {
  .c-slider__wrapper-image:before {
    content: "";
    display: block;
    padding-bottom: 50%;
  }
}
.c-slider__image {
  position: absolute;
  top: -20%;
  left: 0px;
  width: 100%;
  height: 130%;
  object-fit: cover;
}
.c-slider__pagination {
  width: 100%;
  display: flex;
  position: absolute;
  justify-content: center;
  bottom: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  z-index: 3;
}
@media (min-width: 611px) {
  .c-slider__pagination {
    bottom: 40px;
    padding: 0px;
  }
}
.c-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  position: relative;
  display: flex;
  background: var(--color-white);
  border-radius: 50%;
  margin-right: 10px;
  opacity: 0.9;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  border: 1px solid var(--color-brand-primary);
}
@media (min-width: 611px) {
  .c-slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 0px;
  }
}
.c-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-red);
}
.c-slider__navigation {
  position: absolute;
  box-shadow: -4px 2px 47px 0px rgba(0, 0, 0, 0.75);
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  z-index: 9;
  border-radius: 50%;
  background-color: var(--color-brand-primary);
  cursor: pointer;
}
@media (min-width: 1191px) {
  .c-slider__navigation {
    width: 50px;
    height: 50px;
  }
}
.c-slider__navigation.swiper-button-next {
  right: -20px;
  transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 1191px) {
  .c-slider__navigation.swiper-button-next {
    right: -25px;
  }
}
.c-slider__navigation.swiper-button-prev {
  left: -20px;
}
@media (min-width: 1191px) {
  .c-slider__navigation.swiper-button-prev {
    left: -25px;
  }
}
.c-slider__top-bg {
  position: absolute;
  width: 100%;
  height: 70%;
  top: 0px;
  left: 0px;
  background-color: var(--color-brand-contrast);
}
@media (min-width: 1191px) {
  .c-slider__top-bg {
    height: 60%;
  }
}

.c-two-image-text {
  position: relative;
}
.c-two-image-text::after {
  content: ".c-two-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-two-image-text {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-two-image-text::after {
  display: block;
}
.c-two-image-text__inner {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  padding-bottom: 24px;
  padding-top: 80px;
}
.is-inview .c-two-image-text__inner {
  opacity: 1;
}
@media (min-width: 1191px) {
  .c-two-image-text__inner {
    padding-bottom: 124px;
  }
}
.c-two-image-text__wrapper-image {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-two-image-text__wrapper-image--left:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.c-two-image-text__wrapper-image--right:before {
  content: "";
  display: block;
  padding-bottom: 130%;
}
.c-two-image-text__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 130%;
  object-fit: cover;
}
.c-two-image-text__wrapper-overline {
  overflow: hidden;
  padding-bottom: 24px;
}
.c-two-image-text__overline {
  color: var(--color-red);
  text-align: center;
  font-weight: bold;
}
.c-two-image-text__wrapper-title {
  padding-bottom: 42px;
  overflow: hidden;
  padding-top: 0px;
}
.c-two-image-text__wrapper-title--image {
  padding-bottom: 14px;
  padding-top: 24px;
}
@media (min-width: 1191px) {
  .c-two-image-text__wrapper-title--image {
    padding-bottom: 32px;
  }
}
@media (min-width: 1191px) {
  .c-two-image-text__wrapper-title {
    padding-top: 42px;
    padding-bottom: 64px;
  }
}
.c-two-image-text__title {
  text-align: center;
  font-weight: bold;
  overflow: hidden;
}
.c-two-image-text__title--image {
  text-align: start;
}
.c-two-image-text__wrapper-text {
  overflow: hidden;
  padding-bottom: 24px;
}
@media (min-width: 1191px) {
  .c-two-image-text__wrapper-text {
    padding-bottom: 0px;
  }
}
.c-two-image-text__text--image {
  padding-bottom: 34px;
}
@media (min-width: 1191px) {
  .c-two-image-text__text--image {
    padding-bottom: 0px;
  }
}
.c-two-image-text__wrapper-cta {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: var(--col-1);
  height: var(--col-1);
  background-color: var(--color-orange);
  border-radius: 3px;
  cursor: pointer;
  box-shadow: -4px 2px 47px 0px rgba(0, 0, 0, 0.7);
}
.c-two-image-text__wrapper-cta svg {
  width: 60px;
  height: 60px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-animated-text {
  position: relative;
  position: relative;
  z-index: 2;
}
.c-animated-text::after {
  content: ".c-animated-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-animated-text {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-animated-text::after {
  display: block;
}
.c-animated-text__inner {
  padding: 50px 0px;
  position: relative;
}
.c-animated-text__col {
  z-index: 9;
}
.c-animated-text__wrapper-title {
  padding-bottom: 56px;
  position: relative;
}
.c-animated-text__title {
  white-space: nowrap;
}
.c-animated-text__wrapper-image {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.c-animated-text__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 1191px) {
  .c-animated-text__wrapper-image:before {
    content: "";
    display: block;
    padding-bottom: 60%;
  }
}
.c-animated-text__wrapper-image-bg {
  display: block;
  width: calc(var(--col-1) * 1);
  position: absolute;
  left: 0px;
  top: 300px;
}
.c-animated-text__wrapper-image-bg:before {
  content: "";
  display: block;
  padding-bottom: 175%;
}
@media (min-width: 611px) {
  .c-animated-text__wrapper-image-bg {
    top: initial;
    bottom: 20%;
    left: -100px;
    width: calc(var(--col-1) * 3);
  }
}
@media (min-width: 1191px) {
  .c-animated-text__wrapper-image-bg {
    left: 70px;
  }
}
.c-animated-text__wrapper-image-bg--2 {
  left: initial;
  right: 0px;
  bottom: initial;
}
@media (min-width: 611px) {
  .c-animated-text__wrapper-image-bg--2 {
    top: 40%;
    right: -100px;
  }
}
@media (min-width: 1191px) {
  .c-animated-text__wrapper-image-bg--2 {
    top: 40%;
    right: 70px;
  }
}
.c-animated-text__image-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-animated-text__image {
  position: absolute;
  top: -20px;
  left: 0px;
  width: 100%;
  height: 140%;
  object-fit: cover;
  opacity: 0;
}
.c-animated-text__wrapper-description {
  padding: 20px;
  background-color: var(--color-brand-primary);
  line-height: 20px;
}
@media (min-width: 611px) {
  .c-animated-text__wrapper-description {
    line-height: 26px;
  }
}

.c-wedding-details {
  position: relative;
  position: relative;
  z-index: 2;
}
.c-wedding-details::after {
  content: ".c-wedding-details";
  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-wedding-details {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-wedding-details::after {
  display: block;
}
.c-wedding-details__inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 60px 0px;
}
.c-wedding-details__container {
  position: relative;
  z-index: 1;
}
@media (min-width: 611px) and (max-width: 1190px) {
  .c-wedding-details__container {
    justify-content: center;
  }
}
@media (min-width: 611px) and (max-width: 1190px) {
  .c-wedding-details__col {
    margin-bottom: 24px;
  }
}
.c-wedding-details__wrapper-title {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 24px;
  padding-top: 34px;
  overflow: hidden;
}
@media (min-width: 611px) {
  .c-wedding-details__wrapper-title {
    padding-bottom: 64px;
    padding-top: 0px;
  }
}
.c-wedding-details__title {
  color: var(--alt-color);
  display: block;
  width: 100%;
}
.c-wedding-details__wrapper-image {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  opacity: 0.4;
}
.c-wedding-details__image {
  position: relative;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.c-wedding-details__wrapper-block-image {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  margin-bottom: 14px;
}
.c-wedding-details__wrapper-block-image:before {
  content: "";
  display: block;
  padding-bottom: 80%;
}
@media (min-width: 611px) {
  .c-wedding-details__wrapper-block-image {
    margin-bottom: 0px;
  }
  .c-wedding-details__wrapper-block-image:before {
    content: "";
    display: block;
    padding-bottom: 110%;
  }
}
.c-wedding-details__block-image {
  position: absolute;
  top: -10px;
  left: 0px;
  width: 100%;
  height: 140%;
  object-fit: cover;
  opacity: 0;
}
.c-wedding-details__wrapper-block-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: var(--color-brand-primary);
  padding: 20px 15px;
  width: 100%;
}
.c-wedding-details__block-text {
  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: 1190px) {
  .u-none\@sm {
    display: none !important;
  }
}
@media (min-width: 1191px) {
  .u-none\@md {
    display: none !important;
  }
}

.u-block {
  display: block !important;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.98.0/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.2.1_sass@1.85.1_webpack@5.98.0/node_modules/sass-loader/dist/cjs.js!./node_modules/.pnpm/photoswipe@5.4.4/node_modules/photoswipe/dist/photoswipe.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************/
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}
