@import url(https://fonts.googleapis.com/css2?family=Bellota+Text:wght@300;400;700&family=Bellota:wght@300;400;700&family=Work+Sans:wght@300;400;600&display=swap);
@charset "UTF-8";
/* ==========================================================================
   cover / tools
   ========================================================================== */
/* ==========================================================================
   fluid-type / mixin

   Génère un font-size fluide entre  2 breakpoints.
   Par défault, il établira sont calcul avec notre breakpoint xs et lg
   Il besoin de la grandeur minimum et maximum

   Exemple
   body {
        @include fluid-type(16px, 20px);
   }
   Nous aurons donc:
    une typo de 16px en 375px et moins;
    une typo de 20px en 1440px et plus;
    et fluide entre 375px et 1440px;


   ========================================================================== */
/* ==========================================================================
   COLORS / SETTINGS
   ========================================================================== */
:root {
  --color-white: #fff;
  --color-black: #000;
  --color-gray: rgba(0, 0, 0, 0.7);
  --color-primary: #41728b;
  --color-primary-light: #8fafb0;
  --color-secondary: #9ba577;
  --color-secondary-light: #dce9d4;
  --color-tertiary: #af6682;
  --color-facebook: #003352;
  --color-linkedin: #00ae86;
  --color-instagram: #ee522f;
  --section-highlight: var(--color-primary); }

.highlight-vert {
  --section-highlight: var(--color-secondary);
  --section-highlight-light: var(--color-secondary-light); }

.highlight-rose {
  --section-highlight: var(--color-tertiary);
  --section-highlight-light: rgba(255, 255, 255, 0.6); }

/* ==========================================================================
   FONTS / SETTINGS
   ========================================================================== */
:root {
  --font-primary: 'Work Sans', sans-serif;
  --font-secondary: 'Bellota Text', cursive; }

/* ==========================================================================
   DIMENSIONS / SETTINGS
   ========================================================================== */
:root {
  --spacing-xs: 5px;
  --spacing-sm: 15px;
  --spacing-md: 30px;
  --spacing-nm: 40px;
  --spacing-lg: 50px;
  --spacing-xl: 100px; }

/* ==========================================================================
   easing / settings
   ========================================================================== */
/*! 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

/* ==========================================================================
   RESET / GENERIC
   ========================================================================== */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

img {
  max-width: 100%; }

ul,
li {
  margin: 0;
  padding: 0; }

p {
  margin: 0 0 var(--spacing-sm); }

p:last-child {
  margin-bottom: 0; }

button {
  padding: 0;
  background: unset;
  border: unset; }

/* ==========================================================================
   BODY / ELEMENT
   Le body permet d'initialiser les propriétés générales de la page.
   Les éléments de la page vont hérités des propriétés inscrite dans body
   ========================================================================== */
body {
  font-family: var(--font-primary);
  color: var(--color-gray);
  line-height: 1.4;
  background: var(--color-white);
  padding-top: 100px; }
  body {
    font-size: 14px; }
    @media screen and (min-width: 375px) {
      body {
        font-size: calc( 14px + 6 * ( (100vw - 375px) / 1545 )); } }
    @media screen and (min-width: 1920px) {
      body {
        font-size: 20px; } }

.site-container {
  overflow: hidden; }

/* ==========================================================================
   HEADINGS / ELEMENT
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  font-weight: bold;
  line-height: 1.4;
  color: inherit;
  margin: 0; }

.title-primary {
  font-family: var(--font-secondary);
  line-height: 1;
  font-weight: bold; }
  .title-primary {
    font-size: 30px; }
    @media screen and (min-width: 375px) {
      .title-primary {
        font-size: calc( 30px + 12 * ( (100vw - 375px) / 1545 )); } }
    @media screen and (min-width: 1920px) {
      .title-primary {
        font-size: 42px; } }
  .home .title-primary {
    font-size: 50px; }
    @media screen and (min-width: 375px) {
      .home .title-primary {
        font-size: calc( 50px + 30 * ( (100vw - 375px) / 1545 )); } }
    @media screen and (min-width: 1920px) {
      .home .title-primary {
        font-size: 80px; } }

.title-secondary {
  font-family: var(--font-secondary);
  font-weight: 700;
  line-height: 1.2; }
  .title-secondary {
    font-size: 24px; }
    @media screen and (min-width: 375px) {
      .title-secondary {
        font-size: calc( 24px + 32 * ( (100vw - 375px) / 1545 )); } }
    @media screen and (min-width: 1920px) {
      .title-secondary {
        font-size: 56px; } }

.title-tertiary {
  font-family: var(--font-secondary);
  line-height: 1.4;
  font-weight: normal; }
  .title-tertiary {
    font-size: 20px; }
    @media screen and (min-width: 375px) {
      .title-tertiary {
        font-size: calc( 20px + 22 * ( (100vw - 375px) / 1545 )); } }
    @media screen and (min-width: 1920px) {
      .title-tertiary {
        font-size: 42px; } }

.title-quaterny {
  font-family: var(--font-secondary);
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: normal; }
  .title-quaterny {
    font-size: 16px; }
    @media screen and (min-width: 375px) {
      .title-quaterny {
        font-size: calc( 16px + 12 * ( (100vw - 375px) / 1545 )); } }
    @media screen and (min-width: 1920px) {
      .title-quaterny {
        font-size: 28px; } }

.title-cintary {
  font-family: var(--font-secondary);
  line-height: 1.2;
  font-weight: normal; }
  .title-cintary {
    font-size: 14px; }
    @media screen and (min-width: 375px) {
      .title-cintary {
        font-size: calc( 14px + 8 * ( (100vw - 375px) / 1545 )); } }
    @media screen and (min-width: 1920px) {
      .title-cintary {
        font-size: 22px; } }

h4 {
  font-family: var(--font-title-primary);
  line-height: 1;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase; }
  h4 {
    font-size: 24px; }
    @media screen and (min-width: 375px) {
      h4 {
        font-size: calc( 24px + 15 * ( (100vw - 375px) / 1545 )); } }
    @media screen and (min-width: 1920px) {
      h4 {
        font-size: 39px; } }

h5 {
  font-family: var(--font-secondary);
  font-weight: normal;
  line-height: 1.2;
  margin: 0; }
  h5 {
    font-size: 18px; }
    @media screen and (min-width: 375px) {
      h5 {
        font-size: calc( 18px + 7 * ( (100vw - 375px) / 1545 )); } }
    @media screen and (min-width: 1920px) {
      h5 {
        font-size: 25px; } }

h6 {
  font-family: var(--font-secondary);
  font-weight: 400;
  margin: 0 0 var(--spacing-md); }
  h6 {
    font-size: 14px; }
    @media screen and (min-width: 375px) {
      h6 {
        font-size: calc( 14px + 7 * ( (100vw - 375px) / 1545 )); } }
    @media screen and (min-width: 1920px) {
      h6 {
        font-size: 21px; } }

.highlight {
  font-weight: 600; }

/* ==========================================================================
   LINKS / ELEMENTS
   Style de base de tous les liens et bouton du site
   ========================================================================== */
a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: var(--color-primary);
    text-decoration: underline; }

