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

html {
  font-size: 62.5%;
  font-family: "Montserrat", sans-serif;
  font-display: swap;
  color: black;
  overflow-x: hidden;
}

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

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

header a {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #008b84;
  transition: all 0.2s ease-in-out 0s;
}
a:hover {
  color: #000;
}

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

html {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 300;
  font-display: swap;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.25;
  font-display: swap;
  font-family: "Montserrat", sans-serif;
}

p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

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

ol, 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: 12px 30px;
  color: #fff;
  background: #008b84;
  font-size: 14px;
  transition: all 0.2s ease-in-out 0s;
  margin-top: 2rem;
  display: inline-block;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  border: 1px solid #008b84;
}
.btn i {
  padding-right: 15px;
  color: #fff;
}
.btn:hover {
  background-color: transparent;
  color: #008b84;
  border: 1px solid #008b84;
}
.btn--white {
  background: #fff;
  border: 1px solid #fff;
  color: #292929;
}
.btn--white:hover {
  background: transparent;
  color: #fff;
}
.btn--secondary {
  background-color: #f8963e;
  color: white;
  border: 1px solid #f8963e;
}
.btn--secondary:hover {
  background-color: #fff;
  color: #008b84;
}
.btn--small {
  font-size: 12px;
  padding: 10px 20px;
}
.btn--big {
  font-size: 16px;
  padding: 20px 60px;
}
.btn--bordered {
  background: transparent;
  border: 2px solid #008b84;
  color: #008b84 !important;
}
.btn--bordered:hover {
  background: #008b84;
  border: 2px solid #008b84;
}
.btn--bordered:hover a {
  color: #fff;
}
.btn--bordered a {
  color: #008b84;
}
.btn--bordered-w {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn--bordered-w:hover a {
  color: white;
}

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

.heading {
  font-size: 24px;
  color: #f8963e;
  padding-bottom: 40px;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
  z-index: 10;
  position: relative;
}
.heading--center {
  text-align: center;
}
.heading--left {
  text-align: left;
  margin: 0;
}
.heading__head {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  color: #008b84;
}
.heading__icon {
  height: 50px;
  width: auto;
  margin-bottom: 15px;
}
.heading__title {
  font-size: 42px;
  margin-top: 0;
  position: relative;
  font-weight: 600;
  color: #000;
}
.heading__title em {
  font-style: normal;
  color: #008b84;
}
.heading__title span {
  font-style: normal;
  color: #008b84;
}
.heading__subtitle {
  font-size: 24px;
  line-height: 2;
  color: #666666;
  margin: 20px 0px;
  font-weight: 600;
}
.heading__desc {
  color: #000;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
  margin-top: 25px;
}
.heading__desc p {
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
}
.heading__desc p + p {
  margin-top: 20px;
}
.heading__divider {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #707070;
}

.section__intro {
  max-width: 500px;
}
.section__title {
  position: relative;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  color: #008b84;
}
.section__title em {
  color: #008b84;
  font-style: normal;
  font-weight: 700;
  display: block;
}
.section__subtitle {
  font-size: 18px;
  line-height: 2;
  margin: 20px 0px;
  font-weight: 500;
}
.section__desc {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
}
.section__desc p {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 300;
}
.section__desc p + p {
  margin-top: 20px;
}
.section__desc--center {
  text-align: center;
}
.section__cta {
  padding: 20px 0px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.section__divider {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.title--footer {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.title--left {
  text-align: left;
}
.title--right {
  text-align: right;
}
.title--center {
  text-align: center;
}
.title--special {
  font-family: "Special Elite";
}
.title--white {
  color: #fff;
}
.title--black {
  color: #000;
}
.title--uppercase {
  text-transform: uppercase;
}
.title--section {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-45%) rotate(90deg);
  font-size: 120px;
  opacity: 0.05;
  font-weight: 700;
}
.title--section-reversed {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(45%) rotate(270deg);
  font-size: 120px;
  opacity: 0.05;
  font-weight: 700;
}

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

  .title--section-reversed {
    display: none;
  }
}
@media (max-width: 768px) {
  .heading__title {
    font-size: 32px;
  }
}
@media (max-width: 550px) {
  .heading {
    font-size: 18px;
    color: #000;
    padding: 25px 30px;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
  }
  .heading--section {
    color: #008b84;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
  }
  .heading__title {
    font-size: 32px;
    margin-top: 0;
    padding: 20px 0px;
    position: relative;
    text-align: center;
  }
  .heading__subtitle {
    font-size: 20px;
  }
  .heading__divider {
    border-top: 2px solid #008b84;
    width: 200px;
    margin: 15px auto;
  }
}
@media (max-width: 450px) {
  .heading__title {
    font-size: 28px;
  }

  .section__title {
    font-size: 28px;
  }

  .section__desc {
    font-size: 16px;
  }
}
.gallery {
  position: relative;
}
.gallery__slider {
  margin: 50px;
}
.gallery__item {
  position: relative;
  margin: 0px 15px;
}
.gallery__item:before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.gallery__illustration {
  transition: all 0.5s ease-in-out 0s;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
}
.gallery__img {
  margin: 15px 10px;
  position: relative;
  width: calc(25% - 20px);
  display: inline-flex;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 5px;
}
.gallery__img:after {
  content: "";
  padding-bottom: 150%;
  width: 100%;
  display: block;
}
.gallery__img a {
  position: absolute;
  left: 0px;
  height: 0px;
  width: 100%;
  height: 100%;
}
.gallery__img:hover .gallery__illustration {
  transform: scale(1.03);
}
.gallery__img:hover .gallery__illustration:after {
  opacity: 0;
}
.gallery__img:nth-child(2):after {
  padding-bottom: 100%;
}
.gallery__article {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

@media (max-width: 1024px) {
  .gallery__img {
    width: calc(33% - 20px);
  }
}
@media (max-width: 768px) {
  .gallery__img {
    width: calc(50% - 30px);
  }
  .gallery__img:after {
    padding-bottom: 100%;
  }
}
@media (max-width: 500px) {
  .gallery__slider {
    margin: 0px;
  }
}
p, ul, li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
}

a {
  color: #008b84;
  line-height: 1.5;
}

code {
  background: #ECEFF1;
}

.faq__content {
  width: 50%;
}

.faq__title {
  margin-bottom: 20px;
}

.faq__desc {
  max-width: 400px;
}

.praticals__list {
  max-width: 1000px;
  width: 50%;
}
.praticals__list ul {
  list-style: initial !important;
  margin: 10px 0px;
}
.praticals__list ol {
  list-style: decimal !important;
}
.praticals__list li {
  margin-left: 30px;
  line-height: 30px;
  position: relative;
}
.praticals__list em {
  font-style: normal;
  color: #008b84;
}

.praticals__text {
  width: 50%;
  padding: 0px 0px;
}

.praticals__item {
  overflow: hidden;
  transition: height 300ms ease-in-out;
  margin-bottom: 0px;
  border-bottom: 1px solid rgba(1, 1, 1, 0.25);
}
.praticals__item:last-child {
  margin-bottom: 0;
}
.praticals__title, .praticals__content {
  padding: 15px 24px;
}
.praticals__title {
  display: flex;
  position: relative;
  list-style: none;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: color 300ms ease-in-out;
  padding-left: 0;
  line-height: 1.4;
  padding-right: 0;
  justify-content: space-between;
}
[open] > .praticals__title {
  color: #008b84;
}
.praticals__title i {
  margin-right: 10px;
  margin-left: 40px !important;
}
.praticals__heading {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.7;
  max-width: 300px;
}
.praticals__desc {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  margin: 20px 0px;
}
.praticals__content {
  padding-top: 0;
  max-width: 90%;
}
.praticals__content p + p {
  margin-top: 15px;
}
.praticals__cta {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .faq__content {
    width: 100%;
    text-align: center;
  }

  .faq__desc {
    margin: 0 auto;
  }

  .praticals__list {
    width: 100%;
    margin-top: 25px;
  }

  .praticals__text {
    width: 100%;
  }

  .faq__title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .praticals__text {
    padding: 0px 5%;
  }
}
.masonry {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 12;
  grid-template-rows: 18;
  width: calc(100% + 8px);
  margin: 0px -4px;
}
.masonry__item {
  position: relative;
  margin: 15px;
}
.masonry__item:before {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.masonry__item:nth-child(2) {
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 4;
}
.masonry__item:nth-child(2):before {
  padding-bottom: 70%;
}
.masonry__item:nth-child(3) {
  grid-column-start: 7;
  grid-column-end: 12;
  grid-row-start: 1;
  grid-row-end: 4;
}
.masonry__item:nth-child(1) {
  grid-column-start: 12;
  grid-column-end: 18;
  grid-row-start: 1;
  grid-row-end: 4;
}
.masonry__item:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 9;
  grid-row-start: 4;
  grid-row-end: 8;
}
.masonry__item:nth-child(5) {
  grid-column-start: 9;
  grid-column-end: 12;
  grid-row-start: 4;
  grid-row-end: 8;
}
.masonry__item:nth-child(6) {
  grid-column-start: 12;
  grid-column-end: 18;
  grid-row-start: 4;
  grid-row-end: 8;
}
.masonry__item:nth-child(7) {
  grid-column-start: 3;
  grid-column-end: 9;
  grid-row-start: 8;
  grid-row-end: 12;
}
.masonry__item:nth-child(8) {
  grid-column-start: 9;
  grid-column-end: 12;
  grid-row-start: 8;
  grid-row-end: 12;
}
.masonry__item:nth-child(9) {
  grid-column-start: 12;
  grid-column-end: 18;
  grid-row-start: 8;
  grid-row-end: 12;
}
.masonry__illustration {
  transition: all 0.25s ease-in-out 0s;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
.masonry__illustration:after {
  position: absolute;
  content: "";
  background-color: rgba(1, 1, 1, 0);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.25s ease-in-out 0s;
}
.masonry__content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 30px;
}
.masonry__title {
  font-size: 24px;
}
.masonry__desc {
  margin: 20px 0px;
}

@media (max-width: 1024px) {
  .masonry__item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 18;
    grid-row-start: 1;
    grid-row-end: 4;
    min-height: 200px;
  }
  .masonry__item:nth-child(1):before {
    padding-bottom: 0;
  }
  .masonry__item:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 4;
    grid-row-end: 8;
  }
  .masonry__item:nth-child(3) {
    grid-column-start: 9;
    grid-column-end: 18;
    grid-row-start: 4;
    grid-row-end: 8;
  }
  .masonry__item:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 8;
    grid-row-end: 12;
  }
  .masonry__item:nth-child(5) {
    grid-column-start: 4;
    grid-column-end: 12;
    grid-row-start: 8;
    grid-row-end: 12;
  }
  .masonry__item:nth-child(6) {
    grid-column-start: 12;
    grid-column-end: 18;
    grid-row-start: 8;
    grid-row-end: 12;
  }
  .masonry__item:nth-child(7) {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 12;
    grid-row-end: 16;
  }
  .masonry__item:nth-child(8) {
    grid-column-start: 4;
    grid-column-end: 10;
    grid-row-start: 12;
    grid-row-end: 16;
  }
  .masonry__item:nth-child(9) {
    grid-column-start: 9;
    grid-column-end: 18;
    grid-row-start: 12;
    grid-row-end: 16;
  }
}
@media (max-width: 768px) {
  .masonry__item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 18;
    grid-row-start: 1;
    grid-row-end: 4;
    min-height: 200px;
  }
  .masonry__item:nth-child(1):before {
    padding-bottom: 0;
  }
  .masonry__item:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 4;
    grid-row-end: 8;
  }
  .masonry__item:nth-child(3) {
    grid-column-start: 9;
    grid-column-end: 18;
    grid-row-start: 4;
    grid-row-end: 8;
  }
  .masonry__item:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 6;
    grid-row-start: 8;
    grid-row-end: 12;
  }
  .masonry__item:nth-child(4):before {
    padding-bottom: 100%;
  }
  .masonry__item:nth-child(5) {
    grid-column-start: 6;
    grid-column-end: 12;
    grid-row-start: 8;
    grid-row-end: 12;
  }
  .masonry__item:nth-child(5):before {
    padding-bottom: 100%;
  }
  .masonry__item:nth-child(6) {
    grid-column-start: 12;
    grid-column-end: 18;
    grid-row-start: 8;
    grid-row-end: 12;
  }
  .masonry__item:nth-child(6):before {
    padding-bottom: 100%;
  }
  .masonry__item:nth-child(7) {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 12;
    grid-row-end: 16;
  }
  .masonry__item:nth-child(8) {
    grid-column-start: 9;
    grid-column-end: 12;
    grid-row-start: 12;
    grid-row-end: 16;
  }
  .masonry__item:nth-child(9) {
    grid-column-start: 12;
    grid-column-end: 18;
    grid-row-start: 12;
    grid-row-end: 16;
  }
}
@media (max-width: 550px) {
  .masonry__item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3 !important;
    min-height: 250px;
  }
  .masonry__item:nth-child(1):before {
    padding-bottom: 0 !important;
  }

  .masonry__item:before {
    padding-bottom: 100% !important;
  }

  .masonry__item:nth-child(odd) {
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .masonry__item:nth-child(even) {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
.cards {
  position: relative;
  width: calc(100% - 10px);
  margin: 0px 5px;
}

.card {
  position: relative;
  width: calc(50% - 10px);
  min-height: 300px;
  margin: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.card:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  display: block;
  background-color: rgba(1, 1, 1, 0.4);
}
.card:hover .card__illustration img {
  transform: scale(1.02);
}
.card:last-child {
  width: 100%;
}
.card__illustration {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.card__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out;
}
.card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 600px;
  padding: 40px 60px;
  color: white;
  z-index: 2;
}
.card__text {
  font-weight: 300;
}
.card__title {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
  display: none;
}

.popup__container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  min-height: 150px;
  max-height: 90%;
  background: #f3f3f3;
  position: fixed;
  overflow-y: scroll;
  z-index: 103;
  border-radius: 5px;
  box-shadow: 0 2px 5px #000;
}

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

