@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  box-sizing: border-box;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
  overflow-x: hidden;
}

header {
  width: 100%;
  display: block;
  position: relative;
}

header a {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #f8963e;
  transition: all 0.2s ease-in-out 0s;
}

hr {
  display: block;
  width: 100px;
  margin: 20px 0px;
  border: 1px solid #2A7E82;
}

em.primary {
  color: #2A7E82;
}
em.block {
  display: block;
}

@font-face {
  font-family: "Elgraine";
  src: url(../../../../../../../../themes/gcrstone/css/fonts/Elgraine-ExtraLight.otf) format("opentype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Elgraine";
  src: url(../../../../../../../../themes/gcrstone/css/fonts/Elgraine-Light.otf) format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Elgraine";
  src: url(../../../../../../../../themes/gcrstone/css/fonts/Elgraine-Regular.otf) format("opentype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Elgraine";
  src: url(../../../../../../../../themes/gcrstone/css/fonts/Elgraine-Medium.otf) format("opentype");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Elgraine";
  src: url(../../../../../../../../themes/gcrstone/css/fonts/Elgraine-SemiBold.otf) format("opentype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Elgraine";
  src: url(../../../../../../../../themes/gcrstone/css/fonts/Elgraine-Bold.otf) format("opentype");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Elgraine";
  src: url(../../../../../../../../themes/gcrstone/css/fonts/Elgraine-ExtraBold.otf) format("opentype");
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Elgraine";
  src: url(../../../../../../../../themes/gcrstone/css/fonts/Elgraine-Black.otf) format("opentype");
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Southing";
  src: url(../../../../../../../../themes/gcrstone/css/fonts/Southing.otf) format("opentype"), url(../../../../../../../../themes/gcrstone/css/fonts/Southing.ttf) format("truetype"), url(../../../../../../../../themes/gcrstone/css/fonts/Southing.woff2) format("woff2");
}
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.4;
  font-weight: 400;
  color: #202020;
}

p {
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  font-family: "Elgraine";
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
}

.btn {
  padding: 2rem 6rem;
  color: #fff;
  background: #202020;
  font-size: 1.4rem;
  transition: all 0.2s ease-in-out 0s;
  margin-top: 2rem;
  text-align: center;
  display: inline-block;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;
  border: 1px solid #202020;
  text-transform: uppercase;
}
.btn:hover {
  background-color: transparent;
  color: #202020;
  border: 1px solid #202020;
}
.btn--white {
  background: #fff;
  border: 1px solid #fff;
  color: #202020;
}
.btn--white:hover {
  background: transparent;
  color: #fff;
}
.btn--primary {
  background-color: #2A7E82;
  color: white;
  border: 1px solid #2A7E82;
}
.btn--primary:hover {
  background-color: transparent;
  color: #2A7E82;
  border: 1px solid #2A7E82;
}
.btn--bordered {
  background: transparent;
  border: 1px solid #202020;
  color: #202020 !important;
}
.btn--bordered:hover {
  background: #202020;
  border: 1px solid #202020;
  color: #fff !important;
}
.btn--bordered-w {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn--bordered-w:hover {
  background-color: #fff;
  color: #202020;
  border: 1px solid #fff;
}
.btn--small {
  padding: 1rem 2rem;
}
.btn--image {
  position: relative;
  color: #fff;
  background-color: #202020;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
  padding: 2rem 4rem;
}
.btn--image img {
  position: absolute;
  left: 0;
  height: 100%;
  top: 50%;
  width: 6rem;
  transform: translateX(-3.9rem) scale(1.02) translateY(-49%);
  object-fit: cover;
  clip-path: polygon(75% 0, 100% 45%, 64% 100%, 0 45%, 25% 0);
  transition: all 0.3s ease-in-out;
}
.btn--image:hover img {
  transform: translateX(-3.2rem) scale(1.1) translateY(-49%);
}

.icon--service {
  max-width: autos;
  max-height: 80px;
}

.heading {
  padding-bottom: 4rem;
  text-align: left;
  margin-bottom: 0;
  width: 100%;
  max-width: 60rem;
  z-index: 10;
  position: relative;
  color: #202020;
}
.heading--center {
  text-align: center;
  margin: 0 auto;
}
.heading--left {
  text-align: left;
  margin: 0;
}
.heading__head {
  margin-bottom: 1rem;
  font-size: 1.9rem;
  color: #202020;
  font-weight: 400;
  border-radius: 50px;
  display: inline-block;
}
.heading__title {
  font-size: 4.2rem;
  margin-top: 0;
  position: relative;
  font-weight: 400;
  color: #2A7E82;
  max-width: 70rem;
  line-height: 1.2;
}
.heading__title em {
  font-style: normal;
  color: #2A7E82;
  display: block;
}
.heading__title span {
  font-style: normal;
  color: #2A7E82;
}
.heading__subtitle {
  font-size: 2.4rem;
  line-height: 2;
  color: #666666;
  margin: 2rem 0;
  font-weight: 600;
}
.heading__desc {
  color: #202020;
  line-height: 1.7;
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
.heading__img {
  display: block;
  height: 10rem;
  margin-top: 2rem;
}

.heading--white {
  color: #fff !important;
}
.heading--white .heading__title {
  color: #fff;
}
.heading--white .heading__head {
  color: white;
}
.heading--white .heading__desc {
  color: white;
}

.heading--large {
  max-width: 80%;
}
.heading--large .heading__title {
  max-width: 80%;
}

.heading--columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
  align-items: end;
}

.heading--right {
  text-align: right;
}

.section__title {
  font-size: 3rem;
  margin-top: 0;
  position: relative;
  font-weight: 400;
  color: #202020;
  max-width: 50rem;
}

.section__divider {
  width: 100%;
  max-width: 40rem;
  border: 1px solid #f8963e;
  margin-top: 1rem;
  margin-bottom: 0;
}

.title--primary {
  color: #4CB8BC;
}
.title--white {
  color: #fff;
}
.title--secondary {
  color: #f8963e;
}
.title--footer {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.title--light {
  color: #4CB8BC;
}

@media (max-width: 1024px) {
  .title--section {
    display: none;
  }

  .title--section-reversed {
    display: none;
  }
}
@media (max-width: 768px) {
  .heading--columns {
    display: flex;
    flex-wrap: wrap;
  }

  .heading--large {
    max-width: 100%;
  }

  .heading--right,
.heading--left {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .heading {
    font-size: 1.8rem;
    color: #202020;
    margin-bottom: 0;
    width: 100%;
  }
  .heading--section {
    color: #2A7E82;
    text-transform: uppercase;
    font-size: 2.4rem;
    font-weight: 700;
  }
  .heading__title {
    font-size: 3.2rem;
    margin-top: 0;
    position: relative;
  }
  .heading__subtitle {
    font-size: 2rem;
  }
  .heading__divider {
    border-top: 2px solid #2A7E82;
    width: 200px;
    margin: 1.5rem auto;
  }
}
@media (max-width: 550px) {
  .heading__title {
    font-size: 2.8rem;
  }

  .heading__desc {
    font-size: 1.4rem;
  }

  .section__title {
    font-size: 2.8rem;
  }

  .section__desc {
    font-size: 1.6rem;
  }
}
.content:nth-child(even) {
  margin: 6rem 0;
}
.content:nth-child(even) .container {
  flex-direction: row-reverse;
}
.content:nth-child(even) .content__text {
  padding-left: 10%;
  padding-right: 0;
}

.content__text {
  width: 60%;
  padding: 4rem 0;
  padding-right: 10%;
}

.content__title {
  color: #2A7E82;
  font-size: 4rem;
  font-weight: 400;
}

.content__desc {
  margin: 2rem 0;
}
.content__desc p + p {
  margin-top: 2rem;
}
.content__desc ul {
  list-style: disc;
}
.content__desc li {
  margin: 15px 0px;
  line-height: 1.4;
}
.content__desc h3,
.content__desc h4,
.content__desc h5,
.content__desc h6 {
  margin: 25px 0px;
}

.content__illustration {
  position: relative;
  width: 40%;
}
.content__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* CONTENT BLOCK */
.content-block:nth-child(even) {
  flex-direction: row-reverse;
}
.content-block:nth-child(even) .content-block__text {
  padding-left: 10%;
  padding-right: 0;
}

.content-block + .content-block {
  margin-top: 8rem;
}

.content-block__text {
  width: 60%;
  padding: 4rem 0;
  padding-right: 10%;
}

.content-block__title {
  color: #202020;
  font-size: 3.2rem;
  font-weight: 400;
}

.content-block__desc {
  margin: 2rem 0;
}
.content-block__desc p + p {
  margin-top: 2rem;
}
.content-block__desc ul {
  list-style: disc;
}
.content-block__desc li {
  margin: 15px 0px;
  line-height: 1.4;
}
.content-block__desc h3,
.content-block__desc h4,
.content-block__desc h5,
.content-block__desc h6 {
  margin: 25px 0px;
}

.content-block__illustration {
  position: relative;
  width: 40%;
}
.content-block__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .content__text {
    width: 100%;
    padding: 0;
  }

  .content__illustration {
    width: 100%;
    aspect-ratio: 3/2;
    margin-top: 2rem;
  }

  .content:nth-child(even) .content__text {
    padding-left: 0;
  }
}
.searchandfilter ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 2rem;
}
.searchandfilter ul li {
  margin-left: 4rem;
}
.searchandfilter ul li:first-child {
  margin-left: 0;
}
.searchandfilter ul li ul {
  display: block;
  max-height: 8rem;
  overflow-y: scroll;
  border: 0.5px solid #202020;
  padding: 1rem;
}
.searchandfilter ul li ul li {
  display: inline-flex;
  align-items: start;
  width: 100%;
  margin-left: 0;
}
.searchandfilter h4 {
  color: #2A7E82;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.searchandfilter select {
  padding: 1rem 2rem;
  cursor: pointer;
}
.searchandfilter .sf-field-submit {
  display: flex;
  align-items: center;
}
.searchandfilter .sf-field-submit input {
  text-transform: uppercase;
  background-color: #202020;
  color: white;
  border: none;
  padding: 1.5rem 4rem;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 0rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.searchandfilter .sf-field-submit input:hover {
  background-color: #2A7E82;
}

.products-filter__open {
  display: none;
}

/* PAGINATION */
.pagination {
  margin-top: 2rem;
}
.pagination .pages {
  display: none;
}
.pagination .wp-pagenavi a {
  border: none;
  font-size: 20px;
}
.pagination .wp-pagenavi span {
  border: none;
}

@media (max-width: 1024px) {
  /* MOBILE */
  .products-filter {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 30rem;
    z-index: 99;
    background: #fff;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    text-align: right;
    transition: right 0.5s ease-in;
    transform: translateX(1px);
  }
  .products-filter.active {
    right: 0;
    width: 40rem;
    background-color: #fff;
    overflow-y: scroll;
  }

  .products-filter::-webkit-scrollbar {
    display: none;
  }

  .products-filter__open {
    position: absolute;
    display: block;
    bottom: 5rem;
    right: 0;
    height: 7rem;
    width: 7rem;
    z-index: 99;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    padding-top: 3rem;
  }
  .products-filter__open:hover {
    background-size: 90% 90%;
  }
  .products-filter__open p {
    color: white;
    font-family: "Southing";
    position: absolute;
    top: -4rem;
    left: -16rem;
    font-size: 2.6rem;
    letter-spacing: 1.2px;
    line-height: 0.9;
    max-width: 20rem;
    text-align: center;
    transform: rotate(-10deg);
  }
  .products-filter__open img {
    position: absolute;
    top: 1rem;
    left: -6rem;
  }

  .products-filter__icon {
    position: fixed;
    content: "";
    background-image: var(--wpr-bg-56e08970-0617-4837-afd4-8e744445f3fc);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 10rem;
    right: 3rem;
    z-index: 99;
  }

  .products-filter__close {
    position: relative;
    z-index: 1022;
    text-align: right;
    cursor: pointer;
  }

  .products-filter__close div {
    background-color: #fff;
    width: 30px;
    height: 2px;
    margin: 5px;
    transition: all 0.5s ease-in;
  }

  .products-filter .line1 {
    transform: rotate(45deg) translate(5px, 6px);
  }

  .products-filter .line2 {
    opacity: 0;
  }

  .products-filter .line3 {
    transform: rotate(-45deg) translate(5px, -6px);
  }

  .products-filter__heading {
    background-color: #2A7E82;
    padding: 3.5rem 4rem;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .products-filter__title {
    color: #fff;
    font-weight: 300;
    font-size: 2rem;
    letter-spacing: 2px;
    font-family: "Montserrat";
    text-transform: uppercase;
  }

  .products-filter h4 {
    color: #2A7E82;
    font-weight: 400;
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .products-filter form {
    padding: 2rem 4rem;
  }
  .products-filter li {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .products-filter .searchandfilter ul {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
  .products-filter .searchandfilter ul li {
    margin-left: 0;
  }
  .products-filter .searchandfilter ul li ul {
    border: none;
    max-height: 100%;
  }
}
a {
  color: #2A7E82;
  line-height: 1.5;
}

.praticals__list {
  max-width: 100%;
  width: 100%;
}
.praticals__list ul {
  list-style: initial !important;
  margin: 1rem 0px;
}
.praticals__list ol {
  list-style: decimal !important;
}
.praticals__list li {
  margin-left: 3rem;
  line-height: 3rem;
  position: relative;
}

.praticals__item {
  overflow: hidden;
  transition: height 300ms ease-in-out;
  margin-bottom: 0px;
  margin-left: 0 !important;
  border-bottom: 1px solid rgba(1, 1, 1, 0.25);
}
.praticals__item:last-child {
  margin-bottom: 0;
}
.praticals__content {
  padding: 0rem 2rem 2rem 0rem;
}
.praticals__content p {
  line-height: 1.8;
}
.praticals__title {
  position: relative;
  list-style: none;
  outline: 0;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  padding-left: 0;
  padding: 2rem 0;
  transition: all 0.1s ease-in-out;
  line-height: 1.4;
  padding-right: 0;
  justify-content: space-between;
  color: #202020;
  padding-right: 6rem;
}
[open] > .praticals__title {
  color: #2A7E82;
  font-weight: 600;
}
.praticals__title:hover {
  color: #2A7E82;
  font-weight: 600;
}
.praticals__title:hover .praticals__btn {
  opacity: 0;
}
.praticals__title:hover .praticals__btn-hover {
  opacity: 1;
}
.praticals__title::-webkit-details-marker {
  display: none;
}
.praticals__title:before, .praticals__title:after {
  content: "";
  position: absolute;
}
.praticals__title:before {
  right: 2rem;
  top: 50%;
  height: 1px;
  margin-top: -0.5px;
  width: 2rem;
  background: #fff;
  z-index: 2;
}
.praticals__title:after {
  right: 3rem;
  top: 50%;
  height: 2rem;
  margin-top: -1rem;
  width: 1px;
  margin-left: -0.5px;
  background: #fff;
  transition: all 300ms ease-in-out;
  z-index: 2;
}
[open] .praticals__title:after {
  opacity: 0;
  transform: translateY(25%);
}
.praticals__title em {
  font-weight: 600;
  font-style: normal;
}
.praticals__content {
  max-width: 90%;
  color: #202020;
}
.praticals__content p + p {
  margin-top: 1rem;
  color: #202020;
}

.praticals__btn {
  position: absolute;
  right: calc(1.2rem / 2);
  top: 50%;
  transform: translateY(-55%);
  z-index: 0;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}

.praticals__btn-hover {
  opacity: 0;
  position: absolute;
  right: calc(1.2rem / 2);
  top: 50%;
  transform: translateY(-55%);
  z-index: 0;
  transition: all 0.5s ease-in-out;
}

/* GAMME */
.praticals--gamme .praticals__title {
  font-family: "Elgraine";
  font-size: 1.8rem;
}

.praticals__container {
  position: relative;
}

.praticals__component {
  position: absolute;
  top: -7rem;
  right: 1rem;
  display: flex;
  justify-content: end;
}
.praticals__component p {
  display: inline-block;
  font-family: "Southing";
  font-size: 2.5rem;
  max-width: 17rem;
  letter-spacing: 1.2px;
  line-height: 0.9;
  text-align: left;
  transform: rotate(-9deg);
}
.praticals__component em {
  display: block;
  font-style: normal;
}
.praticals__component img {
  transform: rotate(-90deg) scaleX(-1);
  display: inline-block;
  height: 4rem;
  margin-top: 2rem;
}

@media (max-width: 1024px) {
  .praticals__list {
    width: 100%;
    margin-top: 2.5rem;
  }

  .praticals__text {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .praticals .heading {
    padding-bottom: 6rem;
  }

  .praticals__text {
    padding: 0px 5%;
  }

  .praticals__title {
    font-size: 1.4rem;
    padding-right: 4rem;
  }

  .praticals__btn {
    height: 3rem;
    width: 3rem;
    right: 0;
  }

  .praticals__content p {
    font-size: 1.2rem;
  }

  .praticals__title:after {
    right: 1.5rem;
    height: 1.5rem;
    margin-top: -0.8rem;
  }

  .praticals__title:before {
    right: 0.8rem;
    width: 1.5rem;
  }

  .praticals__component p {
    font-size: 2rem;
    text-align: center;
  }
}
.trust__list {
  justify-content: space-between;
}
.trust__item {
  position: relative;
  width: 30%;
  background-color: white;
}
.trust__item:before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  height: 30px;
  width: 30px;
  background-color: #f8963e;
  z-index: -1;
}
.trust__title {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 2rem 0;
  line-height: 1.8;
}
.trust__title span {
  font-size: 2.4rem;
  font-weight: 300;
  margin-right: 1rem;
  border-bottom: 2px solid #2A7E82;
  padding-bottom: 5px;
}
.trust__icon {
  height: 100px;
  width: auto;
}
.trust__desc p {
  font-size: 1.4rem;
  line-height: 1.8;
}

.trust-carousel {
  padding: 0px 0px;
}
.trust-carousel__content {
  position: relative;
  width: 35%;
  padding: 0px 5% 0px calc(150/1680 * 100%);
}
.trust-carousel__heading {
  font-size: 32px;
}
.trust-carousel__desc {
  margin-top: 20px;
}
.trust-carousel__desc p + p {
  margin-top: 10px;
}
.trust-carousel__slider {
  width: 65%;
}
.trust-carousel__slider .slick-list {
  padding-left: 0px !important;
}
.trust-carousel__slider .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}
.trust-carousel__slider .slick-dots li {
  display: inline-block;
}
.trust-carousel__slider .slick-dots li + li {
  margin-left: 15px;
}
.trust-carousel__slider .slick-dots button {
  width: 12px;
  height: 12px;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.1;
  background-color: black;
  border: none;
  border-radius: 0px;
}
.trust-carousel__slider .slick-dots .slick-active button {
  width: 12px;
  height: 12px;
  opacity: 1;
  color: #2A7E82;
  background-color: #2A7E82;
}
.trust-carousel__item {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px 10px;
}
.trust-carousel__item:before {
  display: block;
  content: "";
  padding-bottom: 60%;
}
.trust-carousel__item:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #202020;
  opacity: 0.4;
}
.trust-carousel__text {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: white;
}
.trust-carousel__title {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  max-width: 60%;
  margin-top: 15px;
}
.trust-carousel__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 40px;
  z-index: 4;
  background-color: #fff;
  color: #202020;
  font-weight: 400;
  text-transform: uppercase;
}
.trust-carousel__btn:hover {
  background-color: #2A7E82;
  color: white;
}

@media (max-width: 1024px) {
  .trust__item {
    width: 100%;
  }
  .trust__item + .trust__item {
    margin-top: 50px;
  }

  .trust-carousel__content {
    width: 100%;
    margin-bottom: 30px;
  }

  .trust-carousel__slider {
    width: 100%;
  }
  .trust-carousel__slider .slick-list {
    padding: 0px 100px !important;
  }
}
@media (max-width: 1024px) {
  .trust-carousel__slider {
    width: 100%;
  }
  .trust-carousel__slider .slick-list {
    padding: 0px !important;
  }
}
@media (max-width: 768px) {
  .trust-carousel__title {
    font-size: 28px;
  }
}
.testimonials__item {
  text-align: center;
}

.testimonials__text {
  font-size: 4.4rem;
  color: #202020;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  font-family: "Elgraine";
}
.testimonials__text em {
  font-family: "Elgraine";
  font-size: 5rem;
  display: block;
}

.testimonials__customer {
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  margin: 0 auto;
  margin-top: 3rem;
}

.customer__image {
  position: relative;
  height: 10rem;
  width: 10rem;
  clip-path: polygon(75% 0, 100% 45%, 64% 100%, 0 45%, 25% 0);
  display: inline-block;
}
.customer__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.customer__text {
  display: inline-block;
  text-align: left;
}

.customer__name {
  font-size: 1.6rem;
  color: #202020;
  font-family: "Montserrat";
  font-weight: 600;
}

.customer__function {
  font-style: italic;
  color: #202020;
  font-size: 1.6rem;
  margin-top: 0.5rem;
}

@media (max-width: 550px) {
  .testimonials__text {
    font-size: 2.4rem;
  }
}
.partners {
  padding: 0px 0px;
}
.partners__list {
  position: relative;
  width: 100%;
}
.partners__item {
  position: relative;
  width: calc(20% - 60px);
  margin: 40px 30px;
}
.partners__item img {
  width: 100%;
  aspect-ratio: 8/3;
  object-fit: contain;
  height: auto;
}

@media (max-width: 1250px) {
  .partners__item {
    width: calc(25% - 6rem);
  }
}
@media (max-width: 1024px) {
  .partners__item {
    width: calc(33.33% - 3rem);
    margin: 4rem 1.5rem;
  }
}
@media (max-width: 550px) {
  .partners__item {
    width: calc(50% - 3rem);
    margin: 4rem 1.5rem;
  }
}
.slick-track, .slick-list {
  height: 100%;
  width: 100%;
}

.slick-arrow {
  position: absolute;
}

.slick-next {
  bottom: -3rem;
  right: 7vw;
  z-index: 10;
  width: 2rem;
  height: 2rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  transform: translateY(50%);
  color: transparent;
  background: transparent;
  outline: none;
}
.slick-next:before {
  content: "";
  background-image: var(--wpr-bg-cb8fe83c-e5b9-445c-9de9-335aab5e346b);
  height: 2rem;
  width: 2rem;
  background-size: 2rem 2rem;
  transform: rotate(180deg);
  display: inline-block;
}

.slick-prev {
  bottom: -3rem;
  left: 7vw;
  z-index: 10;
  width: 2rem;
  height: 2rem;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  transform: translateY(50%);
  color: transparent;
  background: transparent;
  outline: none;
}
.slick-prev:before {
  content: "";
  background-image: var(--wpr-bg-6251e45d-cb07-4d3f-bd89-94787bb7ec54);
  height: 2rem;
  width: 2rem;
  background-size: 2rem 2rem;
  display: inline-block;
}

.slick-dots {
  position: absolute;
  bottom: -3rem;
  left: 50%;
  width: 80vw;
  transform: translateX(-50%) translateY(50%);
  z-index: 100;
  max-width: 100%;
  display: grid;
  height: 0rem;
  grid-template-columns: repeat(auto-fit, minmax(1rem, 1fr));
  cursor: pointer;
  text-align: center;
  padding-inline: 10vw;
}
.slick-dots li {
  display: inline-flex;
  align-items: center;
}
.slick-dots button {
  background-color: #202020;
  cursor: pointer;
  border: none;
  text-indent: -999999px;
  width: 100%;
  height: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.2;
}
.slick-dots button:focus {
  outline: none;
}
.slick-dots .slick-active button {
  width: 100%;
  height: 4px;
  opacity: 1;
  background-color: #4CB8BC;
}

.gallery__slider {
  margin-left: 5rem;
}
.gallery__slider .slick-list {
  margin: 0 -10px;
  padding-left: 0 !important;
  width: calc(100% + 10px);
}

.gallery__item {
  position: relative;
}

.gallery__wrapper {
  position: relative;
  margin-left: 2rem;
  border-radius: 20px;
}
.gallery__wrapper:before {
  content: "";
  display: block;
  padding-bottom: 120%;
}
.gallery__wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.gallery__arrows {
  text-align: right;
  margin-top: 2rem;
}

.referral__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.referral__text p {
  line-height: 2;
}

@media (max-width: 768px) {
  .referral__content {
    grid-template-columns: 1fr;
  }
}
.brands__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 0 auto;
}

.brands__item {
  position: relative;
  color: white;
  background-image: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.brands__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: rgba(1, 1, 1, 0.5);
  transition: all 0.3s ease-in-out;
}
.brands__item.active:after {
  background-color: rgba(1, 1, 1, 0);
}
.brands__item.active .brands__text {
  display: block;
  opacity: 1;
  max-height: 500px;
  margin: 2rem auto;
}
.brands__item.active .brands__content {
  background-color: rgba(1, 1, 1, 0.8);
  padding: 4rem 3rem;
}
.brands__item.active .brands__cta {
  display: grid;
  opacity: 1;
  max-height: 500px;
}
.brands__item.active .brands__btn:after {
  display: none;
}

.brands__wrapper {
  position: relative;
  margin: 4rem 5rem;
  max-width: calc(100% - 10rem);
}

.brands__content {
  position: relative;
  color: #fff;
  text-align: center;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}

.brands__logo {
  max-height: 8rem;
  width: 14rem;
}

.brands__title {
  font-size: 2rem;
  font-weight: 400;
}

.brands__text {
  max-height: 0;
  opacity: 0;
  margin: 0rem auto;
  max-width: 90%;
  font-size: 1.4rem;
  line-height: 1.7;
  transition: all 0.5s ease-in-out;
}

.brands__btn {
  position: relative;
  height: 6rem;
  width: 6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.brands__btn:before {
  position: absolute;
  content: "";
  right: 2.6rem;
  top: 50%;
  height: 2px;
  width: 1rem;
  background: #fff;
  margin-top: 2px;
}
.brands__btn:after {
  position: absolute;
  content: "";
  right: 3rem;
  top: 50%;
  height: 1rem;
  width: 2px;
  background: #fff;
  margin-left: -4px;
  margin-top: 3px;
  transform: translateY(-50%);
}
.brands__btn img {
  height: 6rem;
  width: 6rem;
  padding: 1rem;
  object-fit: contain;
  cursor: pointer;
}
.brands__btn.active {
  display: none;
}

.brands__cta {
  position: relative;
  z-index: 10;
  display: none;
  max-height: 0;
  opacity: 0;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  transition: width 2s, max-height 4s;
}
.brands__cta .btn--black:hover {
  border: 1px solid white;
  color: white;
}
.brands__cta .btn--white:hover {
  border: 1px solid white;
  color: white;
}

.progress__container {
  display: block;
  max-width: 800px;
}

.progress-menu {
  border-radius: 20px;
}

.progress__list {
  position: relative;
  display: inline-block;
}

.progress__item {
  position: relative;
  z-index: 1;
  margin: 1rem 0;
  display: inline-block;
  margin-right: 2rem;
}

.progress__link {
  width: 100%;
  text-align: left;
  color: grey;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 2rem;
  padding: 0.2rem 0.5rem;
}

.progress__link.active {
  color: #2A7E82;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.4rem;
  border: 2px solid #2A7E82;
  padding: 0.2rem 1.5rem;
  letter-spacing: 4px;
}

.progress__link:hover {
  color: #2A7E82;
}

.progress-content {
  padding: 2rem 0;
  margin-top: 1px;
  font-size: 1.2rem;
  border-radius: 0 0 1rem 1rem;
  -moz-border-radius: 0 0 1rem 1rem;
  -webkit-border-radius: 0 0 1rem 1rem;
  display: flex;
  align-items: center;
  max-width: 80rem;
}
.progress-content img {
  max-height: 40rem;
  object-fit: cover;
  margin: 2rem 0;
}

.progress__block {
  display: none;
  visibility: hidden;
  position: relative;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
}

.progress__block-active {
  display: block;
  visibility: visible;
  position: relative;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
}

.progress__title {
  font-size: 3.2rem;
  font-weight: 600;
}

.progress__text {
  margin: 2rem 0;
}
.progress__text li {
  position: relative;
  margin: 1rem 0;
  padding-left: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.progress__text li:before {
  content: "";
  height: 0.5rem;
  width: 0.5rem;
  background-color: #202020;
  position: absolute;
  left: 0;
  top: 1.4rem;
  transform: translateY(-50%);
}

.progress__text p {
  margin: 1.5rem 0;
  font-size: 1.6rem;
  line-height: 2;
  color: #292929;
}

.progress__btn a {
  display: table;
  margin-top: 1rem;
}

.progress-desktop {
  display: block;
}

.progress-mobile {
  display: none;
}

/* WHITE */
.steps--white .progress__text {
  color: #fff;
}
.steps--white .progress__text p {
  color: #fff;
}
.steps--white .progress__item a {
  color: #202020;
}

.progress-btn a {
  margin-left: 2rem;
}

.progress-components {
  position: absolute;
  margin-left: -1rem;
  z-index: 1;
  right: 3rem;
  bottom: 0;
}
.progress-components p {
  display: inline-block;
  font-family: "Southing";
  font-size: 2.4rem;
  letter-spacing: 1.2px;
  color: #202020;
  line-height: 1;
  width: 25rem;
  text-align: center;
  transform: rotate(5deg);
}
.progress-components em {
  display: block;
  font-style: normal;
}
.progress-components img {
  position: absolute;
  left: -5rem;
  right: -4rem;
  transform: rotate(45deg) scaleX(-1);
  display: inline-block;
  height: 4rem;
  margin-top: 2rem;
  margin-right: 1rem;
}

@media (max-width: 550px) {
  .progress__item {
    margin: 0.5rem 0;
    margin-right: 1rem;
  }

  .progress__link.active {
    font-size: 1.2rem;
  }

  .progress__link {
    font-size: 1.4rem;
  }

  .progress-content {
    padding: 0rem 0rem 2rem 0rem;
  }

  .progress-btn {
    margin-top: 12rem;
  }

  .progress-btn a {
    margin-left: 6rem;
  }

  .progress-components {
    bottom: 12rem;
  }
}
.map {
  height: 30rem;
}

.map__container {
  border: 1px solid #202020;
  margin-top: 2rem;
}

.dealer-filters {
  padding: 2rem;
}

.dealer-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 23rem;
  margin: 1rem 0;
}
.dealer-button button {
  position: relative;
  height: 2rem;
  width: 5rem;
  border: none;
  border-radius: 0px;
  background-color: rgba(32, 32, 32, 0.25);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.dealer-button button.active.facadiers {
  background-color: #75CED2;
}
.dealer-button button.active.distributeurs {
  background-color: red;
}
.dealer-button button.active.artisans {
  background-color: blue;
}
.dealer-button button.active:after {
  left: 3.3rem;
  transition: all 0.2s linear;
}
.dealer-button button:after {
  content: "";
  height: 1.4rem;
  width: 1.4rem;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  background-color: #fff;
  transition: all 0.2s linear;
}

.marker {
  padding: 1rem;
}

.marker-name {
  color: #2A7E82;
  font-size: 1.6rem;
  font-weight: 500;
}

.marker-adress {
  margin: 0.5rem 0;
}

.marker-adress p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.marker-phone {
  display: block;
}
.marker-phone:hover {
  text-decoration: underline;
}

.marker-email {
  display: block;
}
.marker-email:hover {
  text-decoration: underline;
}

.primary-header {
  position: absolute;
  width: 100%;
  transition: background-color 0.5s;
  z-index: 99;
  box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.primary-header.homepage {
  background-color: transparent;
  box-shadow: none;
}

header.active {
  box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.1);
}
header.active .nav-link {
  color: #292929;
}

header.active .logo,
header.active .menu-item {
  color: #313131;
}

header.active .menu-item a:hover {
  color: #808080;
}

.nav-burger {
  display: none;
  visibility: hidden;
}

/* HERO */
.hero {
  width: 100%;
  position: relative;
  z-index: 50;
  background-size: cover;
}
.hero:after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #292929;
  mix-blend-mode: multiply;
  opacity: 0.3;
}

.hero__content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: end;
  align-items: left;
  padding-bottom: 12rem;
  padding-top: 28rem;
}

.hero__inside {
  width: 100%;
}

.hero__text {
  display: block;
  text-align: left;
  margin-bottom: 4rem;
}

.hero__title {
  font-size: 6.4rem;
  font-weight: 300;
  text-align: left;
  line-height: 1;
  margin-bottom: 1rem;
  margin-right: auto;
  color: white;
}
.hero__title span {
  display: block;
}
.hero__title em {
  color: #2A7E82;
  font-style: normal;
}

.hero__desc {
  font-size: 1.3rem;
  color: #292929;
}

.hero--full {
  height: 100vh;
}

.hero--inside .hero__title {
  font-size: 3.8rem;
  line-height: 1.4;
  max-width: 70%;
  display: block;
}
.hero--inside .hero__content {
  margin-bottom: 4rem;
}
.hero--inside .hero__desc p {
  color: white;
  font-size: 1.8rem;
}
.hero--inside .btn {
  margin-right: 1rem;
}
.hero--inside .btn:last-child {
  margin-right: 0;
}
.hero--inside .hero__text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}
.hero--inside .hero__cat span {
  color: white;
  display: block;
  padding-bottom: 5px;
}
.hero--inside .hero__cat span:after {
  content: ",";
}
.hero--inside .hero__cat span:last-child {
  padding-bottom: 0;
}
.hero--inside .hero__cat span:last-child:after {
  content: "";
}

.hero__container {
  height: 100%;
}

.hero__cta {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
  max-width: 100rem;
  margin: 0 auto;
}
.hero__cta a {
  text-align: center;
}

.hero__buttons {
  display: block;
  width: 100%;
  margin-top: 2rem;
}

.hero__btn {
  position: relative;
  margin-top: 1rem;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.4rem 0;
  border-bottom: 1px solid #fff;
}
.hero__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-image: var(--wpr-bg-a9251dd7-6000-4d60-8ba4-11f2cee7e518);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}
.hero__btn:hover {
  color: #2A7E82;
}
.hero__btn:hover:after {
  transform: translateX(5px) translateY(-50%);
}

.hero__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero__component {
  position: absolute;
  bottom: 5rem;
  right: 2rem;
}
.hero__component p {
  display: inline-block;
  font-family: "Southing";
  font-size: 2rem;
  letter-spacing: 1.2px;
  line-height: 0.9;
  text-align: center;
  color: white;
  max-width: 15rem;
  transform: rotate(-9deg);
}

.hero-menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1rem;
}

.hero-menu__item {
  color: #fff;
  padding: 2rem 0rem;
  margin-right: 4rem;
  border-bottom: 1px solid #fff;
  width: 35rem;
}
.hero-menu__item:hover .hero-menu__desc {
  color: #2A7E82;
}

.hero-menu__title {
  position: relative;
  color: #4CB8BC;
  font-weight: 600;
  font-size: 2.4rem;
  display: block;
  margin-bottom: 1rem;
}
.hero-menu__title:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: var(--wpr-bg-8b440913-1b07-4f46-9e3c-1552de6f399c);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 2rem;
  width: 2rem;
}

