@import url("https://use.typekit.net/ttb4cyr.css");
.autoLayout {
  max-width: 1440px /* @max-width */;
  padding-left: 50px /* 0 @padding-layout */;
  padding-right: 50px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 791px) {
  .autoLayout {
    padding: 0 20px /* padding-m */;
  }
}
.clip-path img {
  clip-path: circle(40%) /* @clip-path */;
  aspect-ratio: 1;
}
/*** 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/magnific-popup/dist/magnific-popup.css ***/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** 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;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/api-select2/select2.css ***/
/* select2 */
.select2-results__option {
  position: relative;
  font-size: 14px;
}
/*loading-results*/
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"]:not(.loading-results):before {
  content: "\F0131";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 5px;
}
.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 {
  content: "\F0856";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  color: #11a911;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.select2-results__message[role="treeitem"]:before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.loading-results[role="treeitem"]:before {
  content: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-1:before {
  margin-right: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-2:before {
  margin-right: 60px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: initial;
  color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: initial;
  color: #000;
}
.select2-container--default li.select2-results__option[role="treeitem"]:hover {
  background-color: #E4E4E4 !important;
  color: #000 !important;
}
.select2-selection__choice {
  display: inline-block !important;
  float: none!important;
}
/* .select2-search.select2-search--inline {
  display: inline-block!important;
  float: none!important;
  width: 0;
} */
.select2-selection__choice__remove {
  display: none!important;
}
.select2-results__group {
  display: none!important;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1:after,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
  left: 30px;
}
/* ok */
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message) {
  padding-left: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-2 {
  padding-left: 90px;
}
.select2-container--default .select2-results__option[role=group] {
  padding-left: 0px;
}
/* .select2-search.select2-search--inline {
  opacity: none;
} */
/* .select2-autocomplete-custom-choice {
  display: none!important;
} */
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
  height: 40px;
  border-radius: 0;
}
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-selection.select2-selection--multiple .select2-selection__rendered li {
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 252px;
}
.select2-autocomplete-custom-choice {
  display: block;
  padding-left: 8px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 6px;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/video.js/dist/video-js.css ***/
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
  text-align: center;
}
@font-face {
  font-family: VideoJS;
  src: url("font/VideoJS.eot?#iefix") format("eot");
}
@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAA54AAoAAAAAFmgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAAA9AAAAD4AAABWUZFeBWNtYXAAAAE0AAAAOgAAAUriMBC2Z2x5ZgAAAXAAAAouAAAPUFvx6AdoZWFkAAALoAAAACsAAAA2DIPpX2hoZWEAAAvMAAAAGAAAACQOogcgaG10eAAAC+QAAAAPAAAAfNkAAABsb2NhAAAL9AAAAEAAAABAMMg06m1heHAAAAw0AAAAHwAAACABMAB5bmFtZQAADFQAAAElAAACCtXH9aBwb3N0AAANfAAAAPwAAAGBZkSN43icY2BkZ2CcwMDKwMFSyPKMgYHhF4RmjmEIZzzHwMDEwMrMgBUEpLmmMDh8ZPwoxw7iLmSHCDOCCADvEAo+AAB4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGD7K/f8PUvCREUTzM0DVAwEjG8OIBwCPdwbVAAB4nI1Xe1CU1xX/zv1eLItLln0JwrIfC7sJGET2hRJ2N1GUoBJE8AESQEEhmBHjaB7UuBMTO4GMaSu7aY3RNlOdRPNqO2pqRmuTaSZtR6JJILUZk00a/4imjpmiecB303O/XUgMJOPufvd+99xzzz33nN855y4HHH7EfrGfIxwHRiANvF/sH71I9BzHszmpW+rGOQOXxXE6YhI4PoMT8zkT4cDFuf1cwMrZJI5cglM0HKVv0MaUFDgIFfg9mJJCG+kbKn1JkqBOVaFOkuhLpARq8fu0Nnc9/zdvfY9PxXW4PdH0C6N+PCejhorxFjAqRjgFRXSINEARbBGsoxcFK7IJmr4OycFJnInL59zIXwxui80fkGRbEHyosMWaATJKUfCskmwJQsAWANkmnIGOhlf514h7U8HNIv3owoHB0WMt0Eb3sx0guLi5pq/8Ny1q6969fKR9X9GBV6dPv6dp04K99SOwtmyPl47ApRa6n4ZpP1yjr5fn7MmYP/vXLUJs715UguklHBaHOZHZmG1N9FAIW2mf0MqWCIdo/8RZ1yGfxKUldDcGIbFA7ICO+vqOMSPTh/ZrSqgHi/bB/O8E8Mnzp+M+acxfpsTShBwej26TiGxBn7m4eEIO+Rueu6Hj+IFBnh88cAEUEQ//nVLx5C7kf+yIR47QEe+eMlhz9SqsGbe3hh2R03NGzoY6O42Kz8l7fB6fAk6LYnTyFo/FYyT6GGyNx2Jx2sdH4rA1Fo/HyCXaFyOp8dhYBCfJb2NIn1ImE6CYNGmgSTb52DawJR6jfXEmDU4xyTEmpgHHOIStoxfjSGdkbsK2w2jbdMQG4sgAstEONgURYCwGHhEhhscioQaAhhCf7McifEQc0l6+mxj9nI+gmSdiQ0Zbm7gZnIO7GSMEXG6UDAVocxAV8GcEXCKg1a02RcTtwANWRGIAyElor6n/+ZU2yOB3+T77Hb1MLqhn4KHVnQBjJnqe9QZSon6Kc5DxAD2vMdPL/BXSmQGwspa67z9wLUjdi9TN7QC7lyyBr9rpt7uXVC1CMpyjKRoXnGPHTuiaPLsNdc2dbAFQLAooPkXEh33FodHl4XpC6sPCIa0ftUIhHSYXVSu5iME+DIXsbZJ51BeidCgajcai43jU9nVzoSn2dPqcFvSoxSzJzgRKAx47WMRxOrIj3Wf0+hndxhJTiOkSEqxar3b3RKM9hY64oxBA64ieURLvCfpkDb8siBdUJ1bgT+urJ5PGfewQrmm5R5+0HmfyIPySD7OYkT0WxRePah8oEiyjlxIP74thVoRTURpmL6QhGuWS+QDjdANXjIM8SQa/1w128ODx0Qp4aLMNg9+JL3joUn8AMxW+aLNiuKjarn4uyyTdXjOzZTsh21uwldUvJoYza+zELALfu3p1L8/3krtyZ0Ag058J3hxHghvbGZn0dHZy6Mim/7Blre4lpHd1c28yVqRViO153F2oIWoXCIKbL4Z0cM1iaQn9mI5KuV2SzEvWXJDMNtkANpMdQoDDhIdD4A/YrP6Aye9ysxyE+uOEAcTDorgvVZJjcua043PnZ/PmdDqcbibZlXOOT8uSo7Kof0YUn9GL+Jo17ficymxiTofC6znUso0DhAxs1Fo+kF+d36vLmgZ8mk5cdGv2mwYj5k3Dm9m3LhJ1aVRNm6HrTbLgYAoWXDhDd/u4PGy5CT+xGMdiaBovewUCF/1BiWNljI9MLn7jeScpg+WyH6mfU62eVDql7hsrmvx1ezp/YldE2LhjbkiDnAn8tGy/MW3IXRMYJduvq9HpmIcKuFt+JCtgdGEGKAcF6UacVwIYbVPGfw/+YuNBS4cx/CUHcnyfc+wRDMtTr72mMSBjT/yn/GKSdeDWQUCH6Xoqq5R10RE60gV6erUL0iCti16d0hZjxut4QI/rEpgSh6WjnJXdBXRg1GKCucGJPtFqM27aD1tOqqKonsQ2KsFSSmEpmvRlsR+TcD9OFwrqXxIclL4sJTnGMSuG8KpkZvKdeVIOKDyWSyPLV16/p1QMPbP8NihwUzr47bdnXtwtjdCvqqpO0H+pOvIl3Pzv46e5CT/tQjklXCXXym1AaWY7bzHLkuDMc7ldKCvgxzLn8wYkJLBhEDyK7MT8bTbwbkxbfp+3mKAGsmTBpabSIEECzMIcQlzOPAMKsxMs7uhsnxPLuofPDTc1hkuq6MX9j16YU7CqegcYHbmWYuvAP6tCS97tgWf7dlQvnl25YPavXLVZvrzQPeHCpZmzzEUVq/xzu5sChnSTPTW7oOYmh69z4zL/gk3b+O6hoa733uviP82vnFcbqWlc9tDmZa23LVzaV1yXURi+JX+28NeBuj3+O8IrQ080Vm1eWB4OKjPmrJu7c1udWynvKF6/vs479lSW9+5gZkn+dKfellNGDPllzeULustz+A0bPvhgw7lkvEUwn/N4Ty7U7nhGsEpFkOfy+kutbOh1JQxhVDJumoW11hnkPThznh6FFlhfT+ra1x9sF56kx5YuDzVY9PQYAYA7iblw4frQ4TPCk2MK/xGU3rlmze62trHz6lsko+v+So/do74PT8KVkpJfOErKcv8znrMGsHTNxoEkWy1mYgDB6XBbPaWsuiS6CryGaL6zCjaXBgvtkuyXBua1wOKnh+k7L9AvPnYWffxK18FcJbuosGf3/Jo7amY+CE1vppzY+UTrva0FXc1i55pKQ/YjVL187N5fCn1kW5uot/1hi+DiZ+5atnJR9E+prvydJ9ZZ5mwOpU5gM4KYysMBQ71UzPuMTl9QQOyUo5nwioeYCPjFklrbK6s6X+ypUZ6rum9+CZYzWRiBJfSP0xzzSmrg7f86g0DKVj/wwFzieD9rRfPGFbeKMl05pn5j9/rsQJJ2iEgRrpohlyBo3f4QK7Kl+EcAYZgAoNVmZWXK704YAa3FwBxgSGUOs5htvGRz4Sgj3yFkSJFBuv/sxu5yk998T8WDJzvv/2RX19HtTUW1S+wpKRKRjJ6zzz/1/OPdFdWGlAKbvzS4PHOtURikg9AGz0LbIB85S/cPOpoXvuue8/iV2H1vPTy3ddvOeZ37HGmO3OmSzVzR+NS53+84dHlFhXPLqtzSO+5ruHM2vXtBdxP87LOzKAD359j/INYIbyPabIi3Cq6Wa+SaGe78diIzu7qcblcAa6/fJRvNopXFJnO+U9KKM5bqH5LM0iQSVmpPCPDu7ZT4Aoubz3709EBTyrTDjyx8MQXgUH1nqm7TWng4TzE4i4AsKskBITXfSyC4Fkl5MxnJDiKSIDSJAsGvd1y+/eNDp2e+A+5d8HeiiunrTkT6TqWLIs+/QRoWr98s0qj8uuzLuS22Ytufg3rdTaHn1m46sfgGKHXt0MGnLaRHdnwN37tvHcWKo2V6lnPxL4UvUQcRdOzmZSQs8X5CH5OxXMXpkATuDz8Et0SH4uyCRR+TjmBDP1GvsVrWEGVzEj33YVQ9jAtIKpqsl/s/0xrocwAAeJxjYGRgYADig3cEzsTz23xl4GZnAIHLRucNkWl2BrA4BwMTiAIAF4IITwB4nGNgZGBgZwCChWASxGZkQAXyABOUANh4nGNnYGBgHyAMADa8ANoAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqHicY2BkYGCQZ8hlYGcAASYg5gJCBob/YD4DABbVAaoAeJxdkE1qg0AYhl8Tk9AIoVDaVSmzahcF87PMARLIMoFAl0ZHY1BHdBJIT9AT9AQ9RQ9Qeqy+yteNMzDzfM+88w0K4BY/cNAMB6N2bUaPPBLukybCLvleeAAPj8JD+hfhMV7hC3u4wxs7OO4NzQSZcI/8Ltwnfwi75E/hAR7wJTyk/xYeY49fYQ/PztM+jbTZ7LY6OWdBJdX/pqs6NYWa+zMxa13oKrA6Uoerqi/JwtpYxZXJ1coUVmeZUWVlTjq0/tHacjmdxuL90OR8O0UEDYMNdtiSEpz5XQGqzlm30kzUdAYFFOb8R7NOZk0q2lwAyz1i7oAr1xoXvrOgtYhZx8wY5KRV269JZ5yGpmzPTjQhvY9je6vEElPOuJP3mWKnP5M3V+YAAAB4nG2P2XLCMAxFfYFspGUp3Te+IB9lHJF4cOzUS2n/voaEGR6qB+lKo+WITdhga/a/bRnDBFPMkCBFhhwF5ihxg1sssMQKa9xhg3s84BFPeMYLXvGGd3zgE9tZr/hveXKVkFYoSnoeHJXfRoWOqi54mo9ameNFdrK+dLSyaVf7oJQTlkhXpD3Z5XXhR/rUfQVuKXO91Jps4cLOS6/I5YL3XhodRRsVWZe4NnZOhWnSAWgxhMoEr6SmzZieF43Mk7ZOBdeCVGrp9Eu+54J2xhySplfB5XHwQLXUmT9KH6+kPnQ7ZYuIEzNyfs1DLU1VU4SWZ6LkXGHsD1ZKbMw=) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "\f101";
}
.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}
.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
  content: "\f103";
}
.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\f104";
}
.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\f105";
}
.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\f106";
}
.vjs-icon-volume-high,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
  content: "\f107";
}
.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
  content: "\f108";
}
.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\f109";
}
.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f10a";
}
.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10b";
}
.vjs-icon-subtitles,
.video-js .vjs-subtitles-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
  content: "\f10c";
}
.vjs-icon-captions,
.video-js .vjs-captions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
  content: "\f10d";
}
.vjs-icon-chapters,
.video-js .vjs-chapters-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
  content: "\f10e";
}
.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f10f";
}
.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f110";
}
.vjs-icon-circle,
.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
  content: "\f111";
}
.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f112";
}
.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}
.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f114";
}
.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
  content: "\f115";
}
.vjs-icon-replay {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before {
  content: "\f116";
}
.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f117";
}
.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-gplus:before {
  content: "\f118";
}
.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f119";
}
.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f11a";
}
.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f11b";
}
.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f11c";
}
.vjs-icon-audio-description,
.video-js .vjs-descriptions-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button:before {
  content: "\f11d";
}
.vjs-icon-audio,
.video-js .vjs-audio-button {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before,
.video-js .vjs-audio-button:before {
  content: "\f11e";
}
.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}
.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}
.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}
.video-js.vjs-16-9 {
  padding-top: 56.25%;
}
.video-js.vjs-4-3 {
  padding-top: 75%;
}
.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}
.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}
.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}
.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}
.vjs-hidden {
  display: none !important;
}
.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}
.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}
.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}
.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}
.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}
.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}
.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.vjs-menu-button {
  cursor: pointer;
}
.vjs-menu-button.vjs-disabled {
  cursor: default;
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}
.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: Arial, Helvetica, sans-serif;
}
.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none;
}
.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}
.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}
.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}
.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}
.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}
.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}
.video-js .vjs-menu-button-inline:before {
  width: 2.22222222em;
}
.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}
.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}
.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}
.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}
.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}
.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}
.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}
.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}
.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}
.video-js .vjs-custom-control-spacer {
  display: none;
}
.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}
.vjs-live .vjs-progress-control {
  display: none;
}
.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.66666667em;
}
/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */
.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  font-family: Arial, Helvetica, sans-serif;
  visibility: visible;
  font-size: 0.6em;
}
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}
.video-js .vjs-mouse-display:before {
  display: none;
}
.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  position: absolute;
  top: -0.33333333em;
  right: -0.5em;
  font-size: 0.9em;
}
.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}
.video-js .vjs-time-tooltip,
.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
  z-index: 1;
}
.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none;
}
.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}
.video-js.vjs-no-flex .vjs-progress-control {
  width: auto;
}
.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}
.vjs-tooltip-progress-bar {
  visibility: hidden;
}
.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
  display: none;
}
.vjs-mouse-display .vjs-time-tooltip,
.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}
.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}
.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}
.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}
.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}
.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}
.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}
.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}
.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em;
}
.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em;
}
.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}
.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em;
}
.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em;
}
.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important;
}
.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.vjs-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}
.vjs-has-started .vjs-poster {
  display: none;
}
.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}
.vjs-using-native-controls .vjs-poster {
  display: none;
}
.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}
.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}
.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.vjs-live .vjs-time-control {
  display: none;
}
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}
.vjs-time-divider {
  display: none;
  line-height: 3em;
}
.vjs-live .vjs-time-divider {
  display: none;
}
.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}
.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}
.vjs-subtitles {
  color: #fff;
}
.vjs-captions {
  color: #fc6;
}
.vjs-tt-cue {
  display: block;
}
video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em);
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em);
}
.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}
.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}
.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
}
.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}
.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none;
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none;
}
.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 16em;
  font-size: 12px;
  width: 40em;
}
.vjs-caption-settings .vjs-tracksettings {
  top: 0;
  bottom: 1em;
  left: 0;
  right: 0;
  position: absolute;
  overflow: auto;
}
.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
  float: left;
}
.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
  clear: both;
}
.vjs-caption-settings .vjs-tracksettings-controls {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.vjs-caption-settings .vjs-tracksetting {
  margin: 5px;
  padding: 3px;
  min-height: 40px;
  border: none;
}
.vjs-caption-settings .vjs-tracksetting label,
.vjs-caption-settings .vjs-tracksetting legend {
  display: block;
  width: 100px;
  margin-bottom: 5px;
}
.vjs-caption-settings .vjs-tracksetting span {
  display: inline;
  margin-left: 5px;
  vertical-align: top;
  float: right;
}
.vjs-caption-settings .vjs-tracksetting > div {
  margin-bottom: 5px;
  min-height: 20px;
}
.vjs-caption-settings .vjs-tracksetting > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  min-height: 0;
}
.vjs-caption-settings label > input {
  margin-right: 10px;
}
.vjs-caption-settings fieldset {
  margin-top: 1em;
  margin-left: 0.5em;
}
.vjs-caption-settings fieldset .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.vjs-caption-settings input[type="button"] {
  width: 40px;
  height: 40px;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
}
.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
@media screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
@media screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
  }
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Cluster ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/cluster.less ***/
.module-cluster {
  position: relative;
  max-width: 100%;
  width: 100%;
}
.module-cluster .container-flex {
  align-items: center;
  width: 100%;
}
.zone-full-width .module.module-cluster:not(:first-child) {
  display: flex;
  flex-wrap: wrap;
  gap: 100px /* @gap-4xl */;
}
@media only screen and (max-width: 791px) {
  .zone-full-width .module.module-cluster:not(:first-child) {
    gap: 48px /*@gap-3xl  */;
  }
}
.zone-full-width .module.module-cluster:not(:first-child) > .module-header {
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 791px) {
  .zone-full-width .module.module-cluster:not(:first-child) > .module-header {
    text-align: left;
  }
}
.module-cluster.bg {
  background: #eee9dc /* @bg */;
  padding-top: 100px /* @gap-4xl */;
  padding-bottom: 100px /* @gap-4xl */;
}
@media only screen and (max-width: 791px) {
  .module-cluster.bg {
    padding-top: 48px /* @gap-4xl */;
    padding-bottom: 48px /* @gap-4xl */;
  }
}
/*** CSS BASE PLUGIN Cluster ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/cluster/cluster-header-mira-open/cluster-header-mira-header-open.less ***/
.variation-menu-burger-open {
  display: flex;
  height: 100%;
  overflow: scroll;
  flex-direction: row-reverse;
  gap: 28px /* @gap-l */;
  padding: 32px;
}
@media only screen and (max-width: 1024px) {
  .variation-menu-burger-open {
    flex-direction: column;
    gap: 32px 32px;
  }
}
.variation-menu-burger-open .left {
  flex: 0 0 calc(35% - 28px /* @gap-l */);
  padding: 28px /* @padding-l */;
}
@media only screen and (max-width: 1024px) {
  .variation-menu-burger-open .left {
    flex: initial;
    width: 100%;
    padding: 0;
  }
}
.variation-menu-burger-open .left .module {
  width: 100%;
}
.variation-menu-burger-open .right {
  flex: 0 0 calc(65% - 40px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px /* @gap-2xl */;
  max-width: 650px;
  height: 100%;
  padding: 28px /* @padding-l */;
}
@media only screen and (max-width: 1024px) {
  .variation-menu-burger-open .right {
    flex: initial;
    width: 100%;
    overflow: initial;
    height: auto;
    max-width: 100%;
    padding: 0;
    margin-bottom: 12px /* @margin-s */;
  }
}
.variation-menu-burger-open .right .module {
  width: 100%;
}
@media only screen and (max-width: 791px) {
  .variation-menu-burger-open .module-social-menu {
    gap: 10px /* @gap-xs */;
  }
}
@media only screen and (max-width: 791px) {
  .variation-menu-burger-open .module-social-menu .module-header-title {
    text-align: left;
  }
}
.variation-menu-burger-open .module-social-menu .social__items {
  justify-content: flex-end;
}
@media only screen and (max-width: 791px) {
  .variation-menu-burger-open .module-social-menu .social__items {
    justify-content: flex-start;
  }
}
.variation-menu-burger-open .module-agency.multiple {
  display: flex;
  flex-direction: column;
  gap: 16px /* @gap-s */;
}
.variation-menu-burger-open .module-agency.multiple .agency-contact {
  display: flex;
  flex-direction: column;
  gap: 16px /* @gap-s */;
}
.variation-menu-burger-open .module-agency.multiple .agency-contact:not(:last-child)::after {
  content: "";
  position: relative;
  height: 0.5px;
  background: #9e4322 /* @txt-header */;
  width: 100%;
  display: block;
  margin-top: 16px /* @gap-s */;
}
@media only screen and (max-width: 791px) {
  .variation-menu-burger-open .module-agency .agency-contact-info .agency-contact-title h3 {
    margin-bottom: 12px /* @margin-s */;
    text-align: left;
  }
  .variation-menu-burger-open .module-agency .agency-contact-info .agency-contact-title h3 a {
    font-size: 22px /* @txt-xl */;
  }
  .variation-menu-burger-open .module-agency .agency-contact-info,
  .variation-menu-burger-open .module-agency .agency-contact-contact {
    gap: 6px /* @gap-2xs */;
  }
  .variation-menu-burger-open .module-agency img {
    display: none;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/cluster/cluster-main-footer/css/cluster-main-footer.less ***/
.variation-cluster-main-footer {
  display: grid;
  grid-template-columns: 3fr 7fr 9fr;
  gap: 16px /* @gap-s */;
}
@media only screen and (max-width: 791px) {
  .variation-cluster-main-footer {
    grid-template-columns: 1fr;
    gap: 20px /* @gap-m */;
  }
}
.variation-cluster-main-footer .module-cluster .module {
  display: flex;
  flex-direction: column;
  gap: 16px /*  @gap-s */;
}
.variation-cluster-main-footer .module-cluster .module.module-social-menu {
  flex-direction: row;
  justify-content: flex-end;
}
.variation-cluster-main-footer .module-cluster .module.module-social-menu .module-header {
  width: auto;
}
@media only screen and (max-width: 791px) {
  .variation-cluster-main-footer .module-cluster .module.module-social-menu {
    justify-content: center;
    align-items: center;
  }
  .variation-cluster-main-footer .module-cluster .module.module-social-menu ul.social__items {
    justify-content: center;
  }
}
.variation-cluster-main-footer .cluster__number-1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.variation-cluster-main-footer .cluster__number-2 {
  width: 100%;
  height: 100%;
  border-left: 1px solid #9e4322 /* @txt-footer */;
}
.variation-cluster-main-footer .cluster__number-3 {
  width: 100%;
  height: 100%;
  border-left: 1px solid #9e4322 /* @txt-footer */;
}
@media only screen and (max-width: 791px) {
  .variation-cluster-main-footer .cluster__number-2 {
    border-left: none;
    border-bottom: 1px solid #9e4322 /* @txt-footer */;
    padding-bottom: 28px /* @padding-l */;
  }
  .variation-cluster-main-footer .cluster__number-3 {
    border-left: none;
    border-bottom: 1px solid #9e4322 /* @txt-footer */;
    padding-bottom: 28px /* @padding-l */;
  }
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-2.css ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/legal/legal-mira.less ***/
.variation-legal-mira {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  background: none;
  width: 100%;
}
@media only screen and (max-width: 791px) {
  .variation-legal-mira {
    flex-direction: column-reverse;
    gap: 12px;
  }
}
.variation-legal-mira div li {
  display: flex;
  justify-content: flex-start;
  color: #9e4322;
}
.variation-legal-mira div li a {
  display: flex;
  justify-content: flex-start;
  color: #9e4322;
}
.variation-legal-mira div a,
.variation-legal-mira div span {
  font-family: Optima, sans-serif;
}
.variation-legal-mira div li::before,
.variation-legal-mira div li.copyright span::before {
  content: "";
  display: inline-block;
  align-self: center;
  clip-path: circle(40%);
  /* @clip-path*/
  background: #9e4322;
  color: #eee9dc;
  width: 10px;
  height: 10px;
  background-color: #9e4322;
  /* @txt-footer*/
}
.variation-legal-mira div.container-left ul {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
.variation-legal-mira div.container-left ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}
.variation-legal-mira div.container-left ul li a {
  display: flex;
  justify-content: flex-start;
  height: fit-content;
}
.variation-legal-mira div.container-left ul li.copyright a {
  text-decoration: underline;
}
.variation-legal-mira div.container-left ul li.logo-apimo img {
  height: 20px;
  width: auto;
  margin-top: 8px;
}
.variation-legal-mira div.container-right ul {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
.variation-legal-mira div.container-right ul li {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
}
.variation-legal-mira div.container-right ul li::before {
  content: "";
  display: inline-block;
  align-self: center;
  clip-path: circle(40%);
  /* @clip-path*/
  background: #9e4322;
  color: #eee9dc;
  width: 10px;
  height: 10px;
  background-color: #9e4322;
  /* @txt-footer*/
}
.variation-legal-mira div.container-right ul li a {
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 791px) {
  .variation-legal-mira ul {
    flex-wrap: wrap;
  }
  .variation-legal-mira ul li.copyright {
    flex-wrap: wrap;
    justify-content: start;
  }
}
/*** CSS BASE PLUGIN Picture ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Picture/Resources/css/main.css ***/
@media screen and (max-width: 768px) {
  .module-picture img {
    width: 100%;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/cluster/cluster-header-mira-menu-logo/cluster-header-mira-menu-logo.less ***/
.variation-cluster-header-mira-menu-logo {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr;
  align-items: center;
  gap: 32px /*  @gap-xl  */;
}
@media only screen and (max-width: 1440px) {
  .variation-cluster-header-mira-menu-logo {
    grid-template-columns: 1fr;
  }
}
.variation-cluster-header-mira-menu-logo .menu-left {
  grid-column: 1;
  justify-self: center;
}
.variation-cluster-header-mira-menu-logo .menu-right {
  grid-column: 3;
  justify-self: center;
}
.variation-cluster-header-mira-menu-logo .module-logo {
  grid-column: 2;
  justify-self: center;
}
@media only screen and (max-width: 1024px) {
  .variation-cluster-header-mira-menu-logo .module-logo {
    grid-column: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .variation-cluster-header-mira-menu-logo .menu-left,
  .variation-cluster-header-mira-menu-logo .menu-right {
    display: none;
  }
}
body.wrapper-off .variation-cluster-header-mira-menu-logo ul li span {
  color: #ffffff /* @txt-wrapper-off  */;
}
body.wrapper-on .variation-cluster-header-mira-menu-logo ul li span,
body header.fixed .variation-cluster-header-mira-menu-logo ul li span {
  color: #9e4322 /* @txt-header */;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/cluster/cluster-header-mira-currerncy-language-lead/css/cluster-heaer-mira-menu-currency-language-lead.less ***/
.variation-cluster-header-mira-menu-currency-language-lead {
  align-items: center;
  display: flex;
  gap: 16px /* @gap-s  */;
}
@media only screen and (max-width: 1024px) {
  .variation-cluster-header-mira-menu-currency-language-lead {
    justify-content: flex-end;
  }
}
.variation-cluster-header-mira-menu-currency-language-lead .module:not(:last-child) {
  border-right: 1px solid #ffffff /*  @txt-wrapper-off / */;
  padding-right: 16px /*@gap-s */;
}
.variation-cluster-header-mira-menu-currency-language-lead .module-lead .user-contact-property-icon {
  display: flex;
}
@media only screen and (max-width: 791px) {
  .variation-cluster-header-mira-menu-currency-language-lead .module-lead svg {
    width: 18px;
    height: 18px;
  }
}
.variation-cluster-header-mira-menu-currency-language-lead .module-lead .popup-open-link-wrapper span {
  display: none;
}
header.fixed .variation-cluster-header-mira-menu-currency-language-lead .module:not(:last-child),
body.wrapper-on .variation-cluster-header-mira-menu-currency-language-lead .module:not(:last-child) {
  border-right: 1px solid #9e4322 /*  @txt-header */;
}
body.wrapper-off .variation-cluster-header-mira-menu-currency-language-lead .module-menu ul li span,
body.wrapper-off .variation-cluster-header-mira-menu-currency-language-lead .module-language .DropdownCaption > span,
body.wrapper-off .variation-cluster-header-mira-menu-currency-language-lead .module-lead a > span,
body.wrapper-off .variation-cluster-header-mira-menu-currency-language-lead .module-lead i svg {
  color: #ffffff /* @txt-wrapper-off  */;
  stroke: #ffffff /* @txt-wrapper-off  */;
}
body.wrapper-on .variation-cluster-header-mira-menu-currency-language-lead .module-menu ul li span,
body header.fixed .variation-cluster-header-mira-menu-currency-language-lead .module-menu ul li span,
body.wrapper-on .variation-cluster-header-mira-menu-currency-language-lead .module-language .DropdownCaption > span,
body header.fixed .variation-cluster-header-mira-menu-currency-language-lead .module-language .DropdownCaption > span,
body.wrapper-on .variation-cluster-header-mira-menu-currency-language-lead .module-lead a > span,
body header.fixed .variation-cluster-header-mira-menu-currency-language-lead .module-lead a > span,
body.wrapper-on .variation-cluster-header-mira-menu-currency-language-lead .module-lead i svg,
body header.fixed .variation-cluster-header-mira-menu-currency-language-lead .module-lead i svg {
  color: #9e4322 /* @txt-header  */;
  stroke: #9e4322 /* @txt-header  */;
}
/*** 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 Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/new_css.less ***/
.module.cms-template-6 {
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative;
  /* gestion des alignements */
}
@media screen and (max-width: 768px) {
  .module.cms-template-6 {
    flex-direction: column;
  }
}
.module.cms-template-6 .cms-align-left {
  text-align: left;
}
.module.cms-template-6 .cms-align-right {
  text-align: right;
}
.module.cms-template-6 .cms-align-center {
  text-align: center;
}
.module.cms-template-6 .cms-align-justify {
  text-align: justify;
}
.module.cms-template-6.only-text .info {
  width: 100%;
  padding: 0;
}
.module.cms-template-6 .picture {
  height: auto;
  overflow: hidden;
}
.module.cms-template-6 .picture img {
  max-width: 100%;
}
.module.cms-template-6 .picture,
.module.cms-template-6 .info {
  position: relative;
  width: calc((100% - 1 * 32px) / 2);
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1440px) {
  .module.cms-template-6 .picture,
  .module.cms-template-6 .info {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .module.cms-template-6 .picture,
  .module.cms-template-6 .info {
    width: 100%;
  }
}
.module.cms-template-6 .info ul {
  padding-left: 10px;
}
.module.cms-template-6 .info ul li {
  list-style: disc;
  list-style-position: inside;
}
.module.cms-template-6 .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;
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/cms.less ***/
@media only screen and (max-width: 1024px) {
  body .wrapper .module-cms {
    flex-direction: column-reverse;
    gap: 32px /* */;
  }
}
@media only screen and (max-width: 791px) {
  body .wrapper .module-cms {
    gap: 16px /* @gap-s  */;
  }
}
body .wrapper .module-cms .picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
body .wrapper .module-cms .info {
  display: flex;
  flex-direction: column;
  gap: 16px /* @gap-s */;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  body .wrapper .module-cms .info {
    width: 100%;
  }
}
body .wrapper .module-cms .info *:not(.button) {
  margin: 0;
}
body .wrapper .module-cms .info h1:not(.cms-title),
body .wrapper .module-cms .info h2:not(.cms-title),
body .wrapper .module-cms .info h3:not(.cms-title),
body .wrapper .module-cms .info h4:not(.cms-title),
body .wrapper .module-cms .info h5:not(.cms-title),
body .wrapper .module-cms .info h6:not(.cms-title) {
  margin-top: 16px;
}
body .wrapper .module-cms .info ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.module-cluster.template-2 .module-cms:not(:first-child) {
  border-top: 0.5px solid #9e4322 /* @txt-color */;
  padding-top: 100px /*@gap-4xl*/;
}
@media only screen and (max-width: 791px) {
  .module-cluster.template-2 .module-cms:not(:first-child) {
    padding-top: 40px /* @gap-2xl */;
  }
}
.module-cluster.template-2.bg .module-cms:not(:first-child) {
  border-top: 0.5px solid #9e4322 /* @txt-on-bg */;
}
.module-cms.template-8 {
  padding: 100px 28px /* @padding-4xl  @paddin-l   */;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 791px) {
  .module-cms.template-8 {
    padding: 40px 20px /* @padding-4xl  @paddin-l   */;
  }
}
.module-cms.template-8 .clip-container {
  gap: 28px /*@gap-l*/;
  background: #eee9dc /*@bodyColor*/;
  max-width: 1440px /* @max-width */;
  padding-left: 50px /* 0 @padding-layout */;
  padding-right: 50px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
  padding: 40px /*@padding-xl*/;
  max-width: calc(1440px - 100px);
}
@media only screen and (max-width: 791px) {
  .module-cms.template-8 .clip-container {
    padding: 0 20px /* padding-m */;
  }
}
@media only screen and (max-width: 791px) {
  .module-cms.template-8 .clip-container {
    padding: 28px /*@padding-l*/;
  }
}
.module-cms.template-8 .clip-container .picture {
  clip-path: circle(40%) /*@clip-path*/;
  aspect-ratio: 1;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/cluster/cluster-slider-cms/cluster-slider-cms.less ***/
.variation-cluster-slider-cms .module-cms {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.variation-cluster-slider-cms .module-cms.border-right-cms {
  border-right: solid 0.5px rgba(158, 67, 34, 0.8) /* @txt-color  */;
  padding-right: 20px /* @gap-m */;
}
.variation-cluster-slider-cms .module-cms.border-left-cms {
  border-left: solid 0.5px rgba(158, 67, 34, 0.8) /* @txt-color  */;
  padding-left: 20px /* @gap-m */;
}
@media only screen and (max-width: 1024px) {
  .variation-cluster-slider-cms .module-cms {
    flex-direction: column;
  }
}
.variation-cluster-slider-cms .container-flex .col:has(.module-cms) {
  display: flex;
  justify-content: flex-end;
}
.variation-cluster-slider-cms .container-flex .col:has(.module-cms) .module-cms {
  max-width: calc((1440px - (2 * 50px)) / 2);
  width: 100%;
}
.variation-cluster-slider-cms .container-flex .col:has(.border-left-cms) {
  justify-content: flex-start;
}
.bg .variation-cluster-slider-cms .module-cms.border-right-cms {
  border-right: solid 0.5px rgba(158, 67, 34, 0.8) /* @txt-onBg  */;
}
.bg .variation-cluster-slider-cms .module-cms.border-left-cms {
  border-left: solid 0.5px rgba(158, 67, 34, 0.8) /* @txt-onBg  */;
}
@media only screen and (max-width: 791px) {
  .variation-cluster-slider-cms {
    padding-left: 20px /* @padding-m */;
    padding-right: 20px /* @padding-m */;
  }
  .variation-cluster-slider-cms .container-flex .col:has(.module-cms) .module-cms {
    max-width: 100%;
    flex-direction: column;
  }
  .variation-cluster-slider-cms .container-flex .col:has(.module-cms) .module-cms.border-left-cms,
  .variation-cluster-slider-cms .container-flex .col:has(.module-cms) .module-cms.border-right-cms {
    border: none;
    padding: 0;
  }
  .variation-cluster-slider-cms .container-flex:has(.col .border-left-cms) {
    flex-direction: column-reverse;
  }
}
/*** CSS BASE PLUGIN Structured Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/structured-cms/structured-cms-slider/css/structured-cms-slider.less ***/
.variation-structured-cms-slider {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px /* @gap-size */;
}
.variation-structured-cms-slider .module-header {
  text-align: center;
}
.variation-structured-cms-slider .cms-list {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px /* @gap-size */;
  overflow: hidden;
}
.variation-structured-cms-slider .cms-list .item .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px /* @gap-xs */;
  background: #eee9dc /* @bg */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .content {
  display: flex;
  flex-direction: column;
  gap: 10px /* @gap-xs */;
  text-align: center;
  padding: 32px /* @padding-xl */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .content .title {
  color: #9e4322 /* @txt-onBg */;
  font-size: calc(16px + 2px) /* @txt-l + 2px */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .content .content-small {
  color: #9e4322 /* @txt-onBg */;
  font-size: 16px /* @txt-l */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .content .tags li {
  color: #9e4322 /* @txt-onBg */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 8px /* @padding-xs */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper .date {
  color: #9e4322 /* @txt-onBg */;
  font-size: 12px /* @txt-s */;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px /* @gap-xs */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper .date svg {
  width: 16px;
  height: 16px;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper .date svg path,
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper .date svg rect,
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper .date svg circle {
  stroke: #9e4322 /* @txt-onBg */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px /* @padding-xs */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper-btn .date {
  color: #9e4322 /* @txt-onBg */;
  font-size: 12px /* @txt-s */;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px /* @gap-xs */;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper-btn .date svg {
  width: 16px;
  height: 16px;
}
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper-btn .date svg path,
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper-btn .date svg rect,
.variation-structured-cms-slider .cms-list .item .content-wrapper .news-date-wrapper-btn .date svg circle {
  stroke: #9e4322 /* @txt-onBg */;
}
.variation-structured-cms-slider .cms-list .owl-controls {
  display: flex;
  justify-content: center;
  width: 100%;
}
.bg .variation-structured-cms-slider .cms-list .item .content-wrapper {
  background: #eee9dc /* @bodyColor */;
}
.bg .variation-structured-cms-slider .cms-list .item .content-wrapper .content .title {
  color: #9e4322 /* @txt-color */;
}
.bg .variation-structured-cms-slider .cms-list .item .content-wrapper .content-small {
  color: #9e4322 /* @txt-color */;
}
.bg .variation-structured-cms-slider .cms-list .item .news-date-wrapper .date {
  color: #9e4322 /* @txt-color */;
}
.bg .variation-structured-cms-slider .cms-list .item .news-date-wrapper .date svg path,
.bg .variation-structured-cms-slider .cms-list .item .news-date-wrapper .date svg rect,
.bg .variation-structured-cms-slider .cms-list .item .news-date-wrapper .date svg circle {
  stroke: #9e4322 /* @txt-color */;
}
.bg .variation-structured-cms-slider .cms-list .item .news-date-wrapper-btn .date svg path,
.bg .variation-structured-cms-slider .cms-list .item .news-date-wrapper-btn .date svg rect,
.bg .variation-structured-cms-slider .cms-list .item .news-date-wrapper-btn .date svg circle {
  stroke: #9e4322 /* @txt-color */;
}
.bg .variation-structured-cms-slider .cms-list .item .tags li {
  color: #9e4322 /* @txt-color */;
}
.bg .variation-structured-cms-slider .cms-list .item .tags li svg path,
.bg .variation-structured-cms-slider .cms-list .item .tags li svg rect,
.bg .variation-structured-cms-slider .cms-list .item .tags li svg circle {
  stroke: #9e4322 /* @txt-color */;
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Structured Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/structured-cms.less ***/
.module-structured-cms {
  opacity: 1;
}
.module-structured-cms .cms-list > li {
  overflow: hidden;
}
.module-structured-cms .cms-list > li .content {
  align-items: flex-start;
  padding: 32px /* @padding-xl */;
}
.module-structured-cms nav.pager {
  width: 100%;
  margin: auto;
  padding-top: 20px /* @padding-m */;
  padding-bottom: 20px /* @padding-m */;
  border-top: 0.5px solid #9e4322 /* @txt-color */;
  border-bottom: 0.5px solid #9e4322 /* @txt-color */;
}
.module-structured-cms nav.pager ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.module-structured-cms nav.pager ul li {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  transition: 0.2s ease border;
  border: 0.5px solid transparent;
}
.module-structured-cms nav.pager ul li.disable {
  padding: 5px 15px;
  display: none;
}
.module-structured-cms nav.pager ul li a,
.module-structured-cms nav.pager ul li span {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  padding: 5px 15px;
  color: #9e4322 /* @txt-color */;
}
.module-structured-cms nav.pager ul li.current,
.module-structured-cms nav.pager ul li:hover {
  border: 0.5px solid #9e4322 /* @txt-color */;
}
.module-structured-cms.structured-cms-template-3 .content-container,
.module-structured-cms.structured-cms-template-3 .intro,
.module-structured-cms.structured-cms-template-3 .content {
  display: flex;
  flex-direction: column;
  gap: 16px /* @gap-s */;
  padding: 0;
}
.module-structured-cms.structured-cms-template-3 .content-container *:not(.button),
.module-structured-cms.structured-cms-template-3 .intro *:not(.button),
.module-structured-cms.structured-cms-template-3 .content *:not(.button) {
  margin: 0;
}
.module-structured-cms.structured-cms-template-3 .content-container h1:not(.title),
.module-structured-cms.structured-cms-template-3 .intro h1:not(.title),
.module-structured-cms.structured-cms-template-3 .content h1:not(.title),
.module-structured-cms.structured-cms-template-3 .content-container h2:not(.title),
.module-structured-cms.structured-cms-template-3 .intro h2:not(.title),
.module-structured-cms.structured-cms-template-3 .content h2:not(.title),
.module-structured-cms.structured-cms-template-3 .content-container h3:not(.title),
.module-structured-cms.structured-cms-template-3 .intro h3:not(.title),
.module-structured-cms.structured-cms-template-3 .content h3:not(.title),
.module-structured-cms.structured-cms-template-3 .content-container h4:not(.title),
.module-structured-cms.structured-cms-template-3 .intro h4:not(.title),
.module-structured-cms.structured-cms-template-3 .content h4:not(.title),
.module-structured-cms.structured-cms-template-3 .content-container h5:not(.title),
.module-structured-cms.structured-cms-template-3 .intro h5:not(.title),
.module-structured-cms.structured-cms-template-3 .content h5:not(.title),
.module-structured-cms.structured-cms-template-3 .content-container h6:not(.title),
.module-structured-cms.structured-cms-template-3 .intro h6:not(.title),
.module-structured-cms.structured-cms-template-3 .content h6:not(.title) {
  margin-top: 16px;
}
.module-structured-cms.structured-cms-template-3 .content,
.module-structured-cms.structured-cms-template-3 .intro {
  text-align: justify;
}
.module-structured-cms.structured-cms-template-3 .content ul li,
.module-structured-cms.structured-cms-template-3 .intro ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.module-structured-cms.structured-cms-template-3 .tags {
  display: flex;
  gap: 10px /* @gap-xs */;
  justify-content: flex-end;
}
.module-structured-cms.structured-cms-template-3 .tags > li {
  display: inline-block;
  padding: 5px 7px;
  background: #eee9dc /* bg */;
  color: #9e4322 /* @txt-onBg */;
}
.bg {
  /**** DETAIL ACTU ***/
}
.bg .module-structured-cms .cms-list > li .content {
  align-items: flex-start;
}
.bg .module-structured-cms .cms-list > li .content * {
  color: #9e4322 /* @txt-onBg */;
}
.bg .module-structured-cms nav.pager {
  width: 100%;
  margin: auto;
  padding-top: 20px /* @padding-m */;
  padding-bottom: 20px /* @padding-m */;
  border-top: 0.5px solid #9e4322 /* @txt-color */;
  border-bottom: 0.5px solid #9e4322 /* @txt-color */;
  border-top: 0.5px solid #9e4322 /* @txt-onBG */;
  border-bottom: 0.5px solid #9e4322 /* @txt-onBg */;
}
.bg .module-structured-cms nav.pager ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.bg .module-structured-cms nav.pager ul li {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  transition: 0.2s ease border;
  border: 0.5px solid transparent;
}
.bg .module-structured-cms nav.pager ul li.disable {
  padding: 5px 15px;
  display: none;
}
.bg .module-structured-cms nav.pager ul li a,
.bg .module-structured-cms nav.pager ul li span {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  padding: 5px 15px;
  color: #9e4322 /* @txt-color */;
}
.bg .module-structured-cms nav.pager ul li.current,
.bg .module-structured-cms nav.pager ul li:hover {
  border: 0.5px solid #9e4322 /* @txt-color */;
}
.bg .module-structured-cms nav.pager ul li a,
.bg .module-structured-cms nav.pager ul li span {
  color: #9e4322 /* @txt-onBg */;
}
.bg .module-structured-cms nav.pager ul li.current,
.bg .module-structured-cms nav.pager ul li:hover {
  border: 0.5px solid #9e4322 /* @txt-onBg */;
}
.bg .module-structured-cms.structured-cms-template-3 .tags > li {
  background: #e7e0ce /* @adjustedBg */;
}
/*** 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;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/cms/cms-menu/cms-header-menu.less ***/
.variation-cms-header-menu {
  padding: 0;
  width: fit-content;
}
.variation-cms-header-menu .info {
  padding: 0;
  width: fit-content;
}
.variation-cms-header-menu .main_button {
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 20px;
  width: fit-content;
  border: none;
  transition: opacity 0.2s;
  padding: 0;
}
.variation-cms-header-menu .main_button p {
  font-size: 18px;
  font-weight: 300;
}
@media only screen and (max-width: 1024px) {
  .variation-cms-header-menu .main_button p {
    display: none;
  }
}
.variation-cms-header-menu .main_button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.variation-cms-header-menu .main_button:active {
  opacity: 0.4;
}
.variation-cms-header-menu .main_button .all .one,
.variation-cms-header-menu .main_button .all .two {
  width: 40px;
  height: 1px;
  background-color: #9e4322;
  margin: 5px 0;
  transition: transform 0.6s ease;
}
body.wrapper-off .variation-cms-header-menu .main_button p {
  color: #ffffff;
}
body.wrapper-off .variation-cms-header-menu .main_button .all .one,
body.wrapper-off .variation-cms-header-menu .main_button .all .two {
  background: #ffffff;
}
body.wrapper-on .variation-cms-header-menu .main_button p,
body header.fixed .variation-cms-header-menu .main_button p {
  color: #9e4322;
}
body.wrapper-on .variation-cms-header-menu .main_button .all .one,
body header.fixed .variation-cms-header-menu .main_button .all .one,
body.wrapper-on .variation-cms-header-menu .main_button .all .two,
body header.fixed .variation-cms-header-menu .main_button .all .two {
  background: #9e4322;
}
/*** CSS BASE PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/language-2.css ***/
.module-language .flag-icon.flag-icon-arab-league {
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
.module-language .CustomDropdown {
  position: relative;
}
.module-language .CustomDropdown .DropdownContent {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  top: 50px;
  left: -100px;
  z-index: 10;
  padding: 10px;
  min-width: 150px;
}
.module-language .CustomDropdown.open .DropdownContent {
  display: block;
}
.module-language .CustomDropdown.open .DropdownContent ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.module-language .CustomDropdown.open .DropdownContent ul > li {
  height: fit-content;
  width: 100%;
}
.module-language .CustomDropdown.open .DropdownContent ul > li:hover {
  backdrop-filter: contrast(0.75);
}
.module-language .CustomDropdown.open .DropdownContent ul > li a {
  gap: 12px;
  min-height: 35px;
  width: 100%;
  transition: 0.5 ease;
  display: flex;
  align-items: center;
}
.module-language .CustomDropdown.open .DropdownContent ul > li a span {
  text-transform: capitalize;
}
.module-language .CustomDropdown .DropdownCaption {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  justify-content: flex-end;
}
.module-language .CustomDropdown .DropdownCaption span {
  text-transform: capitalize;
}
.module-language .current-flag {
  display: none;
}
@media (max-width: 1024px) {
  .module-language .current-flag {
    display: block;
  }
}
.module-language .flag-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.module-language .flag-inline li {
  list-style: none;
  opacity: 0.5;
  transition: 0.5s ease;
}
.module-language .flag-inline li:hover {
  opacity: 1;
}
.module-language .flag-inline li.current {
  opacity: 1;
}
.module-language .CaptationContent.mobile-dropdown {
  position: relative;
}
.module-language .CaptationContent.mobile-dropdown .current-flag {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px;
  z-index: 10;
  margin-top: 8px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 60px;
  gap: 4px;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li {
  width: 100%;
  opacity: 1;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li.current {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 1025px) {
  .module-language .CaptationContent.mobile-dropdown .flag-inline li.current {
    display: none;
  }
}
.module-language .CaptationContent.mobile-dropdown.open .flag-inline {
  display: flex;
}
@media (min-width: 1025px) {
  .module-language .CaptationContent.mobile-dropdown .current-flag {
    cursor: default;
  }
  .module-language .CaptationContent.mobile-dropdown .flag-inline {
    display: flex;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    flex-direction: row;
    min-width: auto;
  }
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/language.less ***/
.module-language .CustomDropdown .DropdownCaption span {
  text-transform: uppercase;
  font-weight: initial;
  font-size: 18px /*  @txt-header-shortcut-size */;
}
@media only screen and (max-width: 791px) {
  .module-language .CustomDropdown .DropdownCaption span {
    font-size: 16px /* @txt-l */;
    line-height: 1;
  }
}
.module-language a {
  font-weight: initial;
  text-transform: uppercase;
}
.module-language.template-2 .ApiFieldGroup .CaptationContent {
  padding: 0;
}
@media only screen and (max-width: 1440px) {
  .module-language.template-2 .ApiFieldGroup .CaptationContent {
    display: flex;
    justify-content: flex-end;
  }
}
.module-language.template-2 .ApiFieldGroup .CaptationContent label {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .module-language.template-2 .ApiFieldGroup .CaptationContent label {
    display: block;
    position: relative;
  }
  .module-language.template-2 .ApiFieldGroup .CaptationContent label .mdi {
    position: relative;
    font-size: 24px;
  }
}
.module-language.template-2 .ApiFieldGroup .CaptationContent > span {
  display: flex;
  gap: 5px;
  padding: 0;
  align-items: center;
}
.module-language.template-2 .ApiFieldGroup .CaptationContent > span span {
  padding: 0;
  font-size: 12px;
  line-height: 1.1;
}
.module-language {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: fit-content;
}
.module-language .flag-icon {
  border-radius: 2px;
  width: 26px;
  height: 19px;
}
.module-language .module-header p {
  margin-bottom: 0;
}
.module-language .CustomDropdown .DropdownContent {
  top: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
  padding: 20px /*  @padding-m  */;
  border-radius: 0;
  background: #f5f3e7 /* @bg-header */;
}
.module-language .CustomDropdown .DropdownContent ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: auto;
  left: -100px;
}
.module-language .CustomDropdown .DropdownContent ul li {
  margin: 0;
  align-items: center;
  padding: 5px 12px;
}
.module-language .CustomDropdown .DropdownContent ul li span:not(.flag-icon) {
  color: #9e4322;
  opacity: 0.6;
}
.module-language .CustomDropdown .DropdownContent ul li.current {
  display: flex;
  justify-content: space-between;
}
.module-language .CustomDropdown .DropdownContent ul li.current span {
  color: #9e4322;
  opacity: 1;
}
.module-language .CustomDropdown .DropdownContent ul li.current::after {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  background: none;
  color: #9e4322 /* txt-header */;
  border: none;
  position: relative;
  color: #000d19 /* bodyColor */;
  clip-path: polygon(50% 10%, 85% 50%, 50% 90%, 15% 50%) /* @clip-path */;
  background: #9e4322 /*txt-header*/;
}
.module-language .CustomDropdown .DropdownContent ul li:hover a {
  text-decoration: none;
}
.module-language .CustomDropdown .DropdownContent ul li a {
  display: flex;
  gap: 16px;
}
.module-language .CustomDropdown .DropdownContent ul li a span {
  line-height: 19px;
}
.module-language .CustomDropdown .DropdownContent span {
  text-transform: uppercase;
}
/*** CSS BASE PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/menu/menu-burger/css/menu-burger.less ***/
.variation-menu-burger.main.module-menu {
  padding: 0;
}
.variation-menu-burger.main.module-menu > ul li {
  border-bottom: 0.5px solid rgba(158, 67, 34, 0.3);
  width: 100%;
  padding-bottom: 20px /* @padding-m */;
  text-align: right;
}
.variation-menu-burger.main.module-menu > ul li a {
  position: inherit;
  width: 100%;
  display: block;
}
.variation-menu-burger.main.module-menu > ul li a .dropdown-arrow {
  bottom: initial;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  translate: initial;
}
.variation-menu-burger.main.module-menu > ul li:hover a .dropdown-arrow {
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
}
.variation-menu-burger.main.module-menu > ul li.dropdown-menu ul {
  padding: 0;
  padding-right: 20px /* @padding-m */;
  margin-top: 24px /* @margin-l */;
  position: relative;
  width: 100%;
}
.variation-menu-burger.main.module-menu > ul li.dropdown-menu ul li {
  padding-bottom: initial;
  border-bottom: none;
  text-align: right;
  width: 100%;
  margin-bottom: 12px /* @margin-s */;
  display: flex;
  align-items: center;
  gap: 10px /* @gap-xs */;
}
.variation-menu-burger.main.module-menu > ul li.dropdown-menu ul li:after {
  content: "";
  background: rgba(158, 67, 34, 0.5);
  clip-path: circle(40%);
  display: block;
  height: 10px;
  width: 10px;
  position: relative;
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/menu.less ***/
.module-menu a,
.module-menu ul a,
.module-menu li a,
.module-menu.main a,
.module-menu.inline a,
.module-menu.column a,
.module-menu.module.sector a {
  transition: opacity 0.2s;
}
.module-menu a:hover,
.module-menu ul a:hover,
.module-menu li a:hover,
.module-menu.main a:hover,
.module-menu.inline a:hover,
.module-menu.column a:hover,
.module-menu.module.sector a:hover {
  opacity: 0.7;
}
.module-menu a:active,
.module-menu ul a:active,
.module-menu li a:active,
.module-menu.main a:active,
.module-menu.inline a:active,
.module-menu.column a:active,
.module-menu.module.sector a:active {
  opacity: 0.4;
}
.all_bar {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 32px /* @margin-xl */;
}
.all_bar .close {
  cursor: pointer;
  position: relative;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 0.5px solid #9e4322 /* @txt-header */;
}
.all_bar .close .bar-1 {
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #9e4322 /* @txt-header */;
  margin: 0;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  left: 11px;
  border-radius: 50px;
}
.all_bar .close .bar-2 {
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #9e4322 /* @txt-header */;
  margin: 0;
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  left: 12px;
  border-radius: 50px;
}
.module-menu.main > ul {
  align-items: flex-end;
}
body header.is-active *:not(.module-counter span) {
  color: #9e4322 /* @txt-header */;
}
.module-menu {
  position: relative;
  /*Button burger */
}
.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 label {
  flex-direction: column;
  width: 40px;
  cursor: pointer;
  display: none;
  float: right;
}
@media only screen and (max-width: 1440px) {
  .module-menu label {
    display: flex;
  }
}
.module-menu label span {
  height: 4px;
  margin: 4px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.module-menu label span:nth-of-type(1) {
  width: 50%;
}
.module-menu label span:nth-of-type(2) {
  width: 100%;
}
.module-menu label span:nth-of-type(3) {
  width: 75%;
}
.module-menu label input[type="checkbox"] {
  display: none;
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(5px, 0px);
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(18px, -6px) rotatez(45deg);
}
.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: 0;
}
.module-menu.column > ul {
  display: flex;
  flex-direction: column;
}
@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.module.sector {
  width: auto;
  margin: auto;
  padding: 20px;
  /* @padding-m */
}
.module-menu.module.sector > ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px /* @gap-s */;
}
.module-menu.module.sector > ul li {
  align-items: center;
  display: flex;
  gap: 4px;
}
.module-menu.module.sector > ul li::before {
  content: "";
  display: inline-block;
  align-self: center;
  clip-path: circle(40%);
  /* @clip-path*/
  background: #9e4322;
  color: #eee9dc;
  width: 15px;
  height: 15px;
  background-color: #9e4322;
  /* @txt-footer*/
}
.module-menu:not(.variation-header-burger) > ul {
  transition: all ease 0.3s;
  width: 100%;
  display: flex;
  align-content: flex-end;
  align-items: center;
  gap: 20px /* @gap-m */;
}
.module-menu:not(.variation-header-burger) > ul > li {
  display: block;
  height: 100%;
  width: auto;
}
.module-menu:not(.variation-header-burger) > ul > li i.mdi.mdi-home {
  display: none;
}
.module-menu:not(.variation-header-burger) > ul > li.sub-menu > ul > li {
  width: 100%;
}
.module-menu:not(.variation-header-burger) > ul li.dropdown-menu {
  position: relative;
}
.module-menu:not(.variation-header-burger) > ul li.dropdown-menu ul {
  padding: 12px /*padding-s*/;
}
.module-menu:not(.variation-header-burger) > ul li.dropdown-menu:hover .dropdown-arrow {
  opacity: 0;
}
.module-menu:not(.variation-header-burger) > ul li.dropdown-menu > a > .dropdown-arrow {
  transition: transform 0.3s ease;
  cursor: pointer;
  position: absolute;
  bottom: -15px;
  left: 50%;
  translate: -50%;
  opacity: 1;
  line-height: 1;
}
.module-menu:not(.variation-header-burger) > ul li.dropdown-menu > a > .dropdown-arrow.open {
  transform: rotate(0deg) translateY(-50%);
}
@media (min-width: 1024px) {
  .module-menu:not(.variation-header-burger) > ul li.dropdown-menu > ul {
    display: none;
    position: absolute;
    background: #f5f3e7 /* @bg-header */;
    z-index: 1000;
    margin: 0;
    width: max-content;
  }
  .module-menu:not(.variation-header-burger) > ul li.dropdown-menu > ul li {
    margin: 0;
    width: 100%;
    text-align: left;
    padding-right: 0;
    position: relative;
    background: none;
  }
  .module-menu:not(.variation-header-burger) > ul li.dropdown-menu > ul li span {
    z-index: 99;
    position: relative;
    color: #9e4322 /* @txt-header */;
    font-size: calc(18px - 2px);
  }
  .module-menu:not(.variation-header-burger) > ul li.dropdown-menu > ul li:hover span {
    color: #9e4322 /* @txt-header */;
  }
  .module-menu:not(.variation-header-burger) > ul li.dropdown-menu:hover > a > .dropdown-arrow {
    transform: rotate(180deg);
    opacity: 0;
  }
}
.module-menu:not(.variation-header-burger) > ul li.dropdown-menu ul > li:after {
  content: inherit;
}
.module-menu:not(.variation-header-burger) > ul li.dropdown-menu.rotated > a > .dropdown-arrow {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1440px) {
  .module-menu:not(.variation-header-burger) > ul li.dropdown-menu ul {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
/*** CSS BASE PLUGIN Social Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SocialMenu/Resources/css/social_menu-2.css ***/
.social-menu-template-2 .social__items {
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 100%;
  align-items: center;
}
.social-menu-template-2 .social__items .social__item a svg {
  width: 18px;
}
.social-menu-template-2 .social__items .social__item.youtube a svg {
  width: 22px;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/social/css/social-mira-v2.less ***/
@media only screen and (max-width: 791px) {
  .variation-social-mira-v2 .module-header-title {
    font-size: 16px /* @txt-xl */;
  }
}
.variation-social-mira-v2 .social__items {
  flex-wrap: wrap;
}
.variation-social-mira-v2 .social__items .social__item a svg {
  width: calc(22px + 2px) /* @txt-xl */;
}
.variation-social-mira-v2 .social__items .social__item a span {
  display: none;
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Social Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/social-menu.less ***/
.module-social-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  /** @gap-m **/
}
@media only screen and (max-width: 1024px) {
  .module-social-menu {
    flex-wrap: wrap;
  }
}
.module-social-menu .module-header {
  margin-bottom: 0;
}
.module-social-menu ul.social__items {
  display: flex;
  align-items: center;
  gap: 10px;
  /** @gap-xs **/
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .module-social-menu ul.social__items {
    align-items: flex-start;
    width: 100%;
  }
}
.module-social-menu ul.social__items li {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 1px solid #9e4322;
  /** @txt-color **/
  padding: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-social-menu ul.social__items li.facebook a svg path,
.module-social-menu ul.social__items li.instagram a svg path,
.module-social-menu ul.social__items li.linkedin a svg path,
.module-social-menu ul.social__items li.youtube a svg path,
.module-social-menu ul.social__items li.facebook a svg rect,
.module-social-menu ul.social__items li.instagram a svg rect,
.module-social-menu ul.social__items li.linkedin a svg rect,
.module-social-menu ul.social__items li.youtube a svg rect,
.module-social-menu ul.social__items li.facebook a svg circle,
.module-social-menu ul.social__items li.instagram a svg circle,
.module-social-menu ul.social__items li.linkedin a svg circle,
.module-social-menu ul.social__items li.youtube a svg circle {
  fill: transparent;
  stroke: #9e4322 /* @txt-color */;
}
.module-social-menu ul.social__items li.pinterest a svg path,
.module-social-menu ul.social__items li.google-plus a svg path,
.module-social-menu ul.social__items li.dailymotion a svg path,
.module-social-menu ul.social__items li.pinterest a svg rect,
.module-social-menu ul.social__items li.google-plus a svg rect,
.module-social-menu ul.social__items li.dailymotion a svg rect,
.module-social-menu ul.social__items li.pinterest a svg circle,
.module-social-menu ul.social__items li.google-plus a svg circle,
.module-social-menu ul.social__items li.dailymotion a svg circle {
  fill: #9e4322 /* @txt-color */;
}
.module-social-menu ul.social__items li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-social-menu ul.social__items li a svg {
  fill: #9e4322;
  /** @txt-color **/
}
.module-social-menu ul.social__items li a i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.bg .module-social-menu ul.social__items {
  gap: 10px;
  /** @gap-xs **/
}
.bg .module-social-menu ul.social__items li {
  border: 0.5px solid #9e4322;
  /** @txt-onBg **/
}
.bg .module-social-menu ul.social__items li.facebook a svg path,
.bg .module-social-menu ul.social__items li.instagram a svg path,
.bg .module-social-menu ul.social__items li.linkedin a svg path,
.bg .module-social-menu ul.social__items li.youtube a svg path,
.bg .module-social-menu ul.social__items li.facebook a svg rect,
.bg .module-social-menu ul.social__items li.instagram a svg rect,
.bg .module-social-menu ul.social__items li.linkedin a svg rect,
.bg .module-social-menu ul.social__items li.youtube a svg rect,
.bg .module-social-menu ul.social__items li.facebook a svg circle,
.bg .module-social-menu ul.social__items li.instagram a svg circle,
.bg .module-social-menu ul.social__items li.linkedin a svg circle,
.bg .module-social-menu ul.social__items li.youtube a svg circle {
  fill: transparent;
  stroke: #9e4322 /* @txt-onBg */;
}
.bg .module-social-menu ul.social__items li.pinterest a svg path,
.bg .module-social-menu ul.social__items li.google-plus a svg path,
.bg .module-social-menu ul.social__items li.dailymotion a svg path,
.bg .module-social-menu ul.social__items li.pinterest a svg rect,
.bg .module-social-menu ul.social__items li.google-plus a svg rect,
.bg .module-social-menu ul.social__items li.dailymotion a svg rect,
.bg .module-social-menu ul.social__items li.pinterest a svg circle,
.bg .module-social-menu ul.social__items li.google-plus a svg circle,
.bg .module-social-menu ul.social__items li.dailymotion a svg circle {
  fill: #9e4322 /* @txt-onBg */;
}
.bg .module-social-menu ul.social__items li a svg {
  fill: #9e4322;
  /** @txt-onBg **/
}
.bg .module-social-menu ul li {
  border: 0.5px solid #9e4322;
  /** @txt-onBg **/
}
footer .zone-footer .module-social-menu {
  flex-direction: row;
  width: 100%;
}
footer .zone-footer .module-social-menu ul li {
  border: 0.5px solid #9e4322;
  /** @txt-footer **/
}
/*** CSS BASE PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/agency/agency-contact/css/agency-contact.less ***/
.variation-agency-contact .agency-contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px /* @gap-xs */;
}
.variation-agency-contact .agency-contact-info .agency-contact-title {
  display: flex;
  flex-direction: column;
}
.variation-agency-contact .agency-contact-info .agency-contact-title h3 a {
  font-family: "Forum", serif /* title-font */;
  color: #9e4322 /* txt-color */;
  font-size: 31px /* @txt-3xl */;
  font-weight: 400 /* @weight-sm */;
  line-height: 100%;
}
.variation-agency-contact .agency-contact-info .agency-contact-address {
  display: flex;
  flex-direction: row;
  gap: 10px /* @gap-xs */;
}
.variation-agency-contact .agency-contact-info .agency-contact-address h3 {
  color: #9e4322;
  font-size: 16px /* @txt-l */;
  font-weight: 400 /* @weight-sm */;
}
.variation-agency-contact .agency-contact-info .agency-contact-address p {
  color: #9e4322 /* @txt-color */;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px /* @gap-xs */;
  font-size: 16px /* @txt-l */;
  font-weight: 400 /* @weight-sm */;
}
.variation-agency-contact .agency-contact-info .agency-contact-address .address {
  display: flex;
  flex-direction: column;
  gap: calc(10px / 2);
}
.variation-agency-contact .agency-contact-info .agency-contact-address .address span {
  color: #9e4322 /* @txt-color */;
  font-size: 16px /* @txt-l */;
  font-weight: 400 /* @weight-sm */;
}
.variation-agency-contact .agency-contact-info .agency-contact-contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .variation-agency-contact .agency-contact-info .agency-contact-contact {
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px /* @gap-s */;
  }
}
.variation-agency-contact .agency-contact-info .agency-contact-social {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px /* @gap-xs */;
  width: 100%;
}
.variation-agency-contact .agency-contact-info .agency-contact-social ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.variation-agency-contact .agency-contact-info .agency-contact-social ul li a .agency-contact-social-icon {
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #9e4322 /* txt-color */;
  padding: 12px /* @padding-s */;
  border-radius: 50%;
}
.variation-agency-contact .agency-contact-info .agency-contact-social ul li a .agency-contact-social-icon svg path,
.variation-agency-contact .agency-contact-info .agency-contact-social ul li a .agency-contact-social-icon svg rect,
.variation-agency-contact .agency-contact-info .agency-contact-social ul li a .agency-contact-social-icon svg circle {
  stroke: #eee9dc /* bodyColor */;
}
.variation-agency-contact .agency-contact-info .agency-contact-story {
  display: flex;
  flex-direction: column;
}
.variation-agency-contact .agency-contact-info .agency-contact-hour {
  display: flex;
  flex-direction: column;
}
.variation-agency-contact .agency-contact-info .agency-contact-fees {
  display: flex;
  flex-direction: column;
}
.variation-agency-contact .section-picture img {
  max-width: 100%;
}
.bg .variation-agency-contact .agency-contact-info .agency-contact-title h3 a {
  color: #9e4322 /* txt-onBg */;
}
.bg .variation-agency-contact .agency-contact-address span,
.bg .variation-agency-contact .agency-contact-address p {
  color: #9e4322 /* txt-onBg */;
}
.bg .variation-agency-contact .agency-contact-contact a {
  color: #9e4322 /* txt-onBg */;
}
.bg .variation-agency-contact .agency-contact-contact a .agency-contact-icon::before {
  background-color: #9e4322 /* txt-onBg */;
}
.bg .variation-agency-contact .agency-contact-contact a .agency-contact-icon svg path,
.bg .variation-agency-contact .agency-contact-contact a .agency-contact-icon svg rect,
.bg .variation-agency-contact .agency-contact-contact a .agency-contact-icon svg circle {
  stroke: #eee9dc /* @bg */;
}
.bg .variation-agency-contact .agency-contact-contact a span {
  color: #9e4322 /* txt-onBg */;
}
/*** CSS BASE PLUGIN Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Lead/Resources/css/lead.css ***/
.popup-module-lead.dynamic_label .field,
.module-lead.dynamic_label .field {
  position: relative;
  display: block;
}
.mfp-container .select2-container {
  border: 1px solid #d1d5db;
  margin-bottom: 8px;
  border-radius: 0.35rem;
  background-color: white;
}
.mfp-container .select2-container .select2-selection--single {
  background-color: transparent;
}
.popup-module-lead.dynamic_label form label,
.module-lead.dynamic_label form label {
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  position: absolute;
  left: 7px;
  top: -12px;
  z-index: 99999;
  padding-right: 3px;
  padding-left: 3px;
  cursor: text;
  font-size: 75%;
  letter-spacing: 0px;
  opacity: 1;
  transition: all 0.2s;
}
.popup-module-lead.dynamic_label form input:placeholder-shown:not(:focus) + *,
.module-lead.dynamic_label form input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
  background: transparent;
}
.popup-module-lead.dynamic_label form select::placeholder,
.popup-module-lead.dynamic_label form input::placeholder,
.module-lead.dynamic-label form select::placeholder,
.module-lead.dynamic_label form input::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.popup-module-lead.dynamic_label form select:placeholder-shown:not(:focus)::placeholder,
.popup-module-lead.dynamic_label form input:placeholder-shown:not(:focus)::placeholder,
.module-lead.dynamic_label form select:placeholder-shown:not(:focus)::placeholder,
.module-lead.dynamic_label form input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
form[name=lead-form] form {
  position: relative;
}
form[name=lead-form] .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
form[name=lead-form] .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
form[name=lead-form] .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
form[name=lead-form] .field.hidden {
  display: none;
}
form[name=lead-form] .room_range,
form[name=lead-form] .price_range {
  width: 100%;
}
form[name=lead-form] .room_range .field,
form[name=lead-form] .price_range .field {
  float: left;
  width: 50%;
}
form[name=lead-form] .room_range .field input,
form[name=lead-form] .price_range .field input {
  width: 100%;
  padding: 2px 5px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label {
  padding-left: 20px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-2 label {
  padding-left: 40px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label:before,
form[name=lead-form] .SumoSelect .optWrapper .options li.tab-2 label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 33%;
  position: absolute;
  top: 20%;
  margin-left: -20px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/lead.less ***/
.module-lead.template-3 {
  background: transparent /* @bg-form */;
  padding: 20px;
  width: 60%;
  margin: 40px auto auto auto;
}
.module-lead.template-3 button {
  margin-top: 10px;
}
.module-lead.template-1 a.popup-open-link-wrapper span {
  border: 1px solid rgba(255, 255, 255, 0) /* @bg-btn   */;
  padding: 8px 12px /* : @padding-xs @padding-s  */;
}
.module-lead.template-2 a.popup-open-link-wrapper i {
  margin-right: 10px;
}
/*** CSS BASE PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Slider/Resources/css/main.less ***/
.module-slider.waiting {
  max-height: 500px;
}
.owl-carousel {
  touch-action: none;
}
.owl-carousel {
  touch-action: manipulation;
}
@media screen and (max-width: 1280px) {
  .module-slider.waiting {
    max-height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .module-slider.waiting {
    max-height: 250px;
  }
}
.module-slider.waiting .slider,
.module-slider.waiting .thumbnail {
  opacity: 0;
  overflow: hidden;
}
.module-slider.loaded .api-spinner {
  display: none;
}
.module-slider .owl-carousel,
.module-slider .owl-wrapper-outer,
.module-slider .owl-wrapper,
.module-slider .owl-stage-outer,
.module-slider .owl-stage,
.module-slider .owl-item,
.module-slider .owl-item .item {
  height: 100%;
}
.module-slider .slider .owl-item {
  overflow: hidden;
}
.module-slider .slider .owl-item img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
}
.module-slider .slider .owl-item img {
  width: 100%;
  height: auto;
}
.module-slider .slider .owl-item img.portrait {
  position: initial;
  width: auto;
  height: 100%;
}
.module-slider .owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-slider .owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 1;
}
.module-slider .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.module-slider .owl-theme .owl-nav .owl-next {
  right: 0;
}
.module-slider .owl-theme .owl-nav i {
  font-size: 60px;
  line-height: 60px;
}
.module-slider .thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-slider .thumbnail .owl-stage {
  overflow: hidden;
}
.module-slider .thumbnail .owl-item img {
  opacity: 1;
  height: 100px;
  width: auto;
}
.module-slider .thumbnail .owl-item.active.center img {
  opacity: 0.5;
}
.module-slider .thumbnail.owl-theme .owl-nav i {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}
.module-slider .thumbnail.owl-theme .owl-nav [class*='owl-'] {
  margin-top: -20px;
}
/* auto height * /
.module-slider {
  .slider .owl-item img {
    position: relative; left: auto; right: auto;
  }
}*/
/* center */
.slider-center .slider .owl-item img {
  opacity: 0.5;
}
.slider-center .slider .owl-item.main img {
  opacity: 1;
}
/* content */
.module-slider .slider .owl-item .content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
/* video */
.video-js .vjs-tech:not(iframe) {
  width: 100% !important;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.video-js.vjs-youtube .vjs-control-bar {
  display: none;
}
.vjs-current-time.vjs-time-control.vjs-control {
  display: table;
}
.vjs-current-time-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-duration.vjs-time-control.vjs-control {
  display: table;
}
.vjs-duration-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-time-control.vjs-time-divider {
  display: table;
  height: 100%;
}
.vjs-time-control.vjs-time-divider > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vjs-play-progress.vjs-slider-bar::before {
  margin-top: -5px;
}
.vjs-remaining-time.vjs-time-control.vjs-control {
  display: none;
}
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "";
}
.video-js .vjs-big-play-button {
  background: none;
  border: none;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.75em;
  font-size: 6em;
  color: #26A69A;
  transition: all 0.5s ease-in-out;
}
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  background: none;
  color: #26A69A;
}
.video-js .vjs-progress-control.vjs-control {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  transform: translate(0, -100%);
  align-items: flex-end;
  width: 100%;
}
.video-js .vjs-progress-holder {
  height: 0.5em !important;
  margin: 0 !important;
}
.vjs-play-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.vjs-fullscreen-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  right: 0;
}
.video-js .vjs-time-control {
  padding-left: 0;
  padding-right: 0;
}
.vjs-volume-level::before {
  margin-top: -7px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: initial;
}
.video-js .vjs-play-progress {
  background: #26A69A;
}
.video-js .vjs-control-bar .vjs-button {
  color: #26A69A;
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before {
  text-shadow: initial;
}
.video-js .vjs-control:hover:before,
.video-js .vjs-control:hover span:before {
  text-shadow: 0 0 1em #fff;
}
.video-js .vjs-mouse-display::after,
.video-js .vjs-play-progress .vjs-control-text::after {
  top: -5em;
}
.owl-item > div {
  width: 100% !important;
  height: 100% !important;
}
.video-js {
  height: 100% !important;
  padding: 0 !important;
}
/* rtl */
.slider.rtl .owl-stage-outer .owl-stage {
  direction: ltr;
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/slider.less ***/
.module-slider {
  position: relative;
  overflow: hidden;
}
.module-slider.waiting {
  max-height: initial;
}
.module-slider .slider .owl-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.module-slider .slider-center .slider .owl-item.main img,
.module-slider .slider-center .slider .owl-item img {
  opacity: 1 !important;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.module-slider .owl-stage:before {
  content: none;
  background: rgba(56, 58, 63, 0.2);
}
.module-slider .owl-item img.portrait {
  width: auto;
  height: 100%;
}
.module-slider .thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-slider .thumbnail .owl-stage {
  overflow: hidden;
}
.module-slider .thumbnail .owl-stage .owl-item img {
  opacity: 1;
  height: 100px;
  width: auto;
}
.module-slider .thumbnail .owl-stage .owl-item.active.center img {
  opacity: 0.5;
}
.module-slider .thumbnail.owl-theme .owl-nav i {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}
.module-slider .thumbnail.owl-theme .owl-nav [class*='owl-'] {
  margin-top: -20px;
}
/**ANIMATION*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/*** CSS BASE PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Search/Resources/css/search-template-3/search-template-3.less ***/
.search-template-3 form {
  max-width: 1440px;
  margin: 0 auto;
}
.search-template-3 form .wrapper__search {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 791px) {
  .search-template-3 form .wrapper__search {
    gap: 32px;
  }
}
.search-template-3 form .wrapper__search .button__wrapper-desktop {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.search-template-3 form .wrapper__search .button__wrapper-desktop label {
  visibility: hidden;
  color: transparent;
}
.search-template-3 form .wrapper__search .button__wrapper-desktop .button__submit button.submit {
  position: relative;
  top: 0;
  left: 0;
  right: inherit;
  float: inherit;
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7.5px;
  border: 1px solid #fff;
  width: 100%;
}
.search-template-3 form .wrapper__search .button__wrapper-desktop .button__submit button.submit svg {
  transition: all 0.3s ease-in-out;
}
.search-template-3 form .wrapper__search .button__wrapper-desktop .button__submit button.submit svg path {
  stroke: #fff;
  transition: all 0.3s ease-in-out;
}
.search-template-3 form .wrapper__search .button__wrapper-desktop .button__submit button.submit svg circle {
  stroke: #fff;
}
.search-template-3 form .wrapper__search .button__wrapper-desktop .button__submit button.submit:hover {
  background: #fff;
}
.search-template-3 form .wrapper__search .button__wrapper-desktop .button__submit button.submit:hover span {
  color: #000;
}
.search-template-3 form .wrapper__search .button__wrapper-desktop .button__submit button.submit:hover svg path {
  stroke: #000;
}
.search-template-3 form .wrapper__search .button__wrapper-desktop .button__submit button.submit:hover svg circle {
  stroke: #000;
}
.search-template-3 form .button__wrapper-mobile {
  display: flex;
  justify-content: center;
}
.search-template-3 form .button__wrapper-mobile button.submit {
  display: flex;
  align-items: center;
  gap: 10px;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Search/Resources/css/search-template-3/search-template-3-select-input.less ***/
.search__line-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
  justify-content: center;
}
.search__line-wrapper .field {
  width: 100%;
  line-height: initial;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.search__line-wrapper .field label {
  color: #fff;
}
.search__line-wrapper .field input {
  border-radius: initial;
  border: initial;
  color: #fff;
  font-size: 16px;
  line-height: initial;
  height: initial;
  border: 1px solid #fff;
  padding: 10px;
}
.search__line-wrapper .field input::placeholder {
  color: #fff;
  font-size: 16px;
}
.search__line-wrapper .field .select2-container {
  vertical-align: initial;
  display: inline-block;
}
.search__line-wrapper .field .select2-container .select2-selection {
  background: transparent;
  border-radius: initial;
  height: initial;
  border: 1px solid #fff;
  padding: 10px;
  position: relative;
}
.search__line-wrapper .field .select2-container .select2-selection .select2-selection__rendered {
  color: #fff;
  font-size: 16px;
  height: initial;
  line-height: initial;
}
.search__line-wrapper .field .select2-container .select2-selection .select2-selection__arrow {
  color: #fff;
  height: initial;
  line-height: initial;
  margin: 0;
  top: 50%;
  translate: 0 -50%;
  right: 0;
  width: 100%;
}
.search__line-wrapper .field .location .select2-selection {
  padding: 10px;
  border: 1px solid #fff;
  width: 100%;
  line-height: initial;
  height: initial;
  min-height: initial;
}
.search__line-wrapper .field .location .select2-selection .select2-selection__rendered {
  display: block;
}
.search__line-wrapper .field .location .select2-selection .select2-selection__rendered .select2-autocomplete-custom-choice {
  color: #fff;
  padding: 0;
  font-size: 16px;
}
.search__line-wrapper .field .location .select2-selection .select2-selection__rendered .select2-autocomplete-custom-choice {
  line-height: initial;
  height: initial;
}
.search__line-wrapper .field .location .select2-selection .select2-selection__rendered .select2-search {
  line-height: initial;
  height: initial;
  width: 100%;
}
.search__line-wrapper .field .location .select2-selection .select2-selection__rendered .select2-search input {
  border: none;
  padding: 0 0;
  margin-top: 0;
}
.search__line-wrapper .field.hidden {
  display: none;
}
.search__line-wrapper .ApiFieldGroup {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.search__line-wrapper .ApiFieldGroup .CaptationContent {
  width: 100%;
  color: #fff;
  line-height: initial;
  min-height: initial;
  padding: 0 0;
}
.search__line-wrapper .ApiFieldGroup .CaptationContent span {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #fff;
  color: #fff;
  line-height: initial;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper {
  background: #000;
  border: 1px solid #fff;
  border-top: none;
  padding: 5px;
  width: 100%;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .slider-track {
  position: relative;
  height: 6px;
  margin-top: 32px;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .slider-track .slider {
  position: relative;
  height: 6px;
  width: 100%;
  background: #9e9e9e;
  border-radius: 3px;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .slider-track .slider .progress {
  position: absolute;
  height: 100%;
  background: #fff;
  border-radius: 3px;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  position: absolute;
  translate: 0 -30px;
  pointer-events: none;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #000;
  border: 2px solid white;
  cursor: pointer;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  pointer-events: auto;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #000;
  border: 2px solid white;
  cursor: pointer;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  pointer-events: auto;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background: transparent;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input input[type="range"]::-moz-range-track {
  height: 6px;
  background: transparent;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .fields {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .fields > div {
  position: relative;
}
.search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .fields > div .mdi-close {
  position: absolute;
  top: 50%;
  right: 10px;
  translate: 0 -50%;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Search/Resources/css/search-template-3/search-template-3-more-criteria.less ***/
.more__criteria-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.more__criteria-wrapper .more__criteria-btn__wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  border: none;
  position: relative;
}
.more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn {
  line-height: 1;
  background: initial;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i {
  font-size: 30px;
  position: relative;
  border: 1px solid #fff;
  transition: border 0.4s ease-in-out;
  color: #fff;
}
.more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-close {
  position: absolute;
  top: 20px;
  right: 8px;
  z-index: 10;
  font-size: 15px;
  padding: 5px;
  color: #000;
  background: #fff;
}
.more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-close::before {
  color: #000;
}
.more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn span {
  color: #fff;
}
.more__criteria-wrapper button.submit {
  position: relative;
  top: 0;
  left: 0;
  right: inherit;
  float: inherit;
  width: fit-content;
  height: 100%;
}
.more__criteria-wrapper button.submit i {
  font-size: 28px;
  font-weight: bold;
  vertical-align: inherit;
  line-height: 1;
}
.more__criteria-wrapper button.submit span {
  display: none;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria {
  display: none;
  position: relative;
  width: 100%;
  border: 0.5px solid #fff;
  padding: 20px;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper.more__criteria {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-items: center;
  gap: 10px;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .ApiFieldGroup {
  max-width: 300px;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .ApiFieldGroup .CaptationContent span {
  border: none;
  font-size: 18px;
  padding: 0;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .ApiFieldGroup .CaptationContent label {
  display: none;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .ApiFieldGroup .FieldWrapper {
  display: block;
  border: none;
  position: relative;
  background: transparent;
  padding: 0;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper.more__criteria-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  align-items: center;
}
@media (max-width: 791px) {
  .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper.more__criteria-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper.more__criteria-columns .criteria__column {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 791px) {
  .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper.more__criteria-columns .criteria__column.left {
    flex-direction: row;
  }
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field label {
  font-size: 18px;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item .inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item .inline-list li {
  list-style: none;
  position: relative;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item .inline-list li input[type="checkbox"] {
  display: none;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item .inline-list li input[type="checkbox"]:checked + label {
  background: #fff;
  color: #000;
  border-color: #fff;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item .inline-list li input[type="checkbox"]:checked + label:hover {
  background: #ddd;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item .inline-list li label {
  display: inline-block;
  padding: 3px 8px;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item .inline-list li label:hover {
  background: #a4a4a4;
  color: #000;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.room .inline-list,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bedroom .inline-list,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bathroom .inline-list {
  gap: 15px;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.room .inline-list li,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bedroom .inline-list li,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bathroom .inline-list li {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.room .inline-list li input,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bedroom .inline-list li input,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bathroom .inline-list li input {
  margin-right: 0;
  width: 19px;
  height: 19px;
  padding: 1px;
  border: 1px solid #fff;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.room .inline-list li input::before,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bedroom .inline-list li input::before,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bathroom .inline-list li input::before {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.room .inline-list li input[type="checkbox"],
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bedroom .inline-list li input[type="checkbox"],
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bathroom .inline-list li input[type="checkbox"] {
  display: inline-block;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.room .inline-list li input[type="checkbox"]:checked + label,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bedroom .inline-list li input[type="checkbox"]:checked + label,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bathroom .inline-list li input[type="checkbox"]:checked + label {
  background: none;
  color: #fff;
  border-color: none;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.room .inline-list li input[type="checkbox"]:checked + label:hover,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bedroom .inline-list li input[type="checkbox"]:checked + label:hover,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bathroom .inline-list li input[type="checkbox"]:checked + label:hover {
  background: none;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.room .inline-list li label,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bedroom .inline-list li label,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bathroom .inline-list li label {
  border: none;
  color: #fff;
}
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.room .inline-list li label:hover,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bedroom .inline-list li label:hover,
.more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field.expanded .field-item.bathroom .inline-list li label:hover {
  background: none;
  color: #fff;
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/search.less ***/
.module-search {
  background: transparent /* bg-form */;
  width: 100%;
}
.module-search form .wrapper__search .search__line-wrapper {
  align-items: flex-end;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.module-search form .wrapper__search .search__line-wrapper .field label {
  color: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .field .field-item input {
  border: none;
  border-bottom: 1px solid #9e4322 /* txt-color */;
  color: #9e4322 /* txt-color */;
  background: transparent;
  font-family: "Lato", sans-serif /* @txt-font */;
  font-size: 16px /* @txt-l */;
  padding: 12px /* @padding-s */;
}
.module-search form .wrapper__search .search__line-wrapper .field .field-item input::placeholder {
  font-size: 16px /* @txt-l */;
  color: #9e4322 /* txt-color */;
  font-family: "Lato", sans-serif;
}
.module-search form .wrapper__search .search__line-wrapper .field .field-item .select2 .selection .select2-selection {
  border: none;
  border-bottom: 1px solid #9e4322 /* txt-color */;
  padding: 12px /* @padding-s */;
}
.module-search form .wrapper__search .search__line-wrapper .field .field-item .select2 .selection .select2-selection .select2-selection__rendered {
  color: #9e4322 /* txt-color */;
  font-family: "Lato", sans-serif /* @txt-font */;
  font-size: 16px /* @txt-l */;
}
.module-search form .wrapper__search .search__line-wrapper .field .field-item .select2 .selection .select2-selection .select2-selection__arrow {
  color: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .field .location .select2-selection {
  border-color: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .field .location .select2-selection .select2-selection__rendered .select2-autocomplete-custom-choice {
  color: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup {
  color: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .CaptationContent {
  color: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .CaptationContent span {
  color: #9e4322 /* txt-color */;
  border-color: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper {
  background: #eee9dc /* bodyColor */;
  border-color: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .slider-track .slider {
  background: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .slider-track .slider .progress {
  background: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input input[type="range"]::-webkit-slider-thumb {
  background: #eee9dc /* @bodycolor*/;
  border-color: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit {
  padding: 12px /* @padding-s */;
  border-color: #9e4322 /* txt-color */;
  background: #eee9dc /* @bodyColor */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit span {
  color: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit svg path {
  stroke: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit svg circle {
  stroke: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover {
  background: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover span {
  color: #eee9dc /* bodyColor */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover svg path {
  stroke: #eee9dc /* bodyColor */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover svg circle {
  stroke: #eee9dc /* bodyColor */;
}
.module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit span {
  font-size: 16px /* txt-l */;
  font-weight: 500 /* @weight-m */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit {
  padding: 12px /* @padding-s */;
  -color: #9e4322 /* txt-color */;
  background: #eee9dc /* @bg */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit span {
  color: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit svg path {
  stroke: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit svg circle {
  stroke: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover {
  background: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover span {
  color: #eee9dc /* bodyColor */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover svg path {
  stroke: #eee9dc /* bodyColor */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover svg circle {
  stroke: #eee9dc /* bodyColor */;
}
.module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit span {
  font-size: 16px /* @txt-l */;
  font-weight: 500 /* @weight-m */;
}
.module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn {
  border: none;
}
.module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-plus {
  border: none;
  position: relative;
  color: #eee9dc /* bodyColor */;
  clip-path: circle(40%) /* @clip-path */;
  background: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-plus::before {
  scale: 0.5;
}
.module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-close {
  border: none;
  position: absolute;
  top: 20px;
  right: 8px;
  z-index: 10;
  font-size: 15px;
  padding: 5px;
  color: #eee9dc /* bodyColor */;
  background: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-close::before {
  color: #eee9dc /* bodyColor */;
}
.module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn span {
  height: 8px;
  font-family: "Lato", sans-serif /* @txt-font */;
  color: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria {
  border-color: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item .inline-list li input[type="checkbox"]:checked + label {
  background: #9e4322 /* txt-color */;
  color: #eee9dc /* @bodyColor */;
  border-color: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item .inline-list li input[type="checkbox"]:checked + label:hover {
  background: #9e4322 /* txt-color */;
  color: #eee9dc /* @bodyColor */;
  border-color: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item .inline-list li label {
  border-color: #9e4322 /* txt-color */;
  font-weight: 500 /* @weight-m */;
  font-size: 14px /* @txt-m */;
  color: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.room .inline-list li input,
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bedroom .inline-list li input,
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bathroom .inline-list li input {
  border-color: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.room .inline-list li input::before,
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bedroom .inline-list li input::before,
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bathroom .inline-list li input::before {
  background: #9e4322 /* txt-color */;
}
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.room .inline-list li input[type="checkbox"]:checked + label,
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bedroom .inline-list li input[type="checkbox"]:checked + label,
.module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bathroom .inline-list li input[type="checkbox"]:checked + label {
  background: #eee9dc /* bodyColor */;
  color: #9e4322 /* txt-color */;
  border-color: transparent;
}
/* /////// BG DESIGN /////// */
.bg .module-search form .wrapper__search .search__line-wrapper .field label {
  color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .field-item > input {
  border-bottom: 1px solid #9e4322 /* txt-onBg */;
  color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .field-item > input::placeholder {
  color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .field-item .select2 .selection .select2-selection {
  border-bottom: 1px solid #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .field-item .select2 .selection .select2-selection .select2-selection__rendered {
  color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .location .select2-selection {
  border-color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .location .select2-selection .select2-selection__rendered .select2-autocomplete-custom-choice {
  color: #9e4322 /* txt-onBg  */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .location .select2-selection .select2-selection__rendered input {
  color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .field .location .select2-selection .select2-selection__rendered input::placeholder {
  color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup {
  color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .CaptationContent {
  color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .CaptationContent span {
  color: #9e4322 /* txt-onBg */;
  border-color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper {
  background: #eee9dc /* bg */;
  border-color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .slider-track .slider {
  background: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .slider-track .slider .progress {
  background: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input input[type="range"]::-webkit-slider-thumb {
  background: #eee9dc /* @bg*/;
  border-color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .field-group .range-input input[type="range"]::-moz-range-thumb {
  background: #eee9dc /* @bg*/;
  border-color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .button__wrapper-desktop .button__submit button.submit {
  padding: 12px /* @padding-s */;
  border-color: #9e4322 /* @txt-onBg */;
  background: #eee9dc /* @bg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .button__wrapper-desktop .button__submit button.submit svg path {
  stroke: #9e4322 /* @txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .button__wrapper-desktop .button__submit button.submit svg circle {
  stroke: #9e4322 /* @txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .button__wrapper-desktop .button__submit button.submit:hover {
  background: #9e4322 /* @txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .button__wrapper-desktop .button__submit button.submit:hover span {
  color: #eee9dc /* @bg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .button__wrapper-desktop .button__submit button.submit:hover svg path {
  stroke: #eee9dc /* @bg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .button__wrapper-desktop .button__submit button.submit:hover svg circle {
  stroke: #eee9dc /* @bg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .ApiFieldGroup .FieldWrapper .button__wrapper-desktop .button__submit button.submit span {
  font-size: 16px /* @txt-l */;
  font-weight: 500 /* @weight-m */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit {
  border-color: #9e4322 /* txt-onBg */;
  background-color: #eee9dc /* bg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit span {
  color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit svg path {
  stroke: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit svg circle {
  stroke: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover {
  background-color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover span {
  color: #eee9dc /* bg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover svg path {
  stroke: #eee9dc /* bg */;
}
.bg .module-search form .wrapper__search .search__line-wrapper .button__wrapper-desktop .button__submit button.submit:hover svg circle {
  stroke: #eee9dc /* bg */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit {
  border-color: #9e4322 /* txt-color */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit span {
  color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit svg path {
  stroke: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit svg circle {
  stroke: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover {
  background: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover span {
  color: #eee9dc /* bg */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover svg path {
  stroke: #eee9dc /* bg */;
}
.bg .module-search form .wrapper__search .button__wrapper-mobile .button__submit button.submit:hover svg circle {
  stroke: #eee9dc /* bg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-plus {
  color: #eee9dc /* bg */;
  background: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-close {
  color: #eee9dc /* bg */;
  background: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn i.mdi-close::before {
  color: #eee9dc /* bg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .more__criteria-btn__wrapper .more__criteria-btn span {
  font-family: "Lato", sans-serif /* @txt-font */;
  color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria {
  border-color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item .inline-list li input[type="checkbox"]:checked + label {
  background-color: #9e4322 /* txt-onBg */;
  color: #eee9dc /* @bg */;
  border-color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item .inline-list li input[type="checkbox"]:checked + label:hover {
  background-color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item .inline-list li label {
  border-color: #9e4322 /* txt-onBg */;
  color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item .inline-list li label:hover {
  background-color: #9e4322 /* txt-onBg */;
  color: #eee9dc /* @bg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.room .inline-list li input,
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bedroom .inline-list li input,
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bathroom .inline-list li input {
  border-color: #9e4322 /* txt-onBg */;
  border-radius: 0;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.room .inline-list li input::before,
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bedroom .inline-list li input::before,
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bathroom .inline-list li input::before {
  background-color: #9e4322 /* txt-onBg */;
}
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.room .inline-list li input[type="checkbox"]:checked + label,
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bedroom .inline-list li input[type="checkbox"]:checked + label,
.bg .module-search form .wrapper__search .more__criteria-wrapper .search__line-wrapper-more-criteria .search__line-wrapper .field .field-item.bathroom .inline-list li input[type="checkbox"]:checked + label {
  background-color: #eee9dc;
  color: #9e4322;
  border-color: #eee9dc;
}
/*** CSS BASE PLUGIN Sector ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Sector/Resources/css/main.less ***/
.module-sector {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: auto;
}
.module-sector .module-header {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.module-sector .module-header * {
  margin: 0;
}
.module-sector img {
  max-width: 100%;
}
.module-sector .sector-list .item {
  margin: 0;
  position: relative;
}
.module-sector .sector-list .item .picture {
  padding: 0;
  height: auto;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}
.module-sector .sector-list .item .picture img {
  object-fit: cover;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.module-sector .sector-list .item .content {
  width: 100%;
  background: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px 0;
}
.module-sector .button-all-sectors {
  display: flex;
  justify-content: center;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Sector/Resources/css/sector-3.less ***/
.sector-template-4 {
  overflow: hidden;
}
.sector-template-4 .sector-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sector-template-4 .sector-list .owl-stage .owl-item .sector-item .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sector-template-4 .sector-list .sector-item .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sector-template-4 .sector-list .owl-controls .owl-nav {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.sector-template-4 .sector-list .owl-controls .owl-nav .owl-prev,
.sector-template-4 .sector-list .owl-controls .owl-nav .owl-next {
  position: relative;
  margin: 0 0;
}
.sector-template-4 .sector-list .owl-controls .owl-nav .owl-prev i {
  font-size: 24px;
}
.sector-template-4 .sector-list .owl-controls .owl-nav .owl-next i {
  font-size: 24px;
}
/*** CSS BASE TEMPLATE Mira-v2 PLUGIN Sector ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/css/sector.less ***/
.module-sector nav.pager {
  width: 100%;
  margin: auto;
  padding-top: 20px /* @padding-m */;
  padding-bottom: 20px /* @padding-m */;
  border-top: 0.5px solid #9e4322 /* @txt-color */;
  border-bottom: 0.5px solid #9e4322 /* @txt-color */;
}
.module-sector nav.pager ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.module-sector nav.pager ul li {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  transition: 0.2s ease border;
  border: 0.5px solid transparent;
}
.module-sector nav.pager ul li.disable {
  padding: 5px 15px;
  display: none;
}
.module-sector nav.pager ul li a,
.module-sector nav.pager ul li span {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  padding: 5px 15px;
  color: #9e4322 /* @txt-color */;
}
.module-sector nav.pager ul li.current,
.module-sector nav.pager ul li:hover {
  border: 0.5px solid #9e4322 /* @txt-color */;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/modules/variations/cms/cms-clip-path/cms-clip-path.less ***/
.variation-cms-clip-path {
  width: 100%;
  display: flex;
  align-items: center;
}
.variation-cms-clip-path .cms-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px /* @gap-xs */;
  max-width: 800px /* @max-width-m */;
  margin: 0 auto;
  background: #eee9dc;
  padding: 32px /* @padding-xl */;
}
.variation-cms-clip-path .info {
  padding: 32px /* @padding-xl */;
}
.variation-cms-clip-path img {
  clip-path: circle(40%);
  aspect-ratio: 1;
}
@media screen and (min-width: 1440px) {
  .variation-cms-clip-path {
    min-height: 900px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .variation-cms-clip-path {
    min-height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .variation-cms-clip-path {
    height: auto;
  }
  .variation-cms-clip-path .cms-container {
    flex-direction: column-reverse;
  }
  .variation-cms-clip-path .cms-container .info {
    width: 100%;
  }
}
@media screen and (max-width: 668px) {
  .variation-cms-clip-path .cms-container {
    max-width: 450px;
  }
}
.bg .variation-cms-clip-path .cms-container {
  background: #eee9dc;
}
/*** GLOBAL CSS TEMPLATE Mira-v2 ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/main.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/header.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/buttons.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/contact-button.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/footer.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/popup.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/../Global-css/flex-column.css.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/../Global-css/variable.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/form.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/pager.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/owl-nav.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/css/modulesHeader.less ***/
.module-user.template-1 .module-header {
  padding: 0;
}
.bg {
  background: #eee9dc /* @bg */;
}
.module-header .module-header-content h1,
.module-header .module-header-subtitle h1,
.module-header .module-header-content h2,
.module-header .module-header-subtitle h2,
.module-header .module-header-content h3,
.module-header .module-header-subtitle h3,
.module-header .module-header-content h4,
.module-header .module-header-subtitle h4,
.module-header .module-header-content h5,
.module-header .module-header-subtitle h5,
.module-header .module-header-content h6,
.module-header .module-header-subtitle h6 {
  margin-top: 16px /* margin-m */;
}
.module-header {
  width: 100%;
}
.module-cluster:after,
.zone:after {
  display: none;
}
.module.module-search-order {
  text-align: initial;
}
.zone {
  position: relative;
}
.zone .auto-layout {
  max-width: 1440px /* @max-width */;
  padding-left: 50px /* 0 @padding-layout */;
  padding-right: 50px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 791px) {
  .zone .auto-layout {
    padding: 0 20px /* padding-m */;
  }
}
.row-2 {
  max-width: 1440px /* @max-width */;
  padding-left: 50px /* 0 @padding-layout */;
  padding-right: 50px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 791px) {
  .row-2 {
    padding: 0 20px /* padding-m */;
  }
}
.zone-full-width {
  display: flex;
  flex-direction: column;
  gap: 100px /* @gap-4xl */;
}
@media only screen and (max-width: 791px) {
  .zone-full-width {
    gap: 48px /* @gap-3xl */;
  }
}
.zone-full-width > div:last-child {
  padding-bottom: 100px;
}
@media only screen and (max-width: 791px) {
  .zone-full-width > div:last-child {
    padding-bottom: 48px;
  }
}
.zone-full-width > div:last-child.bg {
  padding-bottom: calc(2 * 100px);
}
@media only screen and (max-width: 791px) {
  .zone-full-width > div:last-child.bg {
    padding-bottom: calc(2 * 20px);
  }
}
td,
p,
ul,
ol,
li,
dl,
dt,
dd,
hr,
label,
a,
span,
em {
  color: #9e4322 /* @txt-color */;
  font-family: "Lato", sans-serif /* @txt-font */;
  font-size: 16px /* @txt-l */;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  list-style: none;
  text-rendering: optimizelegibility;
}
.bg td,
.bg p,
.bg ul,
.bg ol,
.bg li,
.bg dl,
.bg dt,
.bg dd,
.bg hr,
.bg label,
.bg a,
.bg span,
.bg em {
  color: #9e4322 /* @txt-onBg*/;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
  line-height: 1.2;
  color: #9e4322 /* @title-color */;
  font-family: "Forum", serif /* @title-font */;
  text-transform: initial /* @title-transform */;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #9e4322 /* @txt-color */;
  font-family: "Forum", serif /* @title-font */;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #9e4322 /* @title-color */;
  font-family: "Forum", serif /* @title-font */;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  display: block;
}
.bg h1,
.bg h2,
.bg h3,
.bg h4,
.bg h5,
.bg h6 {
  color: #9e4322 /* @title-onBg  */;
}
.bg h1 span,
.bg h2 span,
.bg h3 span,
.bg h4 span,
.bg h5 span,
.bg h6 span {
  color: #9e4322 /* @title-onBg  */;
}
.bg h1 a,
.bg h2 a,
.bg h3 a,
.bg h4 a,
.bg h5 a,
.bg h6 a {
  color: #9e4322 /* @title-onBg  */;
}
h1 {
  font-size: 49px /* @txt-5xl */;
}
@media only screen and (max-width: 791px) {
  h1 {
    font-size: 31px /* @txt-3xl  */;
  }
}
h2 {
  font-size: 31px /* @txt-3xl */;
}
@media only screen and (max-width: 791px) {
  h2 {
    font-size: 27px /* @txt-2xl  */;
  }
}
h3 {
  font-size: 27px /* @txt-2xl  */;
}
@media only screen and (max-width: 791px) {
  h3 {
    font-size: 22px /* @txt-xl  */;
  }
}
h4,
h5,
h6 {
  font-size: 22px /* @txt-xl  */;
}
@media only screen and (max-width: 791px) {
  h4,
  h5,
  h6 {
    font-size: 22px /* @txt-xl  */;
  }
}
body {
  width: 100%;
  height: 100%;
  background: #eee9dc /*  @bodyColor */;
  margin: 0;
}
body.menu-open {
  overflow: hidden;
}
a {
  color: #9e4322 /* @txt-color */;
  text-decoration: none;
}
.bg a {
  color: #9e4322 /* @txt-onBg*/;
}
img {
  border: 0;
}
strong {
  font-weight: 600 /* weight-l */;
}
em {
  color: #9e4322 /* @txt-color */;
}
.bg em {
  color: #9e4322 /* @txt-onBg */;
}
p {
  margin-bottom: 0;
}
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;
}
/* popup */
.mfp-bg {
  z-index: 10000;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  z-index: 10001;
}
/* fancybox zoom picture */
.fancybox-skin {
  border-radius: 0;
}
.fancybox-skin[style] {
  padding: 0 !important;
}
.fancybox-type-ajax .fancybox-skin {
  padding: 10px !important;
}
/* ApiFieldGroup */
.ApiFieldGroup .CaptationContent {
  background: none;
}
li[role="option"] {
  color: #000;
}
.SumoSelect {
  width: 100%;
  height: 100%;
  padding: 8px 12px /*  @padding-xs @padding-s  */;
}
.SumoSelect.open .search-txt {
  padding: 5px 0;
}
.SumoSelect > .optWrapper {
  background: #eee9dc /* @bodyColor  */;
}
.SumoSelect > .optWrapper > .options li label {
  color: #9e4322 /* @txt-color */;
}
.SumoSelect > .CaptionCont {
  background: transparent;
  color: #9e4322;
}
.SumoSelect > .CaptionCont i {
  color: #9e4322;
}
.mfp-container .select2-container,
.select2-container--open {
  z-index: 9999999999;
}
.select2-container--open .select2-dropdown {
  background: #eee9dc /* @bodyColor */;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options {
  /* Webkit (Chrome, Safari, Edge Chromium) */
  /* Firefox */
  /*  scrollbar-width: thin;
        scrollbar-color: #c1c1c1 #f1f1f1; */
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
  width: 6px;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-track {
  background: transparent;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #eee9dc /* @bodyColor */;
  border: 1px solid #fff;
  border-radius: 8px /* @radius-xs */;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options li {
  color: #9e4322 /* @txt-color */;
}
.SelectBox {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .zone-header-right {
    width: 100%;
  }
  .zone-header-left {
    margin: auto;
    text-align: center;
  }
  .zone-header-left .module-logo {
    float: none;
    max-width: none;
  }
}
/* /////// BG DESIGN /////// */
.select2-container--open .select2-dropdown {
  background: #eee9dc /* @bg */;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #eee9dc /* @bg */;
}
.select2-container--open .select2-dropdown .select2-results .select2-results__options li {
  color: #9e4322 /* @txt-onBg */;
}
.module-estimate .select2-container--default .select2-selection {
  border-radius: 0;
}
.module-sector .slider .owl-stage,
.module-user .slider .owl-stage,
.module-agency .slider .owl-stage,
.module-similar .slider .owl-stage,
.module-selection .slider .owl-stage,
.module-slider .slider .owl-stage {
  padding-left: 0 !important;
}
@media only screen and (max-width: 791px) {
  .module-sector .slider .owl-stage,
  .module-user .slider .owl-stage,
  .module-agency .slider .owl-stage,
  .module-similar .slider .owl-stage,
  .module-selection .slider .owl-stage,
  .module-slider .slider .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.module-sector .owl-rtl .owl-stage,
.module-user .owl-rtl .owl-stage,
.module-agency .owl-rtl .owl-stage,
.module-similar .owl-rtl .owl-stage,
.module-selection .owl-rtl .owl-stage,
.module-slider .owl-rtl .owl-stage {
  padding-right: 0 !important;
}
@media only screen and (max-width: 791px) {
  .module-sector .owl-rtl .owl-stage,
  .module-user .owl-rtl .owl-stage,
  .module-agency .owl-rtl .owl-stage,
  .module-similar .owl-rtl .owl-stage,
  .module-selection .owl-rtl .owl-stage,
  .module-slider .owl-rtl .owl-stage {
    padding-right: 0 !important;
  }
}
.roomvo-standalone {
  position: absolute;
  z-index: 10;
  background: rgba(255, 255, 255, 0.96);
  border: none;
  padding: 5px 10px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #9e4322;
  font-size: 16px;
  cursor: pointer;
}
.mdi-auto-fix {
  display: inline-block;
  animation: soft-bounce 1.8s infinite;
  font-size: 18px;
}
@keyframes soft-bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-4px);
  }
  40% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(-2px);
  }
  70% {
    transform: translateY(0);
  }
}
header .zone-header-right .module-menu.main.column ul > li a,
header .zone-header-right .module-cluster .module-menu ul > li a,
header .zone-header-right .module-cluster .module-lead a,
header .module-language .ApiFieldGroup .CaptationContent span,
header .module-language ul li a span,
.module-currency .ApiFieldGroup .CaptationContent span,
header .module-currency .FieldWrapper label {
  font-size: 18px /* @txt-header-burger-size */;
  font-weight: 300 /*  @weight-header */;
}
@media only screen and (max-width: 1024px) {
  header .zone-header-right .module-menu.main.column ul > li a,
  header .zone-header-right .module-cluster .module-menu ul > li a,
  header .zone-header-right .module-cluster .module-lead a,
  header .module-language .ApiFieldGroup .CaptationContent span,
  header .module-language ul li a span,
  .module-currency .ApiFieldGroup .CaptationContent span,
  header .module-currency .FieldWrapper label {
    font-size: 22px /*@txt-l*/;
  }
}
@media only screen and (max-width: 791px) {
  header .zone-header-right .module-menu.main.column ul > li a,
  header .zone-header-right .module-cluster .module-menu ul > li a,
  header .zone-header-right .module-cluster .module-lead a,
  header .module-language .ApiFieldGroup .CaptationContent span,
  header .module-language ul li a span,
  .module-currency .ApiFieldGroup .CaptationContent span,
  header .module-currency .FieldWrapper label {
    font-size: 16px /*@txt-l*/;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.35s ease-out;
  z-index: 99;
  box-sizing: border-box;
  padding: 12px 0 /* padding-s */;
}
header .main-header {
  max-width: 1440px /* @max-width */;
  padding-left: 50px /* 0 @padding-layout */;
  padding-right: 50px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 791px) {
  header .main-header {
    padding: 0 20px /* padding-m */;
  }
}
header .main-header .zone-header-right {
  width: 100%;
  max-width: 1920px /*  @max-width-xl */;
  margin: 0 auto;
}
header .main-header .zone-header-right > .module-cluster {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  justify-items: center;
  gap: 20px /* @gap-m */;
}
header .main-header .zone-header-right > .module-cluster > :nth-child(1) {
  grid-column: 1;
  justify-self: start;
}
header .main-header .zone-header-right > .module-cluster > :nth-child(2) {
  grid-column: 2;
  justify-self: center;
}
header .main-header .zone-header-right > .module-cluster > :nth-child(3) {
  grid-column: 3;
  justify-self: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 791px) {
  header .main-header .zone-header-right > .module-cluster {
    gap: 20px /* @gap-m */;
  }
  header .main-header .zone-header-right > .module-cluster > * {
    width: 100%;
    justify-self: stretch;
  }
}
@media only screen and (max-width: 791px) {
  header .main-header .zone-header-right {
    max-width: 100%;
  }
}
header .main-header .zone-header-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 1280px;
  min-height: 100dvh;
  height: 100vh;
  transform: translateX(-100%);
  transition: transform 0.9s ease-in-out;
  will-change: transform;
  background: #f5f3e7 /* @bg-header */;
  z-index: 5;
  max-width: 1440px;
}
header .main-header .zone-header-left > .module-cluster {
  justify-content: space-between;
  padding: 20px /*  @padding-m  */;
  align-items: flex-start;
}
header .main-header .zone-header-left > .module-cluster .container-flex {
  align-items: flex-start;
}
header .main-header .zone-header-left > .module-cluster .module-menu {
  width: 100%;
}
header .main-header .zone-header-left > .module-cluster .module-menu .module-header {
  width: 100%;
  align-items: flex-end;
}
header .main-header .zone-header-left > .module-cluster .module-agency .agency {
  display: flex;
  flex-direction: column;
}
header .main-header .zone-header-left > .module-cluster .module-agency .agency-contact-info .agency-contact-contact {
  flex-direction: column;
  gap: 10px;
  /* @gap-xs */
}
@media only screen and (max-width: 791px) {
  header .main-header .zone-header-left > .module-cluster {
    flex-direction: column;
    align-items: stretch;
    gap: 20px /* @gap-m  */;
    padding: 12px /*  @padding-s */;
  }
  header .main-header .zone-header-left > .module-cluster .container-flex,
  header .main-header .zone-header-left > .module-cluster .module-menu,
  header .main-header .zone-header-left > .module-cluster .module-agency {
    width: 100%;
  }
}
@media only screen and (max-width: 791px) {
  header .main-header .zone-header-left {
    min-height: 100vh;
    width: 100vw;
    padding: 0;
  }
}
header .main-header .zone-header-left.expanded {
  transform: translate(0);
  background: #f5f3e7 /* @bg-header */;
}
header .main-header .zone-header-left.expanded p,
header .main-header .zone-header-left.expanded a,
header .main-header .zone-header-left.expanded span,
header .main-header .zone-header-left.expanded .module-header-title {
  color: #9e4322 /* :@txt-header */;
}
header .main-header .zone-header-left.expanded .module-menu.main > ul > li span {
  font-size: 18px /* @txt-header-burger-size */;
  font-weight: 300 /* @weight-header*/;
}
@media only screen and (max-width: 1024px) {
  header .main-header .zone-header-left.expanded .module-menu.main > ul > li span {
    font-size: 22px /*@txt-l*/;
  }
}
@media only screen and (max-width: 791px) {
  header .main-header .zone-header-left.expanded .module-menu.main > ul > li span {
    font-size: 16px /*@txt-l*/;
  }
}
header .main-header .zone-header-left.expanded .module-agency .agency-contact-info i::before {
  background: #9e4322 /*  @txt-header  */;
}
header .main-header .zone-header-left.expanded .module-agency .agency-contact-info i svg {
  color: #f5f3e7 /*  @bg-header  */;
}
header .main-header .zone-header-left.expanded .module-agency .agency-contact-info i svg * {
  stroke: #f5f3e7 /*  @bg-header  */;
}
@media only screen and (max-width: 791px) {
  header .main-header .zone-header-left.expanded {
    padding: 12px;
  }
}
@media only screen and (max-width: 791px) {
  header .main-header {
    width: 100%;
    min-width: 0;
  }
}
body.wrapper-on header,
body header.fixed,
body.wrapper-off header.fixed {
  position: fixed;
  top: 0px;
  background: #f5f3e7 /* @bg-header*/;
}
body.wrapper-on header *:not(.module-counter span),
body header.fixed *:not(.module-counter span),
body.wrapper-off header.fixed *:not(.module-counter span) {
  color: #9e4322 /* @txt-header */;
}
body.wrapper-on header li:after,
body header.fixed li:after,
body.wrapper-off header.fixed li:after {
  background: #9e4322 /* @txt-header  */;
}
body.wrapper-off header li:after {
  background: #ffffff /* @txt-wrapper-off */;
}
body.wrapper-off header .dropdown-menu ul a,
body.wrapper-off header .dropdown-menu ul span {
  color: #ffffff /* @txt-wrapper-off */;
}
body.wrapper-off header .module.module-language .CaptationContent span .field-group * {
  color: #ffffff /* @txt-wrapper-off */;
}
body.wrapper-off header .module-counter {
  height: fit-content;
}
body.wrapper-off header .module-currency .ApiFieldGroup p.CaptationContent > span {
  color: #ffffff /* @txt-wrapper-off */;
}
body header.fixed .module-logo {
  box-sizing: border-box;
}
body header.fixed .module-logo img {
  height: 80px /*  @size-logo-fixed  */;
}
@media only screen and (max-width: 1440px) {
  body header.fixed .module-logo img {
    height: 80px /* @size-logo-mobile  */;
  }
}
@media only screen and (max-width: 791px) {
  body header.fixed .module-logo img {
    height: 80px /* @size-logo-mobile  */;
  }
}
body header.fixed .module-currency .ApiFieldGroup p.CaptationContent > span {
  color: #9e4322 /* @txt-header */;
}
header .module-language .CaptationContent {
  padding: 0;
  display: flex;
  align-items: center;
}
header .module-language .CaptationContent span {
  padding: 0;
}
header .module-language .CaptationContent label {
  position: relative;
  line-height: initial;
  width: auto;
}
header .module-language .FieldWrapper {
  background-color: #f5f3e7 /* @bg-header */;
}
header .module-language ul {
  text-align: center;
}
@media only screen and (max-width: 791px) {
  header .module-language .CaptationContent {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  header .module-language ul {
    text-align: left;
    width: 100%;
  }
}
header .module-currency {
  float: left;
  margin: 0;
}
header .module-currency .CaptationContent {
  padding: 0;
  display: flex;
  align-items: center;
}
header .module-currency .CaptationContent span {
  padding: 0;
}
header .module-currency .FieldWrapper {
  background-color: #f5f3e7 /* @bg-header */;
}
header .module-currency .FieldWrapper label {
  position: relative;
  line-height: initial;
  width: auto;
  color: #9e4322 /* @txt-header */;
}
@media only screen and (max-width: 791px) {
  header .module-currency {
    float: none;
    width: 100%;
  }
  header .module-currency .CaptationContent {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  }
}
header .module-counter {
  background: #9e4322 /*  @txt-wrapper */;
}
header .module-counter * {
  color: #f5f3e7 /*   @bg-header */;
}
header .module-logo {
  margin: 0;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  header .module-logo {
    position: relative;
  }
}
@media only screen and (max-width: 791px) {
  header .module-logo {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
  header .module-logo img {
    height: 80px /* @size-logo-mobile */;
  }
}
header .module-logo img {
  height: 250px /* @size-logo */;
  transition: 0.5s;
  display: block;
  width: auto;
}
@media only screen and (max-width: 1440px) {
  header .module-logo img {
    height: 80px /* @size-logo-mobile */;
  }
}
body header .module-social-menu ul,
body header.fixed .module-social-menu ul {
  display: flex;
  gap: 10px;
}
body header .module-social-menu ul li,
body header.fixed .module-social-menu ul li {
  padding: 0;
}
body header .module-social-menu ul li i,
body header.fixed .module-social-menu ul li i {
  font-size: 22px /* @txt-xl */;
  margin: 0;
}
body header .module-social-menu ul .social__item,
body header.fixed .module-social-menu ul .social__item {
  border-color: #9e4322 /* @txt-header */;
}
@media only screen and (max-width: 791px) {
  body header .module-social-menu ul,
  body header.fixed .module-social-menu ul {
    gap: 8px;
    align-items: flex-start;
    width: 100%;
  }
}
body header .module-social-menu.variation-social-mira-v2,
body header.fixed .module-social-menu.variation-social-mira-v2 {
  text-align: right;
}
body header .module-social-menu.variation-social-mira-v2 ul,
body header.fixed .module-social-menu.variation-social-mira-v2 ul {
  width: 100%;
}
body header .module-social-menu.variation-social-mira-v2 .social__item.facebook a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.facebook a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.instagram a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.instagram a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.linkedin a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.linkedin a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.youtube body header .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.youtube body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.youtube body header .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.youtube body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.facebook a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.facebook a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.instagram a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.instagram a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.linkedin a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.linkedin a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.youtube body header .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.youtube body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.youtube body header .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.youtube body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.facebook a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.facebook a svg circle,
body header .module-social-menu.variation-social-mira-v2 .social__item.instagram a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.instagram a svg circle,
body header .module-social-menu.variation-social-mira-v2 .social__item.linkedin a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.linkedin a svg circle,
body header .module-social-menu.variation-social-mira-v2 .social__item.youtube body header .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg circle,
body header .module-social-menu.variation-social-mira-v2 .social__item.youtube body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.youtube body header .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.youtube body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg circle {
  stroke: #9e4322 /* @txt-header */;
}
body header .module-social-menu.variation-social-mira-v2 .social__item.youtube a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.youtube a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.youtube a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.youtube a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.youtube a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.youtube a svg circle {
  fill: #9e4322 /* @txt-header */;
}
body header .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.whatsapp a svg circle {
  fill: none;
}
body header .module-social-menu.variation-social-mira-v2 .social__item.pinterest a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.pinterest a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.google-plus a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.google-plus a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.dailymotion a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.dailymotion a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.tiktok a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.tiktok a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.twitter a svg path,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.twitter a svg path,
body header .module-social-menu.variation-social-mira-v2 .social__item.pinterest a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.pinterest a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.google-plus a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.google-plus a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.dailymotion a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.dailymotion a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.tiktok a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.tiktok a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.twitter a svg rect,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.twitter a svg rect,
body header .module-social-menu.variation-social-mira-v2 .social__item.pinterest a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.pinterest a svg circle,
body header .module-social-menu.variation-social-mira-v2 .social__item.google-plus a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.google-plus a svg circle,
body header .module-social-menu.variation-social-mira-v2 .social__item.dailymotion a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.dailymotion a svg circle,
body header .module-social-menu.variation-social-mira-v2 .social__item.tiktok a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.tiktok a svg circle,
body header .module-social-menu.variation-social-mira-v2 .social__item.twitter a svg circle,
body header.fixed .module-social-menu.variation-social-mira-v2 .social__item.twitter a svg circle {
  fill: #9e4322 /* @txt-header */;
}
body.menu-open:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(35, 35, 35, 0.8);
  display: block;
  height: 100vh;
  width: 100vw;
  z-index: 9;
}
.button,
button.submit {
  display: inline-block;
  width: fit-content;
  cursor: pointer;
  padding: 8px 12px /* @padding-s */;
  color: #9e4322 /* @txt-btn */;
  border: #9e4322 0.5px solid /* @border-btn */;
  background: rgba(255, 255, 255, 0) /* @bg-btn */;
  font-size: 16px /* @txt-l */;
  font-weight: 500 /* @weight-m */;
  transition: 0.3s;
}
.button span,
button.submit span {
  color: #9e4322 /* @txt-btn */;
}
.button:hover,
button.submit:hover {
  color: #a1a3a4 /* @hover-txt-btn */;
  background: rgba(255, 0, 0, 0.01) /* @hover-bg-btn */;
  border: #a1a3a4 0.5px solid /* @hover-border-btn */;
}
.button:hover span,
button.submit:hover span {
  color: #a1a3a4 /* @hover-txt-btn */;
}
.btn-d {
  background: black;
}
.btn-l {
  background: white;
  color: black;
}
.bg .button,
.bg button.submit {
  color: #9e4322 /* @txt-btn-onBg */;
  border: #9e4322 /* @border-btn-onBg */ 0.5px solid;
  background: rgba(255, 255, 255, 0) /* @bg-btn-onBg */;
}
.bg .button span,
.bg button.submit span {
  color: #9e4322 /* @txt-btn-onBg */;
}
.bg .button:hover,
.bg button.submit:hover {
  color: #a1a3a4 /* @hover-txt-onBg */;
  background: rgba(70, 49, 42, 0) /* @hover-bg-btn-onBg */;
  border: #a1a3a4 /* @hover-border-btn-onBg */ 0.5px solid;
}
.bg .button:hover span,
.bg button.submit:hover span {
  color: #a1a3a4 /* @hover-txt-onBg */;
}
.module:not(form) .agency-contact-contact .phone,
.module:not(form) .agency-contact-contact .mail,
.module:not(form) .agency-contact-contact .email,
.module:not(form) .info-contact .fax,
.module:not(form) .info-contact .mobile,
.module:not(form) .info-contact .email,
.module:not(form) .info-contact .phone,
.module:not(form) .address,
.module:not(form) .user-contact-property-mobile,
.module:not(form) .user-contact-property-phone,
.module:not(form) .user-contact-property-fax,
.module:not(form) .user-contact-property-mail,
.module:not(form) .user-contact-property-email,
.module:not(form) .user-contact-property-whatsapp,
.module:not(form) .agency-contact-address,
.module:not(form) .info-name {
  display: flex;
  align-items: center;
  gap: 10px /* @gap-xs */;
  transition: opacity 0.3s ease-in-out;
}
.module:not(form) .agency-contact-contact .phone .icon,
.module:not(form) .agency-contact-contact .mail .icon,
.module:not(form) .agency-contact-contact .email .icon,
.module:not(form) .info-contact .fax .icon,
.module:not(form) .info-contact .mobile .icon,
.module:not(form) .info-contact .email .icon,
.module:not(form) .info-contact .phone .icon,
.module:not(form) .address .icon,
.module:not(form) .user-contact-property-mobile .icon,
.module:not(form) .user-contact-property-phone .icon,
.module:not(form) .user-contact-property-fax .icon,
.module:not(form) .user-contact-property-mail .icon,
.module:not(form) .user-contact-property-email .icon,
.module:not(form) .user-contact-property-whatsapp .icon,
.module:not(form) .agency-contact-address .icon,
.module:not(form) .info-name .icon,
.module:not(form) .agency-contact-contact .phone .user-contact-property-icon,
.module:not(form) .agency-contact-contact .mail .user-contact-property-icon,
.module:not(form) .agency-contact-contact .email .user-contact-property-icon,
.module:not(form) .info-contact .fax .user-contact-property-icon,
.module:not(form) .info-contact .mobile .user-contact-property-icon,
.module:not(form) .info-contact .email .user-contact-property-icon,
.module:not(form) .info-contact .phone .user-contact-property-icon,
.module:not(form) .address .user-contact-property-icon,
.module:not(form) .user-contact-property-mobile .user-contact-property-icon,
.module:not(form) .user-contact-property-phone .user-contact-property-icon,
.module:not(form) .user-contact-property-fax .user-contact-property-icon,
.module:not(form) .user-contact-property-mail .user-contact-property-icon,
.module:not(form) .user-contact-property-email .user-contact-property-icon,
.module:not(form) .user-contact-property-whatsapp .user-contact-property-icon,
.module:not(form) .agency-contact-address .user-contact-property-icon,
.module:not(form) .info-name .user-contact-property-icon,
.module:not(form) .agency-contact-contact .phone .user-card-icon,
.module:not(form) .agency-contact-contact .mail .user-card-icon,
.module:not(form) .agency-contact-contact .email .user-card-icon,
.module:not(form) .info-contact .fax .user-card-icon,
.module:not(form) .info-contact .mobile .user-card-icon,
.module:not(form) .info-contact .email .user-card-icon,
.module:not(form) .info-contact .phone .user-card-icon,
.module:not(form) .address .user-card-icon,
.module:not(form) .user-contact-property-mobile .user-card-icon,
.module:not(form) .user-contact-property-phone .user-card-icon,
.module:not(form) .user-contact-property-fax .user-card-icon,
.module:not(form) .user-contact-property-mail .user-card-icon,
.module:not(form) .user-contact-property-email .user-card-icon,
.module:not(form) .user-contact-property-whatsapp .user-card-icon,
.module:not(form) .agency-contact-address .user-card-icon,
.module:not(form) .info-name .user-card-icon,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon,
.module:not(form) .agency-contact-contact .email .agency-contact-icon,
.module:not(form) .info-contact .fax .agency-contact-icon,
.module:not(form) .info-contact .mobile .agency-contact-icon,
.module:not(form) .info-contact .email .agency-contact-icon,
.module:not(form) .info-contact .phone .agency-contact-icon,
.module:not(form) .address .agency-contact-icon,
.module:not(form) .user-contact-property-mobile .agency-contact-icon,
.module:not(form) .user-contact-property-phone .agency-contact-icon,
.module:not(form) .user-contact-property-fax .agency-contact-icon,
.module:not(form) .user-contact-property-mail .agency-contact-icon,
.module:not(form) .user-contact-property-email .agency-contact-icon,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon,
.module:not(form) .agency-contact-address .agency-contact-icon,
.module:not(form) .info-name .agency-contact-icon,
.module:not(form) .agency-contact-contact .phone .agency-details-icon,
.module:not(form) .agency-contact-contact .mail .agency-details-icon,
.module:not(form) .agency-contact-contact .email .agency-details-icon,
.module:not(form) .info-contact .fax .agency-details-icon,
.module:not(form) .info-contact .mobile .agency-details-icon,
.module:not(form) .info-contact .email .agency-details-icon,
.module:not(form) .info-contact .phone .agency-details-icon,
.module:not(form) .address .agency-details-icon,
.module:not(form) .user-contact-property-mobile .agency-details-icon,
.module:not(form) .user-contact-property-phone .agency-details-icon,
.module:not(form) .user-contact-property-fax .agency-details-icon,
.module:not(form) .user-contact-property-mail .agency-details-icon,
.module:not(form) .user-contact-property-email .agency-details-icon,
.module:not(form) .user-contact-property-whatsapp .agency-details-icon,
.module:not(form) .agency-contact-address .agency-details-icon,
.module:not(form) .info-name .agency-details-icon,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon,
.module:not(form) .agency-contact-contact .email .agency-contact-icon,
.module:not(form) .info-contact .fax .agency-contact-icon,
.module:not(form) .info-contact .mobile .agency-contact-icon,
.module:not(form) .info-contact .email .agency-contact-icon,
.module:not(form) .info-contact .phone .agency-contact-icon,
.module:not(form) .address .agency-contact-icon,
.module:not(form) .user-contact-property-mobile .agency-contact-icon,
.module:not(form) .user-contact-property-phone .agency-contact-icon,
.module:not(form) .user-contact-property-fax .agency-contact-icon,
.module:not(form) .user-contact-property-mail .agency-contact-icon,
.module:not(form) .user-contact-property-email .agency-contact-icon,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon,
.module:not(form) .agency-contact-address .agency-contact-icon,
.module:not(form) .info-name .agency-contact-icon,
.module:not(form) .agency-contact-contact .phone .info-name-icon,
.module:not(form) .agency-contact-contact .mail .info-name-icon,
.module:not(form) .agency-contact-contact .email .info-name-icon,
.module:not(form) .info-contact .fax .info-name-icon,
.module:not(form) .info-contact .mobile .info-name-icon,
.module:not(form) .info-contact .email .info-name-icon,
.module:not(form) .info-contact .phone .info-name-icon,
.module:not(form) .address .info-name-icon,
.module:not(form) .user-contact-property-mobile .info-name-icon,
.module:not(form) .user-contact-property-phone .info-name-icon,
.module:not(form) .user-contact-property-fax .info-name-icon,
.module:not(form) .user-contact-property-mail .info-name-icon,
.module:not(form) .user-contact-property-email .info-name-icon,
.module:not(form) .user-contact-property-whatsapp .info-name-icon,
.module:not(form) .agency-contact-address .info-name-icon,
.module:not(form) .info-name .info-name-icon {
  position: relative;
  height: 40px;
}
.module:not(form) .agency-contact-contact .phone .icon::before,
.module:not(form) .agency-contact-contact .mail .icon::before,
.module:not(form) .agency-contact-contact .email .icon::before,
.module:not(form) .info-contact .fax .icon::before,
.module:not(form) .info-contact .mobile .icon::before,
.module:not(form) .info-contact .email .icon::before,
.module:not(form) .info-contact .phone .icon::before,
.module:not(form) .address .icon::before,
.module:not(form) .user-contact-property-mobile .icon::before,
.module:not(form) .user-contact-property-phone .icon::before,
.module:not(form) .user-contact-property-fax .icon::before,
.module:not(form) .user-contact-property-mail .icon::before,
.module:not(form) .user-contact-property-email .icon::before,
.module:not(form) .user-contact-property-whatsapp .icon::before,
.module:not(form) .agency-contact-address .icon::before,
.module:not(form) .info-name .icon::before,
.module:not(form) .agency-contact-contact .phone .user-contact-property-icon::before,
.module:not(form) .agency-contact-contact .mail .user-contact-property-icon::before,
.module:not(form) .agency-contact-contact .email .user-contact-property-icon::before,
.module:not(form) .info-contact .fax .user-contact-property-icon::before,
.module:not(form) .info-contact .mobile .user-contact-property-icon::before,
.module:not(form) .info-contact .email .user-contact-property-icon::before,
.module:not(form) .info-contact .phone .user-contact-property-icon::before,
.module:not(form) .address .user-contact-property-icon::before,
.module:not(form) .user-contact-property-mobile .user-contact-property-icon::before,
.module:not(form) .user-contact-property-phone .user-contact-property-icon::before,
.module:not(form) .user-contact-property-fax .user-contact-property-icon::before,
.module:not(form) .user-contact-property-mail .user-contact-property-icon::before,
.module:not(form) .user-contact-property-email .user-contact-property-icon::before,
.module:not(form) .user-contact-property-whatsapp .user-contact-property-icon::before,
.module:not(form) .agency-contact-address .user-contact-property-icon::before,
.module:not(form) .info-name .user-contact-property-icon::before,
.module:not(form) .agency-contact-contact .phone .user-card-icon::before,
.module:not(form) .agency-contact-contact .mail .user-card-icon::before,
.module:not(form) .agency-contact-contact .email .user-card-icon::before,
.module:not(form) .info-contact .fax .user-card-icon::before,
.module:not(form) .info-contact .mobile .user-card-icon::before,
.module:not(form) .info-contact .email .user-card-icon::before,
.module:not(form) .info-contact .phone .user-card-icon::before,
.module:not(form) .address .user-card-icon::before,
.module:not(form) .user-contact-property-mobile .user-card-icon::before,
.module:not(form) .user-contact-property-phone .user-card-icon::before,
.module:not(form) .user-contact-property-fax .user-card-icon::before,
.module:not(form) .user-contact-property-mail .user-card-icon::before,
.module:not(form) .user-contact-property-email .user-card-icon::before,
.module:not(form) .user-contact-property-whatsapp .user-card-icon::before,
.module:not(form) .agency-contact-address .user-card-icon::before,
.module:not(form) .info-name .user-card-icon::before,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon::before,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon::before,
.module:not(form) .agency-contact-contact .email .agency-contact-icon::before,
.module:not(form) .info-contact .fax .agency-contact-icon::before,
.module:not(form) .info-contact .mobile .agency-contact-icon::before,
.module:not(form) .info-contact .email .agency-contact-icon::before,
.module:not(form) .info-contact .phone .agency-contact-icon::before,
.module:not(form) .address .agency-contact-icon::before,
.module:not(form) .user-contact-property-mobile .agency-contact-icon::before,
.module:not(form) .user-contact-property-phone .agency-contact-icon::before,
.module:not(form) .user-contact-property-fax .agency-contact-icon::before,
.module:not(form) .user-contact-property-mail .agency-contact-icon::before,
.module:not(form) .user-contact-property-email .agency-contact-icon::before,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon::before,
.module:not(form) .agency-contact-address .agency-contact-icon::before,
.module:not(form) .info-name .agency-contact-icon::before,
.module:not(form) .agency-contact-contact .phone .agency-details-icon::before,
.module:not(form) .agency-contact-contact .mail .agency-details-icon::before,
.module:not(form) .agency-contact-contact .email .agency-details-icon::before,
.module:not(form) .info-contact .fax .agency-details-icon::before,
.module:not(form) .info-contact .mobile .agency-details-icon::before,
.module:not(form) .info-contact .email .agency-details-icon::before,
.module:not(form) .info-contact .phone .agency-details-icon::before,
.module:not(form) .address .agency-details-icon::before,
.module:not(form) .user-contact-property-mobile .agency-details-icon::before,
.module:not(form) .user-contact-property-phone .agency-details-icon::before,
.module:not(form) .user-contact-property-fax .agency-details-icon::before,
.module:not(form) .user-contact-property-mail .agency-details-icon::before,
.module:not(form) .user-contact-property-email .agency-details-icon::before,
.module:not(form) .user-contact-property-whatsapp .agency-details-icon::before,
.module:not(form) .agency-contact-address .agency-details-icon::before,
.module:not(form) .info-name .agency-details-icon::before,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon::before,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon::before,
.module:not(form) .agency-contact-contact .email .agency-contact-icon::before,
.module:not(form) .info-contact .fax .agency-contact-icon::before,
.module:not(form) .info-contact .mobile .agency-contact-icon::before,
.module:not(form) .info-contact .email .agency-contact-icon::before,
.module:not(form) .info-contact .phone .agency-contact-icon::before,
.module:not(form) .address .agency-contact-icon::before,
.module:not(form) .user-contact-property-mobile .agency-contact-icon::before,
.module:not(form) .user-contact-property-phone .agency-contact-icon::before,
.module:not(form) .user-contact-property-fax .agency-contact-icon::before,
.module:not(form) .user-contact-property-mail .agency-contact-icon::before,
.module:not(form) .user-contact-property-email .agency-contact-icon::before,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon::before,
.module:not(form) .agency-contact-address .agency-contact-icon::before,
.module:not(form) .info-name .agency-contact-icon::before,
.module:not(form) .agency-contact-contact .phone .info-name-icon::before,
.module:not(form) .agency-contact-contact .mail .info-name-icon::before,
.module:not(form) .agency-contact-contact .email .info-name-icon::before,
.module:not(form) .info-contact .fax .info-name-icon::before,
.module:not(form) .info-contact .mobile .info-name-icon::before,
.module:not(form) .info-contact .email .info-name-icon::before,
.module:not(form) .info-contact .phone .info-name-icon::before,
.module:not(form) .address .info-name-icon::before,
.module:not(form) .user-contact-property-mobile .info-name-icon::before,
.module:not(form) .user-contact-property-phone .info-name-icon::before,
.module:not(form) .user-contact-property-fax .info-name-icon::before,
.module:not(form) .user-contact-property-mail .info-name-icon::before,
.module:not(form) .user-contact-property-email .info-name-icon::before,
.module:not(form) .user-contact-property-whatsapp .info-name-icon::before,
.module:not(form) .agency-contact-address .info-name-icon::before,
.module:not(form) .info-name .info-name-icon::before {
  content: "";
  display: inline-block;
  align-self: center;
  clip-path: circle(40%);
  /* @clip-path*/
  background: #9e4322;
  color: #eee9dc;
  width: 40px;
  height: 40px;
}
.module:not(form) .agency-contact-contact .phone .icon svg,
.module:not(form) .agency-contact-contact .mail .icon svg,
.module:not(form) .agency-contact-contact .email .icon svg,
.module:not(form) .info-contact .fax .icon svg,
.module:not(form) .info-contact .mobile .icon svg,
.module:not(form) .info-contact .email .icon svg,
.module:not(form) .info-contact .phone .icon svg,
.module:not(form) .address .icon svg,
.module:not(form) .user-contact-property-mobile .icon svg,
.module:not(form) .user-contact-property-phone .icon svg,
.module:not(form) .user-contact-property-fax .icon svg,
.module:not(form) .user-contact-property-mail .icon svg,
.module:not(form) .user-contact-property-email .icon svg,
.module:not(form) .user-contact-property-whatsapp .icon svg,
.module:not(form) .agency-contact-address .icon svg,
.module:not(form) .info-name .icon svg,
.module:not(form) .agency-contact-contact .phone .user-contact-property-icon svg,
.module:not(form) .agency-contact-contact .mail .user-contact-property-icon svg,
.module:not(form) .agency-contact-contact .email .user-contact-property-icon svg,
.module:not(form) .info-contact .fax .user-contact-property-icon svg,
.module:not(form) .info-contact .mobile .user-contact-property-icon svg,
.module:not(form) .info-contact .email .user-contact-property-icon svg,
.module:not(form) .info-contact .phone .user-contact-property-icon svg,
.module:not(form) .address .user-contact-property-icon svg,
.module:not(form) .user-contact-property-mobile .user-contact-property-icon svg,
.module:not(form) .user-contact-property-phone .user-contact-property-icon svg,
.module:not(form) .user-contact-property-fax .user-contact-property-icon svg,
.module:not(form) .user-contact-property-mail .user-contact-property-icon svg,
.module:not(form) .user-contact-property-email .user-contact-property-icon svg,
.module:not(form) .user-contact-property-whatsapp .user-contact-property-icon svg,
.module:not(form) .agency-contact-address .user-contact-property-icon svg,
.module:not(form) .info-name .user-contact-property-icon svg,
.module:not(form) .agency-contact-contact .phone .user-card-icon svg,
.module:not(form) .agency-contact-contact .mail .user-card-icon svg,
.module:not(form) .agency-contact-contact .email .user-card-icon svg,
.module:not(form) .info-contact .fax .user-card-icon svg,
.module:not(form) .info-contact .mobile .user-card-icon svg,
.module:not(form) .info-contact .email .user-card-icon svg,
.module:not(form) .info-contact .phone .user-card-icon svg,
.module:not(form) .address .user-card-icon svg,
.module:not(form) .user-contact-property-mobile .user-card-icon svg,
.module:not(form) .user-contact-property-phone .user-card-icon svg,
.module:not(form) .user-contact-property-fax .user-card-icon svg,
.module:not(form) .user-contact-property-mail .user-card-icon svg,
.module:not(form) .user-contact-property-email .user-card-icon svg,
.module:not(form) .user-contact-property-whatsapp .user-card-icon svg,
.module:not(form) .agency-contact-address .user-card-icon svg,
.module:not(form) .info-name .user-card-icon svg,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon svg,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon svg,
.module:not(form) .agency-contact-contact .email .agency-contact-icon svg,
.module:not(form) .info-contact .fax .agency-contact-icon svg,
.module:not(form) .info-contact .mobile .agency-contact-icon svg,
.module:not(form) .info-contact .email .agency-contact-icon svg,
.module:not(form) .info-contact .phone .agency-contact-icon svg,
.module:not(form) .address .agency-contact-icon svg,
.module:not(form) .user-contact-property-mobile .agency-contact-icon svg,
.module:not(form) .user-contact-property-phone .agency-contact-icon svg,
.module:not(form) .user-contact-property-fax .agency-contact-icon svg,
.module:not(form) .user-contact-property-mail .agency-contact-icon svg,
.module:not(form) .user-contact-property-email .agency-contact-icon svg,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon svg,
.module:not(form) .agency-contact-address .agency-contact-icon svg,
.module:not(form) .info-name .agency-contact-icon svg,
.module:not(form) .agency-contact-contact .phone .agency-details-icon svg,
.module:not(form) .agency-contact-contact .mail .agency-details-icon svg,
.module:not(form) .agency-contact-contact .email .agency-details-icon svg,
.module:not(form) .info-contact .fax .agency-details-icon svg,
.module:not(form) .info-contact .mobile .agency-details-icon svg,
.module:not(form) .info-contact .email .agency-details-icon svg,
.module:not(form) .info-contact .phone .agency-details-icon svg,
.module:not(form) .address .agency-details-icon svg,
.module:not(form) .user-contact-property-mobile .agency-details-icon svg,
.module:not(form) .user-contact-property-phone .agency-details-icon svg,
.module:not(form) .user-contact-property-fax .agency-details-icon svg,
.module:not(form) .user-contact-property-mail .agency-details-icon svg,
.module:not(form) .user-contact-property-email .agency-details-icon svg,
.module:not(form) .user-contact-property-whatsapp .agency-details-icon svg,
.module:not(form) .agency-contact-address .agency-details-icon svg,
.module:not(form) .info-name .agency-details-icon svg,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon svg,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon svg,
.module:not(form) .agency-contact-contact .email .agency-contact-icon svg,
.module:not(form) .info-contact .fax .agency-contact-icon svg,
.module:not(form) .info-contact .mobile .agency-contact-icon svg,
.module:not(form) .info-contact .email .agency-contact-icon svg,
.module:not(form) .info-contact .phone .agency-contact-icon svg,
.module:not(form) .address .agency-contact-icon svg,
.module:not(form) .user-contact-property-mobile .agency-contact-icon svg,
.module:not(form) .user-contact-property-phone .agency-contact-icon svg,
.module:not(form) .user-contact-property-fax .agency-contact-icon svg,
.module:not(form) .user-contact-property-mail .agency-contact-icon svg,
.module:not(form) .user-contact-property-email .agency-contact-icon svg,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon svg,
.module:not(form) .agency-contact-address .agency-contact-icon svg,
.module:not(form) .info-name .agency-contact-icon svg,
.module:not(form) .agency-contact-contact .phone .info-name-icon svg,
.module:not(form) .agency-contact-contact .mail .info-name-icon svg,
.module:not(form) .agency-contact-contact .email .info-name-icon svg,
.module:not(form) .info-contact .fax .info-name-icon svg,
.module:not(form) .info-contact .mobile .info-name-icon svg,
.module:not(form) .info-contact .email .info-name-icon svg,
.module:not(form) .info-contact .phone .info-name-icon svg,
.module:not(form) .address .info-name-icon svg,
.module:not(form) .user-contact-property-mobile .info-name-icon svg,
.module:not(form) .user-contact-property-phone .info-name-icon svg,
.module:not(form) .user-contact-property-fax .info-name-icon svg,
.module:not(form) .user-contact-property-mail .info-name-icon svg,
.module:not(form) .user-contact-property-email .info-name-icon svg,
.module:not(form) .user-contact-property-whatsapp .info-name-icon svg,
.module:not(form) .agency-contact-address .info-name-icon svg,
.module:not(form) .info-name .info-name-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}
.module:not(form) .agency-contact-contact .phone .icon svg path,
.module:not(form) .agency-contact-contact .mail .icon svg path,
.module:not(form) .agency-contact-contact .email .icon svg path,
.module:not(form) .info-contact .fax .icon svg path,
.module:not(form) .info-contact .mobile .icon svg path,
.module:not(form) .info-contact .email .icon svg path,
.module:not(form) .info-contact .phone .icon svg path,
.module:not(form) .address .icon svg path,
.module:not(form) .user-contact-property-mobile .icon svg path,
.module:not(form) .user-contact-property-phone .icon svg path,
.module:not(form) .user-contact-property-fax .icon svg path,
.module:not(form) .user-contact-property-mail .icon svg path,
.module:not(form) .user-contact-property-email .icon svg path,
.module:not(form) .user-contact-property-whatsapp .icon svg path,
.module:not(form) .agency-contact-address .icon svg path,
.module:not(form) .info-name .icon svg path,
.module:not(form) .agency-contact-contact .phone .user-contact-property-icon svg path,
.module:not(form) .agency-contact-contact .mail .user-contact-property-icon svg path,
.module:not(form) .agency-contact-contact .email .user-contact-property-icon svg path,
.module:not(form) .info-contact .fax .user-contact-property-icon svg path,
.module:not(form) .info-contact .mobile .user-contact-property-icon svg path,
.module:not(form) .info-contact .email .user-contact-property-icon svg path,
.module:not(form) .info-contact .phone .user-contact-property-icon svg path,
.module:not(form) .address .user-contact-property-icon svg path,
.module:not(form) .user-contact-property-mobile .user-contact-property-icon svg path,
.module:not(form) .user-contact-property-phone .user-contact-property-icon svg path,
.module:not(form) .user-contact-property-fax .user-contact-property-icon svg path,
.module:not(form) .user-contact-property-mail .user-contact-property-icon svg path,
.module:not(form) .user-contact-property-email .user-contact-property-icon svg path,
.module:not(form) .user-contact-property-whatsapp .user-contact-property-icon svg path,
.module:not(form) .agency-contact-address .user-contact-property-icon svg path,
.module:not(form) .info-name .user-contact-property-icon svg path,
.module:not(form) .agency-contact-contact .phone .user-card-icon svg path,
.module:not(form) .agency-contact-contact .mail .user-card-icon svg path,
.module:not(form) .agency-contact-contact .email .user-card-icon svg path,
.module:not(form) .info-contact .fax .user-card-icon svg path,
.module:not(form) .info-contact .mobile .user-card-icon svg path,
.module:not(form) .info-contact .email .user-card-icon svg path,
.module:not(form) .info-contact .phone .user-card-icon svg path,
.module:not(form) .address .user-card-icon svg path,
.module:not(form) .user-contact-property-mobile .user-card-icon svg path,
.module:not(form) .user-contact-property-phone .user-card-icon svg path,
.module:not(form) .user-contact-property-fax .user-card-icon svg path,
.module:not(form) .user-contact-property-mail .user-card-icon svg path,
.module:not(form) .user-contact-property-email .user-card-icon svg path,
.module:not(form) .user-contact-property-whatsapp .user-card-icon svg path,
.module:not(form) .agency-contact-address .user-card-icon svg path,
.module:not(form) .info-name .user-card-icon svg path,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon svg path,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon svg path,
.module:not(form) .agency-contact-contact .email .agency-contact-icon svg path,
.module:not(form) .info-contact .fax .agency-contact-icon svg path,
.module:not(form) .info-contact .mobile .agency-contact-icon svg path,
.module:not(form) .info-contact .email .agency-contact-icon svg path,
.module:not(form) .info-contact .phone .agency-contact-icon svg path,
.module:not(form) .address .agency-contact-icon svg path,
.module:not(form) .user-contact-property-mobile .agency-contact-icon svg path,
.module:not(form) .user-contact-property-phone .agency-contact-icon svg path,
.module:not(form) .user-contact-property-fax .agency-contact-icon svg path,
.module:not(form) .user-contact-property-mail .agency-contact-icon svg path,
.module:not(form) .user-contact-property-email .agency-contact-icon svg path,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon svg path,
.module:not(form) .agency-contact-address .agency-contact-icon svg path,
.module:not(form) .info-name .agency-contact-icon svg path,
.module:not(form) .agency-contact-contact .phone .agency-details-icon svg path,
.module:not(form) .agency-contact-contact .mail .agency-details-icon svg path,
.module:not(form) .agency-contact-contact .email .agency-details-icon svg path,
.module:not(form) .info-contact .fax .agency-details-icon svg path,
.module:not(form) .info-contact .mobile .agency-details-icon svg path,
.module:not(form) .info-contact .email .agency-details-icon svg path,
.module:not(form) .info-contact .phone .agency-details-icon svg path,
.module:not(form) .address .agency-details-icon svg path,
.module:not(form) .user-contact-property-mobile .agency-details-icon svg path,
.module:not(form) .user-contact-property-phone .agency-details-icon svg path,
.module:not(form) .user-contact-property-fax .agency-details-icon svg path,
.module:not(form) .user-contact-property-mail .agency-details-icon svg path,
.module:not(form) .user-contact-property-email .agency-details-icon svg path,
.module:not(form) .user-contact-property-whatsapp .agency-details-icon svg path,
.module:not(form) .agency-contact-address .agency-details-icon svg path,
.module:not(form) .info-name .agency-details-icon svg path,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon svg path,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon svg path,
.module:not(form) .agency-contact-contact .email .agency-contact-icon svg path,
.module:not(form) .info-contact .fax .agency-contact-icon svg path,
.module:not(form) .info-contact .mobile .agency-contact-icon svg path,
.module:not(form) .info-contact .email .agency-contact-icon svg path,
.module:not(form) .info-contact .phone .agency-contact-icon svg path,
.module:not(form) .address .agency-contact-icon svg path,
.module:not(form) .user-contact-property-mobile .agency-contact-icon svg path,
.module:not(form) .user-contact-property-phone .agency-contact-icon svg path,
.module:not(form) .user-contact-property-fax .agency-contact-icon svg path,
.module:not(form) .user-contact-property-mail .agency-contact-icon svg path,
.module:not(form) .user-contact-property-email .agency-contact-icon svg path,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon svg path,
.module:not(form) .agency-contact-address .agency-contact-icon svg path,
.module:not(form) .info-name .agency-contact-icon svg path,
.module:not(form) .agency-contact-contact .phone .info-name-icon svg path,
.module:not(form) .agency-contact-contact .mail .info-name-icon svg path,
.module:not(form) .agency-contact-contact .email .info-name-icon svg path,
.module:not(form) .info-contact .fax .info-name-icon svg path,
.module:not(form) .info-contact .mobile .info-name-icon svg path,
.module:not(form) .info-contact .email .info-name-icon svg path,
.module:not(form) .info-contact .phone .info-name-icon svg path,
.module:not(form) .address .info-name-icon svg path,
.module:not(form) .user-contact-property-mobile .info-name-icon svg path,
.module:not(form) .user-contact-property-phone .info-name-icon svg path,
.module:not(form) .user-contact-property-fax .info-name-icon svg path,
.module:not(form) .user-contact-property-mail .info-name-icon svg path,
.module:not(form) .user-contact-property-email .info-name-icon svg path,
.module:not(form) .user-contact-property-whatsapp .info-name-icon svg path,
.module:not(form) .agency-contact-address .info-name-icon svg path,
.module:not(form) .info-name .info-name-icon svg path,
.module:not(form) .agency-contact-contact .phone .icon svg rect,
.module:not(form) .agency-contact-contact .mail .icon svg rect,
.module:not(form) .agency-contact-contact .email .icon svg rect,
.module:not(form) .info-contact .fax .icon svg rect,
.module:not(form) .info-contact .mobile .icon svg rect,
.module:not(form) .info-contact .email .icon svg rect,
.module:not(form) .info-contact .phone .icon svg rect,
.module:not(form) .address .icon svg rect,
.module:not(form) .user-contact-property-mobile .icon svg rect,
.module:not(form) .user-contact-property-phone .icon svg rect,
.module:not(form) .user-contact-property-fax .icon svg rect,
.module:not(form) .user-contact-property-mail .icon svg rect,
.module:not(form) .user-contact-property-email .icon svg rect,
.module:not(form) .user-contact-property-whatsapp .icon svg rect,
.module:not(form) .agency-contact-address .icon svg rect,
.module:not(form) .info-name .icon svg rect,
.module:not(form) .agency-contact-contact .phone .user-contact-property-icon svg rect,
.module:not(form) .agency-contact-contact .mail .user-contact-property-icon svg rect,
.module:not(form) .agency-contact-contact .email .user-contact-property-icon svg rect,
.module:not(form) .info-contact .fax .user-contact-property-icon svg rect,
.module:not(form) .info-contact .mobile .user-contact-property-icon svg rect,
.module:not(form) .info-contact .email .user-contact-property-icon svg rect,
.module:not(form) .info-contact .phone .user-contact-property-icon svg rect,
.module:not(form) .address .user-contact-property-icon svg rect,
.module:not(form) .user-contact-property-mobile .user-contact-property-icon svg rect,
.module:not(form) .user-contact-property-phone .user-contact-property-icon svg rect,
.module:not(form) .user-contact-property-fax .user-contact-property-icon svg rect,
.module:not(form) .user-contact-property-mail .user-contact-property-icon svg rect,
.module:not(form) .user-contact-property-email .user-contact-property-icon svg rect,
.module:not(form) .user-contact-property-whatsapp .user-contact-property-icon svg rect,
.module:not(form) .agency-contact-address .user-contact-property-icon svg rect,
.module:not(form) .info-name .user-contact-property-icon svg rect,
.module:not(form) .agency-contact-contact .phone .user-card-icon svg rect,
.module:not(form) .agency-contact-contact .mail .user-card-icon svg rect,
.module:not(form) .agency-contact-contact .email .user-card-icon svg rect,
.module:not(form) .info-contact .fax .user-card-icon svg rect,
.module:not(form) .info-contact .mobile .user-card-icon svg rect,
.module:not(form) .info-contact .email .user-card-icon svg rect,
.module:not(form) .info-contact .phone .user-card-icon svg rect,
.module:not(form) .address .user-card-icon svg rect,
.module:not(form) .user-contact-property-mobile .user-card-icon svg rect,
.module:not(form) .user-contact-property-phone .user-card-icon svg rect,
.module:not(form) .user-contact-property-fax .user-card-icon svg rect,
.module:not(form) .user-contact-property-mail .user-card-icon svg rect,
.module:not(form) .user-contact-property-email .user-card-icon svg rect,
.module:not(form) .user-contact-property-whatsapp .user-card-icon svg rect,
.module:not(form) .agency-contact-address .user-card-icon svg rect,
.module:not(form) .info-name .user-card-icon svg rect,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon svg rect,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon svg rect,
.module:not(form) .agency-contact-contact .email .agency-contact-icon svg rect,
.module:not(form) .info-contact .fax .agency-contact-icon svg rect,
.module:not(form) .info-contact .mobile .agency-contact-icon svg rect,
.module:not(form) .info-contact .email .agency-contact-icon svg rect,
.module:not(form) .info-contact .phone .agency-contact-icon svg rect,
.module:not(form) .address .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-mobile .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-phone .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-fax .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-mail .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-email .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon svg rect,
.module:not(form) .agency-contact-address .agency-contact-icon svg rect,
.module:not(form) .info-name .agency-contact-icon svg rect,
.module:not(form) .agency-contact-contact .phone .agency-details-icon svg rect,
.module:not(form) .agency-contact-contact .mail .agency-details-icon svg rect,
.module:not(form) .agency-contact-contact .email .agency-details-icon svg rect,
.module:not(form) .info-contact .fax .agency-details-icon svg rect,
.module:not(form) .info-contact .mobile .agency-details-icon svg rect,
.module:not(form) .info-contact .email .agency-details-icon svg rect,
.module:not(form) .info-contact .phone .agency-details-icon svg rect,
.module:not(form) .address .agency-details-icon svg rect,
.module:not(form) .user-contact-property-mobile .agency-details-icon svg rect,
.module:not(form) .user-contact-property-phone .agency-details-icon svg rect,
.module:not(form) .user-contact-property-fax .agency-details-icon svg rect,
.module:not(form) .user-contact-property-mail .agency-details-icon svg rect,
.module:not(form) .user-contact-property-email .agency-details-icon svg rect,
.module:not(form) .user-contact-property-whatsapp .agency-details-icon svg rect,
.module:not(form) .agency-contact-address .agency-details-icon svg rect,
.module:not(form) .info-name .agency-details-icon svg rect,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon svg rect,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon svg rect,
.module:not(form) .agency-contact-contact .email .agency-contact-icon svg rect,
.module:not(form) .info-contact .fax .agency-contact-icon svg rect,
.module:not(form) .info-contact .mobile .agency-contact-icon svg rect,
.module:not(form) .info-contact .email .agency-contact-icon svg rect,
.module:not(form) .info-contact .phone .agency-contact-icon svg rect,
.module:not(form) .address .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-mobile .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-phone .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-fax .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-mail .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-email .agency-contact-icon svg rect,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon svg rect,
.module:not(form) .agency-contact-address .agency-contact-icon svg rect,
.module:not(form) .info-name .agency-contact-icon svg rect,
.module:not(form) .agency-contact-contact .phone .info-name-icon svg rect,
.module:not(form) .agency-contact-contact .mail .info-name-icon svg rect,
.module:not(form) .agency-contact-contact .email .info-name-icon svg rect,
.module:not(form) .info-contact .fax .info-name-icon svg rect,
.module:not(form) .info-contact .mobile .info-name-icon svg rect,
.module:not(form) .info-contact .email .info-name-icon svg rect,
.module:not(form) .info-contact .phone .info-name-icon svg rect,
.module:not(form) .address .info-name-icon svg rect,
.module:not(form) .user-contact-property-mobile .info-name-icon svg rect,
.module:not(form) .user-contact-property-phone .info-name-icon svg rect,
.module:not(form) .user-contact-property-fax .info-name-icon svg rect,
.module:not(form) .user-contact-property-mail .info-name-icon svg rect,
.module:not(form) .user-contact-property-email .info-name-icon svg rect,
.module:not(form) .user-contact-property-whatsapp .info-name-icon svg rect,
.module:not(form) .agency-contact-address .info-name-icon svg rect,
.module:not(form) .info-name .info-name-icon svg rect,
.module:not(form) .agency-contact-contact .phone .icon svg circle,
.module:not(form) .agency-contact-contact .mail .icon svg circle,
.module:not(form) .agency-contact-contact .email .icon svg circle,
.module:not(form) .info-contact .fax .icon svg circle,
.module:not(form) .info-contact .mobile .icon svg circle,
.module:not(form) .info-contact .email .icon svg circle,
.module:not(form) .info-contact .phone .icon svg circle,
.module:not(form) .address .icon svg circle,
.module:not(form) .user-contact-property-mobile .icon svg circle,
.module:not(form) .user-contact-property-phone .icon svg circle,
.module:not(form) .user-contact-property-fax .icon svg circle,
.module:not(form) .user-contact-property-mail .icon svg circle,
.module:not(form) .user-contact-property-email .icon svg circle,
.module:not(form) .user-contact-property-whatsapp .icon svg circle,
.module:not(form) .agency-contact-address .icon svg circle,
.module:not(form) .info-name .icon svg circle,
.module:not(form) .agency-contact-contact .phone .user-contact-property-icon svg circle,
.module:not(form) .agency-contact-contact .mail .user-contact-property-icon svg circle,
.module:not(form) .agency-contact-contact .email .user-contact-property-icon svg circle,
.module:not(form) .info-contact .fax .user-contact-property-icon svg circle,
.module:not(form) .info-contact .mobile .user-contact-property-icon svg circle,
.module:not(form) .info-contact .email .user-contact-property-icon svg circle,
.module:not(form) .info-contact .phone .user-contact-property-icon svg circle,
.module:not(form) .address .user-contact-property-icon svg circle,
.module:not(form) .user-contact-property-mobile .user-contact-property-icon svg circle,
.module:not(form) .user-contact-property-phone .user-contact-property-icon svg circle,
.module:not(form) .user-contact-property-fax .user-contact-property-icon svg circle,
.module:not(form) .user-contact-property-mail .user-contact-property-icon svg circle,
.module:not(form) .user-contact-property-email .user-contact-property-icon svg circle,
.module:not(form) .user-contact-property-whatsapp .user-contact-property-icon svg circle,
.module:not(form) .agency-contact-address .user-contact-property-icon svg circle,
.module:not(form) .info-name .user-contact-property-icon svg circle,
.module:not(form) .agency-contact-contact .phone .user-card-icon svg circle,
.module:not(form) .agency-contact-contact .mail .user-card-icon svg circle,
.module:not(form) .agency-contact-contact .email .user-card-icon svg circle,
.module:not(form) .info-contact .fax .user-card-icon svg circle,
.module:not(form) .info-contact .mobile .user-card-icon svg circle,
.module:not(form) .info-contact .email .user-card-icon svg circle,
.module:not(form) .info-contact .phone .user-card-icon svg circle,
.module:not(form) .address .user-card-icon svg circle,
.module:not(form) .user-contact-property-mobile .user-card-icon svg circle,
.module:not(form) .user-contact-property-phone .user-card-icon svg circle,
.module:not(form) .user-contact-property-fax .user-card-icon svg circle,
.module:not(form) .user-contact-property-mail .user-card-icon svg circle,
.module:not(form) .user-contact-property-email .user-card-icon svg circle,
.module:not(form) .user-contact-property-whatsapp .user-card-icon svg circle,
.module:not(form) .agency-contact-address .user-card-icon svg circle,
.module:not(form) .info-name .user-card-icon svg circle,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon svg circle,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon svg circle,
.module:not(form) .agency-contact-contact .email .agency-contact-icon svg circle,
.module:not(form) .info-contact .fax .agency-contact-icon svg circle,
.module:not(form) .info-contact .mobile .agency-contact-icon svg circle,
.module:not(form) .info-contact .email .agency-contact-icon svg circle,
.module:not(form) .info-contact .phone .agency-contact-icon svg circle,
.module:not(form) .address .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-mobile .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-phone .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-fax .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-mail .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-email .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon svg circle,
.module:not(form) .agency-contact-address .agency-contact-icon svg circle,
.module:not(form) .info-name .agency-contact-icon svg circle,
.module:not(form) .agency-contact-contact .phone .agency-details-icon svg circle,
.module:not(form) .agency-contact-contact .mail .agency-details-icon svg circle,
.module:not(form) .agency-contact-contact .email .agency-details-icon svg circle,
.module:not(form) .info-contact .fax .agency-details-icon svg circle,
.module:not(form) .info-contact .mobile .agency-details-icon svg circle,
.module:not(form) .info-contact .email .agency-details-icon svg circle,
.module:not(form) .info-contact .phone .agency-details-icon svg circle,
.module:not(form) .address .agency-details-icon svg circle,
.module:not(form) .user-contact-property-mobile .agency-details-icon svg circle,
.module:not(form) .user-contact-property-phone .agency-details-icon svg circle,
.module:not(form) .user-contact-property-fax .agency-details-icon svg circle,
.module:not(form) .user-contact-property-mail .agency-details-icon svg circle,
.module:not(form) .user-contact-property-email .agency-details-icon svg circle,
.module:not(form) .user-contact-property-whatsapp .agency-details-icon svg circle,
.module:not(form) .agency-contact-address .agency-details-icon svg circle,
.module:not(form) .info-name .agency-details-icon svg circle,
.module:not(form) .agency-contact-contact .phone .agency-contact-icon svg circle,
.module:not(form) .agency-contact-contact .mail .agency-contact-icon svg circle,
.module:not(form) .agency-contact-contact .email .agency-contact-icon svg circle,
.module:not(form) .info-contact .fax .agency-contact-icon svg circle,
.module:not(form) .info-contact .mobile .agency-contact-icon svg circle,
.module:not(form) .info-contact .email .agency-contact-icon svg circle,
.module:not(form) .info-contact .phone .agency-contact-icon svg circle,
.module:not(form) .address .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-mobile .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-phone .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-fax .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-mail .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-email .agency-contact-icon svg circle,
.module:not(form) .user-contact-property-whatsapp .agency-contact-icon svg circle,
.module:not(form) .agency-contact-address .agency-contact-icon svg circle,
.module:not(form) .info-name .agency-contact-icon svg circle,
.module:not(form) .agency-contact-contact .phone .info-name-icon svg circle,
.module:not(form) .agency-contact-contact .mail .info-name-icon svg circle,
.module:not(form) .agency-contact-contact .email .info-name-icon svg circle,
.module:not(form) .info-contact .fax .info-name-icon svg circle,
.module:not(form) .info-contact .mobile .info-name-icon svg circle,
.module:not(form) .info-contact .email .info-name-icon svg circle,
.module:not(form) .info-contact .phone .info-name-icon svg circle,
.module:not(form) .address .info-name-icon svg circle,
.module:not(form) .user-contact-property-mobile .info-name-icon svg circle,
.module:not(form) .user-contact-property-phone .info-name-icon svg circle,
.module:not(form) .user-contact-property-fax .info-name-icon svg circle,
.module:not(form) .user-contact-property-mail .info-name-icon svg circle,
.module:not(form) .user-contact-property-email .info-name-icon svg circle,
.module:not(form) .user-contact-property-whatsapp .info-name-icon svg circle,
.module:not(form) .agency-contact-address .info-name-icon svg circle,
.module:not(form) .info-name .info-name-icon svg circle {
  stroke: #eee9dc /* bodyColor */;
}
@media only screen and (max-width: 791px) {
  .module:not(form) .agency-contact-contact .phone p,
  .module:not(form) .agency-contact-contact .mail p,
  .module:not(form) .agency-contact-contact .email p,
  .module:not(form) .info-contact .fax p,
  .module:not(form) .info-contact .mobile p,
  .module:not(form) .info-contact .email p,
  .module:not(form) .info-contact .phone p,
  .module:not(form) .address p,
  .module:not(form) .user-contact-property-mobile p,
  .module:not(form) .user-contact-property-phone p,
  .module:not(form) .user-contact-property-fax p,
  .module:not(form) .user-contact-property-mail p,
  .module:not(form) .user-contact-property-email p,
  .module:not(form) .user-contact-property-whatsapp p,
  .module:not(form) .agency-contact-address p,
  .module:not(form) .info-name p {
    font-size: 14px /* @txt-m */;
  }
}
.module:not(form) .agency-contact-contact .phone span,
.module:not(form) .agency-contact-contact .mail span,
.module:not(form) .agency-contact-contact .email span,
.module:not(form) .info-contact .fax span,
.module:not(form) .info-contact .mobile span,
.module:not(form) .info-contact .email span,
.module:not(form) .info-contact .phone span,
.module:not(form) .address span,
.module:not(form) .user-contact-property-mobile span,
.module:not(form) .user-contact-property-phone span,
.module:not(form) .user-contact-property-fax span,
.module:not(form) .user-contact-property-mail span,
.module:not(form) .user-contact-property-email span,
.module:not(form) .user-contact-property-whatsapp span,
.module:not(form) .agency-contact-address span,
.module:not(form) .info-name span {
  font-size: 16px /* @txt-m */;
  text-wrap: wrap;
  color: #9e4322 /* @txt-color */;
}
@media only screen and (max-width: 791px) {
  .module:not(form) .agency-contact-contact .phone span,
  .module:not(form) .agency-contact-contact .mail span,
  .module:not(form) .agency-contact-contact .email span,
  .module:not(form) .info-contact .fax span,
  .module:not(form) .info-contact .mobile span,
  .module:not(form) .info-contact .email span,
  .module:not(form) .info-contact .phone span,
  .module:not(form) .address span,
  .module:not(form) .user-contact-property-mobile span,
  .module:not(form) .user-contact-property-phone span,
  .module:not(form) .user-contact-property-fax span,
  .module:not(form) .user-contact-property-mail span,
  .module:not(form) .user-contact-property-email span,
  .module:not(form) .user-contact-property-whatsapp span,
  .module:not(form) .agency-contact-address span,
  .module:not(form) .info-name span {
    font-size: 14px /* @txt-m */;
  }
}
.module:not(form) .agency-contact-contact .phone:hover,
.module:not(form) .agency-contact-contact .mail:hover,
.module:not(form) .agency-contact-contact .email:hover,
.module:not(form) .info-contact .fax:hover,
.module:not(form) .info-contact .mobile:hover,
.module:not(form) .info-contact .email:hover,
.module:not(form) .info-contact .phone:hover,
.module:not(form) .address:hover,
.module:not(form) .user-contact-property-mobile:hover,
.module:not(form) .user-contact-property-phone:hover,
.module:not(form) .user-contact-property-fax:hover,
.module:not(form) .user-contact-property-mail:hover,
.module:not(form) .user-contact-property-email:hover,
.module:not(form) .user-contact-property-whatsapp:hover,
.module:not(form) .agency-contact-address:hover,
.module:not(form) .info-name:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 791px) {
  .module:not(form) .agency-contact-contact .phone:hover,
  .module:not(form) .agency-contact-contact .mail:hover,
  .module:not(form) .agency-contact-contact .email:hover,
  .module:not(form) .info-contact .fax:hover,
  .module:not(form) .info-contact .mobile:hover,
  .module:not(form) .info-contact .email:hover,
  .module:not(form) .info-contact .phone:hover,
  .module:not(form) .address:hover,
  .module:not(form) .user-contact-property-mobile:hover,
  .module:not(form) .user-contact-property-phone:hover,
  .module:not(form) .user-contact-property-fax:hover,
  .module:not(form) .user-contact-property-mail:hover,
  .module:not(form) .user-contact-property-email:hover,
  .module:not(form) .user-contact-property-whatsapp:hover,
  .module:not(form) .agency-contact-address:hover,
  .module:not(form) .info-name:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 791px) {
  .module:not(form) .agency-contact-contact .phone:active,
  .module:not(form) .agency-contact-contact .mail:active,
  .module:not(form) .agency-contact-contact .email:active,
  .module:not(form) .info-contact .fax:active,
  .module:not(form) .info-contact .mobile:active,
  .module:not(form) .info-contact .email:active,
  .module:not(form) .info-contact .phone:active,
  .module:not(form) .address:active,
  .module:not(form) .user-contact-property-mobile:active,
  .module:not(form) .user-contact-property-phone:active,
  .module:not(form) .user-contact-property-fax:active,
  .module:not(form) .user-contact-property-mail:active,
  .module:not(form) .user-contact-property-email:active,
  .module:not(form) .user-contact-property-whatsapp:active,
  .module:not(form) .agency-contact-address:active,
  .module:not(form) .info-name:active {
    opacity: 0.8;
  }
}
.module:not(form) .bg .mobile .icon::before,
.module:not(form) .bg .phone .icon::before,
.module:not(form) .bg .fax .icon::before,
.module:not(form) .bg .mail .icon::before,
.module:not(form) .bg .email .icon::before,
.module:not(form) .bg .user-contact-property-mobile .icon::before,
.module:not(form) .bg .user-contact-property-phone .icon::before,
.module:not(form) .bg .user-contact-property-fax .icon::before,
.module:not(form) .bg .user-contact-property-mail .icon::before,
.module:not(form) .bg .user-contact-property-email .icon::before,
.module:not(form) .bg .user-contact-property-whatsapp .icon::before,
.module:not(form) .bg .info-name .icon::before,
.module:not(form) .bg .mobile .user-contact-property-icon::before,
.module:not(form) .bg .phone .user-contact-property-icon::before,
.module:not(form) .bg .fax .user-contact-property-icon::before,
.module:not(form) .bg .mail .user-contact-property-icon::before,
.module:not(form) .bg .email .user-contact-property-icon::before,
.module:not(form) .bg .user-contact-property-mobile .user-contact-property-icon::before,
.module:not(form) .bg .user-contact-property-phone .user-contact-property-icon::before,
.module:not(form) .bg .user-contact-property-fax .user-contact-property-icon::before,
.module:not(form) .bg .user-contact-property-mail .user-contact-property-icon::before,
.module:not(form) .bg .user-contact-property-email .user-contact-property-icon::before,
.module:not(form) .bg .user-contact-property-whatsapp .user-contact-property-icon::before,
.module:not(form) .bg .info-name .user-contact-property-icon::before,
.module:not(form) .bg .mobile .user-card-icon::before,
.module:not(form) .bg .phone .user-card-icon::before,
.module:not(form) .bg .fax .user-card-icon::before,
.module:not(form) .bg .mail .user-card-icon::before,
.module:not(form) .bg .email .user-card-icon::before,
.module:not(form) .bg .user-contact-property-mobile .user-card-icon::before,
.module:not(form) .bg .user-contact-property-phone .user-card-icon::before,
.module:not(form) .bg .user-contact-property-fax .user-card-icon::before,
.module:not(form) .bg .user-contact-property-mail .user-card-icon::before,
.module:not(form) .bg .user-contact-property-email .user-card-icon::before,
.module:not(form) .bg .user-contact-property-whatsapp .user-card-icon::before,
.module:not(form) .bg .info-name .user-card-icon::before,
.module:not(form) .bg .mobile .agency-contact-icon::before,
.module:not(form) .bg .phone .agency-contact-icon::before,
.module:not(form) .bg .fax .agency-contact-icon::before,
.module:not(form) .bg .mail .agency-contact-icon::before,
.module:not(form) .bg .email .agency-contact-icon::before,
.module:not(form) .bg .user-contact-property-mobile .agency-contact-icon::before,
.module:not(form) .bg .user-contact-property-phone .agency-contact-icon::before,
.module:not(form) .bg .user-contact-property-fax .agency-contact-icon::before,
.module:not(form) .bg .user-contact-property-mail .agency-contact-icon::before,
.module:not(form) .bg .user-contact-property-email .agency-contact-icon::before,
.module:not(form) .bg .user-contact-property-whatsapp .agency-contact-icon::before,
.module:not(form) .bg .info-name .agency-contact-icon::before,
.module:not(form) .bg .mobile .agency-details-icon::before,
.module:not(form) .bg .phone .agency-details-icon::before,
.module:not(form) .bg .fax .agency-details-icon::before,
.module:not(form) .bg .mail .agency-details-icon::before,
.module:not(form) .bg .email .agency-details-icon::before,
.module:not(form) .bg .user-contact-property-mobile .agency-details-icon::before,
.module:not(form) .bg .user-contact-property-phone .agency-details-icon::before,
.module:not(form) .bg .user-contact-property-fax .agency-details-icon::before,
.module:not(form) .bg .user-contact-property-mail .agency-details-icon::before,
.module:not(form) .bg .user-contact-property-email .agency-details-icon::before,
.module:not(form) .bg .user-contact-property-whatsapp .agency-details-icon::before,
.module:not(form) .bg .info-name .agency-details-icon::before,
.module:not(form) .bg .mobile .info-name-icon::before,
.module:not(form) .bg .phone .info-name-icon::before,
.module:not(form) .bg .fax .info-name-icon::before,
.module:not(form) .bg .mail .info-name-icon::before,
.module:not(form) .bg .email .info-name-icon::before,
.module:not(form) .bg .user-contact-property-mobile .info-name-icon::before,
.module:not(form) .bg .user-contact-property-phone .info-name-icon::before,
.module:not(form) .bg .user-contact-property-fax .info-name-icon::before,
.module:not(form) .bg .user-contact-property-mail .info-name-icon::before,
.module:not(form) .bg .user-contact-property-email .info-name-icon::before,
.module:not(form) .bg .user-contact-property-whatsapp .info-name-icon::before,
.module:not(form) .bg .info-name .info-name-icon::before {
  background: #9e4322 /* @txt-onBg */;
}
.module:not(form) .bg .mobile .icon svg path,
.module:not(form) .bg .phone .icon svg path,
.module:not(form) .bg .fax .icon svg path,
.module:not(form) .bg .mail .icon svg path,
.module:not(form) .bg .email .icon svg path,
.module:not(form) .bg .user-contact-property-mobile .icon svg path,
.module:not(form) .bg .user-contact-property-phone .icon svg path,
.module:not(form) .bg .user-contact-property-fax .icon svg path,
.module:not(form) .bg .user-contact-property-mail .icon svg path,
.module:not(form) .bg .user-contact-property-email .icon svg path,
.module:not(form) .bg .user-contact-property-whatsapp .icon svg path,
.module:not(form) .bg .info-name .icon svg path,
.module:not(form) .bg .mobile .user-contact-property-icon svg path,
.module:not(form) .bg .phone .user-contact-property-icon svg path,
.module:not(form) .bg .fax .user-contact-property-icon svg path,
.module:not(form) .bg .mail .user-contact-property-icon svg path,
.module:not(form) .bg .email .user-contact-property-icon svg path,
.module:not(form) .bg .user-contact-property-mobile .user-contact-property-icon svg path,
.module:not(form) .bg .user-contact-property-phone .user-contact-property-icon svg path,
.module:not(form) .bg .user-contact-property-fax .user-contact-property-icon svg path,
.module:not(form) .bg .user-contact-property-mail .user-contact-property-icon svg path,
.module:not(form) .bg .user-contact-property-email .user-contact-property-icon svg path,
.module:not(form) .bg .user-contact-property-whatsapp .user-contact-property-icon svg path,
.module:not(form) .bg .info-name .user-contact-property-icon svg path,
.module:not(form) .bg .mobile .user-card-icon svg path,
.module:not(form) .bg .phone .user-card-icon svg path,
.module:not(form) .bg .fax .user-card-icon svg path,
.module:not(form) .bg .mail .user-card-icon svg path,
.module:not(form) .bg .email .user-card-icon svg path,
.module:not(form) .bg .user-contact-property-mobile .user-card-icon svg path,
.module:not(form) .bg .user-contact-property-phone .user-card-icon svg path,
.module:not(form) .bg .user-contact-property-fax .user-card-icon svg path,
.module:not(form) .bg .user-contact-property-mail .user-card-icon svg path,
.module:not(form) .bg .user-contact-property-email .user-card-icon svg path,
.module:not(form) .bg .user-contact-property-whatsapp .user-card-icon svg path,
.module:not(form) .bg .info-name .user-card-icon svg path,
.module:not(form) .bg .mobile .agency-contact-icon svg path,
.module:not(form) .bg .phone .agency-contact-icon svg path,
.module:not(form) .bg .fax .agency-contact-icon svg path,
.module:not(form) .bg .mail .agency-contact-icon svg path,
.module:not(form) .bg .email .agency-contact-icon svg path,
.module:not(form) .bg .user-contact-property-mobile .agency-contact-icon svg path,
.module:not(form) .bg .user-contact-property-phone .agency-contact-icon svg path,
.module:not(form) .bg .user-contact-property-fax .agency-contact-icon svg path,
.module:not(form) .bg .user-contact-property-mail .agency-contact-icon svg path,
.module:not(form) .bg .user-contact-property-email .agency-contact-icon svg path,
.module:not(form) .bg .user-contact-property-whatsapp .agency-contact-icon svg path,
.module:not(form) .bg .info-name .agency-contact-icon svg path,
.module:not(form) .bg .mobile .agency-details-icon svg path,
.module:not(form) .bg .phone .agency-details-icon svg path,
.module:not(form) .bg .fax .agency-details-icon svg path,
.module:not(form) .bg .mail .agency-details-icon svg path,
.module:not(form) .bg .email .agency-details-icon svg path,
.module:not(form) .bg .user-contact-property-mobile .agency-details-icon svg path,
.module:not(form) .bg .user-contact-property-phone .agency-details-icon svg path,
.module:not(form) .bg .user-contact-property-fax .agency-details-icon svg path,
.module:not(form) .bg .user-contact-property-mail .agency-details-icon svg path,
.module:not(form) .bg .user-contact-property-email .agency-details-icon svg path,
.module:not(form) .bg .user-contact-property-whatsapp .agency-details-icon svg path,
.module:not(form) .bg .info-name .agency-details-icon svg path,
.module:not(form) .bg .mobile .info-name-icon svg path,
.module:not(form) .bg .phone .info-name-icon svg path,
.module:not(form) .bg .fax .info-name-icon svg path,
.module:not(form) .bg .mail .info-name-icon svg path,
.module:not(form) .bg .email .info-name-icon svg path,
.module:not(form) .bg .user-contact-property-mobile .info-name-icon svg path,
.module:not(form) .bg .user-contact-property-phone .info-name-icon svg path,
.module:not(form) .bg .user-contact-property-fax .info-name-icon svg path,
.module:not(form) .bg .user-contact-property-mail .info-name-icon svg path,
.module:not(form) .bg .user-contact-property-email .info-name-icon svg path,
.module:not(form) .bg .user-contact-property-whatsapp .info-name-icon svg path,
.module:not(form) .bg .info-name .info-name-icon svg path,
.module:not(form) .bg .mobile .icon svg rect,
.module:not(form) .bg .phone .icon svg rect,
.module:not(form) .bg .fax .icon svg rect,
.module:not(form) .bg .mail .icon svg rect,
.module:not(form) .bg .email .icon svg rect,
.module:not(form) .bg .user-contact-property-mobile .icon svg rect,
.module:not(form) .bg .user-contact-property-phone .icon svg rect,
.module:not(form) .bg .user-contact-property-fax .icon svg rect,
.module:not(form) .bg .user-contact-property-mail .icon svg rect,
.module:not(form) .bg .user-contact-property-email .icon svg rect,
.module:not(form) .bg .user-contact-property-whatsapp .icon svg rect,
.module:not(form) .bg .info-name .icon svg rect,
.module:not(form) .bg .mobile .user-contact-property-icon svg rect,
.module:not(form) .bg .phone .user-contact-property-icon svg rect,
.module:not(form) .bg .fax .user-contact-property-icon svg rect,
.module:not(form) .bg .mail .user-contact-property-icon svg rect,
.module:not(form) .bg .email .user-contact-property-icon svg rect,
.module:not(form) .bg .user-contact-property-mobile .user-contact-property-icon svg rect,
.module:not(form) .bg .user-contact-property-phone .user-contact-property-icon svg rect,
.module:not(form) .bg .user-contact-property-fax .user-contact-property-icon svg rect,
.module:not(form) .bg .user-contact-property-mail .user-contact-property-icon svg rect,
.module:not(form) .bg .user-contact-property-email .user-contact-property-icon svg rect,
.module:not(form) .bg .user-contact-property-whatsapp .user-contact-property-icon svg rect,
.module:not(form) .bg .info-name .user-contact-property-icon svg rect,
.module:not(form) .bg .mobile .user-card-icon svg rect,
.module:not(form) .bg .phone .user-card-icon svg rect,
.module:not(form) .bg .fax .user-card-icon svg rect,
.module:not(form) .bg .mail .user-card-icon svg rect,
.module:not(form) .bg .email .user-card-icon svg rect,
.module:not(form) .bg .user-contact-property-mobile .user-card-icon svg rect,
.module:not(form) .bg .user-contact-property-phone .user-card-icon svg rect,
.module:not(form) .bg .user-contact-property-fax .user-card-icon svg rect,
.module:not(form) .bg .user-contact-property-mail .user-card-icon svg rect,
.module:not(form) .bg .user-contact-property-email .user-card-icon svg rect,
.module:not(form) .bg .user-contact-property-whatsapp .user-card-icon svg rect,
.module:not(form) .bg .info-name .user-card-icon svg rect,
.module:not(form) .bg .mobile .agency-contact-icon svg rect,
.module:not(form) .bg .phone .agency-contact-icon svg rect,
.module:not(form) .bg .fax .agency-contact-icon svg rect,
.module:not(form) .bg .mail .agency-contact-icon svg rect,
.module:not(form) .bg .email .agency-contact-icon svg rect,
.module:not(form) .bg .user-contact-property-mobile .agency-contact-icon svg rect,
.module:not(form) .bg .user-contact-property-phone .agency-contact-icon svg rect,
.module:not(form) .bg .user-contact-property-fax .agency-contact-icon svg rect,
.module:not(form) .bg .user-contact-property-mail .agency-contact-icon svg rect,
.module:not(form) .bg .user-contact-property-email .agency-contact-icon svg rect,
.module:not(form) .bg .user-contact-property-whatsapp .agency-contact-icon svg rect,
.module:not(form) .bg .info-name .agency-contact-icon svg rect,
.module:not(form) .bg .mobile .agency-details-icon svg rect,
.module:not(form) .bg .phone .agency-details-icon svg rect,
.module:not(form) .bg .fax .agency-details-icon svg rect,
.module:not(form) .bg .mail .agency-details-icon svg rect,
.module:not(form) .bg .email .agency-details-icon svg rect,
.module:not(form) .bg .user-contact-property-mobile .agency-details-icon svg rect,
.module:not(form) .bg .user-contact-property-phone .agency-details-icon svg rect,
.module:not(form) .bg .user-contact-property-fax .agency-details-icon svg rect,
.module:not(form) .bg .user-contact-property-mail .agency-details-icon svg rect,
.module:not(form) .bg .user-contact-property-email .agency-details-icon svg rect,
.module:not(form) .bg .user-contact-property-whatsapp .agency-details-icon svg rect,
.module:not(form) .bg .info-name .agency-details-icon svg rect,
.module:not(form) .bg .mobile .info-name-icon svg rect,
.module:not(form) .bg .phone .info-name-icon svg rect,
.module:not(form) .bg .fax .info-name-icon svg rect,
.module:not(form) .bg .mail .info-name-icon svg rect,
.module:not(form) .bg .email .info-name-icon svg rect,
.module:not(form) .bg .user-contact-property-mobile .info-name-icon svg rect,
.module:not(form) .bg .user-contact-property-phone .info-name-icon svg rect,
.module:not(form) .bg .user-contact-property-fax .info-name-icon svg rect,
.module:not(form) .bg .user-contact-property-mail .info-name-icon svg rect,
.module:not(form) .bg .user-contact-property-email .info-name-icon svg rect,
.module:not(form) .bg .user-contact-property-whatsapp .info-name-icon svg rect,
.module:not(form) .bg .info-name .info-name-icon svg rect,
.module:not(form) .bg .mobile .icon svg circle,
.module:not(form) .bg .phone .icon svg circle,
.module:not(form) .bg .fax .icon svg circle,
.module:not(form) .bg .mail .icon svg circle,
.module:not(form) .bg .email .icon svg circle,
.module:not(form) .bg .user-contact-property-mobile .icon svg circle,
.module:not(form) .bg .user-contact-property-phone .icon svg circle,
.module:not(form) .bg .user-contact-property-fax .icon svg circle,
.module:not(form) .bg .user-contact-property-mail .icon svg circle,
.module:not(form) .bg .user-contact-property-email .icon svg circle,
.module:not(form) .bg .user-contact-property-whatsapp .icon svg circle,
.module:not(form) .bg .info-name .icon svg circle,
.module:not(form) .bg .mobile .user-contact-property-icon svg circle,
.module:not(form) .bg .phone .user-contact-property-icon svg circle,
.module:not(form) .bg .fax .user-contact-property-icon svg circle,
.module:not(form) .bg .mail .user-contact-property-icon svg circle,
.module:not(form) .bg .email .user-contact-property-icon svg circle,
.module:not(form) .bg .user-contact-property-mobile .user-contact-property-icon svg circle,
.module:not(form) .bg .user-contact-property-phone .user-contact-property-icon svg circle,
.module:not(form) .bg .user-contact-property-fax .user-contact-property-icon svg circle,
.module:not(form) .bg .user-contact-property-mail .user-contact-property-icon svg circle,
.module:not(form) .bg .user-contact-property-email .user-contact-property-icon svg circle,
.module:not(form) .bg .user-contact-property-whatsapp .user-contact-property-icon svg circle,
.module:not(form) .bg .info-name .user-contact-property-icon svg circle,
.module:not(form) .bg .mobile .user-card-icon svg circle,
.module:not(form) .bg .phone .user-card-icon svg circle,
.module:not(form) .bg .fax .user-card-icon svg circle,
.module:not(form) .bg .mail .user-card-icon svg circle,
.module:not(form) .bg .email .user-card-icon svg circle,
.module:not(form) .bg .user-contact-property-mobile .user-card-icon svg circle,
.module:not(form) .bg .user-contact-property-phone .user-card-icon svg circle,
.module:not(form) .bg .user-contact-property-fax .user-card-icon svg circle,
.module:not(form) .bg .user-contact-property-mail .user-card-icon svg circle,
.module:not(form) .bg .user-contact-property-email .user-card-icon svg circle,
.module:not(form) .bg .user-contact-property-whatsapp .user-card-icon svg circle,
.module:not(form) .bg .info-name .user-card-icon svg circle,
.module:not(form) .bg .mobile .agency-contact-icon svg circle,
.module:not(form) .bg .phone .agency-contact-icon svg circle,
.module:not(form) .bg .fax .agency-contact-icon svg circle,
.module:not(form) .bg .mail .agency-contact-icon svg circle,
.module:not(form) .bg .email .agency-contact-icon svg circle,
.module:not(form) .bg .user-contact-property-mobile .agency-contact-icon svg circle,
.module:not(form) .bg .user-contact-property-phone .agency-contact-icon svg circle,
.module:not(form) .bg .user-contact-property-fax .agency-contact-icon svg circle,
.module:not(form) .bg .user-contact-property-mail .agency-contact-icon svg circle,
.module:not(form) .bg .user-contact-property-email .agency-contact-icon svg circle,
.module:not(form) .bg .user-contact-property-whatsapp .agency-contact-icon svg circle,
.module:not(form) .bg .info-name .agency-contact-icon svg circle,
.module:not(form) .bg .mobile .agency-details-icon svg circle,
.module:not(form) .bg .phone .agency-details-icon svg circle,
.module:not(form) .bg .fax .agency-details-icon svg circle,
.module:not(form) .bg .mail .agency-details-icon svg circle,
.module:not(form) .bg .email .agency-details-icon svg circle,
.module:not(form) .bg .user-contact-property-mobile .agency-details-icon svg circle,
.module:not(form) .bg .user-contact-property-phone .agency-details-icon svg circle,
.module:not(form) .bg .user-contact-property-fax .agency-details-icon svg circle,
.module:not(form) .bg .user-contact-property-mail .agency-details-icon svg circle,
.module:not(form) .bg .user-contact-property-email .agency-details-icon svg circle,
.module:not(form) .bg .user-contact-property-whatsapp .agency-details-icon svg circle,
.module:not(form) .bg .info-name .agency-details-icon svg circle,
.module:not(form) .bg .mobile .info-name-icon svg circle,
.module:not(form) .bg .phone .info-name-icon svg circle,
.module:not(form) .bg .fax .info-name-icon svg circle,
.module:not(form) .bg .mail .info-name-icon svg circle,
.module:not(form) .bg .email .info-name-icon svg circle,
.module:not(form) .bg .user-contact-property-mobile .info-name-icon svg circle,
.module:not(form) .bg .user-contact-property-phone .info-name-icon svg circle,
.module:not(form) .bg .user-contact-property-fax .info-name-icon svg circle,
.module:not(form) .bg .user-contact-property-mail .info-name-icon svg circle,
.module:not(form) .bg .user-contact-property-email .info-name-icon svg circle,
.module:not(form) .bg .user-contact-property-whatsapp .info-name-icon svg circle,
.module:not(form) .bg .info-name .info-name-icon svg circle {
  stroke: #9e4322 /* @txt-color */;
}
.module:not(form) .bg .mobile span,
.module:not(form) .bg .phone span,
.module:not(form) .bg .fax span,
.module:not(form) .bg .mail span,
.module:not(form) .bg .email span,
.module:not(form) .bg .user-contact-property-mobile span,
.module:not(form) .bg .user-contact-property-phone span,
.module:not(form) .bg .user-contact-property-fax span,
.module:not(form) .bg .user-contact-property-mail span,
.module:not(form) .bg .user-contact-property-email span,
.module:not(form) .bg .user-contact-property-whatsapp span,
.module:not(form) .bg .info-name span {
  color: #9e4322 /* @txt-onBg */;
}
footer .section-footer {
  background: #f5f3e7 /* @bg-footer */;
  padding: 100px 28px /* @padding-l */;
  display: flex;
  flex-direction: column;
  gap: 32px /* @gap-xl */;
}
@media only screen and (max-width: 791px) {
  footer .section-footer {
    gap: 20px /* @gap-m */;
    padding: 48px 20px;
  }
}
footer .section-footer * {
  color: #9e4322 /* @txt-footer */;
}
footer .section-footer .module-header h1,
footer .section-footer .module-header h2,
footer .section-footer .module-header h3,
footer .section-footer .module-header h4,
footer .section-footer .module-header h5,
footer .section-footer .module-header h6,
footer .section-footer .module-header span,
footer .section-footer .module-header p,
footer .section-footer .module-header a {
  color: #9e4322 /* @txt-footer */;
}
footer .section-footer .button,
footer .section-footer button.submit {
  border: #9e4322 1px solid /* @border-btn */;
  background: transparent;
}
footer .zone-footer {
  position: relative;
  display: grid;
  padding-bottom: 0;
  gap: 32px /* @margin-xl */;
  background: #f5f3e7;
  justify-items: center;
}
footer .zone-footer .auto-layout {
  max-width: 1440px /* @max-width */;
  padding-left: 50px /* 0 @padding-layout */;
  padding-right: 50px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 791px) {
  footer .zone-footer .auto-layout {
    padding: 0 20px /* padding-m */;
  }
}
footer .zone-footer .module-menu ul li a:hover {
  filter: brightness(0.9);
}
footer .zone-footer .module-cluster {
  height: 100%;
}
footer .zone-footer .module-cluster .module-agency h1,
footer .zone-footer .module-cluster .module-agency h2,
footer .zone-footer .module-cluster .module-agency h3,
footer .zone-footer .module-cluster .module-agency h4,
footer .zone-footer .module-cluster .module-agency h5,
footer .zone-footer .module-cluster .module-agency h6,
footer .zone-footer .module-cluster .module-agency span,
footer .zone-footer .module-cluster .module-agency p,
footer .zone-footer .module-cluster .module-agency a {
  color: #9e4322 /* @txt-footer */;
}
footer .zone-footer .module-cluster .module-agency .agency-contact-info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
footer .zone-footer .module-cluster .module-agency .agency-contact-info .agency-contact-address {
  width: 30%;
}
footer .zone-footer .module-cluster .module-agency .agency-contact-info .agency-contact-address .address {
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1440px) {
  footer .zone-footer .module-cluster .module-agency .agency-contact-info .agency-contact-address {
    width: 100%;
  }
}
footer .zone-footer .module-cluster .module-agency .agency-contact-info .agency-contact-title {
  width: 100%;
}
footer .zone-footer .module-cluster .module-agency .agency-contact-info .agency-contact-contact {
  gap: 10px /* @gap-xs */;
}
footer .zone-footer .module-cluster .module-agency .agency-contact-info .agency-contact-icon::before {
  background: #9e4322 /* @txt-footer */;
}
footer .zone-footer .module-cluster .module-agency .agency-contact-info .agency-contact-icon svg path,
footer .zone-footer .module-cluster .module-agency .agency-contact-info .agency-contact-icon svg rect,
footer .zone-footer .module-cluster .module-agency .agency-contact-info .agency-contact-icon svg circle {
  stroke: #f5f3e7 /* @bg-footer */;
}
footer .zone-footer .module-cluster .module-social-menu {
  height: 100%;
  align-items: flex-end;
}
footer .zone-footer .module-cluster .module-social-menu ul li.facebook a svg,
footer .zone-footer .module-cluster .module-social-menu ul li.instagram a svg,
footer .zone-footer .module-cluster .module-social-menu ul li.linkedin a svg,
footer .zone-footer .module-cluster .module-social-menu ul li.youtube a svg,
footer .zone-footer .module-cluster .module-social-menu ul li.twitter a svg,
footer .zone-footer .module-cluster .module-social-menu ul li.tiktok a svg {
  fill: #9e4322 /* @txt-footer */;
}
footer .zone-footer .module-cluster .module-social-menu ul li.facebook a svg path,
footer .zone-footer .module-cluster .module-social-menu ul li.instagram a svg path,
footer .zone-footer .module-cluster .module-social-menu ul li.linkedin a svg path,
footer .zone-footer .module-cluster .module-social-menu ul li.youtube a svg path,
footer .zone-footer .module-cluster .module-social-menu ul li.twitter a svg path,
footer .zone-footer .module-cluster .module-social-menu ul li.tiktok a svg path,
footer .zone-footer .module-cluster .module-social-menu ul li.facebook a svg rect,
footer .zone-footer .module-cluster .module-social-menu ul li.instagram a svg rect,
footer .zone-footer .module-cluster .module-social-menu ul li.linkedin a svg rect,
footer .zone-footer .module-cluster .module-social-menu ul li.youtube a svg rect,
footer .zone-footer .module-cluster .module-social-menu ul li.twitter a svg rect,
footer .zone-footer .module-cluster .module-social-menu ul li.tiktok a svg rect,
footer .zone-footer .module-cluster .module-social-menu ul li.facebook a svg circle,
footer .zone-footer .module-cluster .module-social-menu ul li.instagram a svg circle,
footer .zone-footer .module-cluster .module-social-menu ul li.linkedin a svg circle,
footer .zone-footer .module-cluster .module-social-menu ul li.youtube a svg circle,
footer .zone-footer .module-cluster .module-social-menu ul li.twitter a svg circle,
footer .zone-footer .module-cluster .module-social-menu ul li.tiktok a svg circle {
  stroke: #9e4322 /* @txt-footer */;
}
footer .zone-footer .module-cluster .module-social-menu ul li.pinterest a svg path,
footer .zone-footer .module-cluster .module-social-menu ul li.google-plus a svg path,
footer .zone-footer .module-cluster .module-social-menu ul li.dailymotion a svg path,
footer .zone-footer .module-cluster .module-social-menu ul li.pinterest a svg rect,
footer .zone-footer .module-cluster .module-social-menu ul li.google-plus a svg rect,
footer .zone-footer .module-cluster .module-social-menu ul li.dailymotion a svg rect,
footer .zone-footer .module-cluster .module-social-menu ul li.pinterest a svg circle,
footer .zone-footer .module-cluster .module-social-menu ul li.google-plus a svg circle,
footer .zone-footer .module-cluster .module-social-menu ul li.dailymotion a svg circle {
  fill: #9e4322 /* @txt-footer */;
}
@media only screen and (max-width: 791px) {
  footer .zone-footer .module-cluster .module-logo {
    margin: auto;
  }
}
footer .zone-footer .module-cluster .module-cluster {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  gap: unset;
  padding: 28px /* @padding-l */;
}
@media only screen and (max-width: 791px) {
  footer .zone-footer .module-cluster .module-cluster {
    padding: 0;
  }
}
footer .zone-footer .module-cluster .module-cluster .module-header .module-header-title {
  font-size: 31px /* @txt-3xl */;
  line-height: 1.1;
  font-weight: 600 /* @weight-l */;
}
@media only screen and (max-width: 791px) {
  footer .zone-footer .module-cluster .module-cluster .module-header {
    text-align: center;
  }
}
footer .zone-footer .module-cluster .module-cluster:after {
  display: none;
}
footer .zone-footer .module-cluster .module-cluster.cluster__number-3 {
  width: 100%;
  height: 100%;
}
footer .zone-footer .module-cluster .module-cluster.cluster__number-3 p {
  font-size: 14px /* @txt-m */;
}
footer .zone-footer .module-cluster .module-cluster.cluster__number-3 a.popup-open-link-wrapper span {
  border: solid 1px #9e4322 /* @txt-footer */;
}
@media only screen and (max-width: 791px) {
  footer .zone-footer .module-cluster .module-cluster {
    text-align: left;
  }
}
@media only screen and (max-width: 791px) {
  footer .zone-footer .module-cluster .module-lead .module-lead {
    align-items: center;
  }
}
@media only screen and (max-width: 791px) {
  footer .zone-footer {
    padding: 0;
  }
}
footer .module-sector.sector-template-3 {
  gap: 28px /* @gap-l */;
}
footer .module-sector.sector-template-3 .sector-list-row {
  max-width: 1200px;
  margin: 0 auto;
  column-gap: 40px;
  row-gap: 10px /* @gap-xs */;
}
footer .module-sector.sector-template-3 .sector-list-row li {
  position: relative;
}
footer .module-sector.sector-template-3 .sector-list-row li::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: calc(100% + 10px);
  width: 20px;
  height: 1px;
  background: #9e4322;
  /* @txt-footer */
}
footer .module-sector.sector-template-3 .sector-list-row li:nth-last-child(1)::after {
  content: inherit;
}
@media only screen and (max-width: 791px) {
  footer .module-sector.sector-template-3 .sector-list-row {
    flex-direction: column;
    align-items: center;
  }
  footer .module-sector.sector-template-3 .sector-list-row li:after {
    display: none;
  }
}
footer .zone-legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px /* @padding-m */;
  padding: 0 40px /* @padding-m @padding-2xl */;
}
@media only screen and (max-width: 791px) {
  footer .zone-legal {
    padding: 12px 20px /* @padding-s @padding-m */;
  }
}
footer .zone-legal:after {
  display: none;
}
body .mfp-wrap .mfp-content {
  max-width: 1440px /* @max-width */;
  padding-left: 50px /* 0 @padding-layout */;
  padding-right: 50px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 791px) {
  body .mfp-wrap .mfp-content {
    padding: 0 20px /* padding-m */;
  }
}
body .mfp-wrap .mfp-content > div.mfp-figure .mfp-title {
  text-align: center;
}
body .mfp-wrap .mfp-content > div.mfp-figure:after {
  content: none;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) {
  background: #eee9dc /* @bodyColor */;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) * {
  color: #9e4322 /* txt-color */;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) .mainTitle,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) p {
  margin: 0;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) .mfp-close {
  color: #9e4322 /* txt-color */;
  background: transparent;
  margin: 0px;
  border: none;
  margin: 0;
  opacity: 1;
  top: 5px;
  right: 5px;
  height: 44px;
  width: 44px;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) button.submit {
  position: relative;
  height: auto;
  width: fit-content;
  margin-bottom: 0;
  border: 1px solid #9e4322 /* txt-color */;
  background: transparent;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) label a {
  font-weight: 800;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-selection--multiple {
  background: transparent;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form input,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-container {
  background: transparent;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form input::placeholder,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-container::placeholder {
  color: #9e4322 /* txt-color */;
}
body .mfp-wrap .mfp-content .popup-module-lead,
body .mfp-wrap .mfp-content .popup-module-newsletter {
  max-width: 100%;
  position: relative;
  margin: auto;
  background: transparent /* bg-form */;
}
body .mfp-wrap .mfp-content .popup-module-contact {
  width: 800px;
  padding: 50px;
  background: transparent /* bg-form */;
}
@media only screen and (max-width: 1024px) {
  body .mfp-wrap .mfp-content .popup-module-contact {
    width: 100%;
  }
}
@media only screen and (max-width: 791px) {
  body .mfp-wrap .mfp-content .popup-module-contact {
    padding: 40px /* @padding-2xl */ 20px /* @padding-m */;
  }
}
body .mfp-wrap .mfp-content .popup-module-contact form textarea {
  border: none;
  border-bottom: 1px solid #9e4322 /* txt-color */;
}
body .mfp-wrap .mfp-content .popup-module-contact form textarea::placeholder {
  color: #9e4322 /* txt-color */;
}
body .mfp-wrap .mfp-content .popup-module-lead {
  width: 800px;
  padding: 50px;
  background: transparent /* bg-form */;
}
@media only screen and (max-width: 791px) {
  body .mfp-wrap .mfp-content .popup-module-lead {
    padding: 40px /* @padding-2xl */ 20px /* @padding-m */;
  }
}
body .mfp-wrap .mfp-content .popup-module-lead form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body .mfp-wrap .mfp-content .popup-module-lead form .select2-container,
body .mfp-wrap .mfp-content .popup-module-lead form input {
  margin-bottom: 0;
}
body .mfp-wrap .mfp-content .popup-module-lead form .select2-selection {
  width: 100%;
  border: none;
  border-bottom: 1px solid #9e4322 /* txt-color */;
}
body .mfp-wrap .mfp-content .popup-module-lead form .civility {
  width: calc((100% - 2 * 8px) / 2);
}
body .mfp-wrap .mfp-content .popup-module-lead form .civility > .field.civility {
  width: 100%;
}
body .mfp-wrap .mfp-content .popup-module-lead form .field:not(.recaptcha) {
  width: calc((100% - 2 * 8px) / 2);
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper {
  width: 100%;
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper .field:not(.recaptcha) {
  width: calc((100% - 2 * 8px) / 2);
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper button.submit {
  display: block;
  margin: 10px auto 0 auto;
}
body .mfp-wrap .mfp-content .popup-module-newsletter {
  width: fit-content;
  padding: 50px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter form .rgpd {
  display: flex;
  gap: 4px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"] {
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  color: #9e4322 /* txt-color */;
  border: none;
  border-bottom: 1px solid #9e4322 /* txt-color */;
}
body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"]::placeholder {
  color: #9e4322 /* txt-color */;
}
@media screen and (max-width: 768px) {
  body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"] {
    width: 60%;
  }
}
.container-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: auto;
  padding: 0;
}
.col-1 {
  width: calc((100% - ((1 - 1) * 32px)) / 1);
}
@media only screen and (max-width: 1024px) {
  .col-1 {
    width: calc((100% - (1 * 32px)) / 2);
    width: 100%;
  }
}
@media only screen and (max-width: 791px) {
  .col-1 {
    width: 100%;
  }
}
.col-2 {
  width: calc((100% - ((2 - 1) * 32px)) / 2);
}
@media only screen and (max-width: 1024px) {
  .col-2 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
@media only screen and (max-width: 791px) {
  .col-2 {
    width: 100%;
  }
}
.col-3 {
  width: calc((100% - ((3 - 1) * 32px)) / 3);
}
@media only screen and (max-width: 1024px) {
  .col-3 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
@media only screen and (max-width: 791px) {
  .col-3 {
    width: 100%;
  }
}
.col-4 {
  width: calc((100% - ((4 - 1) * 32px)) / 4);
}
@media only screen and (max-width: 1024px) {
  .col-4 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 791px) {
  .col-4 {
    width: 100%;
  }
}
.col-5 {
  width: calc((100% - ((5 - 1) * 32px)) / 5);
}
@media only screen and (max-width: 1024px) {
  .col-5 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 791px) {
  .col-5 {
    width: 100%;
  }
}
.col-6 {
  width: calc((100% - ((6 - 1) * 32px)) / 6);
}
@media only screen and (max-width: 1024px) {
  .col-6 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 791px) {
  .col-6 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-7 {
  width: calc((100% - ((7 - 1) * 32px)) / 7);
}
@media only screen and (max-width: 1024px) {
  .col-7 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 791px) {
  .col-7 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-8 {
  width: calc((100% - ((8 - 1) * 32px)) / 8);
}
@media only screen and (max-width: 1024px) {
  .col-8 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 791px) {
  .col-8 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-9 {
  width: calc((100% - ((9 - 1) * 32px)) / 9);
}
@media only screen and (max-width: 1024px) {
  .col-9 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 791px) {
  .col-9 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-10 {
  width: calc((100% - ((10 - 1) * 32px)) / 10);
}
@media only screen and (max-width: 1024px) {
  .col-10 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 791px) {
  .col-10 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-11 {
  width: calc((100% - ((11 - 1) * 32px)) / 11);
}
@media only screen and (max-width: 1024px) {
  .col-11 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 791px) {
  .col-11 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-12 {
  width: calc((100% - ((12 - 1) * 32px)) / 12);
}
@media only screen and (max-width: 1024px) {
  .col-12 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 791px) {
  .col-12 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.mfp-container .select2-container {
  border: none;
  border-radius: 0;
}
form input[type="checkbox"],
form input[type="radio"].tab-0 {
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background: transparent;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  padding: 0;
}
form input[type="checkbox"]:before,
form input[type="radio"].tab-0:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
form input[type="checkbox"]:checked:before,
form input[type="radio"].tab-0:checked:before {
  transform: translate(-50%, -50%) scale(1);
}
form input[type="checkbox"],
form input[type="radio"].tab-0 {
  border: 2px solid #9e4322 /* @txt-color */;
}
form input[type="checkbox"]::before,
form input[type="radio"].tab-0::before {
  background: #9e4322 /* @txt-color */;
}
form .rgpd {
  display: flex;
  align-items: center;
  gap: 10px /* @gap-xs  */;
  margin-bottom: 16px /* @margin-m  */;
}
@media only screen and (max-width: 791px) {
  form .rgpd {
    margin-bottom: 12px /*  @margin-s */;
  }
}
form .rgpd label {
  font-size: 12px;
}
form input,
form textarea {
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  border: none;
  border-bottom: 1px solid #9e4322 /* @txt-color */;
}
form .select2-selection {
  height: 40px;
  line-height: 40px;
  border: none;
  border-bottom: 1px solid #9e4322 /* @txt-color */;
  margin: 0;
  padding: 0 10px;
  border-radius: 0;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form textarea,
form select,
form .ms-choice,
form .ms-choice.disabled {
  font-size: 14px /* @txt-m */;
  color: #9e4322 /* @txt-color */;
  background: transparent /* @bg-form-input */;
  width: 100%;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .select2-autocomplete-custom-choice,
form .select2-selection__rendered {
  padding: 0;
}
form .select2-container .select2-selection--single .select2-selection__rendered,
form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
form .select2-container--default .select2-selection--single,
form .select2-container--default .select2-selection--single .select2-selection__rendered,
form .select2-selection__rendered,
form .select2-selection.select2-selection--multiple,
form .select2-selection.select2-selection--multiple,
form .iti--allow-dropdown,
form .select2-autocomplete-custom-choice,
form form input::placeholder {
  height: 40px;
  line-height: 40px;
  font-size: 14px /* @txt-m */;
  opacity: 1;
  color: #757575;
}
form .select2-selection.select2-selection--single,
form .select2-selection.select2-selection--multiple {
  border: none;
  background: transparent;
  border-bottom: 1px solid #9e4322;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: auto;
  height: auto;
  line-height: 5px;
  margin: -3px auto 0;
  right: 5px;
  left: auto;
  transition: transform 0.35s ease;
}
form .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\F0140";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
form .select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateZ(-180deg);
}
.bg form input[type="checkbox"],
.bg form input[type="radio"].tab-0 {
  appearance: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background: transparent;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  padding: 0;
}
.bg form input[type="checkbox"]:before,
.bg form input[type="radio"].tab-0:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.bg form input[type="checkbox"]:checked:before,
.bg form input[type="radio"].tab-0:checked:before {
  transform: translate(-50%, -50%) scale(1);
}
.bg form input[type="checkbox"],
.bg form input[type="radio"].tab-0 {
  border: 0.5px solid #9e4322 /* @txt-onBg */;
}
.bg form input[type="checkbox"]::before,
.bg form input[type="radio"].tab-0::before {
  background: #9e4322 /* @txt-onBg */;
}
.bg form input[type="text"],
.bg form input[type="email"],
.bg form input[type="password"],
.bg form input[type="tel"],
.bg form textarea,
.bg form select,
.bg form .ms-choice,
.bg form .ms-choice.disabled {
  color: #9e4322 /* @txt-onBg */;
  background: transparent /* @bg-form-input */;
}
.bg form input[type="text"]::placeholder,
.bg form input[type="email"]::placeholder,
.bg form input[type="password"]::placeholder,
.bg form input[type="tel"]::placeholder,
.bg form textarea::placeholder,
.bg form select::placeholder,
.bg form .ms-choice::placeholder,
.bg form .ms-choice.disabled::placeholder {
  color: #9e4322 /* @txt-onBg */;
}
.pager-design {
  width: 100%;
  margin: auto;
  padding-top: 20px /* @padding-m */;
  padding-bottom: 20px /* @padding-m */;
  border-top: 0.5px solid #9e4322 /* @txt-color */;
  border-bottom: 0.5px solid #9e4322 /* @txt-color */;
}
.pager-design ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pager-design ul li {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  transition: 0.2s ease border;
  border: 0.5px solid transparent;
}
.pager-design ul li.disable {
  padding: 5px 15px;
  display: none;
}
.pager-design ul li a,
.pager-design ul li span {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  padding: 5px 15px;
  color: #9e4322 /* @txt-color */;
}
.pager-design ul li.current,
.pager-design ul li:hover {
  border: 0.5px solid #9e4322 /* @txt-color */;
}
.pager-design-bg {
  width: 100%;
  margin: auto;
  padding-top: 20px /* @padding-m */;
  padding-bottom: 20px /* @padding-m */;
  border-top: 0.5px solid #9e4322 /* @txt-color */;
  border-bottom: 0.5px solid #9e4322 /* @txt-color */;
  border-top: 0.5px solid #9e4322 /* @txt-onBG */;
  border-bottom: 0.5px solid #9e4322 /* @txt-onBg */;
}
.pager-design-bg ul {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.pager-design-bg ul li {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  transition: 0.2s ease border;
  border: 0.5px solid transparent;
}
.pager-design-bg ul li.disable {
  padding: 5px 15px;
  display: none;
}
.pager-design-bg ul li a,
.pager-design-bg ul li span {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  padding: 5px 15px;
  color: #9e4322 /* @txt-color */;
}
.pager-design-bg ul li.current,
.pager-design-bg ul li:hover {
  border: 0.5px solid #9e4322 /* @txt-color */;
}
.pager-design-bg ul li a,
.pager-design-bg ul li span {
  color: #9e4322 /* @txt-onBg */;
}
.pager-design-bg ul li.current,
.pager-design-bg ul li:hover {
  border: 0.5px solid #9e4322 /* @txt-onBg */;
}
.owl-controls .owl-nav {
  display: flex;
  gap: 16px;
}
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
  position: relative;
  cursor: pointer;
  clip-path: circle(40%) /* @clip-path */;
  background: rgba(255, 255, 255, 0) /* @bg-btn  */;
  width: 45px;
  height: 45px;
  display: block;
}
.owl-controls .owl-nav .owl-prev i.mdi,
.owl-controls .owl-nav .owl-next i.mdi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 27px /* @txt-2xl  */;
  color: #9e4322 /* @txt-btn  */;
  z-index: 1;
}
.owl-controls .owl-nav .owl-prev::after,
.owl-controls .owl-nav .owl-next::after {
  content: "";
  display: inline-block;
  align-self: center;
  clip-path: circle(40%);
  /* @clip-path*/
  background: #9e4322;
  color: #eee9dc;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0) /* @bg-btn */;
  z-index: 1;
  transition: background 0.3s ease-in-out;
}
.owl-controls .owl-nav .owl-prev svg,
.owl-controls .owl-nav .owl-next svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 20px;
  height: 20px;
}
.owl-controls .owl-nav .owl-prev svg path,
.owl-controls .owl-nav .owl-next svg path,
.owl-controls .owl-nav .owl-prev svg rect,
.owl-controls .owl-nav .owl-next svg rect,
.owl-controls .owl-nav .owl-prev svg circle,
.owl-controls .owl-nav .owl-next svg circle {
  stroke: #9e4322 /* @txt-btn */;
}
.bg .owl-controls .owl-nav .owl-prev,
.bg .owl-controls .owl-nav .owl-next {
  background: rgba(255, 255, 255, 0);
  /* @bg-bt-onBg */
}
.bg .owl-controls .owl-nav .owl-prev i.mdi,
.bg .owl-controls .owl-nav .owl-next i.mdi {
  color: #9e4322 /* @txt-btn-onBg */;
}
.bg .owl-controls .owl-nav .owl-prev::after,
.bg .owl-controls .owl-nav .owl-next::after {
  background: rgba(255, 255, 255, 0) /* @bg-btn-onBg*/;
}
.bg .owl-controls .owl-nav .owl-prev svg path,
.bg .owl-controls .owl-nav .owl-next svg path,
.bg .owl-controls .owl-nav .owl-prev svg rect,
.bg .owl-controls .owl-nav .owl-next svg rect,
.bg .owl-controls .owl-nav .owl-prev svg circle,
.bg .owl-controls .owl-nav .owl-next svg circle {
  stroke: #9e4322 /* @txt-btn-onBg */;
}
.module-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 791px) {
  .module-header {
    text-align: left;
  }
}
.module-header .module-header-content {
  display: flex;
  flex-direction: column;
  gap: 16px /* @gap-s */;
}
/*** GLOBAL CSS TEMPLATE Mira-v2 PAGE homepage ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira-v2/Resources/pages/css/homepage.less ***/
body.homepage {
  /* module slider */
}
body.homepage .module-slider .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.homepage .module-slider .slider {
  height: 100%;
}
@media screen and (max-width: 1400px) {
  body.homepage .module-slider .owl-item img {
    width: 100%;
    height: 100%;
  }
}
/*** CSS WEBSITE Faidherbe - En cour ***/
/* Font template */
@font-face {
  font-family: 'Italiana';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/italiana/v21/QldNNTtLsx4E__B0XTmR.ttf) format('truetype');
}
body.menu-open:before {
  display: none;
}
footer .zone-footer .module-cluster .module-cluster {
  padding: 10px 28px;
}
header:not(.fixed) .module-logo img {
  filter: brightness(0) invert(1);
}
.wrapper-on header .module-logo img {
  filter: initial;
}
.zone-header-left {
  height: 100dvh !important;
  min-height: initial !important;
}
footer .section-footer {
  padding-bottom: 20px;
  padding-top: 20px;
}
footer .section-footer .sector-template-3 .sector-list-row .sector-item a span {
  color: white;
}
footer .section-footer .cluster__number-2,
footer .section-footer .cluster__number-3 {
  border-left: 0.5px solid whitesmoke;
}
.hero-design {
  position: relative;
}
.hero-design .module-video,
.hero-design .module-picture {
  height: 100vh;
}
.hero-design .module-video .container,
.hero-design .module-picture .container {
  height: 100%;
}
.hero-design .module-video .container img,
.hero-design .module-picture .container img {
  height: 100%;
}
.hero-design .module-video:after,
.hero-design .module-picture:after {
  content: "";
  position: absolute;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.hero-design .module-video .video-js,
.hero-design .module-picture .video-js {
  height: 100%;
}
.hero-design .module-cms {
  position: absolute;
  bottom: 100px;
  max-width: 100%;
  margin: auto;
  width: 100%;
  text-align: center;
  z-index: 10;
  left: 50%;
  transform: translate(-50%);
  padding: 0 20px;
}
.hero-design .module-cms .info {
  align-items: center;
}
.hero-design .module-cms .info * {
  color: white;
}
.hero-design .module-cms .info p {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
.zone-full-width > .module-cms {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 791px) {
  .zone-full-width > .module-cms {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.module-cluster.bg {
  padding-top: 0;
  padding-bottom: 0;
}
.variation-cms-clip-path .background {
  background-attachment: fixed;
}
.variation-cms-clip-path .background:after {
  content: "";
  position: absolute;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.variation-cms-clip-path .cms-container {
  max-width: 1200px;
  background: transparent;
  gap: 80px;
}
.variation-cms-clip-path .cms-container .picture {
  width: 70%;
}
.variation-cms-clip-path .cms-container .button {
  border: 0.5px solid white;
}
.variation-cms-clip-path * {
  color: white !important;
}
.module-contact input::placeholder,
.module-estimate input::placeholder,
.module-contact textarea::placeholder,
.module-estimate textarea::placeholder {
  color: #9e4322 !important;
  font-family: lato !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
}
.module-contact input,
.module-estimate input {
  border: initial !important;
  border-bottom: 0.5px solid #9e4322 !important;
}
.zone-full_width .module.module-501079.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-501078.template-1.cluster-template-1.module-cluster .module.module-501076.template-1.contact-template-1.module-contact form .field input,
.module.module-501079.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-501078.template-1.cluster-template-1.module-cluster .module.module-501076.template-1.contact-template-1.module-contact form .field input,
.module.module-501078.template-1.cluster-template-1.module-cluster .module.module-501076.template-1.contact-template-1.module-contact form .field input,
.module.module-501076.template-1.contact-template-1.module-contact form .field input,
.popup-module-contact.popup-module-495674.template-2 form .field input {
  border-bottom: 0.5px solid #9e4322 !important;
}
h1 {
  font-size: 70px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 3px;
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 791px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 50px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 3px;
}
@media only screen and (max-width: 791px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-weight: 200;
  letter-spacing: 3px;
}
p {
  font-weight: 300;
  line-height: 2;
}
.button {
  border-radius: 4px;
}
.owl-prev,
.owl-next {
  border: 0.5px solid #9e4322;
  border-radius: 100%;
  clip-path: initial !important;
  transition: 0.5s ease transform;
}
@media screen and (min-width: 1025px) {
  .owl-prev:hover,
  .owl-next:hover {
    transform: scale(1.1);
  }
}
header.fixed {
  backdrop-filter: blur(10px);
  padding: 5px 0;
}
.expanded li.social_item {
  border-color: white !important;
  /* @txt-header */
}
header .main-header .zone-header-left.expanded,
.variation-menu-burger-open {
  background: #9e4322;
}
header .main-header .zone-header-left.expanded *,
.variation-menu-burger-open * {
  color: white !important;
}
header .main-header .zone-header-left.expanded span,
.variation-menu-burger-open span {
  font-size: 18px /* @txt-header-burger-size */;
  font-weight: 300 /* @weight-header*/;
}
header .main-header .zone-header-left.expanded .right,
.variation-menu-burger-open .right {
  flex: initial;
  width: 100%;
}
.variation-menu-burger.main.module-menu > ul li {
  border-bottom: 0.5px solid white;
}
.module-listing.listing-template-14 ul.listing > li {
  padding: 0;
}
.module-listing.listing-template-14 ul.listing > li .infos {
  padding: 0 12px;
}
@media (min-width: 1023px) {
  .zone-header-left.expanded {
    width: 24vw !important;
  }
  .zone-header-left.expanded .module-500754 {
    flex: unset !important;
    max-width: unset !important;
  }
  .zone-header-left {
    width: 24vw !important;
  }
  .module-500842 {
    display: none;
  }
}
header.fixed {
  z-index: 9999 !important;
}
.sticker {
  background: rgba(255, 255, 255, 0) !important;
}
.variation-cluster-property-contact .container-flex::after {
  display: none;
}
body.property header .module-logo img {
  height: 80px;
}
.wrapper-on .variation-cluster-zone-hero-picture-cms .module-cms {
  margin: auto;
  transform: initial;
  left: initial;
  bottom: initial;
  position: relative;
}
/*** CUSTOM CSS FROM BDD MODULE 500755 ***/
.zone-header_left .module.module-500755.template-1.cluster-template-1.variation-menu-burger-open.module-cluster .social__item,
.module.module-500755.template-1.cluster-template-1.variation-menu-burger-open.module-cluster .social__item {
  border: 1px solid white;
}
.zone-header_left .module.module-500755.template-1.cluster-template-1.variation-menu-burger-open.module-cluster .social__item svg,
.module.module-500755.template-1.cluster-template-1.variation-menu-burger-open.module-cluster .social__item svg {
  color: white;
}
.zone-header_left .module.module-500755.template-1.cluster-template-1.variation-menu-burger-open.module-cluster .social__item svg path,
.module.module-500755.template-1.cluster-template-1.variation-menu-burger-open.module-cluster .social__item svg path {
  fill: white;
}
.zone-header_left .module.module-500755.template-1.cluster-template-1.variation-menu-burger-open.module-cluster .social__item svg rect,
.module.module-500755.template-1.cluster-template-1.variation-menu-burger-open.module-cluster .social__item svg rect {
  stroke: white;
}
/*** CUSTOM CSS FROM BDD MODULE 500854 ***/
.zone-full_width .module.module-500854.template-1.cluster-template-1.module-cluster .slider,
.module.module-500854.template-1.cluster-template-1.module-cluster .slider {
  height: 100svh !important;
}
.zone-full_width .module.module-500854.template-1.cluster-template-1.module-cluster .slider:after,
.module.module-500854.template-1.cluster-template-1.module-cluster .slider:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 9;
}
.zone-full_width .module.module-500854.template-1.cluster-template-1.module-cluster .slider .video-js .vjs-tech:not(iframe),
.module.module-500854.template-1.cluster-template-1.module-cluster .slider .video-js .vjs-tech:not(iframe) {
  height: 100%;
  object-fit: cover;
}
.zone-full_width .module.module-500854.template-1.cluster-template-1.module-cluster .module-logo,
.module.module-500854.template-1.cluster-template-1.module-cluster .module-logo {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
}
.zone-full_width .module.module-500854.template-1.cluster-template-1.module-cluster .module-logo .module-header,
.module.module-500854.template-1.cluster-template-1.module-cluster .module-logo .module-header {
  text-align: center;
  width: 100%;
}
/*** CUSTOM CSS FROM BDD MODULE 500766 ***/
.zone-full_width .module.module-500766.template-1.cluster-template-1.module-cluster .cms-subtitle,
.module.module-500766.template-1.cluster-template-1.module-cluster .cms-subtitle {
  margin-top: 0;
}
.zone-full_width .module.module-500766.template-1.cluster-template-1.module-cluster p,
.module.module-500766.template-1.cluster-template-1.module-cluster p {
  text-align: center;
  max-width: 650px;
  display: block;
  margin: auto;
}
.zone-full_width .module.module-500766.template-1.cluster-template-1.module-cluster .module-selection .owl-item > div,
.module.module-500766.template-1.cluster-template-1.module-cluster .module-selection .owl-item > div {
  border-bottom: 0.5px solid grey;
}
.zone-full_width .module.module-500766.template-1.cluster-template-1.module-cluster .module-selection .type__ref,
.module.module-500766.template-1.cluster-template-1.module-cluster .module-selection .type__ref,
.zone-full_width .module.module-500766.template-1.cluster-template-1.module-cluster .module-selection .info,
.module.module-500766.template-1.cluster-template-1.module-cluster .module-selection .info {
  display: none;
}
.zone-full_width .module.module-500766.template-1.cluster-template-1.module-cluster .module-selection .content,
.module.module-500766.template-1.cluster-template-1.module-cluster .module-selection .content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
.zone-full_width .module.module-500766.template-1.cluster-template-1.module-cluster .boxCounter,
.module.module-500766.template-1.cluster-template-1.module-cluster .boxCounter {
  display: flex;
  justify-content: center;
  gap: 50px;
  border-bottom: 0.5px solid #9e4322;
  border-top: 0.5px solid #9e4322;
}
@media only screen and (max-width: 791px) {
  .zone-full_width .module.module-500766.template-1.cluster-template-1.module-cluster .boxCounter,
  .module.module-500766.template-1.cluster-template-1.module-cluster .boxCounter {
    flex-direction: column;
    gap: 5px;
  }
}
.zone-full_width .module.module-500766.template-1.cluster-template-1.module-cluster .boxCounter .counter,
.module.module-500766.template-1.cluster-template-1.module-cluster .boxCounter .counter {
  font-size: 45px;
  line-height: 1.7;
}
.zone-full_width .module.module-500766.template-1.cluster-template-1.module-cluster .boxCounter .container,
.module.module-500766.template-1.cluster-template-1.module-cluster .boxCounter .container {
  padding: 20px;
}
.zone-full_width .module.module-500766.template-1.cluster-template-1.module-cluster .boxCounter .content,
.module.module-500766.template-1.cluster-template-1.module-cluster .boxCounter .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.zone-full_width .module.module-500766.template-1.cluster-template-1.module-cluster .boxCounter .content h2,
.module.module-500766.template-1.cluster-template-1.module-cluster .boxCounter .content h2 {
  width: auto;
  font-size: 60px;
  line-height: 1.7;
}
/*** CUSTOM CSS FROM BDD MODULE 500774 ***/
.zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg,
.module.module-500774.template-1.cluster-template-1.module-cluster.bg {
  padding-bottom: 0;
}
.zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .design-title .cms-title,
.module.module-500774.template-1.cluster-template-1.module-cluster.bg .design-title .cms-title {
  font-size: 80px;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .design-title .cms-title:before,
.module.module-500774.template-1.cluster-template-1.module-cluster.bg .design-title .cms-title:before {
  content: "";
  display: block;
  position: relative;
  z-index: 9;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-image: url("https://admin.web.apimo.pro/uploads/websites/4703/short-logo.png");
  background-size: contain;
  background-position: center;
}
/*** CUSTOM CSS FROM BDD MODULE 501046 ***/
.zone-full_width .module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout,
.module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.zone-full_width .module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout .module-header,
.module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout .module-header {
  text-align: center;
  width: 100%;
  margin-bottom: 80px;
  flex-direction: column-reverse;
}
@media only screen and (max-width: 791px) {
  .zone-full_width .module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout .module-header,
  .module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout .module-header {
    margin-bottom: 20px;
  }
}
.zone-full_width .module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout .container,
.module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout .container {
  position: relative;
}
.zone-full_width .module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout .container:after,
.module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout .container:after {
  content: "";
  position: absolute;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.zone-full_width .module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout .container:after,
.module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout .container:after {
  display: none;
}
.zone-full_width .module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout .container:before,
.module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout .container:before {
  padding-top: 80px;
}
.zone-full_width .module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout img,
.module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout img {
  width: 100%;
  height: 580px;
  display: block;
  object-fit: cover;
}
@media only screen and (max-width: 791px) {
  .zone-full_width .module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout img,
  .module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout img {
    height: 300px;
  }
}
.zone-full_width .module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout .content,
.module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout .content {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  z-index: 99;
}
.zone-full_width .module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout .content h4,
.module.module-501046.template-1.picture-template-1.module-picture.basic-mod.auto-layout .content h4 {
  font-weight: 100;
  color: white;
}
/*** CUSTOM CSS FROM BDD MODULE 500762 ***/
.zone-header_right .module.module-500759.template-1.cluster-template-1.module-cluster .module.module-500762.template-1.cluster-template-1.variation-cluster-header-mira-menu-logo.module-cluster,
.module.module-500759.template-1.cluster-template-1.module-cluster .module.module-500762.template-1.cluster-template-1.variation-cluster-header-mira-menu-logo.module-cluster,
.module.module-500762.template-1.cluster-template-1.variation-cluster-header-mira-menu-logo.module-cluster {
  display: block;
}
.zone-header_right .module.module-500759.template-1.cluster-template-1.module-cluster .module.module-500762.template-1.cluster-template-1.variation-cluster-header-mira-menu-logo.module-cluster .module-logo,
.module.module-500759.template-1.cluster-template-1.module-cluster .module.module-500762.template-1.cluster-template-1.variation-cluster-header-mira-menu-logo.module-cluster .module-logo,
.module.module-500762.template-1.cluster-template-1.variation-cluster-header-mira-menu-logo.module-cluster .module-logo {
  grid-column: initial;
}
/*** CUSTOM CSS FROM BDD MODULE 500837 ***/
.zone-full_width .module.module-500766.template-1.cluster-template-1.module-cluster .module.module-500837.template-6.cms-template-6.module-cms.auto-layout.only-text .info:after,
.module.module-500766.template-1.cluster-template-1.module-cluster .module.module-500837.template-6.cms-template-6.module-cms.auto-layout.only-text .info:after,
.module.module-500837.template-6.cms-template-6.module-cms.auto-layout.only-text .info:after,
.popup-module-cms.popup-module-500837 .info:after {
  content: "";
  position: relative;
  width: 100px;
  height: 1px;
  background: #9e4322;
  display: block;
  margin: auto;
}
/*** CUSTOM CSS FROM BDD MODULE 504145 ***/
.zone-full_width .module.module-500766.template-1.cluster-template-1.module-cluster .module.module-504145.boxCounter.template-1.picture-template-1.module-picture.basic-mod.auto-layout p,
.module.module-500766.template-1.cluster-template-1.module-cluster .module.module-504145.boxCounter.template-1.picture-template-1.module-picture.basic-mod.auto-layout p,
.module.module-504145.boxCounter.template-1.picture-template-1.module-picture.basic-mod.auto-layout p {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.zone-full_width .module.module-500766.template-1.cluster-template-1.module-cluster .module.module-504145.boxCounter.template-1.picture-template-1.module-picture.basic-mod.auto-layout p:before,
.module.module-500766.template-1.cluster-template-1.module-cluster .module.module-504145.boxCounter.template-1.picture-template-1.module-picture.basic-mod.auto-layout p:before,
.module.module-504145.boxCounter.template-1.picture-template-1.module-picture.basic-mod.auto-layout p:before {
  content: "";
  background: #9e4322;
  height: 30px;
  width: 1px;
  display: block;
  position: relative;
}
/*** CUSTOM CSS FROM BDD MODULE 500775 ***/
.zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500775.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-sector .sector-item,
.module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500775.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-sector .sector-item,
.module.module-500775.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-sector .sector-item {
  position: relative;
}
.zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500775.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-sector .sector-item .picture:after,
.module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500775.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-sector .sector-item .picture:after,
.module.module-500775.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-sector .sector-item .picture:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 9;
  transition: 0.3s ease;
}
.zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500775.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-sector .sector-item .content,
.module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500775.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-sector .sector-item .content,
.module.module-500775.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-sector .sector-item .content {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 10px;
}
.zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500775.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-sector .sector-item .content *,
.module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500775.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-sector .sector-item .content *,
.module.module-500775.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-sector .sector-item .content * {
  color: white;
}
.zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500775.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-sector .sector-item .content span,
.module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500775.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-sector .sector-item .content span,
.module.module-500775.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-sector .sector-item .content span {
  font-size: 28px;
  line-height: 38px;
  font-weight: 100;
}
.zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500775.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-sector .sector-item:hover .picture:after,
.module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500775.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-sector .sector-item:hover .picture:after,
.module.module-500775.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-sector .sector-item:hover .picture:after {
  background: rgba(0, 0, 0, 0.2);
}
/*** CUSTOM CSS FROM BDD MODULE 500839 ***/
.zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster,
.module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster,
.module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster {
  position: relative;
  gap: 0;
  /*
.module-cms {
    display: flex;
    gap: 0;
    flex-direction: row-reverse;
    border-radius: 4px;
    overflow: hidden;
    padding: 0;

    .picture {
        width: 50%;
    }
}

.info {
    width: 50%;
    height: 100%;

    padding: 80px;
    margin: 0;
    background:white;

    * {
        color: rgb(3, 16, 36);
    }

    .cms-title {
        color: rgb(3, 16, 36);
    }

    .button{
        border-color: rgb(3, 16, 36);
    }


}*/
}
.zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-cms,
.module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-cms,
.module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-cms,
.zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .col,
.module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .col,
.module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .col {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-cms.estimation,
.module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-cms.estimation,
.module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module-cms.estimation {
  justify-content: center;
}
/*** CUSTOM CSS FROM BDD MODULE 500794 ***/
.zone-full_width .module.module-500793.template-1.cluster-template-1.module-cluster .module.module-500794.template-8.structured-cms-template-8.variation-structured-cms-slider.auto-layout.module-structured-cms .content,
.module.module-500793.template-1.cluster-template-1.module-cluster .module.module-500794.template-8.structured-cms-template-8.variation-structured-cms-slider.auto-layout.module-structured-cms .content,
.module.module-500794.template-8.structured-cms-template-8.variation-structured-cms-slider.auto-layout.module-structured-cms .content {
  text-align: left;
  padding-left: 0;
}
.zone-full_width .module.module-500793.template-1.cluster-template-1.module-cluster .module.module-500794.template-8.structured-cms-template-8.variation-structured-cms-slider.auto-layout.module-structured-cms .news-date-wrapper,
.module.module-500793.template-1.cluster-template-1.module-cluster .module.module-500794.template-8.structured-cms-template-8.variation-structured-cms-slider.auto-layout.module-structured-cms .news-date-wrapper,
.module.module-500794.template-8.structured-cms-template-8.variation-structured-cms-slider.auto-layout.module-structured-cms .news-date-wrapper {
  display: none;
}
@media only screen and (max-width: 791px) {
  .zone-full_width .module.module-500793.template-1.cluster-template-1.module-cluster .module.module-500794.template-8.structured-cms-template-8.variation-structured-cms-slider.auto-layout.module-structured-cms .module-header,
  .module.module-500793.template-1.cluster-template-1.module-cluster .module.module-500794.template-8.structured-cms-template-8.variation-structured-cms-slider.auto-layout.module-structured-cms .module-header,
  .module.module-500794.template-8.structured-cms-template-8.variation-structured-cms-slider.auto-layout.module-structured-cms .module-header {
    margin-bottom: 0;
  }
  .zone-full_width .module.module-500793.template-1.cluster-template-1.module-cluster .module.module-500794.template-8.structured-cms-template-8.variation-structured-cms-slider.auto-layout.module-structured-cms .owl-controls,
  .module.module-500793.template-1.cluster-template-1.module-cluster .module.module-500794.template-8.structured-cms-template-8.variation-structured-cms-slider.auto-layout.module-structured-cms .owl-controls,
  .module.module-500794.template-8.structured-cms-template-8.variation-structured-cms-slider.auto-layout.module-structured-cms .owl-controls {
    display: none;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 500757 ***/
.zone-header_left .module.module-500755.template-1.cluster-template-1.variation-menu-burger-open.module-cluster .module.module-500754.right.template-1.cluster-template-1.module-cluster .module.module-500757.template-1.menu-template-1.variation-menu-burger.module-menu.main.column .all_bar .close,
.module.module-500755.template-1.cluster-template-1.variation-menu-burger-open.module-cluster .module.module-500754.right.template-1.cluster-template-1.module-cluster .module.module-500757.template-1.menu-template-1.variation-menu-burger.module-menu.main.column .all_bar .close,
.module.module-500754.right.template-1.cluster-template-1.module-cluster .module.module-500757.template-1.menu-template-1.variation-menu-burger.module-menu.main.column .all_bar .close,
.module.module-500757.template-1.menu-template-1.variation-menu-burger.module-menu.main.column .all_bar .close {
  border: 0.5px solid white !important;
  /* @txt-header */
}
.zone-header_left .module.module-500755.template-1.cluster-template-1.variation-menu-burger-open.module-cluster .module.module-500754.right.template-1.cluster-template-1.module-cluster .module.module-500757.template-1.menu-template-1.variation-menu-burger.module-menu.main.column .all_bar .close .bar-1,
.module.module-500755.template-1.cluster-template-1.variation-menu-burger-open.module-cluster .module.module-500754.right.template-1.cluster-template-1.module-cluster .module.module-500757.template-1.menu-template-1.variation-menu-burger.module-menu.main.column .all_bar .close .bar-1,
.module.module-500754.right.template-1.cluster-template-1.module-cluster .module.module-500757.template-1.menu-template-1.variation-menu-burger.module-menu.main.column .all_bar .close .bar-1,
.module.module-500757.template-1.menu-template-1.variation-menu-burger.module-menu.main.column .all_bar .close .bar-1,
.zone-header_left .module.module-500755.template-1.cluster-template-1.variation-menu-burger-open.module-cluster .module.module-500754.right.template-1.cluster-template-1.module-cluster .module.module-500757.template-1.menu-template-1.variation-menu-burger.module-menu.main.column .all_bar .close .bar-2,
.module.module-500755.template-1.cluster-template-1.variation-menu-burger-open.module-cluster .module.module-500754.right.template-1.cluster-template-1.module-cluster .module.module-500757.template-1.menu-template-1.variation-menu-burger.module-menu.main.column .all_bar .close .bar-2,
.module.module-500754.right.template-1.cluster-template-1.module-cluster .module.module-500757.template-1.menu-template-1.variation-menu-burger.module-menu.main.column .all_bar .close .bar-2,
.module.module-500757.template-1.menu-template-1.variation-menu-burger.module-menu.main.column .all_bar .close .bar-2 {
  background-color: white !important;
}
/*** CUSTOM CSS FROM BDD MODULE 500791 ***/
.zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .background,
.module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .background,
.module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .background,
.module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .background,
.popup-module-cms.popup-module-500791 .background {
  background-attachment: fixed;
}
@media only screen and (max-width: 791px) {
  .zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .background,
  .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .background,
  .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .background,
  .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .background,
  .popup-module-cms.popup-module-500791 .background {
    background-attachment: initial;
  }
}
.zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .background:after,
.module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .background:after,
.module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .background:after,
.module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .background:after,
.popup-module-cms.popup-module-500791 .background:after {
  content: "";
  position: absolute;
  z-index: 9;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .background:before,
.module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .background:before,
.module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .background:before,
.module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .background:before,
.popup-module-cms.popup-module-500791 .background:before {
  display: none;
}
.zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .cms-container,
.module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .cms-container,
.module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .cms-container,
.module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .cms-container,
.popup-module-cms.popup-module-500791 .cms-container {
  max-width: 1200px;
  background: transparent;
  gap: 50px;
  position: relative;
}
.zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .cms-container .picture,
.module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .cms-container .picture,
.module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .cms-container .picture,
.module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .cms-container .picture,
.popup-module-cms.popup-module-500791 .cms-container .picture {
  width: 70%;
}
@media only screen and (max-width: 791px) {
  .zone-full_width .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .cms-container .picture,
  .module.module-500774.template-1.cluster-template-1.module-cluster.bg .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .cms-container .picture,
  .module.module-500839.template-1.cluster-template-1.variation-cluster-slider-cms.module-cluster .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .cms-container .picture,
  .module.module-500791.estimation.template-1.cms-template-1.variation-cms-clip-path.module-cms .cms-container .picture,
  .popup-module-cms.popup-module-500791 .cms-container .picture {
    padding: 0;
    width: auto;
  }
}

