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

html {
  font-size: 62.5%;
  font-family: "Helvetica";
  font-display: swap;
}

body {
  box-sizing: border-box;
}

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

header a {
  text-decoration: none;
}

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

hr {
  display: block;
  width: 100px;
  margin: 20px 0px;
  border: 1px solid #eb9d40;
  text-align: left;
}

html {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 400;
  color: #8c8988;
  font-display: swap;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.25;
  color: #8c8988;
  font-display: swap;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: #8c8988;
}

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 25px;
  border: 0.1rem solid #eb9d40;
  color: #fff;
  cursor: pointer;
  background: #eb9d40;
  font-size: 14px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-appearance: none;
  text-transform: uppercase;
  position: relative;
  border-radius: 0.1875rem;
}
.btn a {
  color: #fff;
}
.btn:hover {
  background-color: transparent;
  color: #eb9d40;
}
.btn:hover a {
  color: #eb9d40;
}
.btn--secondary:hover {
  background: #1c3859;
  border: 1px solid #1c3859;
}
.btn--secondary:hover a {
  color: #fff;
}
.btn--white {
  background: #fff;
  border: 1px solid #fff;
  color: #1c3859;
}
.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: 1px solid #eb9d40;
  color: #000;
}
.btn--bordered-w {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.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: #1c3859;
  padding: 25px 0px;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  margin: 0 auto;
}
.heading__title {
  font-size: 38px;
  margin-top: 0;
  text-transform: uppercase;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #1c3859;
}
.heading__title span {
  font-weight: 600;
  color: #eb9d40;
}
.heading__subtitle {
  font-size: 24px;
  line-height: 2;
  color: #8c8988;
  margin: 20px auto;
  max-width: 800px;
  font-weight: 400;
}
.heading__desc {
  max-width: 800px;
  margin: 0 auto;
  color: #8c8988;
  line-height: 1.7;
  font-size: 20px;
  margin-top: 25px;
}
.heading__divider {
  border-top: 2px solid #eb9d40;
  width: 200px;
  margin: 25px auto;
}

.section__title {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  font-size: 28px;
  color: #000;
  text-transform: uppercase;
}
.section__subtitle {
  font-size: 18px;
  line-height: 2;
  color: #000;
  text-align: center;
  max-width: 800px;
  margin: 25px auto;
}
.section__text {
  max-width: 1000px;
  font-size: 16px;
  margin: 25px auto;
  line-height: 1.8;
  font-weight: 400;
  color: #000;
}
.section__text p {
  width: 100%;
  font-size: 16px;
  margin: 25px auto;
  line-height: 2;
  font-weight: 400;
  margin: 40px 0px;
  color: #000;
  text-align: center;
}
.section__text--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: #1c3859;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.title--left {
  text-align: left;
}
.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: 550px) {
  .heading {
    font-size: 18px;
    color: #000;
    padding: 25px 0px;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
  }
  .heading--section {
    color: #eb9d40;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
  }
  .heading__title {
    font-size: 28px;
    margin-top: 0;
    padding: 20px 0px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
  }
  .heading__subtitle {
    font-size: 20px;
  }
  .heading__divider {
    border-top: 2px solid #eb9d40;
    width: 200px;
    margin: 15px auto;
  }
}
/* MENU */
.menu--container {
  padding: 25px 0px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
  max-width: 1200px;
}
.menu__list {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25;
}
.menu__list li a {
  padding: 20px 0px;
  color: #1c3859;
}
.menu__list li + li {
  margin-left: 30px;
}
.menu--logo {
  position: relative;
  width: auto;
  height: 85px;
  transition: all 0.5s ease-in-out 0s !important;
}

.menu__action {
  display: none;
}

.menu__action.action--hide {
  display: none;
}

.menu__icon {
  height: 25px;
}

.menu-item-has-children {
  position: relative;
  z-index: 2;
}
.menu-item-has-children > a:before {
  content: "";
  float: right;
  margin-left: 5px;
  margin-top: -2px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  opacity: 1;
  transition: margin-right 0.2s;
}

.menu__list .sub-menu {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 50px;
  bottom: -30px;
  display: none;
  z-index: 120;
  height: 120px;
  width: 250px;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.menu__list .sub-menu li {
  width: 100%;
}
.menu__list .sub-menu li:hover {
  background-color: #1c3859;
}
.menu__list .sub-menu li:first-child:hover {
  border-radius: 4px 4px 0px 0px;
}
.menu__list .sub-menu li:last-child:hover {
  border-radius: 0px 0px 4px 4px;
}
.menu__list .sub-menu li a {
  display: block;
  padding: 10px 20px;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 20px;
  font-weight: 500;
}
.menu__list .sub-menu li a:hover {
  margin-left: 5px;
  color: #fff;
}
.menu__list .sub-menu li + li {
  margin-left: 0px;
}
.menu__list .sub-menu .current-menu-item > a {
  color: #eb9d40;
}
.menu__list .sub-menu .current-menu-item {
  background-color: #1c3859;
}
.menu__list .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 2;
}
.menu__list .sub-menu .menu-item-has-children > a:before {
  content: "";
  float: right;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9rem;
  opacity: 0.7;
  transition: margin-right 0.2s;
}