.link {
  font-weight: bold;
  font-family: var(--font-primary);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .link {
    font-size: 16px; }
    @media screen and (min-width: 375px) {
      .link {
        font-size: calc( 16px + 4 * ( (100vw - 375px) / 1545 )); } }
    @media screen and (min-width: 1920px) {
      .link {
        font-size: 20px; } }
  .link--arrow .icon {
    margin-left: 4px;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .link:hover {
    color: inherit;
    text-decoration: none; }
    .link:hover .icon {
      -webkit-transform: translateX(10px);
          -ms-transform: translateX(10px);
              transform: translateX(10px); }

/* ==========================================================================
   WRAPPER / ELEMENT
   ========================================================================== */
.wrapper {
  display: grid;
  grid-template-columns: minmax(80px, 1fr) minmax(375px, 1920px) minmax(80px, 1fr);
  grid-column-gap: 0; }
  @media (max-width: 1440px) {
    .wrapper {
      grid-template-columns: minmax(40px, 1fr) minmax(335px, 1920px) minmax(40px, 1fr); } }
  @media (max-width: 768px) {
    .wrapper {
      grid-template-columns: minmax(20px, 1fr) minmax(335px, 1920px) minmax(20px, 1fr); } }

.wrapper--small {
  grid-template-columns: minmax(240px, 1fr) minmax(375px, 1920px) minmax(240px, 1fr); }
  @media (max-width: 1200px) {
    .wrapper--small {
      grid-template-columns: minmax(60px, 1fr) minmax(335px, 1920px) minmax(60px, 1fr); } }
  @media (max-width: 768px) {
    .wrapper--small {
      grid-template-columns: minmax(20px, 1fr) minmax(335px, 1920px) minmax(20px, 1fr); } }

.grid-center {
  grid-column: 2/3; }

@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") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

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

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

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

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

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

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

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

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

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

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.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-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* 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-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

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

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999; }

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

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

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

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

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

/* ==========================================================================
   carousel / components
   ========================================================================== */
.swiper-pagination {
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--spacing-sm); }
  .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background: #c4c4c4;
    display: block; }
    .swiper-pagination .swiper-pagination-bullet-active {
      background: var(--color-primary); }

.swiper-button-prev,
.swiper-button-next {
  text-transform: uppercase; }

/* ==========================================================================
   calendar / components
   ========================================================================== */
.mec-calendar {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .mec-calendar .mec-month-container {
    display: grid;
    gap: 10px; }
  .mec-calendar dt {
    border: 1px #dfdfdf solid !important;
    background: unset !important;
    font-size: 14px;
    width: 50px;
    height: 50px;
    border-radius: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
  .mec-calendar .mec-selected-day {
    background: #af6682 !important;
    font-weight: bold; }
  .mec-calendar .mec-event-detailed-time {
    display: none; }
  .mec-calendar .mec-has-event a {
    position: relative;
    margin: 0;
    z-index: 2;
    width: auto;
    height: auto; }
  .mec-calendar .mec-has-event::after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(175, 102, 130, 0.2); }
  .mec-calendar .mec-calendar-row,
  .mec-calendar dl {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(7, 1fr); }
  .mec-calendar .mec-calendar-topsec {
    display: grid;
    grid-template-columns: auto 1fr; }
  .mec-calendar .mec-calendar-events-side {
    max-height: 700px;
    overflow-y: scroll;
    -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.25); }
  .mec-calendar .mec-calendar-table-head dt {
    border: none !important;
    background: unset !important;
    font-size: 14px;
    width: 50px;
    height: 50px; }
  .mec-calendar .mec-calendar-table-head dt {
    border: none !important;
    background: unset !important;
    font-size: 14px;
    width: 50px;
    height: 50px; }
  .mec-calendar .mec-event-footer {
    display: none; }
  .mec-calendar .mec-event-article {
    border: 1px var(--color-primary-light) solid;
    padding: 15px 30px; }
    .mec-calendar .mec-event-article .mec-event-date {
      color: #787878;
      margin-bottom: 10px; }
      .mec-calendar .mec-event-article .mec-event-date {
        font-size: 12px; }
        @media screen and (min-width: 375px) {
          .mec-calendar .mec-event-article .mec-event-date {
            font-size: calc( 12px + 4 * ( (100vw - 375px) / 1545 )); } }
        @media screen and (min-width: 1920px) {
          .mec-calendar .mec-event-article .mec-event-date {
            font-size: 16px; } }
    .mec-calendar .mec-event-article .title-quaterny {
      font-weight: bold;
      margin: 0; }
    .mec-calendar .mec-event-article .mec-event-loc-place {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 5px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 10px; }
      .mec-calendar .mec-event-article .mec-event-loc-place {
        font-size: 12px; }
        @media screen and (min-width: 375px) {
          .mec-calendar .mec-event-article .mec-event-loc-place {
            font-size: calc( 12px + 4 * ( (100vw - 375px) / 1545 )); } }
        @media screen and (min-width: 1920px) {
          .mec-calendar .mec-event-article .mec-event-loc-place {
            font-size: 16px; } }
    .mec-calendar .mec-event-article .mec_learn_more {
      color: var(--color-tertiary);
      margin-top: 10px;
      display: inline-block; }
  .mec-calendar .mec-calendar-events-sec + .mec-calendar-events-sec {
    margin-top: 25px; }

