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

html {
  font-size: 62.5%;
  font-family: "Raleway", sans-serif;
  font-display: swap;
}

body {
  box-sizing: border-box;
  background-color: #F8F8F8;
}

section {
  position: relative;
  background-color: #FFF;
}

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

header a {
  text-decoration: none;
}

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

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

@font-face {
  font-family: "Metroline";
  src: url("../css/fonts/MetrolineScript-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "Raleway", sans-serif;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  font-display: swap;
}

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

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  color: #000;
}

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

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

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

.btn {
  padding: 12px 50px;
  border-radius: 10px;
  color: #FFF;
  cursor: pointer;
  background: rgb(179, 58, 205);
  background: #dddb02;
  font-size: 14px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-appearance: none;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  border: none;
  line-height: 2;
  display: inline-block;
}
.btn:hover {
  transform: scale(1.03);
  color: #FFF;
}
.btn--bordered {
  background: transparent;
  font-size: 14px;
  color: #000;
  border: 1px solid #000;
}
.btn--bordered:hover {
  background: transparent;
}
.btn--black {
  background: #252525;
}
.btn--secondary {
  padding: 12px 50px;
  background: linear-gradient(90deg, rgb(45, 153, 224) 0%, rgb(63, 76, 222) 64%);
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}
.btn--secondary:hover {
  transform: scale(1.02);
}
.btn--social {
  background: linear-gradient(90deg, rgb(0, 128, 247) 0%, rgb(0, 128, 247) 64%);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  margin-top: 10px !important;
}
.btn--social i {
  margin-left: -10px;
  margin-right: 10px;
  font-size: 22px;
}
.btn--small {
  font-size: 12px;
  padding: 10px 20px;
}
.btn--big {
  font-size: 16px;
  padding: 20px 60px;
}

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

.heading {
  font-size: 24px;
  color: #dddb02;
  text-align: left;
  padding-bottom: 50px;
  width: auto;
  z-index: 10;
  position: relative;
  margin: 0 auto;
  max-width: 800px;
}
.heading__title {
  position: relative;
  padding: 0;
  margin: 0;
  max-width: 500px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #383e41;
  text-align: left;
  padding-bottom: 0.7em;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.heading__title span {
  position: relative;
  display: block;
  font-size: 0.4em;
  font-weight: 400;
  text-transform: uppercase;
  word-spacing: 3px;
  line-height: 2em;
  color: #383e41;
  padding-left: 50px;
}
.heading__title span:before {
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 40px;
  height: 1px;
  content: "";
  background-color: #383e41;
}
.heading__title em {
  font-style: normal;
  font-weight: 600;
}
.heading__subtitle {
  font-size: 24px;
  line-height: 2;
  color: #dddb02;
  margin-bottom: 20px;
  font-weight: 600;
}
.heading__desc {
  color: #383e41;
  opacity: 0.7;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
}
.heading--left {
  margin-left: 0;
}
.heading .btn {
  margin-top: 2rem;
}

.section__title {
  position: relative;
  font-size: 24px;
  color: #383e41;
  font-weight: 800;
  letter-spacing: 2.5;
  display: inline-block;
  padding-right: 27px;
  text-transform: uppercase;
}
.section__divider {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.title--footer {
  color: #dddb02;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.title--left {
  text-align: left;
}
.title--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.title--white {
  color: #FFF;
}
.title--white span {
  color: #FFF;
}
.title--white span:before {
  background-color: #FFF;
}
.title--black {
  color: #000;
}
.title--uppercase {
  text-transform: uppercase;
}

@media (max-width: 950px) {
  .section__title {
    padding-right: 0px;
  }
  .section__title:before {
    display: none;
  }
  .section__title:after {
    display: none;
  }
}
@media (max-width: 550px) {
  .heading {
    font-size: 18px;
    color: #000;
    padding: 25px;
    margin-bottom: 0;
    width: 100%;
  }
  .heading--section {
    color: #dddb02;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
  }
  .heading--left .heading__title:before {
    left: 50%;
    margin-left: -30px;
  }
  .heading__title {
    font-size: 28px;
    margin-top: 0;
    padding: 20px 0px;
    position: relative;
  }
  .heading__desc {
    font-size: 16px;
    line-height: 1.6;
  }
  .heading__subtitle {
    font-size: 20px;
  }
  .heading__divider {
    border-top: 2px solid #dddb02;
    width: 200px;
    margin: 15px auto;
  }
}
.noscroll {
  overflow: hidden;
}

main .column.left,
main .column.right {
  background: #fcfcfc;
  display: block;
  position: relative;
  font-size: 1rem;
  width: 100%;
  min-height: 0;
  vertical-align: top;
}

@media (min-width: 641px) {
  main .column.left,
  main .column.right {
    display: inline-block;
    width: 50%;
    min-height: 100vh;
  }
  main .column.left {
    position: fixed;
  }
  main .column.right {
    margin-left: 50%;
  }
}
.video-banner {
  display: block;
}

@media (min-width: 641px) {
  .video-banner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
  }
}
.video-banner .video-banner-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.video-banner-headline {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

@media (min-width: 641px) {
  .video-banner-headline {
    left: 2em;
    bottom: 2.75em;
    font-size: 1.5em;
    line-height: 1.5em;
  }
}
.video-banner-icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 2.5em;
  height: 2.5em;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}

@media (min-width: 641px) {
  .video-banner-icon-play {
    width: 4.5em;
    height: 4.5em;
  }
}
.video-banner-icon-play:hover {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1.2);
  -o-transform: translateX(-50%) translateY(-50%) scale(1.2);
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}

.content {
  display: block;
  min-height: 100vh;
  max-width: 40rem;
  margin: 2.5rem auto;
  padding: 1.5rem;
}

@media (min-width: 641px) {
  .content {
    margin: 5.75rem auto;
    padding: 2.5rem;
  }
}
.content h1,
.content h2,
.content p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  color: #0D013D;
}

.content h1 {
  font-size: 3.25em;
  font-weight: 200;
  line-height: 1em;
  margin: 0 0 0.5rem 0;
}

@media (min-width: 641px) {
  .content h1 {
    font-size: 4em;
  }
}
.content h2 {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.155em;
  margin-top: 3em;
}

/* buttons */
.content .button-group {
  margin-top: 1em;
}

.content .button {
  display: inline-block;
  padding: 1em 2em;
  min-width: 8em;
  text-align: center;
  font-weight: 900;
  text-decoration: none;
  border-radius: 1.5em;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  /* button theme - secondary is default */
  background: #f0f0f0;
  color: #2B2B2B;
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}

/* video thumbnail grid */
.content .video-thumb-grid {
  position: relative;
  font-size: 0; /* collapse the white-space */
  width: calc(100% + 2rem);
  margin: 0 -1rem;
}

.content .video-thumb {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  /* calculate the width, gutters, and aspect ratio */
  width: calc((100% - 4rem) / 2);
  height: 0;
  padding-top: calc((100% - 4rem) / 2 * 0.5625); /* 16:9 calc */
  margin: 1rem 1rem; /* gutters */
  overflow: hidden; /* clipping */
  position: relative; /* enable positioning for inner content */
  font-size: 1rem; /* reset the font size */
  -webkit-transform: scale(1);
  transform: scale(1);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-out 0.05s;
  transition: all 0.2s ease-out 0.05s;
}

.content .video-thumb:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 2px 4px rgba(13, 1, 61, 0.35);
}

.content .video-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  /* position inside the 16:9 container */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* clipping for source images that are letterboxed */
  object-fit: cover;
  object-position: 50% 50%;
  background: #2b2b2b;
}

/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0;
  -webkit-transform: translate(500%, 0%);
  transform: translate(500%, 0%);
  -webkit-transition: -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s;
  /* using flexbox for vertical centering */
  /* Flexbox display */
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /* Vertical alignment */
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.video-modal .overlay {
  z-index: 0;
  background: rgba(0, 0, 0, 0.82); /* overlay color */
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0.05s;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: 80%;
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
  }
}
/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
  }
}
/* modal close button */
.close-video-modal {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal:
   add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
  opacity: 1;
}

.show-video-modal .video-modal-content {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  width: 80%; /* Could be more or less, depending on screen size */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

.values {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.values #parent-circle {
  position: relative;
  width: 30vw;
  height: 30vw;
  border: 0.4vw solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  transform: rotate(0deg);
  transition: transform 0.7s linear;
  animation: rotate 100s infinite linear;
}
.values #parent-circle:hover {
  animation-play-state: paused;
}
.values #parent-circle:hover .circle img {
  animation-play-state: paused;
}
.values #parent-circle .circle {
  display: block;
  position: absolute;
  width: 28%;
  height: 28%;
  margin: -14%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  padding: 30px;
  background-color: #dddb02;
  display: flex;
  align-items: center;
}
.values #parent-circle .circle:hover img {
  transform: scale(1.03);
}
.values #parent-circle .circle img {
  position: relative;
  height: 100%;
  width: 100%;
  animation: rotate-animation 100s infinite linear;
}
.values #parent-circle .circle.blue {
  transform: translate(15vw);
}
.values #parent-circle .circle.blue:hover {
  background-color: #383e41;
}
.values #parent-circle .circle.pink {
  transform: rotate(72deg) translate(15vw) rotate(-72deg);
}
.values #parent-circle .circle.pink:hover {
  background-color: #383e41;
}
.values #parent-circle .circle.lime {
  transform: rotate(144deg) translate(15vw) rotate(-144deg);
}
.values #parent-circle .circle.lime:hover {
  background-color: #383e41;
}
.values #parent-circle .circle.orange {
  transform: rotate(216deg) translate(15vw) rotate(-216deg);
}
.values #parent-circle .circle.orange:hover {
  background-color: #383e41;
}
.values #parent-circle .circle.teal {
  transform: rotate(288deg) translate(15vw) rotate(-288deg);
}
.values #parent-circle .circle.teal:hover {
  background-color: #383e41;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotate-animation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}
/* INTRO */
.offices-intro {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.offices-content {
  width: 50%;
  padding: 5rem 10% 5rem 0;
}

.offices-content__title {
  font-weight: 700;
  font-size: 2rem;
  color: #252525;
}

.offices-content__address {
  color: #252525;
  font-size: 1.2rem;
}
.offices-content__address i {
  color: #dddb02;
  padding-right: 10px;
}

.offices-content__text {
  margin: 2rem 0;
}
.offices-content__text h3 {
  color: #dddb02;
  margin-bottom: 10px;
  font-weight: 700;
}
.offices-content__text p + p {
  margin-top: 1rem;
}

.offices-content__contact {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.offices-content__contact .item + .item {
  margin-top: 1rem;
}
.offices-content__contact a {
  color: #252525;
  margin-left: 10px;
}
.offices-content__contact a:hover {
  color: #dddb02;
}
.offices-content__contact i {
  color: #dddb02;
}

.offices-gallery {
  width: 50%;
  border-radius: 10px;
  max-height: 80vh;
}

.offices-gallery__item {
  position: relative;
  border-radius: 10px;
}
.offices-gallery__item img {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.offices-content__buttons a {
  margin-right: 10px;
}
.offices-content__buttons a:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .offices-intro {
    flex-direction: column;
  }
  .offices-content {
    width: 100%;
    text-align: center;
    padding: 5rem 10%;
  }
  .offices-gallery {
    width: 100%;
    height: 30rem;
  }
  #offices-intro .wp-gr {
    text-align: center !important;
  }
  .offices-content__buttons a {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .offices-content__buttons a:last-child {
    margin-bottom: 0;
  }
}
.properties__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li + li {
  margin-left: 10px;
  margin-top: 0;
}
.slick-dots button {
  background-color: #FFF;
  cursor: pointer;
  border: 1px solid #FFF;
  text-indent: -999999px;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}
.slick-dots button:focus {
  outline: none;
}
.slick-dots .slick-active button {
  width: 10px;
  height: 10px;
  opacity: 1;
  border: none;
  background-image: url("../img/icon-dot.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.reviews__list .slick-list {
  padding: 20px 0;
}
.reviews__list .slick-dots {
  bottom: -5%;
}
.reviews__list .slick-dots button {
  background-color: #dddb02;
}
.reviews__list .slick-arrow {
  position: absolute;
}
.reviews__list .slick-next {
  top: -20px;
  right: 10px;
  z-index: 10;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  background-color: #383e41;
  outline: none;
  border-radius: 5px;
}
.reviews__list .slick-next:before {
  content: "";
  background-image: url("../img/right-arrow.png");
  height: 15px;
  width: 15px;
  background-size: 15px 15px;
  display: inline-block;
}
.reviews__list .slick-prev {
  top: -20px;
  right: 55px;
  z-index: 10;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  padding: 0;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  background-color: #383e41;
  outline: none;
  border-radius: 5px;
}
.reviews__list .slick-prev:before {
  content: "";
  background-image: url("../img/right-arrow.png");
  height: 15px;
  width: 15px;
  background-size: 15px 15px;
  transform: rotate(180deg);
  display: inline-block;
}

.reviews__item {
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  margin: 0px 10px;
}

.reviews__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}
.reviews__author .image {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.reviews__author .image img {
  border-radius: 50%;
}
.reviews__author .text {
  padding-left: 10px;
}
.reviews__author .name {
  font-weight: 700;
}
.reviews__author .date {
  font-size: 0.8rem;
  color: #252525;
}
.reviews__author .logo {
  height: 20px;
  width: 20px;
  margin-left: auto;
}
.reviews__author .logo img {
  height: 100%;
  width: 100%;
}

.reviews__text {
  margin-top: 10px;
}

.reviews__text p {
  font-size: 0.8rem;
  line-height: 1.4;
}

.stars {
  display: flex;
  flex-direction: row;
}

.stars img {
  height: 15px;
  width: 15px;
}

.reviews__cta {
  margin-top: 4rem;
  text-align: center;
}

.gallery__slider {
  height: 20rem;
}
.gallery__slider .slick-list {
  padding: 20px 0;
}
.gallery__slider .slick-dots {
  bottom: -5%;
}
.gallery__slider .slick-dots button {
  background-color: #dddb02;
}
.gallery__slider .slick-arrow {
  position: absolute;
}
.gallery__slider .slick-next {
  top: -20px;
  right: 10px;
  z-index: 10;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  background-color: #383e41;
  outline: none;
  border-radius: 5px;
}
.gallery__slider .slick-next:before {
  content: "";
  background-image: url("../img/right-arrow.png");
  height: 15px;
  width: 15px;
  background-size: 15px 15px;
  display: inline-block;
}
.gallery__slider .slick-prev {
  top: -20px;
  right: 55px;
  z-index: 10;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  padding: 0;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  background-color: #383e41;
  outline: none;
  border-radius: 5px;
}
.gallery__slider .slick-prev:before {
  content: "";
  background-image: url("../img/right-arrow.png");
  height: 15px;
  width: 15px;
  background-size: 15px 15px;
  transform: rotate(180deg);
  display: inline-block;
}

.gallery__item {
  position: relative;
  margin: 0px 10px;
  border-radius: 10px;
}
.gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
}

#gallery .heading {
  padding-bottom: 0;
}

.trust__container {
  width: 100%;
}

.trust__content {
  width: 60%;
  padding-right: 10%;
}

.trust__illustration {
  position: relative;
  width: 40%;
  max-width: 600px;
  border-radius: 10px;
}
.trust__illustration:before {
  content: "";
  display: block;
  padding-bottom: 120%;
}
.trust__illustration img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: inherit;
}