.popup__content {
  width: 50%;
  padding: 80px 7%;
  line-height: 1.5;
  text-align: center;
}

.popup__logo {
  margin-bottom: 30px;
}

.popup__title {
  font-size: 28px;
  font-weight: 700;
  color: #008b84;
}

.popup__subtitle {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0px;
}

.popup__plus {
  margin-top: 20px;
  font-style: italic;
}

.popup__container a {
  text-decoration: none;
}

.popup__onload {
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 101;
}
.popup__onload.active {
  display: flex;
}

.popup__container .x {
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
}

.popup__container .x:hover {
  cursor: pointer;
}

@media (max-width: 1000px) {
  .popup__container {
    max-width: 90%;
  }

  .popup__illustration {
    width: 100%;
  }

  .popup__content {
    width: 100%;
  }
}
.seo__block {
  position: relative;
  width: calc(50% - 40px);
  margin: 0px 20px;
  padding: 60px 80px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.seo__title {
  font-size: 18px;
  margin-bottom: 20px;
}
.seo__content {
  position: relative;
  width: 100%;
}
.seo__content p {
  margin: 30px 0px;
  line-height: 1.7;
  font-size: 12px;
}
.seo__content ul {
  margin-bottom: 20px;
}
.seo__content li {
  line-height: 1.7;
  font-size: 12px;
}
.seo__content li:before {
  margin-right: 5px;
  content: "-";
  font-size: 20px;
  color: #f8963e;
}

@media (max-width: 1024px) {
  .seo__block {
    width: 100%;
    padding: 60px 40px;
    margin: 0px;
  }
  .seo__block + .seo__block {
    margin-top: 40px;
  }
}
.plan__illustration {
  position: relative;
  width: 60%;
}
.plan__illustration:before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.plan__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.plan__anchors {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.plan__content {
  position: relative;
  width: 40%;
}
.plan__item {
  position: relative;
  background-color: #ececef;
  padding: 30px 40px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.plan__item + .plan__item {
  margin-top: 30px;
}
.plan__item:hover {
  background-color: #008b84;
  color: white;
}
.plan__item:hover a {
  color: white;
}
.plan__item:hover .plan__title {
  color: white;
}
.plan__item:hover .plan__icon.icon--normal {
  display: none;
}
.plan__item:hover .plan__icon.icon--hover {
  display: inline-block;
}
.plan__icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: auto;
  display: inline-block;
}
.plan__icon.icon--normal {
  display: inline-block;
}
.plan__icon.icon--hover {
  display: none;
}
.plan__text {
  position: relative;
  padding-left: 70px;
}
.plan__title {
  color: #008b84;
  font-size: 20px;
  font-weight: 700;
}
.plan__desc {
  margin-top: 10px;
}
.plan__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.anchor {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 44%;
  left: 55%;
  border-radius: 50%;
  background-color: #f8963e;
  border: 5px solid #fff;
}
.anchor:hover {
  background-color: #fff;
  border: 5px solid #f8963e;
}
.anchor:hover .anchor-modal {
  opacity: 1;
  visibility: visible;
}
.anchor-1 {
  top: 36%;
  left: 55%;
}
.anchor-2 {
  top: 64%;
  left: 30%;
}
.anchor-3 {
  top: 65%;
  left: 45%;
}

.anchor-modal {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f8963e;
  padding: 10px 20px;
  color: white;
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  z-index: 10;
  line-height: 1.4;
  width: max-content;
}

.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: 24px;
  font-weight: 600;
  margin: 20px 0px;
  line-height: 1.8;
}
.trust__title span {
  font-size: 24px;
  font-weight: 300;
  margin-right: 10px;
  border-bottom: 2px solid #008b84;
  padding-bottom: 5px;
}
.trust__icon {
  height: 100px;
  width: auto;
}
.trust__desc p {
  font-size: 14px;
  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: #008b84;
  background-color: #008b84;
}
.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: #000;
  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: #000;
  font-weight: 400;
  text-transform: uppercase;
}
.trust-carousel__btn:hover {
  background-color: #008b84;
  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;
  }
}
.carousel__container {
  position: relative;
  padding: 80px 0px 80px 80px;
}
.carousel__container:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 100%;
  width: calc(1530/1680 * 100%);
  background-color: #008b84;
}
.carousel__container .heading--left {
  padding-left: 80px;
}
.carousel__slider {
  position: relative;
  width: 100%;
}
.carousel__slider .slick-list {
  padding-left: 0px !important;
}
.carousel__slider .slick-prev {
  bottom: -40px;
  right: 17%;
}
.carousel__slider .slick-next {
  bottom: -40px;
  right: 12%;
}
.carousel__item {
  margin: 0px 10px;
}
.carousel__illustration {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.carousel__illustration:before {
  content: "";
  padding-bottom: 130%;
  display: block;
}

@media (max-width: 1024px) {
  .carousel__container {
    padding: 80px;
  }
  .carousel__container:before {
    width: 100%;
  }
  .carousel__container .heading--left {
    padding-left: 0;
  }

  .carousel__slider .slick-prev {
    right: 20%;
  }

  .carousel__slider .slick-list {
    padding: inherit !important;
  }
}
.testimonials__heading {
  margin-bottom: 80px;
}
.testimonials__heading .title {
  font-size: 42px;
  width: 50%;
  font-weight: 200;
}
.testimonials__heading .title span {
  font-weight: 600;
  color: #008b84;
}
.testimonials__heading .desc {
  width: 50%;
  font-size: 16px;
  max-width: 500px;
}
.testimonials__slider {
  position: relative;
  background-color: #292929;
  color: white;
  margin-left: 40px;
  margin-top: -40px;
}
.testimonials__slider:before {
  content: "";
  position: absolute;
  top: 40px;
  left: -40px;
  height: 100%;
  width: 100%;
  background-color: #008b84;
  opacity: 0.4;
  z-index: -1;
}
.testimonials__slider .slick-list {
  padding-left: 0px !important;
}
.testimonials__slider .slick-prev {
  bottom: 40px;
  right: 95px;
}
.testimonials__slider .slick-next {
  bottom: 40px;
  right: 45px;
}
.testimonials__item {
  padding: 130px 0px;
}
.testimonials__content {
  max-width: 700px;
  margin: 0 auto;
}
.testimonials__title {
  font-size: 28px;
}
.testimonials__text {
  margin: 20px 0px;
  font-size: 16px;
}
.testimonials__name {
  font-weight: 600;
}

.testimonials-two {
  background-color: #ececef;
}
.testimonials-two__heading {
  margin-bottom: 20px;
}
.testimonials-two__heading .title {
  font-size: 36px;
  width: 50%;
  font-weight: 600;
}
.testimonials-two__heading .title span {
  font-weight: 600;
  color: #008b84;
  display: block;
}
.testimonials-two__slider {
  position: relative;
  width: calc(100% + 40px) !important;
  margin-left: -20px;
}
.testimonials-two__slider .slick-list {
  padding-left: 0px !important;
}
.testimonials-two__slider .slick-prev {
  bottom: auto;
  top: -85px;
  right: 70px;
}
.testimonials-two__slider .slick-prev:before {
  background-image: url("../img/arrow-black.png");
}
.testimonials-two__slider .slick-next {
  bottom: auto;
  right: 10px;
  top: -85px;
}
.testimonials-two__slider .slick-next:before {
  background-image: url("../img/arrow-black.png");
}
.testimonials-two__slider .slick-dots {
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonials-two__slider .slick-dots li {
  display: inline-block;
}
.testimonials-two__slider .slick-dots li + li {
  margin-top: 0px;
  margin-left: 10px;
}
.testimonials-two__slider .slick-dots button {
  background-color: #292929;
  border: 1px solid #292929;
  opacity: 0.4;
}
.testimonials-two__content {
  position: relative;
}
.testimonials-two__content:before {
  content: "";
  display: block;
  background-image: url("../img/citation.png");
  height: 40px;
  width: 40px;
  background-size: contain;
  position: absolute;
  right: -20px;
  top: -10px;
  z-index: 2;
}
.testimonials-two__item {
  padding: 60px 2%;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(1, 1, 1, 0.15);
  margin: 20px 20px;
}
.testimonials-two__title {
  font-size: 24px;
  margin: 20px 0px;
}
.testimonials-two__text {
  max-width: 700px;
  font-size: 14px;
}
.testimonials-two__name {
  font-size: 14px;
}
.testimonials-two__name span {
  font-weight: 600;
}

@media (max-width: 1024px) {
  .testimonials__heading .title {
    width: 100%;
    margin-bottom: 20px;
  }
  .testimonials__heading .title span {
    display: inline-block;
  }
  .testimonials__heading .desc {
    width: 100%;
  }

  .testimonials__item {
    padding: 60px 60px;
  }

  .testimonials-two__slider .slick-dots {
    bottom: -25px;
  }
}
@media (max-width: 768px) {
  .testimonials__slider {
    margin-left: 0px;
  }
}
@media (max-width: 550px) {
  .testimonials__title {
    font-size: 20px;
  }

  .testimonials__text {
    font-size: 14px;
  }
}
.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% - 60px);
  }
}
@media (max-width: 1024px) {
  .partners__item {
    width: calc(33.33% - 30px);
    margin: 40px 15px;
  }
}
@media (max-width: 550px) {
  .partners__item {
    width: calc(50% - 30px);
    margin: 40px 15px;
  }
}
.banner {
  position: relative;
  background-color: #292929;
  padding: 80px 0px;
  color: white;
}
.banner:after {
  position: absolute;
  bottom: -20px;
  left: -20px;
  content: "";
  height: 150px;
  width: 150px;
  background-image: url("../img/solar.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.banner__title {
  max-width: 500px;
  margin-top: 15px;
}
.banner__cta a {
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner__cta a:after {
  content: "";
  background-image: url(../img/arrow.png);
  background-color: #3C3C3C;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 5px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 1;
  background-size: 20px 20px;
  transform: rotate(180deg);
  display: inline-block;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
}
.banner__cta:hover a:after {
  background-color: #008b84;
}

.box {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0px 50px;
}
.box:after {
  content: "";
  background-color: #292929;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.box__title {
  position: relative;
  margin-bottom: 20px;
  max-width: 500px;
}
.box__title:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 150px;
  top: 50%;
  left: -180px;
  background-color: #008b84;
}
.box__content {
  position: relative;
  color: white;
  padding: 120px 0px;
  z-index: 2;
  max-width: 800px;
}
.box__text p {
  line-height: 2;
}
.box__text p + p {
  margin-top: 10px;
}

@media (max-width: 500px) {
  .box {
    margin: 50px 0px;
  }
  .box__title {
    font-size: 24px;
  }

  .banner:after {
    display: none;
  }

  .banner__text {
    text-align: center;
  }

  .banner__cta {
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
}
/* The Modal (background) */
.modal {
  position: relative;
  display: none;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal__container {
  position: relative;
  background-color: #008b84;
  margin: 15% auto;
  padding: 0px;
  max-width: 600px;
}

.modal__content {
  position: relative;
  width: 100%;
  padding: 60px 40px;
  text-align: center;
  border: 2px solid #f8963e;
}

.modal__title {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.modal__text {
  color: white;
  margin: 20px 0px;
}
.modal__text p {
  font-size: 18px;
}
.modal__text p + p {
  margin-top: 20px;
}

.modal__form {
  margin-top: 20px;
}
.modal__form .input--classic {
  margin-bottom: 0px;
}

.modal__contact {
  text-align: center;
}

.modal__item + .modal__item {
  margin-left: 15px;
}
.modal__item i {
  color: #f8963e;
  margin-right: 10px;
}
.modal__item:hover {
  color: #008b84;
}

.close {
  color: #aaa;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* HEADER */
.header {
  width: 100%;
}
.header--home {
  height: 100vh;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #292929;
}
.header--home .menu-item-has-children:after {
  background-image: url("../img/down-white.png");
}
.header--inside {
  position: relative;
  height: auto;
}
.header--inside .menu--container {
  border: none;
}
.header--inside .menu__list a {
  color: #666666;
  font-weight: 500;
  letter-spacing: 1.3px;
}
.header__container {
  width: 100%;
}
.header__content {
  padding-left: 3rem;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 8rem;
}
.header__title {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  max-width: 70%;
}
.header__title em {
  color: #008b84;
  font-style: normal;
}
.header__desc {
  max-width: 40%;
  font-size: 18px;
  line-height: 1.7;
}

.header--home .header__container {
  position: relative;
  z-index: 3;
  height: 100%;
  width: 100%;
}

.header--inside .menu--container {
  background-color: #fff;
}
.header--inside .menu--burger div {
  background-color: #008b84;
}

/* MENU PRINCIPAL */
.menu {
  position: relative;
  width: 100%;
  z-index: 99;
}
.menu--container {
  padding: 40px calc(150/1680 * 100%);
}
.menu--logo img {
  text-align: center;
  width: 200px;
  margin-right: auto;
}
.menu--cta {
  padding: 0px 25px;
  color: #fff;
  background-color: #008b84;
  border: 1px solid #008b84;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 3px;
}
.menu--cta:hover {
  border: 1px solid #008b84;
  color: white;
  background-color: transparent;
}
.menu--cta a {
  font-weight: 600 !important;
}

.menu__list {
  width: 100%;
  display: inline-block;
}
.menu__list li {
  position: relative;
  display: inline-block;
}
.menu__list li + li {
  margin-left: 25px;
}
.menu__list a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  padding: 20px 0px;
}
.menu__list a:hover, .menu__list a:active, .menu__list a.active {
  color: #008b84;
}
.menu__list .menu--button a {
  background-color: #008b84;
  padding: 30px 35px;
  margin-left: 5%;
  color: white;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
.menu__list .menu--button a:hover {
  color: white;
  transform: scale(1.03);
}

.menu__list .menu--button.current-menu-item a:before {
  display: none;
}

.menu--logo {
  height: 100%;
}

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

/* SUBMENU */
.menu-item-has-children {
  padding-right: 15px;
}

.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.menu-item-has-children:hover:after {
  display: none;
}

.menu-item-has-children:after {
  content: "";
  background: url("../img/down.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 17px;
  width: 17px;
  top: 49%;
  transform: translateY(-50%);
  right: -10px;
}

.menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: absolute;
  gap: 0rem;
  min-width: 800px;
  top: 50%;
  left: -300px;
  width: auto;
  z-index: -1;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 25px;
  background-color: white;
  row-gap: 0rem;
  padding: 10px 0;
}
.menu-item-has-children > .sub-menu li {
  background-color: #fff;
  color: #666666 !important;
  margin: 0px;
  text-align: center;
}
.menu-item-has-children > .sub-menu a {
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #666666;
}
.menu-item-has-children > .sub-menu a:hover {
  color: #008b84;
}

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

.menu--burger div {
  width: 30px;
  height: 3px;
  margin: 5px;
  background: #fff;
  transition: all 0.5s ease-in;
  border-radius: 10px;
}

.menu--burger.active div {
  background: #008b84;
}

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

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

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

.menu--burger.active {
  position: fixed;
  right: calc(150 / 1680* 100%);
}

.menu--burger {
  display: none;
}

.action--close {
  position: fixed;
  z-index: 100;
  top: 40px;
  right: 20px;
}

@keyframes navLinksFade {
  0% {
    opacity: 0;
    transform: translateY(50px) translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
@media (max-width: 1450px) {
  .menu--container {
    padding: 40px calc(70/1680 * 100%);
  }
}
@media (max-width: 1300px) {
  .menu--header .menu__list {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    background: #fff;
    padding: 80px calc(150/1680 * 100%) 80px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    transition: right 0.5s ease-in;
    z-index: 99;
    overflow-y: scroll;
  }

  .menu__list a {
    color: #000;
    text-align: center;
    font-size: 20px;
    padding: 15px 0px;
  }

  .menu--header .menu__list > li {
    opacity: 0;
    display: block;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
  }
  .menu--header .menu__list > li:last-child() a {
    padding-bottom: 0;
  }
  .menu--header .menu__list > li + li {
    margin-top: 0px;
    margin-left: 0px;
  }

  .menu--header .menu__list.active {
    right: 0;
    width: 100%;
  }

  .menu--burger {
    display: block;
  }

  .menu-item-has-children {
    padding-right: 0px;
  }
  .menu-item-has-children a {
    padding-bottom: 0;
  }
  .menu-item-has-children:after {
    display: none;
  }
  .menu-item-has-children .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
    transform: none;
    min-width: auto;
    left: auto;
    top: 0;
    margin-top: 0;
  }
  .menu-item-has-children .sub-menu li {
    display: block;
    padding: 0;
  }
  .menu-item-has-children .sub-menu li a {
    font-weight: 400;
  }

  .menu__list .current-menu-item a:before {
    bottom: 15px;
    right: 0;
    left: auto;
    width: 50px;
  }

  .menu--container {
    padding: 20px calc(150/1680 * 100%);
  }

  .header--inside {
    padding: 30px 0px;
  }
}
@media (max-width: 1024px) {
  .header--top {
    background-color: #fff;
    padding-right: 0px;
    position: relative;
  }
  .header--top__logo {
    height: auto;
  }

  .header__content {
    width: 100%;
  }

  .home__intro__content {
    width: 100%;
  }

  .left-sidebar {
    display: none;
  }

  .menu--logo {
    width: 120px;
  }

  .burger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .menu--header {
    padding: 0;
  }

  .header--home {
    min-height: auto;
  }

  .header--home__slider {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .header--home .header__container {
    z-index: 99;
  }
}
.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section--columns {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}
.section--accent {
  background-color: #ececef;
}
.section--secondary {
  background: linear-gradient(180deg, #00679e 0%, #00344f 100%);
  color: #fff;
}
.section--secondary:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0.05;
  background-size: 50%;
  background-repeat: repeat;
  background-image: url("../img/pattern-bg.png");
  z-index: 1;
}

.wrapper {
  width: calc(1380/1680 * 100%);
}
.wrapper--centered {
  margin-left: auto;
  margin-right: auto;
}
.wrapper--accent {
  background-color: #ececef;
  padding-left: calc(150/1680 * 100%);
  padding-right: calc(150/1680 * 100%);
}
.wrapper--white {
  background-color: #fff;
  padding-left: calc(150/1680 * 100%);
  padding-right: calc(150/1680 * 100%);
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.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%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container--stretch {
  max-width: 940px;
}
.container--post {
  max-width: 1400px;
}
.container--header {
  width: 1200px;
}

.list--inline li {
  display: inline-block;
}

.breadcrumbs {
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .container {
    padding-left: calc(200/1680 * 100%);
    padding-right: calc(200/1680 * 100%);
  }

  .section--columns {
    display: block;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: calc(50/1680 * 100%);
    padding-right: calc(50/1680 * 100%);
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.form {
  width: 100%;
}
.form__submit {
  margin-top: 20px;
  border: none;
  color: #fff;
  font-size: 16px;
  transition: all 0.2s ease-in-out 0s;
  background: #008b84;
  padding: 20px 40px;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  letter-spacing: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form__submit:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
.form_success {
  border: 1px solid green;
  padding: 20px 20px;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
}
.form_error {
  border: 1px solid red;
  padding: 20px 20px;
  margin-bottom: 40px;
  color: #000;
  text-align: center;
}
.form__title {
  font-size: 24px;
  margin-bottom: 40px;
}
.form__container {
  width: 50%;
  background-color: #fff;
  padding: 60px 40px;
  max-width: 600px;
  box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.2);
}
.form__phone {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form__phone p {
  font-size: 18px;
  font-weight: 600;
  width: 50%;
}
.form__phone .btn {
  margin-top: 0px;
  display: block;
  width: 40%;
  text-align: center;
}

.contact__input {
  width: 48%;
}

input:focus, textarea:focus {
  outline: none;
}

textarea {
  resize: vertical;
  height: 100px;
  background-color: #ececef;
  -webkit-appearance: none;
  -moz-appearance: none;
}

label {
  color: #000;
  opacity: 1;
  font-size: 12px;
  font-weight: 600;
}

select {
  border: none;
  border: 2px solid #CBCBCB;
  padding: 15px 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  display: block;
  width: 100%;
}
select:focus {
  border-color: #008b84;
}

.wpcf7-text, .wpcf7-number {
  width: 100%;
  border: 2px solid #CBCBCB;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 12px;
  color: #000;
}
.wpcf7-text:focus, .wpcf7-number:focus {
  border-color: #008b84;
}
.wpcf7-text:focus::placeholder, .wpcf7-number:focus::placeholder {
  color: #000;
}
.wpcf7-text::placeholder, .wpcf7-number::placeholder {
  font-family: "Montserrat", sans-serif;
  color: #000;
  margin-left: 10px;
  font-weight: 600;
  font-size: 12px;
}

.wpcf7-response-output {
  font-size: 14px;
  padding: 20px !important;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
}

.wpcf7-radio {
  margin-bottom: 20px;
  display: block;
  margin-top: 10px;
}
.wpcf7-radio label {
  font-weight: 400;
  display: flex;
  align-items: center;
}
.wpcf7-radio .wpcf7-list-item-label {
  padding-left: 10px;
}

.wpcf7-submit {
  margin-top: 20px;
  border: 1px solid white;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
  background: #000;
  font-family: "Montserrat", sans-serif;
  padding: 10px 20px;
  display: block;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wpcf7-submit:hover {
  transform: scale(1.05);
}

.wpcf7-textarea {
  width: 100%;
  border: 2px solid #CBCBCB;
  padding: 15px 20px;
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #000;
  font-weight: 400;
  background-color: transparent;
  -webkit-appearance: none;
  resize: vertical;
  height: 150px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wpcf7-textarea:focus {
  border-color: #000;
}
.wpcf7-textarea:focus::placeholder {
  color: #000;
}
.wpcf7-textarea::placeholder {
  font-family: "Montserrat", sans-serif;
  color: #000;
  margin-left: 10px;
  font-weight: 600;
  font-size: 12px;
}

.form--contact {
  max-width: 600px;
}
.form--contact .wpcf7-text, .form--contact .wpcf7-number, .form--contact .wpcf7-textarea {
  border: 2px solid #CBCBCB;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.05);
  color: #000;
  padding: 12px 25px;
  font-weight: 400;
}
.form--contact .wpcf7-text::placeholder, .form--contact .wpcf7-number::placeholder, .form--contact .wpcf7-textarea::placeholder {
  color: #000;
  font-weight: 400;
}
.form--contact .wpcf7-submit {
  background: #00679e;
  background: #008b84;
  color: white;
}
.form--contact .wpcf7-textarea {
  height: 140px;
}
.form--contact .column--half {
  width: 48%;
}

.input--text {
  padding: 20px 40px;
  background-color: #ececef;
}
.input--text:focus {
  border-color: #008b84;
}
.input--middle {
  width: 100%;
  display: block;
}
.input--full {
  width: 100%;
  display: block;
}
.input--classic {
  border: none;
  border: 1px solid rgba(24, 24, 24, 0.15);
  padding: 20px 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.input--classic::placeholder {
  color: #000;
  margin-left: 10px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
.input--classic + .input--classic {
  margin-top: 35px;
}
.input--textarea {
  font-size: 14px;
  border: 1px solid rgba(24, 24, 24, 0.15);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.g-recaptcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

.politique__label {
  font-size: 14px;
  text-transform: inherit;
  letter-spacing: inherit;
  color: #000;
  opacity: 1;
  line-height: 2;
}

.g-recaptcha > div {
  max-width: 100%;
}

.g-recaptcha iframe {
  width: 100%;
}

@media (max-width: 550px) {
  .column--half {
    width: 100%;
  }
}
.footer {
  background: #292929;
  position: relative;
  border-top: 10px solid #000;
}
.footer__top {
  padding: 60px 0px 100px;
}
.footer__logo {
  display: block;
  margin-right: auto;
  max-width: 100%;
  height: 50px;
}
.footer__part {
  width: 25%;
  max-width: 400px;
  position: relative;
}
.footer__part + .footer__part {
  padding-left: calc(100/1380 * 100%);
  padding-top: 20px;
}
.footer__text {
  color: white;
}
.footer__text h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer__text p {
  color: #BCBCBC;
  font-weight: 300;
}

.footer__bottom {
  position: relative;
  padding: 50px 0px;
  border-top: 1px solid #707070;
}

.footer__social {
  position: relative;
  display: flex;
}
.footer__social a {
  background-color: #000;
  border-radius: 10px;
  padding: 10px;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__social a + a {
  margin-left: 10px;
}
.footer__social a:hover {
  background-color: #008b84;
}
.footer__social i {
  color: white;
}

.footer__contact {
  padding-top: 40px;
}
.footer__contact li {
  display: inline-flex;
  width: 100%;
}
.footer__contact li + li {
  margin-top: 20px;
}
.footer__contact a {
  color: #BCBCBC;
  line-height: 1.7;
  font-size: 14px;
  font-weight: 300;
}
.footer__contact a span {
  display: block;
}
.footer__contact a:hover {
  color: white;
}
.footer__contact i {
  color: white;
  margin-right: 10px;
  padding-top: 5px;
}

.footer__copyright {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000;
  color: #fff;
}
.footer__copyright p {
  font-size: 12px;
  font-weight: 300;
  opacity: 0.7;
}
.footer__copyright a:hover {
  color: white;
}

.menu--footer {
  padding: 10px 0px;
}
.menu--footer li {
  font-weight: 300;
  display: block;
}
.menu--footer li + li {
  margin-top: 20px;
}
.menu--footer a {
  color: #BCBCBC;
  font-size: 14px;
  font-weight: 300;
}
.menu--footer a:hover {
  color: #fff;
}

@media (max-width: 1024px) {
  .footer__part {
    width: 50%;
    margin-left: 0px !important;
    padding: 0px;
  }
  .footer__part + .footer__part {
    padding: 0px;
  }
  .footer__part:nth-child(2) {
    padding-left: 10%;
  }
  .footer__part:nth-child(3) {
    margin-top: 50px;
  }
  .footer__part:nth-child(4) {
    margin-top: 50px;
    padding-left: 10%;
  }
}
@media (max-width: 600px) {
  .footer__part {
    width: 100%;
    text-align: center;
    padding-left: 0px !important;
  }
  .footer__part + .footer__part {
    margin-top: 40px !important;
  }

  .footer__top {
    justify-content: center;
  }

  .footer__copyright > * {
    width: 100%;
    margin: 5px 0px;
  }

  .menu--footer li {
    display: block;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  .menu--footer li:last-child {
    margin-bottom: 0px;
  }

  .footer__contact li {
    justify-content: center;
  }
}
@media (max-width: 550px) {
  .footer__text {
    width: 100%;
    text-align: center;
  }

  .footer__social {
    width: 100%;
    margin-top: 30px;
    justify-content: center;
  }
}
.page-header {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 50px;
}
.page-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-header .wrapper {
  width: calc(1480/1680 * 100%);
}
.page-header__content {
  position: relative;
  color: white;
  z-index: 2;
  max-width: 700px;
  padding: 120px 0px;
}
.page-header__title {
  color: white;
  font-size: 42px;
  font-weight: 700;
  margin: 15px 0px;
}
.page-header__text p {
  line-height: 1.8;
}
.page-header__text p + p {
  margin-top: 30px;
}
.page-header__desc {
  font-size: 18px;
}
.page-header__cta a {
  margin-right: 10px;
}
.page-header__cta a:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .page-header__title {
    font-size: 36px;
  }
}
@media (max-width: 550px) {
  .page-header__title {
    font-size: 28px;
  }

  .page-header {
    margin: 0px;
  }
  .page-header .wrapper {
    width: calc(1380/1680 * 100%);
  }
}
.page-intro__title {
  font-size: 36px;
  font-weight: 600;
  color: #008b84;
  max-width: 50%;
}
.page-intro__content {
  width: 50%;
}
.page-intro__content p {
  margin: 30px 0px;
  line-height: 1.7;
  font-size: 15px;
}
.page-intro__content li {
  line-height: 1.7;
  font-size: 15px;
}
.page-intro__content li + li {
  margin-top: 15px;
}
.page-intro__content li:before {
  margin-right: 5px;
  content: "-";
  font-size: 20px;
  color: #f8963e;
}

@media (max-width: 1024px) {
  .page-intro__title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .page-intro__content {
    width: 100%;
  }
}
.page-menu__list {
  max-width: 900px;
  background-color: #ececef;
  padding: 30px 60px;
  margin: 0 auto;
}

.page-menu__item a {
  background-color: #fff;
  padding: 8px 20px;
  color: #008b84;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}
.page-menu__item a:hover {
  background-color: #008b84;
  color: white;
}

@media (max-width: 1000px) {
  .page-menu__list {
    margin: 0 50px;
    justify-content: center;
    padding: 30px;
  }

  .page-menu__item {
    margin: 15px 20px 15px 0px;
  }
}
.content-block__content {
  width: 50%;
  max-width: 500px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-block__title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  color: black;
}
.content-block__text p {
  margin: 30px 0px;
  line-height: 1.7;
  font-size: 15px;
}
.content-block__text li {
  line-height: 1.7;
  font-size: 15px;
}
.content-block__text li + li {
  margin-top: 15px;
}
.content-block__text li:before {
  margin-right: 5px;
  content: "-";
  font-size: 20px;
  color: #f8963e;
}
.content-block__illustration {
  position: relative;
  width: 40%;
  min-height: 350px;
  box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.3);
}
.content-block__illustration:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  border: 3px solid #008b84;
}
.content-block__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}

@media (max-width: 1024px) {
  .content-block__content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .content-block__illustration {
    width: 100%;
  }
}
.contact {
  padding: 140px 0px 60px;
  position: relative;
  margin: 0px 50px;
}
.contact__item {
  width: 33.33%;
  text-align: center;
  padding: 0px 5%;
}
.contact__item i {
  color: #008b84;
  font-size: 60px;
}
.contact__icon {
  max-height: 80px;
}
.contact__title {
  margin: 15px 0px;
  text-transform: uppercase;
  font-size: 18px;
}
.contact::before {
  content: "";
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background-image: url("../img/background.jpg");
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.contact::after {
  content: "";
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background-color: #292929;
  opacity: 0.9;
  z-index: 1;
}
.contact__container {
  position: relative;
  z-index: 1;
  display: block;
  padding: 80px calc(150/1680 * 100%) 0px;
}

.form-infos {
  width: 50%;
  padding: 25px 5% 25px 10%;
  display: grid;
}

.form-steps__title {
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
}
.form-steps__item {
  display: inline-flex;
}
.form-steps__item span {
  font-size: 20px;
  font-weight: 600;
  color: #008b84;
  padding-top: 5px;
}
.form-steps__item .text {
  color: white;
  font-size: 14px;
  padding-left: 20px;
}
.form-steps__item + .form-steps__item {
  margin-top: 20px;
}

.form-trust {
  padding-top: 140px;
}
.form-trust__title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
}
.form-trust__item {
  display: inline-flex;
}
.form-trust__item img {
  height: 40px;
  width: auto;
}
.form-trust__item .text {
  padding-left: 20px;
}
.form-trust__item .title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.form-trust__item .desc {
  color: #000;
  font-size: 14px;
}
.form-trust__item + .form-trust__item {
  margin-top: 20px;
}

.contact-form {
  width: 100%;
  padding: 180px 30px;
}
.contact-form__title {
  color: #008b84;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
}
.contact-form__container {
  position: relative;
  z-index: 4;
  margin-top: 40px;
}

.contact-map {
  height: 450px;
  width: 100%;
  position: relative;
}
.contact-map__container {
  width: 100%;
  height: 100%;
}
.contact-map #map {
  width: 100%;
  height: 100%;
}

.quote__container {
  position: relative;
  padding: 40px 80px;
  text-align: right;
  background-position: center center;
  background-size: cover;
}
.quote__container:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #292929;
  opacity: 0.8;
  z-index: 0;
}
.quote__content {
  position: relative;
  z-index: 1;
}
.quote__title {
  color: white;
  font-size: 28px;
  max-width: 60%;
  margin-left: auto;
}

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

  .form-infos {
    width: 100%;
    padding: 50px 5% 50px 10%;
  }

  .form-trust__title {
    color: white;
  }

  .form-trust__item .title {
    color: white;
  }

  .form-trust__item .desc {
    color: white;
  }

  .contact:before {
    height: 100%;
  }

  .contact:after {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 80px 0px 0px;
  }
  .contact .heading {
    padding: 0px 10%;
  }
  .contact:after {
    height: 100%;
  }

  .quote__container {
    padding: 40px;
    text-align: center;
  }

  .quote__title {
    max-width: 100%;
    font-size: 24px;
  }

  .form__phone {
    display: block;
  }
  .form__phone p {
    width: 100%;
    margin-bottom: 10px;
  }
  .form__phone .btn {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .contact-infos {
    margin: 0 auto;
  }

  .contact-hours {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .contact {
    margin: 0px;
  }
}
.news-intro {
  overflow: hidden;
  padding-top: 80px;
}
.news-intro__list {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 6;
  grid-template-rows: 9;
}
.news-intro__item {
  position: relative;
  margin: 30px;
}
.news-intro__item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}
.news-intro__item:nth-child(2) {
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 1;
  grid-row-end: 5;
}
.news-intro__item:nth-child(2) .news-intro__illustration:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.news-intro__item:nth-child(3) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 9;
}
.news-intro__item:hover .news-intro__illustration img {
  transform: scale(1.02);
}
.news-intro__item:hover .news-intro__title {
  color: #008b84;
}
.news-intro__illustration {
  position: relative;
  overflow: hidden;
}
.news-intro__illustration:before {
  content: "";
  padding-bottom: 70%;
  display: block;
}
.news-intro__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.news-intro__date {
  margin-top: 1em;
}
.news-intro__title {
  margin: 5px 0px 20px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.news-intro__btn {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}
.news-intro__cta {
  position: absolute;
  bottom: 22%;
  right: 28%;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 3px solid #008b84;
  padding: 20px 0px;
}
.news-intro__cta:hover {
  transform: scale(1.02);
}

.news {
  overflow: hidden;
}
.news__list {
  position: relative;
  width: 100%;
}
.news__item {
  position: relative;
  margin: 30px;
  width: calc(33.33% - 60px);
}
.news__item:hover .news__illustration img {
  transform: scale(1.02);
}
.news__item:hover .news__title {
  color: #008b84;
}
.news__illustration {
  position: relative;
  overflow: hidden;
}
.news__illustration:before {
  content: "";
  padding-bottom: 70%;
  display: block;
}
.news__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.news__date {
  margin-top: 1em;
}
.news__title {
  margin: 5px 0px 20px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.news__btn {
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}
.news__cta {
  position: absolute;
  bottom: 22%;
  right: 28%;
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 3px solid #008b84;
  padding: 20px 0px;
}
.news__cta:hover {
  transform: scale(1.02);
}

@media (max-width: 1024px) {
  .news__item {
    width: calc(50% - 60px);
  }
}
@media (max-width: 768px) {
  .news-intro__item:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .news-intro__item:nth-child(2) {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 6;
  }
  .news-intro__item:nth-child(3) {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 6;
    grid-row-end: 9;
  }

  .news-intro__illustration:before {
    padding-bottom: 70% !important;
  }
}
@media (max-width: 650px) {
  .news__item {
    width: calc(100% - 60px);
  }
}
.conditions__generales {
  max-width: 1000px;
  margin: 0 auto;
  text-align: justify;
}
.conditions__generales h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.conditions__generales h3 {
  font-size: 18px;
  margin: 20px 0px;
}
.conditions__generales p {
  font-size: 14px;
  margin: 20px 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: 16px;
  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: #008b84;
}

.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;
}

.services-menu {
  margin: 60px auto 100px;
  text-align: center;
}
.services-menu a {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  padding: 10px 20px;
  color: #000;
  border-bottom: 2px solid #008b84;
}
.services-menu a + a {
  margin-left: 60px;
}
.services-menu a:hover {
  border-bottom: 2px solid #f8963e;
}
.services__item {
  margin: 100px 0px;
}
.services__item:nth-child(even) {
  flex-direction: row-reverse;
}
.services__item:nth-child(even) .services__content {
  justify-content: flex-end;
}
.services__content {
  width: 55%;
  padding: 40px 0px;
  display: flex;
  align-items: center;
}
.services__text span {
  font-size: 20px;
  font-weight: 300;
}
.services__title {
  margin: 20px 0px;
  font-size: 24px;
  font-weight: 600;
}
.services__desc {
  max-width: 450px;
}
.services__desc p + p {
  margin-top: 15px;
}
.services__illustration {
  position: relative;
  width: 45%;
  min-height: 400px;
}
.services__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

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

  .services__illustration {
    width: 100%;
  }

  .services__item:nth-child(even) .services__text {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .services-menu a {
    font-size: 14px;
  }
  .services-menu a + a {
    margin-left: 5%;
  }
}
@media (max-width: 550px) {
  .services-menu a {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 20px;
    display: block;
  }
  .services-menu a + a {
    margin-left: auto;
  }
}
.post {
  margin-bottom: 120px;
  padding-top: 60px;
}
.post__header {
  padding: 50px 0px;
  max-width: 1000px;
  margin: 0 auto;
}
.post__title {
  font-size: 42px;
  max-width: 1000px;
  font-weight: 700;
  margin: 10px 0px;
}
.post__image {
  position: relative;
  height: 350px;
}
.post__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.post__cta {
  text-align: center;
}

.post-header {
  height: 40vh;
  width: calc(100% - 100px);
  margin: 0px 50px;
}
.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__content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: justify;
}
.post__content h1, .post__content h2, .post__content h3, .post__content h4, .post__content h5 {
  margin-bottom: 40px;
}
.post__content h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.post__content h3 {
  font-size: 18px;
  margin: 20px 0px;
}
.post__content p {
  font-size: 14px;
  margin: 20px 0px;
  line-height: 1.7;
}
.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 {
  margin: 40px 0px;
}

.post li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "-";
  font-size: 14px;
  color: #008b84;
}

.home-slider {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
.home-slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}
.home-slider__container {
  position: relative;
  height: 100%;
  width: 100%;
}
.home-slider .slick-dots {
  position: absolute;
  bottom: 50%;
  left: 40px;
  transform: translateY(50%);
  z-index: 100;
  cursor: pointer;
  text-align: center;
}
.home-slider .slick-dots li {
  display: block;
}
.home-slider .slick-dots li + li {
  margin-top: 10px;
}
.home-slider .slick-dots button {
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  text-indent: -999999px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
}
.home-slider .slick-dots button:focus {
  outline: none;
}
.home-slider .slick-dots .slick-active button {
  width: 8px;
  height: 8px;
  opacity: 1;
}
.home-slider .slick-arrow {
  position: absolute;
}
.home-slider .slick-next {
  bottom: 50px;
  left: 90px;
  z-index: 99;
  width: 50px;
  height: 50px;
  padding: 10px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  transform: translateY(50%);
  color: transparent;
  background: transparent;
  outline: none;
}
.home-slider .slick-next:before {
  content: "";
  background-image: url("../img/arrow.png");
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  transform: rotate(180deg);
  display: inline-block;
}
.home-slider .slick-prev {
  bottom: 50px;
  left: 40px;
  z-index: 10;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  padding: 10px;
  transform: translateY(50%);
  color: transparent;
  background: transparent;
  outline: none;
}
.home-slider .slick-prev:before {
  content: "";
  background-image: url("../img/arrow.png");
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  display: inline-block;
}
.home-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.home-slider__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-slider__illustration {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}
.home-slider__slide:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  display: block;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.4);
  z-index: 2;
}
.home-slider__content {
  position: absolute;
  max-width: 850px;
  text-align: left;
  bottom: 30%;
  right: calc(200/1680 * 100%);
}
.home-slider__head {
  color: white;
}
.home-slider__title {
  position: relative;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  z-index: 2;
  text-shadow: 0px 0px 5px rgba(1, 1, 1, 0.2);
  margin: 20px 0px;
}
.home-slider__title span {
  color: #008b84;
}
.home-slider__title span:nth-child(2) {
  color: #f8963e;
}
.home-slider__btn {
  padding: 10px 0px;
  color: white;
  border-bottom: 2px solid #008b84;
}

/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  animation-name: zoomOutImage;
}

.slick-track, .slick-list {
  height: 100%;
  width: 100%;
}

.slick-arrow {
  position: absolute;
}

.slick-next {
  bottom: -32px;
  right: 100px;
  z-index: 10;
  width: 50px;
  height: 50px;
  padding: 10px;
  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: url("../img/arrow.png");
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  transform: rotate(180deg);
  display: inline-block;
}

.slick-prev {
  bottom: -32px;
  right: 170px;
  z-index: 10;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  padding: 10px;
  transform: translateY(50%);
  color: transparent;
  background: transparent;
  outline: none;
}
.slick-prev:before {
  content: "";
  background-image: url("../img/arrow.png");
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  display: inline-block;
}

.slick-dots {
  position: absolute;
  bottom: 50%;
  left: 40px;
  transform: translateY(50%);
  z-index: 100;
  cursor: pointer;
  text-align: center;
}
.slick-dots li {
  display: block;
}
.slick-dots li + li {
  margin-top: 10px;
}
.slick-dots button {
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  text-indent: -999999px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
}
.slick-dots button:focus {
  outline: none;
}
.slick-dots .slick-active button {
  width: 8px;
  height: 8px;
  opacity: 1;
}

.header__slider {
  position: absolute !important;
  background-color: #fff;
  width: 55%;
  bottom: 0;
  right: 0;
  height: 450px;
}
.header__slider:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  background-color: #f8963e;
  display: block;
  width: 100%;
  content: "";
}
.header__slider .slick-track, .header__slider .slick-list {
  height: 100%;
}
.header__slider .slick-arrow {
  position: absolute;
}
.header__slider .slick-next {
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 50px;
  height: 50px;
  padding: 10px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  transform: translateY(50%);
  color: transparent;
  background: transparent;
  outline: none;
}
.header__slider .slick-next:before {
  content: "";
  background-image: url(../img/arrow.png);
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  display: inline-block;
}
.header__slider .slick-prev {
  bottom: 20px;
  right: 80px;
  z-index: 10;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  padding: 10px;
  transform: translateY(50%);
  color: transparent;
  background: transparent;
  outline: none;
}
.header__slider .slick-prev:before {
  content: "";
  background-image: url(../img/arrow.png);
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  transform: rotate(180deg);
  display: inline-block;
}

.home-intro__content {
  position: relative;
  width: 50%;
  padding-right: 10%;
}
.home-intro__content:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 200px;
  width: 200px;
  display: block;
  right: 30%;
  background-image: url("../img/beef-1.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.home-intro__illustration {
  width: 50%;
}
.home-intro__illustration img {
  width: calc(50% - 40px);
  margin: 0px 20px;
  object-fit: cover;
}

.footer-blocks {
  position: relative;
}
.footer-blocks__item {
  position: relative;
  width: 49%;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease-in-out;
}
.footer-blocks__item:hover {
  transform: scale(1.02);
}
.footer-blocks__item:after {
  content: "";
}
.footer-blocks__title {
  background-color: rgba(1, 1, 1, 0.45);
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  padding: 80px 0px;
  border: 4px solid white;
  margin: 10px;
}

.social__container {
  text-align: center;
}
.social__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 32px;
}
.social__desc {
  font-size: 18px;
  margin: 20px 0px;
}
.social__item i {
  color: #000;
  font-size: 28px;
  transition: all 0.2s ease-in-out;
}
.social__item i:hover {
  color: #008b84;
}
.social__item + .social__item {
  margin-left: 30px;
}

.slider__image {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .plan__illustration {
    width: 100%;
  }

  .plan__content {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .home-slider__content {
    left: 50%;
    right: auto;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    bottom: auto;
    width: 80%;
  }
}
@media (max-width: 768px) {
  .card {
    width: 100%;
  }

  .home-slider__title {
    font-size: 28px;
  }

  .home-slider__content {
    width: 70%;
  }

  .card {
    min-height: 400px;
  }
}
@media (max-width: 450px) {
  .home-slider__text {
    max-width: 350px;
  }

  .home-slider__title {
    font-size: 22px;
  }
}
.process__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
}

.process__item {
  text-align: center;
}

.process__illustration {
  position: relative;
  width: 200px;
  height: 200px;
  margin-inline: auto;
}
.process__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.process__number {
  height: 70px;
  width: 70px;
  background-color: #008b84;
  position: absolute;
  top: 40%;
  right: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 600;
  font-size: 28px;
}

.process__text {
  margin: 20px 0px;
}

.process__title {
  margin-bottom: 20px;
}

.process__desc {
  max-width: 300px;
  margin: 0 auto;
}

.process__cta {
  text-align: center;
}

/* MARQUES */
.marks {
  padding-top: 80px;
  padding-bottom: 80px;
}

.marks__list {
  display: grid;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  row-gap: 30px;
}

.marks__item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.marks__item img {
  filter: grayscale(100%);
  max-width: 100%;
  width: 100px;
}

/* MODELES */
.models {
  padding-top: 100px;
}

.models__container {
  padding: 80px 5%;
}

.models__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.models__item {
  position: relative;
  text-align: center;
  background-color: white;
  padding: 60px 10%;
  transition: all 0.2s ease-in-out;
}
.models__item:hover {
  transform: scale(1.03);
}

.models__item img {
  margin-bottom: 40px;
  height: 100%;
  width: 75%;
  object-fit: contain;
  padding: 20px 0;
}

.models__title {
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 600;
}

.models__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}

/* PRODUITS */
.products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
}

.products__item {
  position: relative;
  padding-top: 120px;
  margin-top: 50px;
}

.products__img {
  width: auto;
  height: 195px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) !important;
}

.products__title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #008b84;
  display: block;
  width: 100%;
}

.products__content {
  background-color: #ececef;
  padding: 100px 20px 20px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.products__item .btn {
  display: block;
  text-align: center;
  border-radius: 10px;
  font-weight: 700;
  width: 100%;
}

.products-caracs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px 0px;
  width: 100%;
}

.products-caracs__item {
  text-align: center;
  padding-right: 10px;
  color: #292929;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-caracs__item img {
  height: 20px;
  width: auto;
  margin-right: 5px;
}

.products-perks__list {
  padding: 0px 20px;
}

.products-perks__item {
  padding: 5px 0px;
  position: relative;
  line-height: 1.4;
  display: grid;
  grid-template-columns: 20px 1fr;
}
.products-perks__item:before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #008b84;
  margin-right: 10px;
  border-radius: 50%;
  margin-top: 5px;
}

.products__price {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-top: 20px;
  width: 100%;
  display: block;
  color: #f8963e;
}
.products__price span {
  text-transform: uppercase;
  font-size: 14px;
}

.products__infos {
  color: #008b84;
  font-weight: 600;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .process__list {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }

  .process__item {
    display: grid;
    grid-template-columns: 200px 1fr;
    column-gap: 100px;
  }

  .process__text {
    text-align: left;
  }

  .process__desc {
    margin-left: 0;
    max-width: 600px;
  }

  .models__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
  }

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

  .process__text {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    margin-top: 40px;
  }

  .models__list {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

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

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