.mec-event-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%; }

/* ==========================================================================
   buttons / components
   ========================================================================== */
.button {
  text-transform: uppercase;
  font-family: var(--font-primary);
  background-color: var(--color-primary-light);
  color: var(--color-white);
  padding: 15px 18px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .button {
    font-size: 14px; }
    @media screen and (min-width: 375px) {
      .button {
        font-size: calc( 14px + 6 * ( (100vw - 375px) / 1545 )); } }
    @media screen and (min-width: 1920px) {
      .button {
        font-size: 20px; } }
  .button:hover {
    text-decoration: none;
    color: var(--color-white);
    background-color: var(--color-primary); }

/* ==========================================================================
   icons / component
   ========================================================================== */
[class^='icon'] {
  fill: currentColor;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 1em;
  vertical-align: middle;
  width: 1em;
  stroke: transparent; }

.icon--stroke {
  fill: transparent;
  stroke: currentColor; }

.icon--xs {
  height: 0.75em;
  width: 0.75em; }

.icon--sm {
  height: 0.8em;
  width: 0.8em; }

.icon--md {
  height: 1.5em;
  width: 1.5em; }

.icon--lg {
  height: 1.75em;
  width: 1.75em; }

.icon--xl {
  height: 5em;
  width: 5em; }

.icon--reverse {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); }

/* ==========================================================================
   scrolly / component
   ========================================================================== */