.trust__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 80px;
}
.trust__list:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #252525;
  top: 0;
  left: 50%;
  opacity: 0.3;
}
.trust__list:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #252525;
  top: 50%;
  left: 0;
  opacity: 0.3;
}

.trust__item {
  text-align: center;
}
.trust__item img {
  height: 60px;
  max-width: 100%;
}
.trust__item span {
  font-size: 60px;
  font-weight: 700;
  display: block;
  color: #252525;
  padding: 20px 0;
}

.trust__title {
  color: #252525;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
}

.trust__components {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: -25% 0%;
  z-index: -99;
  opacity: 0.4;
}

@media (max-width: 1024px) {
  .trust__container {
    display: flex;
    flex-direction: column-reverse;
  }
  .trust__content {
    width: 100%;
    padding-right: 0;
  }
  .trust__illustration {
    width: 100%;
    height: 30rem;
    max-width: 100%;
    margin-top: 4rem;
  }
  .trust__list {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .trust__illustration {
    height: 20rem;
  }
  .trust__item {
    text-align: center;
  }
  .trust__item img {
    height: 60px;
    max-width: 100%;
  }
  .trust__item span {
    font-size: 40px;
    font-weight: 700;
    display: block;
    color: #252525;
    padding: 20px 0;
  }
  .trust__title {
    color: #252525;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
  }
}
.wysiwyg-table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
  font-size: 1rem;
  line-height: 1.5;
  background: #FFF;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.wysiwyg-table caption {
  padding: 0.75rem 1rem;
  font-weight: 600;
  text-align: left;
  color: #383e41;
}
.wysiwyg-table th,
.wysiwyg-table td {
  padding: 0.85rem 1.1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(56, 62, 65, 0.12);
}
.wysiwyg-table thead th {
  background: #0D2949;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.02em;
  border-bottom: 2px solid #dddb02;
}
.wysiwyg-table tbody tr:last-child td {
  border-bottom: none;
}
.wysiwyg-table tbody tr:hover {
  background: rgba(221, 219, 2, 0.08);
}
.wysiwyg-table.is-striped tbody tr:nth-child(even) {
  background: #F7F7F7;
}
.wysiwyg-table.is-striped tbody tr:nth-child(even):hover {
  background: rgba(221, 219, 2, 0.12);
}
.wysiwyg-table.is-bordered th,
.wysiwyg-table.is-bordered td {
  border: 1px solid rgba(56, 62, 65, 0.18);
}

@media (max-width: 768px) {
  .wysiwyg-table-wrapper,
  .wysiwyg-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.page-header {
  position: relative;
  height: 300px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-header:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.2);
  top: 0;
  left: 0;
}
.page-header__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.page-header__title {
  position: absolute;
  bottom: 40px;
  color: #FFF;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 10;
  max-width: 800px;
}
.page-header__subtitle {
  position: absolute;
  bottom: 10px;
  color: #FFF;
  font-size: 18px;
  z-index: 10;
  max-width: 800px;
}

@media (max-width: 1024px) {
  .page-header__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .page-header__title {
    font-size: 28px;
  }
}
.page-intro.section .heading__title {
  margin-bottom: 1rem;
}
.page-intro.section .heading__subtitle {
  margin-bottom: 1rem;
}
.page-intro.section .heading__desc {
  max-width: 900px;
}
.page-intro.section .heading__desc p + p {
  margin-top: 1rem;
}