.hero-menu__desc {
  max-width: 80%;
  line-height: 1.8;
  transition: all 0.3s ease-in-out;
}

/* Hero end*/
@media (max-width: 1024px) {
  .hero--inside .hero__content {
    padding-bottom: 18rem;
    padding-top: 15rem;
  }
}
@media (max-width: 768px) {
  .hero__title {
    line-height: 1.2;
    font-size: 4rem;
  }

  .hero--inside .hero__text {
    grid-template-columns: 1fr;
  }

  .hero__content {
    padding-top: 16rem;
  }
}
@media (max-width: 500px) {
  .hero--inside {
    padding-top: 8rem;
  }
  .hero--inside .hero__content {
    padding: 0;
    padding-top: 5rem;
  }
  .hero--inside .hero__text {
    height: 100%;
    display: block;
  }
  .hero--inside .hero__buttons {
    padding: 0rem 0rem 15rem;
  }

  .hero-menu__title {
    font-size: 1.8rem;
  }

  .hero-menu__desc {
    font-size: 1.4rem;
  }

  .hero__title {
    font-size: 4rem;
    max-width: 50%;
  }

  .hero--inside .hero__title {
    max-width: 90%;
    padding-bottom: 5rem;
    font-size: 3.6rem;
    line-height: 1.2;
  }
}
.section {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fff;
}
.section--primary {
  background-color: #2A7E82;
  z-index: 2;
}
.section--black {
  background-color: #202020;
  z-index: 2;
}
.section--grey {
  background-color: #ececef;
  z-index: 2;
}
.section--light {
  background-color: #4CB8BC;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-inline: 10vw;
}
.container--post {
  width: min(100% - 30px, 1080px);
}
.container--left {
  width: 100%;
  padding-left: 10vw;
}
.container--left .heading {
  padding-right: 8rem;
}
.container--right {
  width: 100%;
  padding-right: 10vw;
}

