@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 500;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}
/* ✅ NAVBAR MOBILE & TABLETTE OPTIMISÉE */
@media (max-width: 991px) {
  .navbar {
    min-height: 60px !important;
    padding: 0.5rem 0 !important;
  }

  .navbar-brand {
    padding: 0.3rem 0 !important;
    margin-bottom: 0 !important;
    min-height: auto !important;
  }

  .navbar-logo img {
    height: 1.8rem !important;
    max-height: 2rem !important;
  }

  .navbar-toggler {
    padding: 0.2rem 0 !important;
    height: 32px !important;
  }

   .navbar-nav .nav-link {
    font-size: 1.05rem !important; /* taille du menu principal */
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }

  .dropdown-item {
    font-size: 0.95rem !important; /* taille augmentée uniquement pour le sous-menu */
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }

  .icons-menu {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
    margin-bottom: 0.5rem !important;
  }

  body {
    padding-top: 0 !important;
  }
    @media (max-width: 991px) {
  .navbar.shrink {
    min-height: 52px !important;
    padding: 0.3rem 0 !important;
  }

  .navbar.shrink .navbar-logo img {
    height: 1.4rem !important;
    max-height: 1.5rem !important;
    transition: height 0.2s ease;
  }

  .navbar.shrink .navbar-brand {
    padding: 0.2rem 0 !important;
    transition: padding 0.2s ease;
  }
        @media (max-width: 991px) {
  /* Pages autres que l'accueil */
  body:not(.accueil) .navbar {
    padding-top: 0.8rem !important;
    padding-bottom: 0.4rem !important;
  }

  body:not(.accueil) .navbar-brand {
    padding-top: 0.5rem !important;
    padding-bottom: 0.3rem !important;
  }

  body:not(.accueil) .navbar-logo img {
    height: 2rem !important;
    max-height: 2.2rem !important;
  }
/* ✅ Force Montserrat sur les éléments visibles, sans bloquer les tailles Mobirise */

.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
.navbar-caption,
.nav-link,
.dropdown-item {
  font-family: 'Montserrat', sans-serif;
}
/* 🌑 Lueur sombre sur les onglets du menu principal – uniquement sur la page d'accueil */
body.accueil .nav-link:not(.dropdown-item) {
  text-shadow:
    0 0 4px rgba(0, 0, 0, 0.4),
    0 0 8px rgba(0, 0, 0, 0.3),
    0 2px 3px rgba(0, 0, 0, 0.5);
  transition: text-shadow 0.3s ease;
}

  }
        }
    }