.seo-blocks {
  background-color: #F7F7F7;
}
.seo-blocks__container {
  position: relative;
  width: 100%;
}
.seo-blocks__content {
  position: relative;
  width: 48%;
  background-color: #FFF;
  padding: 50px 5%;
  border-radius: 10px;
}
.seo-blocks__title {
  color: #383e41;
  margin-bottom: 20px;
  font-weight: 700;
}
.seo-blocks__text p {
  color: #383e41;
  opacity: 0.7;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .seo-blocks__content {
    width: 100%;
    margin-bottom: 20px;
  }
  .seo-blocks__content:last-child {
    margin-bottom: 0;
  }
}
.core {
  padding-bottom: 80px;
}
.core__item {
  position: relative;
  width: 20%;
  padding: 0 1%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.core__item:nth-child(even) {
  display: flex;
  flex-direction: column-reverse;
}
.core__item:nth-child(even):after {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg) translateX(-50%);
  content: "";
  height: 1px;
  height: 100%;
  border: 1px dotted rgba(1, 1, 1, 0.3);
  z-index: 0;
}
.core__item:nth-child(even) .core__content {
  margin-top: 0;
  margin-bottom: 30px;
}
.core__item:last-child:after {
  display: none;
}
.core__item:after {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(135deg) translateX(-50%);
  content: "";
  height: 1px;
  height: 100%;
  border: 1px dotted rgba(1, 1, 1, 0.3);
  z-index: 0;
}
.core__icon {
  position: relative;
  border: 5px solid #dddb02;
  padding: 20px;
  border-radius: 50%;
  background-color: white;
  z-index: 2;
  height: 100px;
  width: 100px;
  margin: 0 auto;
}
.core__icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  content: "";
  width: 120%;
  z-index: 1;
  height: 120%;
  border: 1px dotted rgba(1, 1, 1, 0.3);
  border-radius: 50%;
}
.core__content {
  margin-top: 30px;
}
.core__title {
  text-transform: uppercase;
  color: #383e41;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.core__text {
  text-align: center;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .core__list {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
  }
  .core__list:after {
    position: absolute;
    top: 0;
    left: 57px;
    content: "";
    height: 1px;
    height: 100%;
    border: 1px dotted rgba(1, 1, 1, 0.3);
    z-index: 0;
  }
  .core__item {
    display: grid !important;
    grid-template-columns: 100px 1fr;
    width: 100%;
    column-gap: 40px;
    margin: 40px 0;
  }
  .core__item:after {
    display: none;
  }
  .core__title {
    text-align: left;
  }
  .core__text {
    text-align: left;
  }
  .core__icon {
    margin-left: 0;
  }
  .core__content {
    text-align: left;
    max-width: 400px;
    margin: 0;
  }
}
.testimonials {
  background-color: #383e41;
  padding-top: 300px !important;
  margin-top: -300px;
}
.testimonials__slider {
  padding-top: 20px;
}
.testimonials__slider .slick-arrow {
  position: absolute;
}
.testimonials__slider .slick-next {
  top: -100px;
  right: 0;
  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;
}
.testimonials__slider .slick-next:before {
  content: "";
  background-image: url(../img/right-arrow.png);
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  display: inline-block;
}
.testimonials__slider .slick-prev {
  top: -100px;
  right: 60px;
  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;
}
.testimonials__slider .slick-prev:before {
  content: "";
  background-image: url(../img/right-arrow.png);
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  transform: rotate(180deg);
  display: inline-block;
}
.testimonials__item {
  position: relative;
  display: flex !important;
}
.testimonials__illustration {
  position: relative;
  height: auto;
  width: 30%;
}
.testimonials__illustration img {
  position: relative;
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.testimonials__illustration video {
  position: relative;
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.testimonials__content {
  padding: 20px 5%;
  width: 70%;
}
.testimonials__title {
  color: #FFF;
  text-transform: uppercase;
}
.testimonials__desc {
  margin: 20px 0;
  max-width: 80%;
  color: #FFF;
  opacity: 0.7;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.testimonials__link {
  position: relative;
  display: block;
  text-align: center;
}
.testimonials__link:hover {
  cursor: pointer;
}
.testimonials__link:hover::after {
  opacity: 1;
}
.testimonials__link:after {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/play.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
  background-color: rgba(1, 1, 1, 0.4);
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 500px) {
  .testimonials__illustration {
    width: 100%;
  }
  .testimonials__illustration img {
    margin: 0 auto;
  }
  .testimonials__illustration video {
    margin: 0 auto;
  }
  .testimonials__content {
    width: 100%;
    text-align: center;
  }
  .testimonials__desc {
    max-width: 100%;
  }
}
.praticals {
  padding-top: 80px;
}
.praticals__list {
  max-width: 600px;
  width: 50%;
}
.praticals__text {
  width: 50%;
  padding-right: 100px;
}
.praticals__item {
  overflow: hidden;
  border-bottom: 1px solid #CFD8DC;
  transition: height 300ms ease-in-out;
}
.praticals__item:last-child {
  border-bottom: 0;
}
.praticals__title {
  display: flex;
  position: relative;
  list-style: none;
  padding-left: 0;
  outline: 0;
  padding: 20px 20px 20px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: color 300ms ease-in-out;
}
[open] > .praticals__title {
  color: #dddb02;
}
.praticals__title i {
  margin-right: 0;
  color: #383e41;
}
.praticals__heading {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.7;
  max-width: 300px;
}
.praticals__desc {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0 30px 0;
}
.praticals__desc p + p {
  margin-top: 15px;
}
.praticals__content {
  padding-top: 0;
  padding-bottom: 20px;
}
.praticals__content li {
  line-height: 1.6;
  margin: 10px 0;
}
.praticals__cta {
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .praticals__list {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
  }
  .praticals__text {
    width: 100%;
  }
  .praticals__content {
    padding: 0 40px 25px;
  }
}
@media (max-width: 500px) {
  .praticals__text {
    padding-right: 0;
  }
}
.banner__container {
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  border-radius: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.banner__content {
  width: 50%;
  padding: 80px 5%;
  border-radius: 10px 0 0 10px;
}
.banner__text {
  margin-bottom: 30px;
}
.banner__illustration {
  position: relative;
  display: flex;
  width: 50%;
  height: auto;
  border-radius: 0 10px 10px 0;
}
.banner__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 10px 10px 0;
}
.banner__illustration:after {
  content: "";
  display: block;
  border-radius: 0 10px 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 75%);
}

@media (max-width: 1024px) {
  .banner__container {
    width: 90%;
    margin: 0 auto;
  }
  .banner__content {
    width: 100%;
    padding: 40px 5%;
  }
  .banner__illustration {
    width: 100%;
  }
}
.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.steps-sidebar {
  width: 100%;
  background-color: white;
  padding: 10px 40px;
  border-radius: 10px;
}
.steps__list {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  column-gap: 40px;
  row-gap: 20px;
}
.steps__item {
  position: relative;
  z-index: 1;
}
.steps__block {
  display: grid;
  grid-template-columns: 40% 60%;
  column-gap: 40px;
  width: 100%;
  display: none;
  visibility: hidden;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
}
.steps__block-active {
  display: grid !important;
  visibility: visible;
  position: relative;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.steps__illustration {
  position: relative;
  border-radius: 10px;
}
.steps__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.steps__illustration:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.steps__content {
  align-self: center;
  padding: 0 10%;
}
.steps__link {
  width: 100%;
  text-align: left;
  color: black;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.steps__link span {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  background-color: #F7F7F7;
  background-size: 40px 40px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-weight: 600;
}
.steps__link p {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 600;
}
.steps__link.active span {
  background: #dddb02;
  color: white;
}
.steps__link.active p {
  color: #dddb02;
}
.steps__link:hover, .steps__link:active {
  background: white;
  color: #dddb02;
}
.steps-content {
  width: 100%;
  padding: 60px 3%;
  margin-top: 1px;
  font-size: 14px;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  display: block;
}
.steps__btn.active {
  background-color: red;
}
.steps__title {
  font-size: 32px;
  font-weight: 600;
}
.steps__text {
  margin: 25px 0;
}
.steps__text p {
  margin: 15px 0;
  font-size: 14px;
}

@media (max-width: 900px) {
  .steps__block {
    grid-template-columns: 30% 70%;
  }
}
@media (max-width: 768px) {
  .steps__block {
    grid-template-columns: 1fr;
  }
  .steps__illustration {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
  }
  .steps__content {
    margin-top: 50px;
  }
}
.team__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
  justify-content: start;
}
.team__item {
  display: block;
  padding: 40px 2%;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  border-radius: 10px;
  align-items: center;
  text-align: center;
}
.team__illustration {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.team__illustration img {
  position: relative;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
}
.team__content {
  width: 100%;
}
.team__title {
  color: #dddb02;
  margin-bottom: 5px;
  font-size: 24px;
}
.team__contact {
  margin-top: 20px;
}
.team__contact a {
  display: block;
  color: #383e41;
}
.team__contact a + a {
  margin-top: 10px;
}
.team__contact i {
  color: #dddb02;
  padding-right: 10px;
}

@media (max-width: 1024px) {
  .team__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .team__list {
    grid-template-columns: 1fr;
  }
}
.image-text__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.image-text__content {
  padding: 50px auto;
}
.image-text__content .heading__title {
  margin-bottom: 1rem;
}
.image-text__content .heading__subtitle {
  margin-bottom: 1rem;
  font-weight: 500;
}
.image-text__content .btn {
  margin-top: 1.5rem;
}
.image-text__text p + p {
  margin-top: 1rem;
}
.image-text__illustration {
  position: relative;
  width: 100%;
  min-height: 400px;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.image-text--left .image-text__illustration {
  grid-column: 1;
  grid-row: 1;
}
.image-text--left .image-text__content {
  grid-column: 2;
  grid-row: 1;
  padding: 50px 0;
}

@media (max-width: 1024px) {
  .image-text__container {
    grid-template-columns: 1fr;
  }
  .image-text--left .image-text__illustration, .image-text--left .image-text__content {
    grid-column: auto;
    grid-row: auto;
  }
  .image-text__illustration {
    min-height: 350px;
  }
}
.area {
  background-color: #F7F7F7;
}
.area__slider .slick-arrow {
  position: absolute;
}
.area__slider .slick-next {
  top: -85px;
  right: 10%;
  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-color: #383e41;
  outline: none;
  border-radius: 5px;
}
.area__slider .slick-next:before {
  content: "";
  background-image: url(../img/right-arrow.png);
  height: 25px;
  width: 25px;
  background-size: 25px 25px;
  display: inline-block;
}
.area__slider .slick-prev {
  top: -85px;
  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-color: #383e41;
  outline: none;
  border-radius: 5px;
  right: calc(10% + 60px);
}
.area__slider .slick-prev:before {
  content: "";
  background-image: url(../img/right-arrow.png);
  height: 25px;
  width: 25px;
  background-size: 25px 25px;
  transform: rotate(180deg);
  display: inline-block;
}
.area__item {
  position: relative;
  width: 100%;
  padding: 0 10px 40px 10px;
}
.area__illustration {
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 350px;
}
.area__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 6px solid #dddb02;
}
.area__content {
  width: 100%;
  text-align: center;
  padding: 40px 5%;
  margin-top: -10px;
  background-color: #FFF;
}
.area__content .divider {
  margin-left: auto;
  margin-right: auto;
}
.area__title {
  position: relative;
  z-index: 10;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.area__desc {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  color: white;
  line-height: 1.4;
}
.area__desc p {
  line-height: 1.6;
  font-size: 14px;
}
.area__desc p + p {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .area .heading__title {
    padding-bottom: 80px;
  }
  .area__slider .slick-prev,
  .area__slider .slick-next {
    top: -70px;
  }
}
.cards.section + .cards.section {
  padding-top: 0;
}

.reviews.section {
  padding: 60px 0;
}

.contact__container {
  position: relative;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  border-radius: 10px;
  margin: 0 0 80px;
}

.contact-form {
  width: 60%;
  padding: 60px 5%;
}
.contact-form__container {
  padding: 20px 40px;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
}
.contact-form__title {
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-infos {
  position: relative;
  width: 40%;
  background-color: #383e41;
  padding: 60px 5%;
  border-radius: 10px 0 0 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-infos:after {
  content: "";
  position: absolute;
  background-color: #383e41;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.95;
  border-radius: 10px 0 0 10px;
}
.contact-infos__text {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.contact-infos__title {
  color: white;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
}
.contact-infos__desc {
  color: #FFF;
  opacity: 0.8;
}
.contact-infos__list {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.contact-infos__item a {
  font-size: 16px;
  color: #FFF;
  font-weight: 300;
}
.contact-infos__item a:hover {
  opacity: 0.7;
}
.contact-infos__item i {
  padding-right: 15px;
  color: #dddb02;
}
.contact-infos__item + .contact-infos__item {
  margin-top: 40px;
}

.contact-social {
  position: relative;
  margin-top: auto;
  z-index: 1;
}
.contact-social__item {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact-social__item:hover {
  background-color: #dddb02;
}
.contact-social__item i {
  color: white;
}
.contact-social__item + .contact-social__item {
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .contact__container {
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .contact-infos {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .contact-infos:after {
    border-radius: 0 0 10px 10px;
  }
  .contact-form {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
@media (max-width: 768px) {
  .contact-infos__item {
    width: 100%;
  }
  .contact-infos__item + .contact-infos__item {
    margin-top: 40px;
  }
}
.estimation-form__container {
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  border-radius: 10px;
}
.estimation-form__illustration {
  position: relative;
  width: 50%;
  height: auto;
  display: flex;
  border-radius: 0 10px 10px 0;
}
.estimation-form__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 10px 10px 0;
}
.estimation-form__content {
  position: relative;
  width: 50%;
  padding: 80px 5%;
}
.estimation-form__content .heading__title {
  margin-bottom: 25px;
}

@media (max-width: 1024px) {
  .estimation-form__illustration {
    width: 100%;
    height: 300px;
    border-radius: 10px 10px 0 0;
  }
  .estimation-form__illustration img {
    border-radius: inherit;
  }
  .estimation-form__content {
    width: 100%;
  }
}
.search-intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.search-intro .heading {
  width: 55%;
}

.search-modal {
  width: 40%;
  padding: 60px 5%;
  border-radius: 10px;
  background-color: #F4F4F4;
}
.search-modal__title {
  font-weight: 600;
  margin-bottom: 1rem;
}
.search-modal__desc {
  margin: 30px 0;
}

@media (max-width: 1024px) {
  .search-modal {
    width: 100%;
    max-width: 100%;
  }
}
.section .cards--large {
  margin-top: 2rem;
}

.blocks__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}
.blocks__container + .blocks__container {
  margin-top: 6rem;
}
.blocks__container:nth-child(2n+1) {
  grid-auto-flow: dense;
}
.blocks__container:nth-child(2n+1) .blocks__illustration {
  grid-column: 2;
}
.blocks__container:nth-child(2n+1) .blocks__content {
  grid-column: 1;
}

.blocks__illustration {
  position: relative;
  width: 100%;
  border-radius: 10px;
}
.blocks__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.blocks__content {
  padding: 6rem 0;
}
.blocks__content .headline {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
}

@media (max-width: 1024px) {
  .blocks__container {
    grid-template-columns: 1fr;
  }
  .blocks__container:nth-child(2n+1) {
    grid-auto-flow: row;
  }
  .blocks__container:nth-child(2n+1) .blocks__illustration {
    grid-column: auto;
  }
  .blocks__illustration {
    height: 350px;
  }
  .blocks__content {
    padding: 0;
  }
}
.blocks__slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.blocks__slider .blocks__item {
  position: relative;
}
.blocks__slider .blocks__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.content-text {
  margin: 0;
  padding: 25px 0;
}
.content-text__title {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 2rem;
}
.content-text__text p {
  margin-top: 20px;
  font-size: 16px;
}
.content-text__text p:first-child {
  margin-top: 0;
}
.content-text__text strong {
  font-weight: 700;
}
.content-text__text ol {
  margin-left: 20px;
}
.content-text__text ol li {
  font-size: 16px;
  margin-top: 20px;
  position: relative;
  line-height: 1.4;
  padding-left: 10px;
}
.content-text__text ul {
  margin-left: 20px;
  margin-top: 20px;
}
.content-text__text ul li {
  font-size: 16px;
  margin-top: 20px;
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
}
.content-text__text ul li:first-child {
  margin-top: 0;
}
.content-text__text ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #dddb02;
}

.content-image {
  margin: 0;
  padding: 50px 0;
}
.content-image .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.content-image__illustration {
  height: 500px;
  position: relative;
}
.content-image__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .content-image .container {
    grid-template-columns: 1fr;
  }
  .content-image__illustration {
    height: 350px;
  }
}
.contact.section + .contact.section {
  margin-top: 4rem;
}

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

.offices__illustration {
  position: relative;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(1, 1, 1, 0.2);
}
.offices__illustration:before {
  display: block;
  padding-bottom: 60%;
  content: "";
}
.offices__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.offices__content {
  position: relative;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(1, 1, 1, 0.2);
  width: 95%;
  margin-top: -4rem;
  z-index: 2;
  margin-inline: auto;
  padding: 2rem;
  text-align: center;
}

.offices__title {
  font-size: 1.8rem;
  font-weight: 700;
}

.offices__address {
  font-size: 1rem;
  color: #252525;
}

.offices__contact {
  margin: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #F7F7F7;
  padding: 10px 20px;
  border-radius: 10px;
  justify-content: center;
}
.offices__contact .item + .item {
  margin-left: 40px;
}
.offices__contact a {
  color: #000;
  margin-left: 5px;
}
.offices__contact a:hover {
  color: #dddb02;
}
.offices__contact i {
  color: #dddb02;
}

@media (max-width: 1024px) {
  .offices__list {
    grid-template-columns: 1fr;
  }
  .offices__contact .item + .item {
    margin-left: 0;
    margin-top: 15px;
  }
}
.blog__card {
  position: relative;
}

.blog__illustration {
  position: relative;
  height: 280px;
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.blog__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: all 0.2s ease-in-out;
}
.blog__illustration:hover img {
  transform: scale(1.02);
}

.blog__content {
  padding: 25px 0;
  max-width: 100%;
}

.blog__title {
  font-weight: 500;
  font-size: 28px;
}
.blog__title a {
  color: #000;
}
.blog__title a:hover {
  color: #dddb02;
}

.blog__desc {
  font-size: 16px;
  color: #252525;
  line-height: 1.7;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog__link {
  color: #dddb02;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #dddb02;
  margin-top: auto;
}
.blog__link:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.blog__taxonomy {
  display: block;
  margin-bottom: 20px;
}
.blog__taxonomy .category {
  display: inline-block;
  background-color: #dddb02;
  color: #252525;
  padding: 8px 10px;
  border-radius: 50px;
  font-weight: 600;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.blog__taxonomy .category:last-child {
  margin-right: 0;
}

.blog__date {
  color: #252525;
  width: 100%;
  margin: 10px 0;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .blog__title {
    font-size: 20px;
  }
  .blog__desc {
    font-size: 14px;
  }
  .blog__illustration {
    height: 220px;
  }
}
.trips-program__item {
  position: relative;
  padding: 2rem 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.trips-program__item:last-child {
  border-bottom: 0;
}
.trips-program__symbol {
  display: none;
}
.trips-program__content {
  width: 100%;
}
.trips-program__illustration {
  width: 40%;
  min-height: 200px;
  border-radius: 10px;
}
.trips-program__text {
  width: 55%;
}
.trips-program__text h3 {
  font-weight: 600;
  margin-bottom: 1rem;
}
.trips-program__text h3 span {
  display: block;
  font-size: 0.85em;
  color: #dddb02;
  font-weight: 500;
}

@media (max-width: 768px) {
  .trips-program__illustration,
  .trips-program__text {
    width: 100%;
  }
}
.home-content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-content__container {
  max-width: 700px;
  z-index: 10;
}
.home-content__heading {
  display: block;
  width: 100%;
  text-align: center;
}
.home-content__title {
  color: white;
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 1px 0px 20px rgb(1, 1, 1);
}
.home-content__subtitle {
  color: white;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
  text-shadow: 2px 0px 10px rgb(1, 1, 1);
}
.home-content__btn {
  text-align: center;
  margin-top: 40px;
}
.home-content__btn a {
  color: #383e41;
  font-weight: 700;
}
.home-content__btn a + a {
  margin-left: 25px;
}
.home-content__quote {
  text-align: center;
  margin-top: 20px;
}
.home-content__quote a {
  color: #383e41;
  font-weight: 700;
}
.home-content__quote a + a {
  margin-left: 25px;
}

.home-card {
  position: relative;
  display: block;
  margin: 40px 0px 0px;
}
.home-card:after {
  content: "";
  position: absolute;
  background-image: url("../img/calque-header.png");
  background-repeat: no-repeat;
  background-color: rgba(1, 1, 1, 0.4);
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home-card__container {
  display: flex;
  width: 100%;
}
.home-card__content {
  width: 100%;
  position: relative;
  padding: 5% 0;
  margin-left: auto;
  z-index: 10;
  text-align: center;
}
.home-card__content .cta {
  color: #FFF;
  margin-top: 25px;
}
.home-card__title {
  color: #FFF;
  font-size: 18px;
}
.home-card__title em {
  display: block;
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  margin: 10px 0px;
  font-family: "Gotham Rounded Medium";
}
.home-card__desc {
  color: #FFF;
  margin-bottom: 40px;
}

.about {
  padding: 200px 0px !important;
}
.about__illustration {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about__image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about__image:nth-child(2) {
  position: absolute;
  height: 250px;
  width: 250px;
  right: 50px;
  top: -30px;
  z-index: 10;
}
.about__image:nth-child(2):before {
  position: relative;
  background-color: #dddb02;
  margin-top: 10px;
  margin-right: 10px;
  height: 100%;
  width: 100%;
  display: block;
  z-index: -1;
}
.about__content {
  width: 50%;
  padding: 50px 5%;
}
.about__content a {
  color: #383e41;
}
.about__content a + a {
  margin-left: 15px;
}
.about__desc {
  margin-bottom: 40px;
}
.about__desc p + p {
  margin-top: 15px;
}

.value {
  position: absolute;
}
.value__item {
  background-color: #dddb02;
  padding: 40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
}

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

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.error__content {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.error__title {
  font-size: 140px;
  font-weight: 800;
  color: #dddb02;
  margin-bottom: 20px;
}

.error__subtitle {
  font-size: 28px;
}

.error__desc {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .home-intro__content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
  .home-intro__illustration {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .about {
    padding: 80px 0 !important;
  }
  .about__intro {
    width: 100%;
  }
  .about__content {
    width: 100%;
  }
  .about__container {
    flex-direction: column-reverse;
  }
  .about__illustration {
    width: 100%;
    height: 500px;
  }
  .praticals__list {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home-slider {
    height: 400px;
  }
  .home-slider__content {
    position: relative;
    z-index: 10;
    text-align: center;
  }
  .home-slider__content .title {
    font-size: 50px;
  }
  .home-slider__content .desc {
    font-size: 24px;
  }
  .about__illustration {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .home-slider {
    height: 300px;
  }
  .about__title {
    width: 100%;
    text-align: center !important;
    padding-right: 0px !important;
  }
  .about__intro {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .about__illustration {
    margin: 0 auto !important;
    margin-bottom: 25px !important;
  }
  .about__content {
    text-align: center !important;
  }
}
@media (max-width: 500px) {
  .home-slider__content {
    padding: 0px 10%;
  }
  .home-slider__content .title {
    margin-bottom: 15px;
  }
  .home-slider__content .desc {
    line-height: 1.2;
  }
  .home-content__title {
    font-size: 28px;
  }
  .home-content__btn a {
    display: block;
  }
  .home-content__btn a + a {
    margin-top: 20px;
    margin-left: 0;
  }
}
.estate {
  padding-bottom: 80px;
}

.estate-header {
  position: relative;
  height: 150px;
  width: 100%;
  background-color: #383e41;
  border-bottom: 4px solid #dddb02;
}
.estate-header.header--project {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.estate-header.header--project:after {
  content: "";
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  height: 100%;
  width: 100%;
}
.estate-header__content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.estate-header__text {
  padding: 20px 0px;
}
.estate-header__text .title {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
}
.estate-header__text .title span {
  display: block;
  font-size: 48px;
  font-weight: 500;
}
.estate-header__text .adress {
  color: #FFF;
}
.estate-header__illustration:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.3);
}
.estate-header__print {
  background-color: #F7F7F7;
  padding: 17px 20px;
  margin-left: auto;
  border-radius: 5px;
  margin-right: 20px;
}
.estate-header__print i {
  color: #383e41;
  font-size: 20px;
}
.estate-header__print:hover {
  background-color: #dddb02;
}
.estate-header__flag {
  position: relative;
  background-color: #03a9f4;
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 15px;
}
.estate-header__flag span {
  text-transform: uppercase;
  font-size: 10px;
  color: #FFF;
  font-weight: 600;
}
.estate-header__flag-sold {
  background-color: red;
}
.estate-header__price {
  background-color: #dddb02;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-family: system-ui;
}
.estate-header__price p {
  color: #FFF;
  font-size: 36px;
  line-height: 1;
  font-weight: 500;
}

.estate-top {
  padding-top: 40px;
  padding-bottom: 20px;
}
.estate-top__flag {
  position: relative;
  background-color: #03a9f4;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.estate-top__flag span {
  text-transform: uppercase;
  font-size: 12px;
  color: #FFF;
  font-weight: 600;
}
.estate-top__flag.vendu {
  background-color: red;
}
.estate-top__flag.loue {
  background-color: red;
}
.estate-top__flag.a-vendre {
  background-color: #03a9f4;
}
.estate-top__flag.a-louer {
  background-color: #03a9f4;
}
.estate-top__title {
  width: 100%;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-size: 30px;
}
.estate-top__address {
  margin-left: 30px;
}
.estate-top__address p {
  font-size: 18px;
}
.estate-top__energy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
}
.estate-top__list {
  display: flex;
  margin-right: 10px;
  margin-left: auto;
  justify-content: center;
  margin-bottom: 40px;
}
.estate-top__btn {
  position: relative;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dddb02;
  border-radius: 5px;
  color: #383e41;
}
.estate-top__btn:hover {
  background-color: #F2F2F2;
}
.estate-top__btn + .estate-top__btn {
  margin-left: 20px;
}
.estate-top__btn img {
  height: 20px;
  width: 20px;
  object-fit: contain;
  margin-right: 10px;
}

.estate-gallery {
  padding-bottom: 50px;
  position: relative;
}

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

.estate-gallery__img {
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0s;
}
.estate-gallery__img:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.estate-gallery__img:first-child {
  grid-column: 1/span 3;
  grid-row: span 2;
}
.estate-gallery__img:first-child:after {
  display: none;
}

.estate-gallery {
  padding-bottom: 50px;
  position: relative;
}
.estate-gallery__img {
  position: relative;
  overflow: hidden;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.estate-gallery__img:nth-child(n+6) {
  display: none;
}
.estate-gallery__img a {
  position: absolute;
  left: 0px;
  height: 0px;
  width: 100%;
  height: 100%;
}
.estate-gallery__img:hover .estate-gallery__illustration {
  transform: scale(1.05);
}
.estate-gallery__img:hover .estate-gallery__illustration:after {
  opacity: 0;
}
.estate-gallery__article {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.estate-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;
  overflow: hidden;
}

.estate-details {
  position: relative;
  width: calc(66% - 10px);
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 40px 25px;
}

.estate-intro__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
}

.estate-intro {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.estate-intro__item {
  border: 1px solid rgba(24, 24, 24, 0.15);
  padding: 20px 25px;
  border-radius: 5px;
  background-color: #FFF;
  text-align: center;
}
.estate-intro__item i {
  opacity: 0.5;
  padding-bottom: 5px;
}
.estate-intro__item p {
  line-height: 1.2;
}

.estate-content {
  padding: 40px 20px;
}
.estate-content__title {
  font-weight: 600;
  font-size: 20px;
}
.estate-content__text {
  line-height: 1.3;
  margin: 25px 0px;
}
.estate-content__text p + p {
  margin-top: 20px;
}

.estate-docs {
  margin-bottom: 25px;
}
.estate-docs__list {
  margin-top: 25px;
  padding: 0px 20px;
}
.estate-docs__item {
  border: 1px solid rgba(24, 24, 24, 0.15);
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 10px;
  transition: opacity 0.3s ease-in-out;
}
.estate-docs__item:last-child {
  margin-right: 0px;
}
.estate-docs__item:hover {
  border: 1px solid #383e41;
}
.estate-docs__link {
  display: flex;
  justify-content: center;
  transition: opacity 0.3s ease-in-out;
}
.estate-docs__link i {
  color: #383e41;
  display: flex;
  align-items: center;
  padding-right: 10px;
  font-size: 18px;
}
.estate-docs__link p {
  font-weight: 600;
  font-size: 14px;
}

.estate-contact {
  width: calc(33.33% - 20px);
  margin: 0px 10px;
}
.estate-contact__container {
  position: sticky;
  top: 0;
  border: 1px solid rgba(24, 24, 24, 0.15);
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
}
.estate-contact__header {
  background-color: #383e41;
  padding: 20px 0px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}
.estate-contact__price {
  color: white;
  font-size: 32px;
  font-family: system-ui;
  font-weight: 800;
  letter-spacing: 1px;
}
.estate-contact__price span {
  font-size: 16px;
  display: block;
  letter-spacing: normal;
}
.estate-contact__content {
  padding: 40px;
}
.estate-contact__illustration {
  position: relative;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin: 0 auto;
}
.estate-contact__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}
.estate-contact__text .title {
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
}
.estate-contact__text .title span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.estate-contact__text .desc {
  margin-top: 20px;
  line-height: 1.5;
  text-align: center;
  font-size: 16px;
}
.estate-contact__text .desc:before {
  content: "«";
  padding-right: 5px;
}
.estate-contact__text .desc:after {
  content: "»";
  padding-left: 5px;
}
.estate-contact__infos {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center;
}
.estate-contact__infos a {
  background-color: #383e41;
  color: #FFF;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.estate-contact__infos a:hover {
  background-color: #dddb02;
}
.estate-contact__infos a + a {
  margin-left: 10px;
}
.estate-contact__infos i {
  font-size: 12px;
}
.estate-contact__cta {
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
}
.estate-contact__cta i {
  color: white;
  padding-right: 15px;
}
.estate-contact__cta a {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 0px;
  display: block;
  border-radius: 0px 0px 10px 10px;
  background-color: #dddb02;
  transition: all 0.2s ease-in-out 0s;
}
.estate-contact__cta a:hover {
  color: #383e41;
}

.estate-map__container {
  position: relative;
  width: calc(100% - 20px);
  margin: 40px 10px;
  height: 250px;
  border-radius: 10px;
}
.estate-map__container img {
  max-width: inherit !important;
}
.estate-map #map {
  position: relative;
  height: 100%;
  width: 100%;
}

.estate-table {
  width: 100%;
  border-radius: 10px;
}
.estate-table tbody {
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.3);
}
.estate-table th, .estate-table td {
  text-align: center;
  padding: 10px 0px;
  font-size: 12px;
  border-bottom: 1px solid #F4F4F4;
}
.estate-table tr:first-child {
  background-color: #383e41;
  color: white;
}
.estate-table tr:first-child tr {
  border-radius: 10px 10px 0px 0px;
}
.estate-table tr:nth-child(even) {
  background-color: white;
}
.estate-table td:first-child {
  text-align: left;
  padding-left: 40px;
}
.estate-table th:first-child {
  text-align: left;
  padding-left: 40px;
  border-radius: 10px 0px 0px 0px;
}
.estate-table th:last-child {
  border-radius: 0px 10px 0px 0px;
}
.estate-table tr:last-child td {
  border-bottom: none;
  border-radius: 0px 0px 10px 10px;
}

.estate-more {
  background-color: #F7F7F7;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-bottom: 40px;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.caracs__table {
  position: relative;
  display: block;
  width: 100%;
  margin: 25px 0px;
  padding-bottom: 25px;
}
.caracs__body {
  position: relative;
  width: 100%;
  display: block;
  padding: 0px 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  column-gap: 40px;
  row-gap: 10px;
}
.caracs__row {
  position: relative;
  display: inline-flex;
  justify-content: space-between;
}
.caracs__heading {
  font-weight: 600;
  font-size: 20px;
  background-color: #383e41;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 10px;
}
.caracs__heading i {
  padding-right: 10px;
}
.caracs__title {
  position: relative;
  font-weight: 700;
  text-align: left;
}
.caracs__data {
  position: relative;
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: top;
}

.gallery {
  display: flex;
  margin: 10px auto;
  max-width: 600px;
  position: relative;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 600px) {
  .gallery {
    padding-top: 400px;
  }
}
.gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallery__thumb {
  padding-top: 6px;
  margin: 6px;
  display: block;
}
.gallery__selector {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery__selector:checked + .gallery__img {
  opacity: 1;
}
.gallery__selector:checked ~ .gallery__thumb > img {
  box-shadow: 0 0 0 3px #0be2f6;
}

@media (max-width: 1024px) {
  .estate .container {
    flex-direction: column-reverse;
  }
  .estate-details {
    width: 100%;
  }
  .estate-contact {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  .estate-gallery__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .estate-gallery__img:first-child {
    grid-column: 1/span 2;
  }
  .estate-contact__content {
    display: grid;
    grid-template-columns: 150px 1fr 100px;
    column-gap: 40px;
  }
  .estate-contact__text .title, .estate-contact__text .desc {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .estate-cta {
    position: fixed;
    bottom: 20px;
    left: 0;
    z-index: 99;
    width: 100%;
    background: transparent;
    display: none;
    opacity: 0;
    transform: translateY(-200px);
    transition: opacity 0.6s ease, transform 2s ease;
    pointer-events: none; /* Évite de cliquer pendant l'animation */
  }
  .estate-cta a {
    display: block;
    text-align: center;
    color: #252525;
    font-weight: 700;
  }
  .estate-cta a:hover {
    background-color: #252525;
  }
  .estate-cta.visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .estate-contact__content {
    display: block;
  }
  .estate-contact__text .title, .estate-contact__text .desc {
    text-align: center;
  }
  .estate-gallery__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .estate-gallery__img:first-child {
    min-height: 300px;
    grid-column: span 4;
  }
  .estate-top__address {
    display: block;
    padding: 20px 0;
    margin-left: 0;
    width: 100%;
  }
  .estate-header__print {
    margin-left: 0;
  }
}
@media (max-width: 450px) {
  .estate-table th:first-child {
    padding-left: 20px;
  }
  .estate-table td:first-child {
    padding-left: 20px;
  }
  .estate-table th, td {
    font-size: 10px;
    padding: 10px !important;
  }
}
.agent__container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.agent__card {
  position: relative;
  background-color: #F7F7F7;
  border-radius: 10px;
  width: 50%;
  text-align: left;
  align-self: self-start;
}

.agent__illustration {
  position: relative;
  height: 30rem;
  width: 60%;
}
.agent__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
  z-index: 2;
}

.agent__title {
  position: absolute;
  top: 15%;
  right: 5%;
  max-width: 250px;
}
.agent__title .title {
  font-size: 24px;
  font-weight: 300;
}
.agent__title .title em {
  font-family: "Metroline";
  letter-spacing: 4px;
  font-style: normal;
  font-size: 32px;
  display: block;
  line-height: 0.8;
  margin-bottom: 1rem;
}
.agent__title img {
  position: relative;
  width: 100px;
  margin-top: 0rem;
  margin-left: -3rem;
  z-index: 0;
  transform: rotate(20deg);
}

.agent__text {
  margin-bottom: 2rem;
}
.agent__text .name {
  font-weight: 700;
  font-size: 2rem;
  color: #dddb02;
  margin-bottom: 5px;
}
.agent__text .function {
  color: #252525;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.2;
}
.agent__text .text {
  margin: 1rem 0;
}

.agent__contact {
  background-color: #dddb02;
  border-radius: 0px 0px 10px 10px;
  text-align: right;
  max-width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.agent__contact .item + .item {
  margin-top: 1rem;
}
.agent__contact i {
  color: #252525;
  padding-right: 10px;
}
.agent__contact a {
  color: #252525;
  font-size: 18px;
}
.agent__contact a:hover {
  color: #FFF;
}
.agent__contact .contact {
  padding: 0rem 2rem;
}

.agent__buttons {
  margin-top: 2rem;
}
.agent__buttons a + a {
  margin-top: 1rem;
}

.agent__content {
  text-align: left;
  padding: 2rem 0;
  width: 50%;
  padding-left: 5%;
}
.agent__content h4 {
  margin-bottom: 20px;
  font-weight: 700;
}
.agent__content h4:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #dddb02;
  margin-right: 10px;
}
.agent__content .text p {
  line-height: 1.6;
  margin-top: 10px;
  font-size: 14px;
}
.agent__content .text p + p {
  margin-top: 10px;
}
.agent__content .text + h4 {
  margin-top: 20px;
}
.agent__content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.agent__content li {
  background-color: #F7F7F7;
  padding: 20px;
  border-radius: 10px;
}
.agent__content li p {
  line-height: 1.4;
  margin-top: 10px;
  font-size: 12px;
}
.agent__content h5 {
  font-size: 14px;
  font-weight: 700;
  color: #dddb02;
}

.agent__logo {
  background-color: #3d3d3d;
  height: 100px;
  width: 100px;
  border-radius: 0px 0px 0px 10px;
  padding: 10px;
}

/* MAP */
#properties-map .container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#properties-map .heading {
  width: 50%;
  padding-right: 5%;
  padding: 2rem 5% 2rem 0;
}

#map {
  width: 50%;
  min-height: 400px;
  border-radius: 20px;
}

@media (max-width: 1024px) {
  .agent__container {
    flex-direction: column;
  }
  .agent__card {
    width: 100%;
    max-width: 100%;
  }
  .agent__content {
    width: 100%;
    margin-top: 4rem;
    padding: 0rem;
  }
  .properties__list {
    grid-template-columns: 1fr 1fr;
  }
  #properties-map .container {
    flex-direction: column;
  }
  #properties-map .heading {
    width: 100%;
    padding: 4rem 0;
  }
  #map {
    width: 100%;
  }
}
.blog {
  padding-bottom: 80px;
}

.blog-header {
  position: relative;
  padding-top: 100px;
}

.blog-header__bg {
  position: relative;
  background: #dddb02;
  text-align: center;
  border-radius: 30px;
  padding: 40px 0;
}
.blog-header__bg:after {
  content: "";
  display: block;
  background-image: url("../img/logo-lwa.svg");
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.blog-header__title {
  color: white;
  font-weight: 700;
  font-size: 36px;
  padding: 0px 10%;
}

.blog-header__desc {
  max-width: 800px;
  color: #252525;
  line-height: 1.4;
  font-size: 18px;
  margin: 20px auto;
  margin-top: 0px;
}

.blog-header__search {
  position: relative;
  height: 60px;
  width: 600px;
  background-color: red;
  margin: -20px auto 0px;
  border-radius: 10px;
}

.blog-header__content {
  position: relative;
  padding: 40px 0;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.blog-header__content p {
  font-size: 16px;
  color: #252525;
  line-height: 1.8;
}

/* BLOG CARD — single card styles moved to sass/flexible/_blog-card.scss */
.blog__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 70px;
  row-gap: 70px;
}

.blog__list .blog__card {
  position: relative;
}

.blog__error {
  font-size: 24px;
}

/* BLOG FOOTER */
.blog-footer__heading {
  display: grid;
  grid-template-columns: 40% 50%;
  column-gap: 40px;
  margin-bottom: 50px;
}

.blog-footer__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  column-gap: 30px;
}

.blog-footer__card {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
}

.blog-footer__illustration {
  height: 200px;
  border-radius: 10px;
  display: block;
}

.blog-footer__illustration img {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.blog-footer__content {
  padding: 20px;
}

.blog-footer__taxonomy {
  color: #dddb02;
}

.blog-footer__title {
  font-weight: 600;
  font-size: 18px;
  margin: 15px 0px;
}

.blog-footer__desc {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #252525;
  margin-bottom: 15px;
}

.blog-footer__cta {
  margin-top: 80px;
  text-align: center;
}

/* FILTER */
#search-filter-form-376.searchandfilter ul li li {
  display: inline-block;
  margin: 10px 20px;
  border-radius: 20px;
  font-weight: 600;
  color: #252525;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#search-filter-form-376.searchandfilter ul li li:hover {
  color: #dddb02;
}
#search-filter-form-376.searchandfilter ul li li.sf-option-active {
  color: #dddb02;
}
#search-filter-form-376.searchandfilter ul li li:first-child {
  background: #dddb02;
  padding: 10px 35px !important;
  color: white;
  cursor: pointer;
  border: 1px solid white;
  transition: all 0.2s ease-in-out;
}
#search-filter-form-376.searchandfilter ul li li:first-child:hover {
  background: transparent;
  border: 1px solid #dddb02;
  color: #dddb02;
}
#search-filter-form-376.searchandfilter ul {
  text-align: center;
}
#search-filter-form-376.searchandfilter .sf-input-radio {
  display: none;
  cursor: pointer;
}
#search-filter-form-376.searchandfilter .sf-label-radio {
  padding: 0px !important;
  cursor: pointer;
  font-size: 18px;
}
#search-filter-form-376 .sf-input-text {
  padding: 20px 40px;
  width: 500px;
  border: none;
  box-shadow: 0px 3px 20px rgba(1, 1, 1, 0.16);
  border-radius: 10px;
}
#search-filter-form-376 .sf-input-text::placeholder {
  color: #252525;
  opacity: 0.6;
  font-weight: 300 !important;
}
#search-filter-form-376 .sf-field-search {
  position: relative;
  margin-top: -30px !important;
  margin-bottom: 30px !important;
}
#search-filter-form-376 .sf-field-search input {
  padding-left: 60px !important;
}
#search-filter-form-376 .sf-field-search label {
  position: relative;
}
#search-filter-form-376 .sf-field-search label:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/search.svg");
}

@media (max-width: 1024px) {
  .blog {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .blog__list {
    grid-template-columns: 1fr;
  }
  .blog-header__title {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  #search-filter-form-376 .sf-input-text {
    padding: 20px 40px;
    width: 300px;
  }
}
.agency__container {
  width: 100%;
}
.agency__content {
  width: 50%;
  padding-right: 10%;
}
.agency__illustration {
  position: relative;
  width: 50%;
  border-radius: 10px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.agency .btn {
  margin-top: 2rem;
}

.agency__text p + p {
  margin-top: 1rem;
}

@media (max-width: 1024px) {
  .agency__content {
    width: 100%;
    margin-bottom: 50px;
  }
  .agency__illustration {
    width: 100%;
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .agency__illustration {
    width: 100%;
    min-height: 350px;
  }
}
.estimation-steps__item {
  width: 33.33%;
  padding: 0px 20px;
}
.estimation-steps__icon {
  position: relative;
  display: flex;
  height: 80px;
  width: auto;
  margin: 0 auto;
}
.estimation-steps__heading {
  max-width: 250px;
  margin: 20px auto;
}
.estimation-steps__title {
  padding-left: 50px;
  font-size: 20px;
}
.estimation-steps__number {
  position: absolute;
  height: 30px;
  width: 30px;
  background-color: #dddb02;
  border-radius: 50%;
  font-size: 20px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  line-height: 1;
}
.estimation-steps__text {
  text-align: center;
}

.landing-header__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.landing-header__illustration {
  position: relative;
  height: 70%;
  border-bottom-right-radius: 20%;
}
.landing-header__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-bottom-right-radius: 80%;
  object-fit: cover;
}

.landing-header__illustration.illustration-contact {
  border-radius: 20px;
  height: 100%;
}
.landing-header__illustration.illustration-contact img {
  border-radius: 20px;
}

.landing-header__content {
  width: 40%;
}

.landing-header__form {
  width: 50%;
  padding: 40px 0px;
  padding-right: 10%;
}
.landing-header__form .gform_wrapper {
  background-color: #F4F4F4;
  padding: 40px;
  border-radius: 10px;
  margin-top: 20px;
}
.landing-header__form .gfield--type-select {
  background-color: transparent;
}

.landing-header__title {
  font-size: 36px;
  font-weight: 800;
  max-width: 500px;
  color: #252525;
}

.landing-header__desc {
  margin-top: 20px;
}

/* VALUES */
.values .heading__title {
  font-weight: 800;
  max-width: 800px;
  font-size: 32px;
}
.values .heading__desc {
  font-weight: 500;
  font-size: 18px;
}

.values__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.values__item {
  background-color: #F7F7F7;
  padding: 40px 10%;
  border-radius: 10px;
}

.values__item img {
  height: 60px;
  width: auto;
  margin-bottom: 20px;
}

.values__step {
  color: #dddb02;
  font-weight: 600;
  display: block;
  font-size: 18px;
}

.values__title {
  margin: 10px 0px 20px;
  font-weight: 700;
}

.values__desc {
  font-size: 16px;
  line-height: 1.4;
}

.values__cta {
  text-align: center;
  margin-top: 50px;
}
.values__cta a {
  color: #252525;
}

/* DIVIDER */
.section-divider {
  width: 100vw;
  height: 335px;
  background-position: 50% 62%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* CONTENT TEXT */
.landing-content .container {
  max-width: 1000px;
  margin: 0 auto;
}

.landing-content__cta {
  text-align: center;
  margin-top: 40px;
}

.landing-testi {
  background-color: #F7F7F7;
  padding: 50px 0px;
}
.landing-testi .heading__title {
  font-weight: 800;
}

@media (max-width: 1024px) {
  .values__list {
    grid-template-columns: 1fr;
  }
  .landing-header__content {
    width: 100%;
  }
  .landing-header__form {
    width: 100%;
    padding: 40px 10%;
    text-align: center;
  }
  .landing-header__title {
    margin: 0 auto;
    max-width: 700px;
    margin-bottom: 20px;
  }
  .landing-header__illustration {
    height: 300px;
    border-radius: 0px;
  }
  .landing-header__illustration img {
    border-radius: inherit;
  }
}
@media (max-width: 550px) {
  .landing-header__title {
    font-size: 28px;
  }
}
.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: #383e41;
}

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

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

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

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

.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section--accent {
  background-color: #f1b89e;
}
.section--secondary {
  background-color: #383e41;
}
.section--grey {
  background-color: #F7F7F7;
}

.wrapper--main {
  width: 76.1904761905%;
}
.wrapper--centered {
  margin-left: auto;
  margin-right: auto;
}
.wrapper--stretch {
  padding-left: 15%;
  padding-right: 15%;
}
.wrapper--image {
  background-color: #dddb02;
  border-radius: 10px;
  padding-left: 15%;
  padding-right: 15%;
}

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

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.container--stretch {
  max-width: 940px;
}
.container--post {
  max-width: 1000px;
  margin-inline: auto;
  border-radius: 20px;
  margin-bottom: 80px;
  background-color: white;
}
.container--header {
  width: 1200px;
}

.anchor {
  display: block;
  height: 80px;
  margin-top: -80px;
  visibility: hidden;
}

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

.breadcrumbs {
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .list--inline li {
    display: block;
  }
  .container {
    padding-left: 5.9523809524%;
    padding-right: 5.9523809524%;
  }
}
@media (max-width: 950px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#search-filter-form-92,
#search-filter-form-95 {
  width: 100%;
  background-color: #383e41;
  padding: 5px 50px;
  margin-bottom: 50px;
  border-radius: 10px;
}
#search-filter-form-92 h4,
#search-filter-form-95 h4 {
  font-size: 14px !important;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #FFF !important;
}
#search-filter-form-92 > ul,
#search-filter-form-95 > ul {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 25px 0;
}
#search-filter-form-92 > ul::-webkit-scrollbar,
#search-filter-form-95 > ul::-webkit-scrollbar {
  display: none;
}
#search-filter-form-92 li,
#search-filter-form-95 li {
  padding: 0 !important;
  cursor: pointer;
}
#search-filter-form-92 select,
#search-filter-form-95 select {
  padding: 10px 10px;
  border-radius: 5px;
  font-family: "Raleway", sans-serif !important;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  min-height: 51px;
}
#search-filter-form-92 .sf-input-text,
#search-filter-form-95 .sf-input-text {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(24, 24, 24, 0.15);
  padding: 10px 5px;
  opacity: 1;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  background-color: #fff;
  -webkit-appearance: none;
  letter-spacing: 1px;
}
#search-filter-form-92 .sf-input-text:focus,
#search-filter-form-95 .sf-input-text:focus {
  border-color: #dddb02;
}
#search-filter-form-92 .sf-input-text:focus::placeholder,
#search-filter-form-95 .sf-input-text:focus::placeholder {
  color: white;
}
#search-filter-form-92 .sf-input-text::placeholder,
#search-filter-form-95 .sf-input-text::placeholder {
  color: #383e41;
  font-family: "Raleway", sans-serif;
  opacity: 1;
  margin-left: 10px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
}
#search-filter-form-92 .sf-field-submit,
#search-filter-form-95 .sf-field-submit {
  display: flex;
  align-items: end;
}
#search-filter-form-92 .sf-field-submit input,
#search-filter-form-95 .sf-field-submit input {
  padding: 12px 30px;
  border-radius: 10px;
  color: #FFF;
  cursor: pointer;
  background: rgb(179, 58, 205);
  background: #dddb02;
  font-size: 14px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-appearance: none;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  border: none;
  line-height: 2;
  width: 100%;
}
#search-filter-form-92 .sf-field-submit input:hover,
#search-filter-form-95 .sf-field-submit input:hover {
  transform: scale(1.03);
  color: #FFF;
}
#search-filter-form-92 .sf-input-range-number,
#search-filter-form-95 .sf-input-range-number {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  max-width: 100% !important;
  border: none;
  border-bottom: 1px solid rgba(24, 24, 24, 0.15);
  font-family: "Raleway", sans-serif;
}
#search-filter-form-92 .sf-range-values-seperator,
#search-filter-form-95 .sf-range-values-seperator {
  color: #FFF;
  margin: 0px 5px;
  font-weight: 700;
}
#search-filter-form-92 .noUi-connect,
#search-filter-form-95 .noUi-connect {
  background-color: #dddb02 !important;
}
#search-filter-form-92 .meta-slider,
#search-filter-form-95 .meta-slider {
  height: 10px !important;
}
#search-filter-form-92 .noUi-handle,
#search-filter-form-95 .noUi-handle {
  height: 20px !important;
  width: 20px !important;
}
#search-filter-form-92 .noUi-handle:before,
#search-filter-form-95 .noUi-handle:before {
  display: none;
}
#search-filter-form-92 .noUi-handle:after,
#search-filter-form-95 .noUi-handle:after {
  display: none;
}

