@charset "UTF-8";
@import url("https://use.typekit.net/pmm2qgg.css");
@import url("https://use.typekit.net/pmm2qgg.css");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  font-family: "open-sans", sans-serif;
  font-display: swap;
  color: #666666;
}

body {
  box-sizing: border-box;
  min-height: 100vh;
  background-color: #F7F7F7;
  /* 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: #00679E;
  transition: all 0.2s ease-in-out 0s;
}
a:hover {
  color: #000;
}

hr {
  display: block;
  width: 60px;
  margin: 20px auto;
  border: 1px solid #00679E;
  text-align: center;
}

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

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

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

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: 15px 20px;
  color: #fff;
  background: linear-gradient(180deg, #00679e 0%, #00344f 100%);
  font-size: 14px;
  transition: all 0.2s ease-in-out 0s;
  margin-top: 2rem;
  border-radius: 10px;
  display: inline-block;
  font-weight: 500;
  font-family: "all-round-gothic", sans-serif;
  letter-spacing: 1px;
}
.btn i {
  padding-right: 15px;
  color: #fff;
}
.btn:hover {
  background-color: transparent;
  color: #00679E;
}
.btn--white {
  background: #fff;
  border: 1px solid #fff;
  color: #0c2624;
}
.btn--white:hover {
  background: transparent;
  color: #fff;
}
.btn--small {
  font-size: 12px;
  padding: 10px 20px;
}
.btn--big {
  font-size: 16px;
  padding: 20px 60px;
}
.btn--bordered {
  background: transparent;
  border: 2px solid #00679E;
  color: #00679E !important;
}
.btn--bordered:hover {
  background: #00679E;
}
.btn--bordered:hover a {
  color: #fff;
}
.btn--bordered a {
  color: #00679E;
}
.btn--bordered-w {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.btn--bordered-w:hover a {
  color: white;
}
.btn-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
.btn__label {
  position: relative;
  display: block;
  background-color: #fff;
  color: #000;
  font-size: 12px;
}
.btn__label--white {
  background-color: #000;
  color: #fff;
}
.btn__after-icon {
  margin-left: 10px;
  width: 15px;
  height: 15px;
  align-items: center;
}

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

.heading {
  font-size: 24px;
  color: #0c2624;
  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;
}
.heading__title {
  font-size: 36px;
  margin-top: 0;
  position: relative;
  font-weight: 700;
  color: #00679E;
  text-transform: uppercase;
}
.heading__subtitle {
  font-size: 24px;
  line-height: 2;
  color: #666666;
  margin: 20px 0px;
  font-weight: 600;
}
.heading__desc {
  color: #6d7d8c;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 400;
  margin-top: 25px;
}
.heading__desc p {
  line-height: 1.7;
  font-size: 16px;
  font-weight: 400;
}
.heading__desc p + p {
  margin-top: 20px;
}

.section__intro {
  max-width: 600px;
}
.section__title {
  max-width: 600px;
  position: relative;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 400;
}
.section__title em {
  color: #c3c52f;
  font-style: normal;
  font-weight: 700;
}
.section__subtitle {
  font-size: 18px;
  line-height: 2;
  margin: 20px 0px;
  font-weight: 500;
}
.section__desc {
  max-width: 500px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.section__desc p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
.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: #00679E;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.title--left {
  text-align: left;
}
.title--center {
  text-align: center;
}
.title--white {
  color: #fff;
}
.title--black {
  color: #000;
}
.title--uppercase {
  text-transform: uppercase;
}
.title--yellow {
  color: #fdd906;
}
.title--red {
  color: #ec485d;
}
.title--purple {
  color: #945ea6;
}
.title--blue {
  color: #3e86c9;
}
.title--green {
  color: #7ac9bf;
}

@media (max-width: 768px) {
  .heading__title {
    font-size: 32px;
  }
}
@media (max-width: 550px) {
  .heading {
    font-size: 18px;
    color: #000;
    padding: 25px 0px;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
  }
  .heading--section {
    color: #00679E;
    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 #00679E;
    width: 200px;
    margin: 15px auto;
  }
}
@media (max-width: 450px) {
  .heading__title {
    font-size: 28px;
  }

  .section__title {
    font-size: 28px;
  }
}
.partners {
  background-color: #fff;
}
.partners__list {
  position: relative;
  width: 100%;
}
.partners__item {
  width: calc(20% - 10px);
  margin: 5px 0px;
}
.partners__logo {
  max-height: 80px;
  width: auto;
}

.products__list {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
.products__item {
  position: relative;
  width: 20%;
  padding-right: 5%;
}
.products__item:hover .products__image img {
  transform: scale(1.03);
}
.products__item:hover .products__link {
  color: black;
}
.products__icon {
  max-height: 100px;
  width: auto;
}
.products__image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.products__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out 0s;
}
.products__image:after {
  width: 100%;
  content: "";
  display: block;
  padding-bottom: 100%;
}
.products__title {
  margin: 20px 0px;
  font-size: 18px;
  font-weight: 600;
}
.products__desc {
  margin-bottom: 20px;
}
.products__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 10;
}
.products__link {
  transition: all 0.2s ease-in-out 0s;
  color: #c3c52f;
}

@media (max-width: 1024px) {
  .products__list {
    justify-content: space-between;
  }

  .products__item {
    width: 47%;
    margin-bottom: 40px;
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .products__item {
    width: 100%;
  }

  .products__image:after {
    padding-bottom: 50%;
  }
}
.projects__list {
  position: relative;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 80px;
  z-index: 3;
}
.projects__item {
  width: 32%;
  position: relative;
  transition: all 0.5s ease-in-out 0s;
}
.projects__item:after {
  content: "";
  padding-bottom: 100%;
  position: relative;
  display: block;
}
.projects__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.projects__item a:hover .projects__illustration {
  transform: scale(1.02);
}
.projects__item a:hover .projects__content {
  transform: translateY(-20px);
}
.projects__article {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.projects__illustration {
  transition: all 0.2s ease-in-out 0s;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.projects__content {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  left: 10%;
  width: 80%;
  background-color: #fff;
  z-index: 10;
  padding: 25px 10%;
  text-align: center;
}
.projects__title {
  margin-bottom: 20px;
  font-size: 20px;
  color: #c3c52f;
}
.projects__desc {
  color: #000;
}

@media (max-width: 1200px) {
  .projects__item {
    width: 100%;
  }
  .projects__item:after {
    padding-bottom: 40%;
  }
  .projects__item + .projects__item {
    margin-top: 120px;
  }
}
.gallery {
  text-align: right;
  position: relative;
}
.gallery__container {
  position: relative;
  z-index: 10;
}
.gallery__list {
  display: flex;
}
.gallery__img {
  width: calc(25% - 30px);
  margin: 15px 15px;
  position: relative;
  display: inline-flex;
  overflow: hidden;
  border-radius: 10px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.gallery__img:after {
  content: "";
  padding-bottom: 70%;
  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__article {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.gallery__illustration {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("img/white.png") no-repeat center center;
  background-size: cover;
  -webkit-background-size: cover;
  border-radius: 10px;
}
.gallery__illustration:after {
  position: absolute;
  content: "";
  background-color: rgba(1, 1, 1, 0.2);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.25s ease-in-out 0s;
  border-radius: 10px;
}

.gallery--intro {
  position: relative;
  z-index: 3;
}
.gallery--intro .gallery__img {
  width: calc(33% - 10px);
  margin: 15px 0px;
}
.gallery--intro .gallery__img:nth-child(2) {
  width: calc(66% - 10px);
}
.gallery--intro .gallery__img:nth-child(3) {
  width: calc(66% - 10px);
}
.gallery--intro .gallery__img:after {
  content: "";
  padding-bottom: 50%;
  width: 100%;
  display: block;
}

.gallery--home {
  padding-top: 80px;
}
.gallery--home:before {
  position: absolute;
  background-image: url("../img/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.gallery--home:after {
  position: absolute;
  background-color: white;
  opacity: 0.95;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.gallery--realisations .gallery__img {
  width: calc(33.33% - 30px);
}
.gallery--realisations .gallery__img:hover .gallery__illustration {
  transform: scale(1.03);
}
.gallery--realisations .gallery__img:hover .gallery__illustration:after {
  opacity: 1;
}
.gallery--realisations .gallery__img:hover .gallery__content {
  display: block;
}
.gallery--realisations .gallery__illustration:after {
  opacity: 0;
  background-color: rgba(1, 1, 1, 0.5);
}
.gallery--realisations .gallery__content {
  position: absolute;
  bottom: 5%;
  left: 7%;
  width: 80%;
  text-align: left;
  color: white;
  display: none;
  padding: 10px 15px;
  border-left: 3px solid #00679E;
  transition: all 0.5s ease-in-out 0s;
}
.gallery--realisations .gallery__title {
  font-size: 20px;
  font-weight: 700;
}
.gallery--realisations .gallery__desc {
  font-size: 14px;
  font-weight: 300;
}

.gallery--trust {
  width: 50%;
}
.gallery--trust .gallery__img {
  width: calc(33.33% - 15px);
  margin: 15px 0px;
}

.gallery-slider .gallery__img {
  width: auto;
  margin: 15px 20px;
}
.gallery-slider .heading {
  padding-left: calc(150/1680 * 100%);
}
.gallery-slider .btn {
  margin-right: calc(150/1680 * 100%);
}

@media (max-width: 1024px) {
  .gallery__img {
    width: calc(50% - 15px) !important;
  }
}
@media (max-width: 500px) {
  .gallery__img {
    width: 100% !important;
  }
}
.banner {
  padding: 120px 0px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(1, 1, 1, 0.5);
}
.banner__container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner__content {
  position: relative;
  text-align: center;
  color: white;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}
.banner__title {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}
.banner__title em {
  font-style: normal;
}
.banner__desc {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 300;
  font-size: 16px;
}

.trust {
  background-color: #F7F7F7;
  padding: 40px 0px;
}
.trust__container {
  position: relative;
  background-color: #fff;
  box-shadow: -10px 10px 10px rgba(139, 139, 139, 0.1);
  border-radius: 10px;
}
.trust__content {
  width: 50%;
  padding: 10% 5%;
  background-repeat: no-repeat;
  background-size: cover;
}
.trust__content:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
}
.trust__list {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 30px auto 0px;
}
.trust__item {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0px 3%;
  padding-left: 85px;
}
.trust__item + .trust__item {
  margin-top: 25px;
}
.trust__item img {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(0%);
  max-height: 60px;
}
.trust__icon {
  height: 120px;
}
.trust__title {
  margin-bottom: 15px;
  color: #666666;
  font-size: 18px;
  font-weight: 600;
}
.trust__desc {
  font-size: 12px;
  font-weight: 300;
}
.trust__illustration {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-position: center;
  background-size: cover;
  border-radius: 0px 10px 10px 0px;
}
.trust__illustration:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 103, 158, 0) 0%, rgba(0, 89, 136, 0.4) 70%, #00344f 100%);
  border-radius: 0px 10px 10px 0px;
}

@media (max-width: 768px) {
  .trust__item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .trust__item + .trust__item {
    margin-top: 40px;
  }
}
.contact-block {
  position: relative;
}
.contact-block__container {
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding: 7% 10%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.contact-block__container:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #00679e;
  background: linear-gradient(180deg, rgba(0, 103, 158, 0.9) 0%, rgba(0, 52, 79, 0.9) 100%);
  border-radius: 10px;
}
.contact-block__content {
  position: relative;
  width: 45%;
  color: white;
  z-index: 10;
}
.contact-block__title {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
}
.contact-block__desc {
  margin-top: 25px;
  line-height: 1.7;
  font-weight: 300;
}
.contact-block__form {
  position: relative;
  width: 45%;
  z-index: 10;
}
.contact-block:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
  background: white;
  z-index: 0;
}

.seo {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
.seo:before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.95);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.seo__container {
  position: relative;
  z-index: 10;
}
.seo__block {
  width: 45%;
  padding: 0px 5%;
}
.seo__block h2 {
  color: #00679E;
  font-size: 24px;
  margin-bottom: 20px;
}
.seo__block p {
  font-size: 14px;
}
.seo__block p + p {
  margin-top: 20px;
}

/* HEADER */
.header {
  width: 100%;
  padding-left: calc(150/1680 * 100%);
  padding-right: calc(150/1680 * 100%);
}
.header--home {
  height: 100vh;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
}
.header--inside {
  position: relative;
  height: 55vh;
}
.header--inside .menu--container {
  border: none;
}
.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: #c3c52f;
  font-style: normal;
}
.header__desc {
  max-width: 40%;
  font-size: 18px;
  line-height: 1.7;
}