.menu-item--highlight {
  background-color: #eb9d40;
  border: 1px solid #eb9d40;
  transition: all 0.2s ease-in-out 0s;
  text-align: center;
}
.menu-item--highlight a {
  padding: 10px 20px !important;
  color: #fff !important;
  display: block;
  width: 100%;
  text-align: center;
}
.menu-item--highlight:hover {
  background-color: transparent;
}
.menu-item--highlight:hover a {
  color: #eb9d40 !important;
}

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

/* HEADER */
.header {
  width: 100%;
  display: block;
  position: relative;
  box-shadow: 0 2px 4px rgba(45, 62, 80, 0.12);
  background-color: #fff;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  height: 140px;
  z-index: 100;
}
.header nav a {
  display: inline-block;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.header nav a:hover {
  color: #eb9d40;
}
.header .current_page_item > a {
  color: #eb9d40;
}
.header .menu-item-has-children:hover > .sub-menu {
  display: block;
}
.header__content {
  max-width: 1200px;
  height: 100%;
  position: relative;
  padding-left: calc(200/1680 * 100%);
  padding-right: calc(200/1680 * 100%);
  padding-top: 15%;
  padding-bottom: 10%;
  z-index: 10;
}
.header__title {
  color: #fff;
  font-size: 50px;
  margin: 25px 0px;
  text-transform: uppercase;
  font-weight: 800;
}
.header__desc {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  margin-top: 40px;
}
.header__cta {
  margin-top: 80px;
}
.header__bottom {
  position: absolute;
  bottom: 25%;
  left: calc(150/1680 * 100%);
  width: calc(1080/1680 * 100%);
  z-index: 2;
}

.header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
  height: 110px;
  background-color: #fff;
}
.header.sticky nav a {
  color: #1c3859;
  display: inline-block;
  transition: all 0.2s ease-in-out 0s;
}
.header.sticky nav a:hover {
  color: #eb9d40;
}
.header.sticky .current_page_item > a {
  color: #eb9d40;
}
.header.sticky .menu__list .sub-menu li a {
  display: block;
  padding: 10px 20px;
  line-height: 20px;
}
.header.sticky .menu__list .sub-menu a:hover {
  color: #eb9d40;
}
.header.sticky .menu__list .sub-menu .current_page_item > a {
  color: #eb9d40;
}
.header.sticky .menu--container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header.sticky .menu--logo {
  height: 70px;
}

.header.sticky + main {
  padding-top: 120px;
}

.footer .footer__list .sub-menu {
  display: block;
}

#breadcrumbs {
  margin-bottom: 15px;
}
#breadcrumbs a {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}
#breadcrumbs a:hover {
  color: #eb9d40;
}
#breadcrumbs a:after {
  content: "»";
  padding: 0px 10px;
  color: #fff;
  font-size: 16px;
}
#breadcrumbs-last {
  color: #eb9d40;
}
#breadcrumbs .breadcrumb_last {
  color: #eb9d40;
  text-transform: uppercase;
  font-size: 12px;
}

.wpml-ls-item .sub-menu {
  height: 40px;
  width: 80px;
  border-radius: 0px;
}
.wpml-ls-item .sub-menu li:hover {
  border-radius: 0px;
}
.wpml-ls-item .sub-menu li:last-child:hover {
  border-radius: 0px;
}

