/* ---------------------------------------------------------------------------- */
/* Imports */
/* ---------------------------------------------------------------------------- */
@font-face {
  font-family: "NeueMontreal";
  src: url("../fonts/webfonts/NeueMontreal-Medium.eot");
  src: url("../fonts/webfonts/NeueMontreal-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/NeueMontreal-Medium.ttf") format("truetype"), url("../fonts/webfonts/NeueMontreal-Medium.svg#NeueMontreal-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Queens";
  src: url("../fonts/webfonts/Queens-CondensedRegular.eot");
  src: url("../fonts/webfonts/Queens-CondensedRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/Queens-CondensedRegular.ttf") format("truetype"), url("../fonts/webfonts/Queens-CondensedRegular.svg#Queens-CondensedRegular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

i[class^=icon],
i[class*=" icon"] {
  display: flex;
  align-items: center;
}

.style-font-main {
  font-family: "NeueMontreal" !important;
}

.style-font-secondary {
  font-family: "Queens" !important;
}

/* ---------------------------------------------------------------------------- */
/* Components - Buttons */
/* ---------------------------------------------------------------------------- */
.text-link:hover {
  text-decoration: underline;
}

.button {
  color: var(--color-white);
  text-decoration: none;
  background: none;
  cursor: pointer;
  padding: 20px 33px;
  transition: all 0.3s ease;
}
@media (min-width: 1020px) {
  .button {
    padding: 24px 54px;
    padding: clamp(18px, 1.7142857143vw, 24px) clamp(48px, 3.8571428571vw, 54px);
  }
}
.button.border-radius {
  border-radius: 50vh;
}
.button.small-font {
  padding: 0.625rem 0.875em;
}

.outline-color-main {
  color: #e30613 !important;
  border: 2px solid #e30613 !important;
  transition: all 0.3s ease;
}
.outline-color-main:hover {
  box-shadow: inset 0px 0px 0px 1px #670309 !important;
  color: #670309 !important;
  border: 2px solid #670309 !important;
}

.opaque-color-main {
  border: 2px solid #e30613 !important;
  background: #e30613 !important;
  color: var(--color-white);
  transition: all 0.3s ease;
}
.opaque-color-main:hover {
  color: var(--color-white) !important;
  border: 2px solid #670309 !important;
  background: #670309 !important;
}

.outline-color-secondary {
  color: #b0a1fd !important;
  border: 2px solid #b0a1fd !important;
  transition: all 0.3s ease;
}
.outline-color-secondary:hover {
  box-shadow: inset 0px 0px 0px 1px #4724fa !important;
  color: #4724fa !important;
  border: 2px solid #4724fa !important;
}

.opaque-color-secondary {
  border: 2px solid #b0a1fd !important;
  background: #b0a1fd !important;
  color: var(--color-black);
  transition: all 0.3s ease;
}
.opaque-color-secondary:hover {
  color: var(--color-white) !important;
  border: 2px solid #4724fa !important;
  background: #4724fa !important;
}

.outline-color-black {
  color: #000000 !important;
  border: 2px solid #000000 !important;
  transition: all 0.3s ease;
}
.outline-color-black:hover {
  box-shadow: inset 0px 0px 0px 1px black !important;
  color: black !important;
  border: 2px solid black !important;
}

.opaque-color-black {
  border: 2px solid #000000 !important;
  background: #000000 !important;
  color: var(--color-white);
  transition: all 0.3s ease;
}
.opaque-color-black:hover {
  color: var(--color-white) !important;
  border: 2px solid black !important;
  background: black !important;
}

.outline-color-white {
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  transition: all 0.3s ease;
}
.outline-color-white:hover {
  box-shadow: inset 0px 0px 0px 1px #bfbfbf !important;
  color: #bfbfbf !important;
  border: 2px solid #bfbfbf !important;
}

.opaque-color-white {
  border: 2px solid #ffffff !important;
  background: #ffffff !important;
  color: var(--color-black);
  transition: all 0.3s ease;
}
.opaque-color-white:hover {
  color: var(--color-black) !important;
  border: 2px solid #bfbfbf !important;
  background: #bfbfbf !important;
}

.opaque-color-black:hover {
  color: var(--color-white) !important;
  border: 2px solid var(--color-main) !important;
  background: var(--color-main) !important;
}

.style-dark .opaque-color-white span {
  color: var(--color-black) !important;
}

.btn-banner-home {
  margin-top: clamp(35px, 4.2857142857vw, 60px * var(--large-desktop-multipicator));
}
.btn-banner-home svg {
  max-width: 280px;
  max-width: clamp(280px, 20vw, 280px * var(--multiplier-big-vw));
  width: 100%;
  height: 100%;
  max-height: 120px;
}
.btn-banner-home a {
  color: var(--color-white);
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.btn-banner-home a.hover-purple:hover {
  color: var(--color-secondary);
}

.path-animation {
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 111;
  pointer-events: none;
}
.path-animation svg {
  width: 100%;
  height: 100%;
}

.btn-img {
  z-index: 1;
  bottom: 25px;
  transform: translateX(-50%);
}
.btn-img.left-button {
  left: 50%;
}
@media (min-width: 1280px) {
  .btn-img.left-button {
    transform: initial;
    left: 2.8571428571vw;
    bottom: 11.4285714286vw;
  }
}
@media (min-width: 1440px) {
  .btn-img.left-button {
    bottom: 10.7142857143vw;
  }
}
@media (min-width: 1920px) {
  .btn-img.left-button {
    bottom: 12.8571428571vw;
  }
}
.btn-img.right-button {
  left: 50%;
}
@media (min-width: 1280px) {
  .btn-img.right-button {
    transform: initial;
    left: initial;
    right: 8.5714285714vw;
    bottom: 7.8571428571vw;
  }
}
.btn-img svg {
  max-width: 280px;
  max-width: clamp(280px, 20vw, 280px * var(--multiplier-big-vw));
  width: 100%;
  height: 100%;
  max-height: 120px;
}
.btn-img a {
  color: var(--color-white);
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.btn-img a.hover-purple:hover {
  color: var(--color-secondary);
}

/* ---------------------------------------------------------------------------- */
/* Components - Content-text */
/* ---------------------------------------------------------------------------- */
.style-h1,
h1 {
  font-size: clamp(2.625rem, 4.2857142857vw, 3.75rem);
  line-height: 1.35;
  font-family: "NeueMontreal";
  font-weight: 600;
}
@media (min-width: 1020px) {
  .style-h1,
  h1 {
    line-height: 1.35;
  }
}

.style-h2,
h2 {
  font-size: clamp(1.625rem, 2.8571428571vw, 2.75rem);
  line-height: 1.35;
  font-family: "NeueMontreal";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-h2,
  h2 {
    line-height: 1.35;
  }
}

.style-h3,
h3 {
  font-size: clamp(1.625rem, 2.5714285714vw, 2.25rem);
  line-height: 1.35;
  font-family: "NeueMontreal";
  font-weight: 600;
}
@media (min-width: 1020px) {
  .style-h3,
  h3 {
    line-height: 1.35;
  }
}

.style-h4,
h4 {
  font-size: clamp(1.375rem, 1.7142857143vw, 1.5rem);
  line-height: 1.75;
  font-family: "NeueMontreal";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-h4,
  h4 {
    line-height: 1.45;
  }
}

.style-h5,
h5 {
  font-size: clamp(1rem, 1.2857142857vw, 1.125rem);
  line-height: 1.75;
  font-family: "NeueMontreal";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-h5,
  h5 {
    line-height: 1.45;
  }
}

.style-h6,
h6 {
  font-size: clamp(1rem, 1.1428571429vw, 1rem);
  line-height: 1.75;
  font-family: "NeueMontreal";
  font-weight: 600;
}
@media (min-width: 1020px) {
  .style-h6,
  h6 {
    line-height: 1.45;
  }
}

.style-p, .element ul li,
p {
  font-size: clamp(1rem, 1.4285714286vw, 1.25rem);
  line-height: 1.75;
  font-family: "NeueMontreal";
}
@media (min-width: 1020px) {
  .style-p, .element ul li,
  p {
    line-height: 1.75;
  }
}

.style-font-content-title-video {
  font-size: clamp(3.5714285714vw, 10.6329113924vh, 6.25rem);
  line-height: 1.05;
  font-family: "NeueMontreal";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-font-content-title-video {
    line-height: 1.05;
  }
}

.style-font-content-text-banner-small, .banner .banner-container .banner-text p {
  font-size: clamp(1rem, 1.4285714286vw, 1.375rem);
  line-height: 1.45;
  font-family: "NeueMontreal";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-font-content-text-banner-small, .banner .banner-container .banner-text p {
    line-height: 1.45;
  }
}

.style-font-content-text-banner-big, .banner .video-text p {
  font-size: clamp(1.7857142857vw, 4.0506329114vh, 2.6875rem);
  line-height: 1.225;
  font-family: "NeueMontreal";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-font-content-text-banner-big, .banner .video-text p {
    line-height: 1.225;
  }
}

.style-font-content-text {
  font-size: clamp(1rem, 1.1428571429vw, 1rem);
  line-height: 1.75;
  font-family: "NeueMontreal";
}
@media (min-width: 1020px) {
  .style-font-content-text {
    line-height: 1.75;
  }
}

.style-font-content-text-big {
  font-size: clamp(1.125rem, 1.5714285714vw, 1.375rem);
  line-height: 1.75;
  font-family: "NeueMontreal";
}
@media (min-width: 1020px) {
  .style-font-content-text-big {
    line-height: 1.75;
  }
}

.style-font-button, .button {
  font-size: clamp(1.125rem, 1.4285714286vw, 1.25rem);
  line-height: 1.35;
  font-family: "NeueMontreal";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-font-button, .button {
    line-height: 1;
  }
}

.style-font-button-small, .button.small-font {
  font-size: clamp(1rem, 1.1428571429vw, 1rem);
  line-height: 1.25;
  font-family: "NeueMontreal";
  font-weight: 600;
}
@media (min-width: 1020px) {
  .style-font-button-small, .button.small-font {
    line-height: 1;
  }
}

.style-font-main-menu, .header .main-menu-holder nav ul li a {
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1;
  font-family: "NeueMontreal";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-font-main-menu, .header .main-menu-holder nav ul li a {
    line-height: 1;
  }
}

.style-font-main-sub-menu, .header .menu-cta li ul li a, .header .main-menu-holder nav ul li ul li a {
  font-size: clamp(1rem, 1.1428571429vw, 1rem);
  line-height: 1;
  font-family: "NeueMontreal";
}
@media (min-width: 1020px) {
  .style-font-main-sub-menu, .header .menu-cta li ul li a, .header .main-menu-holder nav ul li ul li a {
    line-height: 1;
  }
}

.style-font-form {
  font-size: clamp(1rem, 1.1428571429vw, 1rem);
  line-height: 1;
  font-family: "NeueMontreal";
}
@media (min-width: 1020px) {
  .style-font-form {
    line-height: 1;
  }
}

.style-font-14 {
  font-size: clamp(0.9375rem, 1.0714285714vw, 0.9375rem);
  line-height: 1.5em;
  font-family: "NeueMontreal";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-font-14 {
    line-height: 1.5em;
  }
}

.style-font-16 {
  font-size: clamp(1rem, 1.1428571429vw, 1rem);
  line-height: 1.35em;
  font-family: "NeueMontreal";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-font-16 {
    line-height: 1.45em;
  }
}

.style-font-20 {
  font-size: clamp(1rem, 1.4285714286vw, 1.25rem);
  line-height: 1.35em;
  font-family: "NeueMontreal";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-font-20 {
    line-height: 1.45em;
  }
}

.style-font-22 {
  font-size: clamp(1.125rem, 1.5vw, 1.4375rem);
  line-height: 1.35em;
  font-family: "NeueMontreal";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-font-22 {
    line-height: 1.45em;
  }
}

.style-font-25, .header .button-header {
  font-size: clamp(1.375rem, 1.7857142857vw, 1.6875rem);
  line-height: 1.35em;
  font-family: "NeueMontreal";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-font-25, .header .button-header {
    line-height: 1.45em;
  }
}

.style-font-30 {
  font-size: clamp(1.5rem, 2.1428571429vw, 2rem);
  line-height: 1.35em;
  font-family: "NeueMontreal";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-font-30 {
    line-height: 1.45em;
  }
}

.style-font-40 {
  font-size: clamp(1.875rem, 2.8571428571vw, 2.75rem);
  line-height: 1.35em;
  font-family: "NeueMontreal";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-font-40 {
    line-height: 1.45em;
  }
}

.style-font-50 {
  font-size: clamp(1.25rem, 3.5714285714vw, 3.375rem);
  line-height: 1.5em;
  font-family: "NeueMontreal";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-font-50 {
    line-height: 1.45em;
  }
}

.style-font-60 {
  font-size: clamp(3rem, 4.2857142857vw, 4.125rem);
  line-height: 1.25em;
  font-family: "Queens";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-font-60 {
    line-height: 1.45em;
  }
}

.style-font-84 {
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  line-height: 1.1em;
  font-family: "NeueMontreal";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-font-84 {
    line-height: 1.1em;
  }
}

.style-font-105 {
  font-size: clamp(2.1875rem, 7.4285714286vw, 6.75rem);
  line-height: 1.1em;
  font-family: "NeueMontreal";
  font-weight: 500;
}
@media (min-width: 1020px) {
  .style-font-105 {
    line-height: 1.1em;
  }
}

@media (max-width: 1019.98px) {
  .style-font-content-title-video {
    font-size: clamp(7vh, 6vw, 6.25rem);
  }
}

@media (max-width: 1019.98px) {
  .style-font-content-text-banner-big,
  .banner .video-text p {
    font-size: clamp(1.5625rem, 2.5vw, 2.6875rem);
    line-height: 1.45em;
  }
}

/* Font Weight */
.fw-thin {
  font-weight: 100 !important;
}

.fw-extralight {
  font-weight: 200 !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-regular {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 600 !important;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.fw-black {
  font-weight: 900 !important;
}

/* Titles */
.suptitle {
  font: 400 1.5625rem/1.3 var(--font-main);
  margin-bottom: 30px;
}

/* Paragraphes */
.element ol,
.element ul,
.element .style-p,
.element ul li,
.element p {
  margin-bottom: 25px;
}
@media (min-width: 1020px) {
  .element ol,
  .element ul,
  .element .style-p,
  .element ul li,
  .element p {
    margin-bottom: 35px;
  }
}
.element ol strong,
.element ul strong,
.element .style-p strong,
.element p strong {
  font-weight: 600;
}
.element ol + *:not(li),
.element ul + *:not(li),
.element .style-p + *:not(li),
.element ul li + *:not(li),
.element p + *:not(li) {
  margin-bottom: 25px;
}
@media (min-width: 1020px) {
  .element ol + *:not(li),
  .element ul + *:not(li),
  .element .style-p + *:not(li),
  .element ul li + *:not(li),
  .element p + *:not(li) {
    margin-bottom: 35px;
  }
}
.element ul {
  list-style: disc !important;
  margin-left: 20px;
}
.element ul li {
  margin: 0;
}

.element_texte *:last-child {
  margin-bottom: 0 !important;
}
.element_texte h2,
.element_texte h3,
.element_texte h4,
.element_texte h5,
.element_texte h6 {
  margin-bottom: 50px;
}
.element_texte a {
  color: var(--color-main);
}
.element_texte a:hover {
  text-decoration: underline;
}

.container .element + .element {
  margin-top: 35px;
}
.container .element:first-of-type {
  margin-top: 0;
}

.blogue-single ul,
.blogue-single ol,
.blogue-single h1,
.blogue-single h2,
.blogue-single h3,
.blogue-single h4,
.blogue-single h5,
.blogue-single h6,
.blogue-single p {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

h2,
.style-h2 {
  letter-spacing: 0.03em;
}

/* Elements */
.content-text {
  /* ---------- Images ---------- */
}
.content-text a {
  color: var(--color-main);
  text-decoration: underline !important;
}
.content-text a:hover {
  text-decoration: none !important;
  color: var(--color-main);
}
.content-text > *:first-child {
  margin-top: 0;
}
.content-text > *:last-child {
  margin-bottom: 0;
}
.content-text hr {
  height: 1px;
  display: block;
  margin: 3rem auto;
  background: var(--color-grey-light);
  border: none;
  clear: both;
}
.content-text img {
  border-radius: 2px;
}
.content-text .alignleft {
  float: left;
  max-width: 45%;
  margin: 5px 35px 15px 0;
}
.content-text .alignleft.wp-caption {
  margin-right: 2rem;
}
.content-text .alignright {
  float: right;
  max-width: 45%;
  margin: 5px 0 15px 35px;
}
.content-text .alignright.wp-caption {
  margin-left: 2rem;
}
.content-text .aligncenter {
  padding: 10px 0;
  margin: 0 auto 2rem;
  clear: both;
}
.content-text .aligncenter.wp-caption {
  max-width: 100%;
}
.content-text .wp-caption p {
  color: #888;
  font: italic 12px/16px var(--font-main);
  text-align: center;
  padding: 0 5px;
  margin: 10px 10px 0 0;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.4rem;
}

sub {
  bottom: -0.25rem;
}

/* ---------------------------------------------------------------------------- */
/* Layout - Header */
/* ---------------------------------------------------------------------------- */
.loaded .header {
  transform: translateY(0) !important;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
  position: fixed;
  transform: translateY(0);
  background: #fff;
  height: 105px;
  transition: all 0.3s ease;
}
@media (min-width: 1020px) {
  .header {
    height: 125px;
  }
}
.header .button-header {
  text-transform: uppercase;
}
.header .button-header:hover span {
  text-decoration: underline;
}
.header .user-control i:hover {
  cursor: pointer;
}
.header .logo {
  position: relative;
}
.header.scrollUp {
  opacity: 0;
  transform: translateY(-100%) !important;
}
.header .user-control i:hover {
  cursor: pointer;
}
.header .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  margin-right: -15px;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible;
}
.header .hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}
.header .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.header .hamburger-inner, .header .hamburger-inner::before, .header .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: var(--color-black);
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.header .hamburger-inner::before, .header .hamburger-inner::after {
  content: "";
  display: block;
}
.header .hamburger-inner::before {
  top: -8px;
}
.header .hamburger-inner::after {
  bottom: -8px;
}

.header .menu-principal {
  margin-left: 75px;
}
@media (min-width: 1440px) {
  .header .menu-principal {
    margin-left: clamp(75px, 10.7142857143vw, 165px);
  }
}
.header .main-menu-holder i {
  display: none;
}
.header .main-menu-holder nav {
  text-align: left;
}
.header .main-menu-holder nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.header .main-menu-holder nav ul li {
  display: flex;
  align-items: stretch;
  margin: 0 1.5714285714vw;
}
.header .main-menu-holder nav ul li:last-of-type {
  margin-right: 0;
}
.header .main-menu-holder nav ul li:first-of-type {
  margin-left: 0;
}
.header .main-menu-holder nav ul li.menu-item-has-children:hover > a:before {
  opacity: 1;
}
.header .main-menu-holder nav ul li a {
  position: relative;
  letter-spacing: 0.05em;
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.header .main-menu-holder nav ul li a:before {
  opacity: 0;
  bottom: 0;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #000;
  transform: rotate(180deg);
  clear: both;
}
.header .main-menu-holder nav ul li:hover > a {
  text-shadow: 0px 0px 1px var(--color-black) !important;
  color: var(--color-black) !important;
}
.header .main-menu-holder nav ul li:hover ul {
  pointer-events: auto;
  opacity: 1;
}
.header .main-menu-holder nav ul li.current_page_item > a, .header .main-menu-holder nav ul li.current-menu-parent > a, .header .main-menu-holder nav ul li.current-page-parent > a {
  text-shadow: 0px 0px 1px var(--color-black) !important;
  color: var(--color-black) !important;
}
.header .main-menu-holder nav ul li.button:hover a {
  color: var(--color-white) !important;
  text-decoration: none !important;
}
.header .main-menu-holder nav ul li ul {
  pointer-events: none;
  opacity: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
  margin: 0;
  position: absolute;
  top: 100%;
  background: var(--color-black);
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.header .main-menu-holder nav ul li ul li {
  margin: 0;
  position: relative;
}
.header .main-menu-holder nav ul li ul li:last-of-type a:after {
  display: none !important;
}
.header .main-menu-holder nav ul li ul li a {
  text-shadow: 0px 0px 1px transparent;
  padding: 1.2142857143vw 1.7857142857vw;
  width: 100%;
  color: var(--color-white);
  display: block;
  margin: 0 !important;
  text-align: left;
  position: relative;
  line-height: 1.38em;
}
.header .main-menu-holder nav ul li ul li a:before {
  display: none;
}
.header .main-menu-holder nav ul li ul li.current_page_item a, .header .main-menu-holder nav ul li ul li.current-menu-parent a, .header .main-menu-holder nav ul li ul li.current-page-parent a, .header .main-menu-holder nav ul li ul li:hover a {
  text-decoration: underline;
  color: var(--color-white) !important;
}
.header .menu-cta {
  display: flex;
  justify-content: flex-start;
}
.header .menu-cta li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.header .menu-cta li a:before {
  opacity: 0;
  bottom: 0;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #000;
  transform: rotate(180deg);
  clear: both;
}
.header .menu-cta li:hover > a {
  text-decoration: underline;
}
.header .menu-cta li:hover > a:before {
  opacity: 1;
}
.header .menu-cta li:hover > ul {
  pointer-events: auto;
  opacity: 1;
}
.header .menu-cta li ul {
  pointer-events: none;
  opacity: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
  margin: 0;
  position: absolute;
  top: 100%;
  background: var(--color-black);
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.header .menu-cta li ul li {
  margin: 0;
  position: relative;
}
.header .menu-cta li ul li:last-of-type a:after {
  display: none !important;
}
.header .menu-cta li ul li a {
  text-shadow: 0px 0px 1px transparent;
  padding: 1.2142857143vw 1.7857142857vw;
  width: 100%;
  color: var(--color-white);
  display: block;
  margin: 0 !important;
  text-align: left;
  position: relative;
  line-height: 1.38em;
}
.header .menu-cta li ul li a:before {
  display: none;
}
.header .menu-cta li ul li > .header .menu-cta li ul li.current_page_item a, .header .menu-cta li ul li > .header .menu-cta li ul li.current-menu-parent a, .header .menu-cta li ul li > .header .menu-cta li ul li.current-page-parent a, .header .menu-cta li ul li > .header .menu-cta li ul li:hover a {
  text-decoration: underline;
  color: var(--color-white) !important;
}
.header .menu-cta li ul li ul {
  width: max-content;
  flex-direction: column;
  left: 0;
  transform: none;
}
.header .menu-cta li ul li ul li.current_page_item a, .header .menu-cta li ul li ul li.current-menu-parent a, .header .menu-cta li ul li ul li.current-page-parent a, .header .menu-cta li ul li ul li:hover a {
  text-decoration: underline;
  color: var(--color-white) !important;
}

.banner {
  position: relative;
  color: #fff;
  background: var(--color-main);
  overflow: hidden;
}
.banner .background-image {
  height: auto !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
.banner .mobile-background {
  background-position: center center;
  background-size: cover;
}
.banner.auto-height {
  max-height: 320px;
  min-height: 320px;
}
@media (min-width: 1020px) {
  .banner.auto-height {
    max-height: clamp(290px, 40vw, 560px);
    min-height: clamp(290px, 40vw, 560px);
  }
}
@media (min-width: 1020px) {
  .banner.full-height {
    min-height: auto;
  }
}
@media (min-width: 1020px) {
  .banner.two-third-height {
    min-height: 66vh;
  }
}
@media (min-width: 1020px) {
  .banner.mid-height {
    min-height: 50vh;
  }
}
@media (min-width: 1020px) {
  .banner.one-third-height {
    min-height: 33vh;
  }
}
.banner .video-center {
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  height: 100%;
  width: 100%;
}
.banner .video-center .overlay {
  width: 101%;
  height: 101%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.35);
}
.banner video {
  z-index: 1;
  max-height: clamp(510px, 64.5569620253vh, 680px);
  transform: scale(1.2);
  transform-origin: center center;
}
@media (min-width: 768px) {
  .banner video {
    max-height: 100%;
    transform: scale(1.4);
  }
}
.banner .video-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
}
.banner .video-holder:hover {
  cursor: pointer;
}
.banner .video-holder:hover .play .stroke-dotted {
  stroke-width: 2px;
  opacity: 1;
}
.banner .video-holder:hover .play .stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300;
}
.banner .video-holder a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner .video-holder a .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111;
}
.banner .video-holder a .play .stroke-dotted {
  stroke-width: 1px;
  stroke-dasharray: 4, 5;
  transform-origin: 50% 50%;
  animation: spin 4s infinite linear;
  transition: stroke-width 1s ease;
}
.banner .video-holder a .play .stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 2px;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
}
.banner .overlay-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  background-blend-mode: multiply;
}
.banner .container {
  z-index: 11;
}
.banner .overflow-hidden {
  padding-top: 52%;
}
@media (min-width: 1020px) {
  .banner .overflow-hidden {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.banner .banner-background {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner.video_banner {
  position: relative;
  padding: 0;
  height: auto;
}
@media (min-width: 1020px) {
  .banner.video_banner {
    height: clamp(610px, 100vh - 125px, 100vh - 125px);
  }
}
@media (min-width: 1020px) {
  .banner.video_banner > .row {
    height: 100%;
  }
}
@media (min-width: 1020px) {
  .banner.video_banner .container-banner {
    height: 100%;
  }
}
.banner.video_banner .btn-banner {
  position: absolute;
  z-index: 111;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.banner.video_banner .btn-banner:hover .play {
  opacity: 1;
}
.banner.video_banner .btn-banner:hover .play .stroke-dotted {
  stroke-width: 4px;
  opacity: 1;
}
.banner.video_banner .btn-banner:hover .play .stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300;
}
.banner.video_banner .btn-banner:hover .play .icon {
  transform: scale(1.05);
}
.banner.video_banner .btn-banner .stroke-solid {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 4px;
  -webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
}
.banner.video_banner .btn-banner .play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatey(-50%) translatex(-50%);
  z-index: 9999;
  opacity: 0;
  width: 2px;
}
.banner .video-text {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1020px) {
  .banner .video-text {
    max-width: 490px;
    max-width: clamp(490px, 35vw, 580px);
  }
}
.banner .banner-container {
  display: flex;
  flex-direction: column;
}
.banner .banner-container.align-center {
  align-items: center;
}
.banner .banner-container.align-center .banner-content {
  text-align: center;
}
.banner .banner-container.align-left {
  align-items: flex-start;
}
.banner .banner-container.align-left .banner-content {
  text-align: left;
  max-width: 560px;
}
.banner .banner-container.align-right {
  align-items: flex-end;
}
.banner .banner-container.align-right .banner-content {
  text-align: right;
  max-width: 560px;
}
.banner .search-form {
  bottom: 20px;
  bottom: clamp(20px, 2.8571428571vw, 45px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  width: 100%;
  max-width: 460px;
  border-radius: 100vh;
  border: none !important;
}
.banner .search-form form {
  border-bottom: 0 !important;
  padding-left: 25px;
  width: 100%;
  max-width: 460px;
  border: none !important;
}
.banner .search-form form input[type=text] {
  height: 56px;
  background: transparent !important;
  width: 100%;
}
.banner .search-form form button {
  background: transparent;
  border: none;
  display: block;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  height: 56px;
  border-radius: 100vh;
}
.banner .search-form form button:hover {
  cursor: pointer;
  color: var(--color-main);
}

/*
@use "bootstrap" as *;
@use "1.base/variables/bootstrap" as *;

// Base
@use "1.base/helpers/helpers" as *;
@use "1.base/mixins/functions" as *;

// Variables
@use "1.base/variables/colors" as *;
@use "1.base/variables/fonts" as *;

// Components
@use "2.components/buttons" as *;
@use "2.components/content-text" as * with (
  $font-styles-fluid: $font-styles-fluid,
);

// Layouts
@use "3.layouts/header" as *;
@use "3.layouts/header-menu" as *;
@use "3.layouts/banner" as *;
*/