/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./assets/css/src/main.scss ***!
  \***********************************************************************************************************************************************/
@charset "UTF-8";
@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*! 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 */
  box-sizing: border-box;
}

/**
   * inherit box model for all elements
   */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* 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;
}

@font-face {
  font-family: "Basel";
  src: url(../../..//assets/css/build/fonts/BaselGrotesk-Regular.woff2) format("woff2"), url(../../..//assets/css/build/fonts/BaselGrotesk-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gustavo";
  src: url(../../..//assets/css/build/fonts/Gustavo-Regular.woff2) format("woff2"), url(../../..//assets/css/build/fonts/Gustavo-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gustavo";
  src: url(../../..//assets/css/build/fonts/Gustavo-Medium.woff2) format("woff2"), url(../../..//assets/css/build/fonts/Gustavo-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 1280px;
}
.container {
  padding-left: 15px;
}
@media screen and (min-width: 500px) {
  .container {
    padding-left: calc(
                    15px + 15 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .container {
    padding-left: 30px;
  }
}
.container {
  padding-right: 15px;
}
@media screen and (min-width: 500px) {
  .container {
    padding-right: calc(
                    15px + 15 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .container {
    padding-right: 30px;
  }
}
.container--small {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 1024px;
}
.container--small {
  padding-left: 15px;
}
@media screen and (min-width: 500px) {
  .container--small {
    padding-left: calc(
                    15px + 15 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .container--small {
    padding-left: 30px;
  }
}
.container--small {
  padding-right: 15px;
}
@media screen and (min-width: 500px) {
  .container--small {
    padding-right: calc(
                    15px + 15 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .container--small {
    padding-right: 30px;
  }
}
.container--large {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 1760px;
}
.container--large {
  padding-left: 15px;
}
@media screen and (min-width: 500px) {
  .container--large {
    padding-left: calc(
                    15px + 15 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .container--large {
    padding-left: 30px;
  }
}
.container--large {
  padding-right: 15px;
}
@media screen and (min-width: 500px) {
  .container--large {
    padding-right: calc(
                    15px + 15 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .container--large {
    padding-right: 30px;
  }
}
.container--full {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
}
.container--full {
  padding-left: 15px;
}
@media screen and (min-width: 500px) {
  .container--full {
    padding-left: calc(
                    15px + 15 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .container--full {
    padding-left: 30px;
  }
}
.container--full {
  padding-right: 15px;
}
@media screen and (min-width: 500px) {
  .container--full {
    padding-right: calc(
                    15px + 15 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .container--full {
    padding-right: 30px;
  }
}

body {
  background-color: #fff;
  font-family: "Basel", "Arial", sans-serif;
  color: #000;
  line-height: 1.375;
  letter-spacing: 0.5px;
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
body {
  font-size: 16px;
}
@media screen and (min-width: 500px) {
  body {
    font-size: calc(
                    16px + 1 *
                        ((100vw - 500px) / 780)
                );
  }
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 17px;
  }
}
body.hidden {
  visibility: hidden;
  display: none;
}
body.modal--is-open {
  overflow: hidden;
}
body.loaded {
  opacity: 1;
}

.site-main {
  transition: 200ms ease-in-out;
}

code {
  background-color: #eee;
  padding: 10px;
}
code {
  margin-bottom: 14px;
}
@media screen and (min-width: 500px) {
  code {
    margin-bottom: calc(
                    14px + 10 *
                        ((100vw - 500px) / 780)
                );
  }
}
@media screen and (min-width: 1280px) {
  code {
    margin-bottom: 24px;
  }
}
code {
  font-size: 12px;
}
@media screen and (min-width: 500px) {
  code {
    font-size: calc(
                    12px + 2 *
                        ((100vw - 500px) / 780)
                );
  }
}
@media screen and (min-width: 1280px) {
  code {
    font-size: 14px;
  }
}

p, li {
  margin-block-start: 0;
}
p, li {
  margin-bottom: 10px;
}
@media screen and (min-width: 500px) {
  p, li {
    margin-bottom: calc(
                    10px + 6 *
                        ((100vw - 500px) / 780)
                );
  }
}
@media screen and (min-width: 1280px) {
  p, li {
    margin-bottom: 16px;
  }
}
p:last-child, p:last-of-type, li:last-child, li:last-of-type {
  margin-bottom: 0;
}

svg use {
  fill: currentColor;
}

em {
  font-style: italic;
}

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

small {
  font-size: 70%;
}

.skip_to_main_link {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: fixed;
  border-bottom: 1px solid #333;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.skip_to_main_link:focus {
  padding: 20px 40px;
  width: 100%;
  height: auto;
}

.cookie-banner {
  color: #fff;
  background-color: #333;
}
.cookie-banner > .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.cookie-banner p {
  margin: 0;
  margin-right: 20px;
}

.news__content-inner .datetime,
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.news__content-inner .datetime:focus,
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.text--md,
.text--default {
  font-size: 16px;
}
.bloc--form-callout__form h2,
.text--lg {
  font-size: 20px;
}

/*-------------------------------------------------------------------------------
  1.WordPress WYSIWYG styles
-------------------------------------------------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

@media only screen and (max-width: 480px) {
  .single .alignright, .single .alignleft {
    float: none;
  }
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.table {
  width: 100%;
  overflow: scroll;
}
.table table {
  width: 100%;
  min-width: 768px;
}
.table tr > *:first-of-type {
  font-weight: bold;
}
.table tr:nth-child(even) {
  background-color: #E7E5E2;
}
.table td {
  padding: 20px 25px;
}

.block-editor .editor-styles-wrapper {
  font-family: inherit;
}
.block-editor .editor-styles-wrapper .wp-block {
  max-width: 100%;
}
.block-editor .editor-styles-wrapper .block-editor-button-block-appender {
  margin: auto;
}

.block-editor-block-list__layout {
  z-index: 1;
}

.edit-post-sidebar {
  width: auto;
}
@media (min-width: 768px) {
  .edit-post-sidebar {
    width: 30vw;
  }
}

.block-badge {
  background-color: #1a89c0;
  color: #fff;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  letter-spacing: 0.03em;
}

.acf-block-component.acf-block-panel {
  padding: 16px;
}

.acf-block-preview .bloc--hd, .acf-block-preview .bloc--hm {
  position: relative;
}
.acf-block-preview .bloc--hd::after, .acf-block-preview .bloc--hm::after {
  pointer-events: none;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 9999;
  background-color: black;
  color: white;
  padding: 4px 10px;
  font-size: 10px;
}

.bloc--section {
  position: relative;
}
.bloc--section__title {
  padding: 0 15px 15px;
  display: none;
}
@media (min-width: 768px) {
  .bloc--section__title {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 0;
    height: 100%;
    width: 25px;
    white-space: nowrap;
    display: block;
  }
}
@media (min-width: 768px) {
  .bloc--section__title span {
    display: block;
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: top right;
  }
}
.bloc--hm {
  display: none;
}
@media (min-width: 768px) {
  .bloc--hm {
    display: block;
  }
}
.acf-block-preview .bloc--hm {
  display: block !important;
}
.acf-block-preview .bloc--hm:after {
  content: "Hidden in Mobile";
  top: 5px;
}
.bloc--hm.bloc--hd {
  display: none;
}
@media (min-width: 768px) {
  .bloc--hm.bloc--hd {
    display: none;
  }
}
.bloc--hd {
  display: block;
}
@media (min-width: 768px) {
  .bloc--hd {
    display: none;
  }
}
.acf-block-preview .bloc--hd {
  display: block !important;
}
.acf-block-preview .bloc--hd:before {
  content: "Hidden in Desktop";
  top: 25px;
}
.bloc--hd.bloc--hm {
  display: none;
}
@media (min-width: 768px) {
  .bloc--hd.bloc--hm {
    display: none;
  }
}
.bloc--bg-gray {
  background-color: #E7E5E2;
}
.bloc--bg-green {
  color: #fff;
  background-color: #20432B;
}
.bloc--bg-light-green {
  background-color: #659A40;
}
.bloc--bg-half-gray {
  position: relative;
}
.bloc--bg-half-gray:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #E7E5E2;
}
.bloc--bg-half-gray > div {
  position: relative;
  z-index: 1;
}
.bloc--pt-none {
  padding-top: 0px;
}
.bloc--pt-1x {
  padding-top: 25px;
}
@media screen and (min-width: 500px) {
  .bloc--pt-1x {
    padding-top: calc(
                    25px + 25 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--pt-1x {
    padding-top: 50px;
  }
}
.bloc--pt-2x {
  padding-top: 50px;
}
@media screen and (min-width: 500px) {
  .bloc--pt-2x {
    padding-top: calc(
                    50px + 50 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--pt-2x {
    padding-top: 100px;
  }
}
.bloc--pt-3x {
  padding-top: 75px;
}
@media screen and (min-width: 500px) {
  .bloc--pt-3x {
    padding-top: calc(
                    75px + 75 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--pt-3x {
    padding-top: 150px;
  }
}
.bloc--pt-4x {
  padding-top: 100px;
}
@media screen and (min-width: 500px) {
  .bloc--pt-4x {
    padding-top: calc(
                    100px + 100 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--pt-4x {
    padding-top: 200px;
  }
}
.bloc--pt-5x {
  padding-top: 125px;
}
@media screen and (min-width: 500px) {
  .bloc--pt-5x {
    padding-top: calc(
                    125px + 125 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--pt-5x {
    padding-top: 250px;
  }
}
.bloc--pt-6x {
  padding-top: 150px;
}
@media screen and (min-width: 500px) {
  .bloc--pt-6x {
    padding-top: calc(
                    150px + 150 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--pt-6x {
    padding-top: 300px;
  }
}
.bloc--pt-7x {
  padding-top: 175px;
}
@media screen and (min-width: 500px) {
  .bloc--pt-7x {
    padding-top: calc(
                    175px + 175 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--pt-7x {
    padding-top: 350px;
  }
}
.bloc--pt-8x {
  padding-top: 200px;
}
@media screen and (min-width: 500px) {
  .bloc--pt-8x {
    padding-top: calc(
                    200px + 200 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--pt-8x {
    padding-top: 400px;
  }
}
.bloc--pt-9x {
  padding-top: 225px;
}
@media screen and (min-width: 500px) {
  .bloc--pt-9x {
    padding-top: calc(
                    225px + 225 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--pt-9x {
    padding-top: 450px;
  }
}
.bloc--pb-none {
  padding-bottom: 0px;
}
.bloc--pb-1x {
  padding-bottom: 25px;
}
@media screen and (min-width: 500px) {
  .bloc--pb-1x {
    padding-bottom: calc(
                    25px + 25 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--pb-1x {
    padding-bottom: 50px;
  }
}
.bloc--pb-2x {
  padding-bottom: 50px;
}
@media screen and (min-width: 500px) {
  .bloc--pb-2x {
    padding-bottom: calc(
                    50px + 50 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--pb-2x {
    padding-bottom: 100px;
  }
}
.bloc--pb-3x {
  padding-bottom: 75px;
}
@media screen and (min-width: 500px) {
  .bloc--pb-3x {
    padding-bottom: calc(
                    75px + 75 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--pb-3x {
    padding-bottom: 150px;
  }
}
.bloc--pb-4x {
  padding-bottom: 100px;
}
@media screen and (min-width: 500px) {
  .bloc--pb-4x {
    padding-bottom: calc(
                    100px + 100 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--pb-4x {
    padding-bottom: 200px;
  }
}
.bloc--pb-5x {
  padding-bottom: 125px;
}
@media screen and (min-width: 500px) {
  .bloc--pb-5x {
    padding-bottom: calc(
                    125px + 125 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--pb-5x {
    padding-bottom: 250px;
  }
}
.bloc--pb-6x {
  padding-bottom: 150px;
}
@media screen and (min-width: 500px) {
  .bloc--pb-6x {
    padding-bottom: calc(
                    150px + 150 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--pb-6x {
    padding-bottom: 300px;
  }
}
.bloc--pb-7x {
  padding-bottom: 175px;
}
@media screen and (min-width: 500px) {
  .bloc--pb-7x {
    padding-bottom: calc(
                    175px + 175 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--pb-7x {
    padding-bottom: 350px;
  }
}
.bloc--pb-8x {
  padding-bottom: 200px;
}
@media screen and (min-width: 500px) {
  .bloc--pb-8x {
    padding-bottom: calc(
                    200px + 200 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--pb-8x {
    padding-bottom: 400px;
  }
}
.bloc--pb-9x {
  padding-bottom: 225px;
}
@media screen and (min-width: 500px) {
  .bloc--pb-9x {
    padding-bottom: calc(
                    225px + 225 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--pb-9x {
    padding-bottom: 450px;
  }
}
.bloc--mt-none {
  margin-top: 0px;
}
.bloc--mt-1x {
  margin-top: 25px;
}
@media screen and (min-width: 500px) {
  .bloc--mt-1x {
    margin-top: calc(
                    25px + 25 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--mt-1x {
    margin-top: 50px;
  }
}
.bloc--mt-2x {
  margin-top: 50px;
}
@media screen and (min-width: 500px) {
  .bloc--mt-2x {
    margin-top: calc(
                    50px + 50 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--mt-2x {
    margin-top: 100px;
  }
}
.bloc--mt-3x {
  margin-top: 75px;
}
@media screen and (min-width: 500px) {
  .bloc--mt-3x {
    margin-top: calc(
                    75px + 75 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--mt-3x {
    margin-top: 150px;
  }
}
.bloc--mt-4x {
  margin-top: 100px;
}
@media screen and (min-width: 500px) {
  .bloc--mt-4x {
    margin-top: calc(
                    100px + 100 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--mt-4x {
    margin-top: 200px;
  }
}
.bloc--mt-5x {
  margin-top: 125px;
}
@media screen and (min-width: 500px) {
  .bloc--mt-5x {
    margin-top: calc(
                    125px + 125 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--mt-5x {
    margin-top: 250px;
  }
}
.bloc--mt-6x {
  margin-top: 150px;
}
@media screen and (min-width: 500px) {
  .bloc--mt-6x {
    margin-top: calc(
                    150px + 150 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--mt-6x {
    margin-top: 300px;
  }
}
.bloc--mt-7x {
  margin-top: 175px;
}
@media screen and (min-width: 500px) {
  .bloc--mt-7x {
    margin-top: calc(
                    175px + 175 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--mt-7x {
    margin-top: 350px;
  }
}
.bloc--mt-8x {
  margin-top: 200px;
}
@media screen and (min-width: 500px) {
  .bloc--mt-8x {
    margin-top: calc(
                    200px + 200 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--mt-8x {
    margin-top: 400px;
  }
}
.bloc--mt-9x {
  margin-top: 225px;
}
@media screen and (min-width: 500px) {
  .bloc--mt-9x {
    margin-top: calc(
                    225px + 225 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--mt-9x {
    margin-top: 450px;
  }
}
.bloc--mb-none {
  margin-bottom: 0px;
}
.bloc--mb-1x {
  margin-bottom: 25px;
}
@media screen and (min-width: 500px) {
  .bloc--mb-1x {
    margin-bottom: calc(
                    25px + 25 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--mb-1x {
    margin-bottom: 50px;
  }
}
.bloc--mb-2x {
  margin-bottom: 50px;
}
@media screen and (min-width: 500px) {
  .bloc--mb-2x {
    margin-bottom: calc(
                    50px + 50 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--mb-2x {
    margin-bottom: 100px;
  }
}
.bloc--mb-3x {
  margin-bottom: 75px;
}
@media screen and (min-width: 500px) {
  .bloc--mb-3x {
    margin-bottom: calc(
                    75px + 75 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--mb-3x {
    margin-bottom: 150px;
  }
}
.bloc--mb-4x {
  margin-bottom: 100px;
}
@media screen and (min-width: 500px) {
  .bloc--mb-4x {
    margin-bottom: calc(
                    100px + 100 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--mb-4x {
    margin-bottom: 200px;
  }
}
.bloc--mb-5x {
  margin-bottom: 125px;
}
@media screen and (min-width: 500px) {
  .bloc--mb-5x {
    margin-bottom: calc(
                    125px + 125 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--mb-5x {
    margin-bottom: 250px;
  }
}
.bloc--mb-6x {
  margin-bottom: 150px;
}
@media screen and (min-width: 500px) {
  .bloc--mb-6x {
    margin-bottom: calc(
                    150px + 150 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--mb-6x {
    margin-bottom: 300px;
  }
}
.bloc--mb-7x {
  margin-bottom: 175px;
}
@media screen and (min-width: 500px) {
  .bloc--mb-7x {
    margin-bottom: calc(
                    175px + 175 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--mb-7x {
    margin-bottom: 350px;
  }
}
.bloc--mb-8x {
  margin-bottom: 200px;
}
@media screen and (min-width: 500px) {
  .bloc--mb-8x {
    margin-bottom: calc(
                    200px + 200 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--mb-8x {
    margin-bottom: 400px;
  }
}
.bloc--mb-9x {
  margin-bottom: 225px;
}
@media screen and (min-width: 500px) {
  .bloc--mb-9x {
    margin-bottom: calc(
                    225px + 225 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--mb-9x {
    margin-bottom: 450px;
  }
}

.gform_wrapper.gravity-theme form input[type=color],
.gform_wrapper.gravity-theme form input[type=date],
.gform_wrapper.gravity-theme form input[type=datetime-local],
.gform_wrapper.gravity-theme form input[type=datetime],
.gform_wrapper.gravity-theme form input[type=email],
.gform_wrapper.gravity-theme form input[type=month],
.gform_wrapper.gravity-theme form input[type=number],
.gform_wrapper.gravity-theme form input[type=password],
.gform_wrapper.gravity-theme form input[type=search],
.gform_wrapper.gravity-theme form input[type=tel],
.gform_wrapper.gravity-theme form input[type=text],
.gform_wrapper.gravity-theme form input[type=time],
.gform_wrapper.gravity-theme form input[type=url],
.gform_wrapper.gravity-theme form input[type=week],
.gform_wrapper.gravity-theme form select,
.gform_wrapper.gravity-theme form textarea {
  background-color: #E7E5E2;
  border: none;
  padding: 15px;
}
.gform_wrapper.gravity-theme form input[type=color]::placeholder,
.gform_wrapper.gravity-theme form input[type=date]::placeholder,
.gform_wrapper.gravity-theme form input[type=datetime-local]::placeholder,
.gform_wrapper.gravity-theme form input[type=datetime]::placeholder,
.gform_wrapper.gravity-theme form input[type=email]::placeholder,
.gform_wrapper.gravity-theme form input[type=month]::placeholder,
.gform_wrapper.gravity-theme form input[type=number]::placeholder,
.gform_wrapper.gravity-theme form input[type=password]::placeholder,
.gform_wrapper.gravity-theme form input[type=search]::placeholder,
.gform_wrapper.gravity-theme form input[type=tel]::placeholder,
.gform_wrapper.gravity-theme form input[type=text]::placeholder,
.gform_wrapper.gravity-theme form input[type=time]::placeholder,
.gform_wrapper.gravity-theme form input[type=url]::placeholder,
.gform_wrapper.gravity-theme form input[type=week]::placeholder,
.gform_wrapper.gravity-theme form select::placeholder,
.gform_wrapper.gravity-theme form textarea::placeholder {
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}
.gform_wrapper.gravity-theme form select {
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}

.gform_button {
  appearance: none;
  background: none;
  border: none;
}
.gform_button.link--button-arrow {
  font-size: 14px;
  padding: 24px 30px;
}
.gform_description {
  display: block;
  margin-bottom: 40px;
}
.gform_description .heading {
  font-weight: normal;
}
.gform_body {
  margin-bottom: 20px;
}

.gform_wrapper.gravity-theme .gform_button.link--button-arrow {
  font-size: 14px;
  padding: 24px 30px;
}

.gform_wrapper.gravity-theme .gform_button.link--button-arrow span:not(.bg) svg {
  width: 12px;
  height: 12px;
}

.bloc--grid__top-selected, .bloc--form-callout__form h2, .modal--default .modal__context header > h2, .card--horizontal.card--icon .card__text h3,
.heading {
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
  line-height: 1;
  margin: 0 0 14px;
}
.heading--secondary {
  font-family: "Basel", "Arial", sans-serif;
}
.bloc--grid__top-selected, .filter__button,
.heading--xs {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .bloc--grid__top-selected, .filter__button,
  .heading--xs {
    font-size: calc(
                    12px + 4 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .bloc--grid__top-selected, .filter__button,
  .heading--xs {
    font-size: 16px;
  }
}
.modal--default .modal__context header > h2, .card--horizontal.card--icon .card__text h3,
.heading--sm {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .modal--default .modal__context header > h2, .card--horizontal.card--icon .card__text h3,
  .heading--sm {
    font-size: calc(
                    20px + 16 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .modal--default .modal__context header > h2, .card--horizontal.card--icon .card__text h3,
  .heading--sm {
    font-size: 36px;
  }
}
.heading--md {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .heading--md {
    font-size: calc(
                    26px + 22 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .heading--md {
    font-size: 48px;
  }
}
.heading--lg {
  font-size: 42px;
}
@media screen and (min-width: 768px) {
  .heading--lg {
    font-size: calc(
                    42px + 32 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .heading--lg {
    font-size: 74px;
  }
}
.heading--xl {
  font-size: 58px;
}
@media screen and (min-width: 768px) {
  .heading--xl {
    font-size: calc(
                    58px + 50 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .heading--xl {
    font-size: 108px;
  }
}
.heading--left {
  text-align: left;
}
.heading--center {
  text-align: center;
}
.heading--right {
  text-align: right;
}

.link,
a {
  color: inherit;
  text-decoration: none;
  border-bottom: transparent solid 1px;
  transition: 200ms ease-in-out;
}
.link:hover,
a:hover {
  border-bottom: solid 1px;
  text-decoration: none;
}

.link.link--arrow {
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
  display: inline-flex;
  border-bottom: none;
}
.link.link--arrow span {
  margin-left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 200ms ease-in-out;
}
.link.link--arrow:hover {
  border-bottom: none;
}
.link.link--arrow:hover span {
  transform: translateX(50%);
}
.link.link--button {
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
  display: inline-flex;
  padding: 15px 30px;
  position: relative;
  border-bottom: none;
}
.link.link--button {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .link.link--button {
    font-size: calc(
                    14px + 2 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .link.link--button {
    font-size: 16px;
  }
}
.link.link--button:hover {
  border-bottom: none;
}
.link.link--button:hover .bg path {
  stroke-dasharray: 0, 174.42, 237.221, 36.5391;
  stroke-dashoffset: -914.546;
}
.link.link--button .bg {
  pointer-events: none;
}
.link.link--button .bg svg {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: visible;
}
.link.link--button .bg path {
  transition: 800ms ease-in-out;
}
.link.link--button-arrow {
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
  display: inline-flex;
  padding: 20px 30px;
  position: relative;
  border-bottom: none;
}
.link.link--button-arrow {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .link.link--button-arrow {
    font-size: calc(
                    14px + 2 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .link.link--button-arrow {
    font-size: 16px;
  }
}
.link.link--button-arrow:hover {
  border-bottom: none;
}
.link.link--button-arrow:hover .bg path {
  stroke-dasharray: 0, 174.42, 237.221, 36.5391;
  stroke-dashoffset: -914.546;
}
.link.link--button-arrow:hover span:not(.bg) {
  transform: translateX(50%);
}
.link.link--button-arrow .bg {
  pointer-events: none;
}
.link.link--button-arrow .bg svg {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: visible;
}
.link.link--button-arrow .bg path {
  transition: 800ms ease-in-out;
}
.link.link--button-arrow span:not(.bg) {
  margin-left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 200ms ease-in-out;
}
.link.link--play {
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
  display: inline-flex;
  border-bottom: none;
}
.link.link--play span {
  margin-left: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 200ms ease-in-out;
}
.link.link--play:hover {
  border-bottom: none;
}
.link.link--play:hover span {
  transform: translateX(50%);
}

.brand .colors {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.brand .colors__box {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.brand .colors__box--primary {
  background-color: #20432B;
}
.brand .colors__box--secondary {
  background-color: #659A40;
}
.brand .colors__box--tertiary {
  background-color: #B86A56;
}
.brand .colors__box--accent {
  background-color: #FFDF7B;
}
.brand .colors__box--green {
  background-color: #659A40;
}
.brand .colors__box--blue {
  background-color: #4990F9;
}

.card {
  text-decoration: none;
  border: none;
}
.block-editor .card {
  text-decoration: none;
  min-width: unset;
  max-width: unset;
  margin: 0;
  position: unset;
}
.card--horizontal {
  border-top: #E7E5E2 solid 1px;
  padding: 30px 0;
}
.card--horizontal.card--icon {
  border-top: 0;
  border-bottom: #E7E5E2 solid 1px;
}
.card--horizontal.card--icon .card__inner {
  flex-flow: row-reverse wrap;
  align-items: center;
}
.card--horizontal.card--icon .card__image {
  max-width: 54px;
}
.card--horizontal.card--icon .card__content {
  max-width: calc(100% - 54px);
}
.card--horizontal.card--icon .card__image-inner {
  height: auto;
  padding-top: 0;
}
.card--horizontal.card--icon .card__text {
  display: flex;
  flex-flow: row wrap;
}
.card--horizontal.card--icon .card__text h3 {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  font-weight: normal;
  flex: 0 1 100%;
  max-width: 40%;
  margin: 0;
}
.card--horizontal.card--icon .card__text p {
  flex: 0 1 100%;
  max-width: 60%;
}
.card--horizontal .card__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.card--horizontal .card__content, .card--horizontal .card__image {
  flex: 0 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .card--horizontal .card__content, .card--horizontal .card__image {
    max-width: 47%;
  }
}
.card--horizontal .card__content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .card--horizontal .card__content {
    margin-bottom: 0;
  }
}
.card--horizontal .card__text time {
  text-transform: uppercase;
  font-size: 80%;
}
.card--horizontal .card__image-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 58%;
}
.card--horizontal .card__image-inner iframe,
.card--horizontal .card__image-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card--horizontal .card__image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.card--horizontal .card__image-inner > svg {
  max-width: 40px;
}
.card--horizontal .card__image-inner .splide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card--horizontal .card__image-inner .splide__track {
  height: 100%;
  margin-bottom: 4px;
}
.card--horizontal .card__image-inner .splide__pagination {
  padding: 0;
}
.card--horizontal .card__image-inner .splide__pagination li {
  margin-right: 4px;
}
.card--horizontal .card__image-inner .splide__pagination li:last-child {
  margin-right: 0;
}
.card--horizontal .card__image-inner .splide__pagination__page {
  background-color: rgba(0, 0, 0, 0.25);
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  display: block;
  outline: none;
  margin: 0;
  padding: 0;
}
.card--horizontal .card__image-inner .splide__pagination__page.is-active {
  background-color: rgba(0, 0, 0, 0.75);
}
.card--horizontal .card__link {
  padding-top: 20px;
}
.card--image {
  position: relative;
  color: #fff;
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
  background-color: #000;
  display: block;
  outline: none;
}
.card--image:hover .card__image {
  opacity: 0.5;
}
.card--image .card__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.card--image .card__inner {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .card--image .card__inner {
    font-size: calc(
                    10px + 4 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .card--image .card__inner {
    font-size: 14px;
  }
}
.card--image .card__inner {
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .card--image .card__inner {
    padding: calc(
                    12px + 10 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .card--image .card__inner {
    padding: 22px;
  }
}
.card--image .card__inner {
  min-height: 320px;
}
@media screen and (min-width: 768px) {
  .card--image .card__inner {
    min-height: calc(
                    320px + 120 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .card--image .card__inner {
    min-height: 440px;
  }
}
.card--image .card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  transition: opacity 200ms ease-in-out;
}
.card--image .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card--image .card__title {
  display: flex;
  flex-flow: column-reverse;
}
.card--image .card__title .heading {
  font-weight: normal;
}
.card--image .card__title .heading {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .card--image .card__title .heading {
    font-size: calc(
                    16px + 4 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .card--image .card__title .heading {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .card--image .card__title .heading {
    max-width: 80%;
  }
}
.card--image .card__title p {
  margin-bottom: 10px;
}
.card--image .card__cats ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.card:hover {
  border: none;
}

.single-case-studies .site-header {
  background-color: #E7E5E2;
}

.case__head {
  background-color: #E7E5E2;
}
.case__head-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.case__head-content, .case__head-image {
  flex: 0 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .case__head-content, .case__head-image {
    max-width: 50%;
  }
}
.case__head-content {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .case__head-content {
    padding: calc(
                    20px + 70 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .case__head-content {
    padding: 90px;
  }
}
.case__head-content {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .case__head-content {
    margin-bottom: calc(
                    15px + 15 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .case__head-content {
    margin-bottom: 30px;
  }
}
.case__head-content > p {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .case__head-content > p {
    margin-bottom: calc(
                    10px + 10 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .case__head-content > p {
    margin-bottom: 20px;
  }
}
.case__head-content .heading {
  font-weight: normal;
}
.case__head-content .heading {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .case__head-content .heading {
    margin-bottom: calc(
                    25px + 25 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .case__head-content .heading {
    margin-bottom: 50px;
  }
}
.case__head-text {
  border-top: #000 solid 1px;
}
.case__head-text {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .case__head-text {
    padding-top: calc(
                    15px + 21 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .case__head-text {
    padding-top: 36px;
  }
}
.case__head-text {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .case__head-text {
    padding-bottom: calc(
                    15px + 21 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .case__head-text {
    padding-bottom: 36px;
  }
}
.case__head-text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .case__head-text {
    font-size: calc(
                    14px + 2 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .case__head-text {
    font-size: 16px;
  }
}
.case__head-image-inner {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.case__head-image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.case__details {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .case__details {
    padding-top: calc(
                    50px + 96 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .case__details {
    padding-top: 146px;
  }
}
.case__details {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .case__details {
    padding-bottom: calc(
                    50px + 96 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .case__details {
    padding-bottom: 146px;
  }
}
.case__details-list dd {
  margin: 0;
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
  overflow: scroll;
  position: relative;
}
.case__details-list dd:after {
  width: 35px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
}
.case__details-list dd table {
  width: 500px;
  max-width: 1200px;
}
@media (min-width: 768px) {
  .case__details-list dd table {
    width: 100%;
  }
}
.case__details-list dd th,
.case__details-list dd td {
  text-align: left;
  width: 20%;
}
.case__details-list dd th:first-of-type,
.case__details-list dd td:first-of-type {
  width: 30%;
}
.case__details-list dd th {
  text-transform: uppercase;
}
.case__title {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.case__title .heading {
  font-weight: normal;
}
.case__related {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .case__related {
    padding-bottom: calc(
                    50px + 96 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .case__related {
    padding-bottom: 146px;
  }
}
.case__related-row {
  display: flex;
  flex-flow: row wrap;
}
.case__related-each {
  flex: 0 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .case__related-each {
    max-width: 25%;
  }
}

.dropdown__select {
  appearance: none;
  background: transparent;
  border: #fff solid 1px;
  border-radius: 0;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  width: 100%;
  max-width: 320px;
}
.dropdown__select .icon {
  width: 16px;
  height: 16px;
}
.dropdown__select .icon svg {
  width: 16px;
  height: 16px;
}
.dropdown__list {
  margin: 0;
  position: relative;
}
.dropdown__options {
  list-style: none;
  padding: 0;
}

.filter__item {
  background-color: #E7E5E2;
  margin-bottom: 10px;
}
.filter__button {
  text-transform: uppercase;
  appearance: none;
  background: none;
  border-radius: 0;
  border: none;
  padding: 15px;
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
}
.filter__button h3 {
  margin: 0;
}
.filter__content {
  padding: 0 15px 15px;
}
.filter__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter__content li {
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
}
.filter__content li {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .filter__content li {
    font-size: calc(
                    12px + 2 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .filter__content li {
    font-size: 14px;
  }
}
.filter__content a {
  cursor: pointer;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  border: none;
  line-height: 1;
}
.filter__content a.active:before {
  background-color: #000;
}
.filter__content a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: #000 solid 1px;
  border-radius: 4px;
  margin-right: 4px;
}
.filter__content a:hover {
  border: none;
}

.site-footer {
  display: flex;
  flex-flow: row wrap;
  background-color: #20432B;
  color: #fff;
  padding: 30px 0;
}
.site-footer__row {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 60px;
}
.site-footer__row {
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .site-footer__row {
    gap: calc(
                    30px + 30 *
                        ((100vw - 768px) / 992)
                );
  }
}
@media screen and (min-width: 1760px) {
  .site-footer__row {
    gap: 60px;
  }
}
.site-footer__row:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .site-footer__row {
    flex-flow: row nowrap;
  }
}
.site-footer__col {
  flex: 0 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .site-footer__col {
    flex: 1 1 auto;
  }
}
@media (min-width: 768px) {
  .site-footer__col--x2 {
    max-width: calc(66% - 60px);
  }
}
@media (min-width: 768px) {
  .site-footer__col--right {
    text-align: right;
  }
}
.site-footer__callout {
  border-top: rgba(255, 255, 255, 0.4) solid 1px;
  border-bottom: rgba(255, 255, 255, 0.4) solid 1px;
  padding: 34px 0;
}
.site-footer__callout .heading {
  font-family: "Basel", "Arial", sans-serif;
}
.site-footer__callout p {
  margin-bottom: 20px;
}
.site-footer__logo {
  max-width: 130px;
  width: 100%;
}
.site-footer__logo svg {
  width: 60px;
}
@media screen and (min-width: 768px) {
  .site-footer__logo svg {
    width: calc(
                    60px + 60 *
                        ((100vw - 768px) / 992)
                );
  }
}
@media screen and (min-width: 1760px) {
  .site-footer__logo svg {
    width: 120px;
  }
}
.site-footer__logo svg {
  height: 60px;
}
@media screen and (min-width: 768px) {
  .site-footer__logo svg {
    height: calc(
                    60px + 60 *
                        ((100vw - 768px) / 992)
                );
  }
}
@media screen and (min-width: 1760px) {
  .site-footer__logo svg {
    height: 120px;
  }
}
.site-footer__logo svg path {
  fill: #fff;
}
.site-footer .social {
  display: inline-flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .social li {
  margin: 0 18px 0 0;
}
.site-footer .social li:last-child {
  margin: 0;
}
.site-footer .social a {
  border-bottom: none;
}
.site-footer .social a:hover {
  color: #B86A56;
  border-bottom: none;
}
.site-footer .social svg {
  width: 16px;
  height: 16px;
}
.site-footer .nav-items {
  font-size: 14px;
  display: inline-flex;
  flex-flow: row wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .nav-items li {
  margin: 0 25px 0 0;
}
.site-footer .nav-items li:last-child {
  margin: 0;
}
.site-footer .disclaimer {
  font-size: 12px;
  font-weight: 400;
}

.bloc.fpo {
  border: 5px solid #666;
  background: #ccc !important;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  min-height: 300px;
}
.bloc.fpo *:not(.fpo-title) {
  display: none !important;
}
.bloc.fpo .fpo-title {
  text-transform: uppercase;
  font-size: 30px;
  color: #666;
}

.scrolled .site-header--dark, .scrolled .single-news .site-header, .scrolled .single-post .site-header, .scrolled .single-case-studies .site-header, .scrolled .site-header--default {
  background-color: #fff;
}
.scrolled .site-header--dark .nav-items a, .scrolled .single-news .site-header .nav-items a, .scrolled .single-post .site-header .nav-items a, .scrolled .single-case-studies .site-header .nav-items a, .scrolled .site-header--default .nav-items a {
  color: #000;
}

body:not(.scrolled):not(.single-case-studies):not(.single-news):not(.single-post) .site-header--default .site-header__logo svg path {
  fill: #fff;
}
.site-header {
  display: flex;
  flex-flow: row wrap;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.site-header--default {
  transition: 200ms ease-in-out;
  color: #fff;
}
.site-header--dark .nav-items a, .single-news .site-header .nav-items a, .single-post .site-header .nav-items a, .single-case-studies .site-header .nav-items a {
  color: #000;
}
.site-header--dark .site-header__container, .single-news .site-header .site-header__container, .single-post .site-header .site-header__container, .single-case-studies .site-header .site-header__container {
  border-bottom: #000 solid 1px;
}
.site-header--dark .mobile-menu-button:before, .site-header--dark .mobile-menu-button:after,
.site-header--dark .mobile-menu-button span, .single-news .site-header .mobile-menu-button:before, .single-news .site-header .mobile-menu-button:after,
.single-news .site-header .mobile-menu-button span, .single-post .site-header .mobile-menu-button:before, .single-post .site-header .mobile-menu-button:after,
.single-post .site-header .mobile-menu-button span, .single-case-studies .site-header .mobile-menu-button:before, .single-case-studies .site-header .mobile-menu-button:after,
.single-case-studies .site-header .mobile-menu-button span {
  background: #000;
}
.site-header__container {
  padding: 12px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: #fff solid 1px;
  transition: padding 200ms ease-in-out;
}
.scrolled .site-header__container {
  padding: 15px 0;
  border-bottom: none;
}
.site-header__logo a {
  text-decoration: none;
  border-bottom: none;
}
.site-header__logo a:hover {
  color: #fff;
}
.site-header__logo a:hover span {
  max-width: 1000px;
}
.site-header__logo a span {
  display: inline-flex;
  flex-flow: row wrap;
  align-items: center;
  overflow: hidden;
  max-width: 0;
  transition: max-width 600ms ease-in-out;
}
.site-header__logo svg {
  max-width: 160px;
  width: 100%;
}
.site-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header__cta {
  display: none;
}
@media (min-width: 1024px) {
  .site-header__cta {
    display: flex;
  }
}
.site-header__cta .social {
  margin-right: 20px;
}
.site-header__cta .social ul {
  list-style: none;
}
.site-header__cta .social li {
  margin: 0;
  list-style: none;
}
.site-header__cta .social li:not(.youtube) {
  display: none;
}
.site-header__cta .social svg {
  width: 30px;
  height: 30px;
}
.site-header__cta .link {
  align-items: center;
}

.mobile-menu-button {
  display: block;
  position: relative;
  width: 36px;
  height: 24px;
  z-index: 9;
  background: none;
  border: none;
}
@media (min-width: 1024px) {
  .mobile-menu-button {
    display: none;
  }
}
.mobile-menu-button:before, .mobile-menu-button:after,
.mobile-menu-button span {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background: #fff;
  transition: 200ms ease-in-out;
}
.scrolled .mobile-menu-button:before, .mobile-menu-open .mobile-menu-button:before, .scrolled .mobile-menu-button:after, .mobile-menu-open .mobile-menu-button:after,
.scrolled .mobile-menu-button span,
.mobile-menu-open .mobile-menu-button span {
  background: #000;
}
.mobile-menu-button:before {
  top: 0;
}
.mobile-menu-button:after {
  bottom: 0;
}
.mobile-menu-button span {
  top: 50%;
  margin-top: -1px;
}
.mobile-menu-button[aria-expanded=true]:before {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1px;
}
.mobile-menu-button[aria-expanded=true]:after {
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1px;
}
.mobile-menu-button[aria-expanded=true] span {
  opacity: 0;
}

.nav-items {
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E7E5E2;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translate3d(100%, 0, 0);
  transition: transform 200ms ease-in-out;
  will-change: transform;
}
.nav-items {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .nav-items {
    font-size: calc(
                    18px + 2 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .nav-items {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .nav-items {
    position: unset;
    flex-flow: row wrap;
    transform: none;
    background: transparent;
  }
}
.nav-items.open {
  transform: translate3d(0, 0, 0);
}
.nav-items li {
  margin: 0;
  font-size: 14px;
}
.nav-items li {
  margin-right: 0px;
}
@media screen and (min-width: 768px) {
  .nav-items li {
    margin-right: calc(
                    0px + 50 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .nav-items li {
    margin-right: 50px;
  }
}
.nav-items li:last-child {
  margin-right: 0;
}
.nav-items a {
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  color: #000;
}
@media (min-width: 1024px) {
  .nav-items a {
    color: #fff;
  }
}

.sub-menu {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
}

.map__init {
  height: 240px;
}
@media screen and (min-width: 500px) {
  .map__init {
    height: calc(
                    240px + 510 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .map__init {
    height: 750px;
  }
}

.modals {
  pointer-events: none;
}

.modal {
  display: none;
  pointer-events: all;
}
.modal.is-open {
  display: block;
}
.modal--default .modal__close {
  color: #000;
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal--default .modal__context {
  background-color: #fff;
  width: 100%;
  max-width: 928px;
  padding: 40px;
  max-height: 90vh;
  overflow: scroll;
  position: relative;
}
.modal--fade[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal--fade[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal--slide[aria-hidden=false] .modal__overlay {
  animation: mm-slideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal--slide[aria-hidden=true] .modal__overlay {
  animation: mm-slideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal--slide .modal__overlay {
  padding: 0;
}
.modal--slide .modal__close {
  color: #000;
}
.modal--slide .modal__context {
  margin: 0 0 0 auto;
  height: 100vh;
}
.modal--slide .modal__context header {
  position: absolute;
  top: 5%;
  right: 10px;
  z-index: 9;
}
.modal--slide .modal__content {
  padding: 0 50px;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
.modal--video .modal__context {
  width: 100%;
  max-width: 1024px;
}
.modal--team .modal__content {
  max-width: 80vw;
  padding: 0 15px 0 0;
}
.modal--team .modal__team {
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.modal--team .modal__team-image {
  flex: 0 1 100%;
  max-width: 100%;
  align-self: stretch;
}
@media (min-width: 768px) {
  .modal--team .modal__team-image {
    max-width: 40%;
  }
}
.modal--team .modal__team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.modal--team .modal__team-content {
  flex: 0 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .modal--team .modal__team-content {
    padding-left: 2%;
    max-width: 58%;
  }
}
.modal--team .modal__team-content nav {
  margin-bottom: 20px;
}
.modal--newsletter .modal__content {
  width: 100%;
  text-align: left;
  align-items: flex-start;
}
.modal--newsletter .modal__content {
  padding: 15px;
}
@media screen and (min-width: 500px) {
  .modal--newsletter .modal__content {
    padding: calc(
                    15px + 35 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .modal--newsletter .modal__content {
    padding: 50px;
  }
}
@media (min-width: 768px) {
  .modal--newsletter .modal__content {
    max-width: 50vw;
  }
}
.modal--newsletter .modal__content .gform_wrapper {
  width: 100%;
}
.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  will-change: transform;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal__close {
  background: transparent;
  border: 0;
  color: #fff;
}
.modal__close:before {
  content: "✕";
}
.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}
.modal__content {
  width: 100%;
  max-width: 1024px;
}
.modal__content header {
  text-align: right;
  font-size: 20px;
  margin-bottom: 10px;
}
.modal__content-video {
  position: relative;
  padding-top: 56.75%;
  width: 100%;
}
.modal__content-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  z-index: 9;
  will-change: transform;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mm-slideIn {
  from {
    transform: translateX(35%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mm-slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateY(0);
  }
}
.single-news .site-header,
.single-post .site-header {
  background-color: #E7E5E2;
}

.news {
  background-color: #E7E5E2;
}
.news__row {
  display: flex;
  flex-flow: column-reverse wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .news__row {
    flex-flow: row nowrap;
  }
}
.news__content, .news__image {
  flex: 0 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .news__content, .news__image {
    max-width: 50%;
  }
}
.news__content-inner {
  line-height: 1.4;
}
.news__content-inner {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .news__content-inner {
    padding: calc(
                    20px + 70 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .news__content-inner {
    padding: 90px;
  }
}
.news__content-inner h1.heading {
  font-weight: normal;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: rgba(0, 0, 0, 0.3) solid 1px;
}
.news__content-inner .link.link--arrow {
  flex-flow: row-reverse wrap;
  margin-bottom: 30px;
}
.news__content-inner .link.link--arrow span {
  margin: 0 14px 0 0;
}
.news__content-inner .link.link--arrow span svg {
  transform: rotate(180deg);
}
.news__content-inner .datetime {
  font-size: 80%;
  text-transform: uppercase;
}
.news__image-inner {
  min-height: 50vh;
  position: sticky;
  top: 0;
}
@media (min-width: 768px) {
  .news__image-inner {
    min-height: 100vh;
  }
}
.news__image-inner img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

.dot {
  display: inline-block;
  position: relative;
  width: 1.5ch;
  height: 1.5ch;
  border-radius: 50%;
  overflow: hidden;
  top: 0.25ch;
  line-height: 0;
}
.dot img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.work {
  margin-bottom: 50px;
}
.work__cover {
  min-height: 75vh;
  position: relative;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 50px;
}
.work__cover .heading {
  text-align: center;
}
.work__cover dl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.work__cover dt {
  margin-right: 10px;
}
.work__cover dd {
  padding: 0;
  margin: 0 20px 0 0;
}
.work__cover dd:last-child {
  margin: 0;
}
.work__cover-content {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}
.work__cover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.work__cover-image:after {
  content: "";
  background: #20432b;
  background: linear-gradient(0deg, #20432b 0%, rgba(32, 67, 43, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.work__cover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0.99;
  position: relative;
  z-index: 1;
}
.work__meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 15px;
}
.work__meta-box {
  flex: 100%;
  max-width: 100%;
  background-color: #393a3f;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .work__meta-box {
    max-width: calc( 33% - 15px);
  }
}
.work__meta-inner {
  padding: 15px;
  border-radius: 4px;
}

.bloc--affiliate-logos__affiliates {
  border-top: rgba(0, 0, 0, 0.1) solid 1px;
  border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.bloc--banner {
  position: relative;
}
.bloc--banner--has-image {
  color: #fff;
  overflow: hidden;
}
.bloc--banner--text-light {
  color: #fff;
}
.bloc--banner--text-dark {
  color: #000;
}
.bloc--banner__container {
  position: relative;
  z-index: 3;
}
.bloc--banner__container--two {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 15px;
}
.bloc--banner__container--two > div {
  flex: 0 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .bloc--banner__container--two > div {
    max-width: calc(50% - 15px);
  }
}
.bloc--banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bloc--banner__bg .opac {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #000;
}
.bloc--banner__bg img,
.bloc--banner__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.bloc--banner__content-header {
  margin-bottom: 25px;
}
.bloc--banner__content-header .heading {
  font-weight: 400;
  display: inline-block;
}
.bloc--banner__content-header span {
  display: block;
}
.bloc--banner__content-text {
  width: 100%;
  max-width: 480px;
  margin-bottom: 50px;
}
.bloc--button__container {
  display: flex;
  justify-content: center;
}
.bloc--button__inner {
  width: 100%;
  text-align: left;
}
.bloc--button__inner--center {
  text-align: center;
}
.bloc--button__inner--right {
  text-align: right;
}
.bloc--button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.bloc--button__link--default {
  border-bottom: 1px solid transparent;
  padding: 0;
  font-size: 0.95rem;
  color: #000;
  transition: border-color 200ms ease-in-out;
}
.bloc--button__link--default:hover {
  border-color: currentColor;
}

.bloc--content-block__inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.bloc--content-block__image, .bloc--content-block__content {
  flex: 0 1 100%;
  max-width: 100%;
}
.bloc--content-block__image {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .bloc--content-block__image {
    margin-bottom: 0;
    max-width: 45%;
  }
}
.bloc--content-block__image-inner {
  text-align: center;
}
@media (min-width: 768px) {
  .bloc--content-block__content {
    max-width: 40%;
  }
}
.bloc--content-block__content .heading {
  font-weight: normal;
}
.bloc--content-block__content-link {
  padding-top: 30px;
}

.bloc--discover__inner {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
}
@media (min-width: 768px) {
  .bloc--discover__inner {
    flex-flow: row nowrap;
  }
}
.bloc--discover__each {
  background-color: #E7E5E2;
  flex: 1 1 auto;
  max-width: 100%;
}
.bloc--discover__each-inner {
  padding: 40px 28px;
}
.bloc--discover__img {
  position: relative;
  padding-top: 56%;
  margin: 40px 0;
}
.bloc--discover__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.bloc--discover__link {
  border-top: #000 solid 1px;
  padding-top: 10px;
}

.bloc--form-callout__container {
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.bloc--form-callout__container > div {
  flex: 0 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .bloc--form-callout__container > div {
    max-width: calc(50% - 20px);
  }
}
.bloc--form-callout__form-bg {
  padding: 30px;
  border: #000 solid 1px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.bloc--form-callout__form-bg > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.bloc--form-callout__form-bg > span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bloc--form-callout__form-bg .gform_wrapper {
  position: relative;
  z-index: 1;
}
.bloc--form-callout__form-bg input:not(.button) {
  border: #878787 solid 1px !important;
}

.bloc--grid__grid {
  display: flex;
  flex-flow: row wrap;
}
.bloc--grid__grid--side {
  justify-content: space-between;
}
.bloc--grid__grid--side .bloc--grid__results {
  flex: 0 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .bloc--grid__grid--side .bloc--grid__results {
    max-width: calc(100% - 232px - 48px);
  }
}
.bloc--grid__top {
  flex: 0 1 100%;
  max-width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.bloc--grid__top-selected a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: #E7E5E2;
  border-radius: 100px;
  text-transform: capitalize;
}
.bloc--grid__top-selected span {
  margin-left: 10px;
}
.bloc--grid__top-selected span:before {
  content: "✕";
}
.bloc--grid__top-reset {
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
  font-size: 80%;
}
.bloc--grid__top-reset a {
  border-bottom: #000 solid 1px;
}
.bloc--grid__side {
  flex: 0 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .bloc--grid__side {
    max-width: 232px;
  }
}
.bloc--grid__results {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  .bloc--grid__results--three > div {
    max-width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .bloc--grid__results--four > div {
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .bloc--grid__results--five > div {
    max-width: 20%;
  }
}
.bloc--grid__result {
  flex: 0 1 100%;
  max-width: 100%;
}

.bloc--heading {
  position: relative;
}
.bloc--heading__container {
  position: relative;
  z-index: 1;
}
.bloc--heading__container--image {
  color: #fff;
}
.bloc--heading__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bloc--heading__bg img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.bloc--heading__title {
  text-align: center;
}
.bloc--heading__title .heading {
  font-weight: 400;
}
.bloc--heading__title.linked {
  width: 100%;
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.bloc--heading__title.linked .heading {
  margin: 0;
}
@media (min-width: 768px) {
  .bloc--heading__title.indented .heading {
    display: inline-block;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .bloc--heading__title.indented span {
    display: block;
    transform: translateX(-15%);
  }
}
@media (min-width: 768px) {
  .bloc--heading__title.indented span:nth-child(even) {
    transform: translateX(25%);
  }
}
.bloc--heading__snippet {
  width: 100%;
  max-width: 400px;
}
.bloc--heading__snippet {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .bloc--heading__snippet {
    font-size: calc(
                    12px + 4 *
                        ((100vw - 768px) / 992)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--heading__snippet {
    font-size: 16px;
  }
}
.bloc--heading__snippet {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .bloc--heading__snippet {
    padding-top: calc(
                    50px + 120 *
                        ((100vw - 768px) / 992)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--heading__snippet {
    padding-top: 170px;
  }
}

.bloc--info-cards {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  gap: 35px;
}
@media (min-width: 768px) {
  .bloc--info-cards {
    gap: 30px;
  }
}
.bloc--info-cards__container {
  display: flex;
  justify-content: center;
}
.bloc--info-cards .info-card {
  background: #fff;
  max-width: 100%;
  width: 100%;
  flex: 1 1 100%;
  box-sizing: border-box;
  padding: 15px;
  border: 1.5px solid #000;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bloc--info-cards .info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.bloc--info-cards .info-card:last-child {
  margin-right: 0;
}
.bloc--info-cards .info-card__icon {
  margin: 0 auto;
  width: 50px;
  height: 50px;
}
.bloc--info-cards .info-card__icon img,
.bloc--info-cards .info-card__icon svg {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.bloc--info-cards .info-card__title {
  margin: 10px;
}
.bloc--info-cards .info-card__text {
  margin-bottom: 1rem;
}
.bloc--info-cards .info-card__text strong {
  font-size: 18px;
}
.bloc--info-cards .info-card__image {
  margin: 10px auto 12px;
  max-width: 260px;
}
.bloc--info-cards .info-card__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.bloc--info-cards .info-card__button {
  padding-top: 8px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .bloc--info-cards .info-card {
    flex: 1 1 calc(50% - 30px);
  }
}
@media (min-width: 1371px) {
  .bloc--info-cards .info-card {
    flex: 1 1 calc(25% - 20px);
    min-width: 280px;
    max-width: 310px;
  }
}

.bloc--info-tiles__container {
  margin: 0 auto;
  padding: 0 16px;
}
.bloc--info-tiles__tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.info-tile {
  width: 185px;
  height: 205px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.info-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.info-tile:hover .info-tile__button {
  opacity: 1;
}
.info-tile__image {
  flex: 0 0 50%;
  position: relative;
  overflow: hidden;
}
.info-tile__image:hover img {
  background-color: rgba(101, 154, 64, 0.5);
}
.info-tile__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transform: scale(2.05);
  transform-origin: center;
}
@media (min-width: 768px) {
  .info-tile__image img {
    transform: scale(2.15);
  }
}
.info-tile__image .info-tile__button {
  position: absolute;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 10px;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.info-tile__image .info-tile__button {
  font-size: 10px;
}
@media screen and (min-width: 500px) {
  .info-tile__image .info-tile__button {
    font-size: calc(
                    10px + 0 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .info-tile__image .info-tile__button {
    font-size: 10px;
  }
}
.info-tile__title {
  padding: 8px 14px 12px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 1.1px;
}
.info-tile__title {
  font-size: 13px;
}
@media screen and (min-width: 500px) {
  .info-tile__title {
    font-size: calc(
                    13px + 0 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .info-tile__title {
    font-size: 13px;
  }
}
.info-tile__text {
  margin: 0 12px 12px;
  text-align: center;
}
.info-tile__text {
  font-size: 10px;
}
@media screen and (min-width: 500px) {
  .info-tile__text {
    font-size: calc(
                    10px + 2 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .info-tile__text {
    font-size: 12px;
  }
}
.info-tile__text p {
  margin: 0;
}

.bloc--post-list__cta {
  text-align: right;
  margin-bottom: 14px;
}
.bloc--post-list__list {
  width: 100%;
  max-width: 1078px;
  margin: 0 0 0 auto;
}
.bloc--post-list__list--numbered {
  max-width: 1280px;
  margin: 0 auto;
}
.bloc--post-list__list--numbered > div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.bloc--post-list__list--numbered > div .number {
  flex: 0 1 30%;
  max-width: 30%;
}
.bloc--post-list__list--numbered > div .card {
  flex: 0 1 70%;
  max-width: 70%;
  padding: 0 0 30px;
}
.bloc--post-list__list--numbered > div .card__content {
  max-width: 100%;
}

.bloc--product-list__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.bloc--product-list__content {
  flex: 0 1 100%;
  max-width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .bloc--product-list__content {
    max-width: 50%;
    margin-bottom: 0;
  }
}
.bloc--product-list__content .subtitle {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .bloc--product-list__content .subtitle {
    margin-bottom: calc(
                    20px + 14 *
                        ((100vw - 768px) / 992)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--product-list__content .subtitle {
    margin-bottom: 34px;
  }
}
.bloc--product-list__content .heading {
  font-weight: normal;
  border-bottom: #000 solid 1px;
}
.bloc--product-list__content .heading {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .bloc--product-list__content .heading {
    margin-bottom: calc(
                    20px + 55 *
                        ((100vw - 768px) / 992)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--product-list__content .heading {
    margin-bottom: 75px;
  }
}
.bloc--product-list__content .heading {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .bloc--product-list__content .heading {
    padding-bottom: calc(
                    20px + 55 *
                        ((100vw - 768px) / 992)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--product-list__content .heading {
    padding-bottom: 75px;
  }
}
.bloc--product-list__content ul {
  padding: 0 0 0 20px;
}
.bloc--product-list__image {
  flex: 0 1 100%;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .bloc--product-list__image {
    max-width: 40%;
  }
}
.bloc--product-list__image img {
  max-width: 65%;
}
@media (min-width: 768px) {
  .bloc--product-list__image img {
    max-width: 90%;
  }
}

.bloc--tabbed-product-tiles__container {
  max-width: 1280px;
}
.bloc--tabbed-product-tiles__header {
  margin-bottom: 28px;
}
.bloc--tabbed-product-tiles__header--left {
  text-align: left;
}
.bloc--tabbed-product-tiles__header--center {
  text-align: center;
}
.bloc--tabbed-product-tiles__header--right {
  text-align: right;
}
.bloc--tabbed-product-tiles__kicker {
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.bloc--tabbed-product-tiles__heading {
  margin: 0 0 10px;
  font-weight: 300;
}
.bloc--tabbed-product-tiles__subheading {
  margin: 0;
  padding-bottom: 20px;
}
.bloc--tabbed-product-tiles__controls {
  margin-bottom: 26px;
}
.bloc--tabbed-product-tiles__tablist {
  display: none;
  gap: 10px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .bloc--tabbed-product-tiles__tablist {
    display: flex;
  }
}
.bloc--tabbed-product-tiles .tabs--left {
  justify-content: flex-start;
}
.bloc--tabbed-product-tiles .tabs--center {
  justify-content: center;
}
.bloc--tabbed-product-tiles .tabs--right {
  justify-content: flex-end;
}
.bloc--tabbed-product-tiles__tab-button {
  appearance: none;
  background: none;
  border: 1px solid transparent;
  border-bottom-width: 2px;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
  padding: 6px 10px;
  text-transform: uppercase;
}
.bloc--tabbed-product-tiles__tab-button[aria-selected=true] {
  border-bottom-color: #659A40;
  color: #659A40;
}
.bloc--tabbed-product-tiles__tab-button:focus-visible {
  outline: 2px solid #659A40;
  outline-offset: 2px;
}
.bloc--tabbed-product-tiles__mobile-select-wrap {
  display: block;
}
@media (min-width: 768px) {
  .bloc--tabbed-product-tiles__mobile-select-wrap {
    display: none;
  }
}
.bloc--tabbed-product-tiles__mobile-select {
  width: 100%;
  border: 1px solid #000;
  padding: 10px 12px;
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
}
.bloc--tabbed-product-tiles__panels {
  padding-top: 12px;
  position: relative;
  overflow: visible;
}
.bloc--tabbed-product-tiles__panel {
  display: block;
  opacity: 1;
  transition: opacity 0.18s ease;
}
.bloc--tabbed-product-tiles__panel.is-fading-in {
  opacity: 0;
}
.bloc--tabbed-product-tiles__panel[hidden] {
  display: none;
}
.bloc--tabbed-product-tiles__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .bloc--tabbed-product-tiles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .bloc--tabbed-product-tiles__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .bloc--tabbed-product-tiles__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.bloc--tabbed-product-tiles__tile {
  border: 1px solid #000;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.bloc--tabbed-product-tiles__tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.bloc--tabbed-product-tiles__image {
  margin: 0 auto;
  width: 88%;
}
@media (min-width: 768px) {
  .bloc--tabbed-product-tiles__image {
    width: 90%;
    max-width: 240px;
  }
}
.bloc--tabbed-product-tiles__image img {
  display: block;
  height: auto;
  width: 100%;
}
.bloc--tabbed-product-tiles__image-button {
  background: none;
  border: 0;
  cursor: zoom-in;
  display: block;
  padding: 0;
  width: 100%;
}
.bloc--tabbed-product-tiles__product-title {
  color: #659A40;
  font-size: 32px;
  font-weight: 300;
  margin: 0;
}
.bloc--tabbed-product-tiles__description {
  margin: 0;
}
.bloc--tabbed-product-tiles__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.bloc--tabbed-product-tiles__icons li:last-child,
.bloc--tabbed-product-tiles__icons li:last-of-type {
  margin-bottom: auto;
}
.bloc--tabbed-product-tiles__icon-item {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  position: relative;
}
.bloc--tabbed-product-tiles__icon-trigger {
  align-items: center;
  color: #659A40;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  line-height: 1;
  min-width: 22px;
}
.bloc--tabbed-product-tiles__icon-trigger img,
.bloc--tabbed-product-tiles__icon-trigger svg {
  display: block;
  height: 20px;
  width: 20px;
}
.bloc--tabbed-product-tiles__icon-trigger .dashicons {
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bloc--tabbed-product-tiles__icon-trigger:focus-visible {
  outline: 2px solid #659A40;
  outline-offset: 2px;
}
.bloc--tabbed-product-tiles__icon-value {
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
}
.bloc--tabbed-product-tiles__tooltip {
  background-color: #659A40;
  border-radius: 999px;
  font-size: 12px;
  left: 50%;
  line-height: 1.25;
  max-width: 240px;
  opacity: 0;
  padding: 8px 12px;
  pointer-events: none;
  position: absolute;
  bottom: calc(100% + 6px);
  text-align: center;
  transform: translateX(-50%);
  transition: opacity 200ms ease-in-out;
  white-space: normal;
  z-index: 2;
}
.bloc--tabbed-product-tiles__tooltip-title {
  display: block;
  font-weight: 500;
  margin-bottom: 2px;
}
.bloc--tabbed-product-tiles__tooltip-text {
  display: block;
}
.bloc--tabbed-product-tiles__icon-item:hover .bloc--tabbed-product-tiles__tooltip, .bloc--tabbed-product-tiles__icon-item:focus-within .bloc--tabbed-product-tiles__tooltip {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .bloc--tabbed-product-tiles__panel {
    transition: none;
  }
  .bloc--tabbed-product-tiles__tile {
    transition: none;
  }
}
.bloc--tabbed-product-tiles__cta {
  margin-top: auto;
}
.bloc--tabbed-product-tiles__tab-footer {
  margin-top: 24px;
}
.bloc--tabbed-product-tiles__lightbox {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 999;
}
.bloc--tabbed-product-tiles__lightbox[hidden] {
  display: none;
}
.bloc--tabbed-product-tiles__lightbox-backdrop {
  background: rgba(0, 0, 0, 0.84);
  inset: 0;
  position: absolute;
}
.bloc--tabbed-product-tiles__lightbox-dialog {
  align-items: center;
  background: #fff;
  border-radius: 18px;
  color: #000;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  max-width: min(1200px, 100%);
  padding: 28px 24px 20px;
  position: relative;
  width: 100%;
  z-index: 1;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}
.bloc--tabbed-product-tiles__lightbox-figure {
  margin: 0;
  text-align: center;
}
.bloc--tabbed-product-tiles__lightbox-figure img {
  display: block;
  margin: 0 auto;
  max-height: calc(100vh - 140px);
  object-fit: contain;
  width: auto;
}
.bloc--tabbed-product-tiles__lightbox-caption {
  color: #000;
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
  margin-top: 14px;
  text-transform: uppercase;
}
.bloc--tabbed-product-tiles__lightbox-close, .bloc--tabbed-product-tiles__lightbox-nav {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 999px;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  font-size: 24px;
  height: 48px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: relative;
  width: 48px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.bloc--tabbed-product-tiles__lightbox-close:focus-visible, .bloc--tabbed-product-tiles__lightbox-nav:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}
.bloc--tabbed-product-tiles__lightbox-close {
  position: absolute;
  right: 0;
  top: -60px;
}
.bloc--tabbed-product-tiles__lightbox-nav[hidden] {
  display: none;
}
.bloc--tabbed-product-tiles__lightbox-nav {
  font-size: 0;
}
.bloc--tabbed-product-tiles__lightbox-nav--prev::before, .bloc--tabbed-product-tiles__lightbox-nav--next::before {
  display: block;
  font-size: 24px;
  line-height: 1;
  transform: translateY(-2px);
}
.bloc--tabbed-product-tiles__lightbox-nav--prev::before {
  content: "‹";
}
.bloc--tabbed-product-tiles__lightbox-nav--next::before {
  content: "›";
}
@media (max-width: 767px) {
  .bloc--tabbed-product-tiles__panels {
    overflow: visible;
  }
  .bloc--tabbed-product-tiles__lightbox {
    padding: 16px 10px;
  }
  .bloc--tabbed-product-tiles__lightbox-dialog {
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 20px 16px 72px;
  }
  .bloc--tabbed-product-tiles__lightbox-close {
    right: 8px;
    top: 8px;
  }
  .bloc--tabbed-product-tiles__lightbox-nav {
    bottom: 14px;
    position: absolute;
  }
  .bloc--tabbed-product-tiles__lightbox-nav--prev {
    left: 16px;
  }
  .bloc--tabbed-product-tiles__lightbox-nav--next {
    right: 16px;
  }
  .bloc--tabbed-product-tiles__lightbox-figure img {
    max-height: calc(100vh - 220px);
  }
  .bloc--tabbed-product-tiles__lightbox-caption {
    font-size: 14px;
    margin-top: 10px;
  }
}

.bloc--tabs__container {
  padding: 0;
}
.bloc--tabs .tabs {
  position: relative;
}
.bloc--tabs .tabs--primary {
  background-color: #659A40;
  transition: background-color 200ms ease-in-out;
}
.bloc--tabs .tabs--primary[data-selected="1"] {
  background-color: #B86A56;
}
.bloc--tabs .tabs--primary[data-selected="2"] {
  background-color: #FFDF7B;
}
.bloc--tabs .tabs--primary .tabs__buttons {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  padding: 0 15px;
  z-index: 2;
  text-align: center;
  overflow: scroll;
  white-space: nowrap;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
}
@media (min-width: 768px) {
  .bloc--tabs .tabs--primary .tabs__buttons {
    width: 50%;
  }
}
.bloc--tabs .tabs--primary .tabs__buttons::-webkit-scrollbar {
  display: none;
}
.bloc--tabs .tabs--primary .tabs__button {
  border-bottom: rgba(0, 0, 0, 0.5) solid 1px;
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
  text-transform: uppercase;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 200ms ease-in-out;
}
.bloc--tabs .tabs--primary .tabs__button {
  font-size: 10px;
}
@media screen and (min-width: 500px) {
  .bloc--tabs .tabs--primary .tabs__button {
    font-size: calc(
                    10px + 4 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--tabs .tabs--primary .tabs__button {
    font-size: 14px;
  }
}
.bloc--tabs .tabs--primary .tabs__button {
  padding-right: 10px;
}
@media screen and (min-width: 500px) {
  .bloc--tabs .tabs--primary .tabs__button {
    padding-right: calc(
                    10px + 50 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--tabs .tabs--primary .tabs__button {
    padding-right: 60px;
  }
}
.bloc--tabs .tabs--primary .tabs__button:last-child {
  padding-right: 0;
}
.bloc--tabs .tabs--primary .tabs__button[aria-selected=true] {
  opacity: 1;
  border-bottom: #000 solid 1px;
}
.bloc--tabs .tabs--primary .tabs__button h3 {
  margin: 10px 0;
}
.bloc--tabs .tabs--primary .tabs__panel-content-inner {
  margin: 100px auto 40px;
}
@media (min-width: 768px) {
  .bloc--tabs .tabs--primary .tabs__panel-content-inner {
    margin: 200px auto 180px;
  }
}
.bloc--tabs .tabs--secondary {
  background-color: #E7E5E2;
}
.bloc--tabs .tabs--secondary .tabs__buttons {
  border-top: rgba(0, 0, 0, 0.25) solid 1px;
  border-bottom: rgba(0, 0, 0, 0.25) solid 1px;
  max-width: 1280px;
  margin: 0 auto;
}
.bloc--tabs .tabs--secondary .tabs__button {
  border-top: transparent solid 4px;
  flex: 1 1 auto;
  text-align: left;
  padding: 26px 0 30px;
}
.bloc--tabs .tabs--secondary .tabs__button[aria-selected=true] {
  border-top: rgba(0, 0, 0, 0.75) solid 4px;
}
.bloc--tabs .tabs--secondary .tabs__button h3 {
  margin: 0;
}
.bloc--tabs .tabs--secondary .tabs__button p {
  margin-top: 4px;
}
.bloc--tabs .tabs--secondary .tabs__panel {
  background-color: #fff;
}
.bloc--tabs .tabs--secondary .tabs__panel {
  padding-top: 10px;
}
@media screen and (min-width: 500px) {
  .bloc--tabs .tabs--secondary .tabs__panel {
    padding-top: calc(
                    10px + 30 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--tabs .tabs--secondary .tabs__panel {
    padding-top: 40px;
  }
}
.bloc--tabs .tabs--secondary .tabs__panel {
  padding-bottom: 10px;
}
@media screen and (min-width: 500px) {
  .bloc--tabs .tabs--secondary .tabs__panel {
    padding-bottom: calc(
                    10px + 30 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--tabs .tabs--secondary .tabs__panel {
    padding-bottom: 40px;
  }
}
.bloc--tabs .tabs--secondary .tabs__panel-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.bloc--tabs .tabs--secondary .tabs__panel-content {
  text-align: left;
}
.bloc--tabs .tabs--secondary .tabs__panel-content-inner {
  margin: calc(80px + 20px/2) auto 40px;
}
@media (min-width: 768px) {
  .bloc--tabs .tabs--secondary .tabs__panel-content-inner {
    margin: calc(180px + 20px/2) auto 180px;
  }
}
@media (min-width: 768px) {
  .bloc--tabs .tabs__buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
}
.bloc--tabs .tabs__button {
  padding: 0;
  appearance: none;
  background: none;
  border-radius: 0;
  border: none;
}
.bloc--tabs .tabs__button > * {
  pointer-events: none;
}
.bloc--tabs .tabs__panel {
  display: block;
}
.bloc--tabs .tabs__panel[hidden=hidden] {
  display: none;
}
.bloc--tabs .tabs__panel-content, .bloc--tabs .tabs__panel-media {
  flex: 0 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .bloc--tabs .tabs__panel-content, .bloc--tabs .tabs__panel-media {
    max-width: 50%;
  }
}
.bloc--tabs .tabs__panel-inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.bloc--tabs .tabs__panel-content {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloc--tabs .tabs__panel-content-inner {
  width: 100%;
  max-width: 600px;
  padding: 15px;
}
.bloc--tabs .tabs__panel-content-inner .heading {
  font-weight: 300;
  margin-bottom: 26px;
}
.bloc--tabs .tabs__panel-link {
  padding-top: 56px;
}
.bloc--tabs .tabs__panel-media {
  position: relative;
}
.bloc--tabs .tabs__panel-media--image {
  min-height: 100%;
}
.bloc--tabs .tabs__panel-media--image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bloc--team__header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: center;
}
.bloc--team__header button {
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
}
.bloc--team__header button:first-of-type {
  transform: rotate(180deg);
}
.bloc--team__header button a {
  pointer-events: none;
}
.bloc--team__header span {
  padding: 0;
}
.bloc--team__header span:not(.bg) {
  margin: 15px;
}
.bloc--team__each-image a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.bloc--team__each-image img {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.bloc--testimonial-carousel__container {
  display: block;
  position: relative;
  z-index: 0;
}
.bloc--testimonial-carousel__header {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.bloc--testimonial-carousel__header .heading {
  text-transform: uppercase;
}
.bloc--testimonial-carousel__carousel {
  position: relative;
  z-index: 1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.bloc--testimonial-carousel__carousel {
  padding-top: 20px;
}
@media screen and (min-width: 500px) {
  .bloc--testimonial-carousel__carousel {
    padding-top: calc(
                    20px + 20 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--testimonial-carousel__carousel {
    padding-top: 40px;
  }
}
.bloc--testimonial-carousel__carousel {
  padding-bottom: 20px;
}
@media screen and (min-width: 500px) {
  .bloc--testimonial-carousel__carousel {
    padding-bottom: calc(
                    20px + 20 *
                        ((100vw - 500px) / 1260)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--testimonial-carousel__carousel {
    padding-bottom: 40px;
  }
}
.bloc--testimonial-carousel__carousel::before, .bloc--testimonial-carousel__carousel::after {
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  line-height: 1;
  color: #000;
  pointer-events: none;
  z-index: 0;
  opacity: 1;
}
.bloc--testimonial-carousel__carousel::before, .bloc--testimonial-carousel__carousel::after {
  font-size: 32px;
}
@media screen and (min-width: 320px) {
  .bloc--testimonial-carousel__carousel::before, .bloc--testimonial-carousel__carousel::after {
    font-size: calc(
                    32px + 52 *
                        ((100vw - 320px) / 960)
                );
  }
}
@media screen and (min-width: 1280px) {
  .bloc--testimonial-carousel__carousel::before, .bloc--testimonial-carousel__carousel::after {
    font-size: 84px;
  }
}
.bloc--testimonial-carousel__carousel::before {
  content: "“";
  left: 12px;
}
.bloc--testimonial-carousel__carousel::after {
  content: "”";
  right: 12px;
}
@media (min-width: 1024px) {
  .bloc--testimonial-carousel__carousel::before, .bloc--testimonial-carousel__carousel::after {
    top: 24px;
    transform: none;
  }
  .bloc--testimonial-carousel__carousel::before {
    left: 24px;
  }
  .bloc--testimonial-carousel__carousel::after {
    right: 24px;
  }
}
@media (min-width: 1280px) {
  .bloc--testimonial-carousel__carousel::before {
    left: 100px;
  }
  .bloc--testimonial-carousel__carousel::after {
    right: 100px;
  }
}
.bloc--testimonial-carousel__carousel .splide__arrows {
  position: static;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
  padding: 0;
  pointer-events: auto;
  z-index: 2;
  margin-top: 16px;
  gap: 12px;
}
@media (min-width: 1024px) {
  .bloc--testimonial-carousel__carousel .splide__arrows {
    position: absolute;
    top: 50%;
    left: 0;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 30px;
    pointer-events: none;
    margin-top: 0;
    gap: 0;
  }
}
.bloc--testimonial-carousel__carousel .splide__slide {
  width: 100% !important;
}
.bloc--testimonial-carousel__carousel .splide__slide figure {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 320px;
  height: 100%;
}
.bloc--testimonial-carousel__carousel .splide__slide blockquote {
  margin: 0 0 20px;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .bloc--testimonial-carousel__carousel .splide__slide blockquote {
    font-size: 20px;
    align-items: flex-start;
    text-align: left;
  }
}
.bloc--testimonial-carousel__carousel .splide__slide figcaption {
  margin-top: auto;
  text-align: center;
}
@media (min-width: 1024px) {
  .bloc--testimonial-carousel__carousel .splide__slide figcaption {
    text-align: left;
  }
}
.bloc--testimonial-carousel__carousel .splide__slide figcaption h5 {
  margin: 0 0 6px;
}
.bloc--testimonial-carousel__carousel .splide__slide figcaption cite {
  display: block;
}
.bloc--testimonial-carousel__carousel .splide__arrow {
  pointer-events: auto;
  appearance: none;
  background: none;
  border: none;
  padding: 12px 24px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  transition: color 200ms ease-in-out;
}
.bloc--testimonial-carousel__carousel .splide__arrow .bg {
  pointer-events: none;
  position: absolute;
  inset: 0;
  display: block;
}
.bloc--testimonial-carousel__carousel .splide__arrow .bg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bloc--testimonial-carousel__carousel .splide__arrow .bg path {
  transition: 800ms ease-in-out;
}
.bloc--testimonial-carousel__carousel .splide__arrow .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: transform 200ms ease-in-out;
}
.bloc--testimonial-carousel__carousel .splide__arrow .icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
}
.bloc--testimonial-carousel__carousel .splide__arrow:hover .bg path {
  stroke-dasharray: 0, 174.42, 237.221, 36.5391;
  stroke-dashoffset: -914.546;
}
.bloc--testimonial-carousel__carousel .splide__arrow--next:hover .icon {
  transform: translateX(4px);
}
.bloc--testimonial-carousel__carousel .splide__arrow--prev .icon {
  transform: rotate(180deg);
}
.bloc--testimonial-carousel__carousel .splide__arrow--prev:hover .icon {
  transform: rotate(180deg) translateX(4px);
}
.bloc--testimonial-carousel__carousel .splide__pagination {
  justify-content: flex-start;
  padding: 0;
}
.bloc--testimonial-carousel__carousel .splide__pagination li {
  margin-right: 3px;
}
.bloc--testimonial-carousel__carousel .splide__pagination li:last-child {
  margin-right: 0;
}
.bloc--testimonial-carousel__carousel .splide__pagination__page {
  appearance: none;
  border: none;
  border-radius: 0;
  width: 100%;
  max-width: 14px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 1px;
}
.bloc--testimonial-carousel__carousel .splide__pagination__page.is-active {
  background-color: black;
}

.bloc--testimonials__container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.bloc--testimonials__image, .bloc--testimonials__content {
  flex: 0 1 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .bloc--testimonials__image, .bloc--testimonials__content {
    max-width: 50%;
  }
}
.bloc--testimonials__content-inner {
  padding-top: 25px;
  padding-bottom: 25px;
}
.bloc--testimonials__content-inner {
  padding-left: 0px;
}
@media screen and (min-width: 768px) {
  .bloc--testimonials__content-inner {
    padding-left: calc(
                    0px + 130 *
                        ((100vw - 768px) / 992)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--testimonials__content-inner {
    padding-left: 130px;
  }
}
.bloc--testimonials__content-inner {
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  .bloc--testimonials__content-inner {
    padding-right: calc(
                    0px + 130 *
                        ((100vw - 768px) / 992)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--testimonials__content-inner {
    padding-right: 130px;
  }
}
.bloc--testimonials__copy {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .bloc--testimonials__copy {
    margin-bottom: calc(
                    25px + 25 *
                        ((100vw - 768px) / 992)
                );
  }
}
@media screen and (min-width: 1760px) {
  .bloc--testimonials__copy {
    margin-bottom: 50px;
  }
}
.bloc--testimonials__copy > img {
  max-width: 160px;
  width: 100%;
}
.bloc--testimonials__carousel .splide__arrows button {
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
}
.bloc--testimonials__carousel .splide__arrows button:first-of-type {
  transform: rotate(180deg);
}
.bloc--testimonials__carousel .splide__arrows button a {
  pointer-events: none;
}
.bloc--testimonials__carousel .splide__slide blockquote {
  margin: 0 0 20px;
}
.bloc--testimonials__carousel .splide__slide figcaption span,
.bloc--testimonials__carousel .splide__slide figcaption cite {
  display: block;
}
.bloc--testimonials__carousel .splide__pagination {
  justify-content: flex-start;
  padding: 0;
}
.bloc--testimonials__carousel .splide__pagination li {
  margin-right: 3px;
}
.bloc--testimonials__carousel .splide__pagination li:last-child {
  margin-right: 0;
}
.bloc--testimonials__carousel .splide__pagination__page {
  appearance: none;
  border: none;
  border-radius: 0;
  width: 100%;
  max-width: 14px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 1px;
}
.bloc--testimonials__carousel .splide__pagination__page.is-active {
  background-color: black;
}

.bloc--text-callout__inner-text {
  line-height: 1.1;
  text-align: center;
}
.bloc--text-callout__inner-text {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .bloc--text-callout__inner-text {
    font-size: calc(
                    18px + 28 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .bloc--text-callout__inner-text {
    font-size: 46px;
  }
}
.bloc--text-callout__inner-text-indented {
  line-height: 1.1;
  font-family: "Gustavo", "Basel", "Arial", sans-serif;
  text-align: center;
}
.bloc--text-callout__inner-text-indented {
  font-size: 36px;
}
@media screen and (min-width: 768px) {
  .bloc--text-callout__inner-text-indented {
    font-size: calc(
                    36px + 38 *
                        ((100vw - 768px) / 512)
                );
  }
}
@media screen and (min-width: 1280px) {
  .bloc--text-callout__inner-text-indented {
    font-size: 74px;
  }
}
.bloc--text-callout__inner-text-indented p {
  display: inline-block;
  text-align: left;
}
@media (min-width: 768px) {
  .bloc--text-callout__inner-text-indented span {
    display: block;
  }
  .bloc--text-callout__inner-text-indented span:nth-child(even) {
    transform: translateX(10%);
  }
}
.bloc--text-callout__inner-link {
  margin-top: 60px;
  text-align: center;
}
.bloc--text-callout__inner-link .link {
  color: #152B1D;
}

.bloc--video__inner {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.bloc--video__inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