.column {
  display: flex;
  flex-wrap: wrap;
}
.column--free {
  display: flex;
}
.column--spaced {
  justify-content: space-between;
}
.column--centered {
  align-items: center;
}
.column--reversed {
  flex-direction: row-reverse;
}
.column--equal {
  align-items: stretch;
}
.column--centered-w {
  justify-content: center;
}
.column--half {
  width: 45%;
}
.column--third {
  width: 30%;
}
.column--fourth {
  width: 23%;
}

@media (max-width: 768px) {
  .section {
    padding: 6rem 0;
  }

  .container--left {
    padding-left: 10vw;
  }
}
@media (max-width: 550px) {
  .container--left .heading {
    padding-right: 10vw;
  }
}
.gform_heading {
  display: none;
}

.gform_body input {
  color: #202020;
  border: none;
  border-bottom: 1px solid #707070;
  box-shadow: 0px 1px 2px rgba(1, 1, 1, 0.05);
  border-radius: 0px;
  padding: 0.8rem 0 !important;
}
.gform_body input::placeholder {
  color: #202020;
  font-size: 1.4rem !important;
  font-family: "Montserrat";
}
.gform_body textarea {
  color: #202020;
  border: 1px solid #707070;
  box-shadow: 0px 1px 2px rgba(1, 1, 1, 0.05);
  border-radius: 0px;
  padding: 0.5rem 0 !important;
}
.gform_body textarea::placeholder {
  font-family: "Montserrat", sans-serif;
  color: #202020;
  font-size: 1.4rem !important;
}
.gform_body .gfield {
  margin: 0.5rem 0.5rem;
}
.gform_body .gfield_select {
  border: none;
  border-bottom: 1px solid #707070;
  border-radius: 0px;
  padding: 0.5rem 0 !important;
  font-size: 1.4rem !important;
  font-family: "Montserrat", sans-serif;
}
.gform_body .gfield_label {
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  margin-bottom: 1rem !important;
}
.gform_body .gfield_radio {
  margin-left: 1rem;
}
.gform_body .gfield_radio .gchoice {
  margin: 0.5rem 0;
  cursor: pointer;
}
.gform_body .gfield_required {
  color: #202020 !important;
}