@media (max-width: 1250px) {
  .menu__list {
    font-size: 12px;
  }

  .menu__list li + li {
    margin-left: 20px;
  }

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

  .header--inside.sticky .menu--container {
    padding: 25px calc(100/1680 * 100%);
  }
}
@media (max-width: 1100px) {
  .header__title {
    font-size: 40px;
  }
  .header__subtitle {
    font-size: 40px;
  }

  .menu__list {
    display: none;
  }

  .menu__action {
    display: block;
    opacity: 1;
  }

  .menu__list--opened {
    display: block;
    opacity: 1;
    background: #fff;
    position: absolute;
    width: 80%;
    height: 100vh;
    padding: 5%;
    z-index: 100;
    right: 0px;
    top: 0px;
    font-size: 14px;
    border-bottom: 1px solid #F6F6F6;
    box-shadow: 0px 2px 10px rgba(1, 1, 1, 0.1);
  }
  .menu__list--opened nav a {
    color: #1c3859;
  }
  .menu__list--opened li {
    display: block;
    text-align: left;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu__list--opened li + li {
    margin-top: 10px;
    margin-left: 0px;
  }
  .menu__list--opened .menu-item--highlight {
    background-color: #eb9d40;
    border: 1px solid #eb9d40;
    transition: all 0.2s ease-in-out 0s;
  }
  .menu__list--opened .menu-item--highlight a {
    padding: 20px 30px !important;
    color: #fff !important;
  }
  .menu__list--opened .menu-item--highlight a:hover {
    color: #1c3859 !important;
  }

  .menu-item-has-children {
    position: relative;
    z-index: 2;
  }
  .menu-item-has-children > a:before {
    content: "";
  }

  .menu__list .sub-menu {
    display: block;
    position: relative;
    background-color: transparent;
    height: auto;
    top: 0px;
    bottom: 0px;
    width: 250px;
    box-shadow: none;
    border-radius: 4px;
  }
  .menu__list .sub-menu li {
    text-align: left;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu__list .sub-menu li a {
    font-size: 14px;
    font-weight: 600;
  }
  .menu__list .sub-menu li a:hover {
    color: #eb9d40;
    margin-left: 0px;
  }
  .menu__list .sub-menu li:hover {
    background-color: transparent;
  }
  .menu__list .sub-menu li + li {
    margin-top: 10px;
    margin-left: 0px;
  }
  .menu__list .sub-menu .current-menu-item {
    background-color: transparent;
  }

  .header--home .menu__container a {
    color: black;
  }

  .menu__list .wpml-ls-menu-item {
    text-align: center;
  }

  .menu__list .wpml-ls-menu-item .sub-menu {
    display: inline-block;
    width: auto;
  }

  .menu__list .wpml-ls-menu-item:hover .sub-menu {
    display: inline-block;
  }
}
@media (max-width: 1000px) {
  .header__content {
    width: 100%;
  }

  .home__intro__content {
    width: 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;
  }

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

  .menu--logo {
    width: 150px;
  }
}
.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section--secondary {
  background-color: #1c3859;
}
.section--image {
  height: 300px;
}
.section--image img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}

.wrapper--main {
  width: calc(1280/1680 * 100%);
}
.wrapper--centered {
  margin-left: auto;
  margin-right: auto;
}
.wrapper--stretch {
  padding-left: 15%;
  padding-right: 15%;
}
.wrapper--image {
  background-color: #eb9d40;
  border-radius: 10px;
  padding-left: 15%;
  padding-right: 15%;
}

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

.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%);
  }
}
@media (max-width: 1100px) {
  .list--inline li {
    display: block;
  }
}
@media (max-width: 950px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.form {
  width: 100%;
}
.form__submit {
  width: 100%;
  margin-top: 20px;
  border: none;
  color: #fff;
  font-size: 16px;
  transition: all 0.2s ease-in-out 0s;
  background: #eb9d40;
  padding: 20px 0px;
  text-transform: uppercase;
  border-radius: 4px;
  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;
}

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

textarea {
  resize: vertical;
  height: 100px;
  background-color: #fff;
}

label {
  color: #1c3859;
  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%;
  border-radius: 4px;
}
select:focus {
  border-color: #eb9d40;
}

.input--text {
  padding: 0px 25px;
  background-color: #fff;
}
.input--text:focus {
  border-color: #eb9d40;
}
.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);
  border-radius: 4px;
  padding: 15px 20px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 14px;
}
.input--classic::placeholder {
  color: #eb9d40;
  margin-left: 10px;
}
.input--classic + .input--classic {
  margin-top: 35px;
}
.input--textarea {
  font-size: 14px;
  border: 1px solid rgba(24, 24, 24, 0.15);
  font-family: inherit;
}

.contact__form {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.checkbox__list {
  margin: 25px 0px;
  display: block;
}

.checkbox__item {
  display: inline-block;
  margin-bottom: 10px;
}

.checkbox__label {
  font-size: 14px;
  text-transform: inherit;
  letter-spacing: inherit;
  color: #000;
  opacity: 1;
  margin-left: 15px;
  margin-right: 25px;
}

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

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

.contact__submit {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 650px) {
  .contact__form {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
  }
}
.footer {
  background: #fff;
  font-size: 14px;
}
.footer__top {
  padding: 50px 0px;
}
.footer__bottom {
  background-color: #f5f5f5;
  padding: 20px 0px;
  padding-left: calc(100/1680 * 100%);
  padding-right: calc(100/1680 * 100%);
}
.footer__part {
  max-width: 400px;
  position: relative;
}
.footer__part--logo {
  max-width: 250px;
}
.footer__part + .footer__part {
  padding-left: calc(80/1380 * 100%);
}
.footer__menu {
  margin-top: 30px;
  color: #000;
  font-size: 14px;
}
.footer__menu li {
  display: block;
  margin-top: 15px;
}
.footer__menu li span {
  display: block;
  margin-top: 10px;
}
.footer__menu li + li {
  margin-top: 15px;
}
.footer__menu a {
  color: #000;
  transition: all 0.2s ease-in-out 0s;
}
.footer__menu a:hover {
  color: #eb9d40;
}
.footer__menu .current-menu-item a {
  color: #eb9d40;
}
.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: #eb9d40;
}
.footer__menu .current-menu-item .sub-menu .menu-item a {
  color: #000;
}
.footer__menu .wpml-ls-item {
  display: none;
}
.footer__brand {
  position: relative;
}
.footer__logo {
  height: 100px;
  width: auto;
  transition: all 0.2s ease-in-out 0s;
  margin-bottom: 10px;
}
.footer__logo:hover {
  transform: scale(1.04);
}
.footer__lwa {
  display: inline-flex;
  justify-content: center;
}
.footer__copyright  {
  margin-left: auto;
  float: left;
  height: 50px;
}
.footer__link {
  text-decoration: none;
  color: #eb9d40;
  opacity: 0.7;
}
.footer__link__link:hover {
  opacity: 1;
}
.footer__adress {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.6;
}
.footer__description {
  color: #000;
  font-size: 14px;
  line-height: 2;
}
.footer__legals {
  font-size: 12px;
}
.footer__legals a {
  color: #1c3859;
  transition: all 0.2s ease-in-out 0s;
}
.footer__legals a:hover {
  color: #eb9d40;
}
.footer__legals__item {
  padding: 0px 10px;
}
.footer__legals__item + .footer__legals__item {
  border-left: 1px solid #eb9d40;
}
.footer__social__item {
  width: 28px;
  height: 28px;
  position: relative;
  display: inline-block;
}
.footer__social__item + .footer__social__item {
  margin-left: 10px;
}

