@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

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

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

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

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

/*! 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: 400;
  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: 400;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

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

.btn-lg {
  font-weight: 400;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  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);
  }
}

@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

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


.m-l-0{margin-left:0;}
.text{line-height:1.6em;}
.menu{line-height:1.6em;}
.font-triple, .tk-arya-triple{font-family: arya-triple, sans-serif;
font-weight: 400;
font-style: normal;}
.font-triple-alt, .tk-arya-triple-alt{font-family: arya-triple-alt, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-single, tk-arya-single{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-sigle-slant{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: italic;}
.arya-double, .tk-arya-double {font-family: arya-double, sans-serif !important;
font-weight: 400;
font-style: normal;}
.arya-double-slant{font-family: arya-double, sans-serif;
    font-weight: 400;}body {
  font-family: 'Questrial', sans-serif;
}
.display-1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 3.3rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-2 {
  font-family: 'Questrial', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Questrial', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Libre Baskerville', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Questrial', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 1.3rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #d7d3be !important;
}
.bg-success {
  background-color: #617974 !important;
}
.bg-info {
  background-color: #bccec2 !important;
}
.bg-warning {
  background-color: #899eaa !important;
}
.bg-danger {
  background-color: #8d9c91 !important;
}
.btn-primary {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-primary,
.btn-primary:active {
  background-color: #d7d3be !important;
  border-color: #d7d3be !important;
  color: #000000 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #000000 !important;
  background-color: #d7d3be !important;
  border-color: #d7d3be !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #d7d3be !important;
  border-color: #d7d3be !important;
}
.btn-primary:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-primary:hover {
  color: black !important;
}
.btn-primary:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-secondary {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d7d3be !important;
  border-color: #d7d3be !important;
  color: #000000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #d7d3be !important;
  border-color: #d7d3be !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #d7d3be !important;
  border-color: #d7d3be !important;
}
.btn-secondary:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-secondary:hover {
  color: black !important;
}
.btn-secondary:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-info {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-info,
.btn-info:active {
  background-color: #bccec2 !important;
  border-color: #bccec2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #bccec2 !important;
  border-color: #bccec2 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bccec2 !important;
  border-color: #bccec2 !important;
}
.btn-info:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-info:hover {
  color: black !important;
}
.btn-info:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-success {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-success,
.btn-success:active {
  background-color: #617974 !important;
  border-color: #617974 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #617974 !important;
  border-color: #617974 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #617974 !important;
  border-color: #617974 !important;
}
.btn-success:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-success:hover {
  color: black !important;
}
.btn-success:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-warning {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-warning,
.btn-warning:active {
  background-color: #899eaa !important;
  border-color: #899eaa !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #899eaa !important;
  border-color: #899eaa !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #899eaa !important;
  border-color: #899eaa !important;
}
.btn-warning:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-warning:hover {
  color: black !important;
}
.btn-warning:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-danger {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-danger,
.btn-danger:active {
  background-color: #8d9c91 !important;
  border-color: #8d9c91 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8d9c91 !important;
  border-color: #8d9c91 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8d9c91 !important;
  border-color: #8d9c91 !important;
}
.btn-danger:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-danger:hover {
  color: black !important;
}
.btn-danger:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-white {
  border: 0;
  position: relative;
  z-index: 1;
}
.btn-white,
.btn-white:active {
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #000000 !important;
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #eaeaea !important;
  border-color: #eaeaea !important;
}
.btn-white:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-white:hover {
  color: black !important;
}
.btn-white:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-white:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: #d7d3be;
  z-index: -1;
  transition: all 0.3s;
}
.btn-white:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-black {
  position: relative;
  z-index: 1;
  border: 0;
}
.btn-black,
.btn-black:active {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
}
.btn-black:before {
  content: '';
  left: 0;
  top: 0;
  bottom: auto;
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: white;
  z-index: -1;
  transition: all 0.3s;
}
.btn-black:hover {
  color: black !important;
}
.btn-black:hover:before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d7d3be;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b6af88 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #5d5739 !important;
  background-color: #d7d3be !important;
  border-color: #d7d3be !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d7d3be;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b6af88 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5d5739 !important;
  background-color: #d7d3be !important;
  border-color: #d7d3be !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bccec2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #8aa994 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bccec2 !important;
  border-color: #bccec2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #617974;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3a4946 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #617974 !important;
  border-color: #617974 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #899eaa;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5c7380 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #899eaa !important;
  border-color: #899eaa !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8d9c91;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #627166 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8d9c91 !important;
  border-color: #8d9c91 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #272727;
}
.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: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #272727 !important;
  border-color: #272727 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: #d7d3be !important;
}
.text-secondary {
  color: #d7d3be !important;
}
.text-success {
  color: #617974 !important;
}
.text-info {
  color: #bccec2 !important;
}
.text-warning {
  color: #899eaa !important;
}
.text-danger {
  color: #8d9c91 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #272727 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #d7d3be !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b0a87f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #34403e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #81a38c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #566b77 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #5b685e !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d7d3be;
}
.nav-tabs .nav-link:not(.active) {
  color: #272727;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bccec2;
}
.alert-warning {
  background-color: #899eaa;
}
.alert-danger {
  background-color: #8d9c91;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d7d3be;
  border-color: #d7d3be;
  color: #6d6643;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d7d3be;
}
.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: #a4b6b2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d3dbdf;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d1d7d3;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Questrial', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #d7d3be !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Questrial', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #d7d3be;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d7d3be;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d7d3be;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d7d3be;
  border-bottom-color: #d7d3be;
}
.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: #d7d3be !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: #d7d3be !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='%23d7d3be' %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;
}
.cid-t3rKxm5gNG {
  z-index: 1000;
  width: 100%;
}
.cid-t3rKxm5gNG .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-t3rKxm5gNG .iconfont-wrapper {
  overflow: hidden;
  color: #8d9c91 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-t3rKxm5gNG .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-t3rKxm5gNG .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-t3rKxm5gNG .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #d7d3be;
  z-index: -1;
}
.cid-t3rKxm5gNG nav.navbar {
  position: fixed;
}
.cid-t3rKxm5gNG .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-t3rKxm5gNG .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-t3rKxm5gNG .nav-item {
    border: 0;
  }
}
.cid-t3rKxm5gNG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-t3rKxm5gNG .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-t3rKxm5gNG .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-t3rKxm5gNG .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-t3rKxm5gNG .title-wrap:hover span {
  color: white;
}
.cid-t3rKxm5gNG .title-wrap:hover:before {
  height: 100%;
}
.cid-t3rKxm5gNG .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-t3rKxm5gNG .dropdown-menu {
  padding: 0;
  border-top: 4px solid #d7d3be;
}
.cid-t3rKxm5gNG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3rKxm5gNG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3rKxm5gNG .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-t3rKxm5gNG .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-t3rKxm5gNG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3rKxm5gNG .nav-link {
  position: relative;
}
.cid-t3rKxm5gNG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t3rKxm5gNG .container {
    flex-wrap: nowrap;
  }
}
.cid-t3rKxm5gNG .dropdown-menu,
.cid-t3rKxm5gNG .navbar.opened {
  background: #ffffff !important;
}
.cid-t3rKxm5gNG .nav-item:focus,
.cid-t3rKxm5gNG .nav-link:focus {
  outline: none;
}
.cid-t3rKxm5gNG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3rKxm5gNG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3rKxm5gNG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3rKxm5gNG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3rKxm5gNG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3rKxm5gNG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3rKxm5gNG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
}
.cid-t3rKxm5gNG .navbar.opened {
  transition: all 0.3s;
}
.cid-t3rKxm5gNG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3rKxm5gNG .navbar .navbar-logo img {
  width: auto;
}
.cid-t3rKxm5gNG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3rKxm5gNG .navbar.collapsed {
  justify-content: center;
}
.cid-t3rKxm5gNG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3rKxm5gNG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3rKxm5gNG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-t3rKxm5gNG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3rKxm5gNG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3rKxm5gNG .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-t3rKxm5gNG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3rKxm5gNG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3rKxm5gNG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3rKxm5gNG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3rKxm5gNG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3rKxm5gNG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3rKxm5gNG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3rKxm5gNG .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-t3rKxm5gNG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3rKxm5gNG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3rKxm5gNG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3rKxm5gNG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3rKxm5gNG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3rKxm5gNG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3rKxm5gNG .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3rKxm5gNG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3rKxm5gNG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3rKxm5gNG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3rKxm5gNG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3rKxm5gNG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3rKxm5gNG .dropdown-item.active,
.cid-t3rKxm5gNG .dropdown-item:active {
  background-color: transparent;
}
.cid-t3rKxm5gNG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3rKxm5gNG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3rKxm5gNG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3rKxm5gNG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t3rKxm5gNG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3rKxm5gNG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3rKxm5gNG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3rKxm5gNG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3rKxm5gNG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3rKxm5gNG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #617974;
}
.cid-t3rKxm5gNG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3rKxm5gNG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3rKxm5gNG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3rKxm5gNG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3rKxm5gNG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3rKxm5gNG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3rKxm5gNG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3rKxm5gNG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3rKxm5gNG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t3rKxm5gNG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3rKxm5gNG .navbar {
    height: 70px;
  }
  .cid-t3rKxm5gNG .navbar.opened {
    height: auto;
  }
  .cid-t3rKxm5gNG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3rKxm5gNG .navbar-caption-wrap,
.cid-t3rKxm5gNG .title-wrap {
  color: #272727;
}
.cid-tqKInU2fcb .mbr-section-title {
  color: #ffffff;
}
.cid-tqKInU2fcb .mbr-text,
.cid-tqKInU2fcb .mbr-section-btn {
  color: #e6e6e6;
}
.cid-tqKInU2fcb .bande {
  width: auto;
  height: auto;
  background-color: red;
  background-image: url("https://www.lesloggiasdufoix.fr/assets/images/triangle2.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  border-bottom: 10px solid red;
}
.cid-tqKInU2fcb .mbr-section-subtitle {
  color: #cbae6e;
}
.cid-tqKInU2fcb .header3 {
  width: 100%;
  height: 100%;
  background-color: red;
  background-image: url("https://www.lesloggiasdufoix.fr/assets/images/triangle2.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  border-bottom: 10px solid red;
}
.cid-tuqcOwXQi1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tuqcOwXQi1 .mbr-list {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tuqcOwXQi1 .mbr-list {
    display: block;
    width: auto;
  }
}
.cid-tuqcOwXQi1 .mbr-list ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.cid-tuqcOwXQi1 .mbr-list ul li {
  margin-bottom: 16px;
  display: flex;
  list-style: none;
  position: relative;
}
.cid-tuqcOwXQi1 .mbr-list ul li:before {
  margin-top: -3px;
  margin-right: 12px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #617974;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "✓";
}
.cid-tuqcOwXQi1 .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #cbae6e;
}
.cid-tuqcOwXQi1 .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tuqcOwXQi1 .mbr-text {
  margin-bottom: 32px;
  color: #65676c;
}
.cid-tuqcOwXQi1 .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tuqcOwXQi1 .image-wrapper {
    margin-top: 23px;
  }
}
.cid-tuqcOwXQi1 .image-wrapper img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.cid-tuqcOwXQi1 .image-wrapper .image-absolute {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .cid-tuqcOwXQi1 .image-wrapper .image-absolute {
    max-width: 200px;
    max-height: 250px;
  }
}
.cid-tuqcOwXQi1 .image-wrapper .image-logo {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}
.cid-tuqcOwXQi1 .image-wrapper .image-suite {
  position: absolute;
  top: 68%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .cid-tuqcOwXQi1 .image-wrapper .image-suite {
    max-width: 200px;
    max-height: 250px;
  }
}
.cid-tuqcOwXQi1 .mbr-section-title,
.cid-tuqcOwXQi1 .list-wrapper {
  text-align: left;
}
.cid-tuqBZVosyA {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/croix-du-foix-3-copie-2-2000x1152.jpg");
}
.cid-tuqBZVosyA .mbr-overlay {
  background: #617974;
  opacity: 0.9;
}
.cid-tuqBZVosyA .mbr-section-head {
  max-width: 800px;
}
@media (min-width: 1400px) {
  .cid-tuqBZVosyA .mbr-section-head {
    padding: 0 2rem;
  }
}
.cid-tuqBZVosyA .item-wrapper {
  border-top: none;
  padding-top: 2rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tuqBZVosyA .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tuqBZVosyA .item {
    padding: 0 3rem;
  }
}
.cid-tuqBZVosyA img,
.cid-tuqBZVosyA .item-img {
  width: 100%;
  padding-bottom: 1rem;
}
.cid-tuqBZVosyA .item:focus,
.cid-tuqBZVosyA span:focus {
  outline: none;
}
.cid-tuqBZVosyA .mbr-section-title {
  color: #e6e6e6;
  text-align: right;
}
.cid-tuqBZVosyA .mbr-text,
.cid-tuqBZVosyA .mbr-section-btn {
  color: #bccec2;
  text-align: center;
}
.cid-tuqBZVosyA .mbr-section-subtitle {
  color: #353535;
}
.cid-tuqBZVosyA .item-title {
  text-align: center;
  color: #cbae6e;
}
.cid-tuqBZVosyA .item-subtitle {
  text-align: center;
  color: #e6e6e6;
}
.cid-tF6e3P3g2H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(212deg, #bccec2 10%, #ffffff 100%) !important;
}
.cid-tF6e3P3g2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF6e3P3g2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF6e3P3g2H .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tF6e3P3g2H .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tF6e3P3g2H .label-container {
  padding: 5px 16px;
  border-radius: 0px;
  background: #617974;
}
.cid-tF6e3P3g2H .label-text {
  color: #ffffff;
}
.cid-tF6e3P3g2H .card-text {
  color: #878e99;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tF6e3P3g2H .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tF6e3P3g2H .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tF6e3P3g2H .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tF6e3P3g2H .link-text a {
  display: flex;
  align-items: center;
}
.cid-tF6e3P3g2H .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tF6e3P3g2H .link-text a:hover {
  color: #d7d3be !important;
}
.cid-tFlCDDWyAl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tFlCDDWyAl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFlCDDWyAl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFlCDDWyAl .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tFlCDDWyAl .container-fluid {
    padding: 0 20px;
  }
}
.cid-tFlCDDWyAl .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tFlCDDWyAl .container {
    padding: 0 20px;
  }
  .cid-tFlCDDWyAl .container .row {
    padding: 0;
  }
}
.cid-tFlCDDWyAl .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tFlCDDWyAl .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tFlCDDWyAl .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tFlCDDWyAl .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tFlCDDWyAl .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tFlCDDWyAl .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tFlCDDWyAl .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tFlCDDWyAl .video-block .video-wrapper .app-video-wrapper:before {
  color: #cbae6e;
  text-shadow: none;
}
.cid-tFlCDDWyAl .mbr-section-title {
  color: #222222;
}
.cid-tFlCDDWyAl .mbr-text {
  color: #222222;
}
.cid-tFlCDDWyAl .mbr-section-title,
.cid-tFlCDDWyAl .mbr-section-btn {
  color: #cbae6e;
}
.cid-tuqtkTUeVw {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/fond-logo-loggias-du-foix-couleur-2000x1027.png");
}
.cid-tuqtkTUeVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuqtkTUeVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuqtkTUeVw .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tuqtkTUeVw .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tuqtkTUeVw .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tuqtkTUeVw .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tuqtkTUeVw .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #d7d3be !important;
}
.cid-tuqtkTUeVw .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tuqtkTUeVw .title-container {
  display: flex;
  justify-content: space-between;
  margin: 0 160px 110px;
  padding: 20px 40px 0 0;
  border-top: 2px solid #ffffff;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tuqtkTUeVw .title-container {
    display: block;
    margin: 0 30px 60px;
    padding: 12px 0 0 0;
  }
}
.cid-tuqtkTUeVw .title-container .title-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tuqtkTUeVw .title-container .title-wrapper {
    width: 100%;
  }
}
.cid-tuqtkTUeVw .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tuqtkTUeVw .title-container .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tuqtkTUeVw .cards {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-tuqtkTUeVw .cards {
    margin: 0 30px;
  }
}
.cid-tuqtkTUeVw .cards .card {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tuqtkTUeVw .cards .card {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .cid-tuqtkTUeVw .cards .card {
    margin-bottom: 40px;
  }
}
.cid-tuqtkTUeVw .cards .card .mbr-iconfont {
  width: 100%;
  height: 70px;
  font-size: 70px;
  color: #124ad6;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tuqtkTUeVw .cards .card .mbr-iconfont {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .cid-tuqtkTUeVw .cards .card .mbr-iconfont {
    margin-bottom: 20px;
  }
}
.cid-tuqtkTUeVw .cards .card .card-title {
  margin-bottom: 0;
}
.cid-tuqtkTUeVw .cards .card .mbr-text {
  margin: 20px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tuqtkTUeVw .cards .card .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tuqtkTUeVw .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tuqtkTUeVw .card-title {
  color: #000000;
}
.cid-tuqtkTUeVw .ligneproches {
  line-height: 1.8rem!important;
}
.cid-tuqtkTUeVw .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tuqtkTUeVw .card-title,
.cid-tuqtkTUeVw .mbr-iconfont {
  text-align: center;
  color: #cbae6e;
}
.cid-turHCcQa1P .main-card {
  background-image: url("../../../assets/images/fond-bloc-visite-2-1181x1181.png");
  background-size: auto 110%;
  position: relative;
  background-position: center;
  align-items: center;
  display: flex;
}
.cid-turHCcQa1P .mbr-main-subtitle {
  background: #d7d3be;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-turHCcQa1P .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #d7d3be;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-turHCcQa1P .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-turHCcQa1P .card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  height: 400px;
}
.cid-turHCcQa1P .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  z-index: 1;
}
.cid-turHCcQa1P .card:hover:before {
  opacity: 0.5;
}
.cid-turHCcQa1P .card:hover img {
  transform: scale(1.1);
}
.cid-turHCcQa1P .card:hover .card-box {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 767px) {
  .cid-turHCcQa1P .card:before {
    opacity: 0.5;
  }
  .cid-turHCcQa1P .card .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
}
.cid-turHCcQa1P .card img {
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-turHCcQa1P .content {
  max-width: 450px;
  margin: auto;
  padding: 4rem 1.5rem;
}
@media (max-width: 992px) {
  .cid-turHCcQa1P .content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-turHCcQa1P .content {
    padding: 4rem 1rem;
  }
}
.cid-turHCcQa1P .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-turHCcQa1P .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #d7d3be;
  font-size: 1.2rem;
}
.cid-turHCcQa1P .card-box {
  opacity: 0;
  transition: all 0.3s;
  padding: 1rem;
  transform: translateY(15px);
}
.cid-turHCcQa1P .card-wrapper {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  margin: auto;
  overflow: hidden;
  z-index: 2;
}
.cid-turHCcQa1P .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-turHCcQa1P .card1-text {
  color: #ffffff;
  text-align: center;
}
.cid-turHCcQa1P .mbr-section-subtitle,
.cid-turHCcQa1P .main-btn {
  color: #ffffff;
}
.cid-turHCcQa1P .soc-link,
.cid-turHCcQa1P .soc-wrapper {
  color: #ffffff;
}
.cid-turHCcQa1P .mbr-section-title {
  color: #ffffff;
}
.cid-tqKVyJiOjN {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/cuisine-droite-t2-2000x600.jpg");
}
@media (min-width: 1400px) {
  .cid-tqKVyJiOjN .container {
    max-width: 1000px;
  }
}
.cid-tqKVyJiOjN .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-tqKVyJiOjN .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-tqKVyJiOjN .row {
  justify-content: center;
}
.cid-tqKVyJiOjN .card-text {
  color: #617974;
}
.cid-tqKVyJiOjN .card-title,
.cid-tqKVyJiOjN .iconfont-wrapper {
  color: #617974;
}
.cid-tqKVyJiOjN .title {
  color: #bccec2;
}
.cid-tqKVyJiOjN text {
  color: #e6e6e6;
}
.cid-tuxgGLI0xJ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/t3-loggias-du-foix-1920x1080.jpg");
}
.cid-tuxgGLI0xJ .mbr-overlay {
  background-color: #d7d3be;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-tuxgGLI0xJ {
    background-position: right;
  }
}
.cid-tuxgGLI0xJ input,
.cid-tuxgGLI0xJ textarea {
  border-radius: 0;
}
.cid-tuxgGLI0xJ input:hover,
.cid-tuxgGLI0xJ textarea:hover {
  border: 1px solid transparent !important;
}
.cid-tuxgGLI0xJ .row {
  justify-content: flex-end;
}
.cid-tuxgGLI0xJ textarea {
  min-height: 200px;
}
.cid-tuxgGLI0xJ .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tuxgGLI0xJ .col-auto {
    margin: auto;
  }
}
.cid-tuxgGLI0xJ .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tuxgGLI0xJ .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #d7d3be;
  font-size: 1.2rem;
}
.cid-tuxgGLI0xJ .mbr-main-subtitle {
  background: #d7d3be;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tuxgGLI0xJ .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #d7d3be;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tuxgGLI0xJ .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tuxgGLI0xJ .btn {
  padding: 1rem 3rem;
}
.cid-tuxgGLI0xJ .form-control,
.cid-tuxgGLI0xJ .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tuxgGLI0xJ .form-control::-webkit-input-placeholder,
.cid-tuxgGLI0xJ .field-input::-webkit-input-placeholder,
.cid-tuxgGLI0xJ .form-control::-webkit-input-placeholder,
.cid-tuxgGLI0xJ .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tuxgGLI0xJ .form-control:-moz-placeholder,
.cid-tuxgGLI0xJ .field-input:-moz-placeholder,
.cid-tuxgGLI0xJ .form-control:-moz-placeholder,
.cid-tuxgGLI0xJ .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tuxgGLI0xJ .form-control:hover,
.cid-tuxgGLI0xJ .field-input:hover,
.cid-tuxgGLI0xJ .form-control:focus,
.cid-tuxgGLI0xJ .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tuxgGLI0xJ .form-control:hover::-webkit-input-placeholder,
.cid-tuxgGLI0xJ .field-input:hover::-webkit-input-placeholder,
.cid-tuxgGLI0xJ .form-control:focus::-webkit-input-placeholder,
.cid-tuxgGLI0xJ .field-input:focus::-webkit-input-placeholder,
.cid-tuxgGLI0xJ .form-control:hover::-webkit-input-placeholder,
.cid-tuxgGLI0xJ .field-input:hover::-webkit-input-placeholder,
.cid-tuxgGLI0xJ .form-control:focus::-webkit-input-placeholder,
.cid-tuxgGLI0xJ .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tuxgGLI0xJ .form-control:hover:-moz-placeholder,
.cid-tuxgGLI0xJ .field-input:hover:-moz-placeholder,
.cid-tuxgGLI0xJ .form-control:focus:-moz-placeholder,
.cid-tuxgGLI0xJ .field-input:focus:-moz-placeholder,
.cid-tuxgGLI0xJ .form-control:hover:-moz-placeholder,
.cid-tuxgGLI0xJ .field-input:hover:-moz-placeholder,
.cid-tuxgGLI0xJ .form-control:focus:-moz-placeholder,
.cid-tuxgGLI0xJ .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tuxgGLI0xJ .jq-number__spin:hover,
.cid-tuxgGLI0xJ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tuxgGLI0xJ .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tuxgGLI0xJ .jq-selectbox li,
.cid-tuxgGLI0xJ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tuxgGLI0xJ .jq-selectbox li:hover,
.cid-tuxgGLI0xJ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tuxgGLI0xJ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tuxgGLI0xJ .jq-number__spin.minus:hover:after,
.cid-tuxgGLI0xJ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tuxgGLI0xJ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tuxgGLI0xJ .jq-number__spin.minus:after,
.cid-tuxgGLI0xJ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tuxgGLI0xJ .mbr-section-text {
  color: #353535;
}
.cid-tuxgGLI0xJ .mbr-section-title {
  color: #000000;
}
.cid-tuxgGLI0xJ .soc-link,
.cid-tuxgGLI0xJ .soc-wrapper {
  color: #000000;
}
.cid-tFb5m7rfoE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tFb5m7rfoE .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tFb5m7rfoE .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tFb5m7rfoE .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-tFb5m7rfoE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFb5m7rfoE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tFb5m7rfoE .map-placeholder {
  display: none;
}
.cid-tFb5m7rfoE .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tFb5m7rfoE .card {
  padding: 3rem 8rem;
}
.cid-tFb5m7rfoE .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tFb5m7rfoE .card .mbr-text {
  color: #06182d;
}
.cid-tFb5m7rfoE .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-tFb5m7rfoE .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFb5m7rfoE .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tFb5m7rfoE .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-tFb5m7rfoE .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-tFb5m7rfoE .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-tFb5m7rfoE .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-tFb5m7rfoE .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tFb5m7rfoE .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tFb5m7rfoE .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-tFb5m7rfoE .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #cbae6e;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFb5m7rfoE .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-tFb5m7rfoE .card .form-group {
  padding-right: 0;
}
.cid-tFb5m7rfoE .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tFb5m7rfoE .card .btn-primary {
  border: 1px solid #d7d3be !important;
}
.cid-tFb5m7rfoE .card .btn-primary:hover {
  border: 1px solid #d7d3be !important;
}
@media (max-width: 1200px) {
  .cid-tFb5m7rfoE .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tFb5m7rfoE .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tFb5m7rfoE h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-tFb5m7rfoE * {
    text-align: center !important;
  }
  .cid-tFb5m7rfoE .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-tFb5m7rfoE .form-group {
    max-width: 180px;
  }
  .cid-tFb5m7rfoE .card {
    padding: 2rem 1rem;
  }
}
.cid-tFb5m7rfoE .card .group-title {
  color: #617974;
}
.cid-tFb5m7rfoE .card .mbr-section-title {
  color: #617974;
}
.cid-t3rSpZwiUZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #617974;
}
.cid-t3rSpZwiUZ .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-t3rSpZwiUZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t3rSpZwiUZ .text-wrapper {
  padding: 2rem 1rem;
}
.cid-t3rSpZwiUZ img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t3rSpZwiUZ .text-wrapper {
    padding: 2rem;
  }
}
.cid-t3rSpZwiUZ .mbr-text {
  color: #bbbbbb;
}
.cid-t3rSpZwiUZ .mbr-section-title {
  color: #cbae6e;
}
.cid-t3rSpZwiUZ .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

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

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

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

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

/*! 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: 400;
  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: 400;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

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

.btn-lg {
  font-weight: 400;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  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);
  }
}

@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

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


.m-l-0{margin-left:0;}
.text{line-height:1.6em;}
.menu{line-height:1.6em;}
.font-triple, .tk-arya-triple{font-family: arya-triple, sans-serif;
font-weight: 400;
font-style: normal;}
.font-triple-alt, .tk-arya-triple-alt{font-family: arya-triple-alt, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-single, tk-arya-single{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-sigle-slant{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: italic;}
.arya-double, .tk-arya-double {font-family: arya-double, sans-serif !important;
font-weight: 400;
font-style: normal;}
.arya-double-slant{font-family: arya-double, sans-serif;
    font-weight: 400;}.cid-tr6QF9V4hm {
  z-index: 1000;
  width: 100%;
}
.cid-tr6QF9V4hm .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tr6QF9V4hm .iconfont-wrapper {
  overflow: hidden;
  color: #8d9c91 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tr6QF9V4hm .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tr6QF9V4hm .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tr6QF9V4hm .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #d7d3be;
  z-index: -1;
}
.cid-tr6QF9V4hm nav.navbar {
  position: fixed;
}
.cid-tr6QF9V4hm .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tr6QF9V4hm .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tr6QF9V4hm .nav-item {
    border: 0;
  }
}
.cid-tr6QF9V4hm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tr6QF9V4hm .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tr6QF9V4hm .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tr6QF9V4hm .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tr6QF9V4hm .title-wrap:hover span {
  color: white;
}
.cid-tr6QF9V4hm .title-wrap:hover:before {
  height: 100%;
}
.cid-tr6QF9V4hm .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-tr6QF9V4hm .dropdown-menu {
  padding: 0;
  border-top: 4px solid #d7d3be;
}
.cid-tr6QF9V4hm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tr6QF9V4hm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tr6QF9V4hm .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tr6QF9V4hm .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tr6QF9V4hm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tr6QF9V4hm .nav-link {
  position: relative;
}
.cid-tr6QF9V4hm .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tr6QF9V4hm .container {
    flex-wrap: nowrap;
  }
}
.cid-tr6QF9V4hm .dropdown-menu,
.cid-tr6QF9V4hm .navbar.opened {
  background: #ffffff !important;
}
.cid-tr6QF9V4hm .nav-item:focus,
.cid-tr6QF9V4hm .nav-link:focus {
  outline: none;
}
.cid-tr6QF9V4hm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tr6QF9V4hm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tr6QF9V4hm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tr6QF9V4hm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tr6QF9V4hm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tr6QF9V4hm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tr6QF9V4hm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
}
.cid-tr6QF9V4hm .navbar.opened {
  transition: all 0.3s;
}
.cid-tr6QF9V4hm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tr6QF9V4hm .navbar .navbar-logo img {
  width: auto;
}
.cid-tr6QF9V4hm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tr6QF9V4hm .navbar.collapsed {
  justify-content: center;
}
.cid-tr6QF9V4hm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tr6QF9V4hm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tr6QF9V4hm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tr6QF9V4hm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tr6QF9V4hm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tr6QF9V4hm .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-tr6QF9V4hm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tr6QF9V4hm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tr6QF9V4hm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tr6QF9V4hm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tr6QF9V4hm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tr6QF9V4hm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tr6QF9V4hm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tr6QF9V4hm .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-tr6QF9V4hm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tr6QF9V4hm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tr6QF9V4hm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tr6QF9V4hm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tr6QF9V4hm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tr6QF9V4hm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tr6QF9V4hm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tr6QF9V4hm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tr6QF9V4hm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tr6QF9V4hm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tr6QF9V4hm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tr6QF9V4hm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tr6QF9V4hm .dropdown-item.active,
.cid-tr6QF9V4hm .dropdown-item:active {
  background-color: transparent;
}
.cid-tr6QF9V4hm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tr6QF9V4hm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tr6QF9V4hm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tr6QF9V4hm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tr6QF9V4hm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tr6QF9V4hm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tr6QF9V4hm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tr6QF9V4hm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tr6QF9V4hm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tr6QF9V4hm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #617974;
}
.cid-tr6QF9V4hm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tr6QF9V4hm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tr6QF9V4hm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tr6QF9V4hm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tr6QF9V4hm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tr6QF9V4hm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tr6QF9V4hm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tr6QF9V4hm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tr6QF9V4hm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tr6QF9V4hm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tr6QF9V4hm .navbar {
    height: 70px;
  }
  .cid-tr6QF9V4hm .navbar.opened {
    height: auto;
  }
  .cid-tr6QF9V4hm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tr6QF9V4hm .navbar-caption-wrap,
.cid-tr6QF9V4hm .title-wrap {
  color: #272727;
}
.cid-tuI6aw3EzQ {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/capture-decran-2022-09-27-a-10.10.43-copie-2000x1007.png");
}
.cid-tuI6aw3EzQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuI6aw3EzQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuI6aw3EzQ .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tr6QFc3TGY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
@media (min-width: 1400px) {
  .cid-tr6QFc3TGY .container {
    max-width: 1000px;
  }
}
.cid-tr6QFc3TGY .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-tr6QFc3TGY .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-tr6QFc3TGY .row {
  justify-content: center;
}
.cid-tr6QFc3TGY .card-text {
  color: #353535;
}
.cid-tr6QFc3TGY .card-title,
.cid-tr6QFc3TGY .iconfont-wrapper {
  color: #272727;
}
.cid-tFb867C7G7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
@media (min-width: 1400px) {
  .cid-tFb867C7G7 .container {
    max-width: 1000px;
  }
}
.cid-tFb867C7G7 .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-tFb867C7G7 .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-tFb867C7G7 .row {
  justify-content: center;
}
.cid-tFb867C7G7 .card-text {
  color: #353535;
}
.cid-tFb867C7G7 .card-title,
.cid-tFb867C7G7 .iconfont-wrapper {
  color: #272727;
}
.cid-tFlkowkNej {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tFlkowkNej .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tFlkowkNej .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tFlkowkNej .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-tFlkowkNej .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFlkowkNej .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tFlkowkNej .map-placeholder {
  display: none;
}
.cid-tFlkowkNej .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tFlkowkNej .card {
  padding: 3rem 8rem;
}
.cid-tFlkowkNej .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tFlkowkNej .card .mbr-text {
  color: #06182d;
}
.cid-tFlkowkNej .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-tFlkowkNej .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFlkowkNej .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tFlkowkNej .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-tFlkowkNej .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-tFlkowkNej .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-tFlkowkNej .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-tFlkowkNej .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tFlkowkNej .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tFlkowkNej .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-tFlkowkNej .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e27019;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFlkowkNej .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-tFlkowkNej .card .form-group {
  padding-right: 0;
}
.cid-tFlkowkNej .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tFlkowkNej .card .btn-primary {
  border: 1px solid #d7d3be !important;
}
.cid-tFlkowkNej .card .btn-primary:hover {
  border: 1px solid #d7d3be !important;
}
@media (max-width: 1200px) {
  .cid-tFlkowkNej .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tFlkowkNej .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tFlkowkNej h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-tFlkowkNej * {
    text-align: center !important;
  }
  .cid-tFlkowkNej .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-tFlkowkNej .form-group {
    max-width: 180px;
  }
  .cid-tFlkowkNej .card {
    padding: 2rem 1rem;
  }
}
.cid-tFlkowkNej .card .group-title {
  color: #617974;
}
.cid-tFlkowkNej .card .mbr-section-title {
  color: #617974;
}
.cid-tFaT4v6vO3 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/t3-loggias-du-foix-1920x1080.jpg");
}
.cid-tFaT4v6vO3 .mbr-overlay {
  background-color: #d7d3be;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-tFaT4v6vO3 {
    background-position: right;
  }
}
.cid-tFaT4v6vO3 input,
.cid-tFaT4v6vO3 textarea {
  border-radius: 0;
}
.cid-tFaT4v6vO3 input:hover,
.cid-tFaT4v6vO3 textarea:hover {
  border: 1px solid transparent !important;
}
.cid-tFaT4v6vO3 .row {
  justify-content: flex-end;
}
.cid-tFaT4v6vO3 textarea {
  min-height: 200px;
}
.cid-tFaT4v6vO3 .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tFaT4v6vO3 .col-auto {
    margin: auto;
  }
}
.cid-tFaT4v6vO3 .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tFaT4v6vO3 .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #d7d3be;
  font-size: 1.2rem;
}
.cid-tFaT4v6vO3 .mbr-main-subtitle {
  background: #d7d3be;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tFaT4v6vO3 .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #d7d3be;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tFaT4v6vO3 .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tFaT4v6vO3 .btn {
  padding: 1rem 3rem;
}
.cid-tFaT4v6vO3 .form-control,
.cid-tFaT4v6vO3 .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tFaT4v6vO3 .form-control::-webkit-input-placeholder,
.cid-tFaT4v6vO3 .field-input::-webkit-input-placeholder,
.cid-tFaT4v6vO3 .form-control::-webkit-input-placeholder,
.cid-tFaT4v6vO3 .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tFaT4v6vO3 .form-control:-moz-placeholder,
.cid-tFaT4v6vO3 .field-input:-moz-placeholder,
.cid-tFaT4v6vO3 .form-control:-moz-placeholder,
.cid-tFaT4v6vO3 .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tFaT4v6vO3 .form-control:hover,
.cid-tFaT4v6vO3 .field-input:hover,
.cid-tFaT4v6vO3 .form-control:focus,
.cid-tFaT4v6vO3 .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tFaT4v6vO3 .form-control:hover::-webkit-input-placeholder,
.cid-tFaT4v6vO3 .field-input:hover::-webkit-input-placeholder,
.cid-tFaT4v6vO3 .form-control:focus::-webkit-input-placeholder,
.cid-tFaT4v6vO3 .field-input:focus::-webkit-input-placeholder,
.cid-tFaT4v6vO3 .form-control:hover::-webkit-input-placeholder,
.cid-tFaT4v6vO3 .field-input:hover::-webkit-input-placeholder,
.cid-tFaT4v6vO3 .form-control:focus::-webkit-input-placeholder,
.cid-tFaT4v6vO3 .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tFaT4v6vO3 .form-control:hover:-moz-placeholder,
.cid-tFaT4v6vO3 .field-input:hover:-moz-placeholder,
.cid-tFaT4v6vO3 .form-control:focus:-moz-placeholder,
.cid-tFaT4v6vO3 .field-input:focus:-moz-placeholder,
.cid-tFaT4v6vO3 .form-control:hover:-moz-placeholder,
.cid-tFaT4v6vO3 .field-input:hover:-moz-placeholder,
.cid-tFaT4v6vO3 .form-control:focus:-moz-placeholder,
.cid-tFaT4v6vO3 .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tFaT4v6vO3 .jq-number__spin:hover,
.cid-tFaT4v6vO3 .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tFaT4v6vO3 .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tFaT4v6vO3 .jq-selectbox li,
.cid-tFaT4v6vO3 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tFaT4v6vO3 .jq-selectbox li:hover,
.cid-tFaT4v6vO3 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tFaT4v6vO3 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tFaT4v6vO3 .jq-number__spin.minus:hover:after,
.cid-tFaT4v6vO3 .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tFaT4v6vO3 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tFaT4v6vO3 .jq-number__spin.minus:after,
.cid-tFaT4v6vO3 .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tFaT4v6vO3 .mbr-section-text {
  color: #353535;
}
.cid-tFaT4v6vO3 .mbr-section-title {
  color: #000000;
}
.cid-tFaT4v6vO3 .soc-link,
.cid-tFaT4v6vO3 .soc-wrapper {
  color: #000000;
}
.cid-tFbaG6XLcz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #617974;
}
.cid-tFbaG6XLcz .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tFbaG6XLcz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFbaG6XLcz .text-wrapper {
  padding: 2rem 1rem;
}
.cid-tFbaG6XLcz img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tFbaG6XLcz .text-wrapper {
    padding: 2rem;
  }
}
.cid-tFbaG6XLcz .mbr-text {
  color: #bbbbbb;
}
.cid-tFbaG6XLcz .mbr-section-title {
  color: #cbae6e;
}
.cid-tFbaG6XLcz .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

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

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

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

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

/*! 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: 400;
  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: 400;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

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

.btn-lg {
  font-weight: 400;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  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);
  }
}

@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

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


.m-l-0{margin-left:0;}
.text{line-height:1.6em;}
.menu{line-height:1.6em;}
.font-triple, .tk-arya-triple{font-family: arya-triple, sans-serif;
font-weight: 400;
font-style: normal;}
.font-triple-alt, .tk-arya-triple-alt{font-family: arya-triple-alt, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-single, tk-arya-single{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-sigle-slant{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: italic;}
.arya-double, .tk-arya-double {font-family: arya-double, sans-serif !important;
font-weight: 400;
font-style: normal;}
.arya-double-slant{font-family: arya-double, sans-serif;
    font-weight: 400;}.cid-tuHmkrlTVN {
  z-index: 1000;
  width: 100%;
}
.cid-tuHmkrlTVN .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tuHmkrlTVN .iconfont-wrapper {
  overflow: hidden;
  color: #8d9c91 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tuHmkrlTVN .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tuHmkrlTVN .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tuHmkrlTVN .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #d7d3be;
  z-index: -1;
}
.cid-tuHmkrlTVN nav.navbar {
  position: fixed;
}
.cid-tuHmkrlTVN .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tuHmkrlTVN .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tuHmkrlTVN .nav-item {
    border: 0;
  }
}
.cid-tuHmkrlTVN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tuHmkrlTVN .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tuHmkrlTVN .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tuHmkrlTVN .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tuHmkrlTVN .title-wrap:hover span {
  color: white;
}
.cid-tuHmkrlTVN .title-wrap:hover:before {
  height: 100%;
}
.cid-tuHmkrlTVN .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-tuHmkrlTVN .dropdown-menu {
  padding: 0;
  border-top: 4px solid #d7d3be;
}
.cid-tuHmkrlTVN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuHmkrlTVN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuHmkrlTVN .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tuHmkrlTVN .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tuHmkrlTVN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuHmkrlTVN .nav-link {
  position: relative;
}
.cid-tuHmkrlTVN .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuHmkrlTVN .container {
    flex-wrap: nowrap;
  }
}
.cid-tuHmkrlTVN .dropdown-menu,
.cid-tuHmkrlTVN .navbar.opened {
  background: #ffffff !important;
}
.cid-tuHmkrlTVN .nav-item:focus,
.cid-tuHmkrlTVN .nav-link:focus {
  outline: none;
}
.cid-tuHmkrlTVN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuHmkrlTVN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuHmkrlTVN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuHmkrlTVN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuHmkrlTVN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuHmkrlTVN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuHmkrlTVN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
}
.cid-tuHmkrlTVN .navbar.opened {
  transition: all 0.3s;
}
.cid-tuHmkrlTVN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuHmkrlTVN .navbar .navbar-logo img {
  width: auto;
}
.cid-tuHmkrlTVN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuHmkrlTVN .navbar.collapsed {
  justify-content: center;
}
.cid-tuHmkrlTVN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuHmkrlTVN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuHmkrlTVN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tuHmkrlTVN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuHmkrlTVN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuHmkrlTVN .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-tuHmkrlTVN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuHmkrlTVN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuHmkrlTVN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuHmkrlTVN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuHmkrlTVN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuHmkrlTVN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuHmkrlTVN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuHmkrlTVN .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-tuHmkrlTVN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuHmkrlTVN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuHmkrlTVN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuHmkrlTVN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuHmkrlTVN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuHmkrlTVN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuHmkrlTVN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuHmkrlTVN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuHmkrlTVN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuHmkrlTVN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuHmkrlTVN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuHmkrlTVN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuHmkrlTVN .dropdown-item.active,
.cid-tuHmkrlTVN .dropdown-item:active {
  background-color: transparent;
}
.cid-tuHmkrlTVN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuHmkrlTVN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuHmkrlTVN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuHmkrlTVN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tuHmkrlTVN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuHmkrlTVN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuHmkrlTVN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuHmkrlTVN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuHmkrlTVN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuHmkrlTVN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #617974;
}
.cid-tuHmkrlTVN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuHmkrlTVN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuHmkrlTVN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuHmkrlTVN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuHmkrlTVN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuHmkrlTVN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuHmkrlTVN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuHmkrlTVN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuHmkrlTVN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuHmkrlTVN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuHmkrlTVN .navbar {
    height: 70px;
  }
  .cid-tuHmkrlTVN .navbar.opened {
    height: auto;
  }
  .cid-tuHmkrlTVN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuHmkrlTVN .navbar-caption-wrap,
.cid-tuHmkrlTVN .title-wrap {
  color: #272727;
}
.cid-tuHmksYHZm .mbr-section-title {
  color: #ffffff;
}
.cid-tuHmksYHZm .mbr-text,
.cid-tuHmksYHZm .mbr-section-btn {
  color: #d7d3be;
}
.cid-tuHmksYHZm .bande {
  width: auto;
  height: auto;
  background-color: red;
  background-image: url("https://www.lesloggiasdufoix.fr/assets/images/triangle2.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  border-bottom: 10px solid red;
}
.cid-tuHmksYHZm .mbr-section-subtitle {
  color: #cbae6e;
}
.cid-tuHmksYHZm .header3 {
  width: 100%;
  height: 100%;
  background-color: red;
  background-image: url("https://www.lesloggiasdufoix.fr/assets/images/triangle2.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  border-bottom: 10px solid red;
}
.cid-tuHmku4wwh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tuHmku4wwh .mbr-list {
  display: inline-flex;
}
@media (max-width: 768px) {
  .cid-tuHmku4wwh .mbr-list {
    display: block;
    width: auto;
  }
}
.cid-tuHmku4wwh .mbr-list ul {
  margin: 0 72px 0 0;
  list-style: none;
  padding-left: 0;
  list-style-position: inside;
}
.cid-tuHmku4wwh .mbr-list ul li {
  margin-bottom: 16px;
  display: flex;
  list-style: none;
  position: relative;
}
.cid-tuHmku4wwh .mbr-list ul li:before {
  margin-top: -3px;
  margin-right: 12px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #617974;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  content: "✓";
}
.cid-tuHmku4wwh .mbr-section-subtitle {
  margin-bottom: 27px;
  letter-spacing: .13em;
  color: #cbae6e;
}
.cid-tuHmku4wwh .mbr-section-title {
  margin-bottom: 13px;
  color: #080808;
}
.cid-tuHmku4wwh .mbr-text {
  margin-bottom: 32px;
  color: #65676c;
}
.cid-tuHmku4wwh .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tuHmku4wwh .image-wrapper {
    margin-top: 23px;
  }
}
.cid-tuHmku4wwh .image-wrapper img:first-child {
  width: 79%;
  max-width: 520px;
  object-fit: cover;
}
.cid-tuHmku4wwh .image-wrapper .image-absolute {
  position: absolute;
  top: 48%;
  left: 0;
  max-width: 354px;
  max-height: 283px;
}
@media (max-width: 768px) {
  .cid-tuHmku4wwh .image-wrapper .image-absolute {
    max-width: 200px;
    max-height: 250px;
  }
}
.cid-tuHmku4wwh .image-wrapper .image-logo {
  position: absolute;
  top: 24%;
  left: 57%;
  width: 80px;
  height: 80px;
}
.cid-tuHmku4wwh .mbr-section-title,
.cid-tuHmku4wwh .list-wrapper {
  text-align: left;
}
.cid-tuHmkuKX1d {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/croix-du-foix-3-copie-2-2000x1152.jpg");
}
.cid-tuHmkuKX1d .mbr-overlay {
  background: #617974;
  opacity: 0.9;
}
.cid-tuHmkuKX1d .mbr-section-head {
  max-width: 800px;
}
@media (min-width: 1400px) {
  .cid-tuHmkuKX1d .mbr-section-head {
    padding: 0 2rem;
  }
}
.cid-tuHmkuKX1d .item-wrapper {
  border-top: none;
  padding-top: 2rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tuHmkuKX1d .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (min-width: 1400px) {
  .cid-tuHmkuKX1d .item {
    padding: 0 3rem;
  }
}
.cid-tuHmkuKX1d img,
.cid-tuHmkuKX1d .item-img {
  width: 100%;
  padding-bottom: 1rem;
}
.cid-tuHmkuKX1d .item:focus,
.cid-tuHmkuKX1d span:focus {
  outline: none;
}
.cid-tuHmkuKX1d .mbr-section-title {
  color: #e6e6e6;
  text-align: right;
}
.cid-tuHmkuKX1d .mbr-text,
.cid-tuHmkuKX1d .mbr-section-btn {
  color: #bccec2;
  text-align: center;
}
.cid-tuHmkuKX1d .mbr-section-subtitle {
  color: #353535;
}
.cid-tuHmkuKX1d .item-title {
  text-align: center;
  color: #cbae6e;
}
.cid-tuHmkuKX1d .item-subtitle {
  text-align: center;
  color: #e6e6e6;
}
.cid-tuHmkvsY01 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cuisine-droite-t2-2000x600.jpg");
}
.cid-tuHmkvsY01 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuHmkvsY01 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuHmkvsY01 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-top: 0;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tuHmkvsY01 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tuHmkvsY01 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tuHmkvsY01 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #124ad6;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tuHmkvsY01 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #d7d3be !important;
}
.cid-tuHmkvsY01 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tuHmkvsY01 .title-container {
  display: flex;
  justify-content: space-between;
  margin: 0 160px 110px;
  padding: 20px 40px 0 0;
  border-top: 2px solid #ffffff;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tuHmkvsY01 .title-container {
    display: block;
    margin: 0 30px 60px;
    padding: 12px 0 0 0;
  }
}
.cid-tuHmkvsY01 .title-container .title-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tuHmkvsY01 .title-container .title-wrapper {
    width: 100%;
  }
}
.cid-tuHmkvsY01 .title-container .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tuHmkvsY01 .title-container .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tuHmkvsY01 .cards {
  margin: 0 160px;
}
@media (max-width: 992px) {
  .cid-tuHmkvsY01 .cards {
    margin: 0 30px;
  }
}
.cid-tuHmkvsY01 .cards .card {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-tuHmkvsY01 .cards .card {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .cid-tuHmkvsY01 .cards .card {
    margin-bottom: 40px;
  }
}
.cid-tuHmkvsY01 .cards .card .mbr-iconfont {
  width: 100%;
  height: 70px;
  font-size: 70px;
  color: #124ad6;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tuHmkvsY01 .cards .card .mbr-iconfont {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .cid-tuHmkvsY01 .cards .card .mbr-iconfont {
    margin-bottom: 20px;
  }
}
.cid-tuHmkvsY01 .cards .card .card-title {
  margin-bottom: 0;
}
.cid-tuHmkvsY01 .cards .card .mbr-text {
  margin: 20px 0 0 0;
}
@media (max-width: 992px) {
  .cid-tuHmkvsY01 .cards .card .mbr-text {
    margin-bottom: 12px;
  }
}
.cid-tuHmkvsY01 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tuHmkvsY01 .card-title {
  color: #000000;
}
.cid-tuHmkvsY01 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tuHmkvsY01 .card-title,
.cid-tuHmkvsY01 .mbr-iconfont {
  text-align: center;
  color: #cbae6e;
}
.cid-tuHmkwjfFz .main-card {
  background-image: url("../../../assets/images/fond-bloc-visite-1-1181x1181.png");
  background-size: auto 110%;
  position: relative;
  background-position: center;
  align-items: center;
  display: flex;
}
.cid-tuHmkwjfFz .mbr-main-subtitle {
  background: #d7d3be;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tuHmkwjfFz .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #d7d3be;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tuHmkwjfFz .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tuHmkwjfFz .card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  height: 400px;
}
.cid-tuHmkwjfFz .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  z-index: 1;
}
.cid-tuHmkwjfFz .card:hover:before {
  opacity: 0.5;
}
.cid-tuHmkwjfFz .card:hover img {
  transform: scale(1.1);
}
.cid-tuHmkwjfFz .card:hover .card-box {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 767px) {
  .cid-tuHmkwjfFz .card:before {
    opacity: 0.5;
  }
  .cid-tuHmkwjfFz .card .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
}
.cid-tuHmkwjfFz .card img {
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-tuHmkwjfFz .content {
  max-width: 450px;
  margin: auto;
  padding: 4rem 1.5rem;
}
@media (max-width: 992px) {
  .cid-tuHmkwjfFz .content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tuHmkwjfFz .content {
    padding: 4rem 1rem;
  }
}
.cid-tuHmkwjfFz .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tuHmkwjfFz .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #d7d3be;
  font-size: 1.2rem;
}
.cid-tuHmkwjfFz .card-box {
  opacity: 0;
  transition: all 0.3s;
  padding: 1rem;
  transform: translateY(15px);
}
.cid-tuHmkwjfFz .card-wrapper {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  margin: auto;
  overflow: hidden;
  z-index: 2;
}
.cid-tuHmkwjfFz .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tuHmkwjfFz .card1-text {
  color: #ffffff;
  text-align: center;
}
.cid-tuHmkwjfFz .mbr-section-subtitle,
.cid-tuHmkwjfFz .main-btn {
  color: #ffffff;
}
.cid-tuHmkwjfFz .soc-link,
.cid-tuHmkwjfFz .soc-wrapper {
  color: #ffffff;
}
.cid-tuHmkwjfFz .mbr-section-title {
  color: #ffffff;
}
.cid-tuHmkwZYIi .card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  height: 400px;
}
.cid-tuHmkwZYIi .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  z-index: 1;
}
.cid-tuHmkwZYIi .card:hover:before {
  opacity: 0.5;
}
.cid-tuHmkwZYIi .card:hover img {
  transform: scale(1.1);
}
.cid-tuHmkwZYIi .card:hover .card-box {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 767px) {
  .cid-tuHmkwZYIi .card:before {
    opacity: 0.5;
  }
  .cid-tuHmkwZYIi .card .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
}
.cid-tuHmkwZYIi .card img {
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tuHmkwZYIi .col-lg-4 {
    flex: 0 0 auto;
    width: 28%;
  }
  .cid-tuHmkwZYIi .col-lg-2 {
    flex: 0 0 auto;
    width: 22%;
  }
}
.cid-tuHmkwZYIi .card-box {
  opacity: 0;
  transition: all 0.3s;
  padding: 1rem;
  transform: translateY(15px);
}
.cid-tuHmkwZYIi .card-wrapper {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  margin: auto;
  overflow: hidden;
  z-index: 2;
}
.cid-tuHmkwZYIi .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tuHmkwZYIi .card1-text {
  color: #ffffff;
  text-align: center;
}
.cid-tuHmkxFb8Z {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/fond-biais-2000x600.jpg");
}
@media (min-width: 1400px) {
  .cid-tuHmkxFb8Z .container {
    max-width: 1000px;
  }
}
.cid-tuHmkxFb8Z .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-tuHmkxFb8Z .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-tuHmkxFb8Z .row {
  justify-content: center;
}
.cid-tuHmkxFb8Z .card-text {
  color: #617974;
}
.cid-tuHmkxFb8Z .card-title,
.cid-tuHmkxFb8Z .iconfont-wrapper {
  color: #617974;
}
.cid-tuHmkxFb8Z .title {
  color: #bccec2;
}
.cid-tuHmkxFb8Z text {
  color: #e6e6e6;
}
.cid-tuHmkyqcFK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #d7d3be;
}
.cid-tuHmkyqcFK .google-map {
  height: 35rem;
  position: relative;
}
.cid-tuHmkyqcFK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuHmkyqcFK .google-map [data-state-details] {
  color: #6b6763;
  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-tuHmkyqcFK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuHmkyqcFK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tuHmkzeo85 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/studio-biais-2000x600.jpg");
}
.cid-tuHmkzeo85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuHmkzeo85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuHmkzeo85 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tuHmkzeo85 .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tuHmkzeo85 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tuHmkzeo85 .head-container {
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tuHmkzeo85 {
    overflow: hidden;
  }
}
.cid-tuHmkzeo85 .section-head {
  position: sticky;
  top: 160px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tuHmkzeo85 .section-head {
    position: static;
    margin-bottom: 60px;
  }
}
.cid-tuHmkzeo85 .mbr-section-title {
  color: #1e2024;
}
.cid-tuHmkzeo85 .mbr-section-subtitle {
  color: #617974;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tuHmkzeo85 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tuHmkzeo85 .tabs-main-container {
  width: calc(100% - 10px);
  margin-left: 10px;
}
@media (max-width: 991px) {
  .cid-tuHmkzeo85 .tabs-main-container {
    margin-left: 0;
    width: 100%;
  }
}
.cid-tuHmkzeo85 .tabs-main-wrap {
  width: 100%;
}
.cid-tuHmkzeo85 .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  border: none !important;
  background: transparent;
  background: linear-gradient(145deg, #ffffff, #ffffff);
}
.cid-tuHmkzeo85 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tuHmkzeo85 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tuHmkzeo85 .tabs .tabs1 .expertm5 .nav-item {
  display: flex;
  align-items: center;
  flex-basis: 16.66%!important;
  margin: 0;
  flex-grow: 1;
  transition: all .4s;
}
@media (max-width: 575px) {
  .cid-tuHmkzeo85 .tabs .tabs1 .expertm5 .nav-item {
    flex-basis: 100%;
  }
}
.cid-tuHmkzeo85 .nav-tabs .nav-link {
  width: 100%;
  text-align: center;
  display: block;
  padding: 26px 10px;
  border-radius: 6px;
  transition: all .4s;
  background: transparent;
  border: none;
}
.cid-tuHmkzeo85 .nav-tabs .nav-link:not(.active) {
  color: #617974;
}
.cid-tuHmkzeo85 .nav-tabs .nav-link:hover,
.cid-tuHmkzeo85 .nav-tabs .nav-link:focus {
  background: transparent;
  color: #cbae6e;
}
.cid-tuHmkzeo85 .nav-tabs .nav-link.active {
  background: transparent;
  color: #cbae6e;
}
.cid-tuHmkzeo85 .tab-content {
  padding: 55px 50px 60px;
}
@media (max-width: 991px) {
  .cid-tuHmkzeo85 .tab-content {
    padding: 55px 30px 30px;
  }
}
@media (max-width: 575px) {
  .cid-tuHmkzeo85 .tab-content {
    padding: 55px 25px 25px;
  }
}
.cid-tuHmkzeo85 .pricing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tuHmkzeo85 .pricing-header {
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-tuHmkzeo85 .pricing-header {
    padding-bottom: 25px;
  }
}
.cid-tuHmkzeo85 .card-text-wrap {
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-tuHmkzeo85 .card-text-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.cid-tuHmkzeo85 .card-title {
  color: #cbae6e;
  margin-bottom: 9px;
}
.cid-tuHmkzeo85 .card-subtitle {
  color: #617974;
  margin-bottom: 0;
}
.cid-tuHmkzeo85 .card-text-label {
  padding: 9px 25px;
  border-radius: 6px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tuHmkzeo85 .card-text-label {
    margin-left: 0;
  }
}
.cid-tuHmkzeo85 .card-label {
  color: #cbae6e;
  margin-bottom: 0;
}
.cid-tuHmkzeo85 .pricing-body {
  width: 100%;
}
.cid-tuHmkzeo85 .mbr-text {
  color: #1e2024;
  max-width: 84%;
}
.cid-tuHmkzeo85 .list-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-tuHmkzeo85 .list-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-tuHmkzeo85 .list-container-left,
.cid-tuHmkzeo85 .list-container-right {
  max-width: 48%;
  min-width: 35%;
  width: fit-content;
}
@media (max-width: 575px) {
  .cid-tuHmkzeo85 .list-container-left,
  .cid-tuHmkzeo85 .list-container-right {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
}
.cid-tuHmkzeo85 .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-tuHmkzeo85 .list-item:last-child {
    margin-bottom: 0;
  }
}
.cid-tuHmkzeo85 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 5px;
}
.cid-tuHmkzeo85 .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #cbae6e;
}
.cid-tuHmkzeo85 .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-tuHmkzeo85 .pricing-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tuHmkzeo85 .pricing-footer {
    padding-top: 10px;
  }
}
.cid-tuHmkzeo85 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
.cid-tuHmkzeo85 .mbr-section-btn .btn {
  flex-grow: 1;
}
@media (max-width: 575px) {
  .cid-tuHmkzeo85 .mbr-section-btn {
    width: auto;
  }
  .cid-tuHmkzeo85 .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tuHmkzeo85 .comment-text {
  color: #9ca5b1;
  margin-top: 15px;
}
.cid-tuHmkINu7t {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/type-2-bande-gauche-2000x600.jpg");
}
.cid-tuHmkINu7t .mbr-overlay {
  background-color: #d7d3be;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-tuHmkINu7t {
    background-position: right;
  }
}
.cid-tuHmkINu7t input,
.cid-tuHmkINu7t textarea {
  border-radius: 0;
}
.cid-tuHmkINu7t input:hover,
.cid-tuHmkINu7t textarea:hover {
  border: 1px solid transparent !important;
}
.cid-tuHmkINu7t .row {
  justify-content: flex-end;
}
.cid-tuHmkINu7t textarea {
  min-height: 200px;
}
.cid-tuHmkINu7t .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tuHmkINu7t .col-auto {
    margin: auto;
  }
}
.cid-tuHmkINu7t .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tuHmkINu7t .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #d7d3be;
  font-size: 1.2rem;
}
.cid-tuHmkINu7t .mbr-main-subtitle {
  background: #d7d3be;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tuHmkINu7t .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #d7d3be;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tuHmkINu7t .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tuHmkINu7t .btn {
  padding: 1rem 3rem;
}
.cid-tuHmkINu7t .form-control,
.cid-tuHmkINu7t .field-input {
  background-color: #ffffff;
  border-color: #e6e6e6;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tuHmkINu7t .form-control::-webkit-input-placeholder,
.cid-tuHmkINu7t .field-input::-webkit-input-placeholder,
.cid-tuHmkINu7t .form-control::-webkit-input-placeholder,
.cid-tuHmkINu7t .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tuHmkINu7t .form-control:-moz-placeholder,
.cid-tuHmkINu7t .field-input:-moz-placeholder,
.cid-tuHmkINu7t .form-control:-moz-placeholder,
.cid-tuHmkINu7t .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tuHmkINu7t .form-control:hover,
.cid-tuHmkINu7t .field-input:hover,
.cid-tuHmkINu7t .form-control:focus,
.cid-tuHmkINu7t .field-input:focus {
  background-color: #ffffff;
  border-color: #d7d3be;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tuHmkINu7t .form-control:hover::-webkit-input-placeholder,
.cid-tuHmkINu7t .field-input:hover::-webkit-input-placeholder,
.cid-tuHmkINu7t .form-control:focus::-webkit-input-placeholder,
.cid-tuHmkINu7t .field-input:focus::-webkit-input-placeholder,
.cid-tuHmkINu7t .form-control:hover::-webkit-input-placeholder,
.cid-tuHmkINu7t .field-input:hover::-webkit-input-placeholder,
.cid-tuHmkINu7t .form-control:focus::-webkit-input-placeholder,
.cid-tuHmkINu7t .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tuHmkINu7t .form-control:hover:-moz-placeholder,
.cid-tuHmkINu7t .field-input:hover:-moz-placeholder,
.cid-tuHmkINu7t .form-control:focus:-moz-placeholder,
.cid-tuHmkINu7t .field-input:focus:-moz-placeholder,
.cid-tuHmkINu7t .form-control:hover:-moz-placeholder,
.cid-tuHmkINu7t .field-input:hover:-moz-placeholder,
.cid-tuHmkINu7t .form-control:focus:-moz-placeholder,
.cid-tuHmkINu7t .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tuHmkINu7t .jq-number__spin:hover,
.cid-tuHmkINu7t .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #d7d3be;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tuHmkINu7t .jq-number__spin {
  background-color: #ffffff;
  border-color: #e6e6e6;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tuHmkINu7t .jq-selectbox li,
.cid-tuHmkINu7t .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tuHmkINu7t .jq-selectbox li:hover,
.cid-tuHmkINu7t .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tuHmkINu7t .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tuHmkINu7t .jq-number__spin.minus:hover:after,
.cid-tuHmkINu7t .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tuHmkINu7t .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tuHmkINu7t .jq-number__spin.minus:after,
.cid-tuHmkINu7t .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tuHmkINu7t .mbr-section-text {
  color: #353535;
}
.cid-tuHmkINu7t .mbr-section-title {
  color: #000000;
}
.cid-tuHmkINu7t .soc-link,
.cid-tuHmkINu7t .soc-wrapper {
  color: #000000;
}
.cid-tuHmkKadEX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #617974;
}
.cid-tuHmkKadEX .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tuHmkKadEX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tuHmkKadEX .text-wrapper {
  padding: 2rem 1rem;
}
.cid-tuHmkKadEX img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuHmkKadEX .text-wrapper {
    padding: 2rem;
  }
}
.cid-tuHmkKadEX .mbr-text {
  color: #bbbbbb;
}
.cid-tuHmkKadEX .mbr-section-title {
  color: #8d9c91;
}
.cid-tuHmkKadEX .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-tuHmkMAoiw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #617974;
  overflow: hidden;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

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

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

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

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

/*! 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: 400;
  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: 400;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

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

.btn-lg {
  font-weight: 400;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  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);
  }
}

@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

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


.m-l-0{margin-left:0;}
.text{line-height:1.6em;}
.menu{line-height:1.6em;}
.font-triple, .tk-arya-triple{font-family: arya-triple, sans-serif;
font-weight: 400;
font-style: normal;}
.font-triple-alt, .tk-arya-triple-alt{font-family: arya-triple-alt, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-single, tk-arya-single{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-sigle-slant{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: italic;}
.arya-double, .tk-arya-double {font-family: arya-double, sans-serif !important;
font-weight: 400;
font-style: normal;}
.arya-double-slant{font-family: arya-double, sans-serif;
    font-weight: 400;}.cid-tuNvTYmhvd {
  z-index: 1000;
  width: 100%;
}
.cid-tuNvTYmhvd .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tuNvTYmhvd .iconfont-wrapper {
  overflow: hidden;
  color: #8d9c91 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tuNvTYmhvd .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tuNvTYmhvd .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tuNvTYmhvd .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #d7d3be;
  z-index: -1;
}
.cid-tuNvTYmhvd nav.navbar {
  position: fixed;
}
.cid-tuNvTYmhvd .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tuNvTYmhvd .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tuNvTYmhvd .nav-item {
    border: 0;
  }
}
.cid-tuNvTYmhvd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tuNvTYmhvd .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tuNvTYmhvd .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tuNvTYmhvd .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tuNvTYmhvd .title-wrap:hover span {
  color: white;
}
.cid-tuNvTYmhvd .title-wrap:hover:before {
  height: 100%;
}
.cid-tuNvTYmhvd .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-tuNvTYmhvd .dropdown-menu {
  padding: 0;
  border-top: 4px solid #d7d3be;
}
.cid-tuNvTYmhvd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuNvTYmhvd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuNvTYmhvd .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tuNvTYmhvd .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tuNvTYmhvd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuNvTYmhvd .nav-link {
  position: relative;
}
.cid-tuNvTYmhvd .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuNvTYmhvd .container {
    flex-wrap: nowrap;
  }
}
.cid-tuNvTYmhvd .dropdown-menu,
.cid-tuNvTYmhvd .navbar.opened {
  background: #ffffff !important;
}
.cid-tuNvTYmhvd .nav-item:focus,
.cid-tuNvTYmhvd .nav-link:focus {
  outline: none;
}
.cid-tuNvTYmhvd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuNvTYmhvd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuNvTYmhvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuNvTYmhvd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuNvTYmhvd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuNvTYmhvd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuNvTYmhvd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
}
.cid-tuNvTYmhvd .navbar.opened {
  transition: all 0.3s;
}
.cid-tuNvTYmhvd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuNvTYmhvd .navbar .navbar-logo img {
  width: auto;
}
.cid-tuNvTYmhvd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuNvTYmhvd .navbar.collapsed {
  justify-content: center;
}
.cid-tuNvTYmhvd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuNvTYmhvd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuNvTYmhvd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tuNvTYmhvd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuNvTYmhvd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuNvTYmhvd .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-tuNvTYmhvd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuNvTYmhvd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuNvTYmhvd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuNvTYmhvd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuNvTYmhvd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuNvTYmhvd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuNvTYmhvd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuNvTYmhvd .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-tuNvTYmhvd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuNvTYmhvd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuNvTYmhvd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuNvTYmhvd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuNvTYmhvd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuNvTYmhvd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuNvTYmhvd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuNvTYmhvd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuNvTYmhvd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuNvTYmhvd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuNvTYmhvd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuNvTYmhvd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuNvTYmhvd .dropdown-item.active,
.cid-tuNvTYmhvd .dropdown-item:active {
  background-color: transparent;
}
.cid-tuNvTYmhvd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuNvTYmhvd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuNvTYmhvd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuNvTYmhvd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tuNvTYmhvd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuNvTYmhvd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuNvTYmhvd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuNvTYmhvd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuNvTYmhvd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuNvTYmhvd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #617974;
}
.cid-tuNvTYmhvd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuNvTYmhvd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuNvTYmhvd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuNvTYmhvd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuNvTYmhvd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuNvTYmhvd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuNvTYmhvd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuNvTYmhvd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuNvTYmhvd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuNvTYmhvd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuNvTYmhvd .navbar {
    height: 70px;
  }
  .cid-tuNvTYmhvd .navbar.opened {
    height: auto;
  }
  .cid-tuNvTYmhvd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuNvTYmhvd .navbar-caption-wrap,
.cid-tuNvTYmhvd .title-wrap {
  color: #272727;
}
.cid-tuNwuz6ZC3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/studio-v2-975x548.jpg");
}
@media (max-width: 992px) {
  .cid-tuNwuz6ZC3 .row {
    flex-direction: column-reverse;
  }
}
.cid-tuNwuz6ZC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuNwuz6ZC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuNwuz6ZC3 .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tuNwuz6ZC3 .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tuNwuz6ZC3 .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tuNwuz6ZC3 .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #617974;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tuNwuz6ZC3 .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #d7d3be !important;
}
.cid-tuNwuz6ZC3 .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tuNwuz6ZC3 .text-wrapper {
  margin-left: 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tuNwuz6ZC3 .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tuNwuz6ZC3 .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tuNwuz6ZC3 .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tuNwuz6ZC3 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tuNwuz6ZC3 .image-wrapper {
  margin-left: 200px;
}
@media (max-width: 992px) {
  .cid-tuNwuz6ZC3 .image-wrapper {
    margin: 0 30px 30px;
  }
}
.cid-tuNwuz6ZC3 .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tuNwuz6ZC3 .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .cid-tuNwuz6ZC3 .image-wrapper img {
    min-height: 100%;
  }
}
.cid-tuNwuz6ZC3 .mbr-section-title {
  color: #000000;
}
.cid-tuNwuz6ZC3 .mbr-text {
  color: #000000;
}
.cid-tuNwuz6ZC3 .mbr-section-title,
.cid-tuNwuz6ZC3 .mbr-section-btn {
  color: #617974;
}
.cid-tuNyF65UHu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tuNyF65UHu .card .card-img {
  overflow: hidden;
}
.cid-tuNyF65UHu .card .card-img img {
  transition: all 0.5s;
}
.cid-tuNyF65UHu .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tuNyF65UHu .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tuNyF65UHu .card {
  height: 100%;
}
.cid-tuNyF65UHu .card .card-wrapper {
  height: 100%;
}
.cid-tuNyF65UHu .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-tuNyF65UHu .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tuNyF65UHu .card .card-box .card-title {
  margin: 0;
}
.cid-tuNyF65UHu .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuNyF65UHu .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tuNyF65UHu .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tuNyF65UHu .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tuNyF65UHu .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuNyF65UHu .card .card-footer .icons-list {
  margin: 0;
}
.cid-tuNyF65UHu .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-tuNyF65UHu .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-tuNyF65UHu .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-tuNyF65UHu .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-tuNyF65UHu .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-tuNyF65UHu .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-tuNyF65UHu .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuNyF65UHu .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tuNyF65UHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuNyF65UHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuNyF65UHu .link-text {
  color: #617974;
}
.cid-tuNyF65UHu .main-subtitle,
.cid-tuNyF65UHu .underline {
  color: #cbae6e;
}
.cid-tuNyF65UHu .card-text,
.cid-tuNyF65UHu .card-btn {
  color: #617974;
}
.cid-tuNvU77kbV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(212deg, #bccec2 10%, #ffffff 100%) !important;
}
.cid-tuNvU77kbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuNvU77kbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuNvU77kbV .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tuNvU77kbV .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tuNvU77kbV .label-container {
  padding: 5px 16px;
  border-radius: 0px;
  background: #617974;
}
.cid-tuNvU77kbV .label-text {
  color: #ffffff;
}
.cid-tuNvU77kbV .card-text {
  color: #878e99;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tuNvU77kbV .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tuNvU77kbV .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tuNvU77kbV .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tuNvU77kbV .link-text a {
  display: flex;
  align-items: center;
}
.cid-tuNvU77kbV .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tuNvU77kbV .link-text a:hover {
  color: #d7d3be !important;
}
.cid-tuNvU7SMSD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/balcon-fond-1-2000x600.jpg");
}
.cid-tuNvU7SMSD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuNvU7SMSD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuNvU7SMSD .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tuNvU7SMSD .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tuNvU7SMSD .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tuNvU7SMSD .head-container {
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tuNvU7SMSD {
    overflow: hidden;
  }
}
.cid-tuNvU7SMSD .section-head {
  position: sticky;
  top: 160px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tuNvU7SMSD .section-head {
    position: static;
    margin-bottom: 60px;
  }
}
.cid-tuNvU7SMSD .mbr-section-title {
  color: #1e2024;
}
.cid-tuNvU7SMSD .mbr-section-subtitle {
  color: #617974;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tuNvU7SMSD .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tuNvU7SMSD .tabs-main-container {
  width: calc(100% - 10px);
  margin-left: 10px;
}
@media (max-width: 991px) {
  .cid-tuNvU7SMSD .tabs-main-container {
    margin-left: 0;
    width: 100%;
  }
}
.cid-tuNvU7SMSD .tabs-main-wrap {
  width: 100%;
}
.cid-tuNvU7SMSD .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  border: none !important;
  background: transparent;
  background: linear-gradient(145deg, #ffffff, #ffffff);
}
.cid-tuNvU7SMSD .nav-tabs .nav-item.open .nav-link:focus,
.cid-tuNvU7SMSD .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tuNvU7SMSD .tabs .tabs1 .expertm5 .nav-item {
  display: flex;
  align-items: center;
  flex-basis: 16.66%!important;
  margin: 0;
  flex-grow: 1;
  transition: all .4s;
}
@media (max-width: 575px) {
  .cid-tuNvU7SMSD .tabs .tabs1 .expertm5 .nav-item {
    flex-basis: 100%;
  }
}
.cid-tuNvU7SMSD .nav-tabs .nav-link {
  width: 100%;
  text-align: center;
  display: block;
  padding: 26px 10px;
  border-radius: 6px;
  transition: all .4s;
  background: transparent;
  border: none;
}
.cid-tuNvU7SMSD .nav-tabs .nav-link:not(.active) {
  color: #617974;
}
.cid-tuNvU7SMSD .nav-tabs .nav-link:hover,
.cid-tuNvU7SMSD .nav-tabs .nav-link:focus {
  background: transparent;
  color: #cbae6e;
}
.cid-tuNvU7SMSD .nav-tabs .nav-link.active {
  background: transparent;
  color: #cbae6e;
}
.cid-tuNvU7SMSD .tab-content {
  padding: 55px 50px 60px;
}
@media (max-width: 991px) {
  .cid-tuNvU7SMSD .tab-content {
    padding: 55px 30px 30px;
  }
}
@media (max-width: 575px) {
  .cid-tuNvU7SMSD .tab-content {
    padding: 55px 25px 25px;
  }
}
.cid-tuNvU7SMSD .pricing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tuNvU7SMSD .pricing-header {
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-tuNvU7SMSD .pricing-header {
    padding-bottom: 25px;
  }
}
.cid-tuNvU7SMSD .card-text-wrap {
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-tuNvU7SMSD .card-text-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.cid-tuNvU7SMSD .card-title {
  color: #cbae6e;
  margin-bottom: 9px;
}
.cid-tuNvU7SMSD .card-subtitle {
  color: #617974;
  margin-bottom: 0;
}
.cid-tuNvU7SMSD .card-text-label {
  padding: 9px 25px;
  border-radius: 6px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tuNvU7SMSD .card-text-label {
    margin-left: 0;
  }
}
.cid-tuNvU7SMSD .card-label {
  color: #cbae6e;
  margin-bottom: 0;
}
.cid-tuNvU7SMSD .pricing-body {
  width: 100%;
}
.cid-tuNvU7SMSD .mbr-text {
  color: #1e2024;
  max-width: 84%;
}
.cid-tuNvU7SMSD .list-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-tuNvU7SMSD .list-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-tuNvU7SMSD .list-container-left,
.cid-tuNvU7SMSD .list-container-right {
  max-width: 48%;
  min-width: 35%;
  width: fit-content;
}
@media (max-width: 575px) {
  .cid-tuNvU7SMSD .list-container-left,
  .cid-tuNvU7SMSD .list-container-right {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
}
.cid-tuNvU7SMSD .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-tuNvU7SMSD .list-item:last-child {
    margin-bottom: 0;
  }
}
.cid-tuNvU7SMSD .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 5px;
}
.cid-tuNvU7SMSD .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #cbae6e;
}
.cid-tuNvU7SMSD .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-tuNvU7SMSD .pricing-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tuNvU7SMSD .pricing-footer {
    padding-top: 10px;
  }
}
.cid-tuNvU7SMSD .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
.cid-tuNvU7SMSD .mbr-section-btn .btn {
  flex-grow: 1;
}
@media (max-width: 575px) {
  .cid-tuNvU7SMSD .mbr-section-btn {
    width: auto;
  }
  .cid-tuNvU7SMSD .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tuNvU7SMSD .comment-text {
  color: #9ca5b1;
  margin-top: 15px;
}
.cid-tuNvUbpfTk {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tuNvUbpfTk .row {
  justify-content: center;
}
.cid-tuNvUbpfTk img,
.cid-tuNvUbpfTk .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tuNvUbpfTk .item:focus,
.cid-tuNvUbpfTk span:focus {
  outline: none;
}
.cid-tuNvUbpfTk .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tuNvUbpfTk .col-items {
    flex-wrap: wrap;
  }
}
.cid-tuNvUbpfTk .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-tuNvUbpfTk .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tuNvUbpfTk .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-tuNvUbpfTk .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-tuNvUbpfTk .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-tuNvUbpfTk .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-tuNvUbpfTk .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-tuNvUbpfTk .item-wrapper .btn-primary:hover span {
  color: #d7d3be !important;
}
.cid-tuNvUbpfTk .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-tuNvUbpfTk .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-tuNvUbpfTk .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-tuNvUbpfTk .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-tuNvUbpfTk .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-tuNvUbpfTk .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-tuNvUbpfTk .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-tuNvUbpfTk .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-tuNvUbpfTk .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-tuNvUbpfTk .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #cbae6e;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tuNvUbpfTk .label-text {
    text-align: center !important;
  }
}
.cid-tuNvUbpfTk .mbr-section-title {
  width: 100%;
  color: #617974;
  text-align: center;
}
.cid-tuNvUbpfTk .mbr-text {
  color: #ffffff;
}
.cid-tuNvUbpfTk .item-title {
  color: #ffffff;
}
.cid-tuNvUbpfTk .item-subtitle {
  color: #ffffff;
}
.cid-tuNvUbpfTk .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-tuNvUbpfTk .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-tuNvUbpfTk .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-tuNvUbpfTk .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tuNvUbpfTk .mbr-section-head {
    text-align: center !important;
  }
}
.cid-tuNvUbpfTk .mbr-section-subtitle {
  text-align: center;
}
.cid-tuNvUcJMVJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tuNvUcJMVJ .google-map {
  height: 35rem;
  position: relative;
}
.cid-tuNvUcJMVJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuNvUcJMVJ .google-map [data-state-details] {
  color: #6b6763;
  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-tuNvUcJMVJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuNvUcJMVJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tuNvUdLBux {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/t3-loggias-du-foix-1920x1080.jpg");
}
.cid-tuNvUdLBux .mbr-overlay {
  background-color: #d7d3be;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-tuNvUdLBux {
    background-position: right;
  }
}
.cid-tuNvUdLBux input,
.cid-tuNvUdLBux textarea {
  border-radius: 0;
}
.cid-tuNvUdLBux input:hover,
.cid-tuNvUdLBux textarea:hover {
  border: 1px solid transparent !important;
}
.cid-tuNvUdLBux .row {
  justify-content: flex-end;
}
.cid-tuNvUdLBux textarea {
  min-height: 200px;
}
.cid-tuNvUdLBux .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tuNvUdLBux .col-auto {
    margin: auto;
  }
}
.cid-tuNvUdLBux .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tuNvUdLBux .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #d7d3be;
  font-size: 1.2rem;
}
.cid-tuNvUdLBux .mbr-main-subtitle {
  background: #d7d3be;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tuNvUdLBux .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #d7d3be;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tuNvUdLBux .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tuNvUdLBux .btn {
  padding: 1rem 3rem;
}
.cid-tuNvUdLBux .form-control,
.cid-tuNvUdLBux .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tuNvUdLBux .form-control::-webkit-input-placeholder,
.cid-tuNvUdLBux .field-input::-webkit-input-placeholder,
.cid-tuNvUdLBux .form-control::-webkit-input-placeholder,
.cid-tuNvUdLBux .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tuNvUdLBux .form-control:-moz-placeholder,
.cid-tuNvUdLBux .field-input:-moz-placeholder,
.cid-tuNvUdLBux .form-control:-moz-placeholder,
.cid-tuNvUdLBux .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tuNvUdLBux .form-control:hover,
.cid-tuNvUdLBux .field-input:hover,
.cid-tuNvUdLBux .form-control:focus,
.cid-tuNvUdLBux .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tuNvUdLBux .form-control:hover::-webkit-input-placeholder,
.cid-tuNvUdLBux .field-input:hover::-webkit-input-placeholder,
.cid-tuNvUdLBux .form-control:focus::-webkit-input-placeholder,
.cid-tuNvUdLBux .field-input:focus::-webkit-input-placeholder,
.cid-tuNvUdLBux .form-control:hover::-webkit-input-placeholder,
.cid-tuNvUdLBux .field-input:hover::-webkit-input-placeholder,
.cid-tuNvUdLBux .form-control:focus::-webkit-input-placeholder,
.cid-tuNvUdLBux .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tuNvUdLBux .form-control:hover:-moz-placeholder,
.cid-tuNvUdLBux .field-input:hover:-moz-placeholder,
.cid-tuNvUdLBux .form-control:focus:-moz-placeholder,
.cid-tuNvUdLBux .field-input:focus:-moz-placeholder,
.cid-tuNvUdLBux .form-control:hover:-moz-placeholder,
.cid-tuNvUdLBux .field-input:hover:-moz-placeholder,
.cid-tuNvUdLBux .form-control:focus:-moz-placeholder,
.cid-tuNvUdLBux .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tuNvUdLBux .jq-number__spin:hover,
.cid-tuNvUdLBux .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tuNvUdLBux .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tuNvUdLBux .jq-selectbox li,
.cid-tuNvUdLBux .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tuNvUdLBux .jq-selectbox li:hover,
.cid-tuNvUdLBux .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tuNvUdLBux .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tuNvUdLBux .jq-number__spin.minus:hover:after,
.cid-tuNvUdLBux .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tuNvUdLBux .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tuNvUdLBux .jq-number__spin.minus:after,
.cid-tuNvUdLBux .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tuNvUdLBux .mbr-section-text {
  color: #353535;
}
.cid-tuNvUdLBux .mbr-section-title {
  color: #000000;
}
.cid-tuNvUdLBux .soc-link,
.cid-tuNvUdLBux .soc-wrapper {
  color: #000000;
}
.cid-tuNvUeSZQh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #617974;
}
.cid-tuNvUeSZQh .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tuNvUeSZQh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tuNvUeSZQh .text-wrapper {
  padding: 2rem 1rem;
}
.cid-tuNvUeSZQh img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuNvUeSZQh .text-wrapper {
    padding: 2rem;
  }
}
.cid-tuNvUeSZQh .mbr-text {
  color: #bbbbbb;
}
.cid-tuNvUeSZQh .mbr-section-title {
  color: #cbae6e;
}
.cid-tuNvUeSZQh .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-tuNvUfEu53 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #617974;
  overflow: hidden;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

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

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

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

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

/*! 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: 400;
  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: 400;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

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

.btn-lg {
  font-weight: 400;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  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);
  }
}

@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

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


.m-l-0{margin-left:0;}
.text{line-height:1.6em;}
.menu{line-height:1.6em;}
.font-triple, .tk-arya-triple{font-family: arya-triple, sans-serif;
font-weight: 400;
font-style: normal;}
.font-triple-alt, .tk-arya-triple-alt{font-family: arya-triple-alt, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-single, tk-arya-single{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-sigle-slant{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: italic;}
.arya-double, .tk-arya-double {font-family: arya-double, sans-serif !important;
font-weight: 400;
font-style: normal;}
.arya-double-slant{font-family: arya-double, sans-serif;
    font-weight: 400;}.cid-tuNANFaCIj {
  z-index: 1000;
  width: 100%;
}
.cid-tuNANFaCIj .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tuNANFaCIj .iconfont-wrapper {
  overflow: hidden;
  color: #8d9c91 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tuNANFaCIj .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tuNANFaCIj .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tuNANFaCIj .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #d7d3be;
  z-index: -1;
}
.cid-tuNANFaCIj nav.navbar {
  position: fixed;
}
.cid-tuNANFaCIj .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tuNANFaCIj .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tuNANFaCIj .nav-item {
    border: 0;
  }
}
.cid-tuNANFaCIj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tuNANFaCIj .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tuNANFaCIj .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tuNANFaCIj .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tuNANFaCIj .title-wrap:hover span {
  color: white;
}
.cid-tuNANFaCIj .title-wrap:hover:before {
  height: 100%;
}
.cid-tuNANFaCIj .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-tuNANFaCIj .dropdown-menu {
  padding: 0;
  border-top: 4px solid #d7d3be;
}
.cid-tuNANFaCIj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuNANFaCIj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuNANFaCIj .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tuNANFaCIj .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tuNANFaCIj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuNANFaCIj .nav-link {
  position: relative;
}
.cid-tuNANFaCIj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuNANFaCIj .container {
    flex-wrap: nowrap;
  }
}
.cid-tuNANFaCIj .dropdown-menu,
.cid-tuNANFaCIj .navbar.opened {
  background: #ffffff !important;
}
.cid-tuNANFaCIj .nav-item:focus,
.cid-tuNANFaCIj .nav-link:focus {
  outline: none;
}
.cid-tuNANFaCIj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuNANFaCIj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuNANFaCIj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuNANFaCIj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuNANFaCIj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuNANFaCIj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuNANFaCIj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
}
.cid-tuNANFaCIj .navbar.opened {
  transition: all 0.3s;
}
.cid-tuNANFaCIj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuNANFaCIj .navbar .navbar-logo img {
  width: auto;
}
.cid-tuNANFaCIj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuNANFaCIj .navbar.collapsed {
  justify-content: center;
}
.cid-tuNANFaCIj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuNANFaCIj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuNANFaCIj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tuNANFaCIj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuNANFaCIj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuNANFaCIj .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-tuNANFaCIj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuNANFaCIj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuNANFaCIj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuNANFaCIj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuNANFaCIj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuNANFaCIj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuNANFaCIj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuNANFaCIj .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-tuNANFaCIj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuNANFaCIj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuNANFaCIj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuNANFaCIj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuNANFaCIj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuNANFaCIj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuNANFaCIj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuNANFaCIj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuNANFaCIj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuNANFaCIj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuNANFaCIj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuNANFaCIj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuNANFaCIj .dropdown-item.active,
.cid-tuNANFaCIj .dropdown-item:active {
  background-color: transparent;
}
.cid-tuNANFaCIj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuNANFaCIj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuNANFaCIj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuNANFaCIj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tuNANFaCIj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuNANFaCIj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuNANFaCIj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuNANFaCIj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuNANFaCIj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuNANFaCIj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #617974;
}
.cid-tuNANFaCIj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuNANFaCIj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuNANFaCIj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuNANFaCIj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuNANFaCIj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuNANFaCIj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuNANFaCIj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuNANFaCIj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuNANFaCIj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuNANFaCIj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuNANFaCIj .navbar {
    height: 70px;
  }
  .cid-tuNANFaCIj .navbar.opened {
    height: auto;
  }
  .cid-tuNANFaCIj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuNANFaCIj .navbar-caption-wrap,
.cid-tuNANFaCIj .title-wrap {
  color: #272727;
}
.cid-tuNANIE9QO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/studio-v2-975x548.jpg");
}
@media (max-width: 992px) {
  .cid-tuNANIE9QO .row {
    flex-direction: column-reverse;
  }
}
.cid-tuNANIE9QO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuNANIE9QO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuNANIE9QO .mbr-section-btn .btn {
  height: 21px;
  min-width: 70px;
  position: relative;
  overflow: visible;
  padding: 0 12px 0 0;
  justify-content: flex-start;
  margin-left: 28px;
  box-shadow: none;
}
.cid-tuNANIE9QO .mbr-section-btn .btn:first-child {
  margin-left: 9.6px;
}
.cid-tuNANIE9QO .mbr-section-btn .btn:focus {
  box-shadow: none;
}
.cid-tuNANIE9QO .mbr-section-btn .btn span {
  position: absolute;
  right: -12px;
  width: 18px;
  height: 18px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #617974;
  color: #ffffff;
  margin: 2px 0 0 12px;
  padding-left: 2px;
  transition: all .33s ease;
}
.cid-tuNANIE9QO .mbr-section-btn .btn:hover {
  transform: scale(1) !important;
  color: #d7d3be !important;
}
.cid-tuNANIE9QO .mbr-section-btn .btn:hover span {
  width: 28px;
  border-radius: 22px;
  right: -28px;
}
.cid-tuNANIE9QO .text-wrapper {
  margin-left: 160px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-tuNANIE9QO .text-wrapper {
    margin: 0 30px;
  }
}
.cid-tuNANIE9QO .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tuNANIE9QO .text-wrapper .mbr-section-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cid-tuNANIE9QO .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tuNANIE9QO .image-wrapper {
  margin-left: 200px;
}
@media (max-width: 992px) {
  .cid-tuNANIE9QO .image-wrapper {
    margin: 0 30px 30px;
  }
}
.cid-tuNANIE9QO .image-wrapper img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tuNANIE9QO .image-wrapper img {
    min-height: 650px;
  }
}
@media (max-width: 768px) {
  .cid-tuNANIE9QO .image-wrapper img {
    min-height: 100%;
  }
}
.cid-tuNANIE9QO .mbr-section-title {
  color: #000000;
}
.cid-tuNANIE9QO .mbr-text {
  color: #ffffff;
}
.cid-tuNANIE9QO .mbr-section-title,
.cid-tuNANIE9QO .mbr-section-btn {
  color: #ffffff;
}
.cid-tuNANM1BGD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tuNANM1BGD .container-fluid {
  padding: 0;
}
.cid-tuNANM1BGD .row {
  align-items: center;
  width: 100%;
  padding-left: calc((100% - 1300px)/ 2) !important;
}
@media (max-width: 1400px) {
  .cid-tuNANM1BGD .row {
    align-items: flex-start;
  }
}
@media (max-width: 1440px) {
  .cid-tuNANM1BGD .row {
    padding-left: calc((100% - 1100px)/ 2) !important;
  }
}
@media (max-width: 1200px) {
  .cid-tuNANM1BGD .row {
    padding-left: calc((100% - 960px)/ 2) !important;
  }
}
@media (max-width: 1024px) {
  .cid-tuNANM1BGD .row {
    padding-left: calc((100% - 768px)/ 2) !important;
  }
}
@media (max-width: 800px) {
  .cid-tuNANM1BGD .row {
    padding-left: calc((100% - 86%)/ 2) !important;
  }
}
.cid-tuNANM1BGD .col-tabs .tab-content .tabs-row {
  padding: 0 !important;
}
.cid-tuNANM1BGD .col-text {
  width: 100%;
}
@media (min-width: 1024px) {
  .cid-tuNANM1BGD .col-text {
    width: 45%;
  }
}
@media (min-width: 1441px) {
  .cid-tuNANM1BGD .col-text {
    width: 34%;
  }
}
.cid-tuNANM1BGD .text-container {
  padding: 0 30px 0 0;
}
@media (min-width: 768px) {
  .cid-tuNANM1BGD .text-container {
    padding: 0 10% 0 0;
  }
}
.cid-tuNANM1BGD .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tuNANM1BGD .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #8A8A8A;
}
.cid-tuNANM1BGD .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 20px;
}
.cid-tuNANM1BGD .col-img {
  width: 100%;
  padding-top: 50px;
}
@media (min-width: 1024px) {
  .cid-tuNANM1BGD .col-img {
    width: 55%;
    padding-top: 0;
  }
}
@media (min-width: 1441px) {
  .cid-tuNANM1BGD .col-img {
    width: 66%;
  }
}
.cid-tuNANM1BGD .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.cid-tuNANM1BGD .img-container img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
.cid-tuNANM1BGD .col-tabs {
  padding: 10px 0 0 0;
}
@media (min-width: 768px) {
  .cid-tuNANM1BGD .col-tabs {
    padding: 3% 25% 0 0;
  }
}
@media (min-width: 1025px) {
  .cid-tuNANM1BGD .col-tabs {
    padding: 17px 0 0 0;
  }
}
.cid-tuNANM1BGD .nav-tabs .nav-item.open .nav-link:focus,
.cid-tuNANM1BGD .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tuNANM1BGD .nav-tabs {
  flex-wrap: nowrap;
  padding-bottom: 8px;
  border-bottom: 1px solid #57b8e0;
}
@media (max-width: 680px) {
  .cid-tuNANM1BGD .nav-tabs {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-tuNANM1BGD .nav-item {
  position: relative;
  color: #000000;
}
.cid-tuNANM1BGD .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  color: #000000 !important;
}
.cid-tuNANM1BGD .nav-tabs .nav-link:after {
  content: '';
  width: 0;
  left: 0;
  height: 1px;
  position: absolute;
  bottom: -9px;
  background-color: #000000;
  transition: width 0.48s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 680px) {
  .cid-tuNANM1BGD .nav-tabs .nav-link:after {
    bottom: -2px;
  }
}
.cid-tuNANM1BGD .nav-tabs .nav-item:not(:first-child) {
  margin-left: 68px;
}
@media (max-width: 680px) {
  .cid-tuNANM1BGD .nav-tabs .nav-item {
    margin: 0 0 12px 0 !important;
    width: max-content;
  }
}
@media (max-width: 680px) {
  .cid-tuNANM1BGD .nav-tabs .nav-item:last-child {
    margin: 0 !important;
  }
}
.cid-tuNANM1BGD .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-bottom: 25px;
}
.cid-tuNANM1BGD .list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 16px;
}
.cid-tuNANM1BGD .list li {
  margin-bottom: 7px;
}
.cid-tuNANM1BGD .list li:before {
  content: '';
  height: 4px;
  width: 4px;
  border-radius: 50%;
  display: inline-block;
  background: currentColor;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-tuNANM1BGD .nav-link,
.cid-tuNANM1BGD .nav-link.active {
  padding: 0;
  background-color: transparent;
}
.cid-tuNANM1BGD .nav-tabs .nav-link.active {
  color: #000000;
}
.cid-tuNANM1BGD .nav-tabs .nav-link.active:after {
  width: 100%;
}
.cid-tuNByo4tjs .card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  height: 400px;
}
.cid-tuNByo4tjs .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  z-index: 1;
}
.cid-tuNByo4tjs .card:hover:before {
  opacity: 0.5;
}
.cid-tuNByo4tjs .card:hover img {
  transform: scale(1.1);
}
.cid-tuNByo4tjs .card:hover .card-box {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 767px) {
  .cid-tuNByo4tjs .card:before {
    opacity: 0.5;
  }
  .cid-tuNByo4tjs .card .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
}
.cid-tuNByo4tjs .card img {
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tuNByo4tjs .col-lg-4 {
    flex: 0 0 auto;
    width: 28%;
  }
  .cid-tuNByo4tjs .col-lg-2 {
    flex: 0 0 auto;
    width: 22%;
  }
}
.cid-tuNByo4tjs .card-box {
  opacity: 0;
  transition: all 0.3s;
  padding: 1rem;
  transform: translateY(15px);
}
.cid-tuNByo4tjs .card-wrapper {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  margin: auto;
  overflow: hidden;
  z-index: 2;
}
.cid-tuNByo4tjs .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tuNByo4tjs .card1-text {
  color: #ffffff;
  text-align: center;
}
.cid-tuNANMROcD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tuNANMROcD .card .card-img {
  overflow: hidden;
}
.cid-tuNANMROcD .card .card-img img {
  transition: all 0.5s;
}
.cid-tuNANMROcD .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tuNANMROcD .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tuNANMROcD .card {
  height: 100%;
}
.cid-tuNANMROcD .card .card-wrapper {
  height: 100%;
}
.cid-tuNANMROcD .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-tuNANMROcD .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tuNANMROcD .card .card-box .card-title {
  margin: 0;
}
.cid-tuNANMROcD .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuNANMROcD .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tuNANMROcD .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tuNANMROcD .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tuNANMROcD .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuNANMROcD .card .card-footer .icons-list {
  margin: 0;
}
.cid-tuNANMROcD .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-tuNANMROcD .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-tuNANMROcD .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-tuNANMROcD .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-tuNANMROcD .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-tuNANMROcD .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-tuNANMROcD .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuNANMROcD .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tuNANMROcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuNANMROcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuNANMROcD .link-text {
  color: #617974;
}
.cid-tuNANPW18z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(212deg, #bccec2 10%, #ffffff 100%) !important;
}
.cid-tuNANPW18z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuNANPW18z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuNANPW18z .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tuNANPW18z .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tuNANPW18z .label-container {
  padding: 5px 16px;
  border-radius: 0px;
  background: #617974;
}
.cid-tuNANPW18z .label-text {
  color: #ffffff;
}
.cid-tuNANPW18z .card-text {
  color: #878e99;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tuNANPW18z .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tuNANPW18z .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tuNANPW18z .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tuNANPW18z .link-text a {
  display: flex;
  align-items: center;
}
.cid-tuNANPW18z .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tuNANPW18z .link-text a:hover {
  color: #d7d3be !important;
}
.cid-tuNANQPfOO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/balcon-fond-1-2000x600.jpg");
}
.cid-tuNANQPfOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuNANQPfOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuNANQPfOO .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tuNANQPfOO .row {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
.cid-tuNANQPfOO .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-tuNANQPfOO .head-container {
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tuNANQPfOO {
    overflow: hidden;
  }
}
.cid-tuNANQPfOO .section-head {
  position: sticky;
  top: 160px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tuNANQPfOO .section-head {
    position: static;
    margin-bottom: 60px;
  }
}
.cid-tuNANQPfOO .mbr-section-title {
  color: #1e2024;
}
.cid-tuNANQPfOO .mbr-section-subtitle {
  color: #617974;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tuNANQPfOO .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tuNANQPfOO .tabs-main-container {
  width: calc(100% - 10px);
  margin-left: 10px;
}
@media (max-width: 991px) {
  .cid-tuNANQPfOO .tabs-main-container {
    margin-left: 0;
    width: 100%;
  }
}
.cid-tuNANQPfOO .tabs-main-wrap {
  width: 100%;
}
.cid-tuNANQPfOO .nav-tabs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  border: none !important;
  background: transparent;
  background: linear-gradient(145deg, #ffffff, #ffffff);
}
.cid-tuNANQPfOO .nav-tabs .nav-item.open .nav-link:focus,
.cid-tuNANQPfOO .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tuNANQPfOO .tabs .tabs1 .expertm5 .nav-item {
  display: flex;
  align-items: center;
  flex-basis: 16.66%!important;
  margin: 0;
  flex-grow: 1;
  transition: all .4s;
}
@media (max-width: 575px) {
  .cid-tuNANQPfOO .tabs .tabs1 .expertm5 .nav-item {
    flex-basis: 100%;
  }
}
.cid-tuNANQPfOO .nav-tabs .nav-link {
  width: 100%;
  text-align: center;
  display: block;
  padding: 26px 10px;
  border-radius: 6px;
  transition: all .4s;
  background: transparent;
  border: none;
}
.cid-tuNANQPfOO .nav-tabs .nav-link:not(.active) {
  color: #617974;
}
.cid-tuNANQPfOO .nav-tabs .nav-link:hover,
.cid-tuNANQPfOO .nav-tabs .nav-link:focus {
  background: transparent;
  color: #cbae6e;
}
.cid-tuNANQPfOO .nav-tabs .nav-link.active {
  background: transparent;
  color: #cbae6e;
}
.cid-tuNANQPfOO .tab-content {
  padding: 55px 50px 60px;
}
@media (max-width: 991px) {
  .cid-tuNANQPfOO .tab-content {
    padding: 55px 30px 30px;
  }
}
@media (max-width: 575px) {
  .cid-tuNANQPfOO .tab-content {
    padding: 55px 25px 25px;
  }
}
.cid-tuNANQPfOO .pricing-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-tuNANQPfOO .pricing-header {
    padding-bottom: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .cid-tuNANQPfOO .pricing-header {
    padding-bottom: 25px;
  }
}
.cid-tuNANQPfOO .card-text-wrap {
  margin-right: auto;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-tuNANQPfOO .card-text-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.cid-tuNANQPfOO .card-title {
  color: #cbae6e;
  margin-bottom: 9px;
}
.cid-tuNANQPfOO .card-subtitle {
  color: #617974;
  margin-bottom: 0;
}
.cid-tuNANQPfOO .card-text-label {
  padding: 9px 25px;
  border-radius: 6px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-tuNANQPfOO .card-text-label {
    margin-left: 0;
  }
}
.cid-tuNANQPfOO .card-label {
  color: #cbae6e;
  margin-bottom: 0;
}
.cid-tuNANQPfOO .pricing-body {
  width: 100%;
}
.cid-tuNANQPfOO .mbr-text {
  color: #1e2024;
  max-width: 84%;
}
.cid-tuNANQPfOO .list-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-tuNANQPfOO .list-container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cid-tuNANQPfOO .list-container-left,
.cid-tuNANQPfOO .list-container-right {
  max-width: 48%;
  min-width: 35%;
  width: fit-content;
}
@media (max-width: 575px) {
  .cid-tuNANQPfOO .list-container-left,
  .cid-tuNANQPfOO .list-container-right {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
}
.cid-tuNANQPfOO .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .cid-tuNANQPfOO .list-item:last-child {
    margin-bottom: 0;
  }
}
.cid-tuNANQPfOO .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 5px;
}
.cid-tuNANQPfOO .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #cbae6e;
}
.cid-tuNANQPfOO .list-item-text {
  color: #C4CFDE;
  width: fit-content;
}
.cid-tuNANQPfOO .pricing-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tuNANQPfOO .pricing-footer {
    padding-top: 10px;
  }
}
.cid-tuNANQPfOO .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
}
.cid-tuNANQPfOO .mbr-section-btn .btn {
  flex-grow: 1;
}
@media (max-width: 575px) {
  .cid-tuNANQPfOO .mbr-section-btn {
    width: auto;
  }
  .cid-tuNANQPfOO .mbr-section-btn .btn {
    width: auto;
    min-width: auto !important;
  }
}
.cid-tuNANQPfOO .comment-text {
  color: #9ca5b1;
  margin-top: 15px;
}
.cid-tuNANTEbBn {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tuNANTEbBn .row {
  justify-content: center;
}
.cid-tuNANTEbBn img,
.cid-tuNANTEbBn .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tuNANTEbBn .item:focus,
.cid-tuNANTEbBn span:focus {
  outline: none;
}
.cid-tuNANTEbBn .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tuNANTEbBn .col-items {
    flex-wrap: wrap;
  }
}
.cid-tuNANTEbBn .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-tuNANTEbBn .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tuNANTEbBn .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-tuNANTEbBn .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-tuNANTEbBn .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-tuNANTEbBn .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-tuNANTEbBn .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-tuNANTEbBn .item-wrapper .btn-primary:hover span {
  color: #d7d3be !important;
}
.cid-tuNANTEbBn .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-tuNANTEbBn .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-tuNANTEbBn .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-tuNANTEbBn .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-tuNANTEbBn .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-tuNANTEbBn .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-tuNANTEbBn .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-tuNANTEbBn .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-tuNANTEbBn .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-tuNANTEbBn .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #cbae6e;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tuNANTEbBn .label-text {
    text-align: center !important;
  }
}
.cid-tuNANTEbBn .mbr-section-title {
  width: 100%;
  color: #617974;
  text-align: center;
}
.cid-tuNANTEbBn .mbr-text {
  color: #ffffff;
}
.cid-tuNANTEbBn .item-title {
  color: #ffffff;
}
.cid-tuNANTEbBn .item-subtitle {
  color: #ffffff;
}
.cid-tuNANTEbBn .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-tuNANTEbBn .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-tuNANTEbBn .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-tuNANTEbBn .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tuNANTEbBn .mbr-section-head {
    text-align: center !important;
  }
}
.cid-tuNANTEbBn .mbr-section-subtitle {
  text-align: center;
}
.cid-tuNANUSDc8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tuNANUSDc8 .google-map {
  height: 35rem;
  position: relative;
}
.cid-tuNANUSDc8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tuNANUSDc8 .google-map [data-state-details] {
  color: #6b6763;
  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-tuNANUSDc8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tuNANUSDc8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tuNANVK0qX {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/t3-loggias-du-foix-1920x1080.jpg");
}
.cid-tuNANVK0qX .mbr-overlay {
  background-color: #d7d3be;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-tuNANVK0qX {
    background-position: right;
  }
}
.cid-tuNANVK0qX input,
.cid-tuNANVK0qX textarea {
  border-radius: 0;
}
.cid-tuNANVK0qX input:hover,
.cid-tuNANVK0qX textarea:hover {
  border: 1px solid transparent !important;
}
.cid-tuNANVK0qX .row {
  justify-content: flex-end;
}
.cid-tuNANVK0qX textarea {
  min-height: 200px;
}
.cid-tuNANVK0qX .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tuNANVK0qX .col-auto {
    margin: auto;
  }
}
.cid-tuNANVK0qX .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tuNANVK0qX .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #d7d3be;
  font-size: 1.2rem;
}
.cid-tuNANVK0qX .mbr-main-subtitle {
  background: #d7d3be;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tuNANVK0qX .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #d7d3be;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tuNANVK0qX .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tuNANVK0qX .btn {
  padding: 1rem 3rem;
}
.cid-tuNANVK0qX .form-control,
.cid-tuNANVK0qX .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tuNANVK0qX .form-control::-webkit-input-placeholder,
.cid-tuNANVK0qX .field-input::-webkit-input-placeholder,
.cid-tuNANVK0qX .form-control::-webkit-input-placeholder,
.cid-tuNANVK0qX .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tuNANVK0qX .form-control:-moz-placeholder,
.cid-tuNANVK0qX .field-input:-moz-placeholder,
.cid-tuNANVK0qX .form-control:-moz-placeholder,
.cid-tuNANVK0qX .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tuNANVK0qX .form-control:hover,
.cid-tuNANVK0qX .field-input:hover,
.cid-tuNANVK0qX .form-control:focus,
.cid-tuNANVK0qX .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tuNANVK0qX .form-control:hover::-webkit-input-placeholder,
.cid-tuNANVK0qX .field-input:hover::-webkit-input-placeholder,
.cid-tuNANVK0qX .form-control:focus::-webkit-input-placeholder,
.cid-tuNANVK0qX .field-input:focus::-webkit-input-placeholder,
.cid-tuNANVK0qX .form-control:hover::-webkit-input-placeholder,
.cid-tuNANVK0qX .field-input:hover::-webkit-input-placeholder,
.cid-tuNANVK0qX .form-control:focus::-webkit-input-placeholder,
.cid-tuNANVK0qX .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tuNANVK0qX .form-control:hover:-moz-placeholder,
.cid-tuNANVK0qX .field-input:hover:-moz-placeholder,
.cid-tuNANVK0qX .form-control:focus:-moz-placeholder,
.cid-tuNANVK0qX .field-input:focus:-moz-placeholder,
.cid-tuNANVK0qX .form-control:hover:-moz-placeholder,
.cid-tuNANVK0qX .field-input:hover:-moz-placeholder,
.cid-tuNANVK0qX .form-control:focus:-moz-placeholder,
.cid-tuNANVK0qX .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tuNANVK0qX .jq-number__spin:hover,
.cid-tuNANVK0qX .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tuNANVK0qX .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tuNANVK0qX .jq-selectbox li,
.cid-tuNANVK0qX .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tuNANVK0qX .jq-selectbox li:hover,
.cid-tuNANVK0qX .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tuNANVK0qX .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tuNANVK0qX .jq-number__spin.minus:hover:after,
.cid-tuNANVK0qX .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tuNANVK0qX .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tuNANVK0qX .jq-number__spin.minus:after,
.cid-tuNANVK0qX .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tuNANVK0qX .mbr-section-text {
  color: #353535;
}
.cid-tuNANVK0qX .mbr-section-title {
  color: #000000;
}
.cid-tuNANVK0qX .soc-link,
.cid-tuNANVK0qX .soc-wrapper {
  color: #000000;
}
.cid-tuNANWNPlc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #617974;
}
.cid-tuNANWNPlc .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tuNANWNPlc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tuNANWNPlc .text-wrapper {
  padding: 2rem 1rem;
}
.cid-tuNANWNPlc img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuNANWNPlc .text-wrapper {
    padding: 2rem;
  }
}
.cid-tuNANWNPlc .mbr-text {
  color: #bbbbbb;
}
.cid-tuNANWNPlc .mbr-section-title {
  color: #cbae6e;
}
.cid-tuNANWNPlc .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.cid-tuNANXzd1q {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #617974;
  overflow: hidden;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

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

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

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

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

/*! 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: 400;
  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: 400;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

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

.btn-lg {
  font-weight: 400;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  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);
  }
}

@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

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


.m-l-0{margin-left:0;}
.text{line-height:1.6em;}
.menu{line-height:1.6em;}
.font-triple, .tk-arya-triple{font-family: arya-triple, sans-serif;
font-weight: 400;
font-style: normal;}
.font-triple-alt, .tk-arya-triple-alt{font-family: arya-triple-alt, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-single, tk-arya-single{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-sigle-slant{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: italic;}
.arya-double, .tk-arya-double {font-family: arya-double, sans-serif !important;
font-weight: 400;
font-style: normal;}
.arya-double-slant{font-family: arya-double, sans-serif;
    font-weight: 400;}.cid-twtS4HWJY9 {
  background-image: url("../../../assets/images/croix-du-foix-3-copie-2-2000x1152.jpg");
}
.cid-twtS4HWJY9 .mbr-section-title {
  color: #ffffff;
}
.cid-twtS4HWJY9 .mbr-text,
.cid-twtS4HWJY9 .mbr-section-btn {
  color: #d7d3be;
}
.cid-twtS4HWJY9 .bande {
  width: auto;
  height: auto;
  background-color: red;
  background-image: url("https://www.lesloggiasdufoix.fr/assets/images/triangle2.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  border-bottom: 10px solid red;
}
.cid-twtS4HWJY9 .mbr-section-subtitle {
  color: #cbae6e;
}
.cid-twtS4HWJY9 .header3 {
  width: 100%;
  height: 100%;
  background-color: red;
  background-image: url("https://www.lesloggiasdufoix.fr/assets/images/triangle2.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  border-bottom: 10px solid red;
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

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

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

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

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

/*! 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: 400;
  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: 400;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

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

.btn-lg {
  font-weight: 400;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  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);
  }
}

@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

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


.m-l-0{margin-left:0;}
.text{line-height:1.6em;}
.menu{line-height:1.6em;}
.font-triple, .tk-arya-triple{font-family: arya-triple, sans-serif;
font-weight: 400;
font-style: normal;}
.font-triple-alt, .tk-arya-triple-alt{font-family: arya-triple-alt, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-single, tk-arya-single{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-sigle-slant{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: italic;}
.arya-double, .tk-arya-double {font-family: arya-double, sans-serif !important;
font-weight: 400;
font-style: normal;}
.arya-double-slant{font-family: arya-double, sans-serif;
    font-weight: 400;}.cid-tuxj6Ln8Hj {
  z-index: 1000;
  width: 100%;
}
.cid-tuxj6Ln8Hj .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tuxj6Ln8Hj .iconfont-wrapper {
  overflow: hidden;
  color: #8d9c91 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tuxj6Ln8Hj .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tuxj6Ln8Hj .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tuxj6Ln8Hj .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #d7d3be;
  z-index: -1;
}
.cid-tuxj6Ln8Hj nav.navbar {
  position: fixed;
}
.cid-tuxj6Ln8Hj .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tuxj6Ln8Hj .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tuxj6Ln8Hj .nav-item {
    border: 0;
  }
}
.cid-tuxj6Ln8Hj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tuxj6Ln8Hj .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tuxj6Ln8Hj .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tuxj6Ln8Hj .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tuxj6Ln8Hj .title-wrap:hover span {
  color: white;
}
.cid-tuxj6Ln8Hj .title-wrap:hover:before {
  height: 100%;
}
.cid-tuxj6Ln8Hj .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-tuxj6Ln8Hj .dropdown-menu {
  padding: 0;
  border-top: 4px solid #d7d3be;
}
.cid-tuxj6Ln8Hj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuxj6Ln8Hj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuxj6Ln8Hj .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tuxj6Ln8Hj .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tuxj6Ln8Hj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuxj6Ln8Hj .nav-link {
  position: relative;
}
.cid-tuxj6Ln8Hj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuxj6Ln8Hj .container {
    flex-wrap: nowrap;
  }
}
.cid-tuxj6Ln8Hj .dropdown-menu,
.cid-tuxj6Ln8Hj .navbar.opened {
  background: #ffffff !important;
}
.cid-tuxj6Ln8Hj .nav-item:focus,
.cid-tuxj6Ln8Hj .nav-link:focus {
  outline: none;
}
.cid-tuxj6Ln8Hj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuxj6Ln8Hj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuxj6Ln8Hj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuxj6Ln8Hj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuxj6Ln8Hj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuxj6Ln8Hj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuxj6Ln8Hj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
}
.cid-tuxj6Ln8Hj .navbar.opened {
  transition: all 0.3s;
}
.cid-tuxj6Ln8Hj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuxj6Ln8Hj .navbar .navbar-logo img {
  width: auto;
}
.cid-tuxj6Ln8Hj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuxj6Ln8Hj .navbar.collapsed {
  justify-content: center;
}
.cid-tuxj6Ln8Hj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuxj6Ln8Hj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuxj6Ln8Hj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tuxj6Ln8Hj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuxj6Ln8Hj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuxj6Ln8Hj .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-tuxj6Ln8Hj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuxj6Ln8Hj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuxj6Ln8Hj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuxj6Ln8Hj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuxj6Ln8Hj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuxj6Ln8Hj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuxj6Ln8Hj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuxj6Ln8Hj .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-tuxj6Ln8Hj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuxj6Ln8Hj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuxj6Ln8Hj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuxj6Ln8Hj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuxj6Ln8Hj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuxj6Ln8Hj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuxj6Ln8Hj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuxj6Ln8Hj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuxj6Ln8Hj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuxj6Ln8Hj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuxj6Ln8Hj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuxj6Ln8Hj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuxj6Ln8Hj .dropdown-item.active,
.cid-tuxj6Ln8Hj .dropdown-item:active {
  background-color: transparent;
}
.cid-tuxj6Ln8Hj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuxj6Ln8Hj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuxj6Ln8Hj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuxj6Ln8Hj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tuxj6Ln8Hj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuxj6Ln8Hj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuxj6Ln8Hj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuxj6Ln8Hj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuxj6Ln8Hj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuxj6Ln8Hj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #617974;
}
.cid-tuxj6Ln8Hj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuxj6Ln8Hj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuxj6Ln8Hj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuxj6Ln8Hj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuxj6Ln8Hj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuxj6Ln8Hj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuxj6Ln8Hj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuxj6Ln8Hj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuxj6Ln8Hj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuxj6Ln8Hj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuxj6Ln8Hj .navbar {
    height: 70px;
  }
  .cid-tuxj6Ln8Hj .navbar.opened {
    height: auto;
  }
  .cid-tuxj6Ln8Hj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuxj6Ln8Hj .navbar-caption-wrap,
.cid-tuxj6Ln8Hj .title-wrap {
  color: #272727;
}
.cid-tuxj6N6m8v {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/labels-renovation-1003x607.png");
}
.cid-tuxj6N6m8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuxj6N6m8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuxj6N6m8v .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tuxj6N6m8v .mbr-text {
  text-align: left;
}
.cid-tuxj6N6m8v .mbr-section-title,
.cid-tuxj6N6m8v .mbr-section-btn {
  text-align: left;
}
.cid-tuHv2oHHAU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
@media (min-width: 1400px) {
  .cid-tuHv2oHHAU .container {
    max-width: 1000px;
  }
}
.cid-tuHv2oHHAU .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-tuHv2oHHAU .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-tuHv2oHHAU .row {
  justify-content: center;
}
.cid-tuHv2oHHAU .card-text {
  color: #353535;
}
.cid-tuHv2oHHAU .card-title,
.cid-tuHv2oHHAU .iconfont-wrapper {
  color: #272727;
}
.cid-tuHv2oHHAU .title {
  color: #617974;
}
.cid-tF6evusdVm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(212deg, #bccec2 10%, #ffffff 100%) !important;
}
.cid-tF6evusdVm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF6evusdVm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tF6evusdVm .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tF6evusdVm .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tF6evusdVm .label-container {
  padding: 5px 16px;
  border-radius: 0px;
  background: #617974;
}
.cid-tF6evusdVm .label-text {
  color: #ffffff;
}
.cid-tF6evusdVm .card-text {
  color: #878e99;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tF6evusdVm .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tF6evusdVm .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tF6evusdVm .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tF6evusdVm .link-text a {
  display: flex;
  align-items: center;
}
.cid-tF6evusdVm .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tF6evusdVm .link-text a:hover {
  color: #d7d3be !important;
}
.cid-tF6aeX7FPR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tF6aeX7FPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tF6aeX7FPR .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-tF6aeX7FPR .container {
    padding: 0 16px;
  }
}
.cid-tF6aeX7FPR .link-wrap:hover .row .title-wrapper {
  opacity: .75;
}
.cid-tF6aeX7FPR .link-wrap:hover .row .image-wrapper {
  opacity: .75;
}
.cid-tF6aeX7FPR .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .cid-tF6aeX7FPR .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tF6aeX7FPR .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tF6aeX7FPR .title-wrapper .mbr-date {
  margin-bottom: 0;
}
.cid-tF6aeX7FPR .image-wrapper {
  transition: all 0.3s ease-out;
}
.cid-tF6aeX7FPR .image-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tF6aeX7FPR .image-wrapper img {
    height: 300px;
  }
}
.cid-tF6aeX7FPR .mbr-section-title {
  color: #08323C;
}
.cid-tF6aeX7FPR .mbr-date {
  color: #08323C;
}
.cid-tuxj6Pmv5d {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tuxj6Pmv5d .row {
  justify-content: center;
}
.cid-tuxj6Pmv5d img,
.cid-tuxj6Pmv5d .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tuxj6Pmv5d .item:focus,
.cid-tuxj6Pmv5d span:focus {
  outline: none;
}
.cid-tuxj6Pmv5d .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tuxj6Pmv5d .col-items {
    flex-wrap: wrap;
  }
}
.cid-tuxj6Pmv5d .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-tuxj6Pmv5d .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tuxj6Pmv5d .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-tuxj6Pmv5d .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-tuxj6Pmv5d .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-tuxj6Pmv5d .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-tuxj6Pmv5d .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-tuxj6Pmv5d .item-wrapper .btn-primary:hover span {
  color: #d7d3be !important;
}
.cid-tuxj6Pmv5d .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-tuxj6Pmv5d .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-tuxj6Pmv5d .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-tuxj6Pmv5d .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-tuxj6Pmv5d .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-tuxj6Pmv5d .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-tuxj6Pmv5d .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-tuxj6Pmv5d .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-tuxj6Pmv5d .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-tuxj6Pmv5d .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #cbae6e;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tuxj6Pmv5d .label-text {
    text-align: center !important;
  }
}
.cid-tuxj6Pmv5d .mbr-section-title {
  width: 100%;
  color: #617974;
  text-align: center;
}
.cid-tuxj6Pmv5d .mbr-text {
  color: #ffffff;
}
.cid-tuxj6Pmv5d .item-title {
  color: #ffffff;
}
.cid-tuxj6Pmv5d .item-subtitle {
  color: #ffffff;
}
.cid-tuxj6Pmv5d .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-tuxj6Pmv5d .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-tuxj6Pmv5d .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-tuxj6Pmv5d .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tuxj6Pmv5d .mbr-section-head {
    text-align: center !important;
  }
}
.cid-tuxj6Pmv5d .mbr-section-subtitle {
  text-align: center;
}
.cid-tFlk1bwlBL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tFlk1bwlBL .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tFlk1bwlBL .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tFlk1bwlBL .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-tFlk1bwlBL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFlk1bwlBL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tFlk1bwlBL .map-placeholder {
  display: none;
}
.cid-tFlk1bwlBL .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tFlk1bwlBL .card {
  padding: 3rem 8rem;
}
.cid-tFlk1bwlBL .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tFlk1bwlBL .card .mbr-text {
  color: #06182d;
}
.cid-tFlk1bwlBL .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-tFlk1bwlBL .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFlk1bwlBL .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tFlk1bwlBL .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-tFlk1bwlBL .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-tFlk1bwlBL .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-tFlk1bwlBL .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-tFlk1bwlBL .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tFlk1bwlBL .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tFlk1bwlBL .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-tFlk1bwlBL .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e27019;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFlk1bwlBL .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-tFlk1bwlBL .card .form-group {
  padding-right: 0;
}
.cid-tFlk1bwlBL .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tFlk1bwlBL .card .btn-primary {
  border: 1px solid #d7d3be !important;
}
.cid-tFlk1bwlBL .card .btn-primary:hover {
  border: 1px solid #d7d3be !important;
}
@media (max-width: 1200px) {
  .cid-tFlk1bwlBL .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tFlk1bwlBL .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tFlk1bwlBL h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-tFlk1bwlBL * {
    text-align: center !important;
  }
  .cid-tFlk1bwlBL .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-tFlk1bwlBL .form-group {
    max-width: 180px;
  }
  .cid-tFlk1bwlBL .card {
    padding: 2rem 1rem;
  }
}
.cid-tFlk1bwlBL .card .group-title {
  color: #617974;
}
.cid-tFlk1bwlBL .card .mbr-section-title {
  color: #617974;
}
.cid-tFaSNbpcDm {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/t3-loggias-du-foix-1920x1080.jpg");
}
.cid-tFaSNbpcDm .mbr-overlay {
  background-color: #d7d3be;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-tFaSNbpcDm {
    background-position: right;
  }
}
.cid-tFaSNbpcDm input,
.cid-tFaSNbpcDm textarea {
  border-radius: 0;
}
.cid-tFaSNbpcDm input:hover,
.cid-tFaSNbpcDm textarea:hover {
  border: 1px solid transparent !important;
}
.cid-tFaSNbpcDm .row {
  justify-content: flex-end;
}
.cid-tFaSNbpcDm textarea {
  min-height: 200px;
}
.cid-tFaSNbpcDm .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tFaSNbpcDm .col-auto {
    margin: auto;
  }
}
.cid-tFaSNbpcDm .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tFaSNbpcDm .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #d7d3be;
  font-size: 1.2rem;
}
.cid-tFaSNbpcDm .mbr-main-subtitle {
  background: #d7d3be;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tFaSNbpcDm .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #d7d3be;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tFaSNbpcDm .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tFaSNbpcDm .btn {
  padding: 1rem 3rem;
}
.cid-tFaSNbpcDm .form-control,
.cid-tFaSNbpcDm .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tFaSNbpcDm .form-control::-webkit-input-placeholder,
.cid-tFaSNbpcDm .field-input::-webkit-input-placeholder,
.cid-tFaSNbpcDm .form-control::-webkit-input-placeholder,
.cid-tFaSNbpcDm .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tFaSNbpcDm .form-control:-moz-placeholder,
.cid-tFaSNbpcDm .field-input:-moz-placeholder,
.cid-tFaSNbpcDm .form-control:-moz-placeholder,
.cid-tFaSNbpcDm .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tFaSNbpcDm .form-control:hover,
.cid-tFaSNbpcDm .field-input:hover,
.cid-tFaSNbpcDm .form-control:focus,
.cid-tFaSNbpcDm .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tFaSNbpcDm .form-control:hover::-webkit-input-placeholder,
.cid-tFaSNbpcDm .field-input:hover::-webkit-input-placeholder,
.cid-tFaSNbpcDm .form-control:focus::-webkit-input-placeholder,
.cid-tFaSNbpcDm .field-input:focus::-webkit-input-placeholder,
.cid-tFaSNbpcDm .form-control:hover::-webkit-input-placeholder,
.cid-tFaSNbpcDm .field-input:hover::-webkit-input-placeholder,
.cid-tFaSNbpcDm .form-control:focus::-webkit-input-placeholder,
.cid-tFaSNbpcDm .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tFaSNbpcDm .form-control:hover:-moz-placeholder,
.cid-tFaSNbpcDm .field-input:hover:-moz-placeholder,
.cid-tFaSNbpcDm .form-control:focus:-moz-placeholder,
.cid-tFaSNbpcDm .field-input:focus:-moz-placeholder,
.cid-tFaSNbpcDm .form-control:hover:-moz-placeholder,
.cid-tFaSNbpcDm .field-input:hover:-moz-placeholder,
.cid-tFaSNbpcDm .form-control:focus:-moz-placeholder,
.cid-tFaSNbpcDm .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tFaSNbpcDm .jq-number__spin:hover,
.cid-tFaSNbpcDm .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tFaSNbpcDm .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tFaSNbpcDm .jq-selectbox li,
.cid-tFaSNbpcDm .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tFaSNbpcDm .jq-selectbox li:hover,
.cid-tFaSNbpcDm .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tFaSNbpcDm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tFaSNbpcDm .jq-number__spin.minus:hover:after,
.cid-tFaSNbpcDm .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tFaSNbpcDm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tFaSNbpcDm .jq-number__spin.minus:after,
.cid-tFaSNbpcDm .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tFaSNbpcDm .mbr-section-text {
  color: #353535;
}
.cid-tFaSNbpcDm .mbr-section-title {
  color: #000000;
}
.cid-tFaSNbpcDm .soc-link,
.cid-tFaSNbpcDm .soc-wrapper {
  color: #000000;
}
.cid-tFbaxKQZg0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #617974;
}
.cid-tFbaxKQZg0 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tFbaxKQZg0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFbaxKQZg0 .text-wrapper {
  padding: 2rem 1rem;
}
.cid-tFbaxKQZg0 img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tFbaxKQZg0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tFbaxKQZg0 .mbr-text {
  color: #bbbbbb;
}
.cid-tFbaxKQZg0 .mbr-section-title {
  color: #cbae6e;
}
.cid-tFbaxKQZg0 .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

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

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

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

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

/*! 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: 400;
  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: 400;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

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

.btn-lg {
  font-weight: 400;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  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);
  }
}

@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

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


.m-l-0{margin-left:0;}
.text{line-height:1.6em;}
.menu{line-height:1.6em;}
.font-triple, .tk-arya-triple{font-family: arya-triple, sans-serif;
font-weight: 400;
font-style: normal;}
.font-triple-alt, .tk-arya-triple-alt{font-family: arya-triple-alt, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-single, tk-arya-single{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-sigle-slant{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: italic;}
.arya-double, .tk-arya-double {font-family: arya-double, sans-serif !important;
font-weight: 400;
font-style: normal;}
.arya-double-slant{font-family: arya-double, sans-serif;
    font-weight: 400;}.cid-tFi8eP3qjG {
  z-index: 1000;
  width: 100%;
}
.cid-tFi8eP3qjG .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tFi8eP3qjG .iconfont-wrapper {
  overflow: hidden;
  color: #8d9c91 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tFi8eP3qjG .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tFi8eP3qjG .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tFi8eP3qjG .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #d7d3be;
  z-index: -1;
}
.cid-tFi8eP3qjG nav.navbar {
  position: fixed;
}
.cid-tFi8eP3qjG .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tFi8eP3qjG .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tFi8eP3qjG .nav-item {
    border: 0;
  }
}
.cid-tFi8eP3qjG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tFi8eP3qjG .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tFi8eP3qjG .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tFi8eP3qjG .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tFi8eP3qjG .title-wrap:hover span {
  color: white;
}
.cid-tFi8eP3qjG .title-wrap:hover:before {
  height: 100%;
}
.cid-tFi8eP3qjG .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-tFi8eP3qjG .dropdown-menu {
  padding: 0;
  border-top: 4px solid #d7d3be;
}
.cid-tFi8eP3qjG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFi8eP3qjG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFi8eP3qjG .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tFi8eP3qjG .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tFi8eP3qjG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFi8eP3qjG .nav-link {
  position: relative;
}
.cid-tFi8eP3qjG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tFi8eP3qjG .container {
    flex-wrap: nowrap;
  }
}
.cid-tFi8eP3qjG .dropdown-menu,
.cid-tFi8eP3qjG .navbar.opened {
  background: #ffffff !important;
}
.cid-tFi8eP3qjG .nav-item:focus,
.cid-tFi8eP3qjG .nav-link:focus {
  outline: none;
}
.cid-tFi8eP3qjG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFi8eP3qjG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFi8eP3qjG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFi8eP3qjG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFi8eP3qjG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFi8eP3qjG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFi8eP3qjG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
}
.cid-tFi8eP3qjG .navbar.opened {
  transition: all 0.3s;
}
.cid-tFi8eP3qjG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFi8eP3qjG .navbar .navbar-logo img {
  width: auto;
}
.cid-tFi8eP3qjG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFi8eP3qjG .navbar.collapsed {
  justify-content: center;
}
.cid-tFi8eP3qjG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFi8eP3qjG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFi8eP3qjG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tFi8eP3qjG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFi8eP3qjG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFi8eP3qjG .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-tFi8eP3qjG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFi8eP3qjG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFi8eP3qjG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFi8eP3qjG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFi8eP3qjG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFi8eP3qjG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFi8eP3qjG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFi8eP3qjG .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-tFi8eP3qjG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFi8eP3qjG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFi8eP3qjG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFi8eP3qjG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFi8eP3qjG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFi8eP3qjG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFi8eP3qjG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFi8eP3qjG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFi8eP3qjG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFi8eP3qjG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tFi8eP3qjG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFi8eP3qjG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFi8eP3qjG .dropdown-item.active,
.cid-tFi8eP3qjG .dropdown-item:active {
  background-color: transparent;
}
.cid-tFi8eP3qjG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFi8eP3qjG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFi8eP3qjG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFi8eP3qjG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tFi8eP3qjG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFi8eP3qjG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFi8eP3qjG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFi8eP3qjG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFi8eP3qjG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tFi8eP3qjG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #617974;
}
.cid-tFi8eP3qjG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFi8eP3qjG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFi8eP3qjG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFi8eP3qjG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFi8eP3qjG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFi8eP3qjG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFi8eP3qjG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFi8eP3qjG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFi8eP3qjG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFi8eP3qjG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tFi8eP3qjG .navbar {
    height: 70px;
  }
  .cid-tFi8eP3qjG .navbar.opened {
    height: auto;
  }
  .cid-tFi8eP3qjG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFi8eP3qjG .navbar-caption-wrap,
.cid-tFi8eP3qjG .title-wrap {
  color: #272727;
}
.cid-tFkQcYazG5 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fond-logo-loggias-du-foix-couleur-2000x1027.png");
}
.cid-tFkQcYazG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFkQcYazG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFkQcYazG5.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tFkQcYazG5 .container-fluid {
  padding: 0 !important;
}
.cid-tFkQcYazG5 img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-tFi8eQGAvz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
@media (min-width: 1400px) {
  .cid-tFi8eQGAvz .container {
    max-width: 1000px;
  }
}
.cid-tFi8eQGAvz .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-tFi8eQGAvz .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-tFi8eQGAvz .row {
  justify-content: center;
}
.cid-tFi8eQGAvz .card-text {
  color: #353535;
}
.cid-tFi8eQGAvz .card-title,
.cid-tFi8eQGAvz .iconfont-wrapper {
  color: #272727;
}
.cid-tFi8eQGAvz .title {
  color: #617974;
}
.cid-tFi8eRm64n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(212deg, #bccec2 10%, #ffffff 100%) !important;
}
.cid-tFi8eRm64n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFi8eRm64n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFi8eRm64n .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tFi8eRm64n .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tFi8eRm64n .label-container {
  padding: 5px 16px;
  border-radius: 0px;
  background: #617974;
}
.cid-tFi8eRm64n .label-text {
  color: #ffffff;
}
.cid-tFi8eRm64n .card-text {
  color: #878e99;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tFi8eRm64n .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tFi8eRm64n .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tFi8eRm64n .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tFi8eRm64n .link-text a {
  display: flex;
  align-items: center;
}
.cid-tFi8eRm64n .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tFi8eRm64n .link-text a:hover {
  color: #d7d3be !important;
}
.cid-tFi8eShUlk {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFi8eShUlk .row {
  justify-content: center;
}
.cid-tFi8eShUlk img,
.cid-tFi8eShUlk .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tFi8eShUlk .item:focus,
.cid-tFi8eShUlk span:focus {
  outline: none;
}
.cid-tFi8eShUlk .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tFi8eShUlk .col-items {
    flex-wrap: wrap;
  }
}
.cid-tFi8eShUlk .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-tFi8eShUlk .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tFi8eShUlk .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-tFi8eShUlk .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-tFi8eShUlk .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-tFi8eShUlk .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-tFi8eShUlk .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-tFi8eShUlk .item-wrapper .btn-primary:hover span {
  color: #d7d3be !important;
}
.cid-tFi8eShUlk .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-tFi8eShUlk .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-tFi8eShUlk .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-tFi8eShUlk .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-tFi8eShUlk .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-tFi8eShUlk .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-tFi8eShUlk .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-tFi8eShUlk .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-tFi8eShUlk .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-tFi8eShUlk .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #cbae6e;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tFi8eShUlk .label-text {
    text-align: center !important;
  }
}
.cid-tFi8eShUlk .mbr-section-title {
  width: 100%;
  color: #617974;
  text-align: center;
}
.cid-tFi8eShUlk .mbr-text {
  color: #ffffff;
}
.cid-tFi8eShUlk .item-title {
  color: #ffffff;
}
.cid-tFi8eShUlk .item-subtitle {
  color: #ffffff;
}
.cid-tFi8eShUlk .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-tFi8eShUlk .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-tFi8eShUlk .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-tFi8eShUlk .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tFi8eShUlk .mbr-section-head {
    text-align: center !important;
  }
}
.cid-tFi8eShUlk .mbr-section-subtitle {
  text-align: center;
}
.cid-tFlk6TJ2Cl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tFlk6TJ2Cl .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tFlk6TJ2Cl .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tFlk6TJ2Cl .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-tFlk6TJ2Cl .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFlk6TJ2Cl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tFlk6TJ2Cl .map-placeholder {
  display: none;
}
.cid-tFlk6TJ2Cl .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tFlk6TJ2Cl .card {
  padding: 3rem 8rem;
}
.cid-tFlk6TJ2Cl .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tFlk6TJ2Cl .card .mbr-text {
  color: #06182d;
}
.cid-tFlk6TJ2Cl .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-tFlk6TJ2Cl .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFlk6TJ2Cl .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tFlk6TJ2Cl .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-tFlk6TJ2Cl .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-tFlk6TJ2Cl .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-tFlk6TJ2Cl .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-tFlk6TJ2Cl .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tFlk6TJ2Cl .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tFlk6TJ2Cl .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-tFlk6TJ2Cl .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e27019;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFlk6TJ2Cl .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-tFlk6TJ2Cl .card .form-group {
  padding-right: 0;
}
.cid-tFlk6TJ2Cl .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tFlk6TJ2Cl .card .btn-primary {
  border: 1px solid #d7d3be !important;
}
.cid-tFlk6TJ2Cl .card .btn-primary:hover {
  border: 1px solid #d7d3be !important;
}
@media (max-width: 1200px) {
  .cid-tFlk6TJ2Cl .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tFlk6TJ2Cl .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tFlk6TJ2Cl h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-tFlk6TJ2Cl * {
    text-align: center !important;
  }
  .cid-tFlk6TJ2Cl .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-tFlk6TJ2Cl .form-group {
    max-width: 180px;
  }
  .cid-tFlk6TJ2Cl .card {
    padding: 2rem 1rem;
  }
}
.cid-tFlk6TJ2Cl .card .group-title {
  color: #617974;
}
.cid-tFlk6TJ2Cl .card .mbr-section-title {
  color: #617974;
}
.cid-tFi8eUuhAu {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/t3-loggias-du-foix-1920x1080.jpg");
}
.cid-tFi8eUuhAu .mbr-overlay {
  background-color: #d7d3be;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-tFi8eUuhAu {
    background-position: right;
  }
}
.cid-tFi8eUuhAu input,
.cid-tFi8eUuhAu textarea {
  border-radius: 0;
}
.cid-tFi8eUuhAu input:hover,
.cid-tFi8eUuhAu textarea:hover {
  border: 1px solid transparent !important;
}
.cid-tFi8eUuhAu .row {
  justify-content: flex-end;
}
.cid-tFi8eUuhAu textarea {
  min-height: 200px;
}
.cid-tFi8eUuhAu .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tFi8eUuhAu .col-auto {
    margin: auto;
  }
}
.cid-tFi8eUuhAu .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tFi8eUuhAu .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #d7d3be;
  font-size: 1.2rem;
}
.cid-tFi8eUuhAu .mbr-main-subtitle {
  background: #d7d3be;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tFi8eUuhAu .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #d7d3be;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tFi8eUuhAu .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tFi8eUuhAu .btn {
  padding: 1rem 3rem;
}
.cid-tFi8eUuhAu .form-control,
.cid-tFi8eUuhAu .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tFi8eUuhAu .form-control::-webkit-input-placeholder,
.cid-tFi8eUuhAu .field-input::-webkit-input-placeholder,
.cid-tFi8eUuhAu .form-control::-webkit-input-placeholder,
.cid-tFi8eUuhAu .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tFi8eUuhAu .form-control:-moz-placeholder,
.cid-tFi8eUuhAu .field-input:-moz-placeholder,
.cid-tFi8eUuhAu .form-control:-moz-placeholder,
.cid-tFi8eUuhAu .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tFi8eUuhAu .form-control:hover,
.cid-tFi8eUuhAu .field-input:hover,
.cid-tFi8eUuhAu .form-control:focus,
.cid-tFi8eUuhAu .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tFi8eUuhAu .form-control:hover::-webkit-input-placeholder,
.cid-tFi8eUuhAu .field-input:hover::-webkit-input-placeholder,
.cid-tFi8eUuhAu .form-control:focus::-webkit-input-placeholder,
.cid-tFi8eUuhAu .field-input:focus::-webkit-input-placeholder,
.cid-tFi8eUuhAu .form-control:hover::-webkit-input-placeholder,
.cid-tFi8eUuhAu .field-input:hover::-webkit-input-placeholder,
.cid-tFi8eUuhAu .form-control:focus::-webkit-input-placeholder,
.cid-tFi8eUuhAu .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tFi8eUuhAu .form-control:hover:-moz-placeholder,
.cid-tFi8eUuhAu .field-input:hover:-moz-placeholder,
.cid-tFi8eUuhAu .form-control:focus:-moz-placeholder,
.cid-tFi8eUuhAu .field-input:focus:-moz-placeholder,
.cid-tFi8eUuhAu .form-control:hover:-moz-placeholder,
.cid-tFi8eUuhAu .field-input:hover:-moz-placeholder,
.cid-tFi8eUuhAu .form-control:focus:-moz-placeholder,
.cid-tFi8eUuhAu .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tFi8eUuhAu .jq-number__spin:hover,
.cid-tFi8eUuhAu .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tFi8eUuhAu .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tFi8eUuhAu .jq-selectbox li,
.cid-tFi8eUuhAu .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tFi8eUuhAu .jq-selectbox li:hover,
.cid-tFi8eUuhAu .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tFi8eUuhAu .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tFi8eUuhAu .jq-number__spin.minus:hover:after,
.cid-tFi8eUuhAu .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tFi8eUuhAu .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tFi8eUuhAu .jq-number__spin.minus:after,
.cid-tFi8eUuhAu .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tFi8eUuhAu .mbr-section-text {
  color: #353535;
}
.cid-tFi8eUuhAu .mbr-section-title {
  color: #000000;
}
.cid-tFi8eUuhAu .soc-link,
.cid-tFi8eUuhAu .soc-wrapper {
  color: #000000;
}
.cid-tFi8eVbpP6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #617974;
}
.cid-tFi8eVbpP6 .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tFi8eVbpP6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFi8eVbpP6 .text-wrapper {
  padding: 2rem 1rem;
}
.cid-tFi8eVbpP6 img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tFi8eVbpP6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tFi8eVbpP6 .mbr-text {
  color: #bbbbbb;
}
.cid-tFi8eVbpP6 .mbr-section-title {
  color: #cbae6e;
}
.cid-tFi8eVbpP6 .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

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

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

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

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

/*! 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: 400;
  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: 400;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

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

.btn-lg {
  font-weight: 400;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  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);
  }
}

@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

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


.m-l-0{margin-left:0;}
.text{line-height:1.6em;}
.menu{line-height:1.6em;}
.font-triple, .tk-arya-triple{font-family: arya-triple, sans-serif;
font-weight: 400;
font-style: normal;}
.font-triple-alt, .tk-arya-triple-alt{font-family: arya-triple-alt, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-single, tk-arya-single{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-sigle-slant{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: italic;}
.arya-double, .tk-arya-double {font-family: arya-double, sans-serif !important;
font-weight: 400;
font-style: normal;}
.arya-double-slant{font-family: arya-double, sans-serif;
    font-weight: 400;}.cid-tuI87MILHU {
  z-index: 1000;
  width: 100%;
}
.cid-tuI87MILHU .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-tuI87MILHU .iconfont-wrapper {
  overflow: hidden;
  color: #8d9c91 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-tuI87MILHU .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-tuI87MILHU .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-tuI87MILHU .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #d7d3be;
  z-index: -1;
}
.cid-tuI87MILHU nav.navbar {
  position: fixed;
}
.cid-tuI87MILHU .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-tuI87MILHU .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-tuI87MILHU .nav-item {
    border: 0;
  }
}
.cid-tuI87MILHU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tuI87MILHU .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-tuI87MILHU .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-tuI87MILHU .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-tuI87MILHU .title-wrap:hover span {
  color: white;
}
.cid-tuI87MILHU .title-wrap:hover:before {
  height: 100%;
}
.cid-tuI87MILHU .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-tuI87MILHU .dropdown-menu {
  padding: 0;
  border-top: 4px solid #d7d3be;
}
.cid-tuI87MILHU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tuI87MILHU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tuI87MILHU .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-tuI87MILHU .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-tuI87MILHU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tuI87MILHU .nav-link {
  position: relative;
}
.cid-tuI87MILHU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tuI87MILHU .container {
    flex-wrap: nowrap;
  }
}
.cid-tuI87MILHU .dropdown-menu,
.cid-tuI87MILHU .navbar.opened {
  background: #ffffff !important;
}
.cid-tuI87MILHU .nav-item:focus,
.cid-tuI87MILHU .nav-link:focus {
  outline: none;
}
.cid-tuI87MILHU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tuI87MILHU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tuI87MILHU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tuI87MILHU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tuI87MILHU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuI87MILHU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuI87MILHU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
}
.cid-tuI87MILHU .navbar.opened {
  transition: all 0.3s;
}
.cid-tuI87MILHU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tuI87MILHU .navbar .navbar-logo img {
  width: auto;
}
.cid-tuI87MILHU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuI87MILHU .navbar.collapsed {
  justify-content: center;
}
.cid-tuI87MILHU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuI87MILHU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuI87MILHU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tuI87MILHU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuI87MILHU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tuI87MILHU .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-tuI87MILHU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuI87MILHU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tuI87MILHU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tuI87MILHU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuI87MILHU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuI87MILHU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuI87MILHU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tuI87MILHU .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-tuI87MILHU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tuI87MILHU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuI87MILHU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tuI87MILHU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tuI87MILHU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tuI87MILHU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tuI87MILHU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tuI87MILHU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tuI87MILHU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tuI87MILHU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuI87MILHU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuI87MILHU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuI87MILHU .dropdown-item.active,
.cid-tuI87MILHU .dropdown-item:active {
  background-color: transparent;
}
.cid-tuI87MILHU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tuI87MILHU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuI87MILHU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuI87MILHU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tuI87MILHU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuI87MILHU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuI87MILHU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tuI87MILHU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tuI87MILHU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tuI87MILHU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #617974;
}
.cid-tuI87MILHU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tuI87MILHU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuI87MILHU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tuI87MILHU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tuI87MILHU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuI87MILHU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tuI87MILHU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tuI87MILHU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tuI87MILHU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tuI87MILHU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuI87MILHU .navbar {
    height: 70px;
  }
  .cid-tuI87MILHU .navbar.opened {
    height: auto;
  }
  .cid-tuI87MILHU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tuI87MILHU .navbar-caption-wrap,
.cid-tuI87MILHU .title-wrap {
  color: #272727;
}
.cid-tuIe2HpJCR .modal-body .close {
  background: #1b1b1b;
}
.cid-tuIe2HpJCR .modal-body .close span {
  font-style: normal;
}
.cid-tuIe2HpJCR .carousel-inner > .active,
.cid-tuIe2HpJCR .carousel-inner > .next,
.cid-tuIe2HpJCR .carousel-inner > .prev {
  display: flex;
}
.cid-tuIe2HpJCR .carousel-control .icon-next,
.cid-tuIe2HpJCR .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tuIe2HpJCR .carousel-control:hover {
  background: #d7d3be;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tuIe2HpJCR .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tuIe2HpJCR .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tuIe2HpJCR .boxed-slider > div {
  position: relative;
}
.cid-tuIe2HpJCR .container img {
  width: 100%;
}
.cid-tuIe2HpJCR .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tuIe2HpJCR .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tuIe2HpJCR .mbr-table-cell {
  padding: 0;
}
.cid-tuIe2HpJCR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tuIe2HpJCR .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tuIe2HpJCR .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tuIe2HpJCR .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tuIe2HpJCR .carousel-item.active.right,
.cid-tuIe2HpJCR .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tuIe2HpJCR .carousel-item.active.left,
.cid-tuIe2HpJCR .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tuIe2HpJCR .carousel-item.active,
.cid-tuIe2HpJCR .carousel-item.next.left,
.cid-tuIe2HpJCR .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tuIe2HpJCR .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.9rem;
  width: 60px;
  height: 60px;
  font-size: 25px;
  border: 2px solid #fff;
  border-radius: 0 !important;
  transition: all 0.3s;
  z-index: 11;
}
.cid-tuIe2HpJCR .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
}
.cid-tuIe2HpJCR .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
}
@media (max-width: 767px) {
  .cid-tuIe2HpJCR .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tuIe2HpJCR .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tuIe2HpJCR .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: #d7d3be;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tuIe2HpJCR .mbr-slider .carousel-indicators li.active,
.cid-tuIe2HpJCR .mbr-slider .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tuIe2HpJCR .mbr-slider .carousel-indicators li::after,
.cid-tuIe2HpJCR .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tuIe2HpJCR .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tuIe2HpJCR .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tuIe2HpJCR .mbr-slider > .container img {
  width: 100%;
}
.cid-tuIe2HpJCR .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tuIe2HpJCR .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tuIe2HpJCR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tuIe2HpJCR .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tuIe2HpJCR .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tuIe2HpJCR .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tuIe2HpJCR .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tuIe2HpJCR .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tuIe2HpJCR .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tuIe2HpJCR .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tuIe2HpJCR .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tuIe2HpJCR .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tuIe2HpJCR .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tuIe2HpJCR H2 {
  text-align: left;
}
.cid-tuIe2HpJCR P {
  text-align: left;
}
.cid-tuIemDtze9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tuIemDtze9 .card .card-img {
  overflow: hidden;
}
.cid-tuIemDtze9 .card .card-img img {
  transition: all 0.5s;
}
.cid-tuIemDtze9 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tuIemDtze9 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tuIemDtze9 .card {
  height: 100%;
}
.cid-tuIemDtze9 .card .card-wrapper {
  height: 100%;
}
.cid-tuIemDtze9 .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-tuIemDtze9 .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tuIemDtze9 .card .card-box .card-title {
  margin: 0;
}
.cid-tuIemDtze9 .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuIemDtze9 .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tuIemDtze9 .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tuIemDtze9 .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tuIemDtze9 .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuIemDtze9 .card .card-footer .icons-list {
  margin: 0;
}
.cid-tuIemDtze9 .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-tuIemDtze9 .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-tuIemDtze9 .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-tuIemDtze9 .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-tuIemDtze9 .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-tuIemDtze9 .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-tuIemDtze9 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tuIemDtze9 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-tuIemDtze9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuIemDtze9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuIemDtze9 .link-text {
  color: #617974;
}
.cid-tuI87P1G9T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(212deg, #bccec2 10%, #ffffff 100%) !important;
}
.cid-tuI87P1G9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuI87P1G9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuI87P1G9T .card-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media (max-width: 767px) {
  .cid-tuI87P1G9T .card-box {
    max-width: 510px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 0;
  }
}
.cid-tuI87P1G9T .label-container {
  padding: 5px 16px;
  border-radius: 0px;
  background: #617974;
}
.cid-tuI87P1G9T .label-text {
  color: #ffffff;
}
.cid-tuI87P1G9T .card-text {
  color: #878e99;
  margin-left: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tuI87P1G9T .card-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tuI87P1G9T .link-text {
  color: #C4CFDE;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .cid-tuI87P1G9T .link-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.cid-tuI87P1G9T .link-text a {
  display: flex;
  align-items: center;
}
.cid-tuI87P1G9T .link-text a .mbr-iconfont {
  font-size: inherit;
  color: inherit;
  margin-left: 6px;
}
.cid-tuI87P1G9T .link-text a:hover {
  color: #d7d3be !important;
}
.cid-tF643gmxCQ .main-card {
  background-image: url("../../../assets/images/fond-bloc-visite-2-1181x1181.png");
  background-size: auto 110%;
  position: relative;
  background-position: center;
  align-items: center;
  display: flex;
}
.cid-tF643gmxCQ .mbr-main-subtitle {
  background: #d7d3be;
  width: fit-content;
  padding: 0.4rem 0.8rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tF643gmxCQ .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #d7d3be;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tF643gmxCQ .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tF643gmxCQ .card {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  height: 400px;
}
.cid-tF643gmxCQ .card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  z-index: 1;
}
.cid-tF643gmxCQ .card:hover:before {
  opacity: 0.5;
}
.cid-tF643gmxCQ .card:hover img {
  transform: scale(1.1);
}
.cid-tF643gmxCQ .card:hover .card-box {
  opacity: 1;
  transform: translateY(0px);
}
@media (max-width: 767px) {
  .cid-tF643gmxCQ .card:before {
    opacity: 0.5;
  }
  .cid-tF643gmxCQ .card .card-box {
    opacity: 1;
    transform: translateY(0px);
  }
}
.cid-tF643gmxCQ .card img {
  transition: all 0.3s;
  height: 100%;
  object-fit: cover;
}
.cid-tF643gmxCQ .content {
  max-width: 450px;
  margin: auto;
  padding: 4rem 1.5rem;
}
@media (max-width: 992px) {
  .cid-tF643gmxCQ .content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tF643gmxCQ .content {
    padding: 4rem 1rem;
  }
}
.cid-tF643gmxCQ .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tF643gmxCQ .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #d7d3be;
  font-size: 1.2rem;
}
.cid-tF643gmxCQ .card-box {
  opacity: 0;
  transition: all 0.3s;
  padding: 1rem;
  transform: translateY(15px);
}
.cid-tF643gmxCQ .card-wrapper {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  margin: auto;
  overflow: hidden;
  z-index: 2;
}
.cid-tF643gmxCQ .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tF643gmxCQ .card1-text {
  color: #ffffff;
  text-align: center;
}
.cid-tF643gmxCQ .mbr-section-subtitle,
.cid-tF643gmxCQ .main-btn {
  color: #ffffff;
}
.cid-tF643gmxCQ .soc-link,
.cid-tF643gmxCQ .soc-wrapper {
  color: #ffffff;
}
.cid-tF643gmxCQ .mbr-section-title {
  color: #ffffff;
}
.cid-tuI87PvC04 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tuI87PvC04 .row {
  justify-content: center;
}
.cid-tuI87PvC04 img,
.cid-tuI87PvC04 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tuI87PvC04 .item:focus,
.cid-tuI87PvC04 span:focus {
  outline: none;
}
.cid-tuI87PvC04 .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tuI87PvC04 .col-items {
    flex-wrap: wrap;
  }
}
.cid-tuI87PvC04 .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-tuI87PvC04 .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tuI87PvC04 .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-tuI87PvC04 .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-tuI87PvC04 .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-tuI87PvC04 .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-tuI87PvC04 .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-tuI87PvC04 .item-wrapper .btn-primary:hover span {
  color: #d7d3be !important;
}
.cid-tuI87PvC04 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-tuI87PvC04 .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-tuI87PvC04 .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-tuI87PvC04 .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-tuI87PvC04 .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-tuI87PvC04 .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-tuI87PvC04 .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-tuI87PvC04 .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-tuI87PvC04 .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-tuI87PvC04 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #cbae6e;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tuI87PvC04 .label-text {
    text-align: center !important;
  }
}
.cid-tuI87PvC04 .mbr-section-title {
  width: 100%;
  color: #617974;
  text-align: center;
}
.cid-tuI87PvC04 .mbr-text {
  color: #ffffff;
}
.cid-tuI87PvC04 .item-title {
  color: #ffffff;
}
.cid-tuI87PvC04 .item-subtitle {
  color: #ffffff;
}
.cid-tuI87PvC04 .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-tuI87PvC04 .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-tuI87PvC04 .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-tuI87PvC04 .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tuI87PvC04 .mbr-section-head {
    text-align: center !important;
  }
}
.cid-tuI87PvC04 .mbr-section-subtitle {
  text-align: center;
}
.cid-tFlkcvUubq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tFlkcvUubq .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tFlkcvUubq .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tFlkcvUubq .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-tFlkcvUubq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFlkcvUubq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tFlkcvUubq .map-placeholder {
  display: none;
}
.cid-tFlkcvUubq .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tFlkcvUubq .card {
  padding: 3rem 8rem;
}
.cid-tFlkcvUubq .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tFlkcvUubq .card .mbr-text {
  color: #06182d;
}
.cid-tFlkcvUubq .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-tFlkcvUubq .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFlkcvUubq .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tFlkcvUubq .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-tFlkcvUubq .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-tFlkcvUubq .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-tFlkcvUubq .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-tFlkcvUubq .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tFlkcvUubq .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tFlkcvUubq .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-tFlkcvUubq .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e27019;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFlkcvUubq .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-tFlkcvUubq .card .form-group {
  padding-right: 0;
}
.cid-tFlkcvUubq .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tFlkcvUubq .card .btn-primary {
  border: 1px solid #d7d3be !important;
}
.cid-tFlkcvUubq .card .btn-primary:hover {
  border: 1px solid #d7d3be !important;
}
@media (max-width: 1200px) {
  .cid-tFlkcvUubq .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tFlkcvUubq .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tFlkcvUubq h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-tFlkcvUubq * {
    text-align: center !important;
  }
  .cid-tFlkcvUubq .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-tFlkcvUubq .form-group {
    max-width: 180px;
  }
  .cid-tFlkcvUubq .card {
    padding: 2rem 1rem;
  }
}
.cid-tFlkcvUubq .card .group-title {
  color: #617974;
}
.cid-tFlkcvUubq .card .mbr-section-title {
  color: #617974;
}
.cid-tFaSSKANdQ {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/t3-loggias-du-foix-1920x1080.jpg");
}
.cid-tFaSSKANdQ .mbr-overlay {
  background-color: #d7d3be;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-tFaSSKANdQ {
    background-position: right;
  }
}
.cid-tFaSSKANdQ input,
.cid-tFaSSKANdQ textarea {
  border-radius: 0;
}
.cid-tFaSSKANdQ input:hover,
.cid-tFaSSKANdQ textarea:hover {
  border: 1px solid transparent !important;
}
.cid-tFaSSKANdQ .row {
  justify-content: flex-end;
}
.cid-tFaSSKANdQ textarea {
  min-height: 200px;
}
.cid-tFaSSKANdQ .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tFaSSKANdQ .col-auto {
    margin: auto;
  }
}
.cid-tFaSSKANdQ .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tFaSSKANdQ .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #d7d3be;
  font-size: 1.2rem;
}
.cid-tFaSSKANdQ .mbr-main-subtitle {
  background: #d7d3be;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tFaSSKANdQ .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #d7d3be;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tFaSSKANdQ .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tFaSSKANdQ .btn {
  padding: 1rem 3rem;
}
.cid-tFaSSKANdQ .form-control,
.cid-tFaSSKANdQ .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tFaSSKANdQ .form-control::-webkit-input-placeholder,
.cid-tFaSSKANdQ .field-input::-webkit-input-placeholder,
.cid-tFaSSKANdQ .form-control::-webkit-input-placeholder,
.cid-tFaSSKANdQ .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tFaSSKANdQ .form-control:-moz-placeholder,
.cid-tFaSSKANdQ .field-input:-moz-placeholder,
.cid-tFaSSKANdQ .form-control:-moz-placeholder,
.cid-tFaSSKANdQ .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tFaSSKANdQ .form-control:hover,
.cid-tFaSSKANdQ .field-input:hover,
.cid-tFaSSKANdQ .form-control:focus,
.cid-tFaSSKANdQ .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tFaSSKANdQ .form-control:hover::-webkit-input-placeholder,
.cid-tFaSSKANdQ .field-input:hover::-webkit-input-placeholder,
.cid-tFaSSKANdQ .form-control:focus::-webkit-input-placeholder,
.cid-tFaSSKANdQ .field-input:focus::-webkit-input-placeholder,
.cid-tFaSSKANdQ .form-control:hover::-webkit-input-placeholder,
.cid-tFaSSKANdQ .field-input:hover::-webkit-input-placeholder,
.cid-tFaSSKANdQ .form-control:focus::-webkit-input-placeholder,
.cid-tFaSSKANdQ .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tFaSSKANdQ .form-control:hover:-moz-placeholder,
.cid-tFaSSKANdQ .field-input:hover:-moz-placeholder,
.cid-tFaSSKANdQ .form-control:focus:-moz-placeholder,
.cid-tFaSSKANdQ .field-input:focus:-moz-placeholder,
.cid-tFaSSKANdQ .form-control:hover:-moz-placeholder,
.cid-tFaSSKANdQ .field-input:hover:-moz-placeholder,
.cid-tFaSSKANdQ .form-control:focus:-moz-placeholder,
.cid-tFaSSKANdQ .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tFaSSKANdQ .jq-number__spin:hover,
.cid-tFaSSKANdQ .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tFaSSKANdQ .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tFaSSKANdQ .jq-selectbox li,
.cid-tFaSSKANdQ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tFaSSKANdQ .jq-selectbox li:hover,
.cid-tFaSSKANdQ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tFaSSKANdQ .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tFaSSKANdQ .jq-number__spin.minus:hover:after,
.cid-tFaSSKANdQ .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tFaSSKANdQ .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tFaSSKANdQ .jq-number__spin.minus:after,
.cid-tFaSSKANdQ .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tFaSSKANdQ .mbr-section-text {
  color: #353535;
}
.cid-tFaSSKANdQ .mbr-section-title {
  color: #000000;
}
.cid-tFaSSKANdQ .soc-link,
.cid-tFaSSKANdQ .soc-wrapper {
  color: #000000;
}
.cid-tFbaCdZTBj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #617974;
}
.cid-tFbaCdZTBj .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tFbaCdZTBj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFbaCdZTBj .text-wrapper {
  padding: 2rem 1rem;
}
.cid-tFbaCdZTBj img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tFbaCdZTBj .text-wrapper {
    padding: 2rem;
  }
}
.cid-tFbaCdZTBj .mbr-text {
  color: #bbbbbb;
}
.cid-tFbaCdZTBj .mbr-section-title {
  color: #cbae6e;
}
.cid-tFbaCdZTBj .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
@charset "UTF-8";

section {
  background-color: #ffffff;
}

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

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

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

@media (max-width: 767px) {

  .align-left,
  .align-right {
    text-align: center;
  }
}

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

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

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

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

/*! 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: 400;
  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: 400;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

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

.btn-lg {
  font-weight: 400;
  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;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  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);
  }
}

@-webkit-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%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
    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: 0.6rem 1.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;
}

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 {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

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

@media (min-width: 992px) {
  .container {
    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: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper>img {
  opacity: 1;
}

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


.m-l-0{margin-left:0;}
.text{line-height:1.6em;}
.menu{line-height:1.6em;}
.font-triple, .tk-arya-triple{font-family: arya-triple, sans-serif;
font-weight: 400;
font-style: normal;}
.font-triple-alt, .tk-arya-triple-alt{font-family: arya-triple-alt, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-single, tk-arya-single{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: normal;}
.arya-sigle-slant{font-family: arya-single, sans-serif;
font-weight: 400;
font-style: italic;}
.arya-double, .tk-arya-double {font-family: arya-double, sans-serif !important;
font-weight: 400;
font-style: normal;}
.arya-double-slant{font-family: arya-double, sans-serif;
    font-weight: 400;}.cid-t3rKxm5gNG {
  z-index: 1000;
  width: 100%;
}
.cid-t3rKxm5gNG .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-t3rKxm5gNG .iconfont-wrapper {
  overflow: hidden;
  color: #8d9c91 !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-t3rKxm5gNG .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-t3rKxm5gNG .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-t3rKxm5gNG .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #d7d3be;
  z-index: -1;
}
.cid-t3rKxm5gNG nav.navbar {
  position: fixed;
}
.cid-t3rKxm5gNG .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-t3rKxm5gNG .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-t3rKxm5gNG .nav-item {
    border: 0;
  }
}
.cid-t3rKxm5gNG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-t3rKxm5gNG .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-t3rKxm5gNG .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-t3rKxm5gNG .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-t3rKxm5gNG .title-wrap:hover span {
  color: white;
}
.cid-t3rKxm5gNG .title-wrap:hover:before {
  height: 100%;
}
.cid-t3rKxm5gNG .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-t3rKxm5gNG .dropdown-menu {
  padding: 0;
  border-top: 4px solid #d7d3be;
}
.cid-t3rKxm5gNG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3rKxm5gNG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3rKxm5gNG .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-t3rKxm5gNG .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-t3rKxm5gNG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3rKxm5gNG .nav-link {
  position: relative;
}
.cid-t3rKxm5gNG .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t3rKxm5gNG .container {
    flex-wrap: nowrap;
  }
}
.cid-t3rKxm5gNG .dropdown-menu,
.cid-t3rKxm5gNG .navbar.opened {
  background: #ffffff !important;
}
.cid-t3rKxm5gNG .nav-item:focus,
.cid-t3rKxm5gNG .nav-link:focus {
  outline: none;
}
.cid-t3rKxm5gNG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3rKxm5gNG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3rKxm5gNG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3rKxm5gNG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3rKxm5gNG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3rKxm5gNG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3rKxm5gNG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0);
}
.cid-t3rKxm5gNG .navbar.opened {
  transition: all 0.3s;
}
.cid-t3rKxm5gNG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3rKxm5gNG .navbar .navbar-logo img {
  width: auto;
}
.cid-t3rKxm5gNG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3rKxm5gNG .navbar.collapsed {
  justify-content: center;
}
.cid-t3rKxm5gNG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3rKxm5gNG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3rKxm5gNG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-t3rKxm5gNG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3rKxm5gNG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3rKxm5gNG .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-t3rKxm5gNG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3rKxm5gNG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3rKxm5gNG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3rKxm5gNG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3rKxm5gNG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3rKxm5gNG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3rKxm5gNG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3rKxm5gNG .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-t3rKxm5gNG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3rKxm5gNG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3rKxm5gNG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3rKxm5gNG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3rKxm5gNG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3rKxm5gNG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3rKxm5gNG .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3rKxm5gNG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3rKxm5gNG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3rKxm5gNG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3rKxm5gNG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3rKxm5gNG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3rKxm5gNG .dropdown-item.active,
.cid-t3rKxm5gNG .dropdown-item:active {
  background-color: transparent;
}
.cid-t3rKxm5gNG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3rKxm5gNG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3rKxm5gNG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3rKxm5gNG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t3rKxm5gNG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3rKxm5gNG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3rKxm5gNG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3rKxm5gNG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3rKxm5gNG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3rKxm5gNG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #617974;
}
.cid-t3rKxm5gNG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3rKxm5gNG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3rKxm5gNG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3rKxm5gNG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3rKxm5gNG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3rKxm5gNG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3rKxm5gNG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3rKxm5gNG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3rKxm5gNG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t3rKxm5gNG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3rKxm5gNG .navbar {
    height: 70px;
  }
  .cid-t3rKxm5gNG .navbar.opened {
    height: auto;
  }
  .cid-t3rKxm5gNG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3rKxm5gNG .navbar-caption-wrap,
.cid-t3rKxm5gNG .title-wrap {
  color: #272727;
}
.cid-tuwgUrf6mg {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/capture-decran-2022-09-27-a-10.10.43-copie-2000x1007.png");
}
.cid-tuwgUrf6mg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuwgUrf6mg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuwgUrf6mg .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tuvWueaqzK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tuvWueaqzK .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-tuvWueaqzK .panel-group {
  border: none;
}
.cid-tuvWueaqzK .card {
  border-bottom: 1px solid black;
  border-radius: 0;
  padding: 1rem 0;
}
.cid-tuvWueaqzK .card-header {
  border: none;
}
.cid-tuvWueaqzK p {
  max-width: 600px;
  font-weight: 400;
}
@media (min-width: 767px) {
  .cid-tuvWueaqzK p {
    padding-left: 4rem;
  }
}
.cid-tuvWueaqzK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tuvWueaqzK .panel-body,
.cid-tuvWueaqzK .card-header {
  padding: 1rem 0;
}
.cid-tuvWueaqzK .panel-title-edit {
  color: #617974;
  text-align: left;
}
.cid-tuvWueaqzK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tuvWueaqzK .panel-text {
  color: #000000;
}
.cid-tuvWueaqzK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tuvWueaqzK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tuvWueaqzK H3 {
  color: #cbae6e;
}
.cid-tuvWueaqzK H4 {
  color: #617974;
}
.cid-tFlpnD4Ucr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7d3be;
}
.cid-tFlpnD4Ucr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFlpnD4Ucr .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-tFlpnD4Ucr .container {
    padding: 0 16px;
  }
}
.cid-tFlpnD4Ucr .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tFlpnD4Ucr .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-tFlpnD4Ucr .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tFlpnD4Ucr .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tFlpnD4Ucr .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-tFlpnD4Ucr .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tFlpnD4Ucr .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-tFlpnD4Ucr .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-tFlpnD4Ucr .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-tFlpnD4Ucr .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #08323c;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-tFlpnD4Ucr .mbr-section-title {
  color: #cbae6e;
}
.cid-tFlpnD4Ucr .mbr-desc {
  color: #08323C;
}
.cid-tFlpnD4Ucr .mbr-text {
  color: #08323C;
}
.cid-tFlpnD4Ucr .mbr-desc,
.cid-tFlpnD4Ucr .mbr-section-btn {
  color: #617974;
}
.cid-tuwGfNrYZs {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/vue-de-la-loire-ouest-1753x974.jpg");
}
@media (min-width: 1400px) {
  .cid-tuwGfNrYZs .container {
    max-width: 1000px;
  }
}
.cid-tuwGfNrYZs .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #617974;
  margin-bottom: 1rem;
  background: #bccec2;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.cid-tuwGfNrYZs .card-wrapper {
  margin-bottom: 2rem;
  border-top: 1px solid #efefef;
  padding-top: 2rem;
}
.cid-tuwGfNrYZs .row {
  justify-content: center;
}
.cid-tuwGfNrYZs .card-text {
  color: #e6e6e6;
}
.cid-tuwGfNrYZs .card-title,
.cid-tuwGfNrYZs .iconfont-wrapper {
  color: #ffffff;
}
.cid-tuwGfNrYZs .title {
  color: #ffffff;
}
.cid-tuwGfNrYZs p.text {
  color: #ffffff;
  text-align: left;
  line-height: 1.8;
}
.cid-tuwSZNFfpM {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tuwSZNFfpM .row {
  justify-content: center;
}
.cid-tuwSZNFfpM img,
.cid-tuwSZNFfpM .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tuwSZNFfpM .item:focus,
.cid-tuwSZNFfpM span:focus {
  outline: none;
}
.cid-tuwSZNFfpM .col-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tuwSZNFfpM .col-items {
    flex-wrap: wrap;
  }
}
.cid-tuwSZNFfpM .item {
  cursor: pointer;
  padding: 12px;
}
@media (min-width: 992px) {
  .cid-tuwSZNFfpM .item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tuwSZNFfpM .item {
    padding-bottom: 30px;
    padding-top: 30px;
    width: 100%;
  }
}
.cid-tuwSZNFfpM .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  transition: 1s all;
  min-height: 463px;
}
.cid-tuwSZNFfpM .item-wrapper .btn {
  padding: 10px 12px;
  min-width: 62px;
}
.cid-tuwSZNFfpM .item-wrapper .btn span {
  color: #ffffff;
  margin-right: 8px;
}
.cid-tuwSZNFfpM .item-wrapper .btn-primary:hover {
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.cid-tuwSZNFfpM .item-wrapper .btn-primary:hover span {
  color: #d7d3be !important;
}
.cid-tuwSZNFfpM .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-tuwSZNFfpM .item-wrapper:hover .item-content {
    bottom: 0;
  }
  .cid-tuwSZNFfpM .item-wrapper:hover .item-img img {
    transform: scale(1.2) translateY(-8%);
  }
}
.cid-tuwSZNFfpM .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-tuwSZNFfpM .item-img img {
  width: 100%;
  transform-style: preserve-3d;
  transition: 1.5s;
}
@media (min-width: 768px) {
  .cid-tuwSZNFfpM .item-img img {
    transform: scale(1.2) translateY(8%);
  }
}
.cid-tuwSZNFfpM .img-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  pointer-events: none;
}
.cid-tuwSZNFfpM .item-content {
  position: relative;
  bottom: -100%;
  z-index: 3;
  width: 100%;
  padding: 35px;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .cid-tuwSZNFfpM .item-content {
    bottom: 0;
    text-align: center;
  }
}
.cid-tuwSZNFfpM .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #cbae6e;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tuwSZNFfpM .label-text {
    text-align: center !important;
  }
}
.cid-tuwSZNFfpM .mbr-section-title {
  width: 100%;
  color: #617974;
  text-align: center;
}
.cid-tuwSZNFfpM .mbr-text {
  color: #ffffff;
}
.cid-tuwSZNFfpM .item-title {
  color: #ffffff;
}
.cid-tuwSZNFfpM .item-subtitle {
  color: #ffffff;
}
.cid-tuwSZNFfpM .icon-wrapper {
  margin-bottom: 1rem;
}
.cid-tuwSZNFfpM .icon-wrapper .mbr-iconfont {
  font-size: 33px;
  color: #ffffff;
}
.cid-tuwSZNFfpM .mbr-section-head {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cid-tuwSZNFfpM .mbr-section-head {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tuwSZNFfpM .mbr-section-head {
    text-align: center !important;
  }
}
.cid-tuwSZNFfpM .mbr-section-subtitle {
  text-align: center;
}
.cid-tFb73Pizyc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tFb73Pizyc .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-tFb73Pizyc .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-tFb73Pizyc .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-tFb73Pizyc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tFb73Pizyc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tFb73Pizyc .map-placeholder {
  display: none;
}
.cid-tFb73Pizyc .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-tFb73Pizyc .card {
  padding: 3rem 8rem;
}
.cid-tFb73Pizyc .card .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e27019;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-tFb73Pizyc .card .mbr-text {
  color: #06182d;
}
.cid-tFb73Pizyc .card .mbr-text.display-7 {
  letter-spacing: 0;
}
.cid-tFb73Pizyc .card .items .list-item {
  vertical-align: middle;
  padding-top: 5px;
  padding-bottom: 5px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tFb73Pizyc .card .items .list-item .listico {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-tFb73Pizyc .card .items .list-item .text2 {
  display: inline-block;
  color: #000000;
  text-align: left;
}
.cid-tFb73Pizyc .card .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 7px 39px;
}
.cid-tFb73Pizyc .card .mbr-section-btn .btn.display-4 {
  letter-spacing: 0;
}
.cid-tFb73Pizyc .card .mbr-section-btn .btn-success {
  color: #030f1c;
}
.cid-tFb73Pizyc .card .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tFb73Pizyc .card .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-tFb73Pizyc .card .social-list .soc-item a {
  margin: 0;
  transition: 0.2s linear;
}
.cid-tFb73Pizyc .card .social-list .soc-item a .socicon {
  font-size: 1.3rem;
  background: #e27019;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFb73Pizyc .card .social-list .soc-item a:hover {
  opacity: 0.4;
}
.cid-tFb73Pizyc .card .form-group {
  padding-right: 0;
}
.cid-tFb73Pizyc .card .form-group .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-tFb73Pizyc .card .btn-primary {
  border: 1px solid #d7d3be !important;
}
.cid-tFb73Pizyc .card .btn-primary:hover {
  border: 1px solid #d7d3be !important;
}
@media (max-width: 1200px) {
  .cid-tFb73Pizyc .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-tFb73Pizyc .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tFb73Pizyc h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .cid-tFb73Pizyc * {
    text-align: center !important;
  }
  .cid-tFb73Pizyc .card .social-list {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-tFb73Pizyc .form-group {
    max-width: 180px;
  }
  .cid-tFb73Pizyc .card {
    padding: 2rem 1rem;
  }
}
.cid-tFb73Pizyc .card .group-title {
  color: #617974;
}
.cid-tFb73Pizyc .card .mbr-section-title {
  color: #617974;
}
.cid-tFaSG7zYCo {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/t3-loggias-du-foix-1920x1080.jpg");
}
.cid-tFaSG7zYCo .mbr-overlay {
  background-color: #d7d3be;
  opacity: 0.6;
}
@media (max-width: 992px) {
  .cid-tFaSG7zYCo {
    background-position: right;
  }
}
.cid-tFaSG7zYCo input,
.cid-tFaSG7zYCo textarea {
  border-radius: 0;
}
.cid-tFaSG7zYCo input:hover,
.cid-tFaSG7zYCo textarea:hover {
  border: 1px solid transparent !important;
}
.cid-tFaSG7zYCo .row {
  justify-content: flex-end;
}
.cid-tFaSG7zYCo textarea {
  min-height: 200px;
}
.cid-tFaSG7zYCo .col-auto {
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  .cid-tFaSG7zYCo .col-auto {
    margin: auto;
  }
}
.cid-tFaSG7zYCo .social {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tFaSG7zYCo .social .mbr-iconfont {
  padding-right: 0.6rem;
  color: #d7d3be;
  font-size: 1.2rem;
}
.cid-tFaSG7zYCo .mbr-main-subtitle {
  background: #d7d3be;
  width: fit-content;
  padding: 0.5rem 1rem;
  position: relative;
  margin-bottom: 2rem;
}
.cid-tFaSG7zYCo .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #d7d3be;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-tFaSG7zYCo .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-tFaSG7zYCo .btn {
  padding: 1rem 3rem;
}
.cid-tFaSG7zYCo .form-control,
.cid-tFaSG7zYCo .field-input {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tFaSG7zYCo .form-control::-webkit-input-placeholder,
.cid-tFaSG7zYCo .field-input::-webkit-input-placeholder,
.cid-tFaSG7zYCo .form-control::-webkit-input-placeholder,
.cid-tFaSG7zYCo .field-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tFaSG7zYCo .form-control:-moz-placeholder,
.cid-tFaSG7zYCo .field-input:-moz-placeholder,
.cid-tFaSG7zYCo .form-control:-moz-placeholder,
.cid-tFaSG7zYCo .field-input:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tFaSG7zYCo .form-control:hover,
.cid-tFaSG7zYCo .field-input:hover,
.cid-tFaSG7zYCo .form-control:focus,
.cid-tFaSG7zYCo .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tFaSG7zYCo .form-control:hover::-webkit-input-placeholder,
.cid-tFaSG7zYCo .field-input:hover::-webkit-input-placeholder,
.cid-tFaSG7zYCo .form-control:focus::-webkit-input-placeholder,
.cid-tFaSG7zYCo .field-input:focus::-webkit-input-placeholder,
.cid-tFaSG7zYCo .form-control:hover::-webkit-input-placeholder,
.cid-tFaSG7zYCo .field-input:hover::-webkit-input-placeholder,
.cid-tFaSG7zYCo .form-control:focus::-webkit-input-placeholder,
.cid-tFaSG7zYCo .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-tFaSG7zYCo .form-control:hover:-moz-placeholder,
.cid-tFaSG7zYCo .field-input:hover:-moz-placeholder,
.cid-tFaSG7zYCo .form-control:focus:-moz-placeholder,
.cid-tFaSG7zYCo .field-input:focus:-moz-placeholder,
.cid-tFaSG7zYCo .form-control:hover:-moz-placeholder,
.cid-tFaSG7zYCo .field-input:hover:-moz-placeholder,
.cid-tFaSG7zYCo .form-control:focus:-moz-placeholder,
.cid-tFaSG7zYCo .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-tFaSG7zYCo .jq-number__spin:hover,
.cid-tFaSG7zYCo .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-tFaSG7zYCo .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tFaSG7zYCo .jq-selectbox li,
.cid-tFaSG7zYCo .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-tFaSG7zYCo .jq-selectbox li:hover,
.cid-tFaSG7zYCo .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-tFaSG7zYCo .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-tFaSG7zYCo .jq-number__spin.minus:hover:after,
.cid-tFaSG7zYCo .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tFaSG7zYCo .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-tFaSG7zYCo .jq-number__spin.minus:after,
.cid-tFaSG7zYCo .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-tFaSG7zYCo .mbr-section-text {
  color: #353535;
}
.cid-tFaSG7zYCo .mbr-section-title {
  color: #000000;
}
.cid-tFaSG7zYCo .soc-link,
.cid-tFaSG7zYCo .soc-wrapper {
  color: #000000;
}
.cid-tFbatP0stL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #617974;
}
.cid-tFbatP0stL .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-tFbatP0stL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFbatP0stL .text-wrapper {
  padding: 2rem 1rem;
}
.cid-tFbatP0stL img {
  width: 80%;
  padding: 2rem 0;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tFbatP0stL .text-wrapper {
    padding: 2rem;
  }
}
.cid-tFbatP0stL .mbr-text {
  color: #bbbbbb;
}
.cid-tFbatP0stL .mbr-section-title {
  color: #cbae6e;
}
.cid-tFbatP0stL .row {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