.gform_button {
  background-color: #202020;
  display: block;
  color: white;
  border: 1px solid #202020;
  width: 100%;
  text-transform: uppercase;
  padding: 1.5rem 6rem;
  letter-spacing: 3px;
  font-size: 1.6rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.gform_button:hover {
  background-color: transparent;
  color: #202020;
}

.footer {
  background: #202020;
  width: 100%;
}

/* FOOTER CONTAINER */
.footer-top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer-block {
  position: relative;
  color: white;
}

.footer-title {
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 2.4rem;
  color: #4CB8BC;
}

.footer-menu {
  position: relative;
}

.footer-menu.menu-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2rem;
}

.footer-menu li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer-menu li a {
  color: white;
  display: block;
  font-weight: 400;
  font-size: 2rem;
  font-family: "Elgraine";
  padding: 0.8rem 0;
}
.footer-menu li a:hover {
  color: #2A7E82;
}

.footer__component {
  position: absolute;
  top: 0;
  left: 16rem;
}
.footer__component p {
  font-family: "Southing";
  font-size: 2rem;
  max-width: 16rem;
  letter-spacing: 1.4px;
  line-height: 0.9;
  text-align: left;
  transform: rotate(3deg);
  display: block;
}
.footer__component em {
  display: block;
  font-style: normal;
}
.footer__component img {
  transform: rotate(20deg) scaleX(-1);
  display: block;
  height: 4rem;
  margin-top: 0rem;
  object-fit: contain;
}

/* TARGET */
.footer-target {
  display: inline-block;
  position: relative;
}

.footer-target__list {
  display: block;
}

.footer-target__item {
  position: relative;
}