.sf-meta-range {
  width: 200px;
  color: white;
  font-size: 17px;
}

.search-filter-results {
  font-weight: 700;
  font-size: 28px;
}

/* FILTER */
#search-filter-form-3413.searchandfilter ul li li,
#search-filter-form-6115.searchandfilter ul li li {
  display: inline-block;
  margin: 10px 20px;
  border-radius: 20px;
  font-weight: 600;
  color: #252525;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#search-filter-form-3413.searchandfilter ul li li:hover,
#search-filter-form-6115.searchandfilter ul li li:hover {
  color: #dddb02;
}
#search-filter-form-3413.searchandfilter ul li li.sf-option-active,
#search-filter-form-6115.searchandfilter ul li li.sf-option-active {
  color: #dddb02;
}
#search-filter-form-3413.searchandfilter ul li li:first-child,
#search-filter-form-6115.searchandfilter ul li li:first-child {
  background: #dddb02;
  padding: 10px 35px !important;
  color: white;
  cursor: pointer;
  border: 1px solid white;
  transition: all 0.2s ease-in-out;
}
#search-filter-form-3413.searchandfilter ul li li:first-child:hover,
#search-filter-form-6115.searchandfilter ul li li:first-child:hover {
  background: transparent;
  border: 1px solid #dddb02;
  color: #dddb02;
}
#search-filter-form-3413.searchandfilter ul,
#search-filter-form-6115.searchandfilter ul {
  text-align: center;
}
#search-filter-form-3413.searchandfilter .sf-input-radio,
#search-filter-form-6115.searchandfilter .sf-input-radio {
  display: none;
  cursor: pointer;
}
#search-filter-form-3413.searchandfilter .sf-label-radio,
#search-filter-form-6115.searchandfilter .sf-label-radio {
  padding: 0px !important;
  cursor: pointer;
  font-size: 18px;
}
#search-filter-form-3413 .sf-input-text,
#search-filter-form-6115 .sf-input-text {
  padding: 20px 40px;
  width: 500px;
  border: none;
  box-shadow: 0px 3px 20px rgba(1, 1, 1, 0.16);
  border-radius: 10px;
}
#search-filter-form-3413 .sf-input-text::placeholder,
#search-filter-form-6115 .sf-input-text::placeholder {
  color: #252525;
  opacity: 0.6;
  font-weight: 300 !important;
}
#search-filter-form-3413 .sf-field-search,
#search-filter-form-6115 .sf-field-search {
  position: relative;
  margin-top: -30px !important;
  margin-bottom: 30px !important;
}
#search-filter-form-3413 .sf-field-search input,
#search-filter-form-6115 .sf-field-search input {
  padding-left: 60px !important;
}
#search-filter-form-3413 .sf-field-search label,
#search-filter-form-6115 .sf-field-search label {
  position: relative;
}
#search-filter-form-3413 .sf-field-search label:after,
#search-filter-form-6115 .sf-field-search label:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/search.svg");
}