.has-js [data-scrolly='fromAlpha'] {
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .has-js [data-scrolly='fromAlpha'].is-active {
    opacity: 1; }

.has-js [data-scrolly='fromBottom'] {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .has-js [data-scrolly='fromBottom'].is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.has-js [data-scrolly='fromTop'] {
  opacity: 0;
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .has-js [data-scrolly='fromTop'].is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.has-js [data-scrolly='fromLeft'] {
  opacity: 0;
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .has-js [data-scrolly='fromLeft'].is-active {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

.has-js [data-scrolly='fromRight'] {
  opacity: 0;
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px);
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .has-js [data-scrolly='fromRight'].is-active {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

/* ==========================================================================
   header / components
   ========================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .header::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    z-index: 10; }
  .header .sub-menu {
    z-index: -1; }
  .header .grid-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding: var(--spacing-sm) 0;
    gap: var(--spacing-md); }
  .header-is-hidden.is-scrolling-down .header {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53); }

.header__toggle {
  --bar-width: 32px;
  --bar-height: 1px;
  --bar-spacer: 12px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  width: var(--bar-width);
  height: var(--bar-width);
  z-index: 10; }
  .header__toggle span {
    background: #14142b;
    opacity: 1;
    border-radius: 1px;
    display: block;
    height: var(--bar-height);
    width: var(--bar-width);
    position: absolute;
    top: calc(50% - var(--bar-height) / 2);
    left: calc(50% - var(--bar-width) / 2);
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    .header__toggle span:nth-child(1) {
      top: calc( 50% - var(--bar-height) / 2 - var(--bar-height) - var(--bar-spacer)); }
    .header__toggle span:nth-child(2) {
      width: 22px; }
    .header__toggle span:nth-child(3) {
      top: calc( 50% - var(--bar-height) / 2 + var(--bar-height) + var(--bar-spacer)); }
  .nav-is-active .header__toggle span {
    top: calc(50% - var(--bar-height) / 2); }
    .nav-is-active .header__toggle span:nth-child(1) {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .nav-is-active .header__toggle span:nth-child(2) {
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0); }
    .nav-is-active .header__toggle span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  @media screen and (min-width: 1200px) {
    .header__toggle {
      display: none; } }

.header__brand,
.menu-item > a,
.nav-secondary {
  position: relative;
  z-index: 11; }

/* ==========================================================================
   footer / component
   ========================================================================== */
.footer {
  background: var(--color-primary);
  color: var(--color-white);
  padding: var(--spacing-lg) 0;
  margin-top: var(--spacing-xl); }

/*
   infolettre
   ========================================================================== */
.s-newsletter .grid-center {
  text-align: center; }

.s-newsletter p {
  font-size: 14px; }

.s-newsletter form {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .s-newsletter form .gform_body {
    width: 40%; }
  .s-newsletter form .gform_fields {
    grid-template-columns: 1fr; }
  .s-newsletter form input[type='submit'] {
    background: var(--color-primary-light);
    color: white;
    text-transform: uppercase;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding: 15px;
    border: 2px solid var(--color-primary-light);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .s-newsletter form input[type='submit']:hover {
      background: transparent; }

.gform_submission_error,
.gfield_validation_message {
  color: var(--color-instagram); }
  .gform_submission_error,
  .gfield_validation_message {
    font-size: 14px; }
    @media screen and (min-width: 375px) {
      .gform_submission_error,
      .gfield_validation_message {
        font-size: calc( 14px + 4 * ( (100vw - 375px) / 1545 )); } }
    @media screen and (min-width: 1920px) {
      .gform_submission_error,
      .gfield_validation_message {
        font-size: 18px; } }

.gfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative; }
  .gfield .gfield_label {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .gfield .ginput_container {
    width: 100%; }
  .gfield input {
    width: 100%;
    padding: 15px;
    border: 2px solid var(--color-white); }

/*
   contact
   ========================================================================== */
.s-contact {
  padding-top: var(--spacing-md);
  text-align: center; }
  .s-contact p {
    margin-bottom: 5px; }
  .s-contact p + p {
    font-weight: bold; }
  .s-contact a {
    font-weight: bold; }
    .s-contact a:hover {
      text-decoration: underline;
      color: inherit; }

/*
   copyright
   ========================================================================== */
.s-copyright {
  border-top: 1px var(--color-secondary-light) solid;
  padding: 50px 0 0;
  margin-top: 50px;
  font-size: 14px; }
  .s-copyright ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    gap: 10px; }
    .s-copyright ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 20px; }
      .s-copyright ul li::before {
        display: block;
        content: '';
        background: white;
        width: 6px;
        height: 6px;
        border-radius: 100%; }
    .s-copyright ul .menu-item a:hover {
      color: white; }
    .s-copyright ul .menu-item a::after {
      content: unset; }
  .s-copyright .grid-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px; }
  .s-copyright p {
    margin-bottom: 0; }

/* ==========================================================================
   nav / components
   ========================================================================== */
.nav-primary ul,
.nav-secondary ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  gap: var(--spacing-nm); }
  @media screen and (max-width: 1200px) {
    .nav-primary ul,
    .nav-secondary ul {
      gap: var(--spacing-sm); } }
  .nav-primary ul li,
  .nav-secondary ul li {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin: 0;
    padding: 0; }

.nav-primary .menu-item a,
.nav-secondary .menu-item a {
  text-transform: uppercase;
  color: var(--color-black);
  position: relative;
  text-align: center;
  display: inline-block; }

.nav-primary .current_page_item > a,
.nav-primary .current_page_parent > a,
.nav-secondary .current_page_item > a,
.nav-secondary .current_page_parent > a {
  color: var(--color-primary) !important; }

@media screen and (max-width: 1200px) {
  .nav-primary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--color-white);
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: var(--spacing-lg); }
    .nav-primary ul:not(.sub-menu) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .nav-is-active .nav-primary {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }

.nav-secondary.mobile {
  display: none; }

@media screen and (max-width: 1200px) {
  .nav-secondary:not(.mobile) {
    display: none; }
  .nav-secondary.mobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .nav-secondary.mobile ul li:nth-last-child(-n + 2) {
      display: none; } }

@media screen and (max-width: 1200px) {
  .menu-item {
    width: 100%;
    text-align: center; } }

.menu-item a span,
.sub-nav__item span {
  display: inline-block;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.menu-item a::after,
.sub-nav__item::after {
  width: 100%;
  height: 3px;
  background: var(--color-primary);
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0); }

.menu-item a:hover,
.sub-nav__item:hover {
  color: var(--color-primary);
  text-decoration: none; }
  .menu-item a:hover span,
  .sub-nav__item:hover span {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px); }
  .menu-item a:hover::after,
  .sub-nav__item:hover::after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.nav-secondary ul {
  gap: var(--spacing-sm); }

.sub-menu {
  background: var(--color-primary-light);
  position: absolute;
  left: 0;
  width: 100%;
  padding: 25px;
  top: 0;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  gap: var(--spacing-nm); }
  .sub-menu.active {
    top: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.sub-menu .menu-item a {
  text-transform: uppercase;
  color: var(--color-white);
  position: relative; }
  .sub-menu .menu-item a {
    font-size: 14px; }
    @media screen and (min-width: 375px) {
      .sub-menu .menu-item a {
        font-size: calc( 14px + 4 * ( (100vw - 375px) / 1545 )); } }
    @media screen and (min-width: 1920px) {
      .sub-menu .menu-item a {
        font-size: 18px; } }
  .sub-menu .menu-item a.active {
    color: var(--color-primary); }

.nav-is-active body {
  overflow: hidden; }

@media screen and (max-width: 1200px) {
  .nav-primary .sub-menu {
    position: unset;
    top: unset;
    left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    margin-top: var(--spacing-sm);
    display: none; }
    .nav-primary .sub-menu.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

/* ==========================================================================
   section / components
   ========================================================================== */
.section {
  padding-top: 50px; }

/*
   Hero
   ========================================================================== */
.s-hero {
  padding-top: 0;
  position: relative; }
  .s-hero .grid-center {
    height: 50vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .s-hero--no-content {
    height: 40vh;
    background: var(--color-primary-light); }
    .s-hero--no-content .grid-center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .s-hero--carousel .swiper {
    z-index: unset; }
  .s-hero--carousel .swiper-slide {
    height: 80vh; }
  .s-hero--carousel .wrapper {
    height: 100%; }
  .s-hero--carousel .grid-center {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .s-hero--carousel .swiper-navigation {
    position: absolute;
    bottom: 120px;
    right: 60px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    gap: 15px;
    font-family: var(--font-secondary);
    font-weight: bold;
    letter-spacing: 0.2em; }
    .s-hero--carousel .swiper-navigation {
      font-size: 14px; }
      @media screen and (min-width: 375px) {
        .s-hero--carousel .swiper-navigation {
          font-size: calc( 14px + 6 * ( (100vw - 375px) / 1545 )); } }
      @media screen and (min-width: 1920px) {
        .s-hero--carousel .swiper-navigation {
          font-size: 20px; } }
    .s-hero--carousel .swiper-navigation .swiper-button-prev,
    .s-hero--carousel .swiper-navigation .swiper-button-next {
      cursor: pointer;
      -webkit-transition: color 0.2s ease-out;
      -o-transition: color 0.2s ease-out;
      transition: color 0.2s ease-out; }
      .s-hero--carousel .swiper-navigation .swiper-button-prev:hover,
      .s-hero--carousel .swiper-navigation .swiper-button-next:hover {
        color: var(--color-primary); }
  @media (max-width: 1800px) {
    .s-hero--carousel .swiper-navigation {
      bottom: 60px;
      right: 60px; }
      .home .s-hero--carousel .swiper-navigation {
        bottom: 120px;
        right: 60px; } }
  @media (max-width: 1200px) {
    .home .s-hero--carousel .swiper-navigation {
      bottom: 30px;
      right: 30px; } }
  .s-hero.s-hero--no-image {
    height: 40vh;
    background: var(--color-primary-light); }

.hero__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .hero__media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .hero__media::before {
    bottom: 0;
    content: '';
    width: 100%;
    height: 80%;
    position: absolute;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60.17%, rgba(194, 224, 240, 0)), to(#a3c6c8)), -webkit-gradient(linear, left top, left bottom, color-stop(47.69%, rgba(65, 114, 139, 0.05)), color-stop(95.38%, rgba(65, 114, 139, 0.9)));
    background: -o-linear-gradient(top, rgba(194, 224, 240, 0) 60.17%, #a3c6c8 100%), -o-linear-gradient(top, rgba(65, 114, 139, 0.05) 47.69%, rgba(65, 114, 139, 0.9) 95.38%);
    background: linear-gradient(180deg, rgba(194, 224, 240, 0) 60.17%, #a3c6c8 100%), linear-gradient(180deg, rgba(65, 114, 139, 0.05) 47.69%, rgba(65, 114, 139, 0.9) 95.38%); }
  .hero__media::after {
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.2); }
  .highlight-vert .hero__media::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20.31%, rgba(143, 175, 176, 0)), color-stop(78.52%, rgba(220, 233, 212, 0.736)));
    background: -o-linear-gradient(top, rgba(143, 175, 176, 0) 20.31%, rgba(220, 233, 212, 0.736) 78.52%);
    background: linear-gradient(180deg, rgba(143, 175, 176, 0) 20.31%, rgba(220, 233, 212, 0.736) 78.52%); }
  .highlight-rose .hero__media::before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20.31%, rgba(143, 175, 176, 0)), color-stop(78.52%, rgba(143, 175, 176, 0.95)));
    background: -o-linear-gradient(top, rgba(143, 175, 176, 0) 20.31%, rgba(143, 175, 176, 0.95) 78.52%);
    background: linear-gradient(180deg, rgba(143, 175, 176, 0) 20.31%, rgba(143, 175, 176, 0.95) 78.52%); }

.hero__content {
  position: relative;
  z-index: 2;
  color: var(--color-white);
  padding: 50px;
  position: relative;
  border-left: 2px var(--color-primary) solid; }
  .hero__content::before, .hero__content::after {
    background: var(--color-primary);
    --bar-width: 150px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 2px; }
  .hero__content::after {
    top: 100%; }
  .hero__content .link {
    margin-top: var(--spacing-lg);
    display: inline-block; }
  .hero__content .title-quaterny {
    margin-bottom: var(--spacing-sm);
    font-family: var(--font-primary); }
    .hero__content .title-quaterny {
      font-size: 14px; }
      @media screen and (min-width: 375px) {
        .hero__content .title-quaterny {
          font-size: calc( 14px + 8 * ( (100vw - 375px) / 1545 )); } }
      @media screen and (min-width: 1920px) {
        .hero__content .title-quaterny {
          font-size: 22px; } }

/*
   links
   ========================================================================== */
.s-links {
  padding-top: 0;
  position: relative;
  z-index: 2; }
  .home .s-links {
    margin-top: -100px; }
    @media (max-width: 1200px) {
      .home .s-links {
        margin-top: 0; } }
  .s-links .wrapper {
    grid-template-columns: minmax(240px, 1fr) minmax(335px, 1200px) minmax(240px, 1fr); }
    @media (max-width: 1800px) {
      .s-links .wrapper {
        grid-template-columns: minmax(60px, 1fr) minmax(335px, 1200px) minmax(60px, 1fr); } }
    @media (max-width: 768px) {
      .s-links .wrapper {
        grid-template-columns: minmax(20px, 1fr) minmax(335px, 1200px) minmax(20px, 1fr); } }
  .s-links .grid-center {
    padding: 40px;
    background: white;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px; }
    @media (max-width: 1800px) {
      .s-links .grid-center {
        gap: 20px; } }
    @media (max-width: 1200px) {
      .s-links .grid-center {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 10px;
        padding: 40px 20px; } }
    .s-links .grid-center a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; }
      .s-links .grid-center a:nth-of-type(1) {
        -webkit-transition-delay: 0.05s;
             -o-transition-delay: 0.05s;
                transition-delay: 0.05s; }
      .s-links .grid-center a:nth-of-type(2) {
        -webkit-transition-delay: 0.1s;
             -o-transition-delay: 0.1s;
                transition-delay: 0.1s; }
      .s-links .grid-center a:nth-of-type(3) {
        -webkit-transition-delay: 0.15s;
             -o-transition-delay: 0.15s;
                transition-delay: 0.15s; }
      .s-links .grid-center a:nth-of-type(4) {
        -webkit-transition-delay: 0.2s;
             -o-transition-delay: 0.2s;
                transition-delay: 0.2s; }
      .s-links .grid-center a:nth-of-type(5) {
        -webkit-transition-delay: 0.25s;
             -o-transition-delay: 0.25s;
                transition-delay: 0.25s; }
      .s-links .grid-center a:nth-of-type(6) {
        -webkit-transition-delay: 0.3s;
             -o-transition-delay: 0.3s;
                transition-delay: 0.3s; }
      .s-links .grid-center a {
        font-size: 14px; }
        @media screen and (min-width: 375px) {
          .s-links .grid-center a {
            font-size: calc( 14px + 1 * ( (100vw - 375px) / 1545 )); } }
        @media screen and (min-width: 1920px) {
          .s-links .grid-center a {
            font-size: 15px; } }
      .s-links .grid-center a img {
        margin-bottom: 8px;
        -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .s-links .grid-center a span {
        font-size: 0.7em;
        font-weight: bold; }
      .s-links .grid-center a:hover {
        text-decoration: none; }
        .s-links .grid-center a:hover img {
          -webkit-transform: translateY(-10px);
              -ms-transform: translateY(-10px);
                  transform: translateY(-10px); }

/*
   Blog
   ========================================================================== */
.s-blog:not(.s-blog--carousel) .blog__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--spacing-md); }

