@import url(https://fonts.googleapis.com/css2?family=Zalando+Sans:ital,wght@0,600;1,600&display=swap);
@charset "UTF-8";
:root :where(p) {
  color: #2B2B2B;
}

@keyframes view-screen-entry {
  from {
    opacity: 0;
    transform: translateY(2.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/** HEADER **/
/** BORDER RADIUS **/
/** ICON SIZES **/
/* >>> VARIABLE CONFIGURATION <<< */
/* Arrow dimensions */
/* Spacing */
/* Positions (desktop) */
/* Arrow icon dimensions */
/* >>> SLICK CAROUSEL - BASE STYLES <<< */
.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
}

/* >>> ARROW STYLES <<< */
/* Base arrow styling */
.slick-arrow {
  border-radius: 2rem;
  background-color: #00534E;
}
.slick-arrow:hover, .slick-arrow:focus {
  background-color: #D7FFD0;
  transition: all 0.35s ease-in-out;
  box-shadow: 2px 0 15px 5px rgba(0, 83, 78, 0.06);
  -webkit-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
}
.slick-arrow:hover::before, .slick-arrow:focus::before {
  background-color: var(--wp--preset--color--primary-color);
}

/* Arrow dimensions and icon */
.slick-next,
.slick-prev {
  width: 46px;
  height: 46px;
}
.slick-next::before,
.slick-prev::before {
  content: "";
  display: block;
  opacity: 1;
  margin: 0 auto;
  height: 16px;
  width: 16px;
  background-color: var(--wp--preset--color--secondary-color);
  -webkit-mask-size: 16px;
          mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg id='noun-arrow-7558542' xmlns='http://www.w3.org/2000/svg' width='19.106' height='19.143' viewBox='0 0 19.106 19.143'%3E%3Cpath id='Tracé_39215' data-name='Tracé 39215' d='M18.919,28.543a.907.907,0,0,1,.923-.923H34.861l-7.047-7.047a.914.914,0,0,1,1.292-1.292L37.724,27.9a.655.655,0,0,1,.123.154c0,.031.031.031.031.061.031.031.031.061.061.093,0,.031.031.061.031.093s.031.061.031.093a.738.738,0,0,1,0,.369c0,.031-.031.061-.031.093s-.031.061-.031.093-.031.061-.061.093a.1.1,0,0,1-.031.061.551.551,0,0,1-.123.154l-8.617,8.617a.895.895,0,0,1-1.294,0,.892.892,0,0,1,0-1.292l7.048-7.111H19.843a.907.907,0,0,1-.923-.923Z' transform='translate(-18.919 -19.003)' fill='%23d7ffd0'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg id='noun-arrow-7558542' xmlns='http://www.w3.org/2000/svg' width='19.106' height='19.143' viewBox='0 0 19.106 19.143'%3E%3Cpath id='Tracé_39215' data-name='Tracé 39215' d='M18.919,28.543a.907.907,0,0,1,.923-.923H34.861l-7.047-7.047a.914.914,0,0,1,1.292-1.292L37.724,27.9a.655.655,0,0,1,.123.154c0,.031.031.031.031.061.031.031.031.061.061.093,0,.031.031.061.031.093s.031.061.031.093a.738.738,0,0,1,0,.369c0,.031-.031.061-.031.093s-.031.061-.031.093-.031.061-.061.093a.1.1,0,0,1-.031.061.551.551,0,0,1-.123.154l-8.617,8.617a.895.895,0,0,1-1.294,0,.892.892,0,0,1,0-1.292l7.048-7.111H19.843a.907.907,0,0,1-.923-.923Z' transform='translate(-18.919 -19.003)' fill='%23d7ffd0'/%3E%3C/svg%3E%0A");
}

/* Next arrow (right) */
.slick-next {
  top: 50%;
  transform: translateY(-50%);
  right: 4rem;
}
@media only screen and (max-width: 1200px) {
  .slick-next {
    top: auto;
    right: calc(50% - (46px + 0.25rem));
    bottom: calc(-1 * (2.5rem + 46px));
  }
}

/* Previous arrow (left) */
.slick-prev {
  top: 50%;
  transform: translateY(-50%);
  left: 4rem;
}
.slick-prev:before {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1200px) {
  .slick-prev {
    top: auto;
    left: calc(50% - (46px + 0.25rem));
    right: auto;
    bottom: calc(-1 * (2.5rem + 46px));
  }
}

/* >>> ARROW STYLES <<< */
/* >>> COMMON SETTINGS <<< */
.card-product,
.card .card-content {
  border-radius: 15px;
}

.card-figure {
  margin-bottom: 0;
}
.card-figure img {
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* >>> SPECIFIC CARDS <<< */
.card {
  position: relative;
}
.card .card-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: space-between;
  min-height: 170px;
  margin: -3rem 2rem 0 0;
  background-color: #FFF;
  border: 1px solid #E2E8EC;
  padding: 0 1.5rem;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.card .card-content .card-header h3 {
  margin: 1.5rem 0 0.5rem;
}
.card .card-content .icon-wrapper {
  margin: -2rem 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.card .card-content footer {
  border-top: 1px solid #E2E8EC;
  padding: 1rem 0;
}
.card .card-badge {
  position: absolute;
  z-index: 20;
  top: 1rem;
  right: 1rem;
}
.card .card-figure img {
  height: var(--card-img-height, 300px);
  border: 1px solid #E2E8EC;
  width: 100%;
}
.card:hover .card-body {
  transform: translateY(-5px);
  box-shadow: 2px 0 15px 5px rgba(0, 83, 78, 0.06);
  -webkit-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
}
.card:hover .card-figure img {
  transform: scale(1.04);
}
.card:hover .icon-wrapper {
  transform: translateY(-8px) rotate(8deg);
}

.card-product {
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #E2E8EC;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-product .card-content {
  margin: 1rem;
}
.card-product .card-content h2 {
  font-size: clamp(1.0625rem, 1.09375rem + (1vw - 0.2rem) * 1.765, 1.125rem);
  font-weight: 600;
  color: #161A1A;
  margin-bottom: 0.25rem;
}
.card-product .card-content p {
  color: #6F6F6F;
}
.card-product .card-content p span {
  font-size: clamp(1.0625rem, 1.09375rem + (1vw - 0.2rem) * 1.765, 1.125rem);
  font-weight: 600;
  color: #00534E;
}
.card-product--category h3 {
  text-align: center;
  width: inherit;
  margin: 1.5rem;
}
.card-product:hover {
  transform: translateY(-5px);
  box-shadow: 2px 0 15px 5px rgba(0, 83, 78, 0.06);
  -webkit-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
}
.card-product:hover .card-figure img {
  transform: scale(1.02) translateY(-6px) rotate(2deg);
}
.card-product:hover h3 {
  color: #00534E;
}

.card-testimonial {
  display: grid;
  gap: 1.5rem;
  padding: 2rem;
  background-color: #FFF;
  border-radius: 15px;
}
.card-testimonial--titled {
  display: flex;
  gap: 0 0.5rem;
  flex-wrap: wrap;
}
.card-testimonial--date {
  text-transform: capitalize;
}
.card-testimonial .rating {
  display: flex;
  gap: 0.25rem;
}
.card-testimonial .rating svg {
  border-radius: 0;
}
.card-testimonial {
  /* >>> SLIDE SPACING <<< */
}
.card-testimonial .slick-track .slick-slide {
  margin: 0 0.5rem 0 0;
}
.card-testimonial .slick-track .slick-slide:not(:first-child) {
  margin-left: 0.5rem;
}
@media only screen and (max-width: 1200px) {
  .card-testimonial .slick-track .slick-slide {
    margin: 0;
  }
}

.block-section-testimonials .slick-prev {
  top: 23px;
  left: auto;
  right: calc(-46px - 1.5rem);
}
.block-section-testimonials .slick-prev:before {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials .slick-prev {
    top: auto;
    left: calc(50% - (46px + 0.25rem));
    right: auto;
    bottom: calc(-1 * (2.5rem + 46px));
  }
}
.block-section-testimonials .slick-next {
  top: 23px;
  right: calc(-92px - 2rem);
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials .slick-next {
    top: auto;
    right: calc(50% - (46px + 0.25rem));
    bottom: calc(-1 * (2.5rem + 46px));
  }
}

ul, ol {
  margin-block-start: 0;
}
ul li, ol li {
  color: var(--wp--preset--color--primary-color);
  font-size: var(--wp--preset--font-size--regular);
  font-weight: 400;
}

ol {
  counter-reset: list-counter;
  list-style: none;
  padding-left: 0;
}
ol li {
  counter-increment: list-counter;
  position: relative;
  padding-left: calc(39px + 1rem);
  margin-bottom: 1rem;
}
ol li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.8rem;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  color: var(--wp--preset--color--secondary-color);
  font-weight: bold;
  border: 1px solid var(--wp--preset--color--secondary-color);
}

ul > li {
  list-style: none;
}

.list-dash {
  padding: 0;
  margin: 0;
}
.list-dash > li {
  position: relative;
  padding-left: 1.3rem;
}
.list-dash > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 0.6rem;
  height: 1px;
  background-color: #00534E;
}
.list-dash-secondary > li::before {
  background-color: #D7FFD0;
}

figure {
  line-height: 0;
  height: inherit;
}
figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.img-hero {
  position: relative;
}
.img-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3137254902);
  border-radius: 20px;
}
.img-hero:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D7FFD0;
  rotate: -6deg;
  border-radius: 20px;
}
@media only screen and (max-width: 1200px) {
  .img-hero:after {
    rotate: -4deg;
  }
}

.container-img {
  position: relative;
  z-index: 1;
  width: 90%;
  height: 100%;
  margin-right: 0;
  margin-left: auto;
}
.container-img .img-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
}
.container-img ul {
  display: grid;
  gap: 1rem;
}
.container-img ul li {
  display: grid;
}
.container-img ul li span {
  color: #FFF;
}
@media only screen and (max-width: 1200px) {
  .container-img {
    width: 100%;
    margin: 3rem auto 0;
  }
}

.block-testimonials {
  position: relative;
  background-color: var(--wp--preset--color--secondary-color-light);
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-testimonials .container {
  padding: 4rem 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .block-testimonials .container {
    padding: 1rem 5rem;
  }
}
.block-testimonials .container .col-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-testimonials figure {
  position: relative;
  width: 70%;
  margin-left: auto;
  margin-right: 0;
}
.block-testimonials .container-titles {
  padding-left: calc(20px + 2rem);
}
.block-testimonials .container-titles::before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 98px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'  viewBox='0 0 25.249 98.852'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_10' data-name='Rectangle 10' width='98.852' height='25.249' transform='translate(0 0)' fill='%23bea07d'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_331' data-name='Groupe 331' transform='translate(0 98.852) rotate(-90)'%3E%3Cg id='Groupe_3' data-name='Groupe 3' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_1' data-name='Tracé 1' d='M57.662,0C51.118,0,49.53,8.135,49.53,8.135S46.694,0,41.389,0H0V17.114H41.389c5.305,0,8.141,8.135,8.141,8.135s1.588-8.135,8.132-8.135h41.19V0Z' fill='%23bea07d'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  transform: rotate(0deg);
  top: 4px;
  left: 0;
}
.block-testimonials .container-titles {
  padding-left: calc(20px + 3rem);
}
.block-testimonials .container-titles:before {
  top: 0;
  left: 1rem;
  bottom: 0;
  margin: auto;
}
.block-testimonials .container-titles > span {
  display: block;
  font-family: var(--wp--preset--font-family--primary-font), sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--wp--preset--color--secondary-color);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.block-testimonials .container-titles p:first-of-type {
  font-size: 16px;
  font-weight: 200;
  text-transform: uppercase;
  color: var(--wp--preset--color--secondary-color);
  letter-spacing: 0.25px;
}
.block-testimonials .container-titles p:last-of-type {
  font-size: 16px;
  font-weight: 300;
  max-width: 90%;
  margin-top: 2rem;
}