.social__link {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  z-index: 2;
}

.lwa__logo {
  width: auto;
  height: 30px;
  transition: all 0.2s ease-in-out 0s;
  display: block;
}
.lwa__logo:hover {
  transform: scale(1.03);
}
.lwa__title {
  color: #1c3859;
  font-size: 12px;
  font-weight: 400;
  margin: 10px 0px;
  text-align: center;
  margin-right: 15px;
}

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

.copyright__title {
  color: #1c3859;
  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 #eb9d40;
  color: #fff;
  background: #eb9d40;
  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: #eb9d40;
}
.cookie__more {
  font-weight: 600;
}

@media (max-width: 1400px) {
  .footer__top {
    padding-left: calc(100/1680 * 100%);
    padding-right: calc(100/1680 * 100%);
  }
}
@media (max-width: 950px) {
  .footer__part {
    width: 50%;
    margin: 30px 0px;
    padding-left: calc(80/1380 * 100%);
  }
}
@media (max-width: 850px) {
  .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: 650px) {
  .footer__lwa {
    width: 100%;
  }
  .footer__copyright {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .footer__top {
    padding: 50px 0px;
    padding-left: calc(50/1680 * 100%);
    padding-right: calc(50/1680 * 100%);
  }
  .footer__bottom {
    padding: 10px 0px;
    padding-left: calc(150/1680 * 100%);
    padding-right: calc(150/1680 * 100%);
  }
  .footer__part {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    margin-bottom: 40px;
    position: relative;
    padding: 0;
  }
  .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;
  }
}
.block__item {
  position: relative;
  padding: 80px 0px;
}
.block__item:nth-child(even) {
  flex-direction: row-reverse;
}
.block__item:nth-child(even) .block__text {
  padding-right: 15%;
  padding-left: 0;
}
.block__illustration {
  width: 45%;
  display: block;
  position: relative;
  height: 100%;
  max-height: 400px;
}
.block__illustration img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 90%;
  object-fit: cover;
  max-height: 400px;
}
.block__text {
  width: 55%;
  padding-left: 15%;
}
.block__title {
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  color: #1c3859;
}
.block__desc {
  margin: 25px 0px;
}
.block__desc h2, .block__desc h3, .block__desc h4 {
  margin-bottom: 20px;
}
.block__desc p {
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
  font-weight: 300;
  font-size: 18px;
}
.block__desc ul, .block__desc ol {
  margin-left: 20px;
}
.block__desc li {
  margin-bottom: 10px;
  line-height: 1.7;
  display: block;
  text-align: justify;
  font-size: 18px;
}
.block__desc li:before {
  content: "-";
  margin-right: 10px;
}
.block__desc img {
  margin-left: 25%;
}
.block__desc strong {
  font-weight: 500;
}

.anchor {
  display: block;
  height: 400px;
  margin-top: -400px;
  visibility: hidden;
}
.anchor--services {
  height: 200px;
  margin-top: -200px;
}