.s-blog--carousel .swiper-slide {
  height: auto; }
  .s-blog--carousel .swiper-slide .card {
    aspect-ratio: 430 / 573;
    height: 100%; }

.blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 768px) {
    .blog__header {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .blog__header .button {
        display: none; } }

.blog__cards {
  margin-top: var(--spacing-lg); }
  .blog__cards .card {
    color: var(--color-white); }

/*
   Title of the page
   ========================================================================== */
.s-title {
  padding: 0;
  z-index: 2;
  position: relative; }
  .s-title .grid-center {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: var(--spacing-md);
    margin-top: -100px; }
    @media (max-width: 768px) {
      .s-title .grid-center {
        grid-template-columns: 1fr; } }
  .s-title.s-title--full .grid-center {
    grid-template-columns: 1fr; }
  .s-title .title__content,
  .s-title .title__download {
    color: var(--color-white);
    background: var(--section-highlight);
    padding: var(--spacing-lg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .s-title .title__content p {
    color: var(--section-highlight-light); }
  .s-title .title__download {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .s-title.s-title--pink .title__content,
  .s-title.s-title--pink .title__download {
    background: var(--color-tertiary); }
  .s-title.s-title--pink .title__content p {
    color: rgba(255, 255, 255, 0.6); }

/* ==========================================================================
   Start of builder config 
   ========================================================================= */
/*
   text builder type
   ========================================================================== */
.s-text {
  position: relative; }
  .s-text .title-tertiary {
    margin-bottom: var(--spacing-lg); }
  .s-text p + p {
    margin-top: var(--spacing-lg);
    margin-bottom: 0; }
  .s-text + .s-text {
    margin-top: 50px; }
  .s-text + .s-text::before {
    content: '';
    width: 50%;
    background: var(--section-highlight);
    height: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

/*
   gallery builder type
   ========================================================================== */
.s-gallery img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.s-gallery .grid-2,
.s-gallery .grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-nm); }
  @media (max-width: 768px) {
    .s-gallery .grid-2,
    .s-gallery .grid-3 {
      grid-template-columns: 1fr;
      gap: var(--spacing-md); } }
  .s-gallery .grid-2 img,
  .s-gallery .grid-3 img {
    height: 100%; }

.s-gallery .grid-3 img:nth-child(2) {
  grid-row: span 2; }

/*
   quote buildr type
   ========================================================================== */
.s-quote .quote__content {
  border: 4px var(--color-secondary) solid;
  padding: var(--spacing-nm);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--spacing-nm); }
  @media (max-width: 768px) {
    .s-quote .quote__content {
      padding: var(--spacing-md);
      gap: var(--spacing-md); } }

.s-quote .quote__icon {
  color: var(--color-secondary);
  line-height: 1; }
  .s-quote .quote__icon {
    font-size: 80px; }
    @media screen and (min-width: 375px) {
      .s-quote .quote__icon {
        font-size: calc( 80px + 40 * ( (100vw - 375px) / 1545 )); } }
    @media screen and (min-width: 1920px) {
      .s-quote .quote__icon {
        font-size: 120px; } }

.s-quote .title-quaterny {
  font-weight: bold;
  text-transform: unset;
  margin-bottom: var(--spacing-nm); }

.s-quote .author {
  font-weight: bold; }
  .s-quote .author span {
    display: block;
    font-weight: normal;
    color: #767676; }

/*
   faq buildr type
   ========================================================================== */
.s-faq {
  --border-width: 3px; }
  .s-faq .question {
    cursor: pointer;
    margin-top: var(--spacing-md); }
    .s-faq .question.open .icon-plus {
      -webkit-transform: scale(0) translateY(-50%);
          -ms-transform: scale(0) translateY(-50%);
              transform: scale(0) translateY(-50%); }
    .s-faq .question.open .icon-minus {
      -webkit-transform: scale(1) translateY(-50%);
          -ms-transform: scale(1) translateY(-50%);
              transform: scale(1) translateY(-50%); }
    .s-faq .question.open .question__answer {
      border-width: var(--border-width); }
  .s-faq .question__title {
    border: var(--border-width) var(--color-primary-light) solid;
    padding: var(--spacing-md) var(--spacing-xl) var(--spacing-md) var(--spacing-lg);
    position: relative; }
    @media (max-width: 768px) {
      .s-faq .question__title {
        padding: var(--spacing-sm) 25px var(--spacing-sm) var(--spacing-sm); } }
    .s-faq .question__title .icon {
      display: inline-block;
      color: var(--color-primary);
      position: absolute;
      top: 50%;
      right: var(--spacing-lg);
      -webkit-transform: scale(1) translateY(-50%);
          -ms-transform: scale(1) translateY(-50%);
              transform: scale(1) translateY(-50%);
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
      @media (max-width: 768px) {
        .s-faq .question__title .icon {
          right: var(--spacing-sm); } }
    .s-faq .question__title .icon-minus {
      -webkit-transform: scale(0) translateY(-50%);
          -ms-transform: scale(0) translateY(-50%);
              transform: scale(0) translateY(-50%); }
  .s-faq .question__answer {
    border: 0 var(--color-primary-light) solid;
    position: relative;
    margin-top: calc(var(--border-width) * -1);
    overflow: hidden; }
    .s-faq .question__answer {
      font-size: 14px; }
      @media screen and (min-width: 375px) {
        .s-faq .question__answer {
          font-size: calc( 14px + 4 * ( (100vw - 375px) / 1545 )); } }
      @media screen and (min-width: 1920px) {
        .s-faq .question__answer {
          font-size: 18px; } }
    .s-faq .question__answer .answer__wrapper {
      padding: var(--spacing-md) var(--spacing-lg); }
      @media (max-width: 768px) {
        .s-faq .question__answer .answer__wrapper {
          padding: var(--spacing-sm) var(--spacing-sm); } }

/*
   image faq buildr type
   ========================================================================== */
.s-faq-image {
  --border-width: 3px; }
  .s-faq-image .question {
    cursor: pointer;
    margin-top: var(--spacing-md);
    display: grid;
    grid-template-columns: 3fr 6fr;
    gap: 30px; }
    .s-faq-image .question + .question {
      margin-top: var(--spacing-xl); }
    .s-faq-image .question.open .icon-plus {
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
    .s-faq-image .question.open .icon-minus {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); }
    @media (max-width: 768px) {
      .s-faq-image .question {
        grid-template-columns: 1fr; } }
  .s-faq-image .question__image {
    position: relative; }
    .s-faq-image .question__image img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 768px) {
        .s-faq-image .question__image img {
          aspect-ratio: 336 / 120;
          position: relative; } }
  .s-faq-image .question__title {
    position: relative;
    border-right: 4px var(--color-primary-light) solid;
    padding: var(--spacing-lg) var(--spacing-xl);
    padding-left: 0; }
    .s-faq-image .question__title::before {
      background: var(--color-primary-light);
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 150px;
      height: var(--border-width); }
      @media (max-width: 768px) {
        .s-faq-image .question__title::before {
          top: unset;
          bottom: 0;
          width: 60%; } }
    .s-faq-image .question__title .title-cintary {
      width: 80%; }
      .s-faq-image .question__title .title-cintary {
        font-size: 20px; }
        @media screen and (min-width: 375px) {
          .s-faq-image .question__title .title-cintary {
            font-size: calc( 20px + 12 * ( (100vw - 375px) / 1545 )); } }
        @media screen and (min-width: 1920px) {
          .s-faq-image .question__title .title-cintary {
            font-size: 32px; } }
    .s-faq-image .question__title .icon {
      display: inline-block;
      color: var(--color-primary);
      position: absolute;
      top: var(--spacing-nm);
      right: var(--spacing-nm);
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
      font-size: 3em;
      color: #dcdcdc; }
      @media (max-width: 768px) {
        .s-faq-image .question__title .icon {
          top: unset;
          bottom: var(--spacing-nm); } }
    .s-faq-image .question__title .icon-minus {
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
  .s-faq-image .question__answer {
    position: relative;
    overflow: hidden; }
    .s-faq-image .question__answer {
      font-size: 14px; }
      @media screen and (min-width: 375px) {
        .s-faq-image .question__answer {
          font-size: calc( 14px + 4 * ( (100vw - 375px) / 1545 )); } }
      @media screen and (min-width: 1920px) {
        .s-faq-image .question__answer {
          font-size: 18px; } }
    .s-faq-image .question__answer .answer__wrapper {
      padding-top: var(--spacing-nm); }

/*
   search buildr type
   ========================================================================== */
.s-search {
  --border-width: 3px; }
  .s-search .question {
    cursor: pointer;
    margin-top: var(--spacing-md);
    display: grid;
    grid-template-columns: 3fr 6fr;
    gap: 30px; }
    .s-search .question + .question {
      margin-top: var(--spacing-xl); }
    .s-search .question.open .icon-plus {
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
    .s-search .question.full {
      grid-template-columns: 1fr; }
    .s-search .question:hover {
      text-decoration: none; }
      .s-search .question:hover .icon-plus {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    @media (max-width: 768px) {
      .s-search .question {
        grid-template-columns: 1fr; } }
  .s-search .question__image {
    position: relative; }
    .s-search .question__image img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 768px) {
        .s-search .question__image img {
          aspect-ratio: 336 / 120;
          position: relative; } }
  .s-search .question__title {
    position: relative;
    border-right: 4px var(--color-primary-light) solid;
    padding: var(--spacing-lg) var(--spacing-xl);
    padding-left: 0; }
    .s-search .question__title::before {
      background: var(--color-primary-light);
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 150px;
      height: var(--border-width); }
      @media (max-width: 768px) {
        .s-search .question__title::before {
          top: unset;
          bottom: 0;
          width: 60%; } }
    .s-search .question__title .title-cintary {
      width: 80%; }
      .s-search .question__title .title-cintary {
        font-size: 20px; }
        @media screen and (min-width: 375px) {
          .s-search .question__title .title-cintary {
            font-size: calc( 20px + 12 * ( (100vw - 375px) / 1545 )); } }
        @media screen and (min-width: 1920px) {
          .s-search .question__title .title-cintary {
            font-size: 32px; } }
    .s-search .question__title .icon {
      display: inline-block;
      color: var(--color-primary);
      position: absolute;
      top: var(--spacing-nm);
      right: var(--spacing-nm);
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
      font-size: 3em;
      color: #dcdcdc; }
      @media (max-width: 768px) {
        .s-search .question__title .icon {
          top: unset;
          bottom: var(--spacing-nm); } }
    .s-search .question__title .icon-minus {
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0); }
  .s-search .question__answer {
    position: relative;
    overflow: hidden; }
    .s-search .question__answer {
      font-size: 14px; }
      @media screen and (min-width: 375px) {
        .s-search .question__answer {
          font-size: calc( 14px + 4 * ( (100vw - 375px) / 1545 )); } }
      @media screen and (min-width: 1920px) {
        .s-search .question__answer {
          font-size: 18px; } }
    .s-search .question__answer .answer__wrapper {
      padding-top: var(--spacing-nm); }

/*
   text-image builder type
   ========================================================================== */
.s-text-image .grid-center {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: var(--spacing-lg); }

.s-text-image .text__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

/*
   children list type
   ========================================================================== */
.s-child-list .grid-center {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px; }
  @media (max-width: 1200px) {
    .s-child-list .grid-center {
      grid-template-columns: 1fr 1fr; } }

.s-child-list .child-item {
  aspect-ratio: 215 / 90;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .s-child-list .child-item:hover {
    text-decoration: none; }
    .s-child-list .child-item:hover .child-item--media img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      opacity: 0; }
    .s-child-list .child-item:hover .child-item--content {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }

.s-child-list .child-item--content {
  color: var(--color-white);
  position: relative;
  z-index: 1;
  text-align: center;
  font-family: var(--font-secondary);
  font-weight: 700;
  padding: 40px;
  -webkit-transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .s-child-list .child-item--content {
    font-size: 16px; }
    @media screen and (min-width: 375px) {
      .s-child-list .child-item--content {
        font-size: calc( 16px + 18 * ( (100vw - 375px) / 1545 )); } }
    @media screen and (min-width: 1920px) {
      .s-child-list .child-item--content {
        font-size: 34px; } }

.s-child-list .child-item--media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--color-primary-light); }
  .s-child-list .child-item--media img {
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    -webkit-transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .s-child-list .child-item--media::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7.81%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 7.81%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 7.81%, rgba(0, 0, 0, 0.4) 100%); }

/* ==========================================================================
   card / components
   ========================================================================== */
.card {
  position: relative;
  overflow: hidden;
  display: block; }
  .card .card__media {
    width: 100%;
    height: 100%;
    position: relative; }
    .card .card__media img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      display: block;
      -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .card .card__media::after {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(76.56%, rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.85)));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 76.56%, rgba(0, 0, 0, 0.85) 100%);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 76.56%, rgba(0, 0, 0, 0.85) 100%);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      content: ''; }
  .card .card__title,
  .card .card__content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    z-index: 1;
    padding: var(--spacing-nm);
    padding-right: var(--spacing-lg); }
  .card .card__title {
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .card .card__content {
    background: var(--color-primary);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .card .card__content .title-tertiary {
      width: 90%;
      margin-bottom: var(--spacing-md); }
    .card .card__content .link {
      margin-top: auto;
      color: inherit; }
    .card .card__content h3,
    .card .card__content p,
    .card .card__content .link {
      opacity: 0;
      -webkit-transform: translateX(-100px);
          -ms-transform: translateX(-100px);
              transform: translateX(-100px);
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
      -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s; }
    .card .card__content p {
      -webkit-transition-delay: 0.3s;
           -o-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .card .card__content .link {
      -webkit-transition-delay: 0.4s;
           -o-transition-delay: 0.4s;
              transition-delay: 0.4s; }
  .card:hover .card__title {
    opacity: 0;
    -webkit-transform: translateX(-130%);
        -ms-transform: translateX(-130%);
            transform: translateX(-130%); }
  .card:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .card:hover .card__content {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
    .card:hover .card__content h3,
    .card:hover .card__content p,
    .card:hover .card__content .link {
      opacity: 1;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }

/* ==========================================================================
   cms / components
   ========================================================================== */
p .aligncenter {
  margin: 0 auto;
  display: block; }

.alignleft {
  float: left;
  padding-right: 20px; }

.text__content ol,
.text__content ul,
.answer__wrapper ol,
.answer__wrapper ul {
  padding-left: 0;
  list-style-type: none; }
  .text__content ol li,
  .text__content ul li,
  .answer__wrapper ol li,
  .answer__wrapper ul li {
    position: relative;
    padding-left: 25px; }
    .text__content ol li::before,
    .text__content ul li::before,
    .answer__wrapper ol li::before,
    .answer__wrapper ul li::before {
      position: absolute;
      top: 0;
      left: 0;
      display: block; }

.text__content ul li::before,
.answer__wrapper ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 1px var(--color-primary) solid;
  border-radius: 100%;
  top: 0.5em; }

.text__content ol,
.answer__wrapper ol {
  counter-reset: my-sec-counter; }
  .text__content ol li::before,
  .answer__wrapper ol li::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) "."; }

/* ==========================================================================
   breadcrumbs / component
   ========================================================================== */
.breadcrumbs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-left: 0;
  padding-left: 0; }
  .breadcrumbs .divider {
    width: 4px;
    height: 4px;
    background: var(--color-white);
    opacity: 0.6;
    display: block;
    border-radius: 100%; }
  .breadcrumbs a:hover {
    color: white;
    text-decoration: none;
    opacity: 0.6; }