.footer-target__item a {
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 0.3rem 0;
  padding-left: 0rem;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.78px;
}
.footer-target__item a:before {
  content: "";
  position: relative;
  background-image: var(--wpr-bg-7aaf6916-e435-4929-aa36-1fce28b44c65);
  background-repeat: no-repeat;
  background-position: center center;
  height: 1rem;
  width: 2rem;
  display: inline-flex;
  margin-right: 1rem;
  transition: all 0.3s ease-in-out;
}
.footer-target__item a:hover {
  color: #2A7E82;
}
.footer-target__item a:hover:before {
  transform: translateX(5px);
}

/* CONTACT */
.footer-contact {
  margin-top: 2rem;
}

.contact-item {
  margin-bottom: 1rem;
}

.contact-item__title {
  font-weight: 700;
}

.contact-item__btn {
  cursor: pointer;
  display: block;
  margin-top: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.contact-item__btn:hover {
  color: #202020;
}

.contact-item__link {
  color: #fff;
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1.6rem;
}
.contact-item__link span {
  display: block;
}
.contact-item__link:hover {
  color: #2A7E82;
}

/* SOCIAL */
.footer-social {
  margin-top: 2rem;
}
.footer-social a {
  margin-right: 1rem;
}
.footer-social a:last-child {
  margin-right: 0;
}
.footer-social a:hover {
  opacity: 0.7;
}

/* FOOTER COPYRIGHT */
.footer-copyright {
  padding: 2rem 10vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 300;
  font-size: 1.4rem;
}

.footer-copyright__title {
  color: white;
  font-weight: 300;
  font-size: 1.4rem;
}
.footer-copyright__title a {
  color: #fff;
  font-weight: 500;
}
.footer-copyright__title a:hover {
  color: #2A7E82;
}

.footer-legals__menu {
  color: white;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-legals__item {
  display: inline-block;
}
.footer-legals__item + .footer-legals__item {
  margin-left: 2rem;
}

.footer-legals__item > a {
  color: #fff;
}
.footer-legals__item > a:hover {
  color: #2A7E82;
}

/* COOKIES */
#cookie-law-info-bar {
  padding: 40px 30px !important;
  border-radius: 10px;
}

.cli-wrapper h5 {
  font-size: 20px;
  font-weight: 700;
}

.cli-bar-message {
  margin: 20px 0px;
  font-size: 14px;
  line-height: 1.7;
}

.unclickable > a {
  pointer-events: none !important;
}

/* PAYMENTS */
.footer-logos__list {
  display: flex;
  flex-wrap: wrap;
}

.footer-logos__item {
  height: 40px;
  width: 60px;
  background-color: #fff;
  border-radius: 5px;
  padding: 3px;
  border: 1px solid #ececef;
  margin: 0 0.5rem 0.5rem 0;
}
.footer-logos__item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

/* LOGO */
.logo-fwb {
  max-width: 300px;
  margin-top: 2rem;
}

@media (max-width: 1120px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
@media (max-width: 768px) {
  .footer-copyright {
    padding: 3rem 2rem;
    display: block;
  }
  .footer-copyright > * {
    display: block;
    margin: 1rem 0;
    max-width: 80%;
    line-height: 2;
  }

  .footer-legals__menu > * {
    display: block;
    margin-left: 0 !important;
  }
}
@media (max-width: 550px) {
  .footer-copyright {
    justify-content: center;
  }

  .footer-copyright__title {
    margin-bottom: 10px;
  }

  .footer-menu.menu-products {
    grid-template-columns: 1fr;
  }

  .footer-menu li a {
    padding: 1.6rem 0rem;
  }

  .contact-item__link {
    font-size: 1.2rem;
  }

  .footer-contact {
    margin: 2rem 0;
  }

  .footer-legals__item > a {
    font-size: 1.2rem;
  }

  .footer-copyright__title {
    font-size: 1.2rem;
  }

  .footer-target__item a {
    font-size: 1.2rem;
  }

  .footer__component {
    margin-top: 2rem;
  }

  .footer__component p {
    text-align: center;
  }

  .footer__component img {
    margin-left: 3rem;
  }
}
.navbar {
  display: flex;
  align-items: center;
  transition: height 0.25s;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.homepage .navbar {
  background-color: transparent;
}

.nav-logo img {
  width: 14rem;
}

.nav-menu {
  margin-left: auto;
}

.nav-list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.nav-menu .menu-item {
  transition: color 0.25s;
  color: black;
  display: block;
  font-weight: 500;
}
.nav-menu .menu-item a {
  color: #202020;
  padding: 1.3rem 1.2rem;
  font-size: 1.6rem;
}
.nav-menu .menu-item a:hover {
  color: #2A7E82;
}

.homepage .nav-menu .menu-item {
  color: white;
}
.homepage .nav-menu .menu-item a {
  color: #fff;
}
.homepage .nav-menu .menu-item a:hover {
  color: #2A7E82;
}

.nav-link:hover {
  color: #2A7E82;
}
.nav-link:hover > body {
  background-color: black;
}

.nav-button {
  margin-right: 2rem;
  margin-left: 2rem;
}
.nav-button a {
  background-color: #2A7E82;
  color: #fff;
  padding: 1rem 3rem;
  border: 1px solid #2A7E82;
  letter-spacing: 2px;
}
.nav-button a:hover {
  background-color: transparent;
  border: 1px solid #2A7E82;
  color: #2A7E82;
}

/* DROPDOWN MENU */
.nav-list .menu-item ul {
  display: none;
  background-color: white;
}

.nav-list .menu-item-has-children {
  position: relative;
}
.nav-list .menu-item-has-children:hover a:after {
  transform: translateY(-50%) rotate(-180deg);
}

.nav-list .menu-item-has-children:hover .sub-menu {
  display: block;
}

.nav-list .sub-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  padding: 0rem 1.2rem;
  background-color: green;
  z-index: 10;
  min-width: auto;
  box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.2);
  border-radius: 0;
}
.nav-list .sub-menu li {
  line-height: 1.6;
}
.nav-list .sub-menu li:before {
  display: none;
}
.nav-list .sub-menu a {
  padding: 10px 0px;
  display: block;
}

/* STICKY MENU */
header.active .nav-link {
  color: black;
}
header.active .nav-link:hover {
  color: #2A7E82;
}
header.active .nav-item.button .nav-link {
  color: white !important;
}

/* FILTER */
#search-filter-form-789 ul {
  position: relative;
}
#search-filter-form-789 .sf-input-text {
  padding: 0.6rem 0px 0.6rem 2.5rem;
  border-radius: 8px;
  border: 1px solid #BABABA;
}
#search-filter-form-789 .sf-input-text::placeholder {
  color: #BABABA;
  font-size: 0.8rem;
}
#search-filter-form-789 .sf-field-submit {
  position: absolute;
  top: 50%;
  left: 0px;
  padding: 0px;
  height: 40px;
  width: 40px;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
  transform: translateY(-50%);
}
#search-filter-form-789 .sf-field-submit input {
  background-color: transparent;
  border: none;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  display: block;
}
#search-filter-form-789 .sf-field-submit:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: var(--wpr-bg-9ae52ba4-34da-4083-ab2a-feee8fd6215b);
  cursor: pointer;
}

/* MENU BURGER */
.nav-burger {
  position: relative;
  text-align: right;
  display: none;
  z-index: 1022;
  cursor: pointer;
}

.nav-burger div {
  width: 30px;
  height: 3px;
  margin: 5px;
  background: #2A7E82;
  transition: all 0.5s ease-in;
}

.nav-burger.active div {
  background-color: #fff;
}

.nav-burger.active .line1 {
  transform: rotate(45deg) translate(5px, 6px);
}

.nav-burger.active .line2 {
  opacity: 0;
}

.nav-burger.active .line3 {
  transform: rotate(-45deg) translate(5px, -6px);
}