@media (max-width: 1000px) {
  .block__item:nth-child(even) .block__text {
    padding-right: 0;
    padding-left: 0;
  }
  .block__illustration {
    width: 100%;
    margin-bottom: 40px;
  }
  .block__text {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .block__title {
    font-size: 28px;
    line-height: 40px;
  }
}
.testimonials__list {
  margin-top: 40px;
}
.testimonials__item {
  position: relative;
  width: 30%;
}
.testimonials__card {
  box-shadow: 0px 0px 1rem 0px rgba(0, 0, 0, 0.1);
}
.testimonials__title {
  color: #fff;
  font-weight: 700;
  background-color: #1c3859;
  padding: 8% 10%;
}
.testimonials__desc {
  padding: 10%;
}
.testimonials__desc p {
  line-height: 1.8;
}

@media (max-width: 750px) {
  .testimonials__item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.realisations__item {
  width: 32%;
  position: relative;
  display: inline-flex;
  margin-bottom: 4%;
  box-shadow: 0px 2px 8px 2px rgba(1, 1, 1, 0.1);
  overflow: hidden;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.realisations__item:after {
  content: "";
  padding-bottom: 57.4712643678%;
  width: 100%;
  display: block;
}
.realisations__item a {
  position: absolute;
  left: 0px;
  height: 0px;
  width: 100%;
  height: 100%;
}
.realisations__item:hover {
  transform: scale(1.02);
  box-shadow: 0px 2px 8px 2px rgba(1, 1, 1, 0.3);
}
.realisations__item:hover .realisations__illustration {
  width: 102%;
  height: 102%;
}
.realisations__article {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.realisations__illustration {
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s 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;
}
.realisations__illustration:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.2);
}

@media (max-width: 950px) {
  .realisations__item {
    width: 48%;
  }
}
@media (max-width: 450px) {
  .realisations__item {
    width: 100%;
  }
}
.contact {
  padding-top: 100px;
}
.contact--left {
  width: 50%;
  padding-right: 5%;
}
.contact--right {
  width: 50%;
}
.contact__section {
  background-color: #f5f5f5;
  padding: 40px 0px;
  border-radius: 10px;
  box-shadow: 0px 5px 9px 1px rgba(24, 24, 24, 0.15);
}
.contact__input {
  width: 48%;
}
.contact__realisations {
  margin: 80px 0px;
}
.contact__adress {
  border-bottom: 2px solid rgba(24, 24, 24, 0.15);
  margin-left: 60px;
  padding: 40px 0px;
  padding-left: 40px;
}
.contact__adress__title {
  margin-bottom: 20px;
}
.contact__adress__content span {
  display: block;
  margin-top: 5px;
}

.realisations__title {
  margin-bottom: 40px;
  font-size: 32px;
  color: #1c3859;
  font-weight: 600;
}
.realisations__slider {
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 2;
}
.realisations__slider .slick-list {
  position: absolute;
}
.realisations__slider .slick-dots {
  position: absolute;
  left: calc(50% - 40px);
  bottom: 20px;
}
.realisations__slider .slick-arrow {
  position: absolute;
}
.realisations__slider .slick-prev {
  top: 49%;
  left: 5%;
  z-index: 10;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: 0px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  outline: none;
}
.realisations__slider .slick-prev:before {
  content: "";
  background-image: url("../img/left.svg");
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  display: inline-block;
}
.realisations__slider .slick-next {
  top: 49%;
  right: 5%;
  z-index: 10;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: 0px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  outline: none;
}
.realisations__slider .slick-next:before {
  content: "";
  background-image: url("../img/right.svg");
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  display: inline-block;
}
.realisations__slide {
  position: relative;
}
.realisations__picture {
  background: url("img/bg--home.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.realisations__picture:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(1, 1, 1, 0.1);
  width: 100%;
  z-index: 2;
  height: 100%;
}

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

.gallery__list {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

.assurances__list {
  margin-top: 50px;
}
.assurances__item {
  margin: 25px 0px;
}
.assurances__item:before {
  content: "";
  float: left;
  margin-right: 15px;
  margin-top: 2px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  color: green;
  opacity: 0.7;
  transition: margin-right 0.2s;
}
.assurances__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1c3859;
}
.assurances__desc {
  line-height: 1.8;
  max-width: 500px;
}

.gallery__img {
  width: calc(100%/6 - 4px);
  position: relative;
  display: inline-flex;
  overflow: hidden;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s 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__article {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.gallery__illustration {
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-background-size: cover;
}

.fa-phone-alt {
  margin-right: 15px;
}

@media (max-width: 900px) {
  .contact__section {
    width: 100%;
  }
  .contact__container {
    flex-direction: column-reverse;
  }
  .contact--left {
    width: 100%;
    padding-right: 0;
  }
  .contact--right {
    width: 100%;
    padding: 0;
    padding-bottom: 40px;
    border-left: 0px;
  }
  .contact__testimonials {
    margin-left: 0;
  }
  .contact__adress {
    margin-left: 0;
  }

  .gallery__img {
    width: calc(100%/3 - 4px);
  }
}
@media (max-width: 600px) {
  .contact__gallery__img {
    width: 50%;
  }

  .contact__left__item {
    height: auto;
  }
  .contact__left__item__box {
    padding: 25px 35px 25px 35px;
  }
  .contact__left__item__icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
  }
  .contact__left__item__title {
    padding-left: 60px;
    margin-top: 10px;
    font-size: 20px;
  }
  .contact__left__item__text {
    padding-left: 0;
    margin-top: 0px;
  }
  .contact__left__item__text p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media (max-width: 450px) {
  .contact {
    padding-top: 25px;
  }

  .contact__left__item__heading {
    display: block;
    width: 100%;
  }
  .contact__left__item__icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
  }
  .contact__left__item__title {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }

  .contact__input {
    width: 100%;
  }
}
.home__slider {
  width: 100%;
  position: relative;
  z-index: 2;
  min-height: 300px;
}
.home__slider:after {
  content: "";
  display: block;
  padding-bottom: 25%;
}
.home__slider .slick-list {
  position: absolute;
}
.home__slider .slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px;
}
.home__slider .slick-dots li {
  display: inline-block;
}
.home__slider .slick-dots li + li {
  margin-left: 15px;
}
.home__slider .slick-dots button {
  background: #F4F4F4;
  border: none;
  text-indent: -999999px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}
.home__slider .slick-dots button:focus {
  outline: none;
}
.home__slider .slick-dots .slick-active button {
  background: #eb9d40;
  border: none;
  text-indent: -999999px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}
.home__slider .slick-arrow {
  position: absolute;
}
.home__slider .slick-prev {
  top: 49%;
  left: 5%;
  z-index: 10;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: 0px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  outline: none;
}
.home__slider .slick-prev:before {
  content: "";
  background-image: url("../img/left.svg");
  height: 50px;
  width: 50px;
  background-size: 50px 50px;
  display: inline-block;
}
.home__slider .slick-next {
  top: 49%;
  right: 5%;
  z-index: 10;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: 0px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  outline: none;
}
.home__slider .slick-next:before {
  content: "";
  background-image: url("../img/right.svg");
  height: 50px;
  width: 50px;
  background-size: 50px 50px;
  display: inline-block;
}
.home__slide {
  position: relative;
}
.home__picture {
  background: url("img/bg--home.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.home__picture:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(1, 1, 1, 0.4);
  width: 100%;
  z-index: 2;
  height: 100%;
}
.home__content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  text-align: center;
  display: table;
}
.home__text {
  display: table-cell;
  vertical-align: middle;
  max-width: 800px;
}
.home__title {
  width: 100%;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.home__subtitle {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  margin: 40px auto;
  max-width: 600px;
}

.services__intro__list {
  position: relative;
  width: 100%;
}
.services__intro__item {
  width: 33.33%;
  height: 300px;
}
.services__intro__link {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  z-index: 10;
  transition: all 0.2s ease-in-out 0s;
}
.services__intro__link:after {
  background: rgba(1, 1, 1, 0.45);
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
.services__intro__link:hover .services__intro__illustration {
  transform: scale(1.05);
}
.services__intro__link:hover .services__intro__title {
  color: #eb9d40;
}
.services__intro__illustration {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
}
.services__intro__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.services__intro__illustration:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.services__intro__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: table;
  margin: 0 auto;
  text-align: center;
}
.services__intro__text {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 10px;
}
.services__intro__title {
  margin-bottom: 20px;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.2s ease-in-out 0s;
}
.services__intro__desc {
  margin-bottom: 20px;
  max-width: 400px;
  margin: 0 auto;
}
.services__intro__desc p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 2;
}

.quote--secondary {
  background-color: #1c3859;
}
.quote--image {
  width: 100%;
  height: auto;
  min-height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.quote--image:after {
  content: "";
  background-color: rgba(1, 1, 1, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.quote__container {
  position: relative;
  margin: 40px 0px;
}
.quote__content {
  width: 50%;
}
.quote__desc {
  margin: 30px 0px;
  max-width: 400px;
}
.quote__desc p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
  color: #fff;
}
.quote__illustration {
  width: 50%;
  position: relative;
}
.quote__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.quote__illustration:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
.quote__list {
  margin-top: 50px;
}
.quote__item {
  margin: 25px 0px;
}
.quote__item:before {
  content: "";
  float: none;
  margin-right: 15px;
  margin-top: 2px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5rem;
  color: green;
  opacity: 0.7;
  transition: margin-right 0.2s;
  display: inline-block;
}
.quote__title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #fff;
  display: inline-block;
}
.quote__desc {
  line-height: 1.8;
  max-width: 500px;
}

.seo {
  background-color: #1c3859;
}
.seo--left {
  width: 45%;
}
.seo--right {
  width: 45%;
}
.seo__content {
  margin-bottom: 50px;
  color: #fff;
}
.seo__content h2, .seo__content h3, .seo__content h4 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  max-width: 400px;
  font-size: 24px;
}
.seo__content p {
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: justify;
  word-spacing: -2px;
  color: #fff;
  font-weight: 300;
}
.seo__content strong {
  font-weight: 600;
}

.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: #1c3859;
}

.conditions__generales li:before {
  content: "-";
  font-size: 16px;
  color: #1c3859;
  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: #1c3859;
  font-weight: 600;
}
.wsp-container ul {
  margin-left: 50px;
}
.wsp-container li {
  margin: 10px 0px;
  display: block;
}
.wsp-container li a {
  color: #1c3859;
}
.wsp-container li a:hover {
  color: #eb9d40;
}

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

.banner__list {
  margin: 0 auto;
  max-width: 1200px;
}
.banner__item {
  position: relative;
  width: 20%;
  padding: 0px 20px;
  text-align: center;
}
.banner__illustration {
  border-radius: 50%;
}
.banner__illustration img {
  border-radius: 50%;
  max-width: 150px;
  box-shadow: 10px 10px 10px -8px #b3b3b3;
}
.banner__title {
  margin-top: 25px;
  text-align: center;
  font-size: 21px;
}
.banner__title span {
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .seo--left {
    width: 100%;
    margin-bottom: 80px;
  }

  .seo--right {
    width: 100%;
    margin-bottom: 80px;
  }

  .quote__content {
    padding-right: 40px;
  }
}
@media (max-width: 1000px) {
  .home__text {
    padding: 0px 20%;
  }

  .home__subtitle {
    margin: 20px 0px;
  }
}
@media (max-width: 950px) {
  .cta__title {
    font-size: 48px;
  }
}
@media (max-width: 850px) {
  .quote__content {
    width: 100%;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 50px;
  }

  .quote__container {
    margin: 0px;
  }

  .quote__desc {
    max-width: 100%;
  }

  .quote__illustration {
    width: 100%;
  }

  .home__title {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .home__subtitle {
    font-size: 20px;
    margin: 20px 0px;
  }

  .banner__item {
    width: 33.33%;
    margin-bottom: 40px;
  }
}
@media (max-width: 750px) {
  .services__intro__item {
    width: 100%;
  }

  .cta__title {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .seo__content h2 {
    font-size: 24px;
  }

  .seo__content h3 {
    font-size: 18px;
  }

  .home__slider {
    width: 100%;
    position: relative;
    z-index: 2;
    min-height: 350px;
  }
  .home__slider:after {
    content: "";
    display: block;
    padding-bottom: 35%;
  }
  .home__slider .slick-list {
    position: absolute;
  }
  .home__slider .slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
  }
  .home__slider .slick-dots li {
    display: inline-block;
  }
  .home__slider .slick-dots li + li {
    margin-left: 15px;
  }
  .home__slider .slick-dots button {
    background: #F4F4F4;
    border: none;
    text-indent: -999999px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
  }
  .home__slider .slick-dots button:focus {
    outline: none;
  }
  .home__slider .slick-dots .slick-active button {
    background: #eb9d40;
    border: none;
    text-indent: -999999px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
  }
  .home__slider .slick-prev {
    top: 49%;
    left: 5%;
    z-index: 10;
    width: 30px;
    height: 30px;
  }
  .home__slider .slick-prev:before {
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
  }
  .home__slider .slick-next {
    top: 49%;
    right: 5%;
    z-index: 10;
    width: 30px;
    height: 30px;
  }
  .home__slider .slick-next:before {
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
  }

  .banner__item {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .cta__title {
    font-size: 28px;
  }

  .cta__head {
    font-size: 16px;
  }

  .cta__desc {
    font-size: 16px;
  }
}
.services__menu {
  position: relative;
  width: 100%;
}
.services__item {
  width: 33.33%;
  height: 400px;
  position: relative;
}
.services__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.services__link:after {
  background: rgba(1, 1, 1, 0.45);
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
}
.services__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.services__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  display: table;
  margin: 0 auto;
  padding: 0px 10%;
  text-align: center;
}
.services__text {
  display: table-cell;
  vertical-align: middle;
}
.services__title {
  color: #fff;
}
.services__desc p {
  color: #fff;
  margin: 25px 0px;
  line-height: 1.7;
  font-size: 24px;
  font-weight: 300;
}
.services__banner {
  width: 100%;
  position: relative;
  height: 300px;
  margin-bottom: 60px;
}
.services__banner img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.perks__list {
  width: 100%;
  margin: 50px 0px;
}
.perks__item {
  width: 33.33%;
  padding: 0px 40px;
  text-align: center;
}
.perks__icon {
  max-height: 60px;
  width: auto;
}
.perks__title {
  margin: 25px 0px;
  font-weight: 600;
  color: #1c3859;
  font-size: 24px;
}
.perks__desc p {
  line-height: 1.8;
}

.service__cta {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 30px;
}
.service--grey {
  background-color: #f5f5f5;
}
.service__banner {
  position: relative;
  display: block;
}

.target {
  background-color: #f5f5f5;
}
.target__list {
  width: 100%;
  position: relative;
  margin: 40px auto;
  max-width: 1400px;
}
.target__item {
  width: calc(100%/6);
  position: relative;
  border-radius: 50%;
  margin: 2% 0;
  padding: 10px;
}
.target__illustration {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}
.target__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.target__illustration:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.target__illustration:before {
  background: rgba(1, 1, 1, 0.3);
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 8;
  border-radius: 50%;
}
.target__content {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  align-items: center;
  justify-content: center;
}
.target__title {
  text-transform: uppercase;
  font-size: 28px;
  color: white;
  text-align: center;
  font-weight: 600;
}

.questions__list {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
}
.questions__item {
  position: relative;
  display: block;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
.questions__link {
  padding: 20px 25px;
  border: 1px solid #eb9d40;
  color: #fff;
  cursor: pointer;
  background: #eb9d40;
  font-size: 14px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-appearance: none;
  text-transform: uppercase;
  position: relative;
  border-radius: 0.1875rem;
  width: 100%;
}
.questions__link a {
  color: #fff;
}
.questions__link:hover {
  background-color: transparent;
  color: #eb9d40;
}
.questions__link:hover a {
  color: #eb9d40;
}

.banner-intro__slider {
  width: 100%;
  position: relative;
  z-index: 2;
  min-height: 300px;
}
.banner-intro__slider:after {
  content: "";
  display: block;
  padding-bottom: 25%;
}
.banner-intro__slider .slick-list {
  position: absolute;
}
.banner-intro__slider .slick-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30px;
}
.banner-intro__slider .slick-dots li {
  display: inline-block;
}
.banner-intro__slider .slick-dots li + li {
  margin-left: 15px;
}
.banner-intro__slider .slick-dots button {
  background: #F4F4F4;
  border: none;
  text-indent: -999999px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}
.banner-intro__slider .slick-dots button:focus {
  outline: none;
}
.banner-intro__slider .slick-dots .slick-active button {
  background: #eb9d40;
  border: none;
  text-indent: -999999px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}
.banner-intro__slider .slick-arrow {
  position: absolute;
}
.banner-intro__slider .slick-prev {
  top: 49%;
  left: 5%;
  z-index: 10;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: 0px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  outline: none;
}
.banner-intro__slider .slick-prev:before {
  content: "";
  background-image: url("../img/left.svg");
  height: 50px;
  width: 50px;
  background-size: 50px 50px;
  display: inline-block;
}
.banner-intro__slider .slick-next {
  top: 49%;
  right: 5%;
  z-index: 10;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: 0px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  outline: none;
}
.banner-intro__slider .slick-next:before {
  content: "";
  background-image: url("../img/right.svg");
  height: 50px;
  width: 50px;
  background-size: 50px 50px;
  display: inline-block;
}
.banner-intro__slide {
  position: relative;
}
.banner-intro__picture {
  background: no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.banner-intro__picture:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(1, 1, 1, 0.4);
  width: 100%;
  z-index: 2;
  height: 100%;
}
.banner-intro__content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  text-align: center;
  display: table;
}
.banner-intro__text {
  display: table-cell;
  vertical-align: middle;
  max-width: 800px;
}
.banner-intro__title {
  width: 100%;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.banner-intro__subtitle {
  font-size: 24px;
  color: #fff;
  font-weight: 300;
  margin: 40px auto;
  max-width: 800px;
}

.cta--secondary {
  background: #1c3859;
  border: none;
  clip-path: ellipse(75% 100% at center top);
  height: auto;
  min-height: 370px;
  padding: 5rem 0;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  overflow: visible;
}
.cta__container {
  max-width: 76.875rem;
  padding: 0;
  margin: 0 auto;
}
.cta__title {
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
  padding: 0px 5%;
}
.cta-btn {
  display: inline-block;
  white-space: nowrap;
  flex-basis: auto;
  width: auto;
  margin: 10px 5px;
}

@media (max-width: 1200px) {
  .target__item {
    width: 33.33%;
  }

  .target__illustration {
    max-height: 200px;
    max-width: 200px;
  }

  .questions__item {
    width: 47%;
  }
}
@media (max-width: 1000px) {
  .banner-intro__text {
    padding: 0px 20%;
  }

  .banner-intro__subtitle {
    margin: 20px 0px;
  }
}
@media (max-width: 900px) {
  .questions__item {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .banner-intro__title {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .banner-intro__subtitle {
    font-size: 20px;
    margin: 20px 0px;
  }
}
@media (max-width: 750px) {
  .services__item {
    width: 100%;
    height: 200px;
  }
  .services__title {
    font-size: 24px;
  }
  .services__desc p {
    margin: 10px 0px;
    font-size: 18px;
  }
  .services__content {
    text-align: left;
  }

  .perks__item {
    width: 100%;
    padding: 0px 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .target__item {
    width: 50%;
  }

  .target__illustration {
    max-height: 200px;
    max-width: 200px;
  }

  .banner-intro__slider {
    width: 100%;
    position: relative;
    z-index: 2;
    min-height: 350px;
  }
  .banner-intro__slider:after {
    content: "";
    display: block;
    padding-bottom: 35%;
  }
  .banner-intro__slider .slick-list {
    position: absolute;
  }
  .banner-intro__slider .slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
  }
  .banner-intro__slider .slick-dots li {
    display: inline-block;
  }
  .banner-intro__slider .slick-dots li + li {
    margin-left: 15px;
  }
  .banner-intro__slider .slick-dots button {
    background: #F4F4F4;
    border: none;
    text-indent: -999999px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
  }
  .banner-intro__slider .slick-dots button:focus {
    outline: none;
  }
  .banner-intro__slider .slick-dots .slick-active button {
    background: #eb9d40;
    border: none;
    text-indent: -999999px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
  }
  .banner-intro__slider .slick-prev {
    top: 49%;
    left: 5%;
    z-index: 10;
    width: 30px;
    height: 30px;
  }
  .banner-intro__slider .slick-prev:before {
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
  }
  .banner-intro__slider .slick-next {
    top: 49%;
    right: 5%;
    z-index: 10;
    width: 30px;
    height: 30px;
  }
  .banner-intro__slider .slick-next:before {
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
  }
}
.about__container {
  position: relative;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.about__content {
  width: 50%;
  max-width: 700px;
  padding-right: 50px;
}
.about__title {
  font-size: 36px;
  font-weight: 700;
  color: #1c3859;
}
.about__desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin: 40px 0px;
}
.about__illustration {
  width: 50%;
  height: auto;
  position: relative;
}
.about__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.text__about {
  position: relative;
  background: url("../img/about.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.text__about:after {
  content: "";
  position: absolute;
  background: rgba(1, 1, 1, 0.5);
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.text__container {
  width: 100%;
}
.text__content {
  width: 50%;
  padding: 0px 5%;
  z-index: 10;
}
.text__title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.text__desc {
  margin-top: 20px;
  color: #fff;
  line-height: 1.8;
  font-weight: 300;
  font-size: 16px;
}

.map__container {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 40px 0px 0px;
}
.map__content {
  position: relative;
  width: 100%;
  height: 100%;
}
.map__cta {
  position: absolute;
  bottom: 70px;
  text-align: center;
  width: 100%;
  z-index: 10;
}

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

  .about__illustration {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 800px) {
  .text__content {
    width: 100%;
    margin: 40px 0px;
  }
}

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