[data-component='Search'] {
  cursor: pointer; }

.search-bar {
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding: 35px;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  z-index: -1; }
  .search-bar.open {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .search-bar form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
  .search-bar label {
    display: none; }
  .search-bar input {
    border: 1.52341px solid rgba(40, 55, 75, 0.3);
    border-radius: 4.5px 0 0 4.5px;
    border-right: none;
    color: rgba(40, 55, 75, 0.3);
    padding: 10px;
    width: 50%; }
    .search-bar input {
      font-size: 14px; }
      @media screen and (min-width: 375px) {
        .search-bar input {
          font-size: calc( 14px + 8 * ( (100vw - 375px) / 1545 )); } }
      @media screen and (min-width: 1920px) {
        .search-bar input {
          font-size: 22px; } }
    .search-bar input:focus {
      border: 1.52341px solid #28374b;
      outline: none; }
  .search-bar button {
    background: var(--color-white);
    border: 1.52341px solid rgba(40, 55, 75, 0.3);
    border-radius: 0 4.5px 4.5px 0;
    margin-left: -1px;
    padding: 0 20px;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .search-bar button svg {
      height: 48px;
      opacity: 0.5;
      -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      width: 48px; }
    .search-bar button:hover {
      border: 1.52341px solid #28374b; }
      .search-bar button:hover svg {
        opacity: 1; }

/* ==========================================================================
    ACCESSIBILITY / UTILITIES
   ========================================================================== */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important; }

.u-hidden {
  display: none !important; }