@keyframes navLinksFade {
  0% {
    opacity: 0;
    transform: translateY(50px) translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
/* MOBILE MENU */
.action--close {
  position: fixed;
  z-index: 100;
  top: 40px;
  right: 20px;
}

.no-scroll {
  overflow: hidden;
}

.nav-menu::-webkit-scrollbar {
  display: none;
}

.nav-block {
  display: none;
  position: relative;
  border-bottom: 0.5px solid white;
  padding-bottom: 2.5rem;
}

.nav-block__content {
  position: relative;
}

.nav-block__title {
  text-align: left;
  color: white;
  font-family: "Elgraine";
  font-weight: 300;
  font-size: 3.2rem;
  margin-bottom: 2rem;
}

.nav-block__list {
  text-align: left;
}

.nav-block__item a {
  position: relative;
  color: #fff;
  padding: 0.5rem 0 0.5rem 4rem;
  display: block;
}
.nav-block__item a:hover {
  color: #4CB8BC;
}
.nav-block__item a:before {
  position: absolute;
  content: "";
  background-image: var(--wpr-bg-1273d7f3-11d0-4a85-8ec6-f1c10018abbe);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  top: 50%;
  height: 2.5rem;
  width: 2rem;
  transform: translateY(-50%);
}

.nav-block__component {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
}
.nav-block__component p {
  color: white;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 1.4px;
  line-height: 0.9;
  font-family: "Southing";
  transform: rotate(3deg);
  max-width: 20rem;
}
.nav-block__component img {
  transform: scaleX(-1) rotate(-30deg);
  width: 7rem;
  position: absolute;
  bottom: -80%;
  left: 20%;
}

.nav-social {
  position: absolute;
  top: 1rem;
  right: 8rem;
  width: 100%;
  padding: 2rem 0;
  display: none;
}

.nav-social__list {
  display: inline-block;
}

.nav-social__item {
  display: inline-block;
  padding: 0 1rem;
}
.nav-social__item a:hover {
  opacity: 0.5;
}

@media (max-width: 1150px) {
  .nav-menu {
    overflow-y: scroll;
    padding: 10rem 10% 6rem;
  }
  .nav-menu .nav-block {
    display: block;
  }
  .nav-menu .nav-social {
    display: block;
  }

  .nav-menu .nav-list {
    display: block;
  }
  .nav-menu .nav-list .menu-item {
    position: relative;
    text-align: left;
    display: block;
  }
  .nav-menu .nav-list .menu-item:first-child {
    display: none;
  }
  .nav-menu .nav-list .menu-item a {
    color: #fff;
    display: block;
    font-family: "Elgraine";
    font-size: 3.2rem;
    font-weight: 300;
    padding: 2.5rem 0;
  }
  .nav-menu .nav-list .menu-item a:hover {
    color: #4CB8BC;
  }
  .nav-menu .nav-list .menu-item:before {
    display: none;
  }
  .nav-menu .nav-list .menu-item:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 0.5px;
  }

  .nav-button {
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .nav-logo {
    margin-right: auto;
  }

  .nav-menu {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    z-index: 99;
    background: #1F575A;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    text-align: right;
    transition: right 0.5s ease-in;
  }
  .nav-menu.active {
    right: 0;
    width: 100%;
  }

  .nav-menu .nav-list {
    display: block;
  }

  .nav-burger {
    display: block;
    visibility: visible;
  }

  .nav-logo.active {
    opacity: 1;
    display: block;
  }
}
@media (max-width: 550px) {
  .nav-logo img {
    width: 7rem;
  }

  .navbar.container {
    padding-inline: 5vw;
  }

  .nav-button a {
    font-size: 1rem;
    padding: 1rem;
  }

  .nav-block__title {
    font-size: 2rem;
  }

  .nav-block__item a {
    font-size: 1.4rem;
  }

  .nav-block__component p {
    font-size: 2rem;
  }

  .nav-block__component img {
    bottom: -125%;
  }

  .nav-menu.active .nav-list .menu-item a {
    font-size: 2rem;
    padding: 2rem 0;
  }
}
/* SLIDER */
.range-slider {
  position: relative;
  background-color: transparent;
}
.range-slider .heading {
  margin-left: 10vw;
}

.range-slider__slider {
  position: relative;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.range-slider__slider .slick-list {
  margin: 0 -15px;
  padding-left: 0 !important;
  width: calc(100% + 15px);
  overflow: visible;
}
.range-slider__slider .slick-slide {
  margin: 0 10px;
}

.range-slider__item {
  position: relative;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  border: 1px solid #707070;
}
.range-slider__item:hover .range-slider__btn {
  background-image: var(--wpr-bg-4c635d1f-4f86-4370-bfd9-432ea6b803f2);
}
.range-slider__item:hover .range-slider__btn img {
  transform: translateX(5px);
}

.range-slider__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.range-slider__wrapper:hover .range-slider__illustration {
  transform: scale(1.04);
}

.range-slider__content {
  padding: 2rem;
  height: 100%;
  max-width: 80%;
}

.range-slider__illustration {
  position: relative;
  height: 22rem;
  z-index: 10;
  margin-bottom: -3rem;
  transition: all 0.3s ease-in-out;
}
.range-slider__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  transform: translateY(-3rem) translateX(-1rem);
}

.range-slider__title {
  color: #202020;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 3px;
}

.range-slider__brand {
  color: #202020;
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: 400;
}

.range-slider__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: var(--wpr-bg-41949b7e-055b-422c-8c6c-1b7fe3f6c658);
  background-size: contain;
  background-repeat: no-repeat;
  height: 5rem;
  width: 5rem;
  padding: 2rem 1.5rem 1rem;
  transition: all 0.3s ease-in-out;
}
.range-slider__btn img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

.range-slider__component {
  display: flex;
  justify-content: end;
}
.range-slider__component p {
  display: inline-block;
  font-family: "Southing";
  font-size: 3rem;
  letter-spacing: 1.2px;
  line-height: 0.9;
  text-align: left;
  transform: rotate(-9deg);
}
.range-slider__component em {
  display: block;
  font-style: normal;
}
.range-slider__component img {
  transform: rotate(90deg);
  display: inline-block;
  height: 4rem;
  margin-top: 2rem;
}

.range-slider__arrows {
  text-align: right;
  margin-top: 2rem;
}

.range-slider__cta {
  text-align: left;
  margin-top: 4rem;
  display: block;
}

.contact {
  position: relative;
}

.contact__container {
  display: flex;
  padding-left: 10vw;
  align-items: flex-start;
}

.contact--left {
  padding: 6rem 6rem 4rem 0rem;
  width: 50%;
}

.contact--right {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 50%;
}

/* PROCESS */
.process__content {
  position: relative;
  margin: 4rem;
  padding: 4rem 8rem;
  text-align: center;
}
.process__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #202020;
  mix-blend-mode: multiply;
}

.process__title {
  font-size: 2rem;
  line-height: 1.2;
}

.process__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 2rem;
  gap: 3rem;
}

.process__item {
  color: white;
}
.process__item img {
  height: 3rem;
}

.process__desc {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 1rem;
}

/* REQUEST */
.request__component {
  display: flex;
  justify-content: start;
  margin-left: -1rem;
}
.request__component p {
  display: inline-block;
  font-family: "Southing";
  font-size: 2.8rem;
  letter-spacing: 1.2px;
  color: #fff;
  line-height: 1;
  width: 20rem;
  text-align: center;
  transform: rotate(7deg);
}
.request__component em {
  display: block;
  font-style: normal;
}
.request__component img {
  transform: rotate(85deg);
  display: inline-block;
  height: 4rem;
  margin-top: 3rem;
  margin-right: 1rem;
}

@media (max-width: 1024px) {
  .contact__container {
    padding-inline: 10vw;
    flex-direction: column;
  }

  .contact--left {
    width: 100%;
    padding: 6rem 0rem;
  }

  .contact--right {
    width: 100%;
  }

  .process__content {
    padding: 4rem 4rem;
  }

  .process__desc {
    font-size: 1.4rem;
  }
}
@media (max-width: 550px) {
  .request__component p {
    font-size: 2rem;
    text-align: left;
  }

  .request__component img {
    margin-right: 0;
    margin-top: 1rem;
  }
}
.conditions__generales {
  max-width: 1000px;
  margin: 4rem auto;
  text-align: justify;
}
.conditions__generales h2 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  color: #2A7E82;
}
.conditions__generales h3 {
  font-size: 1.2rem;
  margin: 2rem 0;
}
.conditions__generales p {
  font-size: 1.6rem;
  margin: 1rem 0px;
  line-height: 1.7;
}
.conditions__generales ul {
  margin-left: 30px;
}
.conditions__generales ol {
  margin-left: 30px;
}
.conditions__generales li {
  margin: 10px 0px;
  display: block;
  line-height: 1.7;
}
.conditions__generales li:before {
  content: "-";
  font-size: 1.2rem;
  color: #f8963e;
}

.conditions__generales li:before {
  content: "-";
  font-size: 16px;
  color: #f8963e;
  margin-right: 5px;
}

.wsp-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.wsp-container h2 {
  margin: 20px 0px;
  text-transform: uppercase;
  font-size: 24px;
  color: #f8963e;
  font-weight: 600;
}
.wsp-container ul {
  margin-left: 50px;
}
.wsp-container li {
  margin: 10px 0px;
  display: block;
}
.wsp-container li a {
  color: #f8963e;
}
.wsp-container li a:hover {
  color: #2A7E82;
}

.sub-service__header {
  padding-top: 80px;
}

.sitemap__title {
  font-size: 32px;
  font-weight: 600;
  color: #f8963e;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.sitemap .menu__list {
  display: block !important;
  max-width: 400px;
  margin: 80px auto;
  text-align: center;
  position: relative;
  right: 0;
  width: 100%;
  padding: 0;
  background: none;
  height: auto;
}
.sitemap .menu__list li {
  display: block;
  text-align: center;
  margin-top: 0px;
  opacity: 1;
}
.sitemap .menu__list li + li {
  margin-top: 20px;
  margin-left: 0px;
}
.sitemap .menu__list a {
  color: #f8963e;
  font-size: 32px;
  font-weight: 300;
  transition: all 0.2s ease-in-out 0s;
}
.sitemap .menu__list a:hover {
  color: #f8963e;
}

.about {
  position: relative;
  margin-top: 5rem;
}

.about__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
}

.about--left, .about--right {
  position: relative;
}

.about__illustration {
  position: relative;
  height: 40rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.about__illustration img {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.about__text {
  margin-bottom: 2rem;
}
.about__text:last-child {
  margin-bottom: 0;
}
.about__text p {
  line-height: 1.6;
}
.about__text p + p {
  margin-top: 2rem;
}

.about__component {
  position: relative;
  display: flex;
  justify-content: end;
}
.about__component p {
  display: inline-block;
  font-family: "Southing";
  font-size: 2rem;
  letter-spacing: 1.2px;
  width: 17rem;
  line-height: 0.9;
  text-align: left;
  transform: rotate(6deg);
}
.about__component img {
  transform: rotate(90deg);
  display: inline-block;
  height: 4rem;
  margin-top: 2rem;
  padding-left: 1rem;
}

/* PERKS */
.perks__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8rem;
  row-gap: 4rem;
  margin-top: 2rem;
}

.perks__number {
  position: relative;
  height: 4rem;
  width: 4rem;
  color: white;
  font-family: "Elgraine";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  z-index: 5;
}
.perks__number:before {
  position: absolute;
  content: "";
  display: block;
  background-image: var(--wpr-bg-9c8bd12d-cdcd-473d-9f97-ba0a846e589f);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 4rem;
  width: 4rem;
  z-index: -1;
  transform: translateY(-0.5rem);
}

.perks__title {
  color: #2A7E82;
  font-size: 2.6rem;
  font-weight: 600;
  margin: 1rem 0;
}

.perks__desc {
  font-size: 1.6rem;
  line-height: 2;
}

/* PRESS */
.press__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.press__illustration {
  position: relative;
  height: 20rem;
}
.press__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.press__content {
  padding: 2rem 0;
}

.press__title {
  font-size: 1.6rem;
  font-family: "Montserrat";
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.press__desc {
  font-size: 1.6rem;
}

.press__item .btn {
  margin-top: 0;
  display: block;
}

@media (max-width: 1024px) {
  .about__container {
    grid-template-columns: 1fr;
  }

  .about--right {
    margin-top: 5rem;
  }

  .about__illustration {
    height: 30rem;
  }
}
@media (max-width: 550px) {
  .about__illustration {
    height: 25rem;
  }
}
.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 2rem;
}

.blog-card {
  position: relative;
  border: 1px solid #292929;
}
.blog-card:after {
  content: "";
  height: 2.5rem;
  width: 2.5rem;
  background-color: white;
  position: absolute;
  bottom: -2px;
  right: -2px;
  display: block;
  z-index: 2;
  clip-path: polygon(100% 0, 35% 100%, 100% 100%);
}

.blog-card__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.blog-card__wrapper:hover .blog-card__title {
  color: #2A7E82;
}
.blog-card__wrapper:hover .blog-card__btn {
  background-image: var(--wpr-bg-aca20bea-0e9d-49da-a0d2-689a93ad5fa0);
}
.blog-card__wrapper:hover .blog-card__btn img {
  transform: translateX(5px);
}

.blog-card__content {
  padding: 2rem;
  width: 100%;
}

.blog-card__title {
  color: #202020;
  font-size: 1.6rem;
  transition: all 0.3s ease-in-out;
  font-family: "Montserrat";
}

.blog-card__illustration {
  position: relative;
  height: 20rem;
  width: 100%;
}
.blog-card__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-card__btn {
  position: absolute;
  bottom: -1px;
  right: -2px;
  background-image: var(--wpr-bg-d7073f9e-cb67-45af-9935-2d22864cb372);
  background-size: contain;
  background-repeat: no-repeat;
  height: 5rem;
  width: 5rem;
  padding: 2rem 1rem 1rem;
  transition: all 0.3s ease-in-out;
}
.blog-card__btn img {
  height: 80%;
  width: 80%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .blog__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .blog__list {
    grid-template-columns: 1fr;
  }
}
.post {
  padding-top: 7rem;
}
.post .container {
  max-width: 1000px;
  margin: 0 auto;
}

.post-return {
  margin: 3rem 0;
}
.post-return a {
  position: relative;
  padding-left: 2rem;
  color: #202020;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.post-return a:hover {
  color: #2A7E82;
}
.post-return a:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: var(--wpr-bg-1a552dc3-3356-4af9-8a75-9b256c411ad3);
  height: 1.2rem;
  width: 1.2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.post-header {
  max-width: 1000px;
}
.post-header__illustration {
  position: relative;
  height: 100%;
  width: 100%;
}
.post-header__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post-header__title {
  color: #2A7E82;
  font-size: 3.5rem;
  font-weight: 400;
  margin: 1rem 0;
}
.post-header #breadcrumbs {
  color: #292929;
  font-size: 0.9rem;
  font-style: italic;
}
.post-header__infos {
  margin: 2rem 0;
}
.post-header__desc p {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
}