@media (max-width: 1200px) {
  #search-filter-form-92 > ul,
  #search-filter-form-95 > ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  #search-filter-form-92 > ul,
  #search-filter-form-95 > ul {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  #search-filter-form-3413 .sf-input-text {
    padding: 20px 40px;
    width: 300px;
  }
  #search-filter-form-6115 .sf-input-text {
    padding: 20px 40px;
    width: 300px;
  }
}
/* HEADER */
.header {
  width: 100%;
  display: block;
  position: relative;
  z-index: 9999;
}
.header--home {
  height: 100vh;
  background-position: center center;
  background-size: cover;
  z-index: 99;
}
.header--home:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.2);
  top: 0;
  left: 0;
}
.header--inside {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.header__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.header__video video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.header--mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.header--mobile img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.header__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 3;
  padding-left: 5.9523809524%;
  padding-right: 5.9523809524%;
}
.header .menu-item-has-children:hover .sub-menu {
  display: block;
}
.header .menu-item-has-children:hover .sub-menu .menu-item-has-children:hover .sub-menu {
  display: block;
}

.header--grey .menu__list a {
  color: #252525;
}

/* MENU */
.menu--header {
  display: block;
}

.menu--mobile {
  display: none;
}

.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 2.9761904762%;
  padding-right: 2.9761904762%;
  transition: all 0.5s ease-in-out 0s;
  z-index: 99;
}
.menu__list {
  width: 100%;
}
.menu__list li {
  position: relative;
  display: inline-block;
  padding: 20px 0px;
}
.menu__list li + li {
  margin-left: 25px;
}
.menu__list li.button-mobile {
  display: none;
}
.menu__list a {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  transition: 0.2s;
  letter-spacing: 1.2px;
}
.menu__list a:hover, .menu__list a:active, .menu__list a.active {
  color: #dddb02;
}
.menu.sticky {
  position: fixed;
  background-color: #FFF;
  z-index: 999;
}
.menu.sticky .menu__list a {
  color: #383e41;
}