/* >>> VARIABLES <<< */
/* >>> GENERIC SECTIONS <<< */
.block-section:not(.block-section-hero):not(.block-section-products),
.archive-main {
  padding: 5rem 0;
}
@media only screen and (max-width: 1200px) {
  .block-section:not(.block-section-hero):not(.block-section-products),
  .archive-main {
    padding: 4rem 0;
  }
}

/* >>> HERO SECTION <<< */
.block-section-hero {
  padding-top: 5rem;
}
.block-section-hero .btn {
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 1200px) {
  .block-section-hero {
    padding: 4rem 0;
  }
}

/* >>> EXPERTISES SECTION <<< */
.block-section-expertises {
  margin-top: -2.5rem;
}
@media only screen and (max-width: 1200px) {
  .block-section-expertises {
    margin-top: 0;
  }
}

/* >>> PRODUCTS SECTION <<< */
.block-section-products {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 1200px) {
  .block-section-products {
    padding: 4rem 0;
  }
}

/* >>> LOCAL SECTION <<< */
.block-local {
  position: relative;
  padding-top: var(--spacing-9);
}
.block-local figure {
  margin: 0;
}
.block-local.has-background-primary-after::after {
  max-height: 700px;
}
@media only screen and (max-width: 1200px) {
  .block-local.has-background-primary-after::after {
    max-height: inherit;
  }
}
@media only screen and (max-width: 1200px) {
  .block-local {
    padding: var(--spacing-9) 0;
  }
  .block-local .row {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.image-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  max-height: 700px;
  right: 4rem;
  top: calc(-1 * var(--spacing-9) - 2rem);
}
@media only screen and (max-width: 1200px) {
  .image-section {
    max-height: inherit;
    top: 0;
    right: 0;
  }
}
.image-section img {
  width: 100%;
  min-height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-section .discover-btn-wrapper {
  position: relative;
  align-self: center;
}
@media only screen and (min-width: 1200px) {
  .image-section .discover-btn-wrapper {
    top: 2rem;
    margin-bottom: var(--spacing-9);
    align-self: flex-end;
  }
}
@media only screen and (max-width: 1200px) {
  .image-section .discover-btn-wrapper {
    margin-top: 3rem;
  }
}
.image-section .discover-btn-wrapper::before {
  content: "";
  position: absolute;
  top: 5.6rem;
  left: 50%;
  width: 276px;
  height: 142px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='276.155' height='141.801' viewBox='0 0 276.155 141.801'%3E%3Cg id='Groupe_9899' data-name='Groupe 9899' transform='translate(-441.035 -2794.031)'%3E%3Cpath id='Tracé_39218' data-name='Tracé 39218' d='M-10485.965,2798v51.318' transform='translate(10930 2.031)' fill='none' stroke='%23d7ffd0' stroke-width='1'/%3E%3Cpath id='Tracé_39219' data-name='Tracé 39219' d='M-10485.965,2798v83.984h273.155' transform='translate(10930 53.349)' fill='none' stroke='%2300534e' stroke-width='1'/%3E%3Cg id='Rectangle_4691' data-name='Rectangle 4691' transform='translate(441.035 2794.031)' fill='%23d7ffd0' stroke='%23d7ffd0' stroke-width='1'%3E%3Crect width='6' height='6' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='5' height='5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 1200px) {
  .image-section .discover-btn-wrapper::before {
    display: none;
  }
}

.map {
  margin-top: 1.5rem;
}
.map img {
  width: 100%;
  height: auto;
  display: block;
}

/* >>> TESTIMONIAL SECTION <<< */
.block-section-testimonials {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials {
    padding-bottom: 0;
  }
}
.block-section-testimonials .container-inner {
  padding-top: calc(5rem / 2);
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials .container-inner {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials__gallery {
    display: none;
  }
}
.block-section-testimonials__gallery {
  position: relative;
  height: 100%;
  min-height: 650px;
  width: auto;
}
.block-section-testimonials__gallery img, .block-section-testimonials__gallery-background {
  position: absolute;
}
.block-section-testimonials__gallery img {
  z-index: 2;
}
.block-section-testimonials__gallery > img:first-of-type {
  top: -10rem;
  right: 9rem;
  width: 225px;
  aspect-ratio: 4/4.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-section-testimonials__gallery > img:nth-child(2) {
  top: 4rem;
  right: 25rem;
  width: 300px;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-section-testimonials__gallery > img:last-of-type {
  top: 10rem;
  right: 0;
  width: 350px;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-section-testimonials__gallery-background {
  display: flex;
  width: 90%;
  height: 560px;
  right: 4rem;
  border-radius: 20px;
  background-color: #D7FFD0;
}
.block-section-testimonials__decoration {
  position: relative;
  padding-top: calc(5rem / 2);
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials__decoration {
    margin-top: 5rem;
    padding-top: 0;
  }
}
.block-section-testimonials__decoration-image {
  position: absolute;
  bottom: -5.5rem;
  right: -18rem;
  width: auto;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  rotate: 0.9deg;
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials__decoration-image {
    position: relative;
    bottom: -4.5rem;
    right: 0;
    width: 100%;
    height: auto;
  }
}

/* >>> HEADBAND <<< */
.headband {
  position: relative;
  padding-block: 5rem;
  margin-bottom: 3rem;
  background-color: #00534E;
  border-radius: 0 0 20px 20px;
}
@media only screen and (max-width: 1200px) {
  .headband {
    padding-block: 3rem;
    margin-bottom: 0;
  }
}
.headband::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #D7FFD0;
  border-radius: inherit;
  transform: rotate(-4deg);
}
.headband p {
  color: white;
}
.headband h1 {
  color: var(--wp--preset--color--secondary-color);
}
.headband__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* ratio 16:9 */
/* >>> MODAL OVERLAY <<< */
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  background: rgba(0, 83, 78, 0.2);
  backdrop-filter: blur(1.5px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, backdrop-filter 0.3s ease;
  will-change: opacity;
}
.modal .filter {
  border: none;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}
.modal.active .modal-content {
  transform: scale(1);
  opacity: 1;
}
.modal.active .modal-content--item {
  overflow-y: auto;
  height: 100%;
}

/* >>> CLOSE BUTTON - BASE  <<< */
.close-modal {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 8px;
  background-color: #D7FFD0;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  line-height: 1;
}
.close-modal:hover {
  transform: rotate(90deg);
  background-color: #00534E;
  transition: all 0.35s ease-in-out;
}
.close-modal:hover .iconoir-svg {
  color: #D7FFD0;
  stroke: #D7FFD0;
}

/* >>> MODAL CONTENT - BASE <<< */
.modal-content {
  position: relative;
  background-color: #FFF;
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* >>> MODAL VARIANTS - POSITIONING <<< */
.modal--center {
  align-items: center;
  justify-content: center;
}
.modal--center .modal-content {
  width: 90%;
  max-width: 900px;
  border-radius: 15px;
}
@media screen and (max-width: 1200px) {
  .modal--center .modal-content {
    height: 90%;
  }
}

.modal--side {
  display: flex;
}
.modal--side .modal-content {
  width: min(80vw, 450px);
  height: 100%;
  border-radius: 15px 0 0 15px;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal--side.active .modal-content {
  transform: translateX(0);
  opacity: 1;
}

.modal--right {
  justify-content: flex-end;
}
.modal--right .modal-content {
  transform: translateX(100%);
}
.modal--right .close-modal {
  top: 0.625rem;
  right: 0.75rem;
}

/* >>> MODAL COMPONENTS <<< */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* >>> SPECIFIC CASE <<< */
#simulatorModal .close-modal {
  top: 1rem;
  right: 1rem;
}

.container, .block-section-content > div, .alignfull.has-background > * {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 576px) {
  .container, .block-section-content > div, .alignfull.has-background > * {
    max-width: 600px;
  }
}
@media screen and (min-width: 767px) {
  .container, .block-section-content > div, .alignfull.has-background > * {
    max-width: 720px;
  }
}
@media screen and (min-width: 1200px) {
  .container, .block-section-content > div, .alignfull.has-background > * {
    max-width: 980px;
  }
}
@media screen and (min-width: 1280px) {
  .container, .block-section-content > div, .alignfull.has-background > * {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1441px) {
  .container, .block-section-content > div, .alignfull.has-background > * {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1920px) {
  .container, .block-section-content > div, .alignfull.has-background > * {
    max-width: 1280px;
  }
}
@media screen and (min-width: 2048px) {
  .container, .block-section-content > div, .alignfull.has-background > * {
    max-width: 1580px;
  }
}
@media only screen and (max-width: 1200px) {
  .container, .block-section-content > div, .alignfull.has-background > * {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.container-small {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 576px) {
  .container-small {
    max-width: calc(600px - 30%);
  }
}
@media screen and (min-width: 767px) {
  .container-small {
    max-width: calc(720px - 30%);
  }
}
@media screen and (min-width: 1200px) {
  .container-small {
    max-width: calc(980px - 30%);
  }
}
@media screen and (min-width: 1280px) {
  .container-small {
    max-width: calc(1200px - 30%);
  }
}
@media screen and (min-width: 1441px) {
  .container-small {
    max-width: calc(1280px - 30%);
  }
}
@media screen and (min-width: 1920px) {
  .container-small {
    max-width: calc(1280px - 30%);
  }
}
@media screen and (min-width: 2048px) {
  .container-small {
    max-width: calc(1580px - 30%);
  }
}
@media only screen and (max-width: 1200px) {
  .container-small {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.container-fluid, .block-section-content > .alignwide {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 576px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: 600px;
  }
}
@media screen and (min-width: 767px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: 720px;
  }
}
@media screen and (min-width: 1200px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: 980px;
  }
}
@media screen and (min-width: 1280px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1441px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1920px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: 1280px;
  }
}
@media screen and (min-width: 2048px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: 1580px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: calc(100% - 1.5rem);
  }
}
@media only screen and (min-width: 1280px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: calc(95% - 1.5rem);
  }
}
@media only screen and (min-width: 1441px) {
  .container-fluid, .block-section-content > .alignwide {
    max-width: calc(75% - 1.5rem);
  }
}
@media only screen and (max-width: 1200px) {
  .container-fluid, .block-section-content > .alignwide {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.container-full, .block-section-content > .alignfull {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 1200px) {
  .container-full, .block-section-content > .alignfull {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1.5 * 1rem);
  margin-right: calc(-1.5 * 1rem);
}
.row > * {
  padding-left: calc(1.5 * 1rem);
  padding-right: calc(1.5 * 1rem);
  flex-shrink: 0;
}

.col {
  flex: 0 0 auto;
  width: 100%;
}

:where(body .is-layout-flex) {
  gap: 1rem;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1441px) {
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .col-com-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-com-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-com-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-com-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-com-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-com-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-com-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-com-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-com-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-com-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-com-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-com-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 2048px) {
  .col-mac-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-mac-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-mac-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-mac-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-mac-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-mac-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-mac-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-mac-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-mac-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-mac-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-mac-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-mac-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 576px) {
  .container-inner {
    position: relative;
    max-width: min(600px, 95% - 1.5rem);
  }
}
@media screen and (min-width: 767px) {
  .container-inner {
    position: relative;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .container-inner {
    position: relative;
    max-width: min(980px, 95% - 1.5rem);
  }
}
@media screen and (min-width: 1280px) {
  .container-inner {
    position: relative;
    max-width: min(1200px, 95% - 1.5rem);
  }
}
@media screen and (min-width: 1441px) {
  .container-inner {
    position: relative;
    max-width: min(1280px, 75% - 1.5rem);
  }
}
@media screen and (min-width: 1920px) {
  .container-inner {
    position: relative;
    max-width: min(1280px, 95% - 1.5rem);
  }
}
@media screen and (min-width: 2048px) {
  .container-inner {
    position: relative;
    max-width: min(1580px, 95% - 1.5rem);
  }
}
.block-main {
  overflow: hidden;
}

/* >>> FOOTER COMPONENT <<< */
.footer {
  padding-top: 6rem;
}
@media only screen and (max-width: 1200px) {
  .footer {
    padding-top: 0;
  }
}
.footer {
  /* >>> LOGOS SECTION <<< */
}
.footer .logos-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-content: space-between;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .footer .logos-wrapper {
    justify-content: center;
    padding-bottom: 2rem;
  }
}
.footer .logos-wrapper #logotype {
  filter: grayscale(1) brightness(4);
}
.footer {
  /* >>> UNIQUE SELLING POINTS SECTION <<< */
}
.footer .usp-footer {
  padding: 1rem 0;
}
.footer .usp-footer__title {
  font-size: clamp(0.9375rem, 0.96875rem + (1vw - 0.2rem) * 1.214, 1rem);
  font-weight: 500;
  text-align: center;
  color: #D7FFD0;
}
.footer .usp-footer__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  text-decoration: none;
}
.footer .usp-footer__wrapper-item {
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.75rem;
  justify-items: center;
  text-decoration: none;
}
.footer .usp-footer__wrapper-item img {
  height: 70px;
  width: 100%;
}
.footer .usp-footer__wrapper-item span {
  font-size: clamp(0.75rem, 0.78125rem + (1vw - 0.2rem) * 0.176, 0.8125rem);
  font-weight: 600;
}
.footer span,
.footer ul li {
  color: #FFF;
}
.footer ul {
  display: grid;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer ul a {
  text-decoration: none;
  color: #FFF;
}
.footer .row {
  border-radius: 50px 50px 0 0;
  padding: 3rem 2rem 2rem;
}
@media only screen and (max-width: 1200px) {
  .footer .row {
    padding: 2rem 0;
  }
}
.footer-item {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 3.5rem;
  padding-right: 8.3333333333%;
}
@media only screen and (max-width: 1200px) {
  .footer-item {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.footer-section {
  display: flex;
  flex-direction: column;
}
.footer-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 2.5rem;
  padding-top: 2rem;
}
.footer-bottom span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #E2E8EC;
}
.footer-bottom #menu-mentions {
  display: flex;
  gap: 0;
  padding: 0;
  margin: 0;
}
.footer-bottom #menu-mentions li {
  list-style: none;
}
.footer-bottom #menu-mentions li:before {
  content: "·";
  margin: 0 0.5rem;
}
@media only screen and (max-width: 1200px) {
  .footer-bottom #menu-mentions li:first-child:before {
    content: none;
  }
}
.footer-bottom #menu-mentions li a {
  font-size: var(--wp--preset--font-size--small);
  color: #E2E8EC;
  transition: color 0.3s ease;
}
.footer-bottom #menu-mentions li a:hover, .footer-bottom #menu-mentions li a:focus {
  color: #FFF;
}

@media only screen and (max-width: 1200px) {
  .footer-item .footer-section:last-of-type {
    display: none;
  }
}
.footer-item .footer-section:nth-child(2) .btn-icon {
  margin-top: 0.75rem;
}

/*# sourceMappingURL=frontpage.css.map*/