.post__container {
  max-width: 1000px;
  margin: 0 auto;
}

.post__illustration {
  position: relative;
  max-width: 800px;
  height: 20rem;
}
.post__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.post__content {
  text-align: justify;
  margin: 4rem 0;
}
.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5 {
  margin-bottom: 40px;
}
.post__content h2 {
  font-size: 2.8rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  text-align: left;
  line-height: 1.2;
}
.post__content h3 {
  font-size: 2.4rem;
  margin: 2rem 0rem;
  font-weight: 400;
  color: #2A7E82;
}
.post__content p {
  font-size: 1.4rem;
  margin: 1rem 0;
  line-height: 1.7;
  text-align: justify;
}
.post__content ul {
  margin-left: 30px;
}
.post__content ol {
  margin-left: 30px;
}
.post__content li {
  position: relative;
  margin: 10px 0px;
  padding-left: 15px;
  display: block;
  font-size: 14px;
  line-height: 1.7;
}
.post__content img {
  max-height: 20rem;
  object-fit: cover;
  margin: 2rem 0;
}
.post__content .btn {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.post__button {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.post__button a {
  margin-top: 0;
  padding: 2rem 4rem;
}

.post-author {
  margin: 4rem 0;
  display: grid;
  grid-template-columns: 7rem 1fr;
  gap: 20px;
  align-items: center;
  font-size: 1.2rem;
}

.post-author__name {
  line-height: 1.6;
  font-style: italic;
  font-size: 1.2rem;
}
.post-author__name em {
  display: block;
  font-weight: 700;
  font-style: normal;
}

.post-author__function {
  font-style: italic;
  font-size: 1.2rem;
}

.post-author__illustration {
  position: relative;
  height: 6rem;
  width: 6rem;
  clip-path: polygon(75% 0, 100% 45%, 64% 100%, 0 45%, 25% 0);
  display: inline-block;
}
.post-author__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .post__button {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 550px) {
  .post-header__title {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  .post-return a {
    font-size: 1rem;
  }
}
.projects {
  position: relative;
}

.projects__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.projects__item {
  position: relative;
  overflow: hidden;
}
.projects__item:hover .projects__wrapper {
  transform: scale(1.02);
}
.projects__item:hover .projects__text {
  opacity: 0;
}
.projects__item:after {
  content: "";
  height: 2rem;
  width: 2rem;
  background-color: white;
  position: absolute;
  bottom: -1px;
  right: -1px;
  display: block;
  z-index: 2;
  clip-path: polygon(100% 0, 35% 100%, 100% 100%);
}
.projects__item:nth-child(12n+2) {
  grid-column: span 1;
  grid-row: span 2;
}
.projects__item:nth-child(12n+1) {
  grid-column: span 2;
  grid-row: span 1;
}
.projects__item:nth-child(12n+8) {
  grid-column: span 1;
  grid-row: span 2;
}
.projects__item:nth-child(12n+12) {
  grid-column: span 2;
  grid-row: span 1;
}

.projects__wrapper {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.projects__content {
  color: #fff;
  padding: 16rem 2rem 2rem 2rem;
  display: flex;
  height: 100%;
  align-items: end;
}
.projects__content:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(15deg, rgba(32, 32, 32, 0.7) 10%, rgba(32, 32, 32, 0) 70%, rgba(32, 32, 32, 0) 100%);
  opacity: 0.85;
  mix-blend-mode: multiply;
}

.projects__title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Montserrat";
}

.projects__text {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.projects__cta {
  margin-top: 2rem;
  text-align: center;
}

/* SLIDER */
.projects-slider {
  position: relative;
  background-color: transparent;
}

.projects-slider__slider {
  position: relative;
  margin-bottom: 3rem;
}
.projects-slider__slider .slick-list {
  margin: 0 -15px;
  padding-left: 0 !important;
  width: calc(100% + 15px);
}
.projects-slider__slider .slick-slide {
  margin: 0 10px;
}

.projects-slider__item {
  position: relative;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.projects-slider__item:hover .projects-slider__btn {
  background-image: var(--wpr-bg-ae07250a-ee48-49a1-9cce-9e2f900d7fa4);
}
.projects-slider__item:hover .projects-slider__btn img {
  transform: translateX(5px);
}

.projects-slider__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}

.projects-slider__content {
  padding: 2rem;
  min-height: 30rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.projects-slider__content:after {
  content: "";
  display: block;
  height: 70%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(15deg, rgba(32, 32, 32, 0.7) 10%, rgba(32, 32, 32, 0) 70%, rgba(32, 32, 32, 0) 100%);
  opacity: 0.85;
  mix-blend-mode: multiply;
}

.projects-slider__title {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 3.6px;
  max-width: 80%;
  z-index: 1;
}

.projects-slider__desc {
  position: relative;
  color: #fff;
  font-family: "Montserrat";
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 3.6px;
  max-width: 80%;
  z-index: 1;
}

.projects-slider__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: var(--wpr-bg-84c31f52-35cd-45bc-b5a2-50d0b5fdcd7a);
  background-size: contain;
  background-repeat: no-repeat;
  height: 5rem;
  width: 5rem;
  padding: 2rem 1.5rem 1rem;
  transition: all 0.3s ease-in-out;
}
.projects-slider__btn img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

.projects-slider__component {
  display: flex;
  justify-content: end;
}
.projects-slider__component p {
  display: inline-block;
  font-family: "Southing";
  font-size: 3rem;
  letter-spacing: 1.2px;
  line-height: 0.9;
  text-align: left;
  transform: rotate(-9deg);
}
.projects-slider__component em {
  display: block;
  font-style: normal;
}
.projects-slider__component img {
  transform: rotate(90deg);
  display: inline-block;
  height: 4rem;
  margin-top: 2rem;
}

.projects-slider__arrows {
  text-align: right;
  margin-top: 2rem;
}

.projects-slider__cta {
  text-align: center;
  margin-top: 4rem;
  display: block;
}

@media (max-width: 1024px) {
  .projects__list {
    grid-template-columns: 1fr 1fr;
  }

  .projects__content {
    padding: 20rem 2rem 2rem 2rem;
  }

  .projects__item {
    grid-row: span 1 !important;
    grid-column: span 1 !important;
  }
  .projects__item:nth-child(1) {
    grid-row: span 2 !important;
    grid-column: span 2 !important;
  }
  .projects__item:nth-child(4) {
    grid-row: span 2 !important;
    grid-column: span 2 !important;
  }
  .projects__item:nth-child(9) {
    grid-row: span 2 !important;
    grid-column: span 2 !important;
  }
}
@media (max-width: 768px) {
  .projects-slider__component p {
    font-size: 2rem;
  }

  .projects-slider__slider {
    margin-bottom: 7rem;
  }
}
@media (max-width: 550px) {
  .projects-slider__cta .btn {
    display: block;
    padding: 2rem 0rem;
  }

  .projects-slider .heading {
    padding-bottom: 1rem;
  }

  .projects-slider__cta {
    margin-right: 10vw;
  }

  .projects-slider__title {
    font-size: 1.2rem;
  }

  .projects-slider__component {
    padding-top: 1rem;
  }

  .projects__item {
    grid-row: span 2 !important;
    grid-column: span 2 !important;
  }

  .projects__title {
    font-size: 1.4rem;
  }
}
.home-intro__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  overflow-x: hidden;
}

.home-intro__content {
  padding: 2rem 2rem;
  max-width: 1000px;
  margin: 4rem auto;
}

.home-intro__text {
  position: relative;
}

.home-intro__title {
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}
.home-intro__title em {
  font-weight: 600;
  font-style: normal;
}

.home-intro__component-1 {
  position: absolute;
  right: -4rem;
  top: -4rem;
}

.home-intro__component-2 {
  position: absolute;
  left: -4rem;
  bottom: -4rem;
}

.home-intro__illustration {
  position: relative;
  height: 15rem;
  width: 20rem;
  z-index: 2;
}
.home-intro__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home-intro__illustration-2 {
  position: relative;
  height: 15rem;
  width: 20rem;
  z-index: 2;
  margin-left: auto;
}
.home-intro__illustration-2 img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.target__list {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
}

.target__item {
  position: relative;
  color: white;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.target__wrapper {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.target__wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background-color: rgba(1, 1, 1, 0.35);
  transition: all 0.3s ease-in-out;
}
.target__wrapper:hover .target__text {
  display: block;
  opacity: 1;
  max-height: 100%;
  visibility: visible;
  margin-bottom: 2rem;
}
.target__wrapper:hover:after {
  background-color: rgba(1, 1, 1, 0.65);
}
.target__wrapper:hover .target__content {
  padding: 10rem 4rem;
}
.target__wrapper:hover .target__content img {
  opacity: 1;
  max-height: 20rem;
}

.target__content {
  position: relative;
  color: #fff;
  padding: 5rem 4rem;
  text-align: center;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  max-width: 80rem;
}
.target__content img {
  opacity: 0;
  max-height: 0;
  transition: all 0.5s ease-in-out;
}

.target__title {
  font-size: 4.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.target__text {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 1.6rem;
  line-height: 2;
  transition: all 0.5s ease-in-out;
}

/* REQUEST */
.request__content {
  width: 50%;
}

/* VALUES */
.values {
  position: relative;
  text-align: center;
}

.values__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  max-width: 1200px;
  margin: 2rem auto 2rem;
}

.values__item {
  text-align: center;
}
.values__item img {
  height: 8.5rem;
}

.values__text {
  font-size: 1.6rem;
  max-width: 80%;
  margin: 2rem auto 0;
}

/* VIDEO */
.video__container {
  position: relative;
  text-align: center;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.video__container video {
  position: relative;
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* PARTNERS */
@media (max-width: 1024px) {
  .home-intro__title {
    padding: 0rem 4rem;
  }

  .video__container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .values__list {
    grid-template-columns: 1fr;
  }

  .request__content {
    width: 100%;
    margin-bottom: 2rem;
  }

  .request__cta {
    width: 100%;
    margin-top: 3rem;
  }
  .request__cta a {
    display: block;
    max-width: 80%;
    margin: 2rem auto;
  }

  .request__component {
    margin-left: 3rem;
  }
}
@media (max-width: 550px) {
  .home-intro__title {
    padding: 0rem 2rem;
  }

  .target__title {
    font-size: 2.6rem;
  }

  .target__text {
    font-size: 1.2rem;
  }

  .target .btn {
    display: block;
  }

  .values__text {
    font-size: 1.4rem;
  }
}
.intro {
  position: relative;
}

.intro__content {
  width: 60%;
}
.intro__content p {
  line-height: 2;
  margin-bottom: 1rem;
}
.intro__content p:last-child {
  margin-bottom: 0rem;
}

.intro__text p {
  line-height: 2;
  margin-bottom: 1rem;
}
.intro__text p:last-child {
  margin-bottom: 0rem;
}

.intro__illustration {
  position: relative;
  width: 40%;
}

.intro__image {
  position: relative;
  width: 100%;
  height: 20rem;
}
.intro__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.intro__component p {
  display: block;
  font-family: "Southing";
  font-size: 2.5rem;
  letter-spacing: 1.2px;
  line-height: 0.9;
  width: 24rem;
  text-align: center;
  margin-left: auto;
  transform: rotate(5deg);
}
.intro__component img {
  transform: rotate(210deg);
  display: block;
  height: 4rem;
  margin-bottom: 1rem;
  margin-right: 5rem;
  text-align: right;
  margin-left: auto;
}

@media (max-width: 768px) {
  .intro__content {
    width: 100%;
  }

  .intro__illustration {
    width: 100%;
    margin-top: 4rem;
  }
}
.product-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 5rem;
}

.product__illustration {
  position: relative;
  width: 80%;
}
.product__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product__content {
  padding: 3rem 2rem;
}

.product__text {
  margin-top: 1rem;
  line-height: 1.8;
}

.product-infos {
  margin: 5rem 0rem;
}

.infos__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 4rem;
}

.infos__item {
  text-align: center;
}
.infos__item img {
  height: 4rem;
  max-width: 6rem;
}

.infos__title {
  font-size: 1.2rem;
  font-family: "Montserrat";
  margin: 0.8rem 0;
  font-weight: 600;
}

.infos__desc {
  letter-spacing: 4px;
}

.product-cta {
  text-align: center;
}
.product-cta a {
  margin-right: 1rem;
}
.product-cta a:last-child {
  margin-right: 0;
}

/* COULEURS */
.colors__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.colors__item {
  position: relative;
}
.colors__item:hover .colors__text {
  opacity: 0;
}
.colors__item:after {
  content: "";
  height: 2rem;
  width: 2rem;
  background-color: white;
  position: absolute;
  bottom: -1px;
  right: -1px;
  display: block;
  z-index: 2;
  clip-path: polygon(100% 0, 35% 100%, 100% 100%);
}

.colors__wrapper {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

.colors__content {
  color: #fff;
  padding: 15rem 2rem 2rem 2rem;
  display: flex;
  height: 100%;
  align-items: end;
}
.colors__content:after {
  content: "";
  display: block;
  height: 70%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(15deg, rgba(32, 32, 32, 0.7) 10%, rgba(32, 32, 32, 0) 70%, rgba(32, 32, 32, 0) 100%);
  opacity: 0.85;
  mix-blend-mode: multiply;
}

.colors__title {
  position: relative;
  letter-spacing: 2px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 1.6rem;
  z-index: 1;
}

.colors__text {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.colors__cta {
  margin-top: 2rem;
  text-align: center;
}

/* PRODUCT CARD */
.products__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 3rem;
  column-gap: 1rem;
  padding: 2rem 0;
  overflow-x: hidden;
}

.product-card {
  position: relative;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.product-card:hover .product-card__btn {
  background-image: var(--wpr-bg-6e45a254-facb-4646-9367-b13b0160f40e);
}
.product-card:hover .product-card__btn img {
  transform: translateX(5px);
}

.product-card__wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
  min-height: 28rem;
  background-size: cover;
  background-position: center center;
}

.product-card__content {
  padding: 2rem;
  max-width: 80%;
}
.product-card__content:after {
  content: "";
  display: block;
  height: 70%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(15deg, rgba(32, 32, 32, 0.7) 10%, rgba(32, 32, 32, 0) 70%, rgba(32, 32, 32, 0) 100%);
  opacity: 0.85;
  mix-blend-mode: multiply;
}

.product-card__title {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 3.6px;
  z-index: 1;
  width: 100%;
  display: block;
}

.product-card__desc {
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  z-index: 1;
}

.product-card__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: var(--wpr-bg-71deb1a5-2843-4e1f-bc96-86db0b295311);
  background-size: contain;
  background-repeat: no-repeat;
  height: 4rem;
  width: 4rem;
  padding: 1.5rem 1.2rem 1rem;
  transition: all 0.3s ease-in-out;
}
.product-card__btn img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}

.products-colors {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  transform: translateY(-50%);
}

.products-colors__item {
  position: relative;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
}
.products-colors__item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.products-colors__number {
  color: white;
  position: relative;
  z-index: 3;
}

.products__empty {
  width: 100%;
  font-weight: 700;
  grid-column: span 4;
  font-size: 2rem;
}

/* PRODUCTS SLIDER */
.products-slider {
  position: relative;
  background-color: transparent;
}

.products-slider__slider {
  position: relative;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.products-slider__slider .slick-list {
  margin: 0 -15px;
  padding-left: 0 !important;
  width: calc(100% + 15px);
  overflow: visible;
}
.products-slider__slider .slick-slide {
  margin: 0 10px;
}
.products-slider__slider .slick-next {
  right: 6rem;
}
.products-slider__slider .slick-dots {
  left: calc(50% - 3rem);
}

@media (max-width: 1024px) {
  .products__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .product-intro {
    grid-template-columns: 1fr;
  }

  .product__illustration {
    min-height: 30rem;
    width: 100%;
  }

  .colors__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .product-card__wrapper {
    min-height: 25rem;
  }

  .products__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .colors__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .perks__list {
    grid-template-columns: 1fr;
    max-width: 60rem;
  }

  .press__list {
    grid-template-columns: 1fr;
  }

  .press__illustration {
    min-height: 40rem;
  }
}
@media (max-width: 550px) {
  .press__illustration {
    min-height: 30rem;
  }

  .product__content {
    padding: 4rem 0;
  }

  .infos__list {
    grid-template-columns: 1fr 1fr;
  }

  .colors__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .products__list {
    grid-template-columns: 1fr;
  }
}
.reasons__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  margin-top: 3rem;
}

.reasons__item {
  position: relative;
  border: 1px solid #202020;
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: space-between;
}

.reasons__content {
  padding: 3rem 2rem 2rem 2rem;
  width: 100%;
}

.reasons__number {
  position: absolute;
  top: -2rem;
  left: 2rem;
  height: 4rem;
  width: 4rem;
  color: white;
  font-family: "Elgraine";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  z-index: 1;
}
.reasons__number:before {
  position: absolute;
  content: "";
  display: block;
  background-image: var(--wpr-bg-e64929d8-865b-43dc-bcc8-f1695dfa2b78);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 4rem;
  width: 4rem;
  z-index: -1;
  transform: translateY(-0.3rem);
}

.reasons__title {
  color: #2A7E82;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.reasons__desc {
  font-size: 1.4rem;
  line-height: 1.7;
}

.reasons__illustration {
  position: relative;
  height: 15rem;
  width: 100%;
}
.reasons__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* VISIT */
.visit__content {
  background-color: #2A7E82;
  color: #fff;
  width: 100rem;
  max-width: 100%;
  padding: 5rem;
  margin-left: 10vw;
}
.visit__content .heading__title {
  color: #4CB8BC;
}

.visit__text p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  max-width: 80%;
}

.visit__component {
  display: flex;
  justify-content: end;
  margin-top: 4rem;
  margin-right: 6rem;
}
.visit__component p {
  display: inline-block;
  font-family: "Southing";
  font-size: 2.8rem;
  letter-spacing: 1.2px;
  color: #fff;
  line-height: 1;
  width: 20rem;
  text-align: center;
  transform: rotate(7deg);
}
.visit__component em {
  display: block;
  font-style: normal;
}
.visit__component img {
  transform: rotate(85deg);
  display: inline-block;
  height: 4rem;
  margin-top: 3rem;
  margin-right: 1rem;
}

@media (max-width: 768px) {
  .reasons__list {
    grid-template-columns: 1fr;
  }
}

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