.menu--logo img {
  text-align: center;
  width: 140px;
}

.menu--cta .btn {
  color: #383e41;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 10px;
}

.contact-banner {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #dddb02;
  border-radius: 0px 10px 10px 0px;
  padding: 20px 5px;
  z-index: 9999;
}
.contact-banner__item {
  display: block;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
}
.contact-banner__item + .contact-banner__item {
  margin-top: 15px;
}
.contact-banner__item:hover i {
  color: #FFF;
}
.contact-banner__item i {
  font-size: 20px;
  color: #383e41;
  transition: all 0.2s ease-in-out 0s;
}

/* SUBMENU */
.menu-item-has-children > a:after {
  position: relative;
  content: "";
  display: inline-flex;
  background-image: url(../img/down-arrow.png);
  height: 12px;
  width: 12px;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right;
  margin-left: 10px;
}

.menu__list .sub-menu {
  position: absolute;
  left: 0;
  top: 50px;
  bottom: -30px;
  display: none;
  z-index: 2;
  height: 270px;
  width: 220px;
}
.menu__list .sub-menu li {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #F7F7F7;
  padding: 0px;
}
.menu__list .sub-menu li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #383e41;
  text-transform: none;
}
.menu__list .sub-menu li a:hover {
  margin-left: 5px;
}
.menu__list .sub-menu li:first-child {
  border-radius: 5px 5px 0px 0px;
}
.menu__list .sub-menu li:last-child {
  border-radius: 0px 0px 5px 5px;
}
.menu__list .sub-menu li + li {
  margin-left: 0px;
}
.menu__list .sub-menu .current-menu-item > a {
  color: #dddb02;
}

/* 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: #dddb02;
  transition: all 0.5s ease-in;
}

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

@keyframes navLinksFade {
  0% {
    opacity: 0;
    transform: translateY(50px) translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
.no-scroll {
  overflow: hidden;
}

/* STICKY MENU */
.header.sticky .menu {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
}

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

/* FOOTER MENU */
.footer .footer__list .sub-menu {
  display: none;
}

.footer .footer__list .menu-item-has-children:hover > .sub-menu {
  display: none;
}

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

.footer .footer__list .menu-item--highlight {
  background-color: transparent;
  border: none;
}
.footer .footer__list .menu-item--highlight a {
  padding: 0;
}

/* SITEMAP */
.menu__list.menu--sitemap li {
  display: block;
}
.menu__list.menu--sitemap li .sub-menu {
  position: relative;
  display: block !important;
  margin-left: 20px;
}
.menu__list.menu--sitemap li .sub-menu li {
  margin-left: 0;
}
.menu__list.menu--sitemap li .sub-menu li + li {
  margin-left: 0;
}
.menu__list.menu--sitemap li:hover {
  display: none;
}
.menu__list.menu--sitemap li + li {
  margin-left: 0px;
  margin-top: 15px;
}
.menu__list.menu--sitemap a {
  font-size: 30px;
  color: #252525;
  text-transform: none;
  font-weight: 400;
}

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

