@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');
.bs-sm-bloc {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.15);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-floater {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-colored-bloc {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.max-width-mixin {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-spinner/jquery.apispinner.css ***/
.api-spinner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.api-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.api-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.api-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/bundles/apimocore/Default/css/global.css ***/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix:after,
.zone:after,
.module-cluster:after {
  content: "";
  display: table;
  clear: both;
}
/* ratio picture */
.ratioPicture {
  position: relative;
  padding-bottom: 66.6%;
  overflow: hidden;
}
.ratioPicture[data-ratio="1/1"] {
  padding-bottom: 100%;
}
.ratioPicture[data-ratio="2/3"] {
  padding-bottom: 150%;
}
.ratioPicture[data-ratio="3/2"] {
  padding-bottom: 66.6%;
}
.ratioPicture[data-ratio="4/3"] {
  padding-bottom: 75%;
}
.ratioPicture[data-ratio="16/9"] {
  padding-bottom: 56.25%;
}
.ratioPicture img,
.ratioPicture iframe {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100%;
  margin: auto;
  max-width: none !important;
  max-height: none !important;
}
/* NEW ratio picture */
.ratio[data-ratio="1/1"] {
  aspect-ratio: 1/1;
}
.ratio[data-ratio="2/3"] {
  aspect-ratio: 2/3;
}
.ratio[data-ratio="1/2"] {
  aspect-ratio: 1/2;
}
.ratio[data-ratio="9/10"] {
  aspect-ratio: 9/10;
}
.ratio[data-ratio="3/2"] {
  aspect-ratio: 3/2;
}
.ratio[data-ratio="4/3"] {
  aspect-ratio: 4/3;
}
.ratio[data-ratio="16/9"] {
  aspect-ratio: 16/9;
}
.ratio[data-ratio="4"] {
  aspect-ratio: 4;
}
.ratio[data-ratio="3"] {
  aspect-ratio: 3;
}
/* rows */
.row-1,
.row-2,
.row-3,
.row-4,
.row-5,
.row-6 {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.row-1 {
  max-width: 1024px;
}
.row-2 {
  max-width: 1280px;
}
.row-3 {
  max-width: 1440px;
}
.row-4 {
  max-width: 1680px;
}
.row-5 {
  max-width: 1920px;
}
.row-6 {
  max-width: 2560px;
}
/* misc */
.ApiFieldGroup .CaptationContent {
  background: none;
}
.module.hidden {
  display: none;
}
/* image lazy load */
/* TODO blur issue with safary */
/* .img-lazy-load {
  filter: blur(5px);
}

.img-lazy-load.loaded {
  filter: blur(0px);
} */
#sd-cmp * {
  max-height: 100vh;
  font-size: 14px;
}
.grecaptcha-badge {
  z-index: 99999;
}
@media only screen and (max-width: 640px) {
  .grecaptcha-badge {
    visibility: hidden;
  }
}
@media only screen and (min-width: 641px) {
  .recaptcha-terms {
    display: none;
  }
}
.recaptcha-terms {
  padding: 5px 10px;
  text-align: center;
}
.recaptcha-terms p {
  font-size: 11px;
  line-height: 19px;
  opacity: 0.7;
}
.recaptcha-terms a {
  color: #1a73e8;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-utils/jquery-utils.css ***/
/*
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

.clearfix:after { content:""; display:table; clear:both; }
*/
/*
.resizePicture { position: relative; overflow: hidden; }
.resizePicture img { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; max-width:none !important ;max-height:none !important; margin: auto; opacity: 0; }
*/
/** TOOLS PAGE */
/*
.loanTool article.tool { margin-bottom: 40px; }
.loanTool input[type="text"],
.loanTool textarea,
.loanTool select {
  width: auto;
}

.loanTool table { width: 100%; }
.loanTool table td { padding: 10px; }

.loanTool label,
.loanTool span.number {
  float: left; width: 50%;
}
.loanTool span.number { text-align: right; }
.loanTool .result { font-weight: bold; }
*/
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-fieldgroup/jquery.apifieldgroup.css ***/
.ApiFieldGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ApiFieldGroup .CaptationContent {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
  padding: 5px 8px;
}
.ApiFieldGroup .CaptationContent span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-right: 30px;
}
.ApiFieldGroup .CaptationContent label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
}
.ApiFieldGroup.open .CaptationContent label i::before {
  content: "\F0143";
}
.ApiFieldGroup.close .CaptationContent label i::before {
  content: "\F0140";
}
.ApiFieldGroup .FieldWrapper {
  background-color: #7f8c8d;
  z-index: 1000;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  top: 100%;
  margin-top: 3px;
}
.ApiFieldGroup.open .FieldWrapper {
  display: block;
}
.ApiFieldGroup.close .FieldWrapper {
  display: none;
}
/*** CSS BASE PLUGIN Logo ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Logo/Resources/css/main-2.css ***/
.module-logo {
  max-width: 300px;
}
.module-logo a {
  text-indent: 0 !important;
}
.module-logo img {
  width: 100%;
}
/*** CSS BASE PLUGIN Structured Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/StructuredCms/Resources/css/main.css ***/
.module-structured-cms .picture-container img {
  width: 100%;
}
.module-structured-cms figure img {
  max-width: 100%!important;
  height: auto!important;
}
.structured-cms-template-2 {
  overflow: hidden;
}
.structured-cms-template-2 > div:first-child {
  overflow: hidden;
}
.structured-cms-template-2 > div:first-child .picture {
  float: left;
  width: 50%;
  height: 400px;
}
.structured-cms-template-2 > div:first-child .picture img {
  max-width: 100%;
}
.structured-cms-template-2 > div:first-child article {
  float: right;
  width: 50%;
  padding: 40px;
  text-align: center;
}
.structured-cms-template-2 > .list {
  margin-top: 1%;
}
.structured-cms-template-2 > .list > .picture,
.structured-cms-template-2 > .list > a {
  float: left;
  width: 24.2%;
  height: 60px;
  overflow: hidden;
}
.structured-cms-template-2 > .list > .picture {
  margin-right: 1%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0.5;
}
.structured-cms-template-2 > .list > .picture:hover {
  opacity: 1;
}
.structured-cms-template-2 > .list img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .structured-cms-template-2 > div:first-child .picture,
  .structured-cms-template-2 > div:first-child article {
    float: none;
    width: 100%;
  }
}
/*** CSS BASE TEMPLATE Marui PLUGIN Structured Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/structured-cms.less ***/
/*** CSS BASE TEMPLATE Marui PLUGIN Cluster ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/cluster.less ***/
/*** CSS BASE PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Menu/Resources/css/main.css ***/
.module-menu {
  position: relative;
}
.module-menu .module-menu ul,
.module-menu .module-menu dl,
.module-menu .module-menu dl dt,
.module-menu .module-menu dl dd {
  padding: 0;
  margin: 0;
}
.module-menu button {
  display: none;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
.module-menu button i {
  font-size: 24px;
}
.module-menu a[data-anchor] {
  cursor: pointer;
}
.module-menu.inline ul > li,
.module-menu.main ul > li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 10px;
}
@media screen and (min-width: 1025px) {
  .module-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 10px;
  }
  .module-menu ul li ul li {
    margin: 0;
  }
  .module-menu ul li.sub-menu:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
}
.module-menu ul li:hover ul {
  display: block;
}
@media screen and (max-width: 1024px) {
  .module-menu.main button {
    display: block;
  }
  .module-menu.main > ul {
    display: none;
  }
  .module-menu.main > ul.active {
    display: block;
  }
  .module-menu.main > ul li {
    display: block;
  }
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-3.css ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/legal.less ***/
/*** CSS BASE PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Agency/Resources/css/main.css ***/
.module-agency i.mdi {
  margin: 0 10px 0 0;
}
.module-agency .agency {
  position: relative;
  overflow: hidden;
}
.module-agency .agency .picture img {
  width: 100%;
}
.module-agency .agency .opening-hours .day span:first-child:not(:last-child):after {
  content: " - ";
}
/* template 1 */
.agency-template-1 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-1 .info {
  padding: 20px;
}
.agency-template-1 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-1 .agency > div {
    float: none;
    width: 100%;
  }
}
/* template 2 */
.agency-template-2 .agency h2 {
  text-align: center;
}
.agency-template-2 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-2 .agency > div.picture {
  text-align: right;
}
.agency-template-2 .agency > div.picture img {
  width: auto;
  max-width: 100%;
}
.agency-template-2 .agency > div.info {
  text-align: left;
  padding: 0 20px;
}
.agency-template-2 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-2 .agency > div {
    float: none;
    width: 100%;
  }
}
.module-agency.agency-template-5 table.agency-fees {
  text-align: left;
  border-spacing: 20px;
}
/* iframe fees */
.module-agency .agency-fees iframe {
  width: 100%;
  height: 100vh;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/agency.less ***/
/*** CSS BASE PLUGIN Counter ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Counter/Resources/css/main.less ***/
.module-counter .cart {
  position: relative;
  transition: all 0.25s ease-in-out;
}
.module-counter .cart:hover {
  transform: scale(1.2);
}
.module-counter .count_cart {
  position: absolute;
  left: 10px;
  top: -1px;
  font-size: 13px;
  color: white;
}
.module-counter i.mdi.mdi-heart::before {
  font-size: 35px;
}
/*** CSS BASE PLUGIN Social Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SocialMenu/Resources/css/social_menu-1.css ***/
.social-menu-template-1 ul li {
  padding: 5px;
}
.social-menu-template-1 ul li a i {
  font-size: 22px;
  margin-right: 10px;
}
.social-menu-template-1 .facebook:hover a i {
  color: #3b5999;
}
.social-menu-template-1 .google-plus:hover a i {
  color: #dd4b39;
}
.social-menu-template-1 .instagram:hover a i {
  color: #e4405f;
}
.social-menu-template-1 .twitter:hover a svg path {
  fill: #55acee;
}
.social-menu-template-1 .twitter {
  top: 2px;
  position: relative;
}
.social-menu-template-1 .twitter svg {
  margin-right: 10px;
}
.social-menu-template-1 .youtube:hover a i {
  color: #cd201f;
}
.social-menu-template-1 .linkedin:hover a i {
  color: #0077B5;
}
.social-menu-template-1 .pinterest:hover a i {
  color: #bd081c;
}
.social-menu-template-1 .dailymotion:hover a i {
  color: #00d2f3;
}
.social-menu-template-1 .tiktok .mdi-tiktok:after {
  background-image: url("/plugins/SocialMenu/tiktok.svg");
}
.social-menu-template-1 .mdi-bg:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/*** CSS BASE PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/main.css ***/
.module-cms {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
/* gestion des alignements */
.module-cms .cms-align-left {
  text-align: left;
}
.module-cms .cms-align-right {
  text-align: right;
}
.module-cms .cms-align-center {
  text-align: center;
}
.module-cms .cms-align-justify {
  text-align: justify;
}
.module-cms .info {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture {
  position: relative;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture + .info {
  width: 50%;
}
.module-cms img,
.module-cms .picture img {
  max-width: 100%;
}
.module-cms .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .module-cms .picture,
  .module-cms .info {
    width: 100%;
    padding: 20px;
  }
}
/*** CSS BASE PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/main.css ***/
.module-language {
  position: relative;
  margin-top: 0;
}
.module-language ul {
  padding: 0;
}
.module-language ul li {
  list-style: none;
}
.module-language ul li:not(:last-child) {
  margin-bottom: 10px;
}
.module-language ul li .flag-icon {
  width: 24px;
  height: 24px;
}
.module-language ul li .culture {
  display: inline-block;
  text-transform: capitalize;
}
.module-language ul li .flag-icon,
.module-language ul li .culture {
  vertical-align: middle;
}
.module-language ul li .flag-icon + .culture {
  margin-left: 10px;
}
.module-language .CaptationContent {
  padding: 0;
  width: 100%;
  display: flex;
}
.module-language .CaptationContent > span {
  display: flex;
  gap: 10px;
  padding: 0;
  align-items: center;
}
.module-language .CaptationContent > span span {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  color: #404146;
  text-transform: capitalize;
}
.module-language .CaptationContent > label {
  position: initial;
}
.module-language .CaptationContent > label i.mdi {
  position: relative;
  top: 1px;
  right: -5px;
}
.module-language .ApiFieldGroup .FieldWrapper {
  left: 0;
  min-width: 80px;
  text-align: left;
  padding: 10px;
}
.module-language .flag-icon.flag-icon-arab-league {
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
/*** CSS BASE TEMPLATE Marui PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/language.less ***/
/*** CSS BASE PLUGIN Currency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Currency/Resources/css/main.css ***/
.module-currency {
  position: relative;
}
.module-currency input {
  display: none;
}
.module-currency label {
  display: block;
  cursor: pointer;
}
.module-currency label:hover {
  text-decoration: underline;
}
.module-currency .FieldWrapper {
  left: 0;
  min-width: 70px;
  text-align: left;
  padding: 10px;
}
.module-currency .FieldWrapper label {
  clear: right;
}
/*** CSS BASE TEMPLATE Marui PLUGIN Currency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/currency.less ***/
/*** GLOBAL CSS TEMPLATE Marui ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/css/main.less ***/
.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}
.iti--separate-dial-code .iti__selected-flag:hovver {
  background: transparent;
}
.mfp-content textarea {
  border-radius: 30px;
}
body {
  margin: 0;
}
.fp-bg {
  z-index: 1046;
}
.mfp-wrap {
  z-index: 1047;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
  box-sizing: border-box;
}
ul,
li,
div,
select,
textarea,
input[type="text"],
.button,
input[type="submit"] {
  box-sizing: border-box;
}
:focus {
  outline: none;
}
.recaptcha-terms a {
  font-size: 11px;
  line-height: 19px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"][aria-selected=true]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  color: #323136;
}
.select2-container--open .select2-dropdown--below {
  border: none;
  transform: translate(-20%, 20px);
  min-width: 400px;
  box-shadow: 0px 5px 20px 0px rgba(0, 45, 91, 0.15);
  border-radius: 20px;
  padding: 10px;
}
.select2-container--open .select2-dropdown--below.dropdown-category {
  transform: translate(-20%, 29px);
}
@media only screen and (max-width: 1024px) {
  .select2-container--open .select2-dropdown--below,
  .select2-container--open .select2-dropdown--below.dropdown-category {
    min-width: 0;
    transform: none;
  }
}
.select2-container.dark .select2-dropdown--below {
  background: #19191b;
}
.select2-container.dark .select2-results__option {
  color: rgba(255, 255, 255, 0.6);
}
.select2-container.dark .select2-results__option--highlighted[aria-selected],
.select2-container.dark .select2-results__option[aria-selected=true] {
  color: #fff;
}
.mfp-content .popup-module-contact {
  max-width: 830px;
  width: 70vw;
  border-radius: 20px;
  padding: 30px 50px;
  background: white;
}
@media only screen and (max-width: 480px) {
  .mfp-content .popup-module-contact {
    padding: 30px 15px;
    width: 90vw;
  }
}
.mfp-content .popup-module-contact .recaptcha {
  display: none;
}
.mfp-content .popup-module-contact button {
  border-radius: 20px;
}
.mfp-content .popup-module-contact input {
  border-radius: 20px;
}
.mfp-content .popup-module-contact .module-header {
  margin-bottom: 2rem;
}
.mfp-content .popup-module-contact .module-header p,
.mfp-content .popup-module-contact .module-header span {
  text-align: center;
}
.mfp-content .popup-module-contact .module-header span {
  display: block;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.875rem;
  color: #323136;
}
.mfp-content .popup-module-contact form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mfp-content .popup-module-contact form .firstname,
.mfp-content .popup-module-contact form .lastname,
.mfp-content .popup-module-contact form .email,
.mfp-content .popup-module-contact form .phone,
.mfp-content .popup-module-contact form .city,
.mfp-content .popup-module-contact form .zipcode,
.mfp-content .popup-module-contact form .email {
  width: 49%;
}
@media only screen and (max-width: 480px) {
  .mfp-content .popup-module-contact form .firstname,
  .mfp-content .popup-module-contact form .lastname,
  .mfp-content .popup-module-contact form .email,
  .mfp-content .popup-module-contact form .phone,
  .mfp-content .popup-module-contact form .city,
  .mfp-content .popup-module-contact form .zipcode,
  .mfp-content .popup-module-contact form .email {
    width: 100%;
  }
}
.mfp-content .popup-module-contact form .message,
.mfp-content .popup-module-contact form .recaptcha {
  width: 100%;
}
.mfp-content .popup-module-contact form .field.custom_messages.choice {
  margin-bottom: 25px;
}
.mfp-content .popup-module-contact form label {
  font-size: 12px;
}
.mfp-content .popup-module-contact form[name="contact-form-109674"] div:last-child {
  order: 3;
}
.mfp-content .popup-module-contact form[name="contact-form-109674"] .message,
.mfp-content .popup-module-contact form[name="contact-form-109674"] .recaptcha {
  order: 3;
}
.mfp-content .popup-module-contact .SumoSelect > .CaptionCont,
.mfp-content .popup-module-contact .SumoSelect,
.mfp-content .popup-module-contact select {
  background: transparent !important;
}
.mfp-content .popup-module-contact textarea,
.mfp-content .popup-module-contact input[type="text"],
.mfp-content .popup-module-contact input[type="email"],
.mfp-content .popup-module-contact input[type="password"],
.mfp-content .popup-module-contact .custom_messages {
  background-color: #fafafa;
  border: 1px solid #dbdbdb !important;
}
.mfp-content .popup-module-contact .custom_messages {
  order: 3;
  width: 100%;
  margin-bottom: 10px;
}
.mfp-content .popup-module-contact .custom_messages .optWrapper > .options li.opt label,
.mfp-content .popup-module-contact .custom_messages .CaptionCont > span {
  text-align: left;
}
.mfp-content .popup-module-contact input[type="text"],
.mfp-content .popup-module-contact input[type="email"],
.mfp-content .popup-module-contact input[type="password"] {
  height: 44px;
  width: 100%;
  color: #454545;
  display: block;
  margin-bottom: 25px;
  padding: 0 12px 0;
}
.mfp-content .popup-module-contact .select2-container {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.mfp-content .popup-module-contact .select2-container--default .select2-selection--single {
  background-color: #fafafa;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #323136;
  z-index: 1040;
}
header > div {
  position: relative;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  transition: all 0.35s ease;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 16.4px;
}
@media only screen and (max-width: 1024px) {
  header > div {
    padding-top: 0;
  }
}
header i {
  color: #ffffff;
}
header.fixed > div .zone-header-right,
header.is-active > div .zone-header-right {
  transition: all 0.35s ease;
}
header.fixed > div .zone-header-right .module-cluster,
header.is-active > div .zone-header-right .module-cluster {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
header.fixed > div .zone-header-right .module-cluster .module-language,
header.is-active > div .zone-header-right .module-cluster .module-language {
  margin-top: 3px;
}
header.fixed > div .zone-header-right .module-cluster .module-language .FieldWrapper,
header.is-active > div .zone-header-right .module-cluster .module-language .FieldWrapper {
  background-color: #323136 /* @headerBackground */;
}
header.fixed > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent span,
header.is-active > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent span,
header.fixed > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent i,
header.is-active > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent i {
  color: #ffffff /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-language ul li a span,
header.is-active > div .zone-header-right .module-cluster .module-language ul li a span {
  color: #ffffff /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency,
header.is-active > div .zone-header-right .module-cluster .module-currency {
  float: left;
  margin: 0;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .FieldWrapper,
header.is-active > div .zone-header-right .module-cluster .module-currency .FieldWrapper {
  border-left: solid 3px #ffffff /* @headerContent */;
  background-color: #323136 /* @headerBackground */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .FieldWrapper label,
header.is-active > div .zone-header-right .module-cluster .module-currency .FieldWrapper label {
  color: #ffffff /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before {
  color: #ffffff /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-menu.main,
header.is-active > div .zone-header-right .module-cluster .module-menu.main {
  margin: 0;
}
header.fixed > div .zone-header-right .module-cluster .module-menu.main ul li,
header.is-active > div .zone-header-right .module-cluster .module-menu.main ul li {
  margin: 5px;
}
header.fixed > div .zone-header-right .module-cluster .module-lead,
header.is-active > div .zone-header-right .module-cluster .module-lead {
  margin: 5px 10px;
}
header.fixed > div .zone-header-right .module-cluster .module-lead a span,
header.is-active > div .zone-header-right .module-cluster .module-lead a span,
header.fixed > div .zone-header-right .module-cluster .module-lead a i,
header.is-active > div .zone-header-right .module-cluster .module-lead a i {
  color: #ffffff;
}
header.fixed > div .zone-header-left .module-logo,
header.is-active > div .zone-header-left .module-logo {
  margin: 10px auto 0 20px;
}
header.fixed > div .zone-header-left .module-logo img,
header.is-active > div .zone-header-left .module-logo img {
  height: 30px;
}
header.is-active > div {
  display: flex;
  flex-direction: column;
}
header.is-active > div > div {
  width: 100%;
}
header.is-active > div > div .module-logo a {
  position: relative !important;
}
header.is-active > div > div .module-menu.main {
  width: 100%;
  position: initial;
}
header.is-active > div > div .module-menu.main > ul {
  margin-top: 30px;
  border-right: none;
}
header.is-active > div > div .module-menu.main button {
  position: absolute;
  top: 22px;
  right: 17px;
}
header.is-active > div > div .module-menu.main button i {
  transform: rotate(-225deg);
  transition: all ease 0.3s;
}
header.is-active > div > div .module-menu.main button i:before {
  content: "\F0156";
}
header.is-active > div .zone-header-right .module-menu > ul > li {
  padding: 0.5rem 1.5rem;
  border-bottom: solid 1px #eee;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu > a:after {
  transform: rotate(-90deg);
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover {
  background: transparent;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover ul li {
  padding: 0;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover ul li:hover span {
  color: #323136 !important;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li {
  padding: 0;
}
header.is-active > div .zone-header-right .module-menu > ul > li:hover span {
  color: #323136 !important;
}
.is-active {
  max-width: 390px;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .is-active {
    max-width: 90%;
  }
  .is-active .zone-header-right .module-menu.main button {
    right: -30px;
  }
}
.is-active + .wrapper {
  transition: margin 0.5s;
}
.is-active + .wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1039;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.zone-header-left .module-logo {
  margin: 10px auto 0 20px;
}
.zone-header-left .module-logo img {
  height: 30px /* @heightLogo */;
  width: auto;
}
.zone-header-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.zone-header-right .module-menu {
  display: flex;
  align-items: center;
}
.zone-header-right .module-menu > ul {
  transition: all ease 0.3s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: 1px solid #ffffff;
  padding-right: 10px;
  margin-right: 10px;
}
.zone-header-right .module-menu > ul > li {
  display: block;
  margin: 0 9px 0 9px;
  margin-left: 9px;
}
.zone-header-right .module-menu > ul > li i.mdi.mdi-home {
  display: none;
}
.zone-header-right .module-menu > ul > li a {
  font-size: 15px;
  color: #ffffff;
  /* @headerContent */
}
.zone-header-right .module-menu > ul > li a span {
  font-weight: 700;
}
.zone-header-right .module-menu > ul > li.sub-menu > ul > li {
  width: 100%;
}
.zone-header-right .module-menu > ul > li.sub-menu:after {
  position: relative;
  left: auto;
  top: auto;
  margin-left: 6px;
  /* font-size/2 */
  display: inline-block;
  content: "\F0140";
  font: normal normal normal 12px/1 "Material Design Icons";
}
.zone-header-right .module-menu > ul li.sub-menu ul {
  display: none;
  background: #323136 /* @headerBackground */;
  position: absolute;
  top: 100%;
  left: -9999px;
  right: -9999px;
  max-width: 250px;
  margin: 0 auto 0 auto;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu > ul > li.sub-menu:after {
    display: none;
  }
  .zone-header-right .module-menu > ul li.sub-menu > a:after {
    position: relative;
    left: auto;
    top: auto;
    margin-left: 5px;
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 18px/1 "Material Design Icons";
  }
  .zone-header-right .module-menu > ul li.sub-menu ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: auto;
    max-width: none;
    background: none;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li {
    width: auto;
    margin-right: 15px;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li a {
    color: #ffffff /* @headerContent */;
  }
}
@media screen and (min-width: 1025px) {
  .zone-header-right .module-menu > ul li.sub-menu:hover ul {
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li {
    width: auto;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover {
    background: #323136;
    border-radius: 20px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover span {
    color: white;
  }
}
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu > ul li.sub-menu ul li {
    padding: 10px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul {
    display: block;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li {
    width: auto;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover {
    background: #323136;
    border-radius: 20px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover span {
    color: white;
  }
}
.zone-header-right .module-menu i {
  color: #fff;
}
.zone-header-right > .trigger_popup_language,
.zone-header-right > .module-counter,
.zone-header-right > .module-agency {
  display: flex;
  align-items: center;
  padding: 8px 5px 8px 0;
}
.zone-header-right > .trigger_popup_language .info,
.zone-header-right > .module-counter .info,
.zone-header-right > .module-agency .info {
  padding: 0;
}
.zone-header-right > .trigger_popup_language .info a,
.zone-header-right > .module-counter .info a,
.zone-header-right > .module-agency .info a,
.zone-header-right > .trigger_popup_language ul a,
.zone-header-right > .module-counter ul a,
.zone-header-right > .module-agency ul a,
.zone-header-right > .trigger_popup_language .info i,
.zone-header-right > .module-counter .info i,
.zone-header-right > .module-agency .info i,
.zone-header-right > .trigger_popup_language ul i,
.zone-header-right > .module-counter ul i,
.zone-header-right > .module-agency ul i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zone-header-right > .trigger_popup_language .info a,
.zone-header-right > .module-counter .info a,
.zone-header-right > .module-agency .info a,
.zone-header-right > .trigger_popup_language ul a,
.zone-header-right > .module-counter ul a,
.zone-header-right > .module-agency ul a {
  padding: 5px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.25s;
}
.zone-header-right > .trigger_popup_language .info a:hover,
.zone-header-right > .module-counter .info a:hover,
.zone-header-right > .module-agency .info a:hover,
.zone-header-right > .trigger_popup_language ul a:hover,
.zone-header-right > .module-counter ul a:hover,
.zone-header-right > .module-agency ul a:hover {
  background: #ecedee;
}
.zone-header-right > .trigger_popup_language .info i,
.zone-header-right > .module-counter .info i,
.zone-header-right > .module-agency .info i,
.zone-header-right > .trigger_popup_language ul i,
.zone-header-right > .module-counter ul i,
.zone-header-right > .module-agency ul i {
  font-size: 22px;
}
.zone-header-right > .trigger_popup_language .info br,
.zone-header-right > .module-counter .info br,
.zone-header-right > .module-agency .info br,
.zone-header-right > .trigger_popup_language ul br,
.zone-header-right > .module-counter ul br,
.zone-header-right > .module-agency ul br {
  display: none;
}
.zone-header-right > .module-agency,
.zone-header-right > .module-counter {
  position: relative;
}
.zone-header-right > .module-agency:hover .module-header,
.zone-header-right > .module-counter:hover .module-header {
  display: block;
}
.zone-header-right > .module-agency .module-header,
.zone-header-right > .module-counter .module-header {
  text-align: center;
  min-width: 150px;
  border-radius: 20px;
  display: none;
  position: absolute;
  background: #002D5B;
  padding: 8px;
  bottom: 0;
  transform: translate(-50%, 100%);
  left: 50%;
  z-index: 99;
}
.zone-header-right > .module-agency .module-header span,
.zone-header-right > .module-counter .module-header span {
  color: white;
  font-size: 14px;
}
.zone-header-right > .module-agency .module-header:before,
.zone-header-right > .module-counter .module-header:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;
  transform: rotate(90deg) translateY(50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #002D5B transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.zone-header-right .module-counter li {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.25s;
}
.zone-header-right .module-counter li i {
  width: 100%;
}
.zone-header-right .module-counter li:hover {
  background: #ecedee;
  transform: none;
}
.zone-header-right .module-counter .count_cart {
  top: auto;
  right: 10px;
  bottom: 0;
  transform: translateX(100%);
  font-size: 10px;
  color: #ffffff;
}
.zone-header-right .module-social-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zone-header-right .module.module-language {
  float: left;
  margin-top: 3px;
}
.zone-header-right .module.module-language .module-header {
  display: none;
}
.zone-header-right .module.module-currency {
  float: left;
  margin: 0;
}
.zone-header-right .module.module-social-menu li span {
  display: none;
}
.zone-header-right .module.module-social-menu ul li a i {
  font-size: 21px;
}
.zone-header-right .module.module-social-menu a {
  color: #e32276 /* @colorSocialMedia */;
}
.zone-full-width .module-social-menu .twitter a svg path {
  fill: #ffffff;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items {
  flex-direction: column;
  gap: 5px;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item {
  margin: 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item a svg {
  width: 22px;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item a svg path {
  fill: #e32276 /* @colorSocialMedia */;
  transition: fill 0.5s ease;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item span {
  display: none;
}
/* Responsive Laptop Header */
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu ul,
  .zone-header-right .module-agency,
  .zone-header-right .module-language,
  .zone-header-right .module-148509,
  .zone-header-right .module-counter {
    display: none;
  }
}
footer {
  background-color: #323136;
}
footer .section,
footer nav,
footer aside,
footer article,
footer figure,
footer figcaption,
footer td,
footer div,
footer p,
footer ul,
footer ol,
footer li,
footer dl,
footer dt,
footer dd,
footer select,
footer input,
footer textarea,
footer label,
footer button,
footer span,
footer label,
footer hr,
footer a {
  color: #ffffff;
}
footer a:hover,
footer a:hover span {
  color: #323136;
}
footer .icon-style-mixin {
  display: inline-block;
  margin: 5px 0;
  background: #4b4951;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #e0d8d8;
}
footer .footer-top {
  position: relative;
  padding: 20px 0;
  background-color: #262529;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top {
    padding: 10px 0;
  }
}
footer .footer-top > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  align-items: center;
}
footer .footer-top .section,
footer .footer-top nav,
footer .footer-top aside,
footer .footer-top article,
footer .footer-top figure,
footer .footer-top figcaption,
footer .footer-top td,
footer .footer-top div,
footer .footer-top p,
footer .footer-top ul,
footer .footer-top ol,
footer .footer-top li,
footer .footer-top dl,
footer .footer-top dt,
footer .footer-top dd,
footer .footer-top select,
footer .footer-top input,
footer .footer-top textarea,
footer .footer-top label,
footer .footer-top button,
footer .footer-top span,
footer .footer-top label,
footer .footer-top hr,
footer .footer-top a {
  color: #fff;
}
footer .footer-top .module-header-title,
footer .footer-top span {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .module-header-title,
  footer .footer-top span {
    font-size: 18px;
  }
}
footer .footer-top i {
  font-size: 22px;
}
footer .footer-top .module-social-menu {
  display: flex;
  align-items: center;
}
footer .footer-top .module-social-menu .twitter a svg path {
  fill: white;
}
footer .footer-top .module-social-menu .twitter a:hover svg path {
  fill: black;
}
footer .footer-top .module-social-menu .module-header-title {
  margin-right: 25px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .module-social-menu .module-header-title {
    display: none;
  }
}
footer .footer-top .module-social-menu ul {
  display: flex;
  align-items: center;
}
footer .footer-top .module-social-menu li {
  display: inline-block;
  margin: 4px auto 4px 10px;
  width: 34px;
  height: 34px;
  border-radius: 20px;
  transition: 0.25s;
}
footer .footer-top .module-social-menu li span {
  display: none;
}
footer .footer-top .module-social-menu li i:before {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-top .module-social-menu li:hover {
  background-color: #fff;
}
footer .footer-top .module-social-menu li:hover i:before {
  color: #323136;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items {
  flex-wrap: wrap;
  gap: 5px;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item a svg {
  width: 24px;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item a svg path {
  fill: #fff;
  transition: fill 0.5s ease;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item span {
  display: none;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #000;
}
footer .footer-top .module-menu {
  margin-left: auto;
  padding-right: 20px;
}
footer .footer-top .module-menu a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
footer .footer-top .module-menu a i:before {
  display: inline-block;
  margin: 5px 0;
  background: #4b4951;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #e0d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-left: 20px;
  background-color: #323136;
  color: #fff;
  transition: 0.25s;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .module-menu a i:before {
    display: none;
  }
}
footer .footer-top .module-menu a:hover i:before {
  background-color: #3e3d43;
}
footer .footer-top #toTop {
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top #toTop {
    position: absolute;
    right: 10px;
    top: calc(100% + 10px);
  }
}
footer .footer-top #toTop i:before {
  display: inline-block;
  margin: 5px 0;
  background: #4b4951;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #e0d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #323136;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top #toTop i:before {
    background-color: #4b4951;
  }
}
footer .footer-top #toTop:hover i:before {
  background-color: #3e3d43;
}
footer .footer-main {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-main {
    padding: 30px 0;
  }
}
footer .footer-main > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-main > div > * {
    width: 50%;
  }
  footer .footer-main > div > :not(:last-child) {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 360px) {
  footer .footer-main > div > * {
    width: 100%;
  }
}
footer .footer-main > div > *:before {
  display: inline-block;
  margin: 5px 0;
  background: #4b4951;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #e0d8d8;
}
footer .footer-main .module-header-title {
  font-weight: 600;
  font-size: 13px;
  color: #ededed;
}
footer .module-logo {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  footer .module-logo {
    margin: 10px auto;
  }
}
footer .module-legal {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
footer .module-legal nav {
  padding-top: 10px;
  padding-bottom: 25px;
  border-top: 1px solid #ffffff;
}
footer .module-legal ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  footer .module-legal ul {
    justify-content: flex-start;
  }
}
footer .module-legal ul li {
  margin-right: 20px;
}
footer .module-legal ul li:last-child {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
footer .module-legal ul li:last-child a {
  line-height: 18px;
  font-size: 14px;
  opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
  footer .module-legal ul li:last-child {
    margin-top: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  footer .module-legal ul li:last-child {
    justify-content: flex-start;
  }
}
footer .module-legal ul li:last-child:after {
  content: "";
  float: right;
  clear: right;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url(/templates/Haku/credits.svg) 0 0 no-repeat;
}
footer .module-menu .mdi-home {
  display: none;
}
footer .module-agency .address {
  line-height: 22px;
}
footer .module-agency .phone a,
footer .module-agency .email a {
  font-weight: 600;
}
footer .module-agency .info-title {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  color: #ededed;
}
.accent {
  color: #323136;
}
.slider .owl-controls .owl-dots {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 1px;
  max-width: 300px;
}
.slider .owl-controls .owl-dots .owl-dot {
  height: 2px;
  width: 70px;
  margin: 0 1px;
  background-color: #fff;
  transition: 0.25s;
}
.slider .owl-controls .owl-dots .owl-dot.active {
  background-color: #737373;
}
.slider .owl-controls .owl-dots .owl-dot span {
  display: none;
}
.subtitle,
.module-header-subtitle {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 600;
}
.subtitle i,
.module-header-subtitle i {
  margin-right: 10px;
}
.header-centered .module-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*** GLOBAL CSS TEMPLATE Marui PAGE one_column ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/pages/css/one-columns.less ***/
/*** CSS WEBSITE Dinvest -  PRESTIGE PROPERTIES DUBAI ***/
body {
  background-color: #2a2a2a;
}
.property .popup-language h1,
.property .popup-language h2,
.property .popup-language a,
.property .popup-language span,
.property .popup-language p {
  color: #2a2a2a !important;
}
.listing header.is-active {
  background: white;
}
.notifyjs-wrapper .notifyjs-bootstrap-error {
  display: none!important;
}
.homepage .zone-full-width > div,
body.property .zone-full-width > div {
  margin-bottom: 60px;
}
header.is-active > div > div .module-menu.main button {
  top: 5px;
}
header.fixed {
  border-bottom: 1px solid #996533;
}
.zone-header_right .module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple span,
.module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple span {
  color: #ffffff !important;
}
.zone-header_right .module.module-239009.template-1.counter-template-1.module-counter a,
.module.module-239009.template-1.counter-template-1.module-counter a {
  color: #ffffff !important;
}
.is-active .zone-header-right {
  justify-content: flex-start;
}
.is-active .zone-header-right .module-agency,
.is-active .zone-header-right .module-language,
.is-active .zone-header-right .module-239008,
.is-active .zone-header-right .module-counter,
.is-active .zone-header-right .module-menu ul {
  display: block;
}
footer .module-logo img {
  filter: brightness(0) invert(1);
}
.zone-left_content .module.module-238897.template-1.search-template-1.variation-custom_search_vertical.module-search.open,
.module.module-238897.template-1.search-template-1.variation-custom_search_vertical.module-search.open {
  display: block!important;
  opacity: 0;
  width: calc(100% - 80px);
  bottom: -100%;
  z-index: 999;
}
.mfp-content textarea {
  border-radius: 30px;
}
.bs-sm-bloc {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.15);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-floater {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-colored-bloc {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.max-width-mixin {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
.homepage .wrapper {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  padding: 0;
}
.zone-content {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  padding: 0;
}
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
button,
span,
label,
hr,
a {
  color: #000000;
  font: 400 16px / 26px 'Poppins', Helvetica, Arial, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
  color: #323136;
}
.hover_slider .owl-nav {
  display: none;
}
.hover_slider:hover .owl-nav {
  display: block;
}
i.icon_marui {
  color: white;
  font-size: 25px;
  position: relative;
}
i.icon_marui:before {
  padding: 10px;
  border-radius: 300px;
  z-index: 1;
  background: #4b4951;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #000000;
}
h1 {
  font-size: 40px;
  line-height: 50px;
}
h2 {
  font-size: 30px;
  line-height: 38px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
}
:focus {
  outline: none;
}
.button,
button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: linear-gradient(180deg, #323136, #323136);
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  border-radius: 10px;
  transition: 0.25s;
}
.button:hover,
button:hover {
  background: linear-gradient(180deg, #262529, #3e3d43);
}
.button span,
button span {
  color: #fff;
}
.recaptcha-terms a {
  font-size: 11px;
  line-height: 19px;
}
.wrapper {
  margin-top: 104px;
}
header.fixed > div .zone-header-right .module-cluster .module-language ul li a span,
header.is-active > div .zone-header-right .module-cluster .module-language ul li a span {
  color: #252525 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before {
  color: #2e2d2d /* @headerContent */;
}
.module-cms.doubleBloc {
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: end;
  padding-bottom: 100px;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .module-cms.doubleBloc.reverse {
    display: block;
  }
  .module-cms.doubleBloc.reverse .info {
    padding: 25px 25px 0 30px;
  }
  .module-cms.doubleBloc.reverse .picture {
    max-width: 100%;
    height: 780px;
  }
  .module-cms.doubleBloc.reverse .picture img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .module-cms.doubleBloc.reverse {
    display: block;
  }
}
@media (max-width: 1280px) {
  .module-cms.doubleBloc.reverse .picture,
  .module-cms.doubleBloc.reverse .info {
    padding: 50px;
  }
}
.module-cms.doubleBloc .background {
  width: 35%;
  background-attachment: fixed;
  background-size: contain;
  background-position: 5px 88px;
}
.module-cms.doubleBloc .picture {
  width: 100%;
  height: initial;
  margin: 0;
  max-width: 640px;
}
@media screen and (max-width: 768px) {
  .module-cms.doubleBloc .picture {
    max-width: 100%;
  }
}
.module-cms.doubleBloc .picture img {
  width: 90%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .module-cms.doubleBloc .picture img {
    width: 100%;
  }
}
.module-cms.doubleBloc .info {
  width: 65%;
  margin: 0;
  float: right;
  padding: 25px 25px 0 29px;
  text-align: center;
}
.module-cms.doubleBloc .info .blue {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 425px) {
  .module-cms.doubleBloc .info .blue {
    font-size: 25px;
  }
}
.module-cms.doubleBloc .info .blue2 {
  color: #000000;
  font-weight: 600;
}
.module-cms.doubleBloc .info h1 {
  text-transform: initial;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  border-bottom: 1px solid grey;
  color: white;
}
.module-cms.doubleBloc .info h2 {
  margin-top: 10px;
  color: white;
}
.module-cms.doubleBloc .info h3 {
  text-transform: initial;
  width: 100%;
  text-align: left;
}
.module-cms.doubleBloc .info p {
  text-align: justify;
  margin-top: 35px;
  color: white;
}
.module-cms.doubleBloc .info .buttons {
  margin-top: 40px;
}
.module-cms.doubleBloc .info .buttons i.mdi {
  font-size: 1.3rem;
  line-height: 1;
  margin-right: 10px;
}
.module-cms.doubleBloc .info .buttons p a {
  display: flex;
  align-items: center;
  width: fit-content;
}
.module-cms.doubleBloc .info img {
  max-width: 50%;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .module-cms.doubleBloc .picture,
  .module-cms.doubleBloc .info {
    padding: 50px;
  }
}
@media (max-width: 500px) {
  .module-cms.doubleBloc .picture,
  .module-cms.doubleBloc .info {
    padding: 0px!important;
  }
}
/* SLIDER */
.slider .owl-nav .owl-next i {
  overflow: hidden;
  display: block !important;
  position: absolute;
  box-shadow: 0px 0px 11px 0px rgba(1, 67, 110, 0.1);
  top: 50%;
  border-radius: 300px;
  background-color: white;
  padding: 10px;
  background-size: contain;
  color: #000000 /* @color4 */;
  height: 40px;
  width: 40px;
  z-index: 9999;
  left: -60px;
  right: auto;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  transition: all 300ms;
}
@media only screen and (max-width: 1024px) {
  .slider .owl-nav .owl-next i {
    left: 20px;
  }
}
.owl-next i:hover,
.owl-prev i:hover {
  transform: scale(1.4);
  transform-origin: center;
}
.slider .owl-nav .owl-prev i {
  overflow: hidden;
  display: block !important;
  position: absolute;
  background-color: white;
  padding: 10px;
  border-radius: 300px;
  box-shadow: 0px 0px 11px 0px rgba(1, 67, 110, 0.1);
  color: #000000;
  left: -110px;
  top: 50%;
  background-size: contain;
  height: 40px;
  width: 40px;
  z-index: 9999;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  transition: all 300ms;
}
@media only screen and (max-width: 1024px) {
  .slider .owl-nav .owl-prev i {
    left: -30px;
  }
}
body.property .zone-bottom-content {
  padding: 0 20px;
}
body.property section.row-2 > div.zone-right-content {
  background: none;
}
body.property .module-leaflet-map {
  height: 0;
  transform: scaleY(0);
}
body.property .property-info-template-2 .selectionLinkOn {
  filter: invert(71%) sepia(44%) saturate(7472%) hue-rotate(189deg) brightness(99%) contrast(104%);
}
body.property .mfp-content .module-leaflet-map {
  height: 420px;
  transform: scaleY(1);
}
body.property .row-2 {
  padding: 0;
  max-width: 100%;
}
body.property .banner {
  background: #7c7a86;
}
body.property .banner .module-header span {
  justify-content: center;
}
body.property .banner h2,
body.property .banner p {
  text-align: center;
}
body.property .banner .property-info-template-4 {
  padding: 40px 0px;
  max-width: 800px;
  margin: auto;
}
body.property .zone-full-width {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  max-width: 1280px;
  margin: 2rem auto auto auto;
}
body.property .zone-full-width .wrapper_property_info {
  margin-left: 90px;
  margin-top: 35px;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  body.property .zone-full-width .wrapper_property_info {
    margin-left: 0px;
    width: 100%;
  }
}
body.property .zone-full-width h1 {
  font-size: 35px;
  margin: 0;
  line-height: 35px;
}
body.property .zone-full-width .module-user .button {
  padding: 10px;
}
body.property .zone-full-width .module-user .container {
  justify-content: flex-start;
  margin: 0px;
}
body.property .zone-full-width .module-user .container .info {
  height: 150px;
  background: white;
  border-radius: 15px;
  margin-left: -10px;
  flex-basis: auto;
  padding-right: 0px;
  padding-left: 10px;
  width: auto;
  box-shadow: 0px 10px 20px 0px rgba(0, 45, 91, 0.25);
}
body.property .zone-full-width .module-user .container .info h3 {
  text-align: left;
}
body.property .zone-full-width .module-user .container .info > div > a {
  margin-right: 10px;
}
body.property .zone-full-width .module-user .container .info em {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
body.property .zone-full-width .module-user .container i {
  width: 120px;
  text-align: center;
}
body.property .zone-full-width .module-user .container .picture {
  text-align: left;
  padding: 0;
  width: auto;
  border-radius: 15px 0% 0% 15px;
  overflow: hidden;
  max-width: 150px;
  box-shadow: 0px 10px 20px 0px rgba(0, 45, 91, 0.25);
  flex-basis: auto;
}
body.property .zone-full-width .module-user .container .picture img {
  max-height: 150px;
  width: auto;
  border-radius: 15px 0% 0% 15px;
}
body.property .zone-full-width .module-user .container .picture i.mdi-account-circle {
  font-size: 100px;
  line-height: 140px;
}
body.property .zone-full-width .module-user .container .picture a {
  display: flex;
}
@media only screen and (max-width: 640px) {
  body.property .zone-full-width .module-user .container {
    flex-direction: column;
    max-width: 70%;
    border-radius: 20px;
    box-shadow: 10px 20px 40px 0px rgba(0, 43, 87, 0.15);
    margin: auto;
    background: white;
  }
  body.property .zone-full-width .module-user .container .picture {
    margin-top: 20px;
    max-width: 100%;
    box-shadow: none;
  }
  body.property .zone-full-width .module-user .container .picture img {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 10px 20px 40px 0px rgba(0, 43, 87, 0.15);
  }
  body.property .zone-full-width .module-user .container .info {
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  body.property .zone-full-width .module-user .container .info h3 {
    text-align: center;
  }
}
body.property .zone-full-width .module-user ul.listing li .container .container {
  margin: 0;
}
body.property .zone-full-width .module-share i:before {
  color: #323136;
}
body.property .zone-full-width .module-slider .slider {
  aspect-ratio: 4/3;
  height: auto !important;
}
@media only screen and (max-width: 1024px) {
  body.property .zone-full-width {
    flex-direction: column;
    padding: 0 20px;
  }
  body.property .zone-full-width > div {
    margin-bottom: 0;
  }
  body.property .zone-full-width .wrapper_slider_media {
    order: 1;
  }
  body.property .zone-full-width .wrapper_property_info {
    order: 2;
  }
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details:after {
  display: none;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details .module-header-subtitle {
  display: block;
  line-height: 40px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div {
  background: white;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 15px;
  padding: 30px;
  width: calc(24% - 15px);
  min-width: 270px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div li {
  color: initial;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div img {
  width: 20px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div .module-header-subtitle span {
  font-weight: 700;
  color: #323136;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div .module-header-subtitle img {
  border-radius: 5px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div .module-header-subtitle i {
  background: #323136;
  height: 25px;
  width: 25px;
  color: white;
  text-align: center;
  border-radius: 300px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div ul li {
  display: flex;
  justify-content: space-between;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div ul li span {
  color: #000000;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  body.property .zone-left-content .module-cluster.wrapper_property_info_details {
    padding: 0 20px;
    justify-content: space-between;
  }
  body.property .zone-left-content .module-cluster.wrapper_property_info_details > div {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  body.property .zone-left-content .module-cluster.wrapper_property_info_details > div {
    width: 100%;
  }
}
body.property .wrapper_slider_media {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  body.property .wrapper_slider_media {
    width: 100%;
    margin-bottom: 0;
  }
}
body.property .wrapper_slider_media .owl-item {
  background: #2b2b2b;
}
body.property .wrapper_slider_media .slider {
  aspect-ratio: 4/3;
  height: auto !important;
}
body.property .row-2 .zone-right-content .module-cluster {
  background: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background: #7c7a86;
  background: linear-gradient(to left, transparent 45%, transparent 45%, #7c7a86 10%);
  padding: 20px 60px;
}
body.property .row-2 .zone-right-content .module-cluster > div {
  width: 50%;
  background: transparent;
}
@media only screen and (max-width: 1240px) {
  body.property .row-2 .zone-right-content .module-cluster {
    flex-wrap: wrap;
    background: linear-gradient(to left, transparent 15%, transparent 15%, #7c7a86 15%);
  }
  body.property .row-2 .zone-right-content .module-cluster > div {
    width: 100%;
  }
  body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 {
    margin-top: 30px;
  }
}
body.property .row-2 .zone-right-content .module-cluster .module-header-title {
  display: none;
}
body.property .row-2 .zone-right-content .module-cluster .module-header .module-header-title {
  text-align: left;
  font-weight: 600;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics {
  display: flex;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics > div {
  background: white;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics > div svg {
  width: 300px;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics .diagnostic-2 {
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics {
    flex-wrap: wrap;
    flex-direction: column;
  }
  body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics .diagnostic-2 {
    margin-top: 15px;
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1025px) {
  .listing .wrapper {
    margin-top: 0 !important;
  }
}
/*header*/
.zone-header_right .module.module-238891.template-1.menu-template-1.module-menu.main.column span,
.module.module-238891.template-1.menu-template-1.module-menu.main.column span {
  color: #ffffff !important;
}
.zone-header-left .module-logo img,
header.fixed > div .zone-header-left .module-logo img {
  height: 100px;
  filter: drop-shadow(2px 4px 6px black);
}
header > div {
  padding: 0 15.4px;
}
/*footer*/
footer .footer-top a {
  color: #323136;
}
footer .footer-main > div > *:before {
  color: #323136;
}
footer .footer-main > div > *:before {
  background: #000000;
}
footer .footer-main > div > *:before {
  color: #ffffff;
}
footer a:hover {
  color: #000000;
}
/*search*/
.select2-container.dark .select2-dropdown--below {
  background-color: #323136;
}
.module-search .form-center .field.active {
  background-color: #03182a;
}
/*font*/
@font-face {
  font-family: "Trajan Pro Regular";
  src: url("/uploads/websites/2857/Trajan Pro Regular.ttf");
}
h1,
h2,
h3 {
  font-family: "Trajan Pro Regular";
}
.module.module-239017.template-1.cluster-template-1.module-cluster .module-agency .zipcode {
  color: #323136 !important;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  color: #ffffff !important;
}
.module-search.open form .fields-wrapper .advanced-btn {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .wrapper_search-advanced.open form button.submit {
    width: calc(100% - 10px);
    position: absolute;
    bottom: 0;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 238932 ***/
.zone-content .module.module-238932.template-3.structured-cms-template-3.module-structured-cms h1,
.module.module-238932.template-3.structured-cms-template-3.module-structured-cms h1,
.zone-content .module.module-238932.template-3.structured-cms-template-3.module-structured-cms p,
.module.module-238932.template-3.structured-cms-template-3.module-structured-cms p {
  color: #fff;
}
/*** CUSTOM CSS FROM BDD MODULE 238990 ***/
.zone-footer .module.module-238990.footer-top.template-1.cluster-template-1.module-cluster,
.module.module-238990.footer-top.template-1.cluster-template-1.module-cluster {
  background: #996533;
}
.zone-footer .module.module-238990.footer-top.template-1.cluster-template-1.module-cluster span,
.module.module-238990.footer-top.template-1.cluster-template-1.module-cluster span {
  color: #323136;
}
/*** CUSTOM CSS FROM BDD MODULE 239004 ***/
.zone-header_right .module.module-239004.popup-language.template-1.cluster-template-1.module-cluster,
.module.module-239004.popup-language.template-1.cluster-template-1.module-cluster {
  display: none;
  position: absolute;
  right: 15px;
  top: 80px;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 20px;
  background: white;
  margin: auto;
  max-width: 200px;
  padding: 40px;
}
.zone-header_right .module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module-header,
.module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module-header {
  display: flex;
  border-bottom: 1px solid #b8b8b8;
}
.zone-header_right .module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-title,
.module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-title {
  padding-left: 10px;
  font-weight: 700;
}
.zone-header_right .module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-subtitle i,
.module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-subtitle i {
  font-size: 25px;
}
.zone-header_right .module.module-239004.popup-language.template-1.cluster-template-1.module-cluster > div,
.module.module-239004.popup-language.template-1.cluster-template-1.module-cluster > div {
  margin-bottom: 20px;
}
.zone-header_right .module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .current .culture,
.module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .current .culture {
  font-weight: 700;
}
.zone-header_right .module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module-language ul li:not(:last-child),
.module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module-language ul li:not(:last-child) {
  margin: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 238891 ***/
.zone-header_right .module.module-238891.template-1.menu-template-1.module-menu.main.column span,
.module.module-238891.template-1.menu-template-1.module-menu.main.column span {
  color: #323136;
}
.zone-header_right .module.module-238891.template-1.menu-template-1.module-menu.main.column ul li.sub-menu ul,
.module.module-238891.template-1.menu-template-1.module-menu.main.column ul li.sub-menu ul {
  background: white;
}
.zone-header_right .module.module-238891.template-1.menu-template-1.module-menu.main.column ul li.sub-menu ul li a span,
.module.module-238891.template-1.menu-template-1.module-menu.main.column ul li.sub-menu ul li a span {
  color: #323136;
}
/*** CUSTOM CSS FROM BDD MODULE 238993 ***/
.zone-header_right .module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple .module-header,
.module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple .module-header {
  background: #323136;
}
.zone-header_right .module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple .module-header::before,
.module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple .module-header::before {
  border-color: transparent #323136 transparent transparent;
}
.zone-header_right .module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple a:hover,
.module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple a:hover {
  background: #323136;
}
.zone-header_right .module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple span,
.module.module-238993.template-1.agency-template-1.variation-custom_agency_menu.module-agency.simple span {
  color: #323136;
}
/*** CUSTOM CSS FROM BDD MODULE 239009 ***/
.zone-header_right .module.module-239009.template-1.counter-template-1.module-counter .module-header,
.module.module-239009.template-1.counter-template-1.module-counter .module-header {
  background: #323136;
  left: -41%;
}
.zone-header_right .module.module-239009.template-1.counter-template-1.module-counter .module-header::before,
.module.module-239009.template-1.counter-template-1.module-counter .module-header::before {
  left: 78%;
  border-color: transparent #323136 transparent transparent;
}
.zone-header_right .module.module-239009.template-1.counter-template-1.module-counter li:hover,
.module.module-239009.template-1.counter-template-1.module-counter li:hover {
  background: #323136;
}
.zone-header_right .module.module-239009.template-1.counter-template-1.module-counter a,
.module.module-239009.template-1.counter-template-1.module-counter a {
  color: #323136;
}
/*** CUSTOM CSS FROM BDD MODULE 241821 ***/
.zone-header_right .module.module-241821.template-1.social-menu-template-1.module-social-menu,
.module.module-241821.template-1.social-menu-template-1.module-social-menu {
  display: flex;
  align-items: center;
  padding: 12px 5px 8px 0;
  margin-left: 5px;
}
.zone-header_right .module.module-241821.template-1.social-menu-template-1.module-social-menu .mdi-whatsapp,
.module.module-241821.template-1.social-menu-template-1.module-social-menu .mdi-whatsapp {
  font-size: 20px;
}
/*** CUSTOM CSS FROM BDD MODULE 351634 ***/
.zone-footer .module.module-351634.template-1.cms-template-1.module-cms.only-text,
.module.module-351634.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-351634 {
  overflow: visible;
}
/*** CUSTOM CSS FROM BDD MODULE 238933 ***/
.zone-footer .module.module-238992.footer-main.template-1.cluster-template-1.module-cluster .module.module-238933.ri-map-pin-2-line.template-7.agency-template-7.variation-custom_agency_footer.module-agency.simple h3,
.module.module-238992.footer-main.template-1.cluster-template-1.module-cluster .module.module-238933.ri-map-pin-2-line.template-7.agency-template-7.variation-custom_agency_footer.module-agency.simple h3,
.module.module-238933.ri-map-pin-2-line.template-7.agency-template-7.variation-custom_agency_footer.module-agency.simple h3 {
  margin-bottom: 0px!important;
}
.zone-footer .module.module-238992.footer-main.template-1.cluster-template-1.module-cluster .module.module-238933.ri-map-pin-2-line.template-7.agency-template-7.variation-custom_agency_footer.module-agency.simple .agency .address,
.module.module-238992.footer-main.template-1.cluster-template-1.module-cluster .module.module-238933.ri-map-pin-2-line.template-7.agency-template-7.variation-custom_agency_footer.module-agency.simple .agency .address,
.module.module-238933.ri-map-pin-2-line.template-7.agency-template-7.variation-custom_agency_footer.module-agency.simple .agency .address {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 239007 ***/
.zone-footer .module.module-238992.footer-main.template-1.cluster-template-1.module-cluster .module.module-239007.template-2.logo-template-2.module-logo img,
.module.module-238992.footer-main.template-1.cluster-template-1.module-cluster .module.module-239007.template-2.logo-template-2.module-logo img,
.module.module-239007.template-2.logo-template-2.module-logo img {
  filter: initial;
}
/*** CUSTOM CSS FROM BDD MODULE 238934 ***/
.zone-header_right .module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module.module-238934.template-1.language-template-1.module-language,
.module.module-239004.popup-language.template-1.cluster-template-1.module-cluster .module.module-238934.template-1.language-template-1.module-language,
.module.module-238934.template-1.language-template-1.module-language {
  display: block;
}