.header--home .header__container {
  position: relative;
  z-index: 99;
}

/* MENU PRINCIPAL */
.menu {
  position: relative;
  width: 100%;
  z-index: 99;
}
.menu--header {
  padding: 20px 15px;
}
.menu--logo {
  text-align: center;
  width: 200px;
  margin-bottom: 5px;
  margin-right: auto;
}
.menu--cta {
  padding: 0px 25px;
  color: #fff;
  background-color: #c3c52f;
  border: 1px solid #c3c52f;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 3px;
}
.menu--cta:hover {
  border: 1px solid #c3c52f;
  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: 20px;
  padding-left: 20px;
  border-left: 1px solid white;
}
.menu__list .current-menu-item a:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 50px;
  background-color: white;
}
.menu__list a {
  display: block;
  text-transform: uppercase;
  font-family: "all-round-gothic", sans-serif;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  font-size: 14px;
  padding: 0px 0px;
  letter-spacing: 1px;
}
.menu__list a:hover, .menu__list a:active, .menu__list a.active {
  color: #00679E;
}

/* 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/arrow-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: flex;
  position: absolute;
  top: 0;
  left: -50%;
  width: auto;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.2s ease-in-out 0s;
  padding: 25px 30px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 15px;
}
.menu-item-has-children > .sub-menu li {
  background-color: #fff;
  color: #666666 !important;
  margin: 0px;
  padding: 15px 15px;
}
.menu-item-has-children > .sub-menu li:first-child {
  border-radius: 10px 0px 0px 10px;
}
.menu-item-has-children > .sub-menu li:last-child {
  border-radius: 0px 10px 10px 0px;
}
.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: #00679E;
}

/* 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: #00679E;
  transition: all 0.5s ease-in;
  border-radius: 10px;
}

.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 {
  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: 1270px) {
  .menu--header .menu__list {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    background: #fff;
    padding: 100px 50px 0px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    transition: right 0.5s ease-in;
    z-index: 10;
  }

  .menu__list a {
    color: #000;
    font-size: 16px;
    padding-bottom: 20px;
  }

  .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%;
    max-width: 500px;
  }

  .menu--burger {
    display: block;
  }
}
@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: 65px 15px;
  }

  .header--home {
    height: calc(100vh - 130px);
    min-height: auto;
  }

  .header--home__slider {
    height: 100%;
  }
}
@media (max-width: 700px) {
  .header__bottom {
    bottom: 10%;
  }
  .header__content {
    padding-top: 25%;
  }
  .header__title {
    font-size: 24px;
  }
  .header__desc {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  .header__content--home a {
    display: block;
    margin: 20px 0px;
  }
  .header__content {
    padding-top: 40%;
  }
  .header__title {
    font-size: 24px;
  }
  .header__subtitle {
    font-size: 30px;
  }
  .header__desc {
    font-size: 14px;
  }
  .header__cta {
    margin-top: 40px;
  }

  .menu--logo {
    max-height: 50px;
  }

  .header--inside.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transition: all 0.2s ease-in-out 0s;
    height: 120px;
  }
  .header--inside.sticky + main {
    padding-top: 120px;
  }

  .burger {
    padding: 10px 5px;
  }
}
.content-block {
  position: relative;
  padding: 80px 0px;
}
.content-block:last-child() {
  padding-bottom: 40px;
}
.content-block:nth-child(2n) .content-block__container {
  flex-direction: row-reverse;
}
.content-block__container {
  position: relative;
}
.content-block__illustration {
  position: relative;
  width: 50%;
}
.content-block__illustration:after {
  position: relative;
  content: "";
  display: block;
  padding-bottom: 70%;
  background-color: #F7F7F7;
  z-index: -1;
}
.content-block__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-block__content {
  position: relative;
  width: 50%;
  height: 100%;
}
.content-block__text {
  padding: 0 20%;
}
.content-block__text p {
  font-size: 16px;
}
.content-block__text p + p {
  margin-top: 20px;
}
.content-block__text li {
  line-height: 1.2;
  padding-left: 20px;
}
.content-block__text li:before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "";
  vertical-align: middle;
  font-weight: 900;
  color: #c3c52f;
}
.content-block__text li + li {
  margin-top: 10px;
}
.content-block__text ul {
  margin-top: 20px;
}
.content-block__title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 500;
  z-index: 2;
  color: #c3c52f;
}
.content-block__desc {
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .content-block__text {
    padding: 0px 10%;
  }
}
@media (max-width: 768px) {
  .content-block + .content-block .content-block__container {
    flex-direction: column-reverse;
  }

  .content-block__container {
    flex-direction: column-reverse;
  }

  .content-block__content {
    width: 100%;
    margin-bottom: 50px;
  }

  .content-block__illustration {
    width: 100%;
    height: 350px;
    max-width: 100%;
  }

  .content-block__text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .content-block {
    padding: 0px;
  }

  .content-block__illustration {
    height: 250px;
  }
}
.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: #F7F7F7;
}
.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: #F7F7F7;
  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%);
  }
}
@media (max-width: 950px) {
  .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: #00679E;
  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;
}

.contact__input {
  width: 48%;
}

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

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

label {
  color: #0c2624;
  opacity: 1;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

select {
  border: none;
  border: 1px solid rgba(24, 24, 24, 0.15);
  padding: 15px 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 14px;
  display: block;
  width: 100%;
}
select:focus {
  border-color: #00679E;
}

.wpcf7-text, .wpcf7-number {
  width: 100%;
  border-bottom: 1px solid white;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 10px 0px 15px;
  font-family: "open-sans", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: transparent;
  -webkit-appearance: none;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  color: white;
}
.wpcf7-text:focus, .wpcf7-number:focus {
  border-color: white;
}
.wpcf7-text:focus::placeholder, .wpcf7-number:focus::placeholder {
  color: white;
}
.wpcf7-text::placeholder, .wpcf7-number::placeholder {
  font-family: "open-sans", sans-serif;
  color: #fff;
  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-checkbox {
  line-height: 2;
  font-size: 14px;
}

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

.wpcf7-textarea {
  width: 100%;
  border-bottom: 1px solid white;
  padding: 10px 0px;
  font-family: "open-sans", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: white;
  font-weight: 600;
  border-bottom: 1px solid white;
  border-left: none;
  border-right: none;
  border-top: none;
  background-color: transparent;
  -webkit-appearance: none;
  letter-spacing: 1px;
  resize: vertical;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wpcf7-textarea:focus {
  border-color: white;
}
.wpcf7-textarea:focus::placeholder {
  color: white;
}
.wpcf7-textarea::placeholder {
  font-family: "open-sans", sans-serif;
  color: #fff;
  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: 1px solid #E6E6E6;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.05);
  color: #666666;
  padding: 12px 25px;
  font-weight: 400;
}
.form--contact .wpcf7-text::placeholder, .form--contact .wpcf7-number::placeholder, .form--contact .wpcf7-textarea::placeholder {
  color: #666666;
  font-weight: 400;
}
.form--contact .wpcf7-submit {
  background: #00679e;
  background: linear-gradient(180deg, #00679e 0%, #00344f 100%);
  color: white;
}
.form--contact .wpcf7-textarea {
  height: 140px;
}
.form--contact .column--half {
  width: 48%;
}

.input--text {
  padding: 20px 40px;
  background-color: #F4F4F4;
}
.input--text:focus {
  border-color: #00679E;
}
.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: #6d7d8c;
  margin-left: 10px;
  font-weight: 400;
  font-family: "Work Sans", 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: "Work Sans", 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: 650px) {
  .contact__form {
    margin-top: 20px;
  }

  .contact__input {
    width: 100%;
  }

  .input--classic {
    padding: 12px 20px;
    margin-bottom: 10px;
  }
}
.footer {
  background: #fff;
  font-size: 14px;
  position: relative;
}
.footer .wrapper {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__top {
  padding: 1% 0px 6% 0px;
}
.footer__part {
  position: relative;
}
.footer__part + .footer__part {
  margin-left: 100px;
}
.footer__part .footer__link + .footer__link {
  margin-left: 10px;
}
.footer__link {
  text-decoration: none;
  color: #00679E;
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out 0s;
}
.footer__link:hover {
  color: #c3c52f;
  border: 1px solid #c3c52f;
}
.footer__link:hover i {
  color: #c3c52f;
}
.footer__logo {
  width: 320px;
  display: block;
  margin-right: 100px;
}
.footer__logo img {
  max-width: 320px;
  height: auto;
}
.footer__address {
  display: block;
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.5;
}
.footer__address span {
  display: block;
}
.footer__list a {
  margin-bottom: 15px;
}
.footer__list .menu-item-has-children:after {
  display: none;
}

.footer__contact {
  position: relative;
  width: 400px;
}
.footer__contact .title--footer {
  font-size: 40px;
  text-transform: none;
}
.footer__contact a {
  display: block;
  color: #c3c52f;
  font-size: 36px;
}
.footer__contact a:hover {
  color: #fff;
}

.footer__menu {
  color: #fff;
  font-size: 14px;
  margin-left: auto;
}
.footer__menu li {
  display: block;
  margin-top: 15px;
}
.footer__menu li span {
  display: block;
  margin-top: 10px;
}
.footer__menu li + li {
  margin-top: 20px;
}
.footer__menu a {
  color: #666666;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 300;
}
.footer__menu a:hover {
  color: #00679E;
}
.footer__menu p {
  color: #666666;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 300;
}
.footer__menu .current-menu-item a {
  color: #00679E;
}
.footer__menu .menu-item-has-children a:before {
  display: none;
}
.footer__menu .menu-item--highlight {
  display: none;
  background-color: transparent;
  border: none;
  transition: all 0.2s ease-in-out 0s;
}
.footer__menu .menu-item--highlight a {
  padding: 0px !important;
}
.footer__menu .menu-item--highlight a:hover {
  color: #00679E;
}
.footer__menu .current-menu-item .sub-menu .menu-item a {
  color: #fff;
}
.footer__menu .wpml-ls-item {
  display: none;
}

.footer__legals {
  font-size: 12px;
  font-weight: 300;
}
.footer__legals a {
  color: #666666;
  transition: all 0.2s ease-in-out 0s;
}
.footer__legals a:hover {
  color: #00679E;
}
.footer__legals__item:first-child:before {
  display: none;
}
.footer__legals__item:before {
  display: inline-block;
  content: "";
  border-top: 1px solid #00679E;
  width: 2rem;
  margin: 0 1rem;
  transform: translateY(-5px);
}

.footer__copyright {
  text-align: center;
  padding: 15px 0px;
  color: #666666;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__copyright p {
  font-size: 14px;
  font-weight: 300;
}

.social__logo {
  max-height: 15px;
  width: auto;
}

.copyright__title {
  color: #fff;
  opacity: 1;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
}

.cookie {
  z-index: 999;
  min-height: 20px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  position: fixed;
  color: #FFF;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 400px;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  padding: 20px;
}
.cookie__text {
  margin-bottom: 20px;
}
.cookie__text p {
  text-align: left;
  color: white;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.cookie__btn {
  padding: 10px 20px;
  border: 0.1rem solid #00679E;
  color: #fff;
  background: #00679E;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-appearance: none;
  text-transform: uppercase;
}
.cookie__btn:hover {
  background: transparent;
  color: #00679E;
}
.cookie__more {
  font-weight: 600;
}

@media (max-width: 1024px) {
  .footer-cta {
    margin: 0;
    margin-top: 60px;
  }

  .category-footer__title::before {
    display: none;
  }

  .footer-reassurance__item {
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 1150px) {
  .footer-bottom .footer__copyright {
    width: 100%;
  }
  .footer-bottom .footer__lwa {
    width: 100%;
    margin: 15px 0px;
  }
  .footer-bottom .footer__legals {
    width: auto;
    margin: 10px auto;
  }
}
@media (max-width: 768px) {
  .footer__part + .footer__part {
    margin-left: 50px;
  }
}
@media (max-width: 650px) {
  .footer__lwa {
    width: 100%;
  }
  .footer__copyright {
    width: 100%;
  }
  .footer__logo {
    text-align: center;
  }

  .footer__contact {
    width: 100%;
    text-align: center;
  }

  .footer__part {
    width: 100%;
    text-align: center;
  }
  .footer__part + .footer__part {
    margin-left: 0px;
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .footer-bottom {
    padding: 10px 0px;
    padding-left: calc(150/1680 * 100%);
    padding-right: calc(150/1680 * 100%);
  }
  .footer__description {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .footer__social {
    text-align: center;
  }
  .footer__part {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding-bottom: 40px;
    position: relative;
    padding: 0;
    border-right: 0px;
  }
  .footer__part .desc {
    margin: 0 auto;
  }
  .footer__part--logo {
    max-width: 250px;
  }
  .footer__part + .footer__part {
    padding-left: 0;
  }

  .cookie {
    width: 100%;
    right: 0px;
    bottom: 0px;
  }
}
@media (max-width: 550px) {
  .footer__legals__item {
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }
  .footer__legals__item + .footer__legals__item {
    border-left: none;
  }

  .footer-reassurance__item {
    width: 100%;
  }
  .footer-reassurance__item:nth-child(2), .footer-reassurance__item:nth-child(4) {
    background-color: #fff;
  }
}
@media (max-width: 450px) {
  .footer__lwa {
    display: block;
  }

  .lwa__title {
    margin-right: 0px;
  }

  .lwa__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.block-title {
  margin-bottom: 30px;
}
.block-title h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  color: #0c2624;
  max-width: 600px;
  margin: 0 auto;
}
.block-title p {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #666666;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 10px;
}
.block-title__image {
  background-image: url(../img/logo-header.png);
  background-size: 100%;
  width: 35px;
  height: 35px;
  background-position: center center;
  background-repeat: no-repeat;
}

.block--center {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}
.block--center .block-title__image {
  margin: 0 auto;
}

@media (max-width: 850px) {
  .block-title__image {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .block-title h2 {
    font-size: 28px;
  }
}
.page-header {
  position: absolute;
  width: 100%;
  height: 55vh;
  top: 0;
  left: 0;
}
.page-header__illustration {
  position: relative;
  height: 100%;
  width: 100%;
}
.page-header__illustration:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.5);
}
.page-header__img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
.page-header__container {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-header__content {
  position: absolute;
  text-align: center;
  color: white;
}
.page-header__title {
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
}
.page-header__desc {
  max-width: 600px;
  margin: 0 auto;
}
.page-header__desc p {
  font-weight: 300;
  line-height: 1.8;
  font-size: 16px;
}

.contact {
  position: relative;
}
.contact__item {
  width: 33.33%;
  text-align: center;
  padding: 0px 5%;
}
.contact__item i {
  color: #00679E;
  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: 65%;
  display: block;
  position: absolute;
  background: linear-gradient(180deg, #00679e 0%, #00344f 100%);
  z-index: 1;
  opacity: 0.95;
}
.contact::after {
  content: "";
  width: 100%;
  height: 65%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  background-image: url("../img/background.png");
  z-index: 0;
}
.contact__container {
  position: relative;
  z-index: 1;
  padding: 80px calc(150/1680 * 100%) 0px;
}

.contact-infos__container {
  width: 50%;
  padding: 25px 10%;
}
.contact-infos__title {
  color: white;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
.contact-infos__content {
  margin: 20px 0px;
  font-size: 14px;
  font-weight: 300;
  color: white;
}
.contact-infos__content p {
  color: white;
  font-weight: 300;
}
.contact-infos__content ul {
  margin-top: 25px;
}
.contact-infos__content li {
  color: white;
  position: relative;
  padding-left: 40px;
}
.contact-infos__content li:before {
  content: "";
  background-image: url("../img/icon--check.png");
  background-size: contain;
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-infos__content li + li {
  margin-top: 25px;
}

.contact-form {
  background-color: white;
  border-radius: 10px;
  width: 40%;
  padding: 80px 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.contact-form__title {
  color: #00679E;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
}
.contact-partners {
  margin-top: auto;
  padding-top: 150px;
}
.contact-partners .heading {
  padding-bottom: 20px;
}
.contact-partners h2 {
  color: #666666;
  font-size: 24px;
}
.contact-partners .partners__item {
  width: 33.33%;
}
.contact-partners .partners__logo {
  max-height: 40px;
}

.contact-map {
  height: 450px;
  width: 100%;
  position: relative;
}
.contact-map__container {
  width: 100%;
  height: 100%;
}
.contact-map #map {
  width: 70%;
  height: 100%;
}
.contact-map__infos {
  position: relative;
  width: 30%;
  padding: 5% 5%;
  text-align: center;
  color: #666666;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-map__infos:after {
  background-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-map__title {
  color: #00679E;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.contact-map__text {
  position: relative;
  z-index: 1;
}
.contact-map__text h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.contact-map__text p {
  margin: 20px 0px;
}

.social__banner {
  background: #00679e;
  background: linear-gradient(180deg, #00679e 0%, #00344f 100%);
  text-align: right;
  padding: 30px calc(150/1680 * 100%);
  display: block;
  margin-bottom: 80px;
  position: relative;
}
.social__banner:before {
  content: "";
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% + 80px);
  width: 100%;
  z-index: -1;
}
.social__title {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  color: white;
}
.social__item {
  color: white;
  font-size: 20px;
  margin-left: 20px;
}

.testimonials__slider {
  position: relative;
  width: 50%;
  padding: 0px 10%;
}
.testimonials__slider .slick-dots {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  cursor: pointer;
  text-align: center;
}
.testimonials__slider .slick-dots li {
  display: inline-block;
}
.testimonials__slider .slick-dots li + li {
  margin-left: 10px;
}
.testimonials__slider .slick-dots button {
  background-color: #00679E;
  cursor: pointer;
  border: 1px solid #00679E;
  text-indent: -999999px;
  width: 20px;
  height: 5px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
}
.testimonials__slider .slick-dots button:focus {
  outline: none;
}
.testimonials__slider .slick-dots .slick-active button {
  width: 20px;
  height: 5px;
  opacity: 1;
}
.testimonials__logo {
  max-height: 35px;
}
.testimonials__content {
  margin: 20px 0px;
}
.testimonials__content p {
  font-style: italic;
}
.testimonials__name {
  font-weight: 600;
}
.testimonials__name span {
  display: block;
}

@media (max-width: 1024px) {
  .contact--left {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 0px;
  }

  .contact--right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contact-infos {
    width: auto;
  }
  .contact-infos__item {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .contact__content {
    width: 100%;
    text-align: center;
  }
  .contact__form {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .contact-infos {
    margin: 0 auto;
  }

  .contact-hours {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
}
.services-intro__card {
  position: relative;
  width: 33.33%;
  background-position: center;
  background-size: cover;
}
.services-intro__content {
  padding: 60px 10% 100px;
  text-align: center;
  color: #fff;
  background-color: rgba(1, 1, 1, 0.6);
}
.services-intro__title {
  margin-bottom: 20px;
  font-size: 36px;
}
.services-intro__desc {
  margin: 0 auto;
  max-width: 320px;
  font-weight: 300;
}
.services-intro__btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-transform: uppercase;
  font-size: 12px;
}
.services-intro__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.service-card {
  width: calc(1080/1680 * 100%);
}
.service-card__illustration {
  position: relative;
  width: 35%;
  border-radius: 10px;
}
.service-card__illustration:after {
  content: "";
  padding-bottom: 100%;
  display: block;
  position: relative;
}
.service-card__img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 10px;
}
.service-card__container {
  background-color: #fff;
  padding: 50px 80px;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  margin-top: -100px;
  position: relative;
  z-index: 10;
}
.service-card__content {
  position: relative;
  width: 65%;
  padding: 30px 0 30px 10%;
}
.service-card__text .title {
  color: #00679E;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
.service-card__text p + p {
  margin-top: 20px;
}

.service {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #fff;
  margin-right: calc(50/1680 * 100%);
  padding-left: calc(150/1680 * 100%);
  border-radius: 0px 10px 10px 0px;
}
.service--reversed {
  background-color: transparent;
  padding-left: 0px;
}
.service--reversed .service__container {
  flex-direction: row-reverse;
}
.service--reversed .service__content {
  padding-right: 5%;
}
.service--reversed .service__slider .slick-next {
  right: 0;
  left: 110px;
}
.service--reversed .service__slider .slick-prev {
  right: 0;
  left: 50px;
}
.service__content {
  width: 30%;
}
.service__slider {
  max-height: 200px;
  width: 60%;
}
.service__slider .slick-next {
  position: absolute;
  bottom: -100px;
  right: 50px;
  z-index: 10;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  background-color: #00679E;
  outline: none;
  border-radius: 5px;
}
.service__slider .slick-next:before {
  content: "";
  background-image: url(../img/right-arrow.png);
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  display: inline-block;
}
.service__slider .slick-prev {
  position: absolute;
  bottom: -100px;
  right: 110px;
  z-index: 10;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  padding: 0;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  background-color: #00679E;
  outline: none;
  border-radius: 5px;
}
.service__slider .slick-prev:before {
  content: "";
  background-image: url(../img/right-arrow.png);
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  transform: rotate(180deg);
  display: inline-block;
}
.service__title {
  color: #00679E;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.service__text p + p {
  margin-top: 20px;
}

.services__container {
  padding-left: calc(150/1680*100%);
  background: linear-gradient(180deg, #00679e 0%, #00344f 100%);
  padding-top: 70px;
  padding-bottom: 70px;
}
.services__intro {
  width: 35%;
  padding: 80px 8% 80px 0px;
}
.services__text {
  color: white;
}
.services__text p {
  font-weight: 300;
}
.services__list {
  width: 65%;
  background-color: white;
  border-radius: 20px 0px 0px 20px;
  padding: 75px;
  margin-top: -140px;
  position: relative;
  z-index: 10;
  background-size: cover;
  background-repeat: no-repeat;
}
.services__list:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
}
.services__heading {
  font-size: 24px;
  color: #00679E;
  margin-bottom: 40px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.services__item {
  position: relative;
  width: calc(33.33% - 15px);
  border: 1px solid rgba(0, 103, 158, 0.3);
  border-radius: 20px;
  padding: 40px 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 300px;
  background-color: white;
}
.services__item .title {
  color: #00679E;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.services__item .text p {
  color: #666666;
  font-size: 12px;
  font-weight: 400;
}
.services__item .cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 7%;
  left: 0;
  width: 100%;
  padding: 0px 20px;
}
.services__item .cta p {
  color: #00679E;
  font-weight: 600;
  line-height: 1.3;
  width: 50%;
}
.services__item .cta i {
  font-size: 15px;
  padding: 12px;
  border-radius: 10px;
  color: #fff;
  background-color: #00679E;
  transition: all 0.2s ease-in-out 0s;
}
.services__item .cta i:hover {
  transform: translateX(3px);
}

.slider__item {
  margin: 0px 10px;
}
.slider__illustration {
  position: relative;
  width: 100%;
  margin: 0px 10px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.slider__illustration:before {
  position: relative;
  display: block;
  content: "";
  padding-bottom: 70%;
}
.slider__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.service-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-banner:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(1, 1, 1, 0.5);
}
.service-banner__content {
  position: relative;
  text-align: center;
  color: white;
  z-index: 2;
  max-width: 1000px;
  margin: 0 auto;
}
.service-banner__title {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 400;
}
.service-banner__title em {
  font-weight: 700;
  color: #c3c52f;
  font-style: normal;
}
.service-banner__desc {
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
  font-size: 18px;
}

.machines {
  background-color: #fff;
}
.machines:nth-child(even) .machines__container {
  flex-direction: row-reverse;
}
.machines__content {
  position: relative;
  width: 50%;
  padding: 80px 5%;
  z-index: 10;
}
.machines__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.95;
  z-index: 0;
}
.machines__slider {
  position: relative;
  width: 50%;
}
.machines__slider .slick-arrow {
  position: absolute;
}
.machines__slider .slick-next {
  top: 50%;
  right: 30px;
  z-index: 10;
  width: 40px;
  height: 40px;
  padding: 10px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  outline: none;
  padding: 20px;
  border-radius: 10px;
}
.machines__slider .slick-next:before {
  content: "";
  background-image: url(../img/left--arrow.png);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  transform: rotate(180deg);
}
.machines__slider .slick-prev {
  top: 50%;
  left: 30px;
  z-index: 10;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  outline: none;
  padding: 20px;
  border-radius: 10px;
}
.machines__slider .slick-prev:before {
  content: "";
  background-image: url(../img/left--arrow.png);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}
.machines__slide {
  position: relative;
}
.machines__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.machines__title {
  color: #00679E;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
  padding-left: 50px;
}
.machines__title:before {
  content: "";
  background-color: #00679E;
  height: 3px;
  width: 40px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.machines__item {
  width: 50%;
  margin-top: 25px;
}
.machines__item:nth-child(1), .machines__item:nth-child(2) {
  margin-top: 0px;
}
.machines__item .title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.machines__item .content p {
  font-size: 14px;
  font-weight: 400;
}
.machines__item .content li {
  position: relative;
  padding-left: 15px;
  font-size: 12px;
  line-height: 1.6;
}
.machines__item .content li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}

.machines-home {
  margin-bottom: -80px;
  padding-top: 80px;
}
.machines-home__container {
  position: relative;
  background-color: #fff;
  border: 5px solid #E6E6E6;
  padding: 80px 50px;
  text-align: center;
  z-index: 2;
}
.machines-home__list {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.machines-home__item {
  width: 25%;
  text-align: center;
}
.machines-home__icon {
  max-height: 60px;
  margin-bottom: 20px;
}
.machines-home__title {
  color: #666666;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.machines-home__desc {
  color: #666666;
  line-height: 1.8;
}

.machines-intro__slider {
  position: relative;
  width: 100%;
  padding: 0px 50px;
}
.machines-intro__slider .slick-arrow {
  position: absolute;
}
.machines-intro__slider .slick-next {
  bottom: -45px;
  right: 80px;
  z-index: 10;
  width: 40px;
  height: 40px;
  padding: 10px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  transform: translateY(50%);
  color: transparent;
  background: transparent;
  outline: none;
  padding: 20px;
  border-radius: 10px;
  background-color: #00679E;
}
.machines-intro__slider .slick-next:before {
  content: "";
  background-image: url(../img/arrow.png);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}
.machines-intro__slider .slick-prev {
  bottom: -45px;
  right: 135px;
  z-index: 10;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  transform: translateY(50%);
  color: transparent;
  background: transparent;
  outline: none;
  padding: 20px;
  border-radius: 10px;
  background-color: #00679E;
}
.machines-intro__slider .slick-prev:before {
  content: "";
  background-image: url(../img/arrow.png);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  display: inline-block;
}
.machines-intro__slider .slick-dots {
  position: absolute;
  bottom: -10%;
  left: 145px;
  transform: translateX(-50%);
  z-index: 100;
  cursor: pointer;
  text-align: center;
}
.machines-intro__slider .slick-dots li {
  display: inline-block;
}
.machines-intro__slider .slick-dots li + li {
  margin-left: 10px;
}
.machines-intro__slider .slick-dots button {
  background-color: #00679E;
  cursor: pointer;
  border: 1px solid #00679E;
  text-indent: -999999px;
  width: 20px;
  height: 10px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
}
.machines-intro__slider .slick-dots button:focus {
  outline: none;
}
.machines-intro__slider .slick-dots .slick-active button {
  width: 20px;
  height: 10px;
  opacity: 1;
}
.machines-intro__card {
  background-color: #fff;
  border: 1px solid rgba(0, 103, 158, 0.3);
  border-radius: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin: 10px 25px;
}
.machines-intro__illustration {
  position: relative;
  width: 100%;
  height: 250px;
}
.machines-intro__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.machines-intro__content {
  padding: 40px 40px;
}
.machines-intro__content .title {
  color: #00679E;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.machines-intro__content .content p {
  font-size: 14px;
  font-weight: 400;
}
.machines-intro__content .content li {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.6;
}
.machines-intro__content .content li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}

.machines-block {
  position: relative;
  width: 100%;
}
.machines-block__card {
  width: 25%;
  padding: 3% 5%;
  background-color: white;
}
.machines-block__card:nth-child(even) {
  background: linear-gradient(180deg, #00679e 0%, #00344f 100%);
}
.machines-block__card:nth-child(even) .machines-block__title {
  color: white;
}
.machines-block__card:nth-child(even) .machines-block__text {
  color: white;
}
.machines-block__title {
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #00679E;
  font-size: 28px;
  font-weight: 600;
}
.machines-block__text p {
  font-size: 14px;
  font-weight: 300;
}
.machines-block__text li {
  position: relative;
  padding-left: 15px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}
.machines-block__text li + li {
  margin-top: 10px;
}
.machines-block__text li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
}

.sort__list {
  max-width: 1000px;
  margin: 0 auto;
}
.sort__item {
  width: 25%;
  text-align: center;
}
.sort__link {
  color: black;
}
.sort__link:hover {
  color: #00679E;
}
.sort__link:hover .sort__img {
  transform: scale(1.03);
}
.sort__illustration {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 4px solid #00679E;
  overflow: hidden;
  margin: 0 auto;
}
.sort__img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
}
.sort__title {
  margin-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.construction {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.construction:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-color: rgba(255, 255, 255, 0.95);
}
.construction__container {
  position: relative;
  text-align: center;
  color: #00679E;
  z-index: 10;
}
.construction__title {
  max-width: 800px;
  margin: 40px 0px 20px;
}
.construction__title em {
  display: block;
  font-style: normal;
}

.construction-social__list {
  justify-content: center;
}
.construction-social__item {
  margin-right: 10px;
}

html {
  margin: 0 !important;
}

@media (max-width: 1024px) {
  .intro__container {
    flex-direction: column-reverse;
  }

  .intro__illustration {
    width: 100%;
    max-width: 100%;
  }
  .intro__illustration:after {
    padding-bottom: 40%;
  }

  .intro__content {
    width: 100%;
    padding: 40px 5% 100px;
  }
}
.home-intro {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100%;
  padding: 80px calc(150/1680 * 100%);
}
.home-intro:before {
  position: absolute;
  background-color: white;
  opacity: 0.9;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.home-intro .heading {
  width: 60%;
}
.home-intro__illustration {
  width: 30%;
}
.home-intro__content {
  position: relative;
  z-index: 10;
}

.home-slider {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
.home-slider__container {
  position: relative;
  height: 100%;
  width: 100%;
}
.home-slider__container .slick-arrow {
  position: absolute;
}
.home-slider__container .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;
}
.home-slider__container .slick-next:before {
  content: "";
  background-image: url(../img/arrow.png);
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  display: inline-block;
}
.home-slider__container .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;
}
.home-slider__container .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-slider__container .slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  cursor: pointer;
  text-align: center;
}
.home-slider__container .slick-dots li {
  display: inline-block;
}
.home-slider__container .slick-dots li + li {
  margin-left: 10px;
}
.home-slider__container .slick-dots button {
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  text-indent: -999999px;
  width: 20px;
  height: 5px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-slider__container .slick-dots button:focus {
  outline: none;
}
.home-slider__container .slick-dots .slick-active button {
  width: 20px;
  height: 5px;
  background-color: #00679E;
  border: 1px solid #00679E;
}
.home-slider__item {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.home-slider__article {
  position: relative;
  height: 100%;
  width: 100%;
}
.home-slider__illustration {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
.home-slider__content {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  background-color: rgba(1, 1, 1, 0.7);
}
.home-slider__text {
  position: relative;
  max-width: 600px;
  padding-left: calc(150/1680 * 100%);
  text-align: left;
}
.home-slider__title {
  position: relative;
  color: #fff;
  font-size: 64px;
  font-weight: 500;
  z-index: 2;
}
.home-slider__desc {
  color: white;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
  margin: 20px 0px;
}

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

.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: #0c2624;
  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;
}

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

@media (max-width: 1024px) {
  .intro__container {
    flex-direction: column-reverse;
  }

  .intro__illustration {
    width: 100%;
    max-width: 100%;
  }
  .intro__illustration:after {
    padding-bottom: 40%;
  }

  .intro__content {
    width: 100%;
    padding: 40px 5% 100px;
  }
}

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