@media (max-width: 1250px) {
  .menu--container {
    padding: 10px 5.9523809524%;
  }
  .header--inside.sticky .menu--container {
    padding: 10px 5.9523809524%;
  }
}
@media (max-width: 1100px) {
  .header.sticky + main {
    padding-top: 73px;
  }
  .menu--logo img {
    width: 140px;
  }
  .menu--social {
    display: none;
  }
  .menu--header .menu__list {
    display: block;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    background: #FFF;
    padding: 60px 0px 0px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100vh;
    transition: right 0.5s ease-in;
    z-index: 99;
  }
  .menu--header .menu__list.active {
    right: 0;
    width: 100%;
  }
  .menu--header .menu__list li a {
    color: #252525;
    font-size: 16px;
    padding: 20px 20px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  }
  .menu--header .menu__list li a:hover {
    background-color: rgba(1, 1, 1, 0.05);
  }
  .menu--header .menu__list > li {
    opacity: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: right;
  }
  .menu--header .menu__list > li:last-child() a {
    padding-bottom: 0;
  }
  .menu--header .menu__list > li.button-mobile {
    display: block;
    background-color: #dddb02;
    color: #252525;
    margin: 20px 20px;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
  }
  .menu--header .menu__list > li.button-mobile a {
    padding: 15px 20px;
    border-bottom: none;
  }
  .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    position: relative;
    top: 100%;
    width: 100%;
    left: 0px;
    height: auto;
    bottom: auto;
    padding-bottom: 20px;
  }
  .menu-item-has-children:hover > .sub-menu li {
    border-bottom: none;
  }
  .menu-item-has-children:hover > .sub-menu a {
    text-transform: none;
    padding: 10px 0px;
  }
  .menu--container {
    justify-content: baseline;
  }
  .menu--cta {
    margin-left: auto;
  }
  .menu--burger {
    display: block;
    margin-left: 50px;
  }
}
/* MOBILE */
.menu--mobile .menu__list {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  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: 99;
}
.menu--mobile .menu__list.active {
  right: 0;
  width: 100%;
}
.menu--mobile .menu__list li a {
  color: #252525;
  font-size: 16px;
  padding-bottom: 20px;
}
.menu--mobile .menu__list > li {
  opacity: 0;
  display: block;
  text-align: left;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.menu--mobile .menu__list > li:last-child() a {
  padding-bottom: 0;
}
.menu--mobile .menu__list > li + li {
  margin-top: 10px;
  margin-left: 0px;
}

@media (max-width: 1000px) {
  .header__content {
    width: 100%;
  }
  .home__intro__content {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact-banner {
    display: none;
  }
}
@media (max-width: 600px) {
  .header__video {
    display: none;
  }
  .header--mobile {
    display: block;
  }
}
@media (max-width: 450px) {
  .header__title {
    font-size: 64px;
  }
  .header__subtitle {
    font-size: 24px;
    line-height: 1.3;
  }
  .btn--big {
    padding: 12px 50px;
  }
  .menu--logo {
    justify-content: center;
    display: contents;
  }
  .contact-banner {
    display: none;
  }
  .menu--logo img {
    width: 80px;
  }
  .menu--burger {
    margin-left: 20px;
  }
  .menu--cta .btn {
    font-size: 10px;
    padding: 7px 12px;
  }
}
.cards {
  position: relative;
  z-index: 20;
  background-color: transparent;
}
.cards__slider {
  position: relative;
  width: 100%;
  z-index: 20;
}
.cards__slider .slick-list {
  margin: 0 -15px;
  padding: 20px 0px;
}
.cards__slider .cards__item {
  margin: 0px 15px !important;
}
.cards__slider .slick-arrow {
  position: absolute;
}
.cards__slider .slick-next {
  top: -80px;
  right: 15px;
  z-index: 10;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  background-color: #383e41;
  outline: none;
  border-radius: 5px;
}
.cards__slider .slick-next:before {
  content: "";
  background-image: url(../img/right-arrow.png);
  height: 15px;
  width: 15px;
  background-size: 15px 15px;
  display: inline-block;
}
.cards__slider .slick-prev {
  top: -80px;
  right: 65px;
  z-index: 10;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  padding: 0;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  background-color: #383e41;
  outline: none;
  border-radius: 5px;
}
.cards__slider .slick-prev:before {
  content: "";
  background-image: url(../img/right-arrow.png);
  height: 15px;
  width: 15px;
  background-size: 15px 15px;
  transform: rotate(180deg);
  display: inline-block;
}
.cards__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 25px;
  row-gap: 25px;
  margin: 25px auto;
}
.cards__list.cards--large {
  display: block;
}
.cards__item {
  position: relative;
  box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  border-radius: 10px;
  transition: all 0.2s ease-in;
  background-color: #FFF;
  height: 350px !important;
}
.cards__item:hover {
  transform: scale(1.02);
}
.cards__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  z-index: 3;
}
.cards__container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.cards__link {
  display: block;
}
.cards__illustration {
  position: relative;
  height: 180px;
}
.cards__image {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  transition: all 0.2s ease-in;
}
.cards__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
  transition: all 0.2s ease-in;
}
.cards__flag {
  background-color: #589a1e;
  padding: 7px 30px;
  position: absolute;
  min-width: 120px;
  top: 0px;
  left: 0px;
  border-radius: 10px 0px 30px 0px;
  z-index: 5;
}
.cards__flag span {
  text-transform: uppercase;
  font-size: 10px;
  color: #FFF;
  font-weight: 600;
}
.cards__flag.vendu {
  background-color: red;
}
.cards__flag.loue {
  background-color: red;
}
.cards__flag.a-vendre {
  background-color: #03a9f4;
}
.cards__flag.a-louer {
  background-color: #03a9f4;
}
.cards__energy {
  position: absolute;
  right: 10px;
  top: 10px;
  max-width: 25%;
  z-index: 5;
}
.cards__text {
  padding: 15px 25px 15px 25px;
}
.cards__desc {
  margin: 20px 0px;
}
.cards__title {
  font-size: 12px;
  color: #383e41;
  font-weight: 300;
  text-transform: uppercase;
}
.cards__title i {
  color: #dddb02;
  padding-right: 10px;
}
.cards__title span {
  padding-top: 5px;
  font-size: 16px;
  display: block;
  font-weight: 600;
}
.cards__price {
  font-size: 24px;
  color: #dddb02;
  font-weight: 600;
  font-family: system-ui;
}
.cards__price span {
  display: block;
  color: #000;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: -15px;
}
.cards__percent {
  background-color: #dddb02;
  position: absolute;
  padding: 15px 30px;
  border-radius: 5px;
  left: 20px;
  bottom: 20px;
  color: white;
  font-weight: 800;
  color: #383e41;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.cards__percent span {
  color: #383e41;
}
.cards__infos {
  display: grid;
  grid-template-columns: repeat(4, auto);
  padding: 5px 25px;
  border-bottom: 1px solid #e3e3e3;
  width: 100%;
}
.cards__address {
  padding: 5px 10%;
  border-radius: 0px 0px 10px 10px;
  bottom: 0;
  border-top: 1px solid #e3e3e3;
  width: 100%;
}
.cards__address i {
  padding-right: 10px;
}
.cards__info {
  align-self: center;
  font-size: 12px;
}
.cards__info p {
  font-size: 12px;
  color: #383e41;
}
.cards__info i {
  padding-right: 10px;
}
.cards__number {
  font-weight: 700;
  margin-bottom: 40px;
  font-size: 28px;
}
.cards--large .cards__item {
  width: 100%;
  margin-left: 0px;
  height: 100% !important;
}
.cards--large .cards__item:hover {
  transform: none;
}
.cards--large .cards__item:hover .cards__image img {
  transform: scale(1.02);
}
.cards--large .cards__container {
  display: flex;
  flex-wrap: wrap;
}
.cards--large .cards__illustration {
  width: 40%;
  height: auto;
}
.cards--large .cards__image {
  border-radius: 10px 0px 0px 10px;
}
.cards--large .cards__image img {
  border-radius: 10px 0px 0px 10px;
}
.cards--large .cards__content {
  width: 60%;
}
.cards--large .cards__text {
  padding: 50px 10%;
}
.cards--large .cards__title {
  font-size: 18px;
}
.cards--large .cards__infos {
  border-radius: 0px 0px 10px 0px;
  padding: 5px 10%;
}

.cards-gallery {
  position: relative;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  z-index: 4;
}
.cards-gallery__article {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.cards-gallery .slick-list {
  margin: 0 !important;
  padding: 0 !important;
}
.cards-gallery .slick-arrow {
  position: absolute;
}
.cards-gallery .slick-next {
  top: 50%;
  right: 10px;
  z-index: 10;
  width: 25px;
  height: 25px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  background-color: #383e41;
  outline: none;
  border-radius: 5px;
}
.cards-gallery .slick-next:before {
  content: "";
  background-image: url("../img/arrow-right.svg");
  height: 15px;
  width: 15px;
  background-size: 15px 15px;
  display: inline-block;
}
.cards-gallery .slick-prev {
  top: 50%;
  left: 10px;
  z-index: 10;
  width: 25px;
  height: 25px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  padding: 0;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  background-color: #383e41;
  outline: none;
  border-radius: 5px;
}
.cards-gallery .slick-prev:before {
  content: "";
  background-image: url("../img/arrow-right.svg");
  height: 15px;
  width: 15px;
  background-size: 15px 15px;
  transform: rotate(180deg);
  display: inline-block;
}

.cards-gallery__img {
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0s;
}
.cards-gallery__img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.pagination {
  text-align: center;
}
.pagination__number {
  margin-bottom: 25px !important;
  font-weight: 700;
  font-size: 20px;
}
.pagination .nav-previous a {
  background-color: #dddb02;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 10px;
  color: #FFF;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.pagination .nav-previous a:hover {
  transform: scale(1.03);
}
.pagination .nav-next a {
  background-color: #dddb02;
  color: white;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 10px;
  color: #FFF;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}
.pagination .nav-next a:hover {
  transform: scale(1.03);
}

@media (max-width: 1024px) {
  .cards--large .cards__illustration {
    width: 100%;
    height: 300px;
  }
  .cards__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .cards--large .card__image {
    border-radius: 10px 10px 0px 0px;
  }
  .cards--large .card__image img {
    border-radius: 10px 10px 0px 0px;
  }
  .cards--large .cards__content {
    width: 100%;
  }
  .cards__percent {
    top: 240px;
    bottom: auto;
    left: auto;
    right: 20px;
  }
}
@media (max-width: 768px) {
  .cards__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .cards__slider .slick-next {
    top: -30px;
    right: auto;
    left: 75px;
  }
  .cards__slider .slick-prev {
    top: -30px;
    right: auto;
    left: 25px;
  }
  .cards-gallery .slick-next {
    top: 50%;
    right: auto;
    left: auto;
    right: 15px;
  }
  .cards-gallery .slick-prev {
    top: 50%;
    right: auto;
    left: 15px;
  }
}
@media (max-width: 480px) {
  .cards__slider .slick-list {
    margin: 0;
  }
}
@media (max-width: 450px) {
  .cards__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.post-featured .heading__title {
  font-size: 42px;
  font-weight: 800;
  max-width: 800px;
}

.post-featured__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 70px;
  row-gap: 70px;
}
.post-featured__list .blog__illustration {
  height: 200px;
}
.post-featured__list .blog__title {
  font-size: 18px;
  font-weight: 600;
}
.post-featured__list .blog__desc {
  font-size: 14px;
}
.post-featured__list .category {
  font-size: 12px;
}

/* HEADER */
.post-header__container {
  position: relative;
  height: 100%;
  background-color: white;
}

.post-header__illustration {
  position: relative;
  width: 50%;
  height: auto;
  border-radius: 0px 20px 20px 0px;
}
.post-header__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0px 20px 20px 0px;
}

.post-header__content {
  width: 50%;
  position: relative;
  margin-inline: auto;
  z-index: 2;
  padding: 60px 5% 80px;
}

.post-header__title {
  font-size: 28px;
  max-width: 90%;
  margin: 20px 0px;
  line-height: 1.4;
  font-weight: 700;
  color: #252525;
}

.post-header__date {
  color: #252525;
  width: 100%;
  margin: 10px 0px;
  font-weight: 500;
}

.post-breadcrumbs {
  background-color: white;
  padding: 90px 0px 20px;
}

#breadcrumbs {
  color: #252525;
  font-size: 16px;
}

