/*!***********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.10.0_webpack@5.90.3/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.1.1_sass@1.71.1_webpack@5.90.3/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.10.0_webpack@5.90.3/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.1.1_sass@1.71.1_webpack@5.90.3/node_modules/sass-loader/dist/cjs.js!./node_modules/.pnpm/swiper@11.0.7/node_modules/swiper/swiper.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.10.0_webpack@5.90.3/node_modules/css-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@14.1.1_sass@1.71.1_webpack@5.90.3/node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \**********************************************************************************************************************************************************************************************************************************/
/* ========================================================================================= */
/* TOOLS - MIXINS */
/* ========================================================================================= */
/* ========================================================================================= */
/* END TOOLS - MIXINS */
/* ========================================================================================= */
/* ========================================================================================= */
/* TOOLS - FUNCTIONS */
/* ========================================================================================= */
/* ========================================================================================= */
/* END TOOLS - FUNCTIONS */
/* ========================================================================================= */
.cky-consent-container {
  width: 85% !important;
  right: 0px !important;
  left: initial !important;
}
@media (min-width: 611px) {
  .cky-consent-container {
    right: 10px !important;
  }
}
@media (min-width: 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: "PoiretOne", sans-serif;
  --font-b: "Raleway", sans-serif;
  --font-c: "PoiretOne", sans-serif;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-brand-primary: #aa5c09;
  --color-brand-secondary: #333333;
  --color-brand-contrast: #f5f2e9;
  --color-background-light: #F9F8F7;
  --color-background-dark: #252525;
  --color-bg-primary: white;
  --color-white-op: rgba(255, 255, 255, 0.6392156863);
  --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;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: var(--font-b);
  font-weight: 400;
}
@media (min-width: 611px) {
  .js-debugger-tool {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .js-debugger-tool {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.is-debug .js-debugger-tool {
  background-color: rgb(21, 153, 21);
  color: var(--color-white);
}

.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;
}

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

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

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);
  }
}
.o-bg-color-white {
  --bg-color: var(--color-white);
  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-right: calc(var(--container-padding-right) - var(--grid-gutter) / 2);
  padding-left: calc(var(--container-padding-left) - var(--grid-gutter) / 2);
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (min-width: 611px) {
  .o-container {
    padding-left: calc(var(--container-padding) - var(--grid-gutter) / 2);
  }
}
.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);
}
.o-button--style-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--text-color);
  transition: opacity 0.3s, border 0.3s;
}
.o-button--style-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid var(--text-color);
  opacity: 0;
  z-index: -1;
  transform: scaleX(1.1) scaleY(1.3);
  transition: transform 0.3s, opacity 0.3s;
}
@media (min-width: 611px) {
  .o-button--style-1:hover {
    background-color: transparent;
    box-shadow: none;
    color: var(--color-brand-primary);
    opacity: 0.8;
  }
  .o-button--style-1:hover::before {
    opacity: 0;
    border-color: var(--color-brand-primary);
  }
  .o-button--style-1:hover::after {
    opacity: 1;
    transform: scaleX(1) scaleY(1);
    border-color: var(--color-brand-primary);
  }
}
.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: 52px;
  line-height: 50px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-1 {
    font-size: 76px;
    line-height: 74px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-1 {
    font-size: 94px;
    line-height: 84px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-2 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-2 {
    font-size: 76px;
    line-height: 80px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-headline {
  font-size: 20px;
  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: 38px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-button {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2.46px;
  font-family: var(--font-b);
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 611px) {
  .o-font-display-button {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 2.64px;
    font-family: var(--font-b);
    font-weight: 400;
    text-transform: uppercase;
  }
}
@media (min-width: 1191px) {
  .o-font-display-button {
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0px;
    font-family: var(--font-b);
    font-weight: 400;
    text-transform: uppercase;
  }
}
.o-font-display-overline {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.53px;
  font-family: var(--font-a);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-overline {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.71px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-overline {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 4px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.o-font-display-body {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.53px;
  font-family: var(--font-b);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-body {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.71px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-body {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.o-font-display-caption {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: var(--font-b);
  font-weight: 400;
}
@media (min-width: 611px) {
  .o-font-display-caption {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .o-font-display-caption {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: var(--font-b);
    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 {
  background-color: var(--color-brand-contrast);
  opacity: 0.8;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 45px;
  z-index: 9999999;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 611px) {
  .b-header {
    width: 90px;
  }
}
.b-header__wrapper-hamburguer {
  position: absolute;
  width: 36px;
  height: 20px;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
@media (min-width: 611px) {
  .b-header__wrapper-hamburguer {
    width: 50px;
    height: 26px;
  }
}
.b-header__hamburguer-inner {
  transition: all 0.3s ease-in-out;
  position: relative;
  height: 100%;
  width: 100%;
}
.is-dropdown-active .b-header__hamburguer-inner {
  transform: rotate(180deg);
  opacity: 0;
}
.b-header__hamburguer {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
}
.b-header__hamburguer--line-1 {
  top: 3px;
}
.b-header__hamburguer--line-2 {
  top: 50%;
  transform: translateY(-50%);
}
.b-header__hamburguer--line-3 {
  bottom: 3px;
}
.b-header__arrow-menu {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.is-dropdown-active .b-header__arrow-menu {
  transform: rotate(180deg) translateY(50%);
  opacity: 1;
}
.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__wrapper-menu {
  align-items: center;
  display: none;
}
.b-header__wrapper-logo {
  position: relative;
  width: 50px;
}
@media (min-width: 1191px) {
  .b-header__wrapper-logo {
    margin-right: 80px;
  }
}
.b-header__nav li {
  color: var(--color-brand-contrast);
}
.b-header__menu {
  display: flex;
  font-weight: bold;
}
.b-header__menu .menu-item-depth-0 {
  margin-right: 50px;
  position: relative;
}
.b-header__menu .menu-item-depth-0::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 2px;
  background-color: var(--color-brand-contrast);
  transition: all 0.3s ease-in-out;
}
.b-header__menu .menu-item-depth-0:hover::before {
  width: 100%;
}
.b-header__menu .menu-item-depth-0.current-menu-item::before, .b-header__menu .menu-item-depth-0.current-lang::before {
  width: 100%;
}
.b-header__menu .menu-item-depth-0.lang-item {
  margin: 0px 15px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: var(--font-b);
  font-weight: 400;
}
@media (min-width: 611px) {
  .b-header__menu .menu-item-depth-0.lang-item {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .b-header__menu .menu-item-depth-0.lang-item {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.b-header__menu .menu-item-depth-0.lang-item-first {
  margin-left: 150px;
}

.b-footer {
  position: relative;
  z-index: 5;
  position: relative;
  right: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  background-color: var(--color-white);
  padding-top: 40px;
  padding-bottom: 40px;
}
.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;
}
@media (min-width: 1191px) {
  .b-footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.b-footer__col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 1191px) {
  .b-footer__col {
    padding-top: 50px;
  }
  .b-footer__col::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 1px;
    opacity: 0.3;
    background-color: var(--color-brand-secondary);
    left: 50%;
    transform: translateX(-50%);
  }
}
.b-footer__wrapper-logo {
  display: block;
  padding-bottom: 25px;
  text-align: center;
}
.b-footer__logo {
  display: inline-block;
  width: 90px;
}
.b-footer__wrapper-socials {
  display: block;
  width: 100%;
  padding-bottom: 24px;
}
@media (min-width: 611px) {
  .b-footer__wrapper-socials {
    padding-bottom: 48px;
  }
}
.b-footer__inner {
  color: var(--color-black);
}
.b-footer__wrapper-nav {
  display: block;
  width: 100%;
}
.b-footer__nav {
  display: block;
  width: 100%;
}
.b-footer__wrapper-menu {
  padding-bottom: 24px;
  width: 100%;
}
@media (min-width: 611px) {
  .b-footer__wrapper-menu {
    padding-bottom: 48px;
  }
}
.b-footer__menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 611px) {
  .b-footer__menu {
    justify-content: center;
  }
}
.b-footer__menu .menu-item-depth-0 {
  display: block;
  position: relative;
  font-weight: 600;
}
@media (min-width: 611px) {
  .b-footer__menu .menu-item-depth-0 {
    padding: 0px 30px;
  }
  .b-footer__menu .menu-item-depth-0::before {
    content: "";
    position: absolute;
    right: 0px;
    height: 100%;
    width: 0.5px;
    background-color: var(--color-brand-secondary);
    top: 0px;
  }
  .b-footer__menu .menu-item-depth-0:last-child::before {
    height: 0px;
  }
}
.b-footer__menu .menu-item-depth-0:hover {
  color: var(--color-brand-primary);
}
.b-footer__wrapper-phone {
  display: flex;
  margin-left: 20px;
}
.b-footer__wrapper-phone svg {
  position: relative;
  left: -5px;
}
.b-footer__email {
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 611px) {
  .b-footer__email {
    padding-bottom: 0px;
  }
}
.b-footer__email svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (min-width: 1191px) {
  .b-footer__email svg {
    position: absolute;
    left: -30px;
    top: 0px;
    margin-right: 0px;
  }
}
.b-footer__email svg path {
  transition: all 0.3s ease-in-out;
}
.b-footer__email a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: underline;
}
.b-footer__email a:hover {
  color: var(--color-brand-primary);
  text-decoration-color: var(--color-brand-primary);
}
.b-footer__email a:hover svg path {
  fill: var(--color-brand-primary);
}
@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: 611px) {
  .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-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  z-index: 99999999;
  background-color: var(--color-white);
}
.b-loader__item {
  width: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  animation: l5 1s infinite linear alternate;
}

@keyframes l5 {
  0% {
    box-shadow: 20px 0 #000, -20px 0 rgba(0, 0, 0, 0.1333333333);
    background: #000;
  }
  33% {
    box-shadow: 20px 0 #000, -20px 0 rgba(0, 0, 0, 0.1333333333);
    background: rgba(0, 0, 0, 0.1333333333);
  }
  66% {
    box-shadow: 20px 0 rgba(0, 0, 0, 0.1333333333), -20px 0 #000;
    background: rgba(0, 0, 0, 0.1333333333);
  }
  100% {
    box-shadow: 20px 0 rgba(0, 0, 0, 0.1333333333), -20px 0 #000;
    background: #000;
  }
}
.b-socials {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  justify-content: center;
}
.b-socials__item-icon {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.53px;
  font-family: var(--font-b);
  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: 16px;
    line-height: 24px;
    letter-spacing: 0.71px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .b-socials__item-icon {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-family: var(--font-b);
    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-brand-primary);
}
.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;
}
@media (min-width: 611px) {
  .b-menu-dropdown {
    width: auto;
  }
}
.b-menu-dropdown__wrapper {
  background-color: var(--color-brand-secondary);
  left: -100%;
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
  transition: all 0.4s ease-in-out 0s;
  padding-left: 44px;
}
@media (min-width: 611px) {
  .b-menu-dropdown__wrapper {
    padding-left: 90px;
  }
}
.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 .menu-link {
  opacity: 0.8;
  color: var(--color-white);
  position: relative;
  display: block;
  padding: 20px 0px;
  padding-left: 20px;
}
@media (min-width: 611px) {
  .b-menu-dropdown__menu .menu-item-depth-0 .menu-link {
    padding: 20px 250px 20px 40px;
  }
}
.b-menu-dropdown__menu .menu-item-depth-0 .menu-link:hover {
  background-color: var(--color-brand-primary);
}
.b-menu-dropdown__menu .current-menu-item .menu-link, .b-menu-dropdown__menu .current-lang .menu-link {
  opacity: 1;
}
.b-menu-dropdown__menu .current-menu-item .menu-link::before, .b-menu-dropdown__menu .current-lang .menu-link::before {
  width: 100%;
}

.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--half {
  height: 65vh;
}
.c-hero__container {
  height: 100%;
  position: relative;
  z-index: 2;
}
.c-hero__col {
  height: 100%;
}
.c-hero__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.c-hero__wrapper--default {
  align-content: center;
}
.c-hero__wrapper--bottom {
  align-content: flex-end;
  padding-bottom: 96px;
}
.c-hero__wrapper-overline {
  display: block;
  width: 100%;
  padding-bottom: 15px;
}
.c-hero__overline {
  color: var(--text-color);
  display: block;
  width: 100%;
  text-align: center;
}
.c-hero__wrapper--bottom .c-hero__overline {
  text-align: left;
}
.c-hero__wrapper-title {
  display: block;
  width: 100%;
  padding-bottom: 24px;
}
@media (min-width: 611px) {
  .c-hero__wrapper-title {
    padding-bottom: 46px;
  }
}
.c-hero__title {
  font-size: 52px;
  line-height: 50px;
  letter-spacing: 0px;
  font-family: var(--font-a);
  font-weight: 400;
  color: var(--text-color);
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 611px) {
  .c-hero__title {
    font-size: 76px;
    line-height: 74px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-hero__title {
    font-size: 94px;
    line-height: 84px;
    letter-spacing: 0px;
    font-family: var(--font-a);
    font-weight: 400;
  }
}
.c-hero__title span {
  color: var(--color-brand-primary);
  font-style: italic;
}
.c-hero__wrapper--bottom .c-hero__title {
  text-align: left;
}
.c-hero__wrapper-ctas {
  display: flex;
  width: 100%;
  justify-content: center;
}
.c-hero__wrapper--bottom .c-hero__wrapper-ctas {
  text-align: left;
}
.c-hero__wrapper-cta {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  text-align: center;
}
.c-hero__wrapper--bottom .c-hero__wrapper-cta {
  text-align: left;
}
.c-hero__wrapper-cta:first-child {
  text-align: right;
}
.c-hero__inner {
  height: 100%;
}
.error404 .c-hero__inner {
  --text-color: var(--color-white);
}
.c-hero__wrapper-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
}
.c-hero__wrapper-arrow {
  position: absolute;
  bottom: 40px;
  left: calc(50% + var(--container-padding-left) / 2);
  transform: translateX(-50%);
  z-index: 9;
}
@media (min-width: 611px) {
  .c-hero__wrapper-arrow {
    left: 50%;
  }
}
.c-hero__wrapper-arrow svg {
  height: 50px;
  width: auto;
}
.c-hero__wrapper-arrow svg path {
  fill: var(--text-color);
}
.c-hero__background-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: var(--color-black);
  opacity: 0.5;
  z-index: 9;
}

.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;
}
@media (min-width: 1191px) {
  .c-image-text {
    height: 100vh;
  }
}
.c-image-text__inner {
  height: 100%;
  display: flex;
  padding: 48px 0px;
}
@media (min-width: 1191px) {
  .c-image-text__inner {
    padding: 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: 1191px) {
  .is-image-content .c-image-text__col--image {
    margin-left: var(--col-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: 1191px) {
  .is-content-image .c-image-text__col--texts {
    margin-left: var(--col-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;
}
.c-image-text__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 136%;
}
@media (min-width: 611px) {
  .c-image-text__wrapper-image {
    margin-bottom: 0px;
  }
}
@media (min-width: 1191px) {
  .c-image-text__wrapper-image:before {
    content: "";
    display: block;
    padding-bottom: 100vh;
  }
}
.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: 611px) {
  .c-image-text__wrapper-title {
    padding-bottom: 20px;
  }
}
@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;
}
.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: 611px) {
  .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: 611px) {
  .c-image-text__wrapper-description {
    padding-bottom: 30px;
  }
}
@media (min-width: 1191px) {
  .c-image-text__wrapper-description {
    padding-bottom: 51px;
  }
}
.c-image-text__description {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.53px;
  font-family: var(--font-b);
  font-weight: 400;
  display: block;
  width: 100%;
}
@media (min-width: 611px) {
  .c-image-text__description {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.71px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-image-text__description {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.8px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.c-image-text__description span {
  color: var(--color-brand-primary);
  font-style: italic;
}
.c-image-text__wrapper-cta {
  display: flex;
  justify-content: center;
}
@media (min-width: 611px) {
  .c-image-text__wrapper-cta {
    justify-content: flex-start;
  }
}
.c-text {
  position: relative;
  position: relative;
  z-index: 2;
}
.c-text::after {
  content: ".c-text";
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: var(--color-black);
  display: none;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
}
.is-debug .c-text {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-text::after {
  display: block;
}
.c-text__inner {
  padding: 50px 0px;
}
.c-text:first-child .c-text__wrapper {
  padding-top: var(--header-height);
}
.c-text__wrapper {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 40px 20px;
}
.c-text__wrapper.alignment-left {
  text-align: left;
}
.c-text__wrapper.alignment-center {
  text-align: center;
}
.c-text__wrapper.alignment-right {
  text-align: right;
}
.c-text__wrapper-overline {
  display: block;
  width: 100%;
  padding-bottom: 8px;
}
.c-text__wrapper-overline--no-padding {
  padding-bottom: 0px;
}
.c-text__overline {
  color: var(--alt-color);
  display: block;
  width: 100%;
  padding-bottom: 10px;
}
.c-text__wrapper-title {
  display: block;
  width: 100%;
}
.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: 3;
}
.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__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;
  margin-bottom: 48px;
  overflow: hidden;
}
.c-gallery__wrapper-image:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.c-gallery__image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1191px) {
  .c-gallery__image:hover {
    transform: scale(1.1);
  }
}
.c-gallery__title {
  padding-bottom: 60px;
  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: 70vh;
  overflow: hidden;
}
@media (min-width: 1191px) {
  .c-gallery__wrapper-velo-image {
    width: calc(var(--col-1) * 10);
  }
}
.c-gallery__close {
  position: absolute;
  right: 80px;
  top: 100px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 999999999;
  display: none;
}
@media (min-width: 1191px) {
  .c-gallery__close {
    display: block;
  }
}
.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-contact {
  position: relative;
  position: relative;
  z-index: 2;
}
.c-contact::after {
  content: ".c-contact";
  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-contact {
  outline: 4px solid lightsalmon !important;
}
.is-debug .c-contact::after {
  display: block;
}
.c-contact__inner {
  padding-top: 120px;
  padding-bottom: 60px;
}
.c-contact__container {
  flex-direction: column;
}
.c-contact__wrapper-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 611px) {
  .c-contact__wrapper-content {
    flex-direction: row;
  }
}
.c-contact__wrapper-title {
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 1191px) {
  .c-contact__wrapper-title {
    padding-bottom: 30px;
  }
}
.c-contact__title span {
  color: var(--color-brand-primary);
  font-style: italic;
}
.c-contact__left-box {
  position: relative;
}
@media (min-width: 611px) {
  .c-contact__left-box {
    width: 50%;
  }
}
.c-contact__right-box {
  position: relative;
}
@media (min-width: 611px) {
  .c-contact__right-box {
    width: 50%;
  }
}
.c-contact__wrapper-image {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 100%;
}
.c-contact__image {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.c-contact__image-full {
  height: 100%;
}
.c-contact__velo {
  opacity: 0.6;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 611px) {
  .c-contact__velo {
    opacity: 0;
    visibility: hidden;
  }
  .is-hover .c-contact__velo {
    opacity: 0.9;
    visibility: visible;
  }
}
.c-contact__velo-text {
  position: relative;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.c-contact__wrapper-shortcode {
  text-align: center;
  padding: 20px 14px;
  position: relative;
  z-index: 4;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1191px) {
  .c-contact__wrapper-shortcode {
    padding: 50px;
  }
}
.c-contact__shortcode .wpcf7-response-output {
  display: none;
}
.c-contact__shortcode .wpcf7-not-valid-tip {
  position: absolute;
  top: -24px;
  left: 0px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: var(--font-b);
  font-weight: 400;
}
@media (min-width: 611px) {
  .c-contact__shortcode .wpcf7-not-valid-tip {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
@media (min-width: 1191px) {
  .c-contact__shortcode .wpcf7-not-valid-tip {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    font-family: var(--font-b);
    font-weight: 400;
  }
}
.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;
}
.c-form__wrapper-button input {
  width: 100%;
}

.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__swiper {
  overflow: initial;
}
.c-slider__swiper-slide {
  position: relative;
  transition: all 0.4s ease-in-out;
}
.c-slider__wrapper-content {
  opacity: 0;
  position: relative;
}
@media (min-width: 611px) {
  .c-slider__wrapper-content {
    position: absolute;
    left: -80px;
    width: 63%;
    height: 100%;
    top: 42%;
    transform: translateY(-50%);
    z-index: 9;
    transition: all 0.4s ease-in-out;
  }
}
@media (min-width: 1191px) {
  .c-slider__wrapper-content {
    left: -100px;
    height: 80%;
    width: 50%;
    top: 50%;
  }
}
.swiper-slide-visible .c-slider__wrapper-content {
  opacity: 1;
}
.c-slider__wrapper-text {
  position: relative;
  z-index: 2;
  padding: 20px 12px;
}
@media (min-width: 611px) {
  .c-slider__wrapper-text {
    padding: 30px 20px;
  }
}
.c-slider__wrapper-title {
  padding-bottom: 24px;
}
.c-slider__title {
  padding-bottom: 10px;
  position: relative;
}
.c-slider__title::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 20%;
  height: 1px;
  background-color: var(--color-brand-secondary);
}
.c-slider__description {
  color: var(--color-brand-secondary);
}
.c-slider__pagination {
  width: 100%;
  display: flex;
  position: relative;
  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-secondary);
}
@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-brand-primary);
}

.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;
}