b, 
strong, 
.mbr-bold {
  font-weight: 600 !important; 
}
.btn {
  transition: all 0.3s ease;
  position: relative;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.btn:active {
  transform: translateY(0);
  box-shadow: none;
}.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Roboto Flex;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #4f89c4 !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #f2f2f2 !important;
  border-color: #f2f2f2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4f89c4 !important;
  border-color: #4f89c4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #75a3d1 !important;
  border-color: #75a3d1 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #75a3d1 !important;
  border-color: #75a3d1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-white {
  background-color: #ffffff;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white,
.btn-white:active,
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active,
.btn-white span,
.btn-white:hover span,
.btn-white:focus span,
.btn-white .mbr-iconfont {
  color: #000000 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4f89c4;
  color: #4f89c4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2f5e8d !important;
  background-color: transparent !important;
  border-color: #2f5e8d !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4f89c4 !important;
  border-color: #4f89c4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #4f89c4 !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #2b5682 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4f89c4;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #aec9e4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uuMNJGUfC2 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uuMNJGUfC2 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uuMNJGUfC2 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .container,
  .cid-uuMNJGUfC2 .container-fluid {
    flex-wrap: initial;
  }
  .cid-uuMNJGUfC2 .nav-link:hover,
  .cid-uuMNJGUfC2 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uuMNJGUfC2 .navbar-nav {
  margin: auto;
}
.cid-uuMNJGUfC2 .dropdown-item {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuMNJGUfC2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuMNJGUfC2 .navbar-short,
.cid-uuMNJGUfC2 .opened {
  background: #111111 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar-short .nav-link,
.cid-uuMNJGUfC2 .opened .nav-link,
.cid-uuMNJGUfC2 .navbar-short .navbar-caption,
.cid-uuMNJGUfC2 .opened .navbar-caption,
.cid-uuMNJGUfC2 .navbar-short .mbr-iconfont,
.cid-uuMNJGUfC2 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .navbar-short .hamburger span,
.cid-uuMNJGUfC2 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uuMNJGUfC2 .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uuMNJGUfC2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uuMNJGUfC2 .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uuMNJGUfC2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuMNJGUfC2 .container {
  display: flex;
  margin: auto;
}
.cid-uuMNJGUfC2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu,
.cid-uuMNJGUfC2 .navbar.opened {
  background: #111111 !important;
}
.cid-uuMNJGUfC2 .nav-item:focus,
.cid-uuMNJGUfC2 .nav-link:focus {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuMNJGUfC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuMNJGUfC2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(17, 17, 17, 0);
}
.cid-uuMNJGUfC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuMNJGUfC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uuMNJGUfC2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar.collapsed {
  justify-content: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuMNJGUfC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuMNJGUfC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuMNJGUfC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuMNJGUfC2 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uuMNJGUfC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuMNJGUfC2 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown-item.active,
.cid-uuMNJGUfC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uuMNJGUfC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuMNJGUfC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuMNJGUfC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuMNJGUfC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuMNJGUfC2 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuMNJGUfC2 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uuMNJGUfC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuMNJGUfC2 .navbar {
    height: 70px;
  }
  .cid-uuMNJGUfC2 .navbar.opened {
    height: auto;
  }
  .cid-uuMNJGUfC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuMNJGUfC2 .lang-nav {
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}
.cid-uuMNJGUfC2 .lang-nav .lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current {
  color: #ffffff !important;
  white-space: nowrap;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .lang-check {
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 6px;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.cid-uuMNJGUfC2 .lang-check:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 5px;
  width: 6px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(38deg);
}
.cid-uuMNJGUfC2 .lang-check:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(-48deg);
}
.cid-uuMNJGUfC2 .lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.35rem;
  background: #111111;
  border: 1px solid #41392e;
  min-width: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 50;
}
.cid-uuMNJGUfC2 .lang-option {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0.45rem 0.75rem !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  border-bottom: none !important;
}
.cid-uuMNJGUfC2 .lang-option:hover,
.cid-uuMNJGUfC2 .lang-option:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}
.cid-uuMNJGUfC2 .lang-switcher:focus-within .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .lang-nav {
    display: none !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-nav,
  .cid-uuMNJGUfC2 nav.opened .lang-nav,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-nav {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 1rem 0 0.8rem 0 !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-switcher,
  .cid-uuMNJGUfC2 nav.opened .lang-switcher,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-switcher {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current:hover,
  .cid-uuMNJGUfC2 .navbar .lang-current:focus,
  .cid-uuMNJGUfC2 .navbar .lang-current:active {
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-menu {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .cid-uuMNJGUfC2 .navbar .lang-switcher:focus-within .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
    background: transparent !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option:hover,
  .cid-uuMNJGUfC2 .navbar .lang-option:focus,
  .cid-uuMNJGUfC2 .navbar .lang-option:active {
    background: transparent !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check {
    width: 12px;
    height: 9px;
    margin-left: 5px;
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:before {
    width: 5px;
    height: 2px;
    top: 5px;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:after {
    width: 9px;
    height: 2px;
    top: 4px;
  }
}
.cid-uuMNJGUfC2 .lang-nav .lang-current,
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus,
.cid-uuMNJGUfC2 .lang-nav .lang-current:active {
  border-bottom: 1px solid transparent !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .lang-nav .nav-link:hover,
  .cid-uuMNJGUfC2 .lang-nav .nav-link:focus {
    border-bottom: 1px solid transparent !important;
  }
}
#custom-html-gh {
  /* === HERO VIDÉO AVEC FALLBACK, RESPONSIVE, STYLES MOBIRISE === */
  /* TITRES MOBIRISE AVEC SHADOW */
  /* === Mobile / tablette en portrait : vidéo en 16:9, fallback adaptatif === */
  /* === MOBILE PORTRAIT : HERO PLEIN ÉCRAN, VIDÉO COVER, TEXTE EN BAS === */
  /* === TRÈS PETITS MOBILES === */
  /* === MOBILE PAYSAGE : EXPÉRIENCE PROCHE DESKTOP / VIDÉO PLUS CINÉMATIQUE === */
}
#custom-html-gh .custom-hero-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#custom-html-gh .custom-hero-video .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url('https://www.kosudconstruction.com/assets/images/hero-fallback.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#custom-html-gh .custom-hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background-color: #000;
  pointer-events: none;
  z-index: 0;
}
#custom-html-gh .custom-hero-video .hero-content {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  width: 92%;
  max-width: 1180px;
  padding: 2.2rem 2rem;
  color: #fff;
  background: transparent;
}
#custom-html-gh .custom-hero-video .hero-content::before {
  content: "";
  position: absolute;
  top: -2rem;
  right: -2.5rem;
  bottom: -2rem;
  left: -2.5rem;
  z-index: -1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.18) 45%, rgba(0, 0, 0, 0) 72%);
  pointer-events: none;
}
#custom-html-gh .custom-hero-video .mbr-fonts-style.display-1,
#custom-html-gh .custom-hero-video .mbr-fonts-style.display-2,
#custom-html-gh .custom-hero-video .mbr-fonts-style.display-4 {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.42), 0 8px 28px rgba(0, 0, 0, 0.28);
}
@media (max-width: 767px) {
  #custom-html-gh .custom-hero-video {
    height: 100vh;
    min-height: 620px;
  }
  #custom-html-gh .custom-hero-video .video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    background-image: url('https://www.kosudconstruction.com/assets/images/hero-fallback.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #custom-html-gh .custom-hero-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  #custom-html-gh .custom-hero-video .hero-content {
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    max-width: 92%;
    padding: 1.4rem 1rem;
    text-align: center;
  }
  #custom-html-gh .custom-hero-video .hero-content::before {
    top: -1.1rem;
    right: -1rem;
    bottom: -1.1rem;
    left: -1rem;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.22) 48%, rgba(0, 0, 0, 0) 76%);
  }
  #custom-html-gh .custom-hero-video .mbr-fonts-style.display-1 {
    font-size: clamp(1.55rem, 6.4vw, 2.25rem);
    line-height: 1.08;
    margin-bottom: 0.65rem;
  }
  #custom-html-gh .custom-hero-video .mbr-fonts-style.display-2 {
    font-size: clamp(0.95rem, 3.8vw, 1.25rem);
    line-height: 1.28;
    margin-top: 0;
    margin-bottom: 0.55rem;
  }
  #custom-html-gh .custom-hero-video .mbr-fonts-style.display-4 {
    font-size: clamp(0.78rem, 3.2vw, 1rem);
    line-height: 1.35;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 380px) {
  #custom-html-gh .custom-hero-video {
    min-height: 580px;
  }
  #custom-html-gh .custom-hero-video .hero-content {
    bottom: 8%;
    padding: 1.2rem 0.8rem;
  }
  #custom-html-gh .custom-hero-video .mbr-fonts-style.display-1 {
    font-size: clamp(1.35rem, 6vw, 1.85rem);
    line-height: 1.1;
    margin-bottom: 0.5rem;
  }
  #custom-html-gh .custom-hero-video .mbr-fonts-style.display-2 {
    font-size: clamp(0.82rem, 3.5vw, 1.05rem);
    line-height: 1.25;
    margin-bottom: 0.45rem;
  }
  #custom-html-gh .custom-hero-video .mbr-fonts-style.display-4 {
    font-size: clamp(0.7rem, 3vw, 0.92rem);
    line-height: 1.3;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  #custom-html-gh .custom-hero-video {
    height: 100vh;
    min-height: 420px;
  }
  #custom-html-gh .custom-hero-video .hero-content {
    bottom: 9%;
    width: 88%;
    max-width: 980px;
    padding: 1.2rem 1.5rem;
  }
  #custom-html-gh .custom-hero-video .mbr-fonts-style.display-1 {
    font-size: clamp(1.6rem, 4vw, 2.8rem);
    line-height: 1.05;
    margin-bottom: 0.45rem;
  }
  #custom-html-gh .custom-hero-video .mbr-fonts-style.display-2 {
    font-size: clamp(0.95rem, 2.1vw, 1.35rem);
    line-height: 1.2;
    margin-bottom: 0.35rem;
  }
  #custom-html-gh .custom-hero-video .mbr-fonts-style.display-4 {
    font-size: clamp(0.75rem, 1.7vw, 1rem);
    line-height: 1.25;
  }
}
#custom-html-gh .custom-hero-video .hero-title,
#custom-html-gh .custom-hero-video .hero-subtitle,
#custom-html-gh .custom-hero-video .hero-text {
  opacity: 0;
  will-change: opacity, transform, filter;
  transform-origin: center center;
  backface-visibility: hidden;
}
#custom-html-gh .custom-hero-video .hero-title {
  transform: scale(1.06);
  filter: blur(6px);
  animation: heroTitleLuxuryReveal 2.2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  animation-delay: 0.25s;
}
#custom-html-gh .custom-hero-video .hero-subtitle {
  transform: scale(1);
  filter: blur(2.5px);
  animation: heroSubtitleLuxuryReveal 1.8s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  animation-delay: 1.85s;
}
#custom-html-gh .custom-hero-video .hero-text {
  transform: scale(1.08);
  filter: blur(5px);
  animation: heroTextForwardReveal 1.9s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  animation-delay: 3.05s;
}
@keyframes heroTitleLuxuryReveal {
  from {
    opacity: 0;
    transform: scale(1.06);
    filter: blur(6px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes heroSubtitleLuxuryReveal {
  from {
    opacity: 0;
    transform: scale(1);
    filter: blur(2.5px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes heroTextForwardReveal {
  from {
    opacity: 0;
    transform: scale(1.08);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
.cid-vi6Q1lNUuU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vi6Q1lNUuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi6Q1lNUuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi6Q1lNUuU .items-wrapper {
  margin: 0 -20px;
}
.cid-vi6Q1lNUuU .items-wrapper .item {
  padding: 0 20px;
}
.cid-vi6Q1lNUuU .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vi6Q1lNUuU .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vi6Q1lNUuU .item .item-wrapper .item-number {
  margin-bottom: 16px;
}
.cid-vi6Q1lNUuU .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.cid-vi6Q1lNUuU .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vi6Q1lNUuU .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-vi6Q1lNUuU .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vi6Q1lNUuU .item-number {
  color: #ffffff;
}
.cid-vi6Q1lNUuU .item-title {
  color: #ffffff;
}
.cid-vi6Q1lNUuU .item-text {
  color: #a8a8a8;
}
.cid-vi6Q1lNUuU .item-title,
.cid-vi6Q1lNUuU .mbr-section-btn {
  color: #ffffff;
}
.cid-vi74384N50 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vi74384N50 img {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vi74384N50 img {
    width: 100%;
    margin-bottom: 15px;
  }
  .cid-vi74384N50 .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-vi74384N50 ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-vi74384N50 ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-vi74384N50 ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4f89c4;
}
.cid-vi74384N50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi74384N50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi74384N50 .text1 {
  color: #000000;
}
.cid-vi74384N50 H2 {
  color: #4f89c4;
}
.cid-vi74384N50 .text2 {
  color: #000000;
}
.cid-urhch1vM2K {
  padding-top: 22rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/constructeur-villa-prestige-ko-sud-var-2000x1501.webp");
}
.cid-urhch1vM2K .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-urhch1vM2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-urhch1vM2K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH8tQGlOeZ {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/neon-clair-2000x1333.webp");
}
.cid-uH8tQGlOeZ .mbr-overlay {
  background: #ffffff;
  opacity: 0;
}
.cid-uH8tQGlOeZ .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uH8tQGlOeZ img,
.cid-uH8tQGlOeZ .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uH8tQGlOeZ .item:focus,
.cid-uH8tQGlOeZ span:focus {
  outline: none;
}
.cid-uH8tQGlOeZ .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uH8tQGlOeZ .item {
    margin-bottom: 1rem;
  }
}
.cid-uH8tQGlOeZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uH8tQGlOeZ .mbr-section-title {
  color: #4f89c4;
  text-align: center;
}
.cid-uH8tQGlOeZ .mbr-text,
.cid-uH8tQGlOeZ .mbr-section-btn {
  color: #232323;
}
.cid-uH8tQGlOeZ .item-title {
  color: #000000;
}
.cid-uH8tQGlOeZ .content-head {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uH8tQGlOeZ .mbr-section-title,
  .cid-uH8tQGlOeZ .mbr-section-subtitle {
    text-align: left !important;
  }
}
.cid-urhch1weO0 {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/construction-villa-luxe-theoule-ko-sud-1-2000x1333.webp");
  overflow: hidden;
}
.cid-urhch1wHwS {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/neon-clair-2000x1333.webp");
}
.cid-urhch1wHwS .mbr-overlay {
  background: #edefeb;
  opacity: 0.6;
}
.cid-urhch1wHwS .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-urhch1wHwS img,
.cid-urhch1wHwS .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-urhch1wHwS .item:focus,
.cid-urhch1wHwS span:focus {
  outline: none;
}
.cid-urhch1wHwS .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-urhch1wHwS .item {
    margin-bottom: 1rem;
  }
}
.cid-urhch1wHwS .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-urhch1wHwS .mbr-section-title {
  color: #4f89c4;
  text-align: center;
}
.cid-urhch1wHwS .mbr-text,
.cid-urhch1wHwS .mbr-section-btn {
  color: #232323;
}
.cid-urhch1wHwS .item-title {
  color: #232323;
}
.cid-urhch1wHwS .content-head {
  width: 100%;
}
.cid-urhch1wHwS .mbr-section-subtitle {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-urhch1wHwS .mbr-section-title,
  .cid-urhch1wHwS .mbr-section-subtitle {
    text-align: left !important;
  }
}
.cid-vimAWzkM9A {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-vimAWzkM9A .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
  background: #ffffff;
  width: 100%;
  padding: 0;
}
.cid-vimAWzkM9A .carousel-item.active,
.cid-vimAWzkM9A .carousel-item-next,
.cid-vimAWzkM9A .carousel-item-prev {
  display: flex;
}
.cid-vimAWzkM9A .carousel-control-prev span {
  right: -10px;
}
.cid-vimAWzkM9A .row {
  justify-content: space-between;
}
.cid-vimAWzkM9A .user {
  padding: 0 2rem !important;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-vimAWzkM9A .user {
    flex-direction: column;
  }
}
.cid-vimAWzkM9A .user_text {
  padding: 0 2rem;
  color: #000000;
}
.cid-vimAWzkM9A .carousel-control-next span {
  left: -10px;
}
@media (max-width: 767px) {
  .cid-vimAWzkM9A .icons-list {
    padding-bottom: 1rem;
  }
}
.cid-vimAWzkM9A .card-header {
  background: transparent;
  border: 0;
  padding: 0;
  padding-top: 2rem;
}
.cid-vimAWzkM9A .bottom {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 1rem 2rem;
}
@media (min-width: 767px) {
  .cid-vimAWzkM9A .carousel-control-prev span {
    right: 100px;
  }
  .cid-vimAWzkM9A .carousel-control-next span {
    left: 100px;
  }
  .cid-vimAWzkM9A .slider-col {
    padding: 0 4rem;
  }
}
.cid-vimAWzkM9A .iconfont-wrapper,
.cid-vimAWzkM9A .amp-iconfont {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 1.6rem;
  color: #4f89c4;
}
.cid-vimAWzkM9A .carousel-controls a {
  font-size: 1.2rem;
  color: #ffffff;
  opacity: 0.8;
}
.cid-vimAWzkM9A .carousel-controls a span {
  position: absolute;
  top: 40%;
  padding: 10px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-vimAWzkM9A .carousel-controls a {
    top: 70%;
  }
}
@media (min-width: 992px) {
  .cid-vimAWzkM9A .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-vimAWzkM9A .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-vimAWzkM9A .mbr-section-title {
  color: #ffffff;
}
.cid-vimAWzkM9A .mbr-section-subtitle,
.cid-vimAWzkM9A .mbr-section-btn {
  color: #ffffff;
}
.cid-vimAWzkM9A .user_desk {
  color: #000000;
}
.cid-viM1LGXyEC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-viM1LGXyEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-viM1LGXyEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viM1LGXyEC .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-viM1LGXyEC .title-wrapper {
  margin-bottom: 40px;
}
.cid-viM1LGXyEC .mbr-label {
  margin-bottom: 24px;
  color: #0a0a0a;
}
.cid-viM1LGXyEC .mbr-section-title {
  margin-bottom: 24px;
  color: #4f89c4;
}
.cid-viM1LGXyEC .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viM1LGXyEC .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-viM1LGXyEC .panel-group .card {
  position: relative;
  padding: 16px;
  background-color: #f7f7f7;
  border: none;
  margin-top: 16px;
}
.cid-viM1LGXyEC .panel-group .card:first-child {
  margin-top: 0;
}
.cid-viM1LGXyEC .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-viM1LGXyEC .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-viM1LGXyEC .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-viM1LGXyEC .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-viM1LGXyEC .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #4f89c4;
}
.cid-viM1LGXyEC .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-viM1LGXyEC .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-viM1LGXyEC .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-viM1LGXyEC .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-viM1LGXyEC .mbr-text {
  color: #0a0a0a;
}
.cid-viM1LGXyEC .panel-title-edit {
  color: #0a0a0a;
}
.cid-viM1LGXyEC .panel-text {
  color: #0a0a0a;
}
.cid-viEiTtJHwA {
  position: relative;
  background-color: #ffffff;
}
.cid-viEiTtJHwA .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-viEiTtJHwA .image-wrap {
    padding: 16px;
  }
}
.cid-viEiTtJHwA .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-viEiTtJHwA .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-viEiTtJHwA .image-overlay {
    padding: 16px;
  }
}
.cid-viEiTtJHwA .image-overlay .image-over {
  background-color: #000000;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-viEiTtJHwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-viEiTtJHwA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viEiTtJHwA .row {
  justify-content: center;
}
.cid-viEiTtJHwA .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-viEiTtJHwA .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-viEiTtJHwA .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-viEiTtJHwA .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-viEiTtJHwA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-viEiTtJHwA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-viEiTtJHwA .mbr-section-title {
  color: #fff7ee;
}
.cid-viEiTtJHwA .mbr-text,
.cid-viEiTtJHwA .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-viEiTtJHwA .mbr-section-title,
.cid-viEiTtJHwA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIU4ObgZjF {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/neon-clair-2000x1333.webp");
}
.cid-uIU4ObgZjF .row {
  justify-content: center;
}
.cid-uIU4ObgZjF .item-img {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.cid-uIU4ObgZjF img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIU4ObgZjF .item:focus,
.cid-uIU4ObgZjF span:focus {
  outline: none;
}
.cid-uIU4ObgZjF .col-items {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  height: 100%;
}
@media (min-width: 992px) {
  .cid-uIU4ObgZjF .col-items {
    padding: 0 !important;
  }
}
.cid-uIU4ObgZjF .item {
  cursor: pointer;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .cid-uIU4ObgZjF .item {
    padding: 0 20px;
  }
}
.cid-uIU4ObgZjF .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 32px;
  border-radius: 20px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uIU4ObgZjF .item-wrapper {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .cid-uIU4ObgZjF .item-wrapper {
    padding: 60px;
  }
}
.cid-uIU4ObgZjF .item-content {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uIU4ObgZjF .item-content {
    text-align: center;
  }
}
.cid-uIU4ObgZjF .mbr-section-title {
  width: 100%;
  color: #4f89c4;
}
.cid-uIU4ObgZjF .mbr-text {
  color: #000000;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: left;
}
.cid-uIU4ObgZjF .item-title {
  color: #000000;
}
.cid-uIU4ObgZjF .item-subtitle {
  color: #000000;
}
.cid-uIU4ObgZjF .mbr-section-head {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-uIU4ObgZjF .mbr-section-head {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uIU4ObgZjF .mbr-section-head {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-uIU4ObgZjF .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-uIU4ObgZjF .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIU4ObgZjF .mbr-section-subtitle {
  color: #000000;
}
.cid-uIU4ObgZjF .item-title,
.cid-uIU4ObgZjF .mbr-section-btn {
  color: #3f89c9;
}
@media (max-width: 767px) {
  .cid-uIU4ObgZjF .mbr-section-head,
  .cid-uIU4ObgZjF .mbr-section-title,
  .cid-uIU4ObgZjF .mbr-section-subtitle,
  .cid-uIU4ObgZjF .item-content,
  .cid-uIU4ObgZjF .item-title {
    text-align: left !important;
  }
}
.cid-uL5CemTM51 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5CemTM51 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uL5CemTM51 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uL5CemTM51 .row {
    text-align: center;
  }
  .cid-uL5CemTM51 .row > div {
    margin: auto;
  }
  .cid-uL5CemTM51 .social-row {
    justify-content: center;
  }
}
.cid-uL5CemTM51 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL5CemTM51 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL5CemTM51 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL5CemTM51 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-uL5CemTM51 .copyright {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    text-align: center;
    font-size: 0.8rem !important;
    padding: 1rem 0;
    position: relative;
    z-index: 10;
  }
}
.cid-uL5CemTM51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5CemTM51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5CemTM51 H5 {
  color: #3f89c9;
}
.cid-uL5CemTM51 .copyright {
  color: #ffffff;
}
.cid-uuMNJGUfC2 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uuMNJGUfC2 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uuMNJGUfC2 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .container,
  .cid-uuMNJGUfC2 .container-fluid {
    flex-wrap: initial;
  }
  .cid-uuMNJGUfC2 .nav-link:hover,
  .cid-uuMNJGUfC2 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uuMNJGUfC2 .navbar-nav {
  margin: auto;
}
.cid-uuMNJGUfC2 .dropdown-item {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuMNJGUfC2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuMNJGUfC2 .navbar-short,
.cid-uuMNJGUfC2 .opened {
  background: #111111 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar-short .nav-link,
.cid-uuMNJGUfC2 .opened .nav-link,
.cid-uuMNJGUfC2 .navbar-short .navbar-caption,
.cid-uuMNJGUfC2 .opened .navbar-caption,
.cid-uuMNJGUfC2 .navbar-short .mbr-iconfont,
.cid-uuMNJGUfC2 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .navbar-short .hamburger span,
.cid-uuMNJGUfC2 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uuMNJGUfC2 .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uuMNJGUfC2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uuMNJGUfC2 .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uuMNJGUfC2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuMNJGUfC2 .container {
  display: flex;
  margin: auto;
}
.cid-uuMNJGUfC2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu,
.cid-uuMNJGUfC2 .navbar.opened {
  background: #111111 !important;
}
.cid-uuMNJGUfC2 .nav-item:focus,
.cid-uuMNJGUfC2 .nav-link:focus {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuMNJGUfC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuMNJGUfC2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(17, 17, 17, 0);
}
.cid-uuMNJGUfC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuMNJGUfC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uuMNJGUfC2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar.collapsed {
  justify-content: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuMNJGUfC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuMNJGUfC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuMNJGUfC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuMNJGUfC2 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uuMNJGUfC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuMNJGUfC2 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown-item.active,
.cid-uuMNJGUfC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uuMNJGUfC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuMNJGUfC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuMNJGUfC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuMNJGUfC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuMNJGUfC2 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuMNJGUfC2 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uuMNJGUfC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuMNJGUfC2 .navbar {
    height: 70px;
  }
  .cid-uuMNJGUfC2 .navbar.opened {
    height: auto;
  }
  .cid-uuMNJGUfC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuMNJGUfC2 .lang-nav {
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}
.cid-uuMNJGUfC2 .lang-nav .lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current {
  color: #ffffff !important;
  white-space: nowrap;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .lang-check {
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 6px;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.cid-uuMNJGUfC2 .lang-check:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 5px;
  width: 6px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(38deg);
}
.cid-uuMNJGUfC2 .lang-check:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(-48deg);
}
.cid-uuMNJGUfC2 .lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.35rem;
  background: #111111;
  border: 1px solid #41392e;
  min-width: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 50;
}
.cid-uuMNJGUfC2 .lang-option {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0.45rem 0.75rem !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  border-bottom: none !important;
}
.cid-uuMNJGUfC2 .lang-option:hover,
.cid-uuMNJGUfC2 .lang-option:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}
.cid-uuMNJGUfC2 .lang-switcher:focus-within .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .lang-nav {
    display: none !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-nav,
  .cid-uuMNJGUfC2 nav.opened .lang-nav,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-nav {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 1rem 0 0.8rem 0 !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-switcher,
  .cid-uuMNJGUfC2 nav.opened .lang-switcher,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-switcher {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current:hover,
  .cid-uuMNJGUfC2 .navbar .lang-current:focus,
  .cid-uuMNJGUfC2 .navbar .lang-current:active {
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-menu {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .cid-uuMNJGUfC2 .navbar .lang-switcher:focus-within .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
    background: transparent !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option:hover,
  .cid-uuMNJGUfC2 .navbar .lang-option:focus,
  .cid-uuMNJGUfC2 .navbar .lang-option:active {
    background: transparent !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check {
    width: 12px;
    height: 9px;
    margin-left: 5px;
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:before {
    width: 5px;
    height: 2px;
    top: 5px;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:after {
    width: 9px;
    height: 2px;
    top: 4px;
  }
}
.cid-uuMNJGUfC2 .lang-nav .lang-current,
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus,
.cid-uuMNJGUfC2 .lang-nav .lang-current:active {
  border-bottom: 1px solid transparent !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .lang-nav .nav-link:hover,
  .cid-uuMNJGUfC2 .lang-nav .nav-link:focus {
    border-bottom: 1px solid transparent !important;
  }
}
.cid-vin7jDx6nI {
  padding-top: 14rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/interieur-luxe-var-06-ko-sud-realisation-2000x1333.webp");
  position: relative;
}
.cid-vin7jDx6nI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vin7jDx6nI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vin7jDx6nI .row {
  justify-content: center;
}
.cid-vin7jDx6nI .card {
  justify-content: flex-end;
}
.cid-vin7jDx6nI .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vin7jDx6nI .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vin7jDx6nI .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vin7jDx6nI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vin7jDx6nI .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-vin7jDx6nI .border-wrapper {
    margin-top: 30px;
  }
}
.cid-vin7jDx6nI .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vin7jDx6nI .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-vin7jDx6nI .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vin7jDx6nI .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vin7jDx6nI .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-vin7jDx6nI .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vin7jDx6nI .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vin7jDx6nI .mbr-text,
.cid-vin7jDx6nI .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vin7jDx6nI .mbr-desc {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vin7jDx6nI .content-wrapper,
  .cid-vin7jDx6nI .mbr-section-title,
  .cid-vin7jDx6nI .mbr-text,
  .cid-vin7jDx6nI .border-wrapper,
  .cid-vin7jDx6nI .desc-wrapper,
  .cid-vin7jDx6nI .mbr-section-btn {
    transform: translateY(80px);
  }
}
.cid-vin7jDx6nI .content-wrapper .text-wrapper .mbr-text,
.cid-vin7jDx6nI .mbr-section-title,
.cid-vin7jDx6nI .mbr-desc {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 10px 30px rgba(0, 0, 0, 0.28);
}
.cid-vin7jDx6nI::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.45) 45%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.cid-vin7jDx6nI .container,
.cid-vin7jDx6nI .container-fluid,
.cid-vin7jDx6nI .row,
.cid-vin7jDx6nI .card,
.cid-vin7jDx6nI .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-vinsnqtIeR {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-vinsnqtIeR .row {
  flex-direction: row-reverse;
}
.cid-vinsnqtIeR p {
  margin: 0;
}
.cid-vinsnqtIeR .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-vinsnqtIeR .mbr-section-title {
  text-align: center;
}
.cid-vinsnqtIeR .mbr-section-subtitle {
  text-align: center;
}
.cid-vinsnqtIeR .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vinsnqtIeR .card-container {
    margin-bottom: 2rem;
  }
}
.cid-vinsnqtIeR .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-vinsnqtIeR .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-vinsnqtIeR .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-vinsnqtIeR .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-vinsnqtIeR .google-map {
  height: 100%;
  position: relative;
}
.cid-vinsnqtIeR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vinsnqtIeR .google-map [data-state-details] {
  color: #1f1437;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vinsnqtIeR .google-map[data-state] {
  background: #f3edf7;
}
.cid-vinsnqtIeR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vinsnqtIeR .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vinsnqtIeR .mbr-section-subtitle DIV {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vinsnqtIeR .mbr-section-title,
  .cid-vinsnqtIeR .mbr-section-subtitle {
    text-align: left !important;
  }
}
.cid-vinGVWxlBs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #000000;
}
.cid-vinGVWxlBs .row {
  flex-direction: row-reverse;
}
.cid-vinGVWxlBs p {
  margin: 0;
}
.cid-vinGVWxlBs .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-vinGVWxlBs .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vinGVWxlBs .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vinGVWxlBs .card-container {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-vinGVWxlBs .card-container {
    margin-bottom: 2rem;
  }
}
.cid-vinGVWxlBs .card-wrapper {
  width: 50%;
  display: flex;
  flex: auto;
  flex-grow: 0;
  padding: 1rem 1rem 2rem 0;
  align-items: baseline;
}
@media (max-width: 991px) {
  .cid-vinGVWxlBs .card-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-vinGVWxlBs .card-wrapper {
    padding-bottom: 1rem;
  }
}
.cid-vinGVWxlBs .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #33d5ad;
}
.cid-vinGVWxlBs .google-map {
  height: 100%;
  position: relative;
}
.cid-vinGVWxlBs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vinGVWxlBs .google-map [data-state-details] {
  color: #1f1437;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vinGVWxlBs .google-map[data-state] {
  background: #f3edf7;
}
.cid-vinGVWxlBs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vinGVWxlBs .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-vinGVWxlBs .card-title {
  color: #ffffff;
}
.cid-vinGVWxlBs P {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vinGVWxlBs .mbr-section-title,
  .cid-vinGVWxlBs .mbr-section-subtitle {
    text-align: left !important;
  }
}
.cid-uIxkKrWqpg {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uIxkKrWqpg .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uIxkKrWqpg form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uIxkKrWqpg form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uIxkKrWqpg form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uIxkKrWqpg .row {
  margin: 0;
}
.cid-uIxkKrWqpg .card {
  padding: 3rem;
  border: 1px solid #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uIxkKrWqpg .card {
    padding: 2rem 0.5rem;
  }
}
.cid-uIxkKrWqpg h3 {
  margin-bottom: 3rem !important;
}
.cid-uIxkKrWqpg .content-head {
  max-width: 800px;
}
.cid-uIxkKrWqpg textarea {
  min-height: 200px;
}
.cid-uIxkKrWqpg input,
.cid-uIxkKrWqpg textarea {
  border: 1px solid #ffffff !important;
  border-radius: 0 !important;
  padding: 0.5rem;
}
.cid-uIxkKrWqpg .mbr-section-title {
  color: #000000;
}
.cid-uIxkKrWqpg LABEL {
  color: #000000;
}
.cid-uIxkKrWqpg H3 {
  color: #000000;
}
.cid-uL5CemTM51 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5CemTM51 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uL5CemTM51 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uL5CemTM51 .row {
    text-align: center;
  }
  .cid-uL5CemTM51 .row > div {
    margin: auto;
  }
  .cid-uL5CemTM51 .social-row {
    justify-content: center;
  }
}
.cid-uL5CemTM51 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL5CemTM51 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL5CemTM51 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL5CemTM51 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-uL5CemTM51 .copyright {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    text-align: center;
    font-size: 0.8rem !important;
    padding: 1rem 0;
    position: relative;
    z-index: 10;
  }
}
.cid-uL5CemTM51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5CemTM51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5CemTM51 H5 {
  color: #3f89c9;
}
.cid-uL5CemTM51 .copyright {
  color: #ffffff;
}
.cid-uuMNJGUfC2 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uuMNJGUfC2 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uuMNJGUfC2 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .container,
  .cid-uuMNJGUfC2 .container-fluid {
    flex-wrap: initial;
  }
  .cid-uuMNJGUfC2 .nav-link:hover,
  .cid-uuMNJGUfC2 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uuMNJGUfC2 .navbar-nav {
  margin: auto;
}
.cid-uuMNJGUfC2 .dropdown-item {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuMNJGUfC2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuMNJGUfC2 .navbar-short,
.cid-uuMNJGUfC2 .opened {
  background: #111111 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar-short .nav-link,
.cid-uuMNJGUfC2 .opened .nav-link,
.cid-uuMNJGUfC2 .navbar-short .navbar-caption,
.cid-uuMNJGUfC2 .opened .navbar-caption,
.cid-uuMNJGUfC2 .navbar-short .mbr-iconfont,
.cid-uuMNJGUfC2 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .navbar-short .hamburger span,
.cid-uuMNJGUfC2 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uuMNJGUfC2 .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uuMNJGUfC2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uuMNJGUfC2 .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uuMNJGUfC2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuMNJGUfC2 .container {
  display: flex;
  margin: auto;
}
.cid-uuMNJGUfC2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu,
.cid-uuMNJGUfC2 .navbar.opened {
  background: #111111 !important;
}
.cid-uuMNJGUfC2 .nav-item:focus,
.cid-uuMNJGUfC2 .nav-link:focus {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuMNJGUfC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuMNJGUfC2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(17, 17, 17, 0);
}
.cid-uuMNJGUfC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuMNJGUfC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uuMNJGUfC2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar.collapsed {
  justify-content: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuMNJGUfC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuMNJGUfC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuMNJGUfC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuMNJGUfC2 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uuMNJGUfC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuMNJGUfC2 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown-item.active,
.cid-uuMNJGUfC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uuMNJGUfC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuMNJGUfC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuMNJGUfC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuMNJGUfC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuMNJGUfC2 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuMNJGUfC2 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uuMNJGUfC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuMNJGUfC2 .navbar {
    height: 70px;
  }
  .cid-uuMNJGUfC2 .navbar.opened {
    height: auto;
  }
  .cid-uuMNJGUfC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuMNJGUfC2 .lang-nav {
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}
.cid-uuMNJGUfC2 .lang-nav .lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current {
  color: #ffffff !important;
  white-space: nowrap;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .lang-check {
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 6px;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.cid-uuMNJGUfC2 .lang-check:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 5px;
  width: 6px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(38deg);
}
.cid-uuMNJGUfC2 .lang-check:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(-48deg);
}
.cid-uuMNJGUfC2 .lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.35rem;
  background: #111111;
  border: 1px solid #41392e;
  min-width: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 50;
}
.cid-uuMNJGUfC2 .lang-option {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0.45rem 0.75rem !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  border-bottom: none !important;
}
.cid-uuMNJGUfC2 .lang-option:hover,
.cid-uuMNJGUfC2 .lang-option:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}
.cid-uuMNJGUfC2 .lang-switcher:focus-within .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .lang-nav {
    display: none !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-nav,
  .cid-uuMNJGUfC2 nav.opened .lang-nav,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-nav {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 1rem 0 0.8rem 0 !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-switcher,
  .cid-uuMNJGUfC2 nav.opened .lang-switcher,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-switcher {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current:hover,
  .cid-uuMNJGUfC2 .navbar .lang-current:focus,
  .cid-uuMNJGUfC2 .navbar .lang-current:active {
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-menu {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .cid-uuMNJGUfC2 .navbar .lang-switcher:focus-within .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
    background: transparent !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option:hover,
  .cid-uuMNJGUfC2 .navbar .lang-option:focus,
  .cid-uuMNJGUfC2 .navbar .lang-option:active {
    background: transparent !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check {
    width: 12px;
    height: 9px;
    margin-left: 5px;
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:before {
    width: 5px;
    height: 2px;
    top: 5px;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:after {
    width: 9px;
    height: 2px;
    top: 4px;
  }
}
.cid-uuMNJGUfC2 .lang-nav .lang-current,
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus,
.cid-uuMNJGUfC2 .lang-nav .lang-current:active {
  border-bottom: 1px solid transparent !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .lang-nav .nav-link:hover,
  .cid-uuMNJGUfC2 .lang-nav .nav-link:focus {
    border-bottom: 1px solid transparent !important;
  }
}
.cid-viX8CQC4PJ {
  padding-top: 15rem;
  padding-bottom: 11rem;
  background-image: url("../../../assets/images/ko-sud-construction-puget-sur-argens-bureaux.webp");
}
.cid-viX8CQC4PJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-viX8CQC4PJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viX8CQC4PJ .row {
  justify-content: center;
}
.cid-viX8CQC4PJ .card {
  justify-content: flex-end;
}
.cid-viX8CQC4PJ .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-viX8CQC4PJ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-viX8CQC4PJ .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-viX8CQC4PJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-viX8CQC4PJ .border-wrapper {
  margin-top: 70px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-viX8CQC4PJ .border-wrapper {
    margin-top: 30px;
  }
}
.cid-viX8CQC4PJ .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-viX8CQC4PJ .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-viX8CQC4PJ .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-viX8CQC4PJ .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viX8CQC4PJ .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-viX8CQC4PJ .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-viX8CQC4PJ .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-viX8CQC4PJ .mbr-text,
.cid-viX8CQC4PJ .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-viX8CQC4PJ .mbr-desc {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-viX8CQC4PJ .mbr-section-title,
  .cid-viX8CQC4PJ .mbr-text,
  .cid-viX8CQC4PJ .border-wrapper,
  .cid-viX8CQC4PJ .mbr-desc,
  .cid-viX8CQC4PJ .mbr-section-btn {
    transform: translateY(80px) !important;
  }
}
.cid-viX8CQC4PJ .mbr-section-title,
.cid-viX8CQC4PJ .mbr-text,
.cid-viX8CQC4PJ .text-wrapper,
.cid-viX8CQC4PJ .mbr-desc {
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55), 0 8px 24px rgba(0, 0, 0, 0.35);
}
.cid-vi4Kuk8Ne8 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vi4Kuk8Ne8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi4Kuk8Ne8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi4Kuk8Ne8 .items-wrapper {
  margin: 0 -20px;
}
.cid-vi4Kuk8Ne8 .items-wrapper .item {
  padding: 0 20px;
}
.cid-vi4Kuk8Ne8 .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vi4Kuk8Ne8 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vi4Kuk8Ne8 .item .item-wrapper .item-number {
  margin-bottom: 16px;
}
.cid-vi4Kuk8Ne8 .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.cid-vi4Kuk8Ne8 .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vi4Kuk8Ne8 .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-vi4Kuk8Ne8 .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vi4Kuk8Ne8 .item-number {
  color: #ffffff;
}
.cid-vi4Kuk8Ne8 .item-title {
  color: #ffffff;
}
.cid-vi4Kuk8Ne8 .item-text {
  color: #a8a8a8;
}
.cid-vi4Kuk8Ne8 .item-title,
.cid-vi4Kuk8Ne8 .mbr-section-btn {
  color: #ffffff;
}
.cid-vizv7HhaZ1 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-vizv7HhaZ1 img {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vizv7HhaZ1 img {
    width: 100%;
  }
  .cid-vizv7HhaZ1 .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-vizv7HhaZ1 ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-vizv7HhaZ1 ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-vizv7HhaZ1 ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4f89c4;
}
.cid-vizv7HhaZ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vizv7HhaZ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vizv7HhaZ1 H2 {
  color: #4f89c4;
}
.cid-viDDDS8UDY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-viDDDS8UDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-viDDDS8UDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viDDDS8UDY .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-viDDDS8UDY .title-wrapper {
    margin-bottom: 25px;
  }
}
.cid-viDDDS8UDY .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-viDDDS8UDY .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-viDDDS8UDY .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-viDDDS8UDY .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-viDDDS8UDY .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-viDDDS8UDY .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-viDDDS8UDY .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-viDDDS8UDY .content-wrap {
  margin: 0 -20px;
}
.cid-viDDDS8UDY .content-wrap .card {
  padding: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-viDDDS8UDY .text-wrapper {
    margin-bottom: 25px;
  }
}
.cid-viDDDS8UDY .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-viDDDS8UDY .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 25px;
  }
}
.cid-viDDDS8UDY .text-wrapper .mbr-number {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-viDDDS8UDY .text-wrapper .mbr-number {
    margin-bottom: 25px;
  }
}
.cid-viDDDS8UDY .text-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-viDDDS8UDY .text-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-viDDDS8UDY .image-wrapper img {
  height: 530px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-viDDDS8UDY .image-wrapper img {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .cid-viDDDS8UDY .image-wrapper img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-viDDDS8UDY .list-wrapper {
    margin-top: 25px;
  }
}
.cid-viDDDS8UDY .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-viDDDS8UDY .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-viDDDS8UDY .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-viDDDS8UDY .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 34px;
  margin-bottom: 10px;
}
.cid-viDDDS8UDY .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-viDDDS8UDY .list-wrapper .list .item-wrap::before {
  content: '•';
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  font-size: 12px;
  background-color: #4f89c4;
  color: #4f89c4;
  border-radius: 100%;
}
.cid-viDDDS8UDY .list-wrapper .mbr-section-btn {
  margin-top: 40px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-viDDDS8UDY .list-wrapper .mbr-section-btn {
    margin-top: 15px;
  }
}
.cid-viDDDS8UDY .mbr-label {
  color: #000000;
}
.cid-viDDDS8UDY .mbr-section-title {
  color: #000000;
}
.cid-viDDDS8UDY .mbr-text {
  color: #000000;
}
.cid-viDDDS8UDY .mbr-number {
  color: #4f89c4;
}
.cid-viDDDS8UDY .mbr-desc {
  color: #000000;
}
.cid-viDDDS8UDY .mbr-section-subtitle {
  color: #000000;
}
.cid-viDDDS8UDY .list {
  color: #000000;
}
.cid-viDDDS8UDY .list-extra-text {
  margin-top: 25px;
  margin-bottom: 0;
  color: #000000;
}
.cid-viDDDS8UDY .mbr-section-title,
.cid-viDDDS8UDY .main-btn,
.cid-viDDDS8UDY .title-wrap {
  color: #4f89c4;
}
.cid-viDDDS8UDY .mbr-section-subtitle,
.cid-viDDDS8UDY .mbr-section-btn {
  color: #4f89c4;
}
.cid-vi5ixNNcDm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vi5ixNNcDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi5ixNNcDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi5ixNNcDm b,
.cid-vi5ixNNcDm strong {
  font-weight: 900;
}
.cid-vi5ixNNcDm .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vi5ixNNcDm img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-vi5ixNNcDm img {
    padding-bottom: 2rem;
  }
}
.cid-vi5ixNNcDm .row {
  align-items: center;
}
.cid-vi5ixNNcDm .mbr-section-title {
  color: #ffffff;
}
.cid-vi5ixNNcDm .mbr-text,
.cid-vi5ixNNcDm .mbr-section-btn {
  color: #ffffff;
}
.cid-vi5ixNNcDm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-viDAZuwTQy {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viDAZuwTQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-viDAZuwTQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viDAZuwTQy .mbr-text {
  color: #000000;
}
.cid-viDAZuwTQy .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-viDAZuwTQy .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-viDAZuwTQy .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-viDAZuwTQy .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-viDAZuwTQy .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-viDAZuwTQy .main-button {
    margin-bottom: 2rem;
  }
}
.cid-viDAZuwTQy .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-viDAZuwTQy .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-viDAZuwTQy .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4f89c4;
  background-color: #4f89c4;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-viDAZuwTQy .mbr-text UL {
  text-align: left;
}
.cid-viDAZuwTQy .mbr-section-subtitle,
.cid-viDAZuwTQy .main-button {
  color: #000000;
}
.cid-viDAZuwTQy .mbr-section-title {
  color: #4f89c4;
}
.cid-viE2mN6YkO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-viE2mN6YkO .mbr-fallback-image.disabled {
  display: none;
}
.cid-viE2mN6YkO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viE2mN6YkO .line {
  width: 100%;
  height: 2px;
  background: #efefef;
  margin-bottom: 3rem;
}
.cid-viE2mN6YkO .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-viE2mN6YkO .mbr-text,
.cid-viE2mN6YkO .mbr-section-btn {
  color: #232323;
}
.cid-viE2mN6YkO .mbr-section-title,
.cid-viE2mN6YkO .line {
  color: #232323;
}
.cid-viE2mN6YkO h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-viE2mN6YkO h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-viE2mN6YkO .mbr-section-subtitle,
.cid-viE2mN6YkO .align {
  text-align: left;
  color: #232323;
}
.cid-viubp60v74 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-viubp60v74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viubp60v74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viubp60v74 .row {
  justify-content: space-between;
}
.cid-viubp60v74 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-viubp60v74 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-viubp60v74 .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-viubp60v74 .mbr-label {
  color: #666666;
}
.cid-viubp60v74 .mbr-section-title {
  color: #ffffff;
}
.cid-viubp60v74 .mbr-text {
  color: #666666;
}
.cid-viubp60v74 .mbr-text,
.cid-viubp60v74 .mbr-section-btn {
  color: #ffffff;
}
.cid-vi5D29QNsV {
  position: relative;
  background-color: #000000;
}
.cid-vi5D29QNsV .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-vi5D29QNsV .image-wrap {
    padding: 16px;
  }
}
.cid-vi5D29QNsV .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vi5D29QNsV .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-vi5D29QNsV .image-overlay {
    padding: 16px;
  }
}
.cid-vi5D29QNsV .image-overlay .image-over {
  background-color: #ffffff;
  z-index: 2;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
.cid-vi5D29QNsV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi5D29QNsV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi5D29QNsV .row {
  justify-content: center;
}
.cid-vi5D29QNsV .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-vi5D29QNsV .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-vi5D29QNsV .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vi5D29QNsV .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vi5D29QNsV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vi5D29QNsV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi5D29QNsV .mbr-section-title {
  color: #fff7ee;
}
.cid-vi5D29QNsV .mbr-text,
.cid-vi5D29QNsV .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-vi5D29QNsV .mbr-section-title,
.cid-vi5D29QNsV .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uL5CemTM51 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5CemTM51 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uL5CemTM51 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uL5CemTM51 .row {
    text-align: center;
  }
  .cid-uL5CemTM51 .row > div {
    margin: auto;
  }
  .cid-uL5CemTM51 .social-row {
    justify-content: center;
  }
}
.cid-uL5CemTM51 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL5CemTM51 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL5CemTM51 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL5CemTM51 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-uL5CemTM51 .copyright {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    text-align: center;
    font-size: 0.8rem !important;
    padding: 1rem 0;
    position: relative;
    z-index: 10;
  }
}
.cid-uL5CemTM51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5CemTM51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5CemTM51 H5 {
  color: #3f89c9;
}
.cid-uL5CemTM51 .copyright {
  color: #ffffff;
}
.cid-uuMNJGUfC2 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uuMNJGUfC2 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uuMNJGUfC2 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .container,
  .cid-uuMNJGUfC2 .container-fluid {
    flex-wrap: initial;
  }
  .cid-uuMNJGUfC2 .nav-link:hover,
  .cid-uuMNJGUfC2 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uuMNJGUfC2 .navbar-nav {
  margin: auto;
}
.cid-uuMNJGUfC2 .dropdown-item {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuMNJGUfC2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuMNJGUfC2 .navbar-short,
.cid-uuMNJGUfC2 .opened {
  background: #111111 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar-short .nav-link,
.cid-uuMNJGUfC2 .opened .nav-link,
.cid-uuMNJGUfC2 .navbar-short .navbar-caption,
.cid-uuMNJGUfC2 .opened .navbar-caption,
.cid-uuMNJGUfC2 .navbar-short .mbr-iconfont,
.cid-uuMNJGUfC2 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .navbar-short .hamburger span,
.cid-uuMNJGUfC2 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uuMNJGUfC2 .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uuMNJGUfC2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uuMNJGUfC2 .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uuMNJGUfC2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuMNJGUfC2 .container {
  display: flex;
  margin: auto;
}
.cid-uuMNJGUfC2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu,
.cid-uuMNJGUfC2 .navbar.opened {
  background: #111111 !important;
}
.cid-uuMNJGUfC2 .nav-item:focus,
.cid-uuMNJGUfC2 .nav-link:focus {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuMNJGUfC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuMNJGUfC2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(17, 17, 17, 0);
}
.cid-uuMNJGUfC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuMNJGUfC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uuMNJGUfC2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar.collapsed {
  justify-content: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuMNJGUfC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuMNJGUfC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuMNJGUfC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuMNJGUfC2 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uuMNJGUfC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuMNJGUfC2 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown-item.active,
.cid-uuMNJGUfC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uuMNJGUfC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuMNJGUfC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuMNJGUfC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuMNJGUfC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuMNJGUfC2 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuMNJGUfC2 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uuMNJGUfC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuMNJGUfC2 .navbar {
    height: 70px;
  }
  .cid-uuMNJGUfC2 .navbar.opened {
    height: auto;
  }
  .cid-uuMNJGUfC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuMNJGUfC2 .lang-nav {
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}
.cid-uuMNJGUfC2 .lang-nav .lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current {
  color: #ffffff !important;
  white-space: nowrap;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .lang-check {
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 6px;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.cid-uuMNJGUfC2 .lang-check:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 5px;
  width: 6px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(38deg);
}
.cid-uuMNJGUfC2 .lang-check:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(-48deg);
}
.cid-uuMNJGUfC2 .lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.35rem;
  background: #111111;
  border: 1px solid #41392e;
  min-width: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 50;
}
.cid-uuMNJGUfC2 .lang-option {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0.45rem 0.75rem !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  border-bottom: none !important;
}
.cid-uuMNJGUfC2 .lang-option:hover,
.cid-uuMNJGUfC2 .lang-option:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}
.cid-uuMNJGUfC2 .lang-switcher:focus-within .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .lang-nav {
    display: none !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-nav,
  .cid-uuMNJGUfC2 nav.opened .lang-nav,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-nav {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 1rem 0 0.8rem 0 !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-switcher,
  .cid-uuMNJGUfC2 nav.opened .lang-switcher,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-switcher {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current:hover,
  .cid-uuMNJGUfC2 .navbar .lang-current:focus,
  .cid-uuMNJGUfC2 .navbar .lang-current:active {
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-menu {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .cid-uuMNJGUfC2 .navbar .lang-switcher:focus-within .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
    background: transparent !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option:hover,
  .cid-uuMNJGUfC2 .navbar .lang-option:focus,
  .cid-uuMNJGUfC2 .navbar .lang-option:active {
    background: transparent !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check {
    width: 12px;
    height: 9px;
    margin-left: 5px;
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:before {
    width: 5px;
    height: 2px;
    top: 5px;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:after {
    width: 9px;
    height: 2px;
    top: 4px;
  }
}
.cid-uuMNJGUfC2 .lang-nav .lang-current,
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus,
.cid-uuMNJGUfC2 .lang-nav .lang-current:active {
  border-bottom: 1px solid transparent !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .lang-nav .nav-link:hover,
  .cid-uuMNJGUfC2 .lang-nav .nav-link:focus {
    border-bottom: 1px solid transparent !important;
  }
}
.cid-viieUDdOTU {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/nos-realisation-var-alpes-maritimes-ko-sud-construction-2000x1333.webp");
}
.cid-viieUDdOTU::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(10px);
  mask-image: linear-gradient(0deg, #000000 35%, transparent 65%);
  -webkit-mask-image: linear-gradient(0deg, #000000 35%, transparent 65%);
  pointer-events: none;
}
.cid-viieUDdOTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-viieUDdOTU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viieUDdOTU .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-viieUDdOTU .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-viieUDdOTU .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-viieUDdOTU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viieUDdOTU .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-viieUDdOTU .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-viieUDdOTU .text-wrapper {
    padding-left: 0;
  }
}
.cid-viieUDdOTU .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-viieUDdOTU .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-viieUDdOTU .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-viieUDdOTU .mbr-label {
  color: #ffffff;
}
.cid-viieUDdOTU .mbr-section-title {
  color: #ffffff;
}
.cid-viieUDdOTU .mbr-text {
  color: #ffffff;
}
.cid-viFyo6OkUK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-viFyo6OkUK .mbr-text {
  color: #000000;
}
.cid-viFyo6OkUK .mbr-section-subtitle {
  color: #000000;
}
.cid-viFyo6OkUK .mbr-section-title {
  color: #4f89c4;
}
.cid-uHYYIzjU2z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uHYYIzjU2z .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uHYYIzjU2z .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHYYIzjU2z .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uHYYIzjU2z .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uHYYIzjU2z .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uHYYIzjU2z .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHYYIzjU2z .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHYYIzjU2z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-uHYYIzjU2z .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-uHYYIzjU2z .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uHYYIzjU2z .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-uHYYIzjU2z .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #000000;
}
.cid-uHYYIzjU2z .embla__slide .slide-content {
  width: 100%;
}
.cid-uHYYIzjU2z .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uHYYIzjU2z .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-uHYYIzjU2z .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHYYIzjU2z .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-uHYYIzjU2z .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uHYYIzjU2z .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-uHYYIzjU2z .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHYYIzjU2z .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uHYYIzjU2z .embla__button--next,
.cid-uHYYIzjU2z .embla__button--prev {
  display: flex;
}
.cid-uHYYIzjU2z .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uHYYIzjU2z .embla__button:hover {
  transform: scale(1.05);
}
.cid-uHYYIzjU2z .embla__button.embla__button--prev {
  left: 0;
}
.cid-uHYYIzjU2z .embla__button.embla__button--next {
  right: 0;
}
.cid-uHYYIzjU2z .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-uHYYIzjU2z .embla {
    margin-bottom: 38px;
  }
}
.cid-uHYYIzjU2z .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uHYYIzjU2z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHYYIzjU2z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHYYIzjU2z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHYYIzjU2z .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uHYYIzjU2z .mbr-section-title {
  color: #ffffff;
}
.cid-uHYYIzjU2z .mbr-text,
.cid-uHYYIzjU2z .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHYYIzjU2z .mbr-desc,
.cid-uHYYIzjU2z .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uHYYIzjU2z .item-title,
.cid-uHYYIzjU2z .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-uHYYIzjU2z .item-text,
.cid-uHYYIzjU2z .text-wrap {
  color: #9aa0a6;
  text-align: center;
}
.cid-uHYYIzjU2z .mbr-section-title,
.cid-uHYYIzjU2z .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uH2SAAiJCe {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/villa-theoule-ko-sud-9602-2000x1333.webp");
}
.cid-uH2SAAiJCe .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uH2SAAiJCe {
    align-items: center;
  }
  .cid-uH2SAAiJCe .row {
    justify-content: center;
  }
  .cid-uH2SAAiJCe .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uH2SAAiJCe .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uH2SAAiJCe {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uH2SAAiJCe .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uH2SAAiJCe .content-wrap {
    width: 100%;
  }
}
.cid-uH2SAAiJCe .mbr-section-title,
.cid-uH2SAAiJCe .mbr-section-subtitle {
  text-align: center;
}
.cid-uH2SAAiJCe .mbr-text,
.cid-uH2SAAiJCe .mbr-section-btn {
  text-align: center;
}
.cid-uH2SnZC7PH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uH2SnZC7PH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH2SnZC7PH .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uH2SnZC7PH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH2SnZC7PH .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uH2SnZC7PH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uH2SnZC7PH .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uH2SnZC7PH .card-title,
.cid-uH2SnZC7PH .iconfont-wrapper {
  color: #000000;
}
.cid-uH2SnZC7PH .card-text {
  color: #000000;
}
.cid-uH2SnZC7PH .content-head {
  max-width: 800px;
}
.cid-uH2SnZC7PH .mbr-section-title {
  color: #000000;
}
.cid-uH2SnZC7PH .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uH2SnZC7PH .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uH2SnZC7PH .card-title,
.cid-uH2SnZC7PH .img-wrapper {
  color: #4f89c4;
}
.cid-viibFf1zIX {
  position: relative;
  background-color: #000000;
}
.cid-viibFf1zIX .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-viibFf1zIX .image-wrap {
    padding: 16px;
  }
}
.cid-viibFf1zIX .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-viibFf1zIX .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-viibFf1zIX .image-overlay {
    padding: 16px;
  }
}
.cid-viibFf1zIX .image-overlay .image-over {
  background-color: #232323;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-viibFf1zIX .mbr-fallback-image.disabled {
  display: none;
}
.cid-viibFf1zIX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viibFf1zIX .row {
  justify-content: center;
}
.cid-viibFf1zIX .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-viibFf1zIX .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-viibFf1zIX .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-viibFf1zIX .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-viibFf1zIX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-viibFf1zIX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-viibFf1zIX .mbr-section-title {
  color: #fff7ee;
}
.cid-viibFf1zIX .mbr-text,
.cid-viibFf1zIX .text-wrapper {
  text-align: center;
  color: #fff7ee;
}
.cid-viibFf1zIX .mbr-section-title,
.cid-viibFf1zIX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uL5CemTM51 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5CemTM51 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uL5CemTM51 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uL5CemTM51 .row {
    text-align: center;
  }
  .cid-uL5CemTM51 .row > div {
    margin: auto;
  }
  .cid-uL5CemTM51 .social-row {
    justify-content: center;
  }
}
.cid-uL5CemTM51 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL5CemTM51 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL5CemTM51 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL5CemTM51 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-uL5CemTM51 .copyright {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    text-align: center;
    font-size: 0.8rem !important;
    padding: 1rem 0;
    position: relative;
    z-index: 10;
  }
}
.cid-uL5CemTM51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5CemTM51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5CemTM51 H5 {
  color: #3f89c9;
}
.cid-uL5CemTM51 .copyright {
  color: #ffffff;
}
.cid-uuYraqvelH {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uuYraqvelH .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uuYraqvelH nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uuYraqvelH .container,
  .cid-uuYraqvelH .container-fluid {
    flex-wrap: initial;
  }
  .cid-uuYraqvelH .nav-link:hover,
  .cid-uuYraqvelH .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uuYraqvelH .navbar-nav {
  margin: auto;
}
.cid-uuYraqvelH .dropdown-item {
  color: #ffffff !important;
}
.cid-uuYraqvelH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuYraqvelH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuYraqvelH .navbar-short,
.cid-uuYraqvelH .opened {
  background: #111111 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uuYraqvelH .navbar-short .nav-link,
.cid-uuYraqvelH .opened .nav-link,
.cid-uuYraqvelH .navbar-short .navbar-caption,
.cid-uuYraqvelH .opened .navbar-caption,
.cid-uuYraqvelH .navbar-short .mbr-iconfont,
.cid-uuYraqvelH .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uuYraqvelH .navbar-short .hamburger span,
.cid-uuYraqvelH .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uuYraqvelH .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uuYraqvelH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuYraqvelH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uuYraqvelH .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uuYraqvelH .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uuYraqvelH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuYraqvelH .container {
  display: flex;
  margin: auto;
}
.cid-uuYraqvelH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuYraqvelH .dropdown-menu,
.cid-uuYraqvelH .navbar.opened {
  background: #111111 !important;
}
.cid-uuYraqvelH .nav-item:focus,
.cid-uuYraqvelH .nav-link:focus {
  outline: none;
}
.cid-uuYraqvelH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuYraqvelH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuYraqvelH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuYraqvelH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuYraqvelH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuYraqvelH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuYraqvelH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(17, 17, 17, 0);
}
.cid-uuYraqvelH .navbar.opened {
  transition: all 0.3s;
}
.cid-uuYraqvelH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuYraqvelH .navbar .navbar-logo img {
  width: auto;
}
.cid-uuYraqvelH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuYraqvelH .navbar.collapsed {
  justify-content: center;
}
.cid-uuYraqvelH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuYraqvelH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuYraqvelH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uuYraqvelH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuYraqvelH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuYraqvelH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuYraqvelH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuYraqvelH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuYraqvelH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuYraqvelH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuYraqvelH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuYraqvelH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuYraqvelH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuYraqvelH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuYraqvelH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuYraqvelH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uuYraqvelH .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuYraqvelH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuYraqvelH .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uuYraqvelH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuYraqvelH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuYraqvelH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuYraqvelH .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuYraqvelH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uuYraqvelH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuYraqvelH .dropdown-item.active,
.cid-uuYraqvelH .dropdown-item:active {
  background-color: transparent;
}
.cid-uuYraqvelH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuYraqvelH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuYraqvelH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuYraqvelH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-uuYraqvelH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuYraqvelH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuYraqvelH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuYraqvelH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuYraqvelH button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuYraqvelH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuYraqvelH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuYraqvelH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuYraqvelH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuYraqvelH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuYraqvelH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuYraqvelH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuYraqvelH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuYraqvelH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuYraqvelH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuYraqvelH a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uuYraqvelH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuYraqvelH .navbar {
    height: 70px;
  }
  .cid-uuYraqvelH .navbar.opened {
    height: auto;
  }
  .cid-uuYraqvelH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuYraqvelH .lang-nav {
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}
.cid-uuYraqvelH .lang-nav .lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-uuYraqvelH .lang-nav .lang-current {
  color: #ffffff !important;
  white-space: nowrap;
}
.cid-uuYraqvelH .lang-nav .lang-current:hover,
.cid-uuYraqvelH .lang-nav .lang-current:focus {
  color: #ffffff !important;
}
.cid-uuYraqvelH .lang-check {
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 6px;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.cid-uuYraqvelH .lang-check:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 5px;
  width: 6px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(38deg);
}
.cid-uuYraqvelH .lang-check:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(-48deg);
}
.cid-uuYraqvelH .lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.35rem;
  background: #111111;
  border: 1px solid #41392e;
  min-width: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 50;
}
.cid-uuYraqvelH .lang-option {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0.45rem 0.75rem !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  border-bottom: none !important;
}
.cid-uuYraqvelH .lang-option:hover,
.cid-uuYraqvelH .lang-option:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}
.cid-uuYraqvelH .lang-switcher:focus-within .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .cid-uuYraqvelH .navbar .lang-nav {
    display: none !important;
  }
  .cid-uuYraqvelH .navbar.opened .lang-nav,
  .cid-uuYraqvelH nav.opened .lang-nav,
  .cid-uuYraqvelH .navbar-collapse.show .lang-nav {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 1rem 0 0.8rem 0 !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuYraqvelH .navbar.opened .lang-switcher,
  .cid-uuYraqvelH nav.opened .lang-switcher,
  .cid-uuYraqvelH .navbar-collapse.show .lang-switcher {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuYraqvelH .navbar .lang-current {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuYraqvelH .navbar .lang-current:hover,
  .cid-uuYraqvelH .navbar .lang-current:focus,
  .cid-uuYraqvelH .navbar .lang-current:active {
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuYraqvelH .navbar .lang-menu {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .cid-uuYraqvelH .navbar .lang-switcher:focus-within .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .cid-uuYraqvelH .navbar .lang-option {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
    background: transparent !important;
  }
  .cid-uuYraqvelH .navbar .lang-option:hover,
  .cid-uuYraqvelH .navbar .lang-option:focus,
  .cid-uuYraqvelH .navbar .lang-option:active {
    background: transparent !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuYraqvelH .navbar .lang-check {
    width: 12px;
    height: 9px;
    margin-left: 5px;
    top: 0;
  }
  .cid-uuYraqvelH .navbar .lang-check:before {
    width: 5px;
    height: 2px;
    top: 5px;
  }
  .cid-uuYraqvelH .navbar .lang-check:after {
    width: 9px;
    height: 2px;
    top: 4px;
  }
}
.cid-uuYraqvelH .lang-nav .lang-current,
.cid-uuYraqvelH .lang-nav .lang-current:hover,
.cid-uuYraqvelH .lang-nav .lang-current:focus,
.cid-uuYraqvelH .lang-nav .lang-current:active {
  border-bottom: 1px solid transparent !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .cid-uuYraqvelH .lang-nav .nav-link:hover,
  .cid-uuYraqvelH .lang-nav .nav-link:focus {
    border-bottom: 1px solid transparent !important;
  }
}
.cid-viXPSy9jgz {
  display: flex;
  background-image: url("../../../assets/images/propriete-sur-mesure-menton-ko-sud-realisation-2000x1333.webp");
}
.cid-viXPSy9jgz .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-viXPSy9jgz .mbr-fallback-image.disabled {
  display: none;
}
.cid-viXPSy9jgz .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-viXPSy9jgz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viXPSy9jgz .btn:hover {
  transform: scale(1.1);
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.cid-viXPSy9jgz .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-viXPSy9jgz .btn div {
  overflow: hidden;
}
.cid-viXPSy9jgz .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-viXPSy9jgz {
    align-items: flex-end;
  }
  .cid-viXPSy9jgz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-viXPSy9jgz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-viXPSy9jgz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-viXPSy9jgz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-viXPSy9jgz .content-wrap {
    width: 100%;
  }
}
.cid-viXPSy9jgz .mbr-section-subtitle,
.cid-viXPSy9jgz .line {
  color: #ffffff;
}
.cid-viXPSy9jgz .mbr-text,
.cid-viXPSy9jgz .mbr-section-btn {
  text-align: left;
}
.cid-viFTOjl6NH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-viFTOjl6NH .mbr-text {
  color: #000000;
}
.cid-viFTOjl6NH .mbr-section-subtitle {
  color: #4f89c4;
}
.cid-viFTOjl6NH .mbr-section-title {
  color: #4f89c4;
  margin-left: 0;
}
.cid-uvOvWZveUf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uvOvWZveUf .item-subtitle {
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
.cid-uvOvWZveUf img,
.cid-uvOvWZveUf .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uvOvWZveUf .item:focus,
.cid-uvOvWZveUf span:focus {
  outline: none;
}
.cid-uvOvWZveUf .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvOvWZveUf .item {
    margin-bottom: 1rem;
  }
}
.cid-uvOvWZveUf .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uvOvWZveUf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvOvWZveUf .mbr-section-title {
  color: #ffffff;
}
.cid-uvOvWZveUf .mbr-text,
.cid-uvOvWZveUf .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uvOvWZveUf .item-title {
  color: #000000;
  text-align: center;
}
.cid-uvOvWZveUf .content-head {
  max-width: 100%;
}
.cid-viFICT3RRL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-viFICT3RRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFICT3RRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFICT3RRL .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-viFICT3RRL .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-viFICT3RRL .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-viFICT3RRL .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #4f89c4;
  margin-bottom: 20px;
}
.cid-viFICT3RRL .items-wrapper {
  margin: 0;
}
.cid-viFICT3RRL .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-viFICT3RRL .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-viFICT3RRL .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #4f89c4;
  }
}
.cid-viFICT3RRL .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #4f89c4;
  border-bottom: 1px solid #4f89c4;
}
@media (max-width: 992px) {
  .cid-viFICT3RRL .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-viFICT3RRL .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-viFICT3RRL .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-viFICT3RRL .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #4f89c4;
}
.cid-viFICT3RRL .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-viFICT3RRL .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viFICT3RRL .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-viFICT3RRL .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-viFICT3RRL .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-viFICT3RRL .mbr-section-title {
  color: #093388;
}
.cid-viFICT3RRL .item-number {
  color: #f4f4f4;
}
.cid-viFICT3RRL .item-title {
  color: #093388;
}
.cid-viFICT3RRL .item-text {
  color: #58595b;
}
.cid-viFICT3RRL .item-title,
.cid-viFICT3RRL .mbr-section-btn {
  color: #4f89c4;
}
.cid-viFICT3RRL .item-text,
.cid-viFICT3RRL .text-wrapper {
  color: #000000;
}
.cid-viFICT3RRL .mbr-section-title,
.cid-viFICT3RRL .title-wrapper {
  color: #4f89c4;
}
.cid-viFXBy2ubH {
  position: relative;
  background-color: #000000;
}
.cid-viFXBy2ubH .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-viFXBy2ubH .image-wrap {
    padding: 16px;
  }
}
.cid-viFXBy2ubH .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-viFXBy2ubH .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-viFXBy2ubH .image-overlay {
    padding: 16px;
  }
}
.cid-viFXBy2ubH .image-overlay .image-over {
  background-color: #000000;
  z-index: 2;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.cid-viFXBy2ubH .mbr-fallback-image.disabled {
  display: none;
}
.cid-viFXBy2ubH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viFXBy2ubH .row {
  justify-content: center;
}
.cid-viFXBy2ubH .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-viFXBy2ubH .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-viFXBy2ubH .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-viFXBy2ubH .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-viFXBy2ubH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-viFXBy2ubH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-viFXBy2ubH .mbr-section-title {
  color: #fff7ee;
}
.cid-viFXBy2ubH .mbr-text,
.cid-viFXBy2ubH .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-viFXBy2ubH .mbr-section-title,
.cid-viFXBy2ubH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uL5CemTM51 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5CemTM51 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uL5CemTM51 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uL5CemTM51 .row {
    text-align: center;
  }
  .cid-uL5CemTM51 .row > div {
    margin: auto;
  }
  .cid-uL5CemTM51 .social-row {
    justify-content: center;
  }
}
.cid-uL5CemTM51 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL5CemTM51 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL5CemTM51 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL5CemTM51 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-uL5CemTM51 .copyright {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    text-align: center;
    font-size: 0.8rem !important;
    padding: 1rem 0;
    position: relative;
    z-index: 10;
  }
}
.cid-uL5CemTM51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5CemTM51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5CemTM51 H5 {
  color: #3f89c9;
}
.cid-uL5CemTM51 .copyright {
  color: #ffffff;
}
.cid-uuYxBwrsvY {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uuYxBwrsvY .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uuYxBwrsvY nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uuYxBwrsvY .container,
  .cid-uuYxBwrsvY .container-fluid {
    flex-wrap: initial;
  }
  .cid-uuYxBwrsvY .nav-link:hover,
  .cid-uuYxBwrsvY .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uuYxBwrsvY .navbar-nav {
  margin: auto;
}
.cid-uuYxBwrsvY .dropdown-item {
  color: #ffffff !important;
}
.cid-uuYxBwrsvY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuYxBwrsvY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuYxBwrsvY .navbar-short,
.cid-uuYxBwrsvY .opened {
  background: #111111 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uuYxBwrsvY .navbar-short .nav-link,
.cid-uuYxBwrsvY .opened .nav-link,
.cid-uuYxBwrsvY .navbar-short .navbar-caption,
.cid-uuYxBwrsvY .opened .navbar-caption,
.cid-uuYxBwrsvY .navbar-short .mbr-iconfont,
.cid-uuYxBwrsvY .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uuYxBwrsvY .navbar-short .hamburger span,
.cid-uuYxBwrsvY .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uuYxBwrsvY .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uuYxBwrsvY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuYxBwrsvY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uuYxBwrsvY .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uuYxBwrsvY .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uuYxBwrsvY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuYxBwrsvY .container {
  display: flex;
  margin: auto;
}
.cid-uuYxBwrsvY .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuYxBwrsvY .dropdown-menu,
.cid-uuYxBwrsvY .navbar.opened {
  background: #111111 !important;
}
.cid-uuYxBwrsvY .nav-item:focus,
.cid-uuYxBwrsvY .nav-link:focus {
  outline: none;
}
.cid-uuYxBwrsvY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuYxBwrsvY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuYxBwrsvY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuYxBwrsvY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuYxBwrsvY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuYxBwrsvY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuYxBwrsvY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(17, 17, 17, 0);
}
.cid-uuYxBwrsvY .navbar.opened {
  transition: all 0.3s;
}
.cid-uuYxBwrsvY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuYxBwrsvY .navbar .navbar-logo img {
  width: auto;
}
.cid-uuYxBwrsvY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuYxBwrsvY .navbar.collapsed {
  justify-content: center;
}
.cid-uuYxBwrsvY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuYxBwrsvY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuYxBwrsvY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uuYxBwrsvY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuYxBwrsvY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuYxBwrsvY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuYxBwrsvY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuYxBwrsvY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuYxBwrsvY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuYxBwrsvY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuYxBwrsvY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuYxBwrsvY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuYxBwrsvY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuYxBwrsvY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuYxBwrsvY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuYxBwrsvY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uuYxBwrsvY .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuYxBwrsvY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuYxBwrsvY .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uuYxBwrsvY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuYxBwrsvY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuYxBwrsvY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuYxBwrsvY .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuYxBwrsvY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uuYxBwrsvY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuYxBwrsvY .dropdown-item.active,
.cid-uuYxBwrsvY .dropdown-item:active {
  background-color: transparent;
}
.cid-uuYxBwrsvY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuYxBwrsvY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuYxBwrsvY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuYxBwrsvY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-uuYxBwrsvY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuYxBwrsvY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuYxBwrsvY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuYxBwrsvY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuYxBwrsvY button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuYxBwrsvY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuYxBwrsvY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuYxBwrsvY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuYxBwrsvY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuYxBwrsvY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuYxBwrsvY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuYxBwrsvY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuYxBwrsvY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuYxBwrsvY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuYxBwrsvY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuYxBwrsvY a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uuYxBwrsvY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuYxBwrsvY .navbar {
    height: 70px;
  }
  .cid-uuYxBwrsvY .navbar.opened {
    height: auto;
  }
  .cid-uuYxBwrsvY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuYxBwrsvY .lang-nav {
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}
.cid-uuYxBwrsvY .lang-nav .lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-uuYxBwrsvY .lang-nav .lang-current {
  color: #ffffff !important;
  white-space: nowrap;
}
.cid-uuYxBwrsvY .lang-nav .lang-current:hover,
.cid-uuYxBwrsvY .lang-nav .lang-current:focus {
  color: #ffffff !important;
}
.cid-uuYxBwrsvY .lang-check {
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 6px;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.cid-uuYxBwrsvY .lang-check:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 5px;
  width: 6px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(38deg);
}
.cid-uuYxBwrsvY .lang-check:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(-48deg);
}
.cid-uuYxBwrsvY .lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.35rem;
  background: #111111;
  border: 1px solid #41392e;
  min-width: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 50;
}
.cid-uuYxBwrsvY .lang-option {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0.45rem 0.75rem !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  border-bottom: none !important;
}
.cid-uuYxBwrsvY .lang-option:hover,
.cid-uuYxBwrsvY .lang-option:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}
.cid-uuYxBwrsvY .lang-switcher:focus-within .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .cid-uuYxBwrsvY .navbar .lang-nav {
    display: none !important;
  }
  .cid-uuYxBwrsvY .navbar.opened .lang-nav,
  .cid-uuYxBwrsvY nav.opened .lang-nav,
  .cid-uuYxBwrsvY .navbar-collapse.show .lang-nav {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 1rem 0 0.8rem 0 !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuYxBwrsvY .navbar.opened .lang-switcher,
  .cid-uuYxBwrsvY nav.opened .lang-switcher,
  .cid-uuYxBwrsvY .navbar-collapse.show .lang-switcher {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuYxBwrsvY .navbar .lang-current {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuYxBwrsvY .navbar .lang-current:hover,
  .cid-uuYxBwrsvY .navbar .lang-current:focus,
  .cid-uuYxBwrsvY .navbar .lang-current:active {
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuYxBwrsvY .navbar .lang-menu {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .cid-uuYxBwrsvY .navbar .lang-switcher:focus-within .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .cid-uuYxBwrsvY .navbar .lang-option {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
    background: transparent !important;
  }
  .cid-uuYxBwrsvY .navbar .lang-option:hover,
  .cid-uuYxBwrsvY .navbar .lang-option:focus,
  .cid-uuYxBwrsvY .navbar .lang-option:active {
    background: transparent !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuYxBwrsvY .navbar .lang-check {
    width: 12px;
    height: 9px;
    margin-left: 5px;
    top: 0;
  }
  .cid-uuYxBwrsvY .navbar .lang-check:before {
    width: 5px;
    height: 2px;
    top: 5px;
  }
  .cid-uuYxBwrsvY .navbar .lang-check:after {
    width: 9px;
    height: 2px;
    top: 4px;
  }
}
.cid-uuYxBwrsvY .lang-nav .lang-current,
.cid-uuYxBwrsvY .lang-nav .lang-current:hover,
.cid-uuYxBwrsvY .lang-nav .lang-current:focus,
.cid-uuYxBwrsvY .lang-nav .lang-current:active {
  border-bottom: 1px solid transparent !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .cid-uuYxBwrsvY .lang-nav .nav-link:hover,
  .cid-uuYxBwrsvY .lang-nav .nav-link:focus {
    border-bottom: 1px solid transparent !important;
  }
}
.cid-viX3bWIHAH {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/villa-sur-mesure-sur-terrain-06-realisation-ko-sud-2000x1333.webp");
}
.cid-viX3bWIHAH::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(10px);
  mask-image: linear-gradient(0deg, #000000 35%, transparent 65%);
  -webkit-mask-image: linear-gradient(0deg, #000000 35%, transparent 65%);
  pointer-events: none;
}
.cid-viX3bWIHAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-viX3bWIHAH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viX3bWIHAH .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-viX3bWIHAH .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-viX3bWIHAH .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-viX3bWIHAH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viX3bWIHAH .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-viX3bWIHAH .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-viX3bWIHAH .text-wrapper {
    padding-left: 0;
  }
}
.cid-viX3bWIHAH .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-viX3bWIHAH .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-viX3bWIHAH .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-viX3bWIHAH .mbr-label {
  color: #ffffff;
}
.cid-viX3bWIHAH .mbr-section-title {
  color: #ffffff;
}
.cid-viX3bWIHAH .mbr-text {
  color: #ffffff;
}
.cid-vj7MAc0g2U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vj7MAc0g2U .mbr-text {
  color: #000000;
}
.cid-vj7MAc0g2U .mbr-section-subtitle {
  color: #000000;
}
.cid-vj7MAc0g2U .mbr-section-title {
  color: #4f89c4;
}
.cid-uvOMMqvNC5 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uvOMMqvNC5 .item-subtitle {
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
}
.cid-uvOMMqvNC5 img,
.cid-uvOMMqvNC5 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uvOMMqvNC5 .item:focus,
.cid-uvOMMqvNC5 span:focus {
  outline: none;
}
.cid-uvOMMqvNC5 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uvOMMqvNC5 .item {
    margin-bottom: 1rem;
  }
}
.cid-uvOMMqvNC5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uvOMMqvNC5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvOMMqvNC5 .mbr-section-title {
  color: #ffffff;
}
.cid-uvOMMqvNC5 .mbr-text,
.cid-uvOMMqvNC5 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uvOMMqvNC5 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvOMMqvNC5 .content-head {
  max-width: 1200px;
}
.cid-uH2Oieiwzi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/piscine-luxe-var-ko-sud-realisation.webp");
}
.cid-uH2Oieiwzi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH2Oieiwzi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH2Oieiwzi .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uH2Oieiwzi .item-mb {
    margin-bottom: 0;
  }
}
.cid-uH2Oieiwzi .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uH2Oieiwzi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uH2Oieiwzi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uH2Oieiwzi .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #111110;
  height: 80px;
  border-radius: 50%;
}
.cid-uH2Oieiwzi .mbr-section-title {
  color: #ffffff;
}
.cid-uH2Oieiwzi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uH2Oieiwzi .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uH2Oieiwzi .card-box .item-footer {
  margin-top: auto;
}
.cid-uH2Oieiwzi .card-box .card-title {
  font-size: 16px;
}
.cid-uH2Oieiwzi .card-box .card-text {
  font-size: 16px;
}
.cid-uH2Oieiwzi .card-box .content-head {
  max-width: 800px;
}
.cid-vimL8e5TZZ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vimL8e5TZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vimL8e5TZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vimL8e5TZZ .row {
  justify-content: center;
}
.cid-vimL8e5TZZ .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vimL8e5TZZ .image-wrapper img {
    height: 300px;
  }
}
.cid-vimL8e5TZZ .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -15%;
}
@media (max-width: 1440px) {
  .cid-vimL8e5TZZ .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vimL8e5TZZ .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-vimL8e5TZZ .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-vimL8e5TZZ .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-vimL8e5TZZ .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vimL8e5TZZ .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vimL8e5TZZ .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vimL8e5TZZ .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vimL8e5TZZ .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vimL8e5TZZ .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vimL8e5TZZ .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vimL8e5TZZ .mbr-section-title {
  color: #2c2c26;
}
.cid-vimL8e5TZZ .mbr-text,
.cid-vimL8e5TZZ .text-wrapper {
  color: #232323;
  text-align: left;
}
.cid-vimL8e5TZZ .mbr-section-title,
.cid-vimL8e5TZZ .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uH2LlVOwz2 {
  display: flex;
  padding-top: 16rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/piscine-theouled3-1920x1071.webp");
}
.cid-uH2LlVOwz2 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .cid-uH2LlVOwz2 {
    align-items: flex-end;
  }
  .cid-uH2LlVOwz2 .row {
    justify-content: center;
  }
  .cid-uH2LlVOwz2 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uH2LlVOwz2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uH2LlVOwz2 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uH2LlVOwz2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uH2LlVOwz2 .content-wrap {
    width: 100%;
  }
}
.cid-uH2LlVOwz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH2LlVOwz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH2LlVOwz2 .mbr-section-title,
.cid-uH2LlVOwz2 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uH2LlVOwz2 .mbr-text,
.cid-uH2LlVOwz2 .mbr-section-btn {
  text-align: center;
}
.cid-uH2LlVOwz2 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uH2LlVOwz2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uN9BEknzIz {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uN9BEknzIz .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uN9BEknzIz .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uN9BEknzIz .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uN9BEknzIz .row {
    text-align: center;
  }
  .cid-uN9BEknzIz .row > div {
    margin: auto;
  }
  .cid-uN9BEknzIz .social-row {
    justify-content: center;
  }
}
.cid-uN9BEknzIz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uN9BEknzIz .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uN9BEknzIz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uN9BEknzIz .list {
    margin-bottom: 0rem;
  }
}
.cid-uN9BEknzIz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uN9BEknzIz .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uN9BEknzIz div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-uN9BEknzIz .copyright {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    text-align: center;
    font-size: 0.8rem !important;
    padding: 1rem 0;
    position: relative;
    z-index: 10;
  }
}
.cid-uN9BEknzIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uN9BEknzIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uN9BEknzIz H5 {
  color: #3f89c9;
}
.cid-uN9BEknzIz .copyright {
  color: #ffffff;
}
.cid-uuMNJGUfC2 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uuMNJGUfC2 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uuMNJGUfC2 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .container,
  .cid-uuMNJGUfC2 .container-fluid {
    flex-wrap: initial;
  }
  .cid-uuMNJGUfC2 .nav-link:hover,
  .cid-uuMNJGUfC2 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uuMNJGUfC2 .navbar-nav {
  margin: auto;
}
.cid-uuMNJGUfC2 .dropdown-item {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuMNJGUfC2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuMNJGUfC2 .navbar-short,
.cid-uuMNJGUfC2 .opened {
  background: #111111 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar-short .nav-link,
.cid-uuMNJGUfC2 .opened .nav-link,
.cid-uuMNJGUfC2 .navbar-short .navbar-caption,
.cid-uuMNJGUfC2 .opened .navbar-caption,
.cid-uuMNJGUfC2 .navbar-short .mbr-iconfont,
.cid-uuMNJGUfC2 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .navbar-short .hamburger span,
.cid-uuMNJGUfC2 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uuMNJGUfC2 .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uuMNJGUfC2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uuMNJGUfC2 .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uuMNJGUfC2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuMNJGUfC2 .container {
  display: flex;
  margin: auto;
}
.cid-uuMNJGUfC2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu,
.cid-uuMNJGUfC2 .navbar.opened {
  background: #111111 !important;
}
.cid-uuMNJGUfC2 .nav-item:focus,
.cid-uuMNJGUfC2 .nav-link:focus {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuMNJGUfC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuMNJGUfC2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(17, 17, 17, 0);
}
.cid-uuMNJGUfC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuMNJGUfC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uuMNJGUfC2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar.collapsed {
  justify-content: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuMNJGUfC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuMNJGUfC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuMNJGUfC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuMNJGUfC2 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uuMNJGUfC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuMNJGUfC2 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown-item.active,
.cid-uuMNJGUfC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uuMNJGUfC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuMNJGUfC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuMNJGUfC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuMNJGUfC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuMNJGUfC2 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuMNJGUfC2 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uuMNJGUfC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuMNJGUfC2 .navbar {
    height: 70px;
  }
  .cid-uuMNJGUfC2 .navbar.opened {
    height: auto;
  }
  .cid-uuMNJGUfC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuMNJGUfC2 .lang-nav {
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}
.cid-uuMNJGUfC2 .lang-nav .lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current {
  color: #ffffff !important;
  white-space: nowrap;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .lang-check {
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 6px;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.cid-uuMNJGUfC2 .lang-check:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 5px;
  width: 6px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(38deg);
}
.cid-uuMNJGUfC2 .lang-check:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(-48deg);
}
.cid-uuMNJGUfC2 .lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.35rem;
  background: #111111;
  border: 1px solid #41392e;
  min-width: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 50;
}
.cid-uuMNJGUfC2 .lang-option {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0.45rem 0.75rem !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  border-bottom: none !important;
}
.cid-uuMNJGUfC2 .lang-option:hover,
.cid-uuMNJGUfC2 .lang-option:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}
.cid-uuMNJGUfC2 .lang-switcher:focus-within .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .lang-nav {
    display: none !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-nav,
  .cid-uuMNJGUfC2 nav.opened .lang-nav,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-nav {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 1rem 0 0.8rem 0 !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-switcher,
  .cid-uuMNJGUfC2 nav.opened .lang-switcher,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-switcher {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current:hover,
  .cid-uuMNJGUfC2 .navbar .lang-current:focus,
  .cid-uuMNJGUfC2 .navbar .lang-current:active {
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-menu {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .cid-uuMNJGUfC2 .navbar .lang-switcher:focus-within .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
    background: transparent !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option:hover,
  .cid-uuMNJGUfC2 .navbar .lang-option:focus,
  .cid-uuMNJGUfC2 .navbar .lang-option:active {
    background: transparent !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check {
    width: 12px;
    height: 9px;
    margin-left: 5px;
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:before {
    width: 5px;
    height: 2px;
    top: 5px;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:after {
    width: 9px;
    height: 2px;
    top: 4px;
  }
}
.cid-uuMNJGUfC2 .lang-nav .lang-current,
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus,
.cid-uuMNJGUfC2 .lang-nav .lang-current:active {
  border-bottom: 1px solid transparent !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .lang-nav .nav-link:hover,
  .cid-uuMNJGUfC2 .lang-nav .nav-link:focus {
    border-bottom: 1px solid transparent !important;
  }
}
.cid-viXduwQV8N {
  padding-top: 14rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/realisation-plan-du-site-ko-sud-2000x1333.webp");
}
.cid-viXduwQV8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-viXduwQV8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viXduwQV8N .row {
  justify-content: center;
}
.cid-viXduwQV8N .card {
  justify-content: flex-end;
}
.cid-viXduwQV8N .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-viXduwQV8N .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-viXduwQV8N .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-viXduwQV8N .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-viXduwQV8N .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-viXduwQV8N .border-wrapper {
    margin-top: 30px;
  }
}
.cid-viXduwQV8N .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-viXduwQV8N .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-viXduwQV8N .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-viXduwQV8N .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viXduwQV8N .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-viXduwQV8N .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-viXduwQV8N .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-viXduwQV8N .mbr-text,
.cid-viXduwQV8N .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-viXduwQV8N .mbr-desc {
  color: #ffffff;
}
.cid-uv9tw6QRUx {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uv9tw6QRUx ul {
  margin: 2;
  list-style: none;
  padding-left: 2rem;
}
.cid-uv9tw6QRUx ul li {
  transition: all 0.3s;
  padding-bottom: 0.5rem;
}
.cid-uv9tw6QRUx ul li:hover a {
  color: #ffffff !important;
  background: none !important;
}
.cid-uv9tw6QRUx h4 {
  padding-bottom: 2rem;
}
.cid-uv9tw6QRUx .mbr-title {
  color: #4f89c4;
  text-align: center;
}
.cid-uv9tw6QRUx .mbr-text,
.cid-uv9tw6QRUx .mbr-section-btn {
  color: #666666;
}
.cid-uv9tw6QRUx .mbr-section-title {
  color: #bbbbbb;
}
.cid-uv9tw6QRUx .mbr-text {
  color: #000000;
}
.cid-uv9tw6QRUx .text {
  color: #000000;
}
.cid-uv9tw6QRUx .mbr-section-title,
.cid-uv9tw6QRUx .list {
  color: #000000;
  text-align: left;
}
.cid-uv9tw6QRUx .mbr-text UL {
  text-align: left;
}
.cid-viissYFWwA {
  position: relative;
  background-color: #ffffff;
}
.cid-viissYFWwA .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-viissYFWwA .image-wrap {
    padding: 16px;
  }
}
.cid-viissYFWwA .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-viissYFWwA .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-viissYFWwA .image-overlay {
    padding: 16px;
  }
}
.cid-viissYFWwA .image-overlay .image-over {
  background-color: #000000;
  z-index: 2;
  opacity: 0.3;
  width: 100%;
  height: 100%;
}
.cid-viissYFWwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-viissYFWwA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viissYFWwA .row {
  justify-content: center;
}
.cid-viissYFWwA .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-viissYFWwA .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-viissYFWwA .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-viissYFWwA .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-viissYFWwA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-viissYFWwA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-viissYFWwA .mbr-section-title {
  color: #fff7ee;
}
.cid-viissYFWwA .mbr-text,
.cid-viissYFWwA .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-viissYFWwA .mbr-section-title,
.cid-viissYFWwA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uL5CemTM51 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5CemTM51 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uL5CemTM51 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uL5CemTM51 .row {
    text-align: center;
  }
  .cid-uL5CemTM51 .row > div {
    margin: auto;
  }
  .cid-uL5CemTM51 .social-row {
    justify-content: center;
  }
}
.cid-uL5CemTM51 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL5CemTM51 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL5CemTM51 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL5CemTM51 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-uL5CemTM51 .copyright {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    text-align: center;
    font-size: 0.8rem !important;
    padding: 1rem 0;
    position: relative;
    z-index: 10;
  }
}
.cid-uL5CemTM51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5CemTM51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5CemTM51 H5 {
  color: #3f89c9;
}
.cid-uL5CemTM51 .copyright {
  color: #ffffff;
}
.cid-uuMNJGUfC2 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uuMNJGUfC2 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uuMNJGUfC2 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .container,
  .cid-uuMNJGUfC2 .container-fluid {
    flex-wrap: initial;
  }
  .cid-uuMNJGUfC2 .nav-link:hover,
  .cid-uuMNJGUfC2 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uuMNJGUfC2 .navbar-nav {
  margin: auto;
}
.cid-uuMNJGUfC2 .dropdown-item {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuMNJGUfC2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuMNJGUfC2 .navbar-short,
.cid-uuMNJGUfC2 .opened {
  background: #111111 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar-short .nav-link,
.cid-uuMNJGUfC2 .opened .nav-link,
.cid-uuMNJGUfC2 .navbar-short .navbar-caption,
.cid-uuMNJGUfC2 .opened .navbar-caption,
.cid-uuMNJGUfC2 .navbar-short .mbr-iconfont,
.cid-uuMNJGUfC2 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .navbar-short .hamburger span,
.cid-uuMNJGUfC2 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uuMNJGUfC2 .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uuMNJGUfC2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uuMNJGUfC2 .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uuMNJGUfC2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuMNJGUfC2 .container {
  display: flex;
  margin: auto;
}
.cid-uuMNJGUfC2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu,
.cid-uuMNJGUfC2 .navbar.opened {
  background: #111111 !important;
}
.cid-uuMNJGUfC2 .nav-item:focus,
.cid-uuMNJGUfC2 .nav-link:focus {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuMNJGUfC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuMNJGUfC2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(17, 17, 17, 0);
}
.cid-uuMNJGUfC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuMNJGUfC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uuMNJGUfC2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar.collapsed {
  justify-content: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuMNJGUfC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuMNJGUfC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuMNJGUfC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuMNJGUfC2 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uuMNJGUfC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuMNJGUfC2 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown-item.active,
.cid-uuMNJGUfC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uuMNJGUfC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuMNJGUfC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuMNJGUfC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuMNJGUfC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuMNJGUfC2 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuMNJGUfC2 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uuMNJGUfC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuMNJGUfC2 .navbar {
    height: 70px;
  }
  .cid-uuMNJGUfC2 .navbar.opened {
    height: auto;
  }
  .cid-uuMNJGUfC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuMNJGUfC2 .lang-nav {
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}
.cid-uuMNJGUfC2 .lang-nav .lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current {
  color: #ffffff !important;
  white-space: nowrap;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .lang-check {
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 6px;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.cid-uuMNJGUfC2 .lang-check:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 5px;
  width: 6px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(38deg);
}
.cid-uuMNJGUfC2 .lang-check:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(-48deg);
}
.cid-uuMNJGUfC2 .lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.35rem;
  background: #111111;
  border: 1px solid #41392e;
  min-width: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 50;
}
.cid-uuMNJGUfC2 .lang-option {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0.45rem 0.75rem !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  border-bottom: none !important;
}
.cid-uuMNJGUfC2 .lang-option:hover,
.cid-uuMNJGUfC2 .lang-option:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}
.cid-uuMNJGUfC2 .lang-switcher:focus-within .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .lang-nav {
    display: none !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-nav,
  .cid-uuMNJGUfC2 nav.opened .lang-nav,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-nav {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 1rem 0 0.8rem 0 !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-switcher,
  .cid-uuMNJGUfC2 nav.opened .lang-switcher,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-switcher {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current:hover,
  .cid-uuMNJGUfC2 .navbar .lang-current:focus,
  .cid-uuMNJGUfC2 .navbar .lang-current:active {
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-menu {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .cid-uuMNJGUfC2 .navbar .lang-switcher:focus-within .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
    background: transparent !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option:hover,
  .cid-uuMNJGUfC2 .navbar .lang-option:focus,
  .cid-uuMNJGUfC2 .navbar .lang-option:active {
    background: transparent !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check {
    width: 12px;
    height: 9px;
    margin-left: 5px;
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:before {
    width: 5px;
    height: 2px;
    top: 5px;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:after {
    width: 9px;
    height: 2px;
    top: 4px;
  }
}
.cid-uuMNJGUfC2 .lang-nav .lang-current,
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus,
.cid-uuMNJGUfC2 .lang-nav .lang-current:active {
  border-bottom: 1px solid transparent !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .lang-nav .nav-link:hover,
  .cid-uuMNJGUfC2 .lang-nav .nav-link:focus {
    border-bottom: 1px solid transparent !important;
  }
}
.cid-uIsJIexpp4 {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uIsJIexpp4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsJIexpp4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsJIexpp4 .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uIsJIexpp4 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uIsJIexpp4 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uIsJIexpp4 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uIsJIexpp4 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uIsJIexpp4 .row {
  flex-direction: row-reverse;
}
.cid-uIsJIexpp4 .image-wrapper {
  padding: 0 1rem;
}
.cid-uIsJIexpp4 img,
.cid-uIsJIexpp4 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uIsJIexpp4 img,
  .cid-uIsJIexpp4 .image-wrapper {
    max-height: 350px;
  }
}
.cid-uIsJIexpp4 .mbr-section-title {
  color: #000000;
}
.cid-uIsJIexpp4 .mbr-text {
  color: #000000;
}
.cid-uvNt7mK56J {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uvNt7mK56J .mbr-subtitle {
  color: #3f89c9;
  font-weight: 800;
}
.cid-uvNt7mK56J .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uvNt7mK56J .mbr-section-title {
  color: #111110;
  font-weight: 700;
  text-align: center;
}
.cid-uvNt7mK56J .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uvNt7mK56J .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-uvNt7mK56J .timelines-container {
  margin-top: 60px;
}
.cid-uvNt7mK56J .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-uvNt7mK56J .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-uvNt7mK56J .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-uvNt7mK56J .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-uvNt7mK56J .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #3f89c9;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-uvNt7mK56J .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-uvNt7mK56J .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-uvNt7mK56J .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-uvNt7mK56J .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-uvNt7mK56J .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-uvNt7mK56J .container-fluid {
  padding: 0 2rem;
}
.cid-uvNt7mK56J .separline:before,
.cid-uvNt7mK56J .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-uvNt7mK56J .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uvNt7mK56J .container-fluid {
    padding: 0 1rem;
  }
  .cid-uvNt7mK56J .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-uvNt7mK56J .separline:before,
  .cid-uvNt7mK56J .first-separline:before {
    left: -10px !important;
  }
  .cid-uvNt7mK56J .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-uvNt7mK56J .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-uvNt7mK56J .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-uvNt7mK56J .time-line-date-content p {
    float: left !important;
  }
  .cid-uvNt7mK56J .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-uvNt7mK56J .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-uvNt7mK56J .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-uvNt7mK56J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvNt7mK56J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvNt7mK56J .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #3f89c9;
}
.cid-uvNt7mK56J .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #4f89c4;
}
.cid-uL5CemTM51 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5CemTM51 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uL5CemTM51 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uL5CemTM51 .row {
    text-align: center;
  }
  .cid-uL5CemTM51 .row > div {
    margin: auto;
  }
  .cid-uL5CemTM51 .social-row {
    justify-content: center;
  }
}
.cid-uL5CemTM51 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL5CemTM51 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL5CemTM51 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL5CemTM51 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-uL5CemTM51 .copyright {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    text-align: center;
    font-size: 0.8rem !important;
    padding: 1rem 0;
    position: relative;
    z-index: 10;
  }
}
.cid-uL5CemTM51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5CemTM51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5CemTM51 H5 {
  color: #3f89c9;
}
.cid-uL5CemTM51 .copyright {
  color: #ffffff;
}
.cid-uuMNJGUfC2 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uuMNJGUfC2 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uuMNJGUfC2 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .container,
  .cid-uuMNJGUfC2 .container-fluid {
    flex-wrap: initial;
  }
  .cid-uuMNJGUfC2 .nav-link:hover,
  .cid-uuMNJGUfC2 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uuMNJGUfC2 .navbar-nav {
  margin: auto;
}
.cid-uuMNJGUfC2 .dropdown-item {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuMNJGUfC2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuMNJGUfC2 .navbar-short,
.cid-uuMNJGUfC2 .opened {
  background: #111111 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar-short .nav-link,
.cid-uuMNJGUfC2 .opened .nav-link,
.cid-uuMNJGUfC2 .navbar-short .navbar-caption,
.cid-uuMNJGUfC2 .opened .navbar-caption,
.cid-uuMNJGUfC2 .navbar-short .mbr-iconfont,
.cid-uuMNJGUfC2 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .navbar-short .hamburger span,
.cid-uuMNJGUfC2 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uuMNJGUfC2 .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uuMNJGUfC2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uuMNJGUfC2 .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uuMNJGUfC2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuMNJGUfC2 .container {
  display: flex;
  margin: auto;
}
.cid-uuMNJGUfC2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu,
.cid-uuMNJGUfC2 .navbar.opened {
  background: #111111 !important;
}
.cid-uuMNJGUfC2 .nav-item:focus,
.cid-uuMNJGUfC2 .nav-link:focus {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuMNJGUfC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuMNJGUfC2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(17, 17, 17, 0);
}
.cid-uuMNJGUfC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuMNJGUfC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uuMNJGUfC2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar.collapsed {
  justify-content: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuMNJGUfC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuMNJGUfC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuMNJGUfC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuMNJGUfC2 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uuMNJGUfC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuMNJGUfC2 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown-item.active,
.cid-uuMNJGUfC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uuMNJGUfC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuMNJGUfC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuMNJGUfC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuMNJGUfC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuMNJGUfC2 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuMNJGUfC2 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uuMNJGUfC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuMNJGUfC2 .navbar {
    height: 70px;
  }
  .cid-uuMNJGUfC2 .navbar.opened {
    height: auto;
  }
  .cid-uuMNJGUfC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuMNJGUfC2 .lang-nav {
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}
.cid-uuMNJGUfC2 .lang-nav .lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current {
  color: #ffffff !important;
  white-space: nowrap;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .lang-check {
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 6px;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.cid-uuMNJGUfC2 .lang-check:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 5px;
  width: 6px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(38deg);
}
.cid-uuMNJGUfC2 .lang-check:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(-48deg);
}
.cid-uuMNJGUfC2 .lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.35rem;
  background: #111111;
  border: 1px solid #41392e;
  min-width: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 50;
}
.cid-uuMNJGUfC2 .lang-option {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0.45rem 0.75rem !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  border-bottom: none !important;
}
.cid-uuMNJGUfC2 .lang-option:hover,
.cid-uuMNJGUfC2 .lang-option:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}
.cid-uuMNJGUfC2 .lang-switcher:focus-within .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .lang-nav {
    display: none !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-nav,
  .cid-uuMNJGUfC2 nav.opened .lang-nav,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-nav {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 1rem 0 0.8rem 0 !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-switcher,
  .cid-uuMNJGUfC2 nav.opened .lang-switcher,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-switcher {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current:hover,
  .cid-uuMNJGUfC2 .navbar .lang-current:focus,
  .cid-uuMNJGUfC2 .navbar .lang-current:active {
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-menu {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .cid-uuMNJGUfC2 .navbar .lang-switcher:focus-within .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
    background: transparent !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option:hover,
  .cid-uuMNJGUfC2 .navbar .lang-option:focus,
  .cid-uuMNJGUfC2 .navbar .lang-option:active {
    background: transparent !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check {
    width: 12px;
    height: 9px;
    margin-left: 5px;
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:before {
    width: 5px;
    height: 2px;
    top: 5px;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:after {
    width: 9px;
    height: 2px;
    top: 4px;
  }
}
.cid-uuMNJGUfC2 .lang-nav .lang-current,
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus,
.cid-uuMNJGUfC2 .lang-nav .lang-current:active {
  border-bottom: 1px solid transparent !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .lang-nav .nav-link:hover,
  .cid-uuMNJGUfC2 .lang-nav .nav-link:focus {
    border-bottom: 1px solid transparent !important;
  }
}
.cid-uIxvfrV0PP {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uIxvfrV0PP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxvfrV0PP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIxvfrV0PP .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uIxvfrV0PP .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uIxvfrV0PP .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uIxvfrV0PP .card-wrapper {
    padding: 4rem;
  }
}
.cid-uIxvfrV0PP .mbr-text,
.cid-uIxvfrV0PP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uIxvfrV0PP .card-title,
.cid-uIxvfrV0PP .card-box {
  text-align: left;
  color: #000000;
}
.cid-uIxwBMzEvz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #3f89c9;
}
.cid-uIxwBMzEvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxwBMzEvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIxwBMzEvz .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uIxwBMzEvz .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uIxwBMzEvz .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uIxwBMzEvz .card-wrapper {
    padding: 4rem;
  }
}
.cid-uIxwBMzEvz .mbr-text,
.cid-uIxwBMzEvz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uIxwBMzEvz .card-title,
.cid-uIxwBMzEvz .card-box {
  text-align: left;
  color: #000000;
}
.cid-uIxxrjafue {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uIxxrjafue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxxrjafue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIxxrjafue .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uIxxrjafue .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uIxxrjafue .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uIxxrjafue .card-wrapper {
    padding: 4rem;
  }
}
.cid-uIxxrjafue .mbr-text,
.cid-uIxxrjafue .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uIxxrjafue .card-title,
.cid-uIxxrjafue .card-box {
  text-align: left;
  color: #000000;
}
.cid-uL5CemTM51 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5CemTM51 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uL5CemTM51 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uL5CemTM51 .row {
    text-align: center;
  }
  .cid-uL5CemTM51 .row > div {
    margin: auto;
  }
  .cid-uL5CemTM51 .social-row {
    justify-content: center;
  }
}
.cid-uL5CemTM51 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL5CemTM51 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL5CemTM51 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL5CemTM51 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-uL5CemTM51 .copyright {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    text-align: center;
    font-size: 0.8rem !important;
    padding: 1rem 0;
    position: relative;
    z-index: 10;
  }
}
.cid-uL5CemTM51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5CemTM51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5CemTM51 H5 {
  color: #3f89c9;
}
.cid-uL5CemTM51 .copyright {
  color: #ffffff;
}
.cid-uuMNJGUfC2 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uuMNJGUfC2 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uuMNJGUfC2 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .container,
  .cid-uuMNJGUfC2 .container-fluid {
    flex-wrap: initial;
  }
  .cid-uuMNJGUfC2 .nav-link:hover,
  .cid-uuMNJGUfC2 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uuMNJGUfC2 .navbar-nav {
  margin: auto;
}
.cid-uuMNJGUfC2 .dropdown-item {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuMNJGUfC2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuMNJGUfC2 .navbar-short,
.cid-uuMNJGUfC2 .opened {
  background: #111111 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar-short .nav-link,
.cid-uuMNJGUfC2 .opened .nav-link,
.cid-uuMNJGUfC2 .navbar-short .navbar-caption,
.cid-uuMNJGUfC2 .opened .navbar-caption,
.cid-uuMNJGUfC2 .navbar-short .mbr-iconfont,
.cid-uuMNJGUfC2 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .navbar-short .hamburger span,
.cid-uuMNJGUfC2 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uuMNJGUfC2 .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uuMNJGUfC2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uuMNJGUfC2 .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uuMNJGUfC2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuMNJGUfC2 .container {
  display: flex;
  margin: auto;
}
.cid-uuMNJGUfC2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu,
.cid-uuMNJGUfC2 .navbar.opened {
  background: #111111 !important;
}
.cid-uuMNJGUfC2 .nav-item:focus,
.cid-uuMNJGUfC2 .nav-link:focus {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuMNJGUfC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuMNJGUfC2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(17, 17, 17, 0);
}
.cid-uuMNJGUfC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuMNJGUfC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uuMNJGUfC2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar.collapsed {
  justify-content: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuMNJGUfC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuMNJGUfC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuMNJGUfC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuMNJGUfC2 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uuMNJGUfC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuMNJGUfC2 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown-item.active,
.cid-uuMNJGUfC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uuMNJGUfC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuMNJGUfC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuMNJGUfC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuMNJGUfC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuMNJGUfC2 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuMNJGUfC2 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uuMNJGUfC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuMNJGUfC2 .navbar {
    height: 70px;
  }
  .cid-uuMNJGUfC2 .navbar.opened {
    height: auto;
  }
  .cid-uuMNJGUfC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuMNJGUfC2 .lang-nav {
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}
.cid-uuMNJGUfC2 .lang-nav .lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current {
  color: #ffffff !important;
  white-space: nowrap;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .lang-check {
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 6px;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.cid-uuMNJGUfC2 .lang-check:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 5px;
  width: 6px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(38deg);
}
.cid-uuMNJGUfC2 .lang-check:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(-48deg);
}
.cid-uuMNJGUfC2 .lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.35rem;
  background: #111111;
  border: 1px solid #41392e;
  min-width: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 50;
}
.cid-uuMNJGUfC2 .lang-option {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0.45rem 0.75rem !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  border-bottom: none !important;
}
.cid-uuMNJGUfC2 .lang-option:hover,
.cid-uuMNJGUfC2 .lang-option:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}
.cid-uuMNJGUfC2 .lang-switcher:focus-within .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .lang-nav {
    display: none !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-nav,
  .cid-uuMNJGUfC2 nav.opened .lang-nav,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-nav {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 1rem 0 0.8rem 0 !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-switcher,
  .cid-uuMNJGUfC2 nav.opened .lang-switcher,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-switcher {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current:hover,
  .cid-uuMNJGUfC2 .navbar .lang-current:focus,
  .cid-uuMNJGUfC2 .navbar .lang-current:active {
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-menu {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .cid-uuMNJGUfC2 .navbar .lang-switcher:focus-within .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
    background: transparent !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option:hover,
  .cid-uuMNJGUfC2 .navbar .lang-option:focus,
  .cid-uuMNJGUfC2 .navbar .lang-option:active {
    background: transparent !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check {
    width: 12px;
    height: 9px;
    margin-left: 5px;
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:before {
    width: 5px;
    height: 2px;
    top: 5px;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:after {
    width: 9px;
    height: 2px;
    top: 4px;
  }
}
.cid-uuMNJGUfC2 .lang-nav .lang-current,
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus,
.cid-uuMNJGUfC2 .lang-nav .lang-current:active {
  border-bottom: 1px solid transparent !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .lang-nav .nav-link:hover,
  .cid-uuMNJGUfC2 .lang-nav .nav-link:focus {
    border-bottom: 1px solid transparent !important;
  }
}
.cid-vj8bENpNlq {
  padding-top: 14rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/monaco-plastering-contractor-ko-sud.webp");
}
.cid-vj8bENpNlq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj8bENpNlq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj8bENpNlq .row {
  justify-content: center;
}
.cid-vj8bENpNlq .card {
  justify-content: flex-end;
}
.cid-vj8bENpNlq .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vj8bENpNlq .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vj8bENpNlq .content-wrapper .text-wrapper .mbr-text {
  width: 80%;
  display: inline-block;
  margin-bottom: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vj8bENpNlq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vj8bENpNlq .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-vj8bENpNlq .border-wrapper {
    margin-top: 30px;
  }
}
.cid-vj8bENpNlq .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vj8bENpNlq .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-vj8bENpNlq .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vj8bENpNlq .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vj8bENpNlq .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-vj8bENpNlq .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vj8bENpNlq .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vj8bENpNlq .mbr-text,
.cid-vj8bENpNlq .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vj8bENpNlq .mbr-desc {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vj8bENpNlq .content-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    transform: translateY(70px);
  }
}
.cid-vj8bENpNlq .content-wrapper .text-wrapper .mbr-text,
.cid-vj8bENpNlq .mbr-section-title,
.cid-vj8bENpNlq .mbr-desc {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5), 0 10px 30px rgba(0, 0, 0, 0.28);
}
.cid-vmTXvq38G0 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vmTXvq38G0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmTXvq38G0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmTXvq38G0 .items-wrapper {
  margin: 0 -20px;
}
.cid-vmTXvq38G0 .items-wrapper .item {
  padding: 0 20px;
}
.cid-vmTXvq38G0 .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vmTXvq38G0 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vmTXvq38G0 .item .item-wrapper .item-number {
  margin-bottom: 16px;
}
.cid-vmTXvq38G0 .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.cid-vmTXvq38G0 .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vmTXvq38G0 .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-vmTXvq38G0 .item .item-wrapper .mbr-section-btn .btn {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.cid-vmTXvq38G0 .item-number {
  color: #ffffff;
  text-align: center;
}
.cid-vmTXvq38G0 .item-title {
  color: #ffffff;
}
.cid-vmTXvq38G0 .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-vmTXvq38G0 .item-title,
.cid-vmTXvq38G0 .mbr-section-btn {
  color: #4f89c4;
  text-align: center;
}
.cid-viXJ7uVYCT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-viXJ7uVYCT .mbr-overlay {
  opacity: 0.6;
  background-color: #ffffff;
}
.cid-viXJ7uVYCT .mbr-fallback-image.disabled {
  display: none;
}
.cid-viXJ7uVYCT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viXJ7uVYCT .title-wrapper {
  margin-bottom: 48px;
}
.cid-viXJ7uVYCT .title-wrapper .mbr-label {
  margin-bottom: 18px;
}
.cid-viXJ7uVYCT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viXJ7uVYCT .mbr-label {
  color: #ffffff;
}
.cid-viXJ7uVYCT .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-viXJ7uVYCT .embla {
  position: relative;
  width: 100%;
}
.cid-viXJ7uVYCT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-viXJ7uVYCT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-viXJ7uVYCT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-viXJ7uVYCT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-viXJ7uVYCT .project-slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.cid-viXJ7uVYCT .project-card {
  width: 100%;
  display: flex;
  min-height: 620px;
  background-color: #000000;
  overflow: hidden;
}
.cid-viXJ7uVYCT .project-image-panel {
  width: 58%;
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background-color: #000000;
}
.cid-viXJ7uVYCT .project-image-panel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-viXJ7uVYCT .project-text-panel {
  width: 42%;
  min-height: 620px;
  max-height: 620px;
  padding: 56px 48px 44px;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.cid-viXJ7uVYCT .project-text-inner {
  width: 100%;
}
.cid-viXJ7uVYCT .card-title {
  color: #ffffff;
  margin-bottom: 18px;
}
.cid-viXJ7uVYCT .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-viXJ7uVYCT .card-scope-title {
  color: #ffffff;
  margin-top: 1.35rem;
  margin-bottom: 0.55rem;
}
.cid-viXJ7uVYCT .card-scope-list {
  color: #ffffff;
  margin: 0;
  padding-left: 1.1rem;
  list-style-position: outside;
}
.cid-viXJ7uVYCT .card-scope-list li {
  margin-bottom: 0.42rem;
  line-height: 1.35;
}
.cid-viXJ7uVYCT .card-scope-list li:last-child {
  margin-bottom: 0;
}
.cid-viXJ7uVYCT .card-date {
  color: #000000;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-viXJ7uVYCT .mbr-section-btn.item-btn {
  margin-top: 1.5rem;
}
.cid-viXJ7uVYCT .project-text-panel::-webkit-scrollbar {
  width: 4px;
}
.cid-viXJ7uVYCT .project-text-panel::-webkit-scrollbar-track {
  background: transparent;
}
.cid-viXJ7uVYCT .project-text-panel::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.22);
}
.cid-viXJ7uVYCT .embla__button--next,
.cid-viXJ7uVYCT .embla__button--prev {
  display: flex;
}
.cid-viXJ7uVYCT .embla__button {
  top: -5.8rem;
  width: auto;
  padding: 0 24px;
  gap: 10px;
  height: 58px;
  font-size: 24px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 40px;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 3;
}
.cid-viXJ7uVYCT .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #000000 !important;
}
.cid-viXJ7uVYCT .embla__button:disabled {
  opacity: .5 !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-viXJ7uVYCT .embla__button.embla__button--prev {
  right: 165px;
}
.cid-viXJ7uVYCT .embla__button.embla__button--next {
  right: 0;
}
@media (max-width: 991px) {
  .cid-viXJ7uVYCT {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .cid-viXJ7uVYCT .title-wrapper {
    margin-bottom: 32px;
  }
  .cid-viXJ7uVYCT .project-card {
    min-height: auto;
    display: block;
  }
  .cid-viXJ7uVYCT .project-image-panel {
    width: 100%;
    min-height: 520px;
  }
  .cid-viXJ7uVYCT .project-text-panel {
    width: 100%;
    min-height: auto;
    max-height: none;
    padding: 38px 28px 34px;
  }
  .cid-viXJ7uVYCT .embla__button {
    top: -4.6rem;
    width: auto;
    padding: 0 18px;
    height: 46px;
    font-size: 22px;
    gap: 8px;
  }
  .cid-viXJ7uVYCT .embla__button .btn-text {
    font-size: 14px;
  }
  .cid-viXJ7uVYCT .embla__button.embla__button--prev {
    right: 135px;
  }
}
@media (max-width: 767px) {
  .cid-viXJ7uVYCT {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
  .cid-viXJ7uVYCT .title-wrapper {
    margin-bottom: 24px;
  }
  .cid-viXJ7uVYCT .mbr-section-title {
    text-align: left;
  }
  .cid-viXJ7uVYCT .project-slide {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cid-viXJ7uVYCT .project-card {
    display: block;
    min-height: auto;
  }
  .cid-viXJ7uVYCT .project-image-panel {
    width: 100%;
    min-height: 430px;
    height: 430px;
  }
  .cid-viXJ7uVYCT .project-image-panel img {
    object-fit: cover;
    object-position: center center;
  }
  .cid-viXJ7uVYCT .project-text-panel {
    width: 100%;
    min-height: auto;
    max-height: 390px;
    padding: 26px 18px 24px;
    overflow-y: auto;
  }
  .cid-viXJ7uVYCT .card-title {
    font-size: 1.22rem;
    line-height: 1.18;
    margin-bottom: 0.75rem;
  }
  .cid-viXJ7uVYCT .card-text {
    font-size: 0.94rem;
    line-height: 1.35;
  }
  .cid-viXJ7uVYCT .card-scope-title {
    font-size: 0.92rem;
    line-height: 1.28;
    margin-top: 0.9rem;
    margin-bottom: 0.35rem;
  }
  .cid-viXJ7uVYCT .card-scope-list {
    font-size: 0.86rem;
    line-height: 1.32;
    padding-left: 1rem;
  }
  .cid-viXJ7uVYCT .card-scope-list li {
    margin-bottom: 0.26rem;
  }
  .cid-viXJ7uVYCT .card-date {
    margin-top: 18px;
  }
  .cid-viXJ7uVYCT .embla {
    padding-top: 3.2rem;
  }
  .cid-viXJ7uVYCT .embla__button {
    top: 0;
    width: auto;
    padding: 0 14px;
    height: 42px;
    font-size: 20px;
    gap: 6px;
  }
  .cid-viXJ7uVYCT .embla__button .btn-text {
    font-size: 13px;
  }
  .cid-viXJ7uVYCT .embla__button.embla__button--prev {
    right: 115px;
  }
}
@media (max-width: 380px) {
  .cid-viXJ7uVYCT .project-image-panel {
    height: 390px;
    min-height: 390px;
  }
  .cid-viXJ7uVYCT .project-text-panel {
    max-height: 370px;
    padding: 22px 16px 22px;
  }
  .cid-viXJ7uVYCT .card-title {
    font-size: 1.1rem;
    line-height: 1.18;
  }
  .cid-viXJ7uVYCT .card-text {
    font-size: 0.88rem;
    line-height: 1.32;
  }
  .cid-viXJ7uVYCT .card-scope-title {
    font-size: 0.86rem;
  }
  .cid-viXJ7uVYCT .card-scope-list {
    font-size: 0.8rem;
    line-height: 1.28;
  }
}
.cid-viXJ7uVYCT .card-title,
.cid-viXJ7uVYCT .item-btn {
  color: #ffffff;
}
.cid-viXJ7uVYCT .mbr-section-title,
.cid-viXJ7uVYCT .mbr-section-btn {
  color: #000000;
}
.cid-uIIKCtcHyi {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uIIKCtcHyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIKCtcHyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIKCtcHyi b,
.cid-uIIKCtcHyi strong {
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-uIIKCtcHyi img {
    padding: 0 4rem;
  }
}
@media (max-width: 992px) {
  .cid-uIIKCtcHyi img {
    padding-bottom: 2rem;
  }
}
.cid-uIIKCtcHyi .row {
  align-items: center;
}
.cid-uIIKCtcHyi .mbr-section-title {
  color: #000000;
}
.cid-uIIKCtcHyi .mbr-text,
.cid-uIIKCtcHyi .mbr-section-btn {
  color: #111111;
}
.cid-uIIKCtcHyi .mbr-section-subtitle {
  color: #3f89c9;
}
.cid-uIJit6MX8e {
  padding-top: 135px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #000000, #4f89c4);
}
@media (max-width: 992px) {
  .cid-uIJit6MX8e .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uIJit6MX8e .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-uIJit6MX8e .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uIJit6MX8e .card-link:hover a {
  background-image: none !important;
}
.cid-uIJit6MX8e .card-link:hover {
  cursor: pointer;
}
.cid-uIJit6MX8e .card-link:hover:before {
  width: 0%;
}
.cid-uIJit6MX8e .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  align-items: center;
  justify-content: center;
}
.cid-uIJit6MX8e .row {
  justify-content: center;
}
.cid-uIJit6MX8e .card-box {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 1.5rem;
  margin-bottom: 0.5rem;
}
.cid-uIJit6MX8e .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uIJit6MX8e .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-uIJit6MX8e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIJit6MX8e .card-text {
  color: #ffffff;
}
.cid-uIJit6MX8e .card-title,
.cid-uIJit6MX8e .iconfont-wrapper {
  color: #ffffff;
}
.cid-uIJit6MX8e .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uIJit6MX8e .card-link,
.cid-uIJit6MX8e .link-icon,
.cid-uIJit6MX8e .link-align {
  color: #3f89c9;
}
.cid-uKkFizd8JM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uKkFizd8JM img {
  width: 180px;
  margin: auto;
}
.cid-uKkFizd8JM .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.cid-uKkFizd8JM .card:hover {
  transform: scale(1.1);
}
@media (min-width: 992px) {
  .cid-uKkFizd8JM .card {
    max-width: 20%;
  }
}
.cid-uKkFizd8JM .mbr-section-title {
  color: #000000;
}
.cid-uJQBZaDEHN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/ko-sud-monaco-le-sun-1128x752.webp");
}
.cid-uJQBZaDEHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQBZaDEHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQBZaDEHN .card-wrapper {
  background: #000000;
}
@media (max-width: 767px) {
  .cid-uJQBZaDEHN .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJQBZaDEHN .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uJQBZaDEHN .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uJQBZaDEHN .mbr-text,
.cid-uJQBZaDEHN .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uJQBZaDEHN .card-title,
.cid-uJQBZaDEHN .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-uL5CemTM51 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5CemTM51 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uL5CemTM51 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uL5CemTM51 .row {
    text-align: center;
  }
  .cid-uL5CemTM51 .row > div {
    margin: auto;
  }
  .cid-uL5CemTM51 .social-row {
    justify-content: center;
  }
}
.cid-uL5CemTM51 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL5CemTM51 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL5CemTM51 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL5CemTM51 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-uL5CemTM51 .copyright {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    text-align: center;
    font-size: 0.8rem !important;
    padding: 1rem 0;
    position: relative;
    z-index: 10;
  }
}
.cid-uL5CemTM51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5CemTM51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5CemTM51 H5 {
  color: #3f89c9;
}
.cid-uL5CemTM51 .copyright {
  color: #ffffff;
}
.cid-uuMNJGUfC2 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uuMNJGUfC2 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uuMNJGUfC2 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .container,
  .cid-uuMNJGUfC2 .container-fluid {
    flex-wrap: initial;
  }
  .cid-uuMNJGUfC2 .nav-link:hover,
  .cid-uuMNJGUfC2 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uuMNJGUfC2 .navbar-nav {
  margin: auto;
}
.cid-uuMNJGUfC2 .dropdown-item {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuMNJGUfC2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuMNJGUfC2 .navbar-short,
.cid-uuMNJGUfC2 .opened {
  background: #111111 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar-short .nav-link,
.cid-uuMNJGUfC2 .opened .nav-link,
.cid-uuMNJGUfC2 .navbar-short .navbar-caption,
.cid-uuMNJGUfC2 .opened .navbar-caption,
.cid-uuMNJGUfC2 .navbar-short .mbr-iconfont,
.cid-uuMNJGUfC2 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .navbar-short .hamburger span,
.cid-uuMNJGUfC2 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uuMNJGUfC2 .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uuMNJGUfC2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uuMNJGUfC2 .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uuMNJGUfC2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuMNJGUfC2 .container {
  display: flex;
  margin: auto;
}
.cid-uuMNJGUfC2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu,
.cid-uuMNJGUfC2 .navbar.opened {
  background: #111111 !important;
}
.cid-uuMNJGUfC2 .nav-item:focus,
.cid-uuMNJGUfC2 .nav-link:focus {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuMNJGUfC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuMNJGUfC2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(17, 17, 17, 0);
}
.cid-uuMNJGUfC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuMNJGUfC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uuMNJGUfC2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar.collapsed {
  justify-content: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuMNJGUfC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuMNJGUfC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuMNJGUfC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuMNJGUfC2 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uuMNJGUfC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuMNJGUfC2 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown-item.active,
.cid-uuMNJGUfC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uuMNJGUfC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuMNJGUfC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuMNJGUfC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuMNJGUfC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuMNJGUfC2 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuMNJGUfC2 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uuMNJGUfC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuMNJGUfC2 .navbar {
    height: 70px;
  }
  .cid-uuMNJGUfC2 .navbar.opened {
    height: auto;
  }
  .cid-uuMNJGUfC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuMNJGUfC2 .lang-nav {
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}
.cid-uuMNJGUfC2 .lang-nav .lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current {
  color: #ffffff !important;
  white-space: nowrap;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .lang-check {
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 6px;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.cid-uuMNJGUfC2 .lang-check:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 5px;
  width: 6px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(38deg);
}
.cid-uuMNJGUfC2 .lang-check:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(-48deg);
}
.cid-uuMNJGUfC2 .lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.35rem;
  background: #111111;
  border: 1px solid #41392e;
  min-width: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 50;
}
.cid-uuMNJGUfC2 .lang-option {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0.45rem 0.75rem !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  border-bottom: none !important;
}
.cid-uuMNJGUfC2 .lang-option:hover,
.cid-uuMNJGUfC2 .lang-option:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}
.cid-uuMNJGUfC2 .lang-switcher:focus-within .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .lang-nav {
    display: none !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-nav,
  .cid-uuMNJGUfC2 nav.opened .lang-nav,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-nav {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 1rem 0 0.8rem 0 !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-switcher,
  .cid-uuMNJGUfC2 nav.opened .lang-switcher,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-switcher {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current:hover,
  .cid-uuMNJGUfC2 .navbar .lang-current:focus,
  .cid-uuMNJGUfC2 .navbar .lang-current:active {
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-menu {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .cid-uuMNJGUfC2 .navbar .lang-switcher:focus-within .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
    background: transparent !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option:hover,
  .cid-uuMNJGUfC2 .navbar .lang-option:focus,
  .cid-uuMNJGUfC2 .navbar .lang-option:active {
    background: transparent !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check {
    width: 12px;
    height: 9px;
    margin-left: 5px;
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:before {
    width: 5px;
    height: 2px;
    top: 5px;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:after {
    width: 9px;
    height: 2px;
    top: 4px;
  }
}
.cid-uuMNJGUfC2 .lang-nav .lang-current,
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus,
.cid-uuMNJGUfC2 .lang-nav .lang-current:active {
  border-bottom: 1px solid transparent !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .lang-nav .nav-link:hover,
  .cid-uuMNJGUfC2 .lang-nav .nav-link:focus {
    border-bottom: 1px solid transparent !important;
  }
}
.cid-viXar6y5R7 {
  align-items: flex-end;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  justify-content: flex-end;
  background-image: url("../../../assets/images/villa-panoramique-sur-mesure-06-ko-sud-realisation.webp");
}
.cid-viXar6y5R7::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  backdrop-filter: blur(10px);
  mask-image: linear-gradient(0deg, #000000 35%, transparent 65%);
  -webkit-mask-image: linear-gradient(0deg, #000000 35%, transparent 65%);
  pointer-events: none;
}
.cid-viXar6y5R7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viXar6y5R7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viXar6y5R7 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-viXar6y5R7 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-viXar6y5R7 .title-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-viXar6y5R7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viXar6y5R7 .text-wrapper {
  padding-left: 260px;
}
@media (max-width: 1440px) {
  .cid-viXar6y5R7 .text-wrapper {
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .cid-viXar6y5R7 .text-wrapper {
    padding-left: 0;
  }
}
.cid-viXar6y5R7 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-viXar6y5R7 .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-viXar6y5R7 .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-viXar6y5R7 .mbr-label {
  color: #ffffff;
}
.cid-viXar6y5R7 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-viXar6y5R7 .mbr-text {
  color: #ffffff;
}
.cid-viXar6y5R7 .mbr-text,
.cid-viXar6y5R7 .mbr-section-btn {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-viXar6y5R7 .title-wrapper {
    transform: translateX(-26px);
  }
  .cid-viXar6y5R7 .text-wrapper {
    transform: translateY(26px);
  }
}
.cid-uHvFXvgYIf {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uHvFXvgYIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvFXvgYIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvFXvgYIf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uHvFXvgYIf .row {
    flex-direction: column-reverse;
  }
  .cid-uHvFXvgYIf .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uHvFXvgYIf .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uHvFXvgYIf .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uHvFXvgYIf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHvFXvgYIf .card-title {
  text-align: left;
  color: #4f89c4;
}
.cid-uIy2KHZiBp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uIy2KHZiBp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIy2KHZiBp .row {
  flex-direction: row-reverse;
}
.cid-uIy2KHZiBp img {
  width: 100%;
  height: 600px;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uIy2KHZiBp .image-wrapper {
  overflow: hidden;
  height: 600px;
}
.cid-uIy2KHZiBp .image-wrapper:hover img {
  transform: scale(1.03);
}
@media (max-width: 992px) {
  .cid-uIy2KHZiBp .image-wrapper {
    height: 400px;
  }
}
.cid-viod7t10w0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-viod7t10w0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viod7t10w0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viod7t10w0 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-viod7t10w0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-viod7t10w0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viod7t10w0 .title-wrapper .mbr-section-subtitle {
  margin-top: 20px;
}
.cid-viod7t10w0 .panel-group .card {
  position: relative;
  background-color: transparent;
  border-top: 1px solid #000000;
  transition: all 0.3s ease-in-out;
  padding: 40px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-viod7t10w0 .panel-group .card {
    padding: 16px 0;
  }
}
.cid-viod7t10w0 .panel-group .card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #4f89c4;
  transition: all .5s ease;
}
.cid-viod7t10w0 .panel-group .card:hover::before {
  width: 100%;
}
.cid-viod7t10w0 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-viod7t10w0 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-viod7t10w0 .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-viod7t10w0 .panel-group .card .card-header .panel-title .panel-number {
  width: 55px;
  min-width: 55px;
  padding-right: 12px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viod7t10w0 .panel-group .card .card-header .panel-title .panel-number {
    padding-right: 0;
    min-width: auto;
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-viod7t10w0 .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-viod7t10w0 .panel-group .card .card-header .panel-title .panel-title-edit {
    margin-bottom: 8px;
  }
}
.cid-viod7t10w0 .panel-group .card .card-header .panel-title .panel-date {
  padding-left: 24px;
  width: 280px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viod7t10w0 .panel-group .card .card-header .panel-title .panel-date {
    padding-left: 0;
    width: 100%;
  }
}
.cid-viod7t10w0 .panel-group .card .panel-collapse .panel-body {
  transition: all 0.3s ease-in-out;
  margin-top: 24px;
  padding-left: 55px;
}
@media (max-width: 992px) {
  .cid-viod7t10w0 .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
  }
}
.cid-viod7t10w0 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viod7t10w0 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-viod7t10w0 .mbr-section-title {
  color: #4f89c4;
}
.cid-viod7t10w0 .panel-number {
  color: #4f89c4;
}
.cid-viod7t10w0 .panel-title-edit {
  color: #000000;
}
.cid-viod7t10w0 .panel-date {
  color: #808080;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viod7t10w0 .panel-date {
    text-align: left;
  }
}
.cid-viod7t10w0 .panel-text {
  color: #808080;
}
.cid-viod7t10w0 P {
  color: #000000;
}
.cid-viod7t10w0 .panel-text,
.cid-viod7t10w0 .panel-body {
  color: #000000;
}
.cid-vitdy5mjck {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-vitdy5mjck .mbr-fallback-image.disabled {
  display: none;
}
.cid-vitdy5mjck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1600px) {
  .cid-vitdy5mjck .col-lg-4 {
    padding: 0 2.5rem;
  }
}
.cid-vitdy5mjck img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vitdy5mjck .image-wrapper {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-vitdy5mjck .image-wrapper {
    padding-bottom: 2rem;
    height: 550px;
  }
}
.cid-vitdy5mjck .mbr-text {
  color: #ffffff;
}
.cid-vinQj70QOp {
  position: relative;
  background-color: #ffffff;
}
.cid-vinQj70QOp .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-vinQj70QOp .image-wrap {
    padding: 16px;
  }
}
.cid-vinQj70QOp .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vinQj70QOp .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-vinQj70QOp .image-overlay {
    padding: 16px;
  }
}
.cid-vinQj70QOp .image-overlay .image-over {
  background-color: #ffffff;
  z-index: 2;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.cid-vinQj70QOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vinQj70QOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vinQj70QOp .row {
  justify-content: center;
}
.cid-vinQj70QOp .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-vinQj70QOp .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-vinQj70QOp .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vinQj70QOp .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vinQj70QOp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-vinQj70QOp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vinQj70QOp .mbr-section-title {
  color: #fff7ee;
}
.cid-vinQj70QOp .mbr-text,
.cid-vinQj70QOp .text-wrapper {
  text-align: center;
  color: #000000;
}
.cid-vinQj70QOp .mbr-section-title,
.cid-vinQj70QOp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uL5CemTM51 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5CemTM51 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uL5CemTM51 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uL5CemTM51 .row {
    text-align: center;
  }
  .cid-uL5CemTM51 .row > div {
    margin: auto;
  }
  .cid-uL5CemTM51 .social-row {
    justify-content: center;
  }
}
.cid-uL5CemTM51 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL5CemTM51 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL5CemTM51 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL5CemTM51 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-uL5CemTM51 .copyright {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    text-align: center;
    font-size: 0.8rem !important;
    padding: 1rem 0;
    position: relative;
    z-index: 10;
  }
}
.cid-uL5CemTM51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5CemTM51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5CemTM51 H5 {
  color: #3f89c9;
}
.cid-uL5CemTM51 .copyright {
  color: #ffffff;
}
.cid-uuMNJGUfC2 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uuMNJGUfC2 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uuMNJGUfC2 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .container,
  .cid-uuMNJGUfC2 .container-fluid {
    flex-wrap: initial;
  }
  .cid-uuMNJGUfC2 .nav-link:hover,
  .cid-uuMNJGUfC2 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uuMNJGUfC2 .navbar-nav {
  margin: auto;
}
.cid-uuMNJGUfC2 .dropdown-item {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuMNJGUfC2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuMNJGUfC2 .navbar-short,
.cid-uuMNJGUfC2 .opened {
  background: #111111 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar-short .nav-link,
.cid-uuMNJGUfC2 .opened .nav-link,
.cid-uuMNJGUfC2 .navbar-short .navbar-caption,
.cid-uuMNJGUfC2 .opened .navbar-caption,
.cid-uuMNJGUfC2 .navbar-short .mbr-iconfont,
.cid-uuMNJGUfC2 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .navbar-short .hamburger span,
.cid-uuMNJGUfC2 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uuMNJGUfC2 .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uuMNJGUfC2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uuMNJGUfC2 .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uuMNJGUfC2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuMNJGUfC2 .container {
  display: flex;
  margin: auto;
}
.cid-uuMNJGUfC2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu,
.cid-uuMNJGUfC2 .navbar.opened {
  background: #111111 !important;
}
.cid-uuMNJGUfC2 .nav-item:focus,
.cid-uuMNJGUfC2 .nav-link:focus {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuMNJGUfC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuMNJGUfC2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(17, 17, 17, 0);
}
.cid-uuMNJGUfC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuMNJGUfC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uuMNJGUfC2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar.collapsed {
  justify-content: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuMNJGUfC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuMNJGUfC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuMNJGUfC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuMNJGUfC2 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uuMNJGUfC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuMNJGUfC2 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown-item.active,
.cid-uuMNJGUfC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uuMNJGUfC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuMNJGUfC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuMNJGUfC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuMNJGUfC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuMNJGUfC2 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuMNJGUfC2 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uuMNJGUfC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuMNJGUfC2 .navbar {
    height: 70px;
  }
  .cid-uuMNJGUfC2 .navbar.opened {
    height: auto;
  }
  .cid-uuMNJGUfC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuMNJGUfC2 .lang-nav {
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}
.cid-uuMNJGUfC2 .lang-nav .lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current {
  color: #ffffff !important;
  white-space: nowrap;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .lang-check {
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 6px;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.cid-uuMNJGUfC2 .lang-check:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 5px;
  width: 6px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(38deg);
}
.cid-uuMNJGUfC2 .lang-check:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(-48deg);
}
.cid-uuMNJGUfC2 .lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.35rem;
  background: #111111;
  border: 1px solid #41392e;
  min-width: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 50;
}
.cid-uuMNJGUfC2 .lang-option {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0.45rem 0.75rem !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  border-bottom: none !important;
}
.cid-uuMNJGUfC2 .lang-option:hover,
.cid-uuMNJGUfC2 .lang-option:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}
.cid-uuMNJGUfC2 .lang-switcher:focus-within .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .lang-nav {
    display: none !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-nav,
  .cid-uuMNJGUfC2 nav.opened .lang-nav,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-nav {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 1rem 0 0.8rem 0 !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-switcher,
  .cid-uuMNJGUfC2 nav.opened .lang-switcher,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-switcher {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current:hover,
  .cid-uuMNJGUfC2 .navbar .lang-current:focus,
  .cid-uuMNJGUfC2 .navbar .lang-current:active {
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-menu {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .cid-uuMNJGUfC2 .navbar .lang-switcher:focus-within .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
    background: transparent !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option:hover,
  .cid-uuMNJGUfC2 .navbar .lang-option:focus,
  .cid-uuMNJGUfC2 .navbar .lang-option:active {
    background: transparent !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check {
    width: 12px;
    height: 9px;
    margin-left: 5px;
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:before {
    width: 5px;
    height: 2px;
    top: 5px;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:after {
    width: 9px;
    height: 2px;
    top: 4px;
  }
}
.cid-uuMNJGUfC2 .lang-nav .lang-current,
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus,
.cid-uuMNJGUfC2 .lang-nav .lang-current:active {
  border-bottom: 1px solid transparent !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .lang-nav .nav-link:hover,
  .cid-uuMNJGUfC2 .lang-nav .nav-link:focus {
    border-bottom: 1px solid transparent !important;
  }
}
.cid-vj84d8yMso {
  padding-top: 15rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/etude-suivi-chantier-ko-sud-construction-2000x1333.webp");
}
.cid-vj84d8yMso .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj84d8yMso .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj84d8yMso .row {
  justify-content: center;
}
.cid-vj84d8yMso .card {
  justify-content: flex-end;
}
.cid-vj84d8yMso .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vj84d8yMso .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vj84d8yMso .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vj84d8yMso .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vj84d8yMso .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-vj84d8yMso .border-wrapper {
    margin-top: 30px;
  }
}
.cid-vj84d8yMso .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vj84d8yMso .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-vj84d8yMso .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vj84d8yMso .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vj84d8yMso .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-vj84d8yMso .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vj84d8yMso .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vj84d8yMso .mbr-text,
.cid-vj84d8yMso .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vj84d8yMso .mbr-desc {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-vj84d8yMso .content-wrapper .text-wrapper .mbr-text {
    display: inline-block;
    transform: translateY(60px);
  }
}
.cid-vitPyxwz2P {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vitPyxwz2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vitPyxwz2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vitPyxwz2P .row {
  justify-content: space-between;
}
.cid-vitPyxwz2P .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-vitPyxwz2P .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vitPyxwz2P .text-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-vitPyxwz2P .mbr-label {
  color: #666666;
}
.cid-vitPyxwz2P .mbr-section-title {
  color: #4f89c4;
}
.cid-vitPyxwz2P .mbr-text {
  color: #666666;
}
.cid-vitPyxwz2P .mbr-text,
.cid-vitPyxwz2P .mbr-section-btn {
  color: #000000;
}
.cid-vitMjZmZga {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vitMjZmZga .mbr-fallback-image.disabled {
  display: none;
}
.cid-vitMjZmZga .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vitMjZmZga .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-vitMjZmZga .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-vitMjZmZga .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-vitMjZmZga .border-wrapper {
  width: 100%;
  height: 1px;
  background-color: #4f89c4;
  margin-bottom: 20px;
}
.cid-vitMjZmZga .items-wrapper {
  margin: 0;
}
.cid-vitMjZmZga .items-wrapper .item {
  padding: 0;
  margin-bottom: 20px;
}
.cid-vitMjZmZga .items-wrapper .item:nth-child(3n) .item-wrapper {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-vitMjZmZga .items-wrapper .item:nth-child(3n) .item-wrapper {
    border-right: 1px solid #4f89c4;
  }
}
.cid-vitMjZmZga .items-wrapper .item .item-wrapper {
  padding: 0 20px 20px 0;
  height: 100%;
  padding: 0 20px 20px 20px;
  border-right: 1px solid #4f89c4;
  border-bottom: 1px solid #4f89c4;
}
@media (max-width: 992px) {
  .cid-vitMjZmZga .items-wrapper .item .item-wrapper {
    padding: 0 20px 20px 0;
  }
}
.cid-vitMjZmZga .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vitMjZmZga .items-wrapper .item .item-wrapper .item-content .number-wrapper {
    padding-bottom: 20px;
  }
}
.cid-vitMjZmZga .items-wrapper .item .item-wrapper .item-content .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  border-radius: 1rem;
  background-color: #d7d2d2;
}
.cid-vitMjZmZga .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vitMjZmZga .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vitMjZmZga .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vitMjZmZga .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-vitMjZmZga .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vitMjZmZga .mbr-section-title {
  color: #093388;
}
.cid-vitMjZmZga .item-number {
  color: #f4f4f4;
}
.cid-vitMjZmZga .item-title {
  color: #093388;
}
.cid-vitMjZmZga .item-text {
  color: #58595b;
}
.cid-vitMjZmZga .mbr-section-title,
.cid-vitMjZmZga .title-wrapper {
  color: #4f89c4;
}
.cid-vitMjZmZga .item-title,
.cid-vitMjZmZga .mbr-section-btn {
  color: #4f89c4;
}
.cid-vitMjZmZga .item-text,
.cid-vitMjZmZga .text-wrapper {
  color: #000000;
}
.cid-uIy8yIE99W {
  background-image: url("../../../assets/images/neon-signature-ko-sud-construction-2000x1333.webp");
}
@media (max-width: 991px) {
  .cid-uIy8yIE99W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIy8yIE99W .row {
  flex-direction: row-reverse;
}
.cid-uIy8yIE99W img {
  width: 100%;
  height: 600px;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uIy8yIE99W .image-wrapper {
  overflow: hidden;
  height: 600px;
}
.cid-uIy8yIE99W .image-wrapper:hover img {
  transform: scale(1.03);
}
@media (max-width: 992px) {
  .cid-uIy8yIE99W .image-wrapper {
    height: 400px;
  }
}
.cid-vi6ePqAzXt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vi6ePqAzXt .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vi6ePqAzXt .row {
    text-align: left !important;
  }
}
@media (min-width: 992px) {
  .cid-vi6ePqAzXt .col-text {
    padding: 0 30px;
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-vi6ePqAzXt .col-text {
    margin-bottom: 3rem;
  }
}
.cid-vi6ePqAzXt .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-vi6ePqAzXt .text-wrapper {
    text-align: left !important;
  }
}
.cid-vi6ePqAzXt .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #4f89c4;
}
@media (max-width: 767px) {
  .cid-vi6ePqAzXt .label-text {
    text-align: left !important;
  }
}
.cid-vi6ePqAzXt .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-vi6ePqAzXt .mbr-section-title {
    text-align: left !important;
  }
}
.cid-vi6ePqAzXt .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-vi6ePqAzXt .mbr-text {
    text-align: left !important;
  }
}
.cid-vi6ePqAzXt .btn-container {
  width: 100%;
  margin-top: 8px;
}
.cid-vi6ePqAzXt .mbr-section-btn .btn {
  padding: 0;
}
.cid-vi6ePqAzXt .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-vi6ePqAzXt .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-vi6ePqAzXt .col-cards {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-vi6ePqAzXt .card {
  padding: 0 12px 30px 12px;
}
@media (min-width: 992px) {
  .cid-vi6ePqAzXt .card {
    padding: 0 30px 30px 30px;
  }
}
.cid-vi6ePqAzXt .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-vi6ePqAzXt .card-title {
  color: #4f89c4;
  margin-bottom: 1rem;
}
.cid-vi6ePqAzXt .card-inside-border {
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
  background-color: #4f89c4;
}
.cid-vi6ePqAzXt .card-text {
  color: #232323;
  margin-bottom: 24px;
}
.cid-vi6ePqAzXt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi6ePqAzXt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi6Iaef6x6 {
  position: relative;
  background-color: #000000;
}
.cid-vi6Iaef6x6 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-vi6Iaef6x6 .image-wrap {
    padding: 16px;
  }
}
.cid-vi6Iaef6x6 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vi6Iaef6x6 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-vi6Iaef6x6 .image-overlay {
    padding: 16px;
  }
}
.cid-vi6Iaef6x6 .image-overlay .image-over {
  background-color: #000000;
  z-index: 2;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.cid-vi6Iaef6x6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi6Iaef6x6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vi6Iaef6x6 .row {
  justify-content: center;
}
.cid-vi6Iaef6x6 .content-wrapper {
  padding: 150px 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-vi6Iaef6x6 .content-wrapper {
    padding: 150px 16px;
  }
}
.cid-vi6Iaef6x6 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vi6Iaef6x6 .content-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-vi6Iaef6x6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vi6Iaef6x6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vi6Iaef6x6 .mbr-section-title {
  color: #fff7ee;
}
.cid-vi6Iaef6x6 .mbr-text,
.cid-vi6Iaef6x6 .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-vi6Iaef6x6 .mbr-section-title,
.cid-vi6Iaef6x6 .mbr-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-uL5CemTM51 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5CemTM51 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uL5CemTM51 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uL5CemTM51 .row {
    text-align: center;
  }
  .cid-uL5CemTM51 .row > div {
    margin: auto;
  }
  .cid-uL5CemTM51 .social-row {
    justify-content: center;
  }
}
.cid-uL5CemTM51 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL5CemTM51 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL5CemTM51 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL5CemTM51 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-uL5CemTM51 .copyright {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    text-align: center;
    font-size: 0.8rem !important;
    padding: 1rem 0;
    position: relative;
    z-index: 10;
  }
}
.cid-uL5CemTM51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5CemTM51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5CemTM51 H5 {
  color: #3f89c9;
}
.cid-uL5CemTM51 .copyright {
  color: #ffffff;
}
.cid-uFP1crWiyZ {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uFP1crWiyZ .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uFP1crWiyZ nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uFP1crWiyZ .container,
  .cid-uFP1crWiyZ .container-fluid {
    flex-wrap: initial;
  }
  .cid-uFP1crWiyZ .nav-link:hover,
  .cid-uFP1crWiyZ .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uFP1crWiyZ .navbar-nav {
  margin: auto;
}
.cid-uFP1crWiyZ .dropdown-item {
  color: #ffffff !important;
}
.cid-uFP1crWiyZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFP1crWiyZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFP1crWiyZ .navbar-short,
.cid-uFP1crWiyZ .opened {
  background: #111111 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uFP1crWiyZ .navbar-short .nav-link,
.cid-uFP1crWiyZ .opened .nav-link,
.cid-uFP1crWiyZ .navbar-short .navbar-caption,
.cid-uFP1crWiyZ .opened .navbar-caption,
.cid-uFP1crWiyZ .navbar-short .mbr-iconfont,
.cid-uFP1crWiyZ .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uFP1crWiyZ .navbar-short .hamburger span,
.cid-uFP1crWiyZ .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uFP1crWiyZ .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uFP1crWiyZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFP1crWiyZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uFP1crWiyZ .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uFP1crWiyZ .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uFP1crWiyZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFP1crWiyZ .container {
  display: flex;
  margin: auto;
}
.cid-uFP1crWiyZ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFP1crWiyZ .dropdown-menu,
.cid-uFP1crWiyZ .navbar.opened {
  background: #111111 !important;
}
.cid-uFP1crWiyZ .nav-item:focus,
.cid-uFP1crWiyZ .nav-link:focus {
  outline: none;
}
.cid-uFP1crWiyZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFP1crWiyZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFP1crWiyZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFP1crWiyZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFP1crWiyZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFP1crWiyZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFP1crWiyZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(17, 17, 17, 0);
}
.cid-uFP1crWiyZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uFP1crWiyZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFP1crWiyZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uFP1crWiyZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFP1crWiyZ .navbar.collapsed {
  justify-content: center;
}
.cid-uFP1crWiyZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFP1crWiyZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uFP1crWiyZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uFP1crWiyZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFP1crWiyZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFP1crWiyZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFP1crWiyZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFP1crWiyZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFP1crWiyZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFP1crWiyZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFP1crWiyZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFP1crWiyZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFP1crWiyZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFP1crWiyZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFP1crWiyZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFP1crWiyZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uFP1crWiyZ .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFP1crWiyZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFP1crWiyZ .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uFP1crWiyZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFP1crWiyZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFP1crWiyZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFP1crWiyZ .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFP1crWiyZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFP1crWiyZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFP1crWiyZ .dropdown-item.active,
.cid-uFP1crWiyZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uFP1crWiyZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFP1crWiyZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFP1crWiyZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFP1crWiyZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-uFP1crWiyZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFP1crWiyZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFP1crWiyZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFP1crWiyZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFP1crWiyZ button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFP1crWiyZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFP1crWiyZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFP1crWiyZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFP1crWiyZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFP1crWiyZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFP1crWiyZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFP1crWiyZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFP1crWiyZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFP1crWiyZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFP1crWiyZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uFP1crWiyZ a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uFP1crWiyZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFP1crWiyZ .navbar {
    height: 70px;
  }
  .cid-uFP1crWiyZ .navbar.opened {
    height: auto;
  }
  .cid-uFP1crWiyZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFP1crWiyZ .lang-nav {
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}
.cid-uFP1crWiyZ .lang-nav .lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-uFP1crWiyZ .lang-nav .lang-current {
  color: #ffffff !important;
  white-space: nowrap;
}
.cid-uFP1crWiyZ .lang-nav .lang-current:hover,
.cid-uFP1crWiyZ .lang-nav .lang-current:focus {
  color: #ffffff !important;
}
.cid-uFP1crWiyZ .lang-check {
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 6px;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.cid-uFP1crWiyZ .lang-check:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 5px;
  width: 6px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(38deg);
}
.cid-uFP1crWiyZ .lang-check:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(-48deg);
}
.cid-uFP1crWiyZ .lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.35rem;
  background: #111111;
  border: 1px solid #41392e;
  min-width: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 50;
}
.cid-uFP1crWiyZ .lang-option {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0.45rem 0.75rem !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  border-bottom: none !important;
}
.cid-uFP1crWiyZ .lang-option:hover,
.cid-uFP1crWiyZ .lang-option:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}
.cid-uFP1crWiyZ .lang-switcher:focus-within .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .cid-uFP1crWiyZ .navbar .lang-nav {
    display: none !important;
  }
  .cid-uFP1crWiyZ .navbar.opened .lang-nav,
  .cid-uFP1crWiyZ nav.opened .lang-nav,
  .cid-uFP1crWiyZ .navbar-collapse.show .lang-nav {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 1rem 0 0.8rem 0 !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uFP1crWiyZ .navbar.opened .lang-switcher,
  .cid-uFP1crWiyZ nav.opened .lang-switcher,
  .cid-uFP1crWiyZ .navbar-collapse.show .lang-switcher {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uFP1crWiyZ .navbar .lang-current {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uFP1crWiyZ .navbar .lang-current:hover,
  .cid-uFP1crWiyZ .navbar .lang-current:focus,
  .cid-uFP1crWiyZ .navbar .lang-current:active {
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uFP1crWiyZ .navbar .lang-menu {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .cid-uFP1crWiyZ .navbar .lang-switcher:focus-within .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .cid-uFP1crWiyZ .navbar .lang-option {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
    background: transparent !important;
  }
  .cid-uFP1crWiyZ .navbar .lang-option:hover,
  .cid-uFP1crWiyZ .navbar .lang-option:focus,
  .cid-uFP1crWiyZ .navbar .lang-option:active {
    background: transparent !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uFP1crWiyZ .navbar .lang-check {
    width: 12px;
    height: 9px;
    margin-left: 5px;
    top: 0;
  }
  .cid-uFP1crWiyZ .navbar .lang-check:before {
    width: 5px;
    height: 2px;
    top: 5px;
  }
  .cid-uFP1crWiyZ .navbar .lang-check:after {
    width: 9px;
    height: 2px;
    top: 4px;
  }
}
.cid-uFP1crWiyZ .lang-nav .lang-current,
.cid-uFP1crWiyZ .lang-nav .lang-current:hover,
.cid-uFP1crWiyZ .lang-nav .lang-current:focus,
.cid-uFP1crWiyZ .lang-nav .lang-current:active {
  border-bottom: 1px solid transparent !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .cid-uFP1crWiyZ .lang-nav .nav-link:hover,
  .cid-uFP1crWiyZ .lang-nav .nav-link:focus {
    border-bottom: 1px solid transparent !important;
  }
}
.cid-viWxrsEwrV {
  background-image: url("../../../assets/images/luxury-turnkey-home-french-riviera.webp");
}
.cid-viWxrsEwrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-viWxrsEwrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viWxrsEwrV .row {
  justify-content: center;
}
.cid-viWxrsEwrV .card {
  justify-content: flex-end;
}
.cid-viWxrsEwrV .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-viWxrsEwrV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-viWxrsEwrV .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-viWxrsEwrV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-viWxrsEwrV .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-viWxrsEwrV .border-wrapper {
    margin-top: 30px;
  }
}
.cid-viWxrsEwrV .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-viWxrsEwrV .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-viWxrsEwrV .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-viWxrsEwrV .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-viWxrsEwrV .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-viWxrsEwrV .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-viWxrsEwrV .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-viWxrsEwrV .mbr-text,
.cid-viWxrsEwrV .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-viWxrsEwrV .mbr-desc {
  color: #ffffff;
}
.cid-viVzSot4Xr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-viVzSot4Xr .mbr-fallback-image.disabled {
  display: none;
}
.cid-viVzSot4Xr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viVzSot4Xr .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-viVzSot4Xr .mbr-section-subtitle {
  text-align: left;
}
.cid-viVzSot4Xr .mbr-section-title {
  text-align: justify;
}
.cid-viVKNUEgUH {
  padding-top: 3rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-viVKNUEgUH .mbr-fallback-image.disabled {
  display: none;
}
.cid-viVKNUEgUH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viVKNUEgUH .mbr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-viVKNUEgUH .container,
.cid-viVKNUEgUH .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-viVKNUEgUH .custom-layout {
  row-gap: 2rem;
}
.cid-viVKNUEgUH .custom-text-col {
  display: flex;
  align-items: center;
}
.cid-viVKNUEgUH .content-wrapper {
  width: 100%;
  padding-right: 2rem;
}
.cid-viVKNUEgUH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viVKNUEgUH .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viVKNUEgUH .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-viVKNUEgUH .mbr-section-btn {
  text-align: left;
  padding-left: 0.5rem;
}
.cid-viVKNUEgUH .mbr-section-btn .btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-viVKNUEgUH .image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 0rem;
}
.cid-viVKNUEgUH .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-viVKNUEgUH .animated-title,
.cid-viVKNUEgUH .animated-subtitle,
.cid-viVKNUEgUH .animated-text,
.cid-viVKNUEgUH .animated-button {
  opacity: 1;
  transform: none;
}
body.animation-ready .cid-viVKNUEgUH .animated-title {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 2s ease, transform 2s cubic-bezier(0.16, 1, 0.3, 1);
}
body.animation-ready .cid-viVKNUEgUH .animated-subtitle {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 1.4s ease, transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.8s;
}
body.animation-ready .cid-viVKNUEgUH .animated-text {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 1.5s ease, transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 1.1s;
}
body.animation-ready .cid-viVKNUEgUH .animated-button {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s ease, transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 1.5s;
}
body.animation-ready .cid-viVKNUEgUH.is-visible .animated-title,
body.animation-ready .cid-viVKNUEgUH.is-visible .animated-subtitle,
body.animation-ready .cid-viVKNUEgUH.is-visible .animated-text,
body.animation-ready .cid-viVKNUEgUH.is-visible .animated-button {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 991px) {
  .cid-viVKNUEgUH .custom-layout {
    display: flex;
    flex-direction: column;
  }
  .cid-viVKNUEgUH .custom-image-col {
    width: 100%;
    order: 1;
  }
  .cid-viVKNUEgUH .custom-text-col {
    width: 100%;
    order: 2;
  }
  .cid-viVKNUEgUH .content-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .cid-viVKNUEgUH .image-wrapper {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-viVKNUEgUH .mbr-section-title,
  .cid-viVKNUEgUH .mbr-section-subtitle,
  .cid-viVKNUEgUH .mbr-text {
    text-align: left;
  }
  .cid-viVKNUEgUH .image-wrapper {
    margin-top: 1rem;
  }
}
.cid-viW3ymvArW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
  position: relative;
  overflow: hidden;
}
.cid-viW3ymvArW .mbr-fallback-image.disabled {
  display: none;
}
.cid-viW3ymvArW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viW3ymvArW .row {
  flex-direction: row-reverse;
}
.cid-viW3ymvArW .custom-layout {
  flex-direction: row-reverse;
}
.cid-viW3ymvArW .content-wrapper {
  padding-right: 0;
  padding-left: 2rem;
}
.cid-viW3ymvArW .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-viW3ymvArW .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viW3ymvArW .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-viW3ymvArW .main-button {
    margin-bottom: 2rem;
  }
}
.cid-viW3ymvArW .mbr-section-subtitle,
.cid-viW3ymvArW .main-button {
  color: #000000;
}
.cid-viW3ymvArW .mbr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-viW3ymvArW .container,
.cid-viW3ymvArW .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-viW3ymvArW .custom-layout {
  row-gap: 2rem;
}
.cid-viW3ymvArW .custom-text-col {
  display: flex;
  align-items: center;
}
.cid-viW3ymvArW .content-wrapper {
  width: 100%;
  padding-right: 2rem;
}
.cid-viW3ymvArW .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viW3ymvArW .mbr-section-btn {
  text-align: left;
  padding-left: 0.5rem;
}
.cid-viW3ymvArW .mbr-section-btn .btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-viW3ymvArW .image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 0rem;
}
.cid-viW3ymvArW .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-viW3ymvArW .animated-title,
.cid-viW3ymvArW .animated-subtitle,
.cid-viW3ymvArW .animated-text,
.cid-viW3ymvArW .animated-button {
  opacity: 1;
  transform: none;
}
body.animation-ready .cid-viW3ymvArW .animated-title {
  opacity: 0;
  transform: translateX(-45px);
  transition: opacity 2.1s ease, transform 2.1s cubic-bezier(0.16, 1, 0.3, 1);
}
body.animation-ready .cid-viW3ymvArW .animated-subtitle {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 1.4s ease, transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.7s;
}
body.animation-ready .cid-viW3ymvArW .animated-text {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 1.5s ease, transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 1.1s;
}
body.animation-ready .cid-viW3ymvArW .animated-button {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s ease, transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 1.5s;
}
body.animation-ready .cid-viW3ymvArW.is-visible .animated-title,
body.animation-ready .cid-viW3ymvArW.is-visible .animated-subtitle,
body.animation-ready .cid-viW3ymvArW.is-visible .animated-text,
body.animation-ready .cid-viW3ymvArW.is-visible .animated-button {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 991px) {
  .cid-viW3ymvArW .custom-layout {
    display: flex;
    flex-direction: column;
  }
  .cid-viW3ymvArW .custom-image-col {
    width: 100%;
    order: 1;
  }
  .cid-viW3ymvArW .custom-text-col {
    width: 100%;
    order: 2;
  }
  .cid-viW3ymvArW .content-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .cid-viW3ymvArW .custom-layout {
    flex-direction: column;
  }
  .cid-viW3ymvArW .content-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .cid-viW3ymvArW .image-wrapper {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-viW3ymvArW .mbr-section-title,
  .cid-viW3ymvArW .mbr-section-subtitle,
  .cid-viW3ymvArW .mbr-text {
    text-align: left;
  }
  .cid-viW3ymvArW .image-wrapper {
    margin-top: 1rem;
  }
}
.cid-viW3zcs9bx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-viW3zcs9bx .mbr-fallback-image.disabled {
  display: none;
}
.cid-viW3zcs9bx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viW3zcs9bx .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 0;
}
.cid-viW3zcs9bx .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-viW3zcs9bx .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-viW3zcs9bx .main-button {
    margin-bottom: 2rem;
  }
}
.cid-viW3zcs9bx .mbr-section-subtitle,
.cid-viW3zcs9bx .main-button {
  color: #000000;
}
.cid-viW3zcs9bx .mbr-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cid-viW3zcs9bx .container,
.cid-viW3zcs9bx .container-fluid {
  position: relative;
  z-index: 2;
}
.cid-viW3zcs9bx .custom-layout {
  row-gap: 2rem;
}
.cid-viW3zcs9bx .custom-text-col {
  display: flex;
  align-items: center;
}
.cid-viW3zcs9bx .content-wrapper {
  width: 100%;
  padding-right: 2rem;
}
.cid-viW3zcs9bx .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-viW3zcs9bx .mbr-section-btn {
  text-align: left;
  padding-left: 0.5rem;
}
.cid-viW3zcs9bx .mbr-section-btn .btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-viW3zcs9bx .image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 0rem;
}
.cid-viW3zcs9bx .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.cid-viW3zcs9bx .animated-title,
.cid-viW3zcs9bx .animated-subtitle,
.cid-viW3zcs9bx .animated-text,
.cid-viW3zcs9bx .animated-button {
  opacity: 1;
  transform: none;
}
body.animation-ready .cid-viW3zcs9bx .animated-title {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 2.1s ease, transform 2.1s cubic-bezier(0.16, 1, 0.3, 1);
}
body.animation-ready .cid-viW3zcs9bx .animated-subtitle {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 1.4s ease, transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.8s;
}
body.animation-ready .cid-viW3zcs9bx .animated-text {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 1.5s ease, transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 1.2s;
}
body.animation-ready .cid-viW3zcs9bx .animated-button {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 1.4s ease, transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 1.6s;
}
body.animation-ready .cid-viW3zcs9bx.is-visible .animated-title,
body.animation-ready .cid-viW3zcs9bx.is-visible .animated-subtitle,
body.animation-ready .cid-viW3zcs9bx.is-visible .animated-text,
body.animation-ready .cid-viW3zcs9bx.is-visible .animated-button {
  opacity: 1;
  transform: translate(0, 0);
}
@media (max-width: 991px) {
  .cid-viW3zcs9bx .custom-layout {
    display: flex;
    flex-direction: column;
  }
  .cid-viW3zcs9bx .custom-image-col {
    width: 100%;
    order: 1;
  }
  .cid-viW3zcs9bx .custom-text-col {
    width: 100%;
    order: 2;
  }
  .cid-viW3zcs9bx .content-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .cid-viW3zcs9bx .image-wrapper {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-viW3zcs9bx .mbr-section-title,
  .cid-viW3zcs9bx .mbr-section-subtitle,
  .cid-viW3zcs9bx .mbr-text {
    text-align: left;
  }
  .cid-viW3zcs9bx .image-wrapper {
    margin-top: 1rem;
  }
}
.cid-viWBrfEpeU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/terrain-a-vendre-cote-azur-ko-sud-construction-1920x1080.webp");
}
.cid-viWBrfEpeU .mbr-fallback-image.disabled {
  display: none;
}
.cid-viWBrfEpeU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viWBrfEpeU .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-viWBrfEpeU .mbr-section-title {
  color: #FFFFFF;
}
.cid-viWBrfEpeU .mbr-section-subtitle {
  margin-top: 24px;
  color: #f4ebe9;
}
.cid-viWBrfEpeU .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-viWBrfEpeU .mbr-section-btn {
  margin-top: 28px;
}
.cid-viWBrfEpeU iframe,
.cid-viWBrfEpeU img,
.cid-viWBrfEpeU video {
  width: 100%;
}
.cid-viWBrfEpeU .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-viWBrfEpeU .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-viWBrfEpeU .mbr-media:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-viWBrfEpeU .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-viWBrfEpeU .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-viWBrfEpeU .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-viWBrfEpeU .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-viWBrfEpeU .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-viWBrfEpeU .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-viWBrfEpeU .mbr-text,
.cid-viWBrfEpeU .mbr-section-btn {
  text-align: center;
}
.cid-viViyduCB0 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-viViyduCB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viViyduCB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viViyduCB0 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-viViyduCB0 .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-viPKDTYKsr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viPKDTYKsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-viPKDTYKsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viPKDTYKsr .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-viPKDTYKsr .title-wrapper {
  margin-bottom: 32px;
}
.cid-viPKDTYKsr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viPKDTYKsr .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-viPKDTYKsr .title-wrapper .text-wrapper .mbr-text {
  margin-top: 12px;
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viPKDTYKsr .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-viPKDTYKsr .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-viPKDTYKsr .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
}
.cid-viPKDTYKsr .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-viPKDTYKsr .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: block;
  color: #232323;
  padding: 8px 30px;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: #f7f7f7;
  margin-bottom: 0;
}
.cid-viPKDTYKsr .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #f7f7f7;
  background-color: #232323;
}
.cid-viPKDTYKsr .tab-content .tab-pane .item-content {
  background-color: #f7f7f7;
  padding: 12px 8px;
  height: 100%;
}
.cid-viPKDTYKsr .tab-content .tab-pane .item-content:hover .image-wrap img,
.cid-viPKDTYKsr .tab-content .tab-pane .item-content:focus .image-wrap img {
  transform: scale(1.1);
}
.cid-viPKDTYKsr .tab-content .tab-pane .item-content .decor-wrapper {
  display: flex;
}
.cid-viPKDTYKsr .tab-content .tab-pane .item-content .decor-wrapper .decor-wrap {
  display: inline-flex;
  gap: 4px;
  padding: 0 4px;
}
.cid-viPKDTYKsr .tab-content .tab-pane .item-content .decor-wrapper .decor-wrap .item-decor {
  display: inline-flex;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
}
.cid-viPKDTYKsr .tab-content .tab-pane .item-content .decor-wrapper .decor-wrap .decor_1 {
  background-color: #e6e6e6;
}
.cid-viPKDTYKsr .tab-content .tab-pane .item-content .decor-wrapper .decor-wrap .decor_2 {
  background-color: #707070;
}
.cid-viPKDTYKsr .tab-content .tab-pane .item-content .decor-wrapper .decor-wrap .decor_3 {
  background-color: #000000;
}
.cid-viPKDTYKsr .tab-content .tab-pane .item-content .image-wrap {
  overflow: hidden;
  margin: 12px 0;
}
@media (max-width: 992px) {
  .cid-viPKDTYKsr .tab-content .tab-pane .item-content .image-wrap {
    margin: 8px 0 12px;
  }
}
.cid-viPKDTYKsr .tab-content .tab-pane .item-content .image-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-viPKDTYKsr .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-viPKDTYKsr .tab-content .tab-pane .item-content .card-box {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-viPKDTYKsr .tab-content .tab-pane .item-content .card-box {
    padding: 8px 12px 8px;
  }
}
.cid-viPKDTYKsr .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 0;
}
.cid-viPKDTYKsr .tab-content .tab-pane .item-content .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viPKDTYKsr .tab-content .tab-pane .item-content .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-viPKDTYKsr .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-viPKDTYKsr .mbr-section-title {
  color: #000000;
}
.cid-viPKDTYKsr .mbr-section-subtitle {
  color: #707070;
}
.cid-viPKDTYKsr .mbr-text {
  color: #707070;
}
.cid-viPKDTYKsr .item-title {
  color: #000000;
}
.cid-viPKDTYKsr .item-text {
  color: #707070;
}
.cid-viPKDTYKsr .mbr-text,
.cid-viPKDTYKsr .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-viPKDTYKsr .item-text,
.cid-viPKDTYKsr .text-wrap {
  color: #232323;
}
.cid-viPKDTYKsr .mbr-section-title,
.cid-viPKDTYKsr .tabs-wrapper {
  color: #000000;
}
.cid-viPU4LIJEy {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-viPU4LIJEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-viPU4LIJEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viPU4LIJEy .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-viPU4LIJEy .title-wrapper {
  margin-bottom: 32px;
}
.cid-viPU4LIJEy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viPU4LIJEy .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-viPU4LIJEy .title-wrapper .text-wrapper .mbr-text {
  margin-top: 12px;
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viPU4LIJEy .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-viPU4LIJEy .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-viPU4LIJEy .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
}
.cid-viPU4LIJEy .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-viPU4LIJEy .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: block;
  color: #000000;
  padding: 8px 30px;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  margin-bottom: 0;
}
.cid-viPU4LIJEy .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #000000;
}
.cid-viPU4LIJEy .tab-content .tab-pane .item-content {
  background-color: #ffffff;
  padding: 12px 8px;
  height: 100%;
}
.cid-viPU4LIJEy .tab-content .tab-pane .item-content:hover .image-wrap img,
.cid-viPU4LIJEy .tab-content .tab-pane .item-content:focus .image-wrap img {
  transform: scale(1.1);
}
.cid-viPU4LIJEy .tab-content .tab-pane .item-content .decor-wrapper {
  display: flex;
}
.cid-viPU4LIJEy .tab-content .tab-pane .item-content .decor-wrapper .decor-wrap {
  display: inline-flex;
  gap: 4px;
  padding: 0 4px;
}
.cid-viPU4LIJEy .tab-content .tab-pane .item-content .decor-wrapper .decor-wrap .item-decor {
  display: inline-flex;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
}
.cid-viPU4LIJEy .tab-content .tab-pane .item-content .decor-wrapper .decor-wrap .decor_1 {
  background-color: #e6e6e6;
}
.cid-viPU4LIJEy .tab-content .tab-pane .item-content .decor-wrapper .decor-wrap .decor_2 {
  background-color: #707070;
}
.cid-viPU4LIJEy .tab-content .tab-pane .item-content .decor-wrapper .decor-wrap .decor_3 {
  background-color: #000000;
}
.cid-viPU4LIJEy .tab-content .tab-pane .item-content .image-wrap {
  overflow: hidden;
  margin: 12px 0;
}
@media (max-width: 992px) {
  .cid-viPU4LIJEy .tab-content .tab-pane .item-content .image-wrap {
    margin: 8px 0 12px;
  }
}
.cid-viPU4LIJEy .tab-content .tab-pane .item-content .image-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-viPU4LIJEy .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-viPU4LIJEy .tab-content .tab-pane .item-content .card-box {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-viPU4LIJEy .tab-content .tab-pane .item-content .card-box {
    padding: 8px 12px 8px;
  }
}
.cid-viPU4LIJEy .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 0;
}
.cid-viPU4LIJEy .tab-content .tab-pane .item-content .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viPU4LIJEy .tab-content .tab-pane .item-content .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-viPU4LIJEy .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-viPU4LIJEy .mbr-section-title {
  color: #000000;
}
.cid-viPU4LIJEy .mbr-section-subtitle {
  color: #707070;
}
.cid-viPU4LIJEy .mbr-text {
  color: #707070;
}
.cid-viPU4LIJEy .item-title {
  color: #000000;
}
.cid-viPU4LIJEy .item-text {
  color: #707070;
}
.cid-viPU4LIJEy .mbr-text,
.cid-viPU4LIJEy .text-wrapper {
  color: #232323;
  text-align: left;
}
.cid-viPU4LIJEy .item-text,
.cid-viPU4LIJEy .text-wrap {
  color: #232323;
}
.cid-viPU5CeFgA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-viPU5CeFgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-viPU5CeFgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-viPU5CeFgA .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-viPU5CeFgA .title-wrapper {
  margin-bottom: 32px;
}
.cid-viPU5CeFgA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-viPU5CeFgA .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-viPU5CeFgA .title-wrapper .text-wrapper .mbr-text {
  margin-top: 12px;
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viPU5CeFgA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-viPU5CeFgA .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-viPU5CeFgA .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 12px;
}
.cid-viPU5CeFgA .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-viPU5CeFgA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: block;
  color: #232323;
  padding: 8px 30px;
  border: none;
  transition: all 0.3s ease-in-out;
  background-color: #f7f7f7;
  margin-bottom: 0;
}
.cid-viPU5CeFgA .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #f7f7f7;
  background-color: #232323;
}
.cid-viPU5CeFgA .tab-content .tab-pane .item-content {
  background-color: #f7f7f7;
  padding: 12px 8px;
  height: 100%;
}
.cid-viPU5CeFgA .tab-content .tab-pane .item-content:hover .image-wrap img,
.cid-viPU5CeFgA .tab-content .tab-pane .item-content:focus .image-wrap img {
  transform: scale(1.1);
}
.cid-viPU5CeFgA .tab-content .tab-pane .item-content .decor-wrapper {
  display: flex;
}
.cid-viPU5CeFgA .tab-content .tab-pane .item-content .decor-wrapper .decor-wrap {
  display: inline-flex;
  gap: 4px;
  padding: 0 4px;
}
.cid-viPU5CeFgA .tab-content .tab-pane .item-content .decor-wrapper .decor-wrap .item-decor {
  display: inline-flex;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
}
.cid-viPU5CeFgA .tab-content .tab-pane .item-content .decor-wrapper .decor-wrap .decor_1 {
  background-color: #e6e6e6;
}
.cid-viPU5CeFgA .tab-content .tab-pane .item-content .decor-wrapper .decor-wrap .decor_2 {
  background-color: #707070;
}
.cid-viPU5CeFgA .tab-content .tab-pane .item-content .decor-wrapper .decor-wrap .decor_3 {
  background-color: #000000;
}
.cid-viPU5CeFgA .tab-content .tab-pane .item-content .image-wrap {
  overflow: hidden;
  margin: 12px 0;
}
@media (max-width: 992px) {
  .cid-viPU5CeFgA .tab-content .tab-pane .item-content .image-wrap {
    margin: 8px 0 12px;
  }
}
.cid-viPU5CeFgA .tab-content .tab-pane .item-content .image-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-viPU5CeFgA .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-viPU5CeFgA .tab-content .tab-pane .item-content .card-box {
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-viPU5CeFgA .tab-content .tab-pane .item-content .card-box {
    padding: 8px 12px 8px;
  }
}
.cid-viPU5CeFgA .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 0;
}
.cid-viPU5CeFgA .tab-content .tab-pane .item-content .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-viPU5CeFgA .tab-content .tab-pane .item-content .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-viPU5CeFgA .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-viPU5CeFgA .mbr-section-title {
  color: #000000;
}
.cid-viPU5CeFgA .mbr-section-subtitle {
  color: #707070;
}
.cid-viPU5CeFgA .mbr-text {
  color: #707070;
}
.cid-viPU5CeFgA .item-title {
  color: #000000;
}
.cid-viPU5CeFgA .item-text {
  color: #707070;
}
.cid-viPU5CeFgA .mbr-text,
.cid-viPU5CeFgA .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-viPU5CeFgA .item-text,
.cid-viPU5CeFgA .text-wrap {
  color: #232323;
}
.cid-viPU5CeFgA .mbr-section-title,
.cid-viPU5CeFgA .tabs-wrapper {
  color: #000000;
}
.cid-uFP1ctkbMs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/villa-theouled14.webp");
}
.cid-uFP1ctkbMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFP1ctkbMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFP1ctkbMs .card-wrapper {
  background: #ffffff;
  opacity: .9;
}
@media (max-width: 767px) {
  .cid-uFP1ctkbMs .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uFP1ctkbMs .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uFP1ctkbMs .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uFP1ctkbMs .mbr-text,
.cid-uFP1ctkbMs .mbr-section-btn {
  color: #000000;
  opacity: 1;
  text-align: center;
}
.cid-uFP1ctkbMs .card-title,
.cid-uFP1ctkbMs .card-box {
  text-align: center;
  color: #111110;
}
.cid-uL5CemTM51 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5CemTM51 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uL5CemTM51 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uL5CemTM51 .row {
    text-align: center;
  }
  .cid-uL5CemTM51 .row > div {
    margin: auto;
  }
  .cid-uL5CemTM51 .social-row {
    justify-content: center;
  }
}
.cid-uL5CemTM51 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL5CemTM51 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL5CemTM51 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL5CemTM51 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-uL5CemTM51 .copyright {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    text-align: center;
    font-size: 0.8rem !important;
    padding: 1rem 0;
    position: relative;
    z-index: 10;
  }
}
.cid-uL5CemTM51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5CemTM51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5CemTM51 H5 {
  color: #3f89c9;
}
.cid-uL5CemTM51 .copyright {
  color: #ffffff;
}
.cid-uuMNJGUfC2 {
  z-index: 1000;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-uuMNJGUfC2 .navbar-brand {
    margin-left: 6rem;
  }
}
.cid-uuMNJGUfC2 nav.navbar {
  position: fixed;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .container,
  .cid-uuMNJGUfC2 .container-fluid {
    flex-wrap: initial;
  }
  .cid-uuMNJGUfC2 .nav-link:hover,
  .cid-uuMNJGUfC2 .nav-link:focus {
    border-bottom: 1px solid #ffffff;
  }
}
.cid-uuMNJGUfC2 .navbar-nav {
  margin: auto;
}
.cid-uuMNJGUfC2 .dropdown-item {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uuMNJGUfC2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uuMNJGUfC2 .navbar-short,
.cid-uuMNJGUfC2 .opened {
  background: #111111 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar-short .nav-link,
.cid-uuMNJGUfC2 .opened .nav-link,
.cid-uuMNJGUfC2 .navbar-short .navbar-caption,
.cid-uuMNJGUfC2 .opened .navbar-caption,
.cid-uuMNJGUfC2 .navbar-short .mbr-iconfont,
.cid-uuMNJGUfC2 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .navbar-short .hamburger span,
.cid-uuMNJGUfC2 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uuMNJGUfC2 .nav-link {
  justify-content: center;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid transparent;
}
.cid-uuMNJGUfC2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu {
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 991px) {
  .cid-uuMNJGUfC2 .dropdown-menu {
    border: 1px solid #41392e;
  }
}
.cid-uuMNJGUfC2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uuMNJGUfC2 .container {
  display: flex;
  margin: auto;
}
.cid-uuMNJGUfC2 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown-menu,
.cid-uuMNJGUfC2 .navbar.opened {
  background: #111111 !important;
}
.cid-uuMNJGUfC2 .nav-item:focus,
.cid-uuMNJGUfC2 .nav-link:focus {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uuMNJGUfC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uuMNJGUfC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uuMNJGUfC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uuMNJGUfC2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(17, 17, 17, 0);
}
.cid-uuMNJGUfC2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uuMNJGUfC2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uuMNJGUfC2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uuMNJGUfC2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar.collapsed {
  justify-content: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uuMNJGUfC2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.7rem);
  }
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uuMNJGUfC2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuMNJGUfC2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uuMNJGUfC2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uuMNJGUfC2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-brand {
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uuMNJGUfC2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uuMNJGUfC2 .navbar .icons-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uuMNJGUfC2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uuMNJGUfC2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uuMNJGUfC2 .navbar-brand {
  min-height: 110px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uuMNJGUfC2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuMNJGUfC2 .dropdown-item.active,
.cid-uuMNJGUfC2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uuMNJGUfC2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuMNJGUfC2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111111;
}
.cid-uuMNJGUfC2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uuMNJGUfC2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuMNJGUfC2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uuMNJGUfC2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uuMNJGUfC2 button.navbar-toggler {
  order: 0;
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uuMNJGUfC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uuMNJGUfC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uuMNJGUfC2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uuMNJGUfC2 a.nav-link {
  display: flex;
  align-items: center;
}
.cid-uuMNJGUfC2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uuMNJGUfC2 .navbar {
    height: 70px;
  }
  .cid-uuMNJGUfC2 .navbar.opened {
    height: auto;
  }
  .cid-uuMNJGUfC2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuMNJGUfC2 .lang-nav {
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
}
.cid-uuMNJGUfC2 .lang-nav .lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current {
  color: #ffffff !important;
  white-space: nowrap;
}
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus {
  color: #ffffff !important;
}
.cid-uuMNJGUfC2 .lang-check {
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-left: 6px;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.cid-uuMNJGUfC2 .lang-check:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: 5px;
  width: 6px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(38deg);
}
.cid-uuMNJGUfC2 .lang-check:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  width: 10px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(-48deg);
}
.cid-uuMNJGUfC2 .lang-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.35rem;
  background: #111111;
  border: 1px solid #41392e;
  min-width: 48px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: all 0.2s ease;
  z-index: 50;
}
.cid-uuMNJGUfC2 .lang-option {
  display: flex !important;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
  padding: 0.45rem 0.75rem !important;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: nowrap;
  border-bottom: none !important;
}
.cid-uuMNJGUfC2 .lang-option:hover,
.cid-uuMNJGUfC2 .lang-option:focus {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08);
}
.cid-uuMNJGUfC2 .lang-switcher:focus-within .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 991px) {
  .cid-uuMNJGUfC2 .navbar .lang-nav {
    display: none !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-nav,
  .cid-uuMNJGUfC2 nav.opened .lang-nav,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-nav {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 1rem 0 0.8rem 0 !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar.opened .lang-switcher,
  .cid-uuMNJGUfC2 nav.opened .lang-switcher,
  .cid-uuMNJGUfC2 .navbar-collapse.show .lang-switcher {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem;
    width: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    position: static !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-current:hover,
  .cid-uuMNJGUfC2 .navbar .lang-current:focus,
  .cid-uuMNJGUfC2 .navbar .lang-current:active {
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-menu {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    opacity: 0;
    visibility: hidden;
    transform: none !important;
    transition: opacity 0.2s ease, visibility 0.2s ease;
  }
  .cid-uuMNJGUfC2 .navbar .lang-switcher:focus-within .lang-menu {
    opacity: 1;
    visibility: visible;
    transform: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0.25rem 0 !important;
    font-size: 0.78em !important;
    line-height: 1 !important;
    border-bottom: none !important;
    text-decoration: none !important;
    background: transparent !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-option:hover,
  .cid-uuMNJGUfC2 .navbar .lang-option:focus,
  .cid-uuMNJGUfC2 .navbar .lang-option:active {
    background: transparent !important;
    border-bottom: none !important;
    text-decoration: none !important;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check {
    width: 12px;
    height: 9px;
    margin-left: 5px;
    top: 0;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:before {
    width: 5px;
    height: 2px;
    top: 5px;
  }
  .cid-uuMNJGUfC2 .navbar .lang-check:after {
    width: 9px;
    height: 2px;
    top: 4px;
  }
}
.cid-uuMNJGUfC2 .lang-nav .lang-current,
.cid-uuMNJGUfC2 .lang-nav .lang-current:hover,
.cid-uuMNJGUfC2 .lang-nav .lang-current:focus,
.cid-uuMNJGUfC2 .lang-nav .lang-current:active {
  border-bottom: 1px solid transparent !important;
  text-decoration: none !important;
}
@media (min-width: 992px) {
  .cid-uuMNJGUfC2 .lang-nav .nav-link:hover,
  .cid-uuMNJGUfC2 .lang-nav .nav-link:focus {
    border-bottom: 1px solid transparent !important;
  }
}
.cid-uJFkVYJnjT {
  padding-top: 13rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/neon-signature-ko-sud-construction-2000x1333.webp");
}
@media (min-width: 992px) {
  .cid-uJFkVYJnjT .display-1 {
    font-size: 50px;
  }
}
.cid-uJFkVYJnjT .container-fluid {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .cid-uJFkVYJnjT .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uJFkVYJnjT .row {
  padding: 0 32px;
}
.cid-uJFkVYJnjT .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-uJFkVYJnjT .card-title {
  width: 100%;
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uJFkVYJnjT .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
  text-align: center;
}
.cid-uJFkVYJnjT .iconfont-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.cid-uJFkVYJnjT .link-contacts {
  display: flex;
  justify-content: center;
}
.cid-uJFkVYJnjT .emerging-underline-link {
  color: #3d3d3d;
}
.cid-uJFkVYJnjT .emerging-underline-link:not(:last-child) {
  margin-right: 15px;
}
.cid-uJEPk7pCr2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJEPk7pCr2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJEPk7pCr2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJEPk7pCr2 .container {
    padding: 0 22px;
  }
}
.cid-uJEPk7pCr2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uJEPk7pCr2 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uJEPk7pCr2 .content-wrapper img {
  height: 610px;
  object-fit: cover;
  border-radius: 12rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uJEPk7pCr2 .content-wrapper img {
    height: 350px;
  }
}
.cid-uJEPk7pCr2 .mbr-section-title {
  color: #000000;
}
.cid-uJEPk7pCr2 .mbr-section-title,
.cid-uJEPk7pCr2 .title-wrapper {
  text-align: left;
}
.cid-uJEKD6PPTp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJEKD6PPTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJEKD6PPTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJEKD6PPTp .item {
  padding-bottom: 2rem;
}
.cid-uJEKD6PPTp .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uJEKD6PPTp .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJEKD6PPTp .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uJEKD6PPTp .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uJEKD6PPTp .carousel-control,
.cid-uJEKD6PPTp .close {
  background: #1b1b1b;
}
.cid-uJEKD6PPTp .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uJEKD6PPTp .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uJEKD6PPTp .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uJEKD6PPTp .carousel-control-next span {
  margin-left: 5px;
}
.cid-uJEKD6PPTp .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJEKD6PPTp .close::before {
  content: '\e91a';
}
.cid-uJEKD6PPTp .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJEKD6PPTp .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uJEKD6PPTp .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJEKD6PPTp .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJEKD6PPTp .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uJEKD6PPTp .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uJEKD6PPTp .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uJEKD6PPTp .carousel-indicators li.active,
.cid-uJEKD6PPTp .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uJEKD6PPTp .carousel-indicators li::after,
.cid-uJEKD6PPTp .carousel-indicators li::before {
  content: none;
}
.cid-uJEKD6PPTp .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uJEKD6PPTp .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uJEKD6PPTp .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJEKD6PPTp .carousel-indicators {
    display: none;
  }
}
.cid-uJEKD6PPTp .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uJEKD6PPTp .carousel-inner > .active {
  display: block;
}
.cid-uJEKD6PPTp .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJEKD6PPTp .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJEKD6PPTp .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uJEKD6PPTp .carousel-control,
  .cid-uJEKD6PPTp .carousel-indicators,
  .cid-uJEKD6PPTp .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uJEKD6PPTp .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uJEKD6PPTp .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uJEKD6PPTp .carousel-indicators .active,
.cid-uJEKD6PPTp .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uJEKD6PPTp .carousel-indicators .active {
  background: #fff;
}
.cid-uJEKD6PPTp .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uJEKD6PPTp .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uJEKD6PPTp .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uJEKD6PPTp .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uJEKD6PPTp .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uJEKD6PPTp .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uJEKD6PPTp .carousel {
  width: 100%;
}
.cid-uJEKD6PPTp .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uJEKD6PPTp .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uJEKD6PPTp .modal.fade .modal-dialog,
.cid-uJEKD6PPTp .modal.in .modal-dialog {
  transform: none;
}
.cid-uJEKD6PPTp .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uJEKD6PPTp H6 {
  text-align: center;
}
.cid-viX55Twy5u {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/piscine-var-alpes-maritimes-monaco.webp");
}
.cid-viX55Twy5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-viX55Twy5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viX55Twy5u .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-viX55Twy5u .mbr-section-title {
  color: #FFFFFF;
}
.cid-viX55Twy5u .mbr-section-subtitle {
  margin-top: 24px;
  color: #ffffff;
}
.cid-viX55Twy5u .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-viX55Twy5u .mbr-section-btn {
  margin-top: 28px;
}
.cid-viX55Twy5u iframe,
.cid-viX55Twy5u img,
.cid-viX55Twy5u video {
  width: 100%;
}
.cid-viX55Twy5u .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-viX55Twy5u .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-viX55Twy5u .mbr-media:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-viX55Twy5u .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-viX55Twy5u .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-viX55Twy5u .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-viX55Twy5u .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-viX55Twy5u .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-viX55Twy5u .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJEU5Z2xz2 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJEU5Z2xz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJEU5Z2xz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJEU5Z2xz2 .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uJEU5Z2xz2 .container {
    padding: 0 22px;
  }
}
.cid-uJEU5Z2xz2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 60%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uJEU5Z2xz2 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uJEU5Z2xz2 .content-wrapper img {
  height: 610px;
  object-fit: cover;
  border-radius: 12rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uJEU5Z2xz2 .content-wrapper img {
    height: 350px;
  }
}
.cid-uJEU5Z2xz2 .mbr-section-title {
  color: #000000;
}
.cid-uJEU5Z2xz2 .mbr-section-title,
.cid-uJEU5Z2xz2 .title-wrapper {
  text-align: left;
}
.cid-uJEUrKUYWu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uJEUrKUYWu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJEUrKUYWu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJEUrKUYWu .item {
  padding-bottom: 2rem;
}
.cid-uJEUrKUYWu .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uJEUrKUYWu .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJEUrKUYWu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uJEUrKUYWu .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uJEUrKUYWu .carousel-control,
.cid-uJEUrKUYWu .close {
  background: #1b1b1b;
}
.cid-uJEUrKUYWu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uJEUrKUYWu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uJEUrKUYWu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uJEUrKUYWu .carousel-control-next span {
  margin-left: 5px;
}
.cid-uJEUrKUYWu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJEUrKUYWu .close::before {
  content: '\e91a';
}
.cid-uJEUrKUYWu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJEUrKUYWu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uJEUrKUYWu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJEUrKUYWu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJEUrKUYWu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uJEUrKUYWu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uJEUrKUYWu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uJEUrKUYWu .carousel-indicators li.active,
.cid-uJEUrKUYWu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uJEUrKUYWu .carousel-indicators li::after,
.cid-uJEUrKUYWu .carousel-indicators li::before {
  content: none;
}
.cid-uJEUrKUYWu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uJEUrKUYWu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uJEUrKUYWu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJEUrKUYWu .carousel-indicators {
    display: none;
  }
}
.cid-uJEUrKUYWu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uJEUrKUYWu .carousel-inner > .active {
  display: block;
}
.cid-uJEUrKUYWu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJEUrKUYWu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJEUrKUYWu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uJEUrKUYWu .carousel-control,
  .cid-uJEUrKUYWu .carousel-indicators,
  .cid-uJEUrKUYWu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uJEUrKUYWu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uJEUrKUYWu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uJEUrKUYWu .carousel-indicators .active,
.cid-uJEUrKUYWu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uJEUrKUYWu .carousel-indicators .active {
  background: #fff;
}
.cid-uJEUrKUYWu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uJEUrKUYWu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uJEUrKUYWu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uJEUrKUYWu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uJEUrKUYWu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uJEUrKUYWu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uJEUrKUYWu .carousel {
  width: 100%;
}
.cid-uJEUrKUYWu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uJEUrKUYWu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uJEUrKUYWu .modal.fade .modal-dialog,
.cid-uJEUrKUYWu .modal.in .modal-dialog {
  transform: none;
}
.cid-uJEUrKUYWu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uJEUrKUYWu H6 {
  text-align: center;
}
.cid-viX539uS4x {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/villa-construction-luxe-06-kosud-realisation-2000x1333.webp");
}
.cid-viX539uS4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-viX539uS4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viX539uS4x .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-viX539uS4x .mbr-section-title {
  color: #FFFFFF;
}
.cid-viX539uS4x .mbr-section-subtitle {
  margin-top: 24px;
  color: #ffffff;
}
.cid-viX539uS4x .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-viX539uS4x .mbr-section-btn {
  margin-top: 28px;
}
.cid-viX539uS4x iframe,
.cid-viX539uS4x img,
.cid-viX539uS4x video {
  width: 100%;
}
.cid-viX539uS4x .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-viX539uS4x .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-viX539uS4x .mbr-media:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-viX539uS4x .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-viX539uS4x .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-viX539uS4x .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-viX539uS4x .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-viX539uS4x .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-viX539uS4x .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJEX85MVOT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJEX85MVOT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJEX85MVOT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJEX85MVOT .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uJEX85MVOT .container {
    padding: 0 22px;
  }
}
.cid-uJEX85MVOT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uJEX85MVOT .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uJEX85MVOT .content-wrapper img {
  height: 610px;
  object-fit: cover;
  border-radius: 12rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uJEX85MVOT .content-wrapper img {
    height: 350px;
  }
}
.cid-uJEX85MVOT .mbr-section-title {
  color: #000000;
}
.cid-uJEX85MVOT .mbr-section-title,
.cid-uJEX85MVOT .title-wrapper {
  text-align: left;
}
.cid-uJEXBtf1El {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uJEXBtf1El .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJEXBtf1El .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJEXBtf1El .item {
  padding-bottom: 2rem;
}
.cid-uJEXBtf1El .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uJEXBtf1El .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJEXBtf1El .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uJEXBtf1El .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uJEXBtf1El .carousel-control,
.cid-uJEXBtf1El .close {
  background: #1b1b1b;
}
.cid-uJEXBtf1El .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uJEXBtf1El .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uJEXBtf1El .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uJEXBtf1El .carousel-control-next span {
  margin-left: 5px;
}
.cid-uJEXBtf1El .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJEXBtf1El .close::before {
  content: '\e91a';
}
.cid-uJEXBtf1El .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJEXBtf1El .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uJEXBtf1El .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJEXBtf1El .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJEXBtf1El .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uJEXBtf1El .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uJEXBtf1El .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uJEXBtf1El .carousel-indicators li.active,
.cid-uJEXBtf1El .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uJEXBtf1El .carousel-indicators li::after,
.cid-uJEXBtf1El .carousel-indicators li::before {
  content: none;
}
.cid-uJEXBtf1El .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uJEXBtf1El .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uJEXBtf1El .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJEXBtf1El .carousel-indicators {
    display: none;
  }
}
.cid-uJEXBtf1El .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uJEXBtf1El .carousel-inner > .active {
  display: block;
}
.cid-uJEXBtf1El .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJEXBtf1El .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJEXBtf1El .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uJEXBtf1El .carousel-control,
  .cid-uJEXBtf1El .carousel-indicators,
  .cid-uJEXBtf1El .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uJEXBtf1El .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uJEXBtf1El .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uJEXBtf1El .carousel-indicators .active,
.cid-uJEXBtf1El .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uJEXBtf1El .carousel-indicators .active {
  background: #fff;
}
.cid-uJEXBtf1El .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uJEXBtf1El .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uJEXBtf1El .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uJEXBtf1El .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uJEXBtf1El .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uJEXBtf1El .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uJEXBtf1El .carousel {
  width: 100%;
}
.cid-uJEXBtf1El .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uJEXBtf1El .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uJEXBtf1El .modal.fade .modal-dialog,
.cid-uJEXBtf1El .modal.in .modal-dialog {
  transform: none;
}
.cid-uJEXBtf1El .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uJEXBtf1El H6 {
  text-align: center;
}
.cid-viX4Z4JgbP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/magazine-monaco-ko-sud-construction.webp");
}
.cid-viX4Z4JgbP .mbr-fallback-image.disabled {
  display: none;
}
.cid-viX4Z4JgbP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viX4Z4JgbP .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.cid-viX4Z4JgbP .mbr-section-title {
  color: #FFFFFF;
}
.cid-viX4Z4JgbP .mbr-section-subtitle {
  margin-top: 24px;
  color: #ffffff;
}
.cid-viX4Z4JgbP .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
.cid-viX4Z4JgbP .mbr-section-btn {
  margin-top: 28px;
}
.cid-viX4Z4JgbP iframe,
.cid-viX4Z4JgbP img,
.cid-viX4Z4JgbP video {
  width: 100%;
}
.cid-viX4Z4JgbP .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 0 auto 32px 0;
  width: fit-content;
  max-width: 100%;
}
.cid-viX4Z4JgbP .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-viX4Z4JgbP .mbr-media:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-viX4Z4JgbP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-viX4Z4JgbP .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-viX4Z4JgbP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-viX4Z4JgbP .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-viX4Z4JgbP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-viX4Z4JgbP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJF4haKzpE {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uJF4haKzpE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJF4haKzpE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJF4haKzpE .row {
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .cid-uJF4haKzpE .container {
    padding: 0 22px;
  }
}
.cid-uJF4haKzpE .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uJF4haKzpE .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uJF4haKzpE .content-wrapper img {
  height: 610px;
  object-fit: cover;
  border-radius: 12rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uJF4haKzpE .content-wrapper img {
    height: 350px;
  }
}
.cid-uJF4haKzpE .mbr-section-title {
  color: #000000;
}
.cid-uJF4haKzpE .mbr-section-title,
.cid-uJF4haKzpE .title-wrapper {
  text-align: left;
}
.cid-uJF4nsngms {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uJF4nsngms .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJF4nsngms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJF4nsngms .item {
  padding-bottom: 2rem;
}
.cid-uJF4nsngms .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uJF4nsngms .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uJF4nsngms .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uJF4nsngms .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uJF4nsngms .carousel-control,
.cid-uJF4nsngms .close {
  background: #1b1b1b;
}
.cid-uJF4nsngms .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uJF4nsngms .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uJF4nsngms .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uJF4nsngms .carousel-control-next span {
  margin-left: 5px;
}
.cid-uJF4nsngms .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uJF4nsngms .close::before {
  content: '\e91a';
}
.cid-uJF4nsngms .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uJF4nsngms .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uJF4nsngms .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJF4nsngms .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJF4nsngms .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uJF4nsngms .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uJF4nsngms .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uJF4nsngms .carousel-indicators li.active,
.cid-uJF4nsngms .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uJF4nsngms .carousel-indicators li::after,
.cid-uJF4nsngms .carousel-indicators li::before {
  content: none;
}
.cid-uJF4nsngms .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uJF4nsngms .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uJF4nsngms .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uJF4nsngms .carousel-indicators {
    display: none;
  }
}
.cid-uJF4nsngms .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uJF4nsngms .carousel-inner > .active {
  display: block;
}
.cid-uJF4nsngms .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJF4nsngms .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uJF4nsngms .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uJF4nsngms .carousel-control,
  .cid-uJF4nsngms .carousel-indicators,
  .cid-uJF4nsngms .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uJF4nsngms .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uJF4nsngms .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uJF4nsngms .carousel-indicators .active,
.cid-uJF4nsngms .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uJF4nsngms .carousel-indicators .active {
  background: #fff;
}
.cid-uJF4nsngms .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uJF4nsngms .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uJF4nsngms .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uJF4nsngms .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uJF4nsngms .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uJF4nsngms .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uJF4nsngms .carousel {
  width: 100%;
}
.cid-uJF4nsngms .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uJF4nsngms .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uJF4nsngms .modal.fade .modal-dialog,
.cid-uJF4nsngms .modal.in .modal-dialog {
  transform: none;
}
.cid-uJF4nsngms .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uJF4nsngms H6 {
  text-align: center;
}
.cid-uuYaZqOSsA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/construction-villa-maitre-var-ko-sud-realisation-2000x1333.webp");
}
.cid-uuYaZqOSsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uuYaZqOSsA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uuYaZqOSsA .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uuYaZqOSsA .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuYaZqOSsA .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uuYaZqOSsA .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uuYaZqOSsA .mbr-text,
.cid-uuYaZqOSsA .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uuYaZqOSsA .card-title,
.cid-uuYaZqOSsA .card-box {
  text-align: center;
  color: #111110;
}
.cid-uJQlLB8vxS {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uJQlLB8vxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJQlLB8vxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJQlLB8vxS .bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uJQlLB8vxS .bg-pinterest:hover {
  background: #b3001b;
}
.cid-uJQlLB8vxS .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-uJQlLB8vxS .bg-linkedin:hover {
  background: #005582;
}
.cid-uJQlLB8vxS .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uJQlLB8vxS [class^="socicon-"]:before,
.cid-uJQlLB8vxS [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uJQlLB8vxS .mbr-section-title,
.cid-uJQlLB8vxS .social-list {
  color: #ffffff;
}
.cid-uL5CemTM51 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uL5CemTM51 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uL5CemTM51 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-uL5CemTM51 .row {
    text-align: center;
  }
  .cid-uL5CemTM51 .row > div {
    margin: auto;
  }
  .cid-uL5CemTM51 .social-row {
    justify-content: center;
  }
}
.cid-uL5CemTM51 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uL5CemTM51 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uL5CemTM51 .list {
    margin-bottom: 0rem;
  }
}
.cid-uL5CemTM51 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uL5CemTM51 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uL5CemTM51 div > *:last-child {
    margin-top: 0 !important;
  }
  .cid-uL5CemTM51 .copyright {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
    text-align: center;
    font-size: 0.8rem !important;
    padding: 1rem 0;
    position: relative;
    z-index: 10;
  }
}
.cid-uL5CemTM51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL5CemTM51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL5CemTM51 H5 {
  color: #3f89c9;
}
.cid-uL5CemTM51 .copyright {
  color: #ffffff;
}