/* CONTENT */
.post-illustration {
  position: relative;
  width: 80%;
  margin: -100px auto 0px auto;
  border-radius: 20px;
}
.post-illustration:before {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.post-illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.post-illustration:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -20%;
  right: -45%;
  height: 100%;
  width: 80%;
  background-image: url("../img/shape-line.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.post-content {
  width: 100%;
  margin: 0 auto;
  text-align: justify;
  padding: 80px 10%;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5 {
  margin-bottom: 40px;
}
.post-content h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
.post-content h3 {
  font-size: 18px;
  margin: 20px 0px;
}
.post-content p {
  font-size: 16px;
  margin: 20px 0px;
  line-height: 1.7;
}
.post-content ul {
  margin-left: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.post-content ul ul {
  margin: 10px 0px;
  margin-left: 40px;
}
.post-content ul ul li {
  padding-left: 15px;
}
.post-content ul ul li:before {
  content: "•";
  top: 0;
  background: none;
  font-size: 20px;
  line-height: 1;
}
.post-content ol {
  margin-left: 60px;
}
.post-content ul li {
  position: relative;
  margin: 10px 0px;
  padding-left: 30px;
  display: block;
  font-size: 14px;
  line-height: 1.7;
}
.post-content ul li:before {
  position: absolute;
  content: "";
  display: block;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-image: url("../img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.post-content ol li {
  position: relative;
  margin: 10px 0px;
  font-size: 14px;
  line-height: 1.7;
}
.post-content img {
  margin: 40px 0px;
}

.post-summary {
  padding: 80px 0 40px;
}

/* AUTHOR */
.post-author {
  position: relative;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 200px 1fr;
  padding: 40px 5%;
  align-items: start;
  background-color: #F7F7F7;
  margin-bottom: 0px;
}
.post-author img {
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 50%;
  display: inline-block;
  border: 5px solid #dddb02;
}

.post-author__content {
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 0px;
  padding-left: 40px;
}

.post-author__name {
  font-weight: 600;
  font-size: 28px;
  display: block;
  color: #dddb02;
}

.post-author__subtitle {
  color: #252525;
  font-size: 18px;
  font-weight: 700;
}

.post-author__desc {
  margin: 20px 0px;
  line-height: 1.6;
}
.post-author__desc p {
  line-height: 1.6;
  margin: 0;
}
.post-author__desc p + p {
  margin-top: 1rem;
}

.post-author__cta {
  display: inline-block;
}

.post-author__date {
  color: #FFF;
  width: 100%;
}

/* SOMMAIRE */
#ez-toc-container {
  padding: 20px 40px;
  margin: 0 auto;
  width: 100% !important;
  border: none !important;
  box-shadow: none !important;
  background-color: #F4F4F4 !important;
  padding: 40px !important;
  margin: 0 !important;
  margin-bottom: 50px !important;
}

.ez-toc-title {
  color: #dddb02;
  font-size: 32px !important;
  font-weight: 700 !important;
}

.ez-toc-list li:before {
  display: none;
}

#ez-toc-container nav ul li {
  position: relative;
  padding-left: 30px;
  display: block;
  font-size: 14px;
  line-height: 1.7;
}
#ez-toc-container nav ul li .ez-toc-heading-level-2 {
  font-weight: 600;
}
#ez-toc-container nav ul li .ez-toc-heading-level-2 a {
  color: black;
}

#ez-toc-container nav ul li:before {
  position: absolute;
  content: "";
  display: block;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-image: url("../img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1024px) {
  .post-featured__list {
    grid-template-columns: 1fr 1fr;
  }
  .post-header__illustration {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .post-header__illustration img {
    border-radius: 0;
  }
  .post-header__illustration:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(1, 1, 1, 0.5);
  }
  .post-header__content {
    width: 100%;
    padding: 60px 10%;
  }
  .post-header__title {
    color: white;
  }
  .post-header__date {
    color: white;
  }
  .post-header__desc {
    color: white;
  }
}
@media (max-width: 768px) {
  .post-author {
    grid-template-columns: 1fr;
    border-radius: 0;
  }
  .post-author__content {
    width: 100%;
    text-align: center;
    padding: 20px 5%;
  }
  .author__illustration {
    width: 100%;
    text-align: center;
  }
  #ez-toc-container {
    width: 100% !important;
  }
  .post-featured__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 550px) {
  .post-content {
    text-align: left;
    padding: 50px 0;
  }
  .post-content ul {
    margin-left: 0;
  }
  .post-content ul ul {
    margin-left: 0px;
  }
}
p, ul, li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
}

a {
  color: #dddb02;
}

code {
  background: #ECEFF1;
}

.wrapper {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
}

.form {
  width: 100%;
  max-width: 700px;
  margin: 0px auto;
  padding: 80px 0px;
}
.form__submit {
  margin-top: 20px;
  border: none;
  color: #FFF;
  font-size: 16px;
  transition: all 0.2s ease-in-out 0s;
  background: #f1b89e;
  padding: 20px 40px;
  text-transform: uppercase;
  display: block;
  cursor: pointer;
  letter-spacing: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form__submit:hover {
  background-color: #dddb02;
  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%;
  margin-bottom: 20px;
}

.contact--third {
  width: 23%;
}

.contact-input {
  margin-bottom: 20px;
}

.features__form {
  box-shadow: 0px 0px 20px rgba(1, 1, 1, 0.3);
  padding: 50px 5%;
  border-radius: 10px;
  max-width: 1000px;
  background-color: white;
}

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

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

label {
  font-family: "Raleway", sans-serif;
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

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

.wpcf7-text, .wpcf7-number, .wpcf7-textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(24, 24, 24, 0.15);
  padding: 10px 0px;
  color: #383e41;
  opacity: 1;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  background-color: #fff;
  -webkit-appearance: none;
  letter-spacing: 1px;
}
.wpcf7-text:focus, .wpcf7-number:focus, .wpcf7-textarea:focus {
  border-color: #dddb02;
}
.wpcf7-text:focus::placeholder, .wpcf7-number:focus::placeholder, .wpcf7-textarea:focus::placeholder {
  color: white;
}
.wpcf7-text::placeholder, .wpcf7-number::placeholder, .wpcf7-textarea::placeholder {
  font-family: "Raleway", sans-serif;
  color: #383e41;
  opacity: 0.7;
  margin-left: 10px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
}

.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: none;
  margin-left: auto;
  color: #FFF;
  font-size: 16px;
  transition: all 0.2s ease-in-out 0s;
  background: #dddb02;
  font-family: "Raleway", sans-serif;
  padding: 10px 40px;
  display: block;
  cursor: pointer;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.wpcf7-submit:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

.banner.wpcf7-submit {
  margin-left: 0;
  padding: 15px 40px;
  color: #383e41;
}

.input--classic {
  border: none;
  width: 100%;
  border: 1px solid #ededed;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
  margin-top: 10px;
  font-size: 14px;
  border-radius: 2px;
  background-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 1px;
}
.input--classic:focus {
  border-color: #dddb02;
}
.input--classic:focus::placeholder {
  color: white;
}
.input--classic::placeholder {
  font-family: "Raleway", sans-serif;
  color: #BACAD1;
  margin-left: 10px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
}
.input--classic + .input--classic {
  margin-top: 35px;
}
.input--textarea {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
}

.contact__submit {
  position: relative;
}

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

.politique__label {
  font-size: 12px;
  color: black;
  text-transform: inherit;
  font-weight: 400;
  opacity: 1;
  line-height: 2;
  letter-spacing: normal;
}

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

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

/* Gravity form contact page */
.contact-form .gform_wrapper.gravity-theme .ginput_complex label {
  font-family: "Raleway", sans-serif;
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.gform_wrapper.gravity-theme .gfield input {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(24, 24, 24, 0.15);
  padding: 10px 0px;
  color: #383e41;
  opacity: 1;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  background-color: #fff;
  -webkit-appearance: none;
  letter-spacing: 1px;
}

.gform_wrapper.gravity-theme .gfield textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(24, 24, 24, 0.15);
  padding: 10px 0px;
  color: #383e41;
  opacity: 1;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  background-color: #fff;
  -webkit-appearance: none;
  letter-spacing: 1px;
}

.gfield--type-select {
  width: 100%;
  border: none;
  padding: 10px 0px;
  color: #383e41;
  opacity: 1;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  background-color: #fff;
  -webkit-appearance: none;
  letter-spacing: 1px;
}

.gform_wrapper.gravity-theme .gfield_label {
  font-family: "Raleway", sans-serif;
  opacity: 1;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-bottom: 15px !important;
}

.gform_button {
  margin-top: 20px;
  border: none;
  margin-left: auto;
  color: #FFF;
  font-size: 16px;
  transition: all 0.2s ease-in-out 0s;
  background: #dddb02;
  font-family: "Raleway", sans-serif;
  padding: 10px 40px;
  display: block;
  cursor: pointer;
  border-radius: 5px;
  -webkit-appearance: none;
}

.gform_button:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

/* Gravity form contact page */
@media (max-width: 650px) {
  .contact__form {
    margin-top: 20px;
  }
  .contact__input {
    width: 100%;
  }
  .input--classic {
    padding: 12px 20px;
    margin-bottom: 10px;
  }
}
.footer {
  position: relative;
  background: #383e41;
  font-size: 14px;
  padding: 120px 0px 0px;
  width: 100%;
}
.footer__list li {
  display: block;
}
.footer__item + .footer__item {
  padding-top: 15px;
}
.footer__item i {
  color: white;
  margin-right: 10px;
}
.footer__item a {
  color: #FFF;
  transition: all 0.2s ease-in-out 0s;
  font-size: 14px;
}
.footer__item a:hover {
  color: #dddb02;
}
.footer__part {
  position: relative;
  max-width: 30%;
}
.footer__part .title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.footer__part p {
  font-size: 14px;
  color: #FFF;
  display: block;
  line-height: 1.4;
}
.footer__part p span {
  display: block;
}
.footer__part p + p {
  margin-top: 15px;
}
.footer__menu {
  margin-top: 30px;
  color: #FFF;
  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: 20px;
}
.footer__menu a {
  color: #FFF;
  transition: all 0.2s ease-in-out 0s;
  font-weight: 300;
}
.footer__menu a:hover {
  color: #dddb02;
}
.footer__menu .current-menu-item a {
  color: #dddb02;
}
.footer__menu .menu-item-has-children a:before {
  display: none;
}
.footer__menu .menu-item-has-children > .sub-menu {
  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: #dddb02;
}
.footer__menu .current-menu-item .sub-menu .menu-item a {
  color: #000;
}
.footer__menu .wpml-ls-item {
  display: none;
}

.footer-menu {
  position: relative;
  padding-bottom: 80px;
  width: 66.66%;
}

.footer-contact {
  position: relative;
  width: 33.33%;
}
.footer-contact__title {
  font-size: 24px;
  color: white;
}

.footer-social {
  margin-top: 25px;
}
.footer-social a {
  color: #FFF;
  font-size: 20px;
}
.footer-social a:hover {
  color: #dddb02;
}
.footer-social a + a {
  margin-left: 10px;
}

.footer-copyright {
  width: 100%;
  text-align: center;
  padding: 20px 20px;
  background: #383e41;
}
.footer-copyright p {
  font-size: 12px;
  font-weight: 300;
  color: #FFF;
}
.footer-copyright a {
  color: #dddb02;
  font-weight: 400;
}
.footer-copyright a:hover {
  color: #FFF;
}

@media (max-width: 1024px) {
  .footer__part {
    width: 50%;
    padding-bottom: 25px;
  }
  .contact-infos__list {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .footer__part {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer__part + .footer__part {
    margin-top: 40px;
  }
  .footer-contact {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
  .footer-menu {
    width: 100%;
    text-align: center;
  }
  .footer-social {
    width: 100%;
    justify-content: center;
  }
  .footer-social__item a {
    justify-content: center;
  }
  .facilities__item {
    justify-content: center;
  }
  .facilities__item i {
    display: block;
    width: 100%;
  }
  .facilities__item p {
    display: block;
    margin-left: 0;
    margin-top: 5px;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .footer-legals__item {
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;
  }
  .footer-legals__item:first-child() {
    padding-top: 0px;
  }
}
@media (max-width: 450px) {
  .footer__lwa {
    display: block;
  }
  .lwa__title {
    margin-right: 0px;
  }
  .lwa__logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-intro {
  padding-top: 50px;
}
.page-intro__content {
  position: relative;
  width: 50%;
}
.page-intro__text {
  padding: 50px 0px;
  padding-right: 10%;
}
.page-intro__text .title {
  font-size: 32px;
  font-weight: 400;
  font-family: "Indie Flower", cursive;
  margin-bottom: 25px;
}
.page-intro__cta {
  padding: 20px 0px;
}
.page-intro__slider {
  position: relative;
  width: 50%;
  height: 400px;
}
.page-intro__slider .slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  cursor: pointer;
  text-align: center;
}
.page-intro__slider .slick-dots li {
  display: inline-block;
}
.page-intro__slider .slick-dots li + li {
  margin-left: 10px;
}
.page-intro__slider .slick-dots button {
  background-color: #FFF;
  cursor: pointer;
  border: 1px solid #FFF;
  text-indent: -999999px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-intro__slider .slick-dots button:focus {
  outline: none;
}
.page-intro__slider .slick-dots .slick-active button {
  width: 10px;
  height: 10px;
}
.page-intro__img {
  position: relative;
  width: 100%;
}
.page-intro__illustration {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 768px) {
  .page-intro__content {
    width: 100%;
    margin-bottom: 40px;
  }
  .page-intro__slider {
    width: 100%;
    height: 350px;
  }
}
.agent-sticky-cta {
  display: none;
}

@media (max-width: 768px) {
  .agent-sticky-cta {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1000;
    writing-mode: vertical-rl;
    transform-origin: center;
    transform: translateY(-50%) rotate(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 12px;
    border-radius: 8px 0 0 8px;
    background-color: #dddb02;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-align: center;
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.18);
    transition: background-color 0.2s ease-in-out, padding-right 0.2s ease-in-out;
  }
  .agent-sticky-cta:hover, .agent-sticky-cta:active {
    background-color: #383e41;
    color: #FFF;
    padding-right: 16px;
  }
  .agent-sticky-cta i {
    font-size: 14px;
    transform: rotate(180deg);
  }
}

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