.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v1g1mHHKmt {
  z-index: 1000;
  width: 100%;
}
.cid-v1g1mHHKmt nav.navbar {
  position: fixed;
}
.cid-v1g1mHHKmt .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v1g1mHHKmt .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1g1mHHKmt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1g1mHHKmt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1g1mHHKmt .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.cid-v1g1mHHKmt .dropdown-item:hover,
.cid-v1g1mHHKmt .dropdown-item:focus {
  background: #000000 !important;
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .dropdown-item:hover span {
  color: white;
}
.cid-v1g1mHHKmt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1g1mHHKmt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1g1mHHKmt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1g1mHHKmt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1g1mHHKmt .nav-link {
  position: relative;
}
.cid-v1g1mHHKmt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .container {
    flex-wrap: nowrap;
  }
}
.cid-v1g1mHHKmt .iconfont-wrapper {
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1g1mHHKmt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1g1mHHKmt .dropdown-menu,
.cid-v1g1mHHKmt .navbar.opened {
  background: #000000 !important;
}
.cid-v1g1mHHKmt .nav-item:focus,
.cid-v1g1mHHKmt .nav-link:focus {
  outline: none;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1g1mHHKmt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1g1mHHKmt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1g1mHHKmt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1g1mHHKmt .navbar.opened {
  transition: all 0.3s;
}
.cid-v1g1mHHKmt .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1g1mHHKmt .navbar .navbar-logo img {
  width: auto;
}
.cid-v1g1mHHKmt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1g1mHHKmt .navbar.collapsed {
  justify-content: center;
}
.cid-v1g1mHHKmt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1g1mHHKmt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1g1mHHKmt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1g1mHHKmt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1g1mHHKmt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1g1mHHKmt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1g1mHHKmt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1g1mHHKmt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1g1mHHKmt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1g1mHHKmt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1g1mHHKmt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1g1mHHKmt .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1g1mHHKmt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1g1mHHKmt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.cid-v1g1mHHKmt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1g1mHHKmt .navbar-brand .navbar-caption:hover,
.cid-v1g1mHHKmt .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1g1mHHKmt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1g1mHHKmt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .dropdown-item.active,
.cid-v1g1mHHKmt .dropdown-item:active {
  background-color: transparent;
}
.cid-v1g1mHHKmt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1g1mHHKmt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1g1mHHKmt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1g1mHHKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1g1mHHKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1g1mHHKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1g1mHHKmt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1g1mHHKmt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1g1mHHKmt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1g1mHHKmt .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1g1mHHKmt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .cid-v1g1mHHKmt .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.cid-v1g1mHHKmt .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1g1mHHKmt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1g1mHHKmt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1g1mHHKmt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1g1mHHKmt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1g1mHHKmt .navbar {
    height: 70px;
  }
  .cid-v1g1mHHKmt .navbar.opened {
    height: auto;
  }
  .cid-v1g1mHHKmt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1g1mHHKmt .navbar-nav {
  margin: 0 auto;
}
.cid-v1g1mHHKmt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1g1mHHKmt .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1g1mHHKmt .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1g1mHHKmt .nav-item .nav-link:hover,
.cid-v1g1mHHKmt .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .nav-item .nav-link:hover::after,
.cid-v1g1mHHKmt .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v1g1mHHKmt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1g1mHHKmt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1g1mHHKmt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1g1mHHKmt .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1g1mHHKmt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1g1mHHKmt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1g1mHHKmt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1g1mHHKmt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1g1mHHKmt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1g1mHHKmt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .cid-v1g1mHHKmt .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .cid-v1g1mHHKmt .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.cid-v1g1mHHKmt .content-wrap {
  min-height: 110px;
}
.cid-v1g2uM9UkZ {
  background-color: #000000;
}
.cid-v1g2uM9UkZ video,
.cid-v1g2uM9UkZ img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cid-v1g2uM9UkZ .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
}
.cid-v1g2uM9UkZ .show {
  visibility: visible;
}
.cid-v1g2uM9UkZ .hide {
  visibility: hidden;
}
.cid-v1g2uM9UkZ video {
  visibility: hidden;
}
.cid-v1g2uM9UkZ .row {
  padding-left: 5% !important;
  padding-right: 5% !important;
}
.cid-v1g2uM9UkZ H3 {
  color: #f7f7f7;
}
.cid-v1g2uM9UkZ H1 {
  color: #ffc091;
}
.cid-v1iHIbGmJe {
  background-color: #ffffff;
  display: block;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .cid-v1iHIbGmJe .carousel {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .cid-v1iHIbGmJe .carousel {
    height: 100vh;
  }
}
.cid-v1iHIbGmJe .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1iHIbGmJe .carousel-item,
.cid-v1iHIbGmJe .carousel-inner {
  height: 100%;
}
.cid-v1iHIbGmJe .carousel-caption {
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-v1iHIbGmJe .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-v1iHIbGmJe .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-v1iHIbGmJe .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-v1iHIbGmJe .mbr-section-btn {
  margin-top: 42px;
}
.cid-v1iHIbGmJe .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v1iHIbGmJe .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v1iHIbGmJe .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-v1iHIbGmJe .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-v1iHIbGmJe .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1iHIbGmJe .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v1iHIbGmJe .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v1iHIbGmJe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v1iHIbGmJe .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-v1iHIbGmJe .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #ffffff !important;
}
.cid-v1iHIbGmJe .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #ffffff !important;
}
.cid-v1iHIbGmJe .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-v1iHIbGmJe .carousel-control {
    display: none !important;
  }
}
.cid-v1iHIbGmJe .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-v1iHIbGmJe .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #ffffff;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-v1iHIbGmJe .carousel-indicators li.active,
.cid-v1iHIbGmJe .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-v1iHIbGmJe .carousel-indicators li::after,
.cid-v1iHIbGmJe .carousel-indicators li::before {
  content: none;
}
.cid-v1iHIbGmJe .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1iHIbGmJe .carousel-indicators {
    display: none !important;
  }
}
.cid-v1iHIbGmJe .mbr-section-text,
.cid-v1iHIbGmJe .mbr-section-btn {
  text-align: center;
}
.cid-v1i4hVD2rs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1i4hVD2rs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1i4hVD2rs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1i4hVD2rs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-v1i4hVD2rs .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1i4hVD2rs .embla__slide .slide-content {
  width: 100%;
}
.cid-v1i4hVD2rs .embla__slide .slide-content .item-wrapper {
  will-change: transform;
  animation: none !important;
}
.cid-v1i4hVD2rs .embla__slide .slide-content .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.cid-v1i4hVD2rs .embla__slide .slide-content .item-wrapper .image-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-v1i4hVD2rs .embla__slide .slide-content .item-wrapper .image-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-v1i4hVD2rs .embla__slide .slide-content .item-wrapper .image-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v1i4hVD2rs .embla__slide .slide-content .item-wrapper .image-wrapper .label-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0 8px 12px;
  background-color: #ffffff;
  border-radius: 0 0 0 12px;
  z-index: 2;
}
.cid-v1i4hVD2rs .embla__slide .slide-content .item-wrapper .image-wrapper .label-wrap .item-label {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-v1i4hVD2rs .embla__slide .slide-content .item-wrapper .image-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 2px #ffffff;
}
.cid-v1i4hVD2rs .embla__slide .slide-content .item-wrapper .image-wrapper .label-wrap::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 4px #ffffff;
}
.cid-v1i4hVD2rs .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v1i4hVD2rs .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v1i4hVD2rs .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-v1i4hVD2rs .embla__slide .slide-content .item-wrapper .item-content .item-btn {
  margin-top: 16px;
}
.cid-v1i4hVD2rs .embla__slide .slide-content .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-v1i4hVD2rs .embla__button--next,
.cid-v1i4hVD2rs .embla__button--prev {
  display: flex;
}
.cid-v1i4hVD2rs .embla__button {
  bottom: 0;
  width: 44px;
  height: 44px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #ffdf7d !important;
  color: #121212 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v1i4hVD2rs .embla__button:hover.embla__button--prev {
  transform: translateX(-5px);
}
.cid-v1i4hVD2rs .embla__button:hover.embla__button--next {
  transform: translateX(5px);
}
.cid-v1i4hVD2rs .embla__button:disabled {
  opacity: .5 !important;
  transform: none !important;
}
.cid-v1i4hVD2rs .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-v1i4hVD2rs .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-v1i4hVD2rs .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 6rem;
}
@media (max-width: 992px) {
  .cid-v1i4hVD2rs .embla {
    padding-bottom: 5rem;
  }
}
.cid-v1i4hVD2rs .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v1i4hVD2rs .embla__viewport {
    padding: 0;
  }
}
.cid-v1i4hVD2rs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1i4hVD2rs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1i4hVD2rs .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1i4hVD2rs .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1i4hVD2rs .item-title {
  color: #ffffff;
}
.cid-v1i4hVD2rs .item-text {
  color: #808080;
}
.cid-v1i4hVD2rs .item-label {
  color: #000000;
}
.cid-v1i4hVD2rs .item-title,
.cid-v1i4hVD2rs .item-btn {
  color: #000000;
  text-align: center;
}
.cid-v1i4ezgQ4h {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1i4ezgQ4h .item-img {
  position: relative;
  overflow: hidden;
}
.cid-v1i4ezgQ4h .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.2;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-v1i4ezgQ4h .item-img:hover img {
  transform: scale(1.15);
}
.cid-v1i4ezgQ4h .item-img:hover:before {
  opacity: 0.5;
}
.cid-v1i4ezgQ4h h5 {
  margin-bottom: 1rem;
}
.cid-v1i4ezgQ4h .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-v1i4ezgQ4h .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-v1i4ezgQ4h img,
.cid-v1i4ezgQ4h .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-v1i4ezgQ4h .item:focus,
.cid-v1i4ezgQ4h span:focus {
  outline: none;
}
.cid-v1i4ezgQ4h .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v1i4ezgQ4h .item {
    margin-bottom: 1rem;
  }
}
.cid-v1i4ezgQ4h .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-v1i4ezgQ4h .mbr-section-title {
  color: #000000;
}
.cid-v1i4ezgQ4h .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-v1i4ezgQ4h .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v1i4ezgQ4h .mbr-text,
.cid-v1i4ezgQ4h .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v1i4ezgQ4h .content-head {
  max-width: 800px;
}
.cid-v1i4mCrO6n {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1i4mCrO6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1i4mCrO6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1i4mCrO6n .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 960px;
  max-width: 960px;
}
@media (max-width: 1440px) {
  .cid-v1i4mCrO6n .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 768px) {
  .cid-v1i4mCrO6n .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1i4mCrO6n .embla__slide .slide-content {
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  width: 100%;
  padding: 12px;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v1i4mCrO6n .embla__slide .slide-content {
    padding: 6px;
  }
}
.cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #cdcddd;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #9797b9;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper {
    padding: 6px;
  }
}
.cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 12px;
}
.cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper .item-img img {
  border: 1px solid #cdcddd;
  height: 680px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper .item-img img {
    height: 540px;
  }
}
@media (max-width: 992px) {
  .cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper .card-box {
    display: block;
    padding: 0 10px;
  }
}
.cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper .card-box .item-title {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper .card-box .item-title {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 50%;
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper .card-box .list {
    width: 100%;
    justify-content: flex-start;
  }
}
.cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper .card-box .list .item-wrap {
  padding: 4px 0;
  margin-left: 40px;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper .card-box .list .item-wrap {
    margin-left: 24px;
  }
  .cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper .card-box .list .item-wrap:first-child {
    margin-left: 0;
  }
}
.cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper .card-box .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper .card-box .list .item-wrap {
    margin-left: 0 !important;
    margin-right: 24px;
  }
  .cid-v1i4mCrO6n .embla__slide .slide-content .item-wrapper .card-box .list .item-wrap:last-child {
    margin-right: 0;
  }
}
.cid-v1i4mCrO6n .embla__button--next,
.cid-v1i4mCrO6n .embla__button--prev {
  display: flex;
}
.cid-v1i4mCrO6n .embla__button {
  bottom: 0;
  width: 44px;
  height: 44px;
  font-size: 20px;
  background-color: #e0e0eb !important;
  color: #49496d !important;
  box-shadow: 0 1px 15px -2px #bcbcd2, 0 0 0 0 #fafafa, inset 0 0.125rem 0.25rem -0.125rem #bcbcd2;
  border: 1px solid #cdcddd !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v1i4mCrO6n .embla__button:hover {
  box-shadow: 0 6px 20px 0 #bcbcd2, 0 0 0 2px #fafafa, inset 0 0.125rem 0.6rem -0.125rem #bcbcd2;
}
.cid-v1i4mCrO6n .embla__button:disabled {
  background-color: #e0e0eb !important;
  color: #49496d !important;
  box-shadow: 0 1px 15px -2px #bcbcd2, 0 0 0 0 #fafafa, inset 0 0.125rem 0.25rem -0.125rem #bcbcd2;
  opacity: .5 !important;
}
.cid-v1i4mCrO6n .embla__button.embla__button--prev {
  margin-left: -59px;
}
.cid-v1i4mCrO6n .embla__button.embla__button--next {
  margin-right: -59px;
}
.cid-v1i4mCrO6n .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 84px;
}
.cid-v1i4mCrO6n .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
.cid-v1i4mCrO6n .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1i4mCrO6n .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1i4mCrO6n .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1i4mCrO6n .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1i4mCrO6n .item-title {
  color: #181824;
  text-align: justify;
}
.cid-v1i4mCrO6n .list {
  color: #49496d;
}
.cid-v1i4pB5pJG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1i4pB5pJG .mbr-section-head {
  margin-bottom: 50px;
}
.cid-v1i4pB5pJG .mbr-section-title {
  color: #000000;
}
.cid-v1i4pB5pJG .mbr-section-subtitle {
  margin-top: 20px;
  color: #e3ebf3;
}
.cid-v1i4pB5pJG .row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
@media (max-width: 767px) {
  .cid-v1i4pB5pJG .row {
    gap: 12px;
  }
}
.cid-v1i4pB5pJG .item-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 50px;
}
@media (max-width: 1399px) {
  .cid-v1i4pB5pJG .item-wrap {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .cid-v1i4pB5pJG .item-wrap {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v1i4pB5pJG .item-wrap {
    padding: 12px;
  }
}
.cid-v1i4pB5pJG .item-title {
  position: relative;
  width: 100%;
  color: #e3ebf3;
  text-align: center;
}
.cid-v1i4pB5pJG .mbr-section-btn {
  position: relative;
  width: 100%;
  transform: translateX(50%);
  opacity: 0;
  transition: .5s;
}
.cid-v1i4pB5pJG .mbr-section-btn .btn {
  min-width: 200px !important;
  min-height: auto;
  aspect-ratio: 1;
  padding: 20px !important;
  border-radius: 50% !important;
}
@media (max-width: 1399px) {
  .cid-v1i4pB5pJG .mbr-section-btn .btn {
    min-width: 150px !important;
    padding: 15px !important;
  }
}
@media (max-width: 767px) {
  .cid-v1i4pB5pJG .mbr-section-btn .btn {
    min-width: 100px !important;
    padding: 10px !important;
  }
}
.cid-v1i4pB5pJG .mbr-section-btn .btn-black:hover {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.cid-v1i4pB5pJG .mbr-text {
  position: relative;
  width: 50%;
  color: #e3ebf3;
  transform: translateX(100%);
  opacity: 0;
  transition: .5s;
}
@media (max-width: 1399px) {
  .cid-v1i4pB5pJG .mbr-text {
    width: 100%;
    transform: translateX(50%);
  }
}
.cid-v1i4pB5pJG .item {
  width: 1px;
  flex-grow: 1;
  min-height: calc(4 * 200px);
  padding: 0 !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .cid-v1i4pB5pJG .item {
    min-height: calc(4 * 150px);
  }
}
@media (max-width: 991px) {
  .cid-v1i4pB5pJG .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-v1i4pB5pJG .item {
    min-height: calc(4 * 80px);
  }
}
.cid-v1i4pB5pJG .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1b1b1b;
  opacity: 0.2;
  transition: .5s;
}
.cid-v1i4pB5pJG .item:nth-child(1) {
  background-image: url("../../../assets/images/egypt-tours-egypt-travel-hurghada-16.jpg");
}
.cid-v1i4pB5pJG .item:nth-child(1) .item-wrap {
  flex-direction: column-reverse;
}
.cid-v1i4pB5pJG .item:nth-child(1) .mbr-section-btn {
  transform: translateX(0) scale(0);
  transition: .8s;
}
.cid-v1i4pB5pJG .item:nth-child(1) .mbr-text {
  transform: translateX(0);
  transition: .8s;
}
.cid-v1i4pB5pJG .item:nth-child(1):hover:before {
  opacity: 0.55;
}
.cid-v1i4pB5pJG .item:nth-child(1):hover .mbr-section-btn {
  transform: translateX(0) scale(1);
  opacity: 1;
}
.cid-v1i4pB5pJG .item:nth-child(1):hover .mbr-text {
  opacity: 1;
}
.cid-v1i4pB5pJG .item:nth-child(2) {
  background-image: url("../../../assets/images/egypt-tours-egypt-travel-nile-cruise-10.jpg");
}
.cid-v1i4pB5pJG .item:nth-child(2):hover:before {
  opacity: 0.55;
}
.cid-v1i4pB5pJG .item:nth-child(2):hover .mbr-section-btn {
  transform: translateX(0);
  opacity: 1;
}
.cid-v1i4pB5pJG .item:nth-child(2):hover .mbr-text {
  transform: translateX(0);
  opacity: 1;
}
.cid-v1g27RNHtv {
  background-color: #ffffff;
}
.cid-v1g27RNHtv .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-v1g27RNHtv .container-nopadding {
  padding: 0px;
}
.cid-v1g27RNHtv .contactBtn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 5001;
}
.cid-v1g27RNHtv .contactBtnFixed {
  position: fixed;
}
.cid-v1g27RNHtv .btn-circle {
  background-color: rgba(35, 35, 35, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 1px;
}
.cid-v1g27RNHtv .btnIconcol {
  color: #ffffff;
}
.cid-v1g27RNHtv .btn-circle:hover {
  background-color: #232323;
}
.cid-v1g27RNHtv .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-v1g27RNHtv .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-v1g27RNHtv .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-v1g27RNHtv .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-v1g27RNHtv .windowFixed {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-v1g27RNHtv .windowBar {
  width: 100%;
  background-color: #000000;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-v1g27RNHtv .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-v1g27RNHtv .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-v1g27RNHtv .windowBar,
  .cid-v1g27RNHtv .contentwindow,
  .cid-v1g27RNHtv .contactwindow {
    border-radius: 0;
  }
}
.cid-v1g27RNHtv .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-v1g27RNHtv .windowBarText {
  display: block;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v1g27RNHtv .btn-form {
  display: initial;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v1g27RNHtv .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v1g27RNHtv .recaptcha-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-v1g27RNHtv .gdpr-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-v1g27RNHtv .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-v1g27RNHtv .send-copy-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-v1g27RNHtv .alert-success {
  background-color: #55e629;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-v1g27RNHtv .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-v1g27RNHtv .mbr-alert-success {
  text-align: center;
}
.cid-v1g27RNHtv .mbr-alert-danger {
  text-align: center;
}
.cid-v1g27RNHtv .message-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .message-topic-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .file-upload-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .form-control {
  padding-top: 5px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 3.2em !important;
}
.cid-v1g27RNHtv .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.2em !important;
}
.cid-v1g27RNHtv .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-v1g27RNHtv .form-control {
  border: 1px solid #000000 !important;
}
.cid-v1g27RNHtv .form-control:hover {
  border: 1px solid #000000 !important;
}
.cid-v1g27RNHtv .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-v1g27RNHtv .showAlerts {
  display: block !important;
}
.cid-v1g27RNHtv .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-v1g27RNHtv .hidden {
  display: none;
}
.cid-v1g27RNHtv .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-v1g27RNHtv .mbr-section-autorespond {
  color: #232323;
  text-align: center;
}
.cid-v1g27RNHtv .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-v1g27RNHtv .mbr-section-alertsuccess {
  text-align: center;
}
.cid-v1g27RNHtv .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-v1g27RNHtv .mbr-section-alerterror {
  text-align: center;
}
.cid-v1g27RNHtv .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-v1g27RNHtv .mbr-section-labels {
  color: #232323;
}
.cid-v1g27RNHtv .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-v1g27RNHtv .uploadBtn {
  padding-top: 17px !important;
  padding-left: 20.75px !important;
  color: #000000 !important;
}
.cid-v1g27RNHtv .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-v1g27RNHtv input[type=file]::file-selector-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v1g27RNHtv input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v1g27RNHtv input[type=file]::-ms-browse {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v1g27RNHtv .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-v1g27RNHtv .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-v1g27RNHtv .show2ndButton {
  display: none ;
}
.cid-v1g27RNHtv input,
.cid-v1g27RNHtv textarea,
.cid-v1g27RNHtv select {
  background-color: #ffffff !important;
}
.cid-v1g27RNHtv textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input:-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input::-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv .btn .mbr-iconfont,
.cid-v1g27RNHtv .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-v1llw6xa5f.popup-builder {
  background-color: #ffffff;
}
.cid-v1llw6xa5f.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v1llw6xa5f.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v1llw6xa5f .modal-content,
.cid-v1llw6xa5f .modal-dialog {
  height: auto;
}
.cid-v1llw6xa5f .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v1llw6xa5f .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v1llw6xa5f .form-wrapper .mbr-form .form-group,
  .cid-v1llw6xa5f .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v1llw6xa5f .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v1llw6xa5f .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1llw6xa5f .mbr-text {
  text-align: center;
}
.cid-v1llw6xa5f .pt-0 {
  padding-top: 0 !important;
}
.cid-v1llw6xa5f .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v1llw6xa5f .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v1llw6xa5f .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v1llw6xa5f .modal-open {
  overflow: hidden;
}
.cid-v1llw6xa5f .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v1llw6xa5f .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v1llw6xa5f .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v1llw6xa5f .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v1llw6xa5f .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v1llw6xa5f .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v1llw6xa5f .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v1llw6xa5f .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v1llw6xa5f .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v1llw6xa5f .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v1llw6xa5f .modal-backdrop.fade {
  opacity: 0;
}
.cid-v1llw6xa5f .modal-backdrop.show {
  opacity: .5;
}
.cid-v1llw6xa5f .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v1llw6xa5f .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v1llw6xa5f .modal-header {
    padding: 1rem;
  }
}
.cid-v1llw6xa5f .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v1llw6xa5f .modal-header .close svg {
  fill: #353535;
}
.cid-v1llw6xa5f .modal-header .close:hover {
  opacity: 1;
}
.cid-v1llw6xa5f .modal-header .close:focus {
  outline: none;
}
.cid-v1llw6xa5f .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v1llw6xa5f .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v1llw6xa5f .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1llw6xa5f .modal-body {
    padding: 1rem;
  }
}
.cid-v1llw6xa5f .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v1llw6xa5f .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1llw6xa5f .modal-footer {
    padding: 1rem;
  }
}
.cid-v1llw6xa5f .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v1llw6xa5f .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v1llw6xa5f .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v1llw6xa5f .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v1llw6xa5f .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v1llw6xa5f .modal-lg,
  .cid-v1llw6xa5f .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v1llw6xa5f .modal-xl {
    max-width: 1140px;
  }
}
.cid-v1llw6xa5f .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v1llw6xa5f .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v1llw6xa5f .form-group {
  margin-bottom: 1rem;
}
.cid-v1llw6xa5f .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v1llw6xa5f .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v1llw6xa5f .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v1llw6xa5f .mbr-section-btn {
  margin: 0;
}
.cid-v1llw6xa5f .mbr-section-btn .btn {
  margin: 0;
}
.cid-v1g23OBOAd .row * {
  width: 130px;
  max-width: 130px;
}
.cid-v1g23OBOAd .menuItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100px;
  z-index: 100002;
}
.cid-v1g23OBOAd .menuItem {
  margin-bottom: 30px;
  height: 130px;
}
.cid-v1g23OBOAd #menuItems {
  width: 100px;
  height: 150px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 10px;
}
.cid-v1g23OBOAd .frame {
  font-size: 1rem!important;
  width: 100px;
  height: 100px;
  border: 0px solid #ffffff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
}
.cid-v1g23OBOAd .menuItem p {
  margin-top: 5px;
}
.cid-v1g23OBOAd .menuItem img {
  width: 75%;
  max-height: 75%;
  object-fit: contain;
}
.cid-v1g23OBOAd #toggle {
  position: absolute;
  top: 69%;
  right: -65px;
  width: 50px;
  height: 38px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.cid-v1g23OBOAd #menu {
  position: fixed;
  top: 15%;
  right: -270px;
  width: 270px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: right 1s;
  z-index: 1000;
  border-radius: 6px 0 0 6px;
  border: 4px solid #ff0000;
  border-right: none;
}
.cid-v1g23OBOAd #toggle::after {
  content: 'Menu';
  position: absolute;
  top: 50%;
  left: -305px;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #000000;
  font-size: 27px;
  width: 150px;
  height: 51px;
  line-height: 30px;
  border-radius: 6px 6px 0 0;
  border: 4px solid #ff0000;
  border-bottom: none;
  padding-left: 38px;
  padding-right: 30px;
  padding-top: 5px;
}
.cid-v1g23OBOAd #menu:hover {
  right: 0;
}
.cid-v1g23OBOAd .menuItem .mbr-fonts-style {
  text-align: center;
  margin-top: 0px;
}
.cid-v1g23OBOAd .menuItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-v1g23OBOAd .menuItem a img {
  max-width: 100px;
  max-height: 100px;
}
.cid-v1g23OBOAd .hidden {
  display: none;
}
.cid-v1g23OBOAd div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://unsitepourtous.be/logo-zen.png);
}
.cid-v1g23OBOAd P {
  color: #ffffff;
}
@media (max-width: 1400px) and (min-width: 768px) {
  .cid-v1g23OBOAd .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-v1g24G9GOR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v1g24G9GOR .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v1g24G9GOR .social-row .soc-item {
  margin: 8px;
}
.cid-v1g24G9GOR .social-row .soc-item a:hover .mbr-iconfont,
.cid-v1g24G9GOR .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v1g24G9GOR .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-v1g24G9GOR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1g24G9GOR .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v1g24G9GOR .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v1g24G9GOR .header-menu li p {
  margin: 0;
}
.cid-v1g24G9GOR .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v1g24G9GOR .mbr-section-title {
  color: #ffffff;
}
.cid-v1g24G9GOR header-menu-item {
  color: #f7f7f7;
}
.cid-v1g1mHHKmt {
  z-index: 1000;
  width: 100%;
}
.cid-v1g1mHHKmt nav.navbar {
  position: fixed;
}
.cid-v1g1mHHKmt .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v1g1mHHKmt .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1g1mHHKmt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1g1mHHKmt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1g1mHHKmt .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.cid-v1g1mHHKmt .dropdown-item:hover,
.cid-v1g1mHHKmt .dropdown-item:focus {
  background: #000000 !important;
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .dropdown-item:hover span {
  color: white;
}
.cid-v1g1mHHKmt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1g1mHHKmt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1g1mHHKmt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1g1mHHKmt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1g1mHHKmt .nav-link {
  position: relative;
}
.cid-v1g1mHHKmt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .container {
    flex-wrap: nowrap;
  }
}
.cid-v1g1mHHKmt .iconfont-wrapper {
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1g1mHHKmt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1g1mHHKmt .dropdown-menu,
.cid-v1g1mHHKmt .navbar.opened {
  background: #000000 !important;
}
.cid-v1g1mHHKmt .nav-item:focus,
.cid-v1g1mHHKmt .nav-link:focus {
  outline: none;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1g1mHHKmt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1g1mHHKmt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1g1mHHKmt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1g1mHHKmt .navbar.opened {
  transition: all 0.3s;
}
.cid-v1g1mHHKmt .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1g1mHHKmt .navbar .navbar-logo img {
  width: auto;
}
.cid-v1g1mHHKmt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1g1mHHKmt .navbar.collapsed {
  justify-content: center;
}
.cid-v1g1mHHKmt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1g1mHHKmt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1g1mHHKmt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1g1mHHKmt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1g1mHHKmt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1g1mHHKmt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1g1mHHKmt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1g1mHHKmt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1g1mHHKmt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1g1mHHKmt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1g1mHHKmt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1g1mHHKmt .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1g1mHHKmt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1g1mHHKmt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.cid-v1g1mHHKmt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1g1mHHKmt .navbar-brand .navbar-caption:hover,
.cid-v1g1mHHKmt .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1g1mHHKmt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1g1mHHKmt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .dropdown-item.active,
.cid-v1g1mHHKmt .dropdown-item:active {
  background-color: transparent;
}
.cid-v1g1mHHKmt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1g1mHHKmt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1g1mHHKmt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1g1mHHKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1g1mHHKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1g1mHHKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1g1mHHKmt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1g1mHHKmt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1g1mHHKmt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1g1mHHKmt .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1g1mHHKmt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .cid-v1g1mHHKmt .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.cid-v1g1mHHKmt .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1g1mHHKmt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1g1mHHKmt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1g1mHHKmt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1g1mHHKmt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1g1mHHKmt .navbar {
    height: 70px;
  }
  .cid-v1g1mHHKmt .navbar.opened {
    height: auto;
  }
  .cid-v1g1mHHKmt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1g1mHHKmt .navbar-nav {
  margin: 0 auto;
}
.cid-v1g1mHHKmt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1g1mHHKmt .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1g1mHHKmt .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1g1mHHKmt .nav-item .nav-link:hover,
.cid-v1g1mHHKmt .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .nav-item .nav-link:hover::after,
.cid-v1g1mHHKmt .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v1g1mHHKmt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1g1mHHKmt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1g1mHHKmt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1g1mHHKmt .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1g1mHHKmt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1g1mHHKmt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1g1mHHKmt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1g1mHHKmt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1g1mHHKmt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1g1mHHKmt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .cid-v1g1mHHKmt .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .cid-v1g1mHHKmt .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.cid-v1g1mHHKmt .content-wrap {
  min-height: 110px;
}
.cid-v1igAsyGMd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v1igAsyGMd .carousel {
  overflow: hidden;
}
@media (min-width: 992px) {
  .cid-v1igAsyGMd .carousel {
    height: 940px;
  }
}
@media (max-width: 768px) {
  .cid-v1igAsyGMd .carousel {
    height: 400px;
  }
}
.cid-v1igAsyGMd .carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-v1igAsyGMd .carousel .carousel-item,
.cid-v1igAsyGMd .carousel .carousel-inner {
  height: 100%;
}
.cid-v1igAsyGMd .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-v1igAsyGMd .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v1igAsyGMd .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v1igAsyGMd .carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.cid-v1igAsyGMd .item-wrapper {
  position: relative;
  text-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1igAsyGMd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v1igAsyGMd .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v1igAsyGMd .row {
  position: relative;
}
.cid-v1igAsyGMd .container {
  margin-bottom: 3px;
}
.cid-v1igAsyGMd .carousel-control {
  color: #ffffff;
  top: 50%;
  width: 100px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 40px;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .8;
}
.cid-v1igAsyGMd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1igAsyGMd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1igAsyGMd .carousel-control {
    top: 70%;
  }
  .cid-v1igAsyGMd .carousel-control.carousel-control-prev {
    margin-left: .5rem;
  }
  .cid-v1igAsyGMd .carousel-control.carousel-control-next {
    margin-right: .5rem;
  }
}
.cid-v1igAsyGMd .buttons-wrap {
  justify-content: start;
}
.cid-v1igAsyGMd .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .cid-v1igAsyGMd .carousel-caption {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cid-v1igAsyGMd .buttons-wrap {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .cid-v1igAsyGMd .buttons-wrap .mbr-section-btn {
    margin-bottom: 10px;
  }
}
.cid-v1igAsyGMd .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v1igAsyGMd .wrap {
  z-index: 9999;
}
.cid-v1igAsyGMd .btnHeader {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  cursor: pointer;
  left: 50%;
  top: 70%;
  border: 1px solid #9a948d;
  justify-content: center;
  transition: border 0.5s ease;
  transform: translateX(-50%);
}
.cid-v1igAsyGMd .btnHeader::before,
.cid-v1igAsyGMd .btnHeader::after {
  content: '';
  width: 102%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: -1%;
}
.cid-v1igAsyGMd .btnHeader::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-v1igAsyGMd .btnHeader:hover::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v1igAsyGMd .btnHeader::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-v1igAsyGMd .btnHeader:hover::after {
  border-top: 1px solid #ffffff;
  border-left-color: #ffffff;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-v1igAsyGMd .img {
  position: relative;
}
.cid-v1igMLhF4t {
  z-index: 1;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v1igMLhF4t .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-v1igMLhF4t .mbr-arrow i {
  color: #ffffff !important;
}
.cid-v1igMLhF4t .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-v1igMLhF4t .input-wrap {
  background: #fcfcfc;
}
.cid-v1igMLhF4t .booking-datepicker .mbr-form {
  width: 100%;
}
.cid-v1igMLhF4t .booking-datepicker .mbr-form .input-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
.cid-v1igMLhF4t .booking-datepicker .mbr-form .input-wrap input {
  border: none;
  position: absolute;
  background: transparent;
  z-index: 2;
  left: -90px;
  top: 25%;
  height: 50%;
  width: calc(100% + 90px);
  color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.cid-v1igMLhF4t .booking-datepicker .mbr-form .input-wrap input.guests-input {
  z-index: 0;
}
.cid-v1igMLhF4t .booking-datepicker .mbr-form .input-wrap input::-webkit-input-placeholder {
  color: transparent;
}
.cid-v1igMLhF4t .booking-datepicker .mbr-form .input-wrap input::-moz-placeholder {
  color: transparent;
}
.cid-v1igMLhF4t .booking-datepicker .mbr-form .input-wrap input:-moz-placeholder {
  color: transparent;
}
.cid-v1igMLhF4t .booking-datepicker .mbr-form .input-wrap input:-ms-input-placeholder {
  color: transparent;
}
.cid-v1igMLhF4t .booking-datepicker .mbr-form .input-wrap .label {
  z-index: 1;
  color: #000000;
}
.cid-v1igMLhF4t .booking-datepicker .mbr-form .input-wrap .date-row {
  display: inline-flex;
  color: #000000;
  z-index: 1;
}
.cid-v1igMLhF4t .booking-datepicker .mbr-form .input-wrap .date-row .day,
.cid-v1igMLhF4t .booking-datepicker .mbr-form .input-wrap .date-row .guests-count {
  margin-bottom: 0;
  margin-right: 1rem;
}
.cid-v1igMLhF4t .booking-datepicker .mbr-form .input-wrap .date-row .date-col {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1igMLhF4t .booking-datepicker .mbr-form .input-wrap .date-row .date-col span:first-child {
  margin-bottom: 1rem;
}
.cid-v1igMLhF4t .booking-datepicker .mbr-form .mbr-section-btn {
  width: 100%;
  display: flex;
}
.cid-v1igMLhF4t .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
  display: flex;
}
.cid-v1igMLhF4t .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
  height: 100%;
  line-height: 18px;
  margin: 0;
  font-weight: 300;
}
.cid-v1igMLhF4t .datepicker {
  background-color: #ffffff;
  color: #000000;
}
.cid-v1igMLhF4t .datepicker .active.day {
  background-color: #2b6477 !important;
  color: #ffffff !important;
}
.cid-v1igMLhF4t .datepicker:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-v1igMLhF4t .email input {
  width: 100%;
  border: none;
  outline: none;
  padding: 10px 15px;
}
.cid-v1igMLhF4t .email input::-webkit-input-placeholder {
  font-weight: 200;
}
.cid-v1igMLhF4t .check-in-input,
.cid-v1igMLhF4t .check-out-input,
.cid-v1igMLhF4t .guests .date-col span {
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-v1igMLhF4t .booking-datepicker input:not(.guests-input):not([name='email']) {
    border-right: 1px solid #cccccc !important;
  }
}
@media (max-width: 767px) {
  .cid-v1igMLhF4t .booking-datepicker .mbr-form .mbr-section-btn {
    justify-content: center;
    padding: 0.5rem 0 0 0;
    margin: 0;
    order: 1;
  }
  .cid-v1igMLhF4t .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn {
    width: 100%;
  }
  .cid-v1igMLhF4t .booking-datepicker .mbr-form .mbr-section-btn .input-group-btn .btn {
    width: 100%;
    padding: 1rem;
  }
  .cid-v1igMLhF4t .input-wrap {
    margin-bottom: 0.5rem;
  }
  .cid-v1igMLhF4t .email input {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1igMLhF4t .datepicker {
    left: 10% !important;
  }
}
.cid-v1igMLhF4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1igMLhF4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1g27RNHtv {
  background-color: #ffffff;
}
.cid-v1g27RNHtv .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-v1g27RNHtv .container-nopadding {
  padding: 0px;
}
.cid-v1g27RNHtv .contactBtn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 5001;
}
.cid-v1g27RNHtv .contactBtnFixed {
  position: fixed;
}
.cid-v1g27RNHtv .btn-circle {
  background-color: rgba(35, 35, 35, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 1px;
}
.cid-v1g27RNHtv .btnIconcol {
  color: #ffffff;
}
.cid-v1g27RNHtv .btn-circle:hover {
  background-color: #232323;
}
.cid-v1g27RNHtv .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-v1g27RNHtv .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-v1g27RNHtv .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-v1g27RNHtv .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-v1g27RNHtv .windowFixed {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-v1g27RNHtv .windowBar {
  width: 100%;
  background-color: #000000;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-v1g27RNHtv .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-v1g27RNHtv .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-v1g27RNHtv .windowBar,
  .cid-v1g27RNHtv .contentwindow,
  .cid-v1g27RNHtv .contactwindow {
    border-radius: 0;
  }
}
.cid-v1g27RNHtv .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-v1g27RNHtv .windowBarText {
  display: block;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v1g27RNHtv .btn-form {
  display: initial;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v1g27RNHtv .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v1g27RNHtv .recaptcha-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-v1g27RNHtv .gdpr-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-v1g27RNHtv .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-v1g27RNHtv .send-copy-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-v1g27RNHtv .alert-success {
  background-color: #55e629;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-v1g27RNHtv .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-v1g27RNHtv .mbr-alert-success {
  text-align: center;
}
.cid-v1g27RNHtv .mbr-alert-danger {
  text-align: center;
}
.cid-v1g27RNHtv .message-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .message-topic-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .file-upload-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .form-control {
  padding-top: 5px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 3.2em !important;
}
.cid-v1g27RNHtv .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.2em !important;
}
.cid-v1g27RNHtv .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-v1g27RNHtv .form-control {
  border: 1px solid #000000 !important;
}
.cid-v1g27RNHtv .form-control:hover {
  border: 1px solid #000000 !important;
}
.cid-v1g27RNHtv .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-v1g27RNHtv .showAlerts {
  display: block !important;
}
.cid-v1g27RNHtv .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-v1g27RNHtv .hidden {
  display: none;
}
.cid-v1g27RNHtv .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-v1g27RNHtv .mbr-section-autorespond {
  color: #232323;
  text-align: center;
}
.cid-v1g27RNHtv .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-v1g27RNHtv .mbr-section-alertsuccess {
  text-align: center;
}
.cid-v1g27RNHtv .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-v1g27RNHtv .mbr-section-alerterror {
  text-align: center;
}
.cid-v1g27RNHtv .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-v1g27RNHtv .mbr-section-labels {
  color: #232323;
}
.cid-v1g27RNHtv .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-v1g27RNHtv .uploadBtn {
  padding-top: 17px !important;
  padding-left: 20.75px !important;
  color: #000000 !important;
}
.cid-v1g27RNHtv .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-v1g27RNHtv input[type=file]::file-selector-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v1g27RNHtv input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v1g27RNHtv input[type=file]::-ms-browse {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v1g27RNHtv .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-v1g27RNHtv .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-v1g27RNHtv .show2ndButton {
  display: none ;
}
.cid-v1g27RNHtv input,
.cid-v1g27RNHtv textarea,
.cid-v1g27RNHtv select {
  background-color: #ffffff !important;
}
.cid-v1g27RNHtv textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input:-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input::-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv .btn .mbr-iconfont,
.cid-v1g27RNHtv .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-v1g23OBOAd .row * {
  width: 130px;
  max-width: 130px;
}
.cid-v1g23OBOAd .menuItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100px;
  z-index: 100002;
}
.cid-v1g23OBOAd .menuItem {
  margin-bottom: 30px;
  height: 130px;
}
.cid-v1g23OBOAd #menuItems {
  width: 100px;
  height: 150px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 10px;
}
.cid-v1g23OBOAd .frame {
  font-size: 1rem!important;
  width: 100px;
  height: 100px;
  border: 0px solid #ffffff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
}
.cid-v1g23OBOAd .menuItem p {
  margin-top: 5px;
}
.cid-v1g23OBOAd .menuItem img {
  width: 75%;
  max-height: 75%;
  object-fit: contain;
}
.cid-v1g23OBOAd #toggle {
  position: absolute;
  top: 69%;
  right: -65px;
  width: 50px;
  height: 38px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.cid-v1g23OBOAd #menu {
  position: fixed;
  top: 15%;
  right: -270px;
  width: 270px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: right 1s;
  z-index: 1000;
  border-radius: 6px 0 0 6px;
  border: 4px solid #ff0000;
  border-right: none;
}
.cid-v1g23OBOAd #toggle::after {
  content: 'Menu';
  position: absolute;
  top: 50%;
  left: -305px;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #000000;
  font-size: 27px;
  width: 150px;
  height: 51px;
  line-height: 30px;
  border-radius: 6px 6px 0 0;
  border: 4px solid #ff0000;
  border-bottom: none;
  padding-left: 38px;
  padding-right: 30px;
  padding-top: 5px;
}
.cid-v1g23OBOAd #menu:hover {
  right: 0;
}
.cid-v1g23OBOAd .menuItem .mbr-fonts-style {
  text-align: center;
  margin-top: 0px;
}
.cid-v1g23OBOAd .menuItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-v1g23OBOAd .menuItem a img {
  max-width: 100px;
  max-height: 100px;
}
.cid-v1g23OBOAd .hidden {
  display: none;
}
.cid-v1g23OBOAd div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://unsitepourtous.be/logo-zen.png);
}
.cid-v1g23OBOAd P {
  color: #ffffff;
}
@media (max-width: 1400px) and (min-width: 768px) {
  .cid-v1g23OBOAd .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-v1g24G9GOR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v1g24G9GOR .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v1g24G9GOR .social-row .soc-item {
  margin: 8px;
}
.cid-v1g24G9GOR .social-row .soc-item a:hover .mbr-iconfont,
.cid-v1g24G9GOR .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v1g24G9GOR .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-v1g24G9GOR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1g24G9GOR .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v1g24G9GOR .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v1g24G9GOR .header-menu li p {
  margin: 0;
}
.cid-v1g24G9GOR .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v1g24G9GOR .mbr-section-title {
  color: #ffffff;
}
.cid-v1g24G9GOR header-menu-item {
  color: #f7f7f7;
}
.cid-v1g1mHHKmt {
  z-index: 1000;
  width: 100%;
}
.cid-v1g1mHHKmt nav.navbar {
  position: fixed;
}
.cid-v1g1mHHKmt .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v1g1mHHKmt .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1g1mHHKmt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1g1mHHKmt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1g1mHHKmt .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.cid-v1g1mHHKmt .dropdown-item:hover,
.cid-v1g1mHHKmt .dropdown-item:focus {
  background: #000000 !important;
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .dropdown-item:hover span {
  color: white;
}
.cid-v1g1mHHKmt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1g1mHHKmt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1g1mHHKmt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1g1mHHKmt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1g1mHHKmt .nav-link {
  position: relative;
}
.cid-v1g1mHHKmt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .container {
    flex-wrap: nowrap;
  }
}
.cid-v1g1mHHKmt .iconfont-wrapper {
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1g1mHHKmt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1g1mHHKmt .dropdown-menu,
.cid-v1g1mHHKmt .navbar.opened {
  background: #000000 !important;
}
.cid-v1g1mHHKmt .nav-item:focus,
.cid-v1g1mHHKmt .nav-link:focus {
  outline: none;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1g1mHHKmt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1g1mHHKmt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1g1mHHKmt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1g1mHHKmt .navbar.opened {
  transition: all 0.3s;
}
.cid-v1g1mHHKmt .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1g1mHHKmt .navbar .navbar-logo img {
  width: auto;
}
.cid-v1g1mHHKmt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1g1mHHKmt .navbar.collapsed {
  justify-content: center;
}
.cid-v1g1mHHKmt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1g1mHHKmt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1g1mHHKmt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1g1mHHKmt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1g1mHHKmt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1g1mHHKmt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1g1mHHKmt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1g1mHHKmt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1g1mHHKmt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1g1mHHKmt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1g1mHHKmt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1g1mHHKmt .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1g1mHHKmt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1g1mHHKmt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.cid-v1g1mHHKmt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1g1mHHKmt .navbar-brand .navbar-caption:hover,
.cid-v1g1mHHKmt .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1g1mHHKmt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1g1mHHKmt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .dropdown-item.active,
.cid-v1g1mHHKmt .dropdown-item:active {
  background-color: transparent;
}
.cid-v1g1mHHKmt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1g1mHHKmt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1g1mHHKmt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1g1mHHKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1g1mHHKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1g1mHHKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1g1mHHKmt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1g1mHHKmt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1g1mHHKmt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1g1mHHKmt .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1g1mHHKmt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .cid-v1g1mHHKmt .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.cid-v1g1mHHKmt .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1g1mHHKmt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1g1mHHKmt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1g1mHHKmt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1g1mHHKmt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1g1mHHKmt .navbar {
    height: 70px;
  }
  .cid-v1g1mHHKmt .navbar.opened {
    height: auto;
  }
  .cid-v1g1mHHKmt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1g1mHHKmt .navbar-nav {
  margin: 0 auto;
}
.cid-v1g1mHHKmt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1g1mHHKmt .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1g1mHHKmt .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1g1mHHKmt .nav-item .nav-link:hover,
.cid-v1g1mHHKmt .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .nav-item .nav-link:hover::after,
.cid-v1g1mHHKmt .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v1g1mHHKmt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1g1mHHKmt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1g1mHHKmt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1g1mHHKmt .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1g1mHHKmt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1g1mHHKmt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1g1mHHKmt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1g1mHHKmt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1g1mHHKmt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1g1mHHKmt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .cid-v1g1mHHKmt .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .cid-v1g1mHHKmt .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.cid-v1g1mHHKmt .content-wrap {
  min-height: 110px;
}
.cid-v1ifvxiOzb {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background-1.jpg");
}
.cid-v1ifvxiOzb .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-v1ifvxiOzb .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-v1ifvxiOzb .card-btn svg {
  transition: all 0.4s;
}
.cid-v1ifvxiOzb .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-v1ifvxiOzb .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-v1ifvxiOzb .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-v1ifvxiOzb .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-v1ifvxiOzb .column {
  display: flex;
  flex-direction: column;
}
.cid-v1ifvxiOzb .mbr-card-title,
.cid-v1ifvxiOzb .mbr-text {
  color: #fafafa;
}
.cid-v1ifvxiOzb .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-v1ifvxiOzb .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-v1ifvxiOzb .mbr-card-title {
  text-align: center;
}
.cid-v1ifvxiOzb .mbr-text {
  text-align: center;
}
.cid-v1g27RNHtv {
  background-color: #ffffff;
}
.cid-v1g27RNHtv .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-v1g27RNHtv .container-nopadding {
  padding: 0px;
}
.cid-v1g27RNHtv .contactBtn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 5001;
}
.cid-v1g27RNHtv .contactBtnFixed {
  position: fixed;
}
.cid-v1g27RNHtv .btn-circle {
  background-color: rgba(35, 35, 35, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 1px;
}
.cid-v1g27RNHtv .btnIconcol {
  color: #ffffff;
}
.cid-v1g27RNHtv .btn-circle:hover {
  background-color: #232323;
}
.cid-v1g27RNHtv .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-v1g27RNHtv .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-v1g27RNHtv .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-v1g27RNHtv .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-v1g27RNHtv .windowFixed {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-v1g27RNHtv .windowBar {
  width: 100%;
  background-color: #000000;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-v1g27RNHtv .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-v1g27RNHtv .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-v1g27RNHtv .windowBar,
  .cid-v1g27RNHtv .contentwindow,
  .cid-v1g27RNHtv .contactwindow {
    border-radius: 0;
  }
}
.cid-v1g27RNHtv .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-v1g27RNHtv .windowBarText {
  display: block;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v1g27RNHtv .btn-form {
  display: initial;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v1g27RNHtv .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v1g27RNHtv .recaptcha-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-v1g27RNHtv .gdpr-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-v1g27RNHtv .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-v1g27RNHtv .send-copy-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-v1g27RNHtv .alert-success {
  background-color: #55e629;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-v1g27RNHtv .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-v1g27RNHtv .mbr-alert-success {
  text-align: center;
}
.cid-v1g27RNHtv .mbr-alert-danger {
  text-align: center;
}
.cid-v1g27RNHtv .message-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .message-topic-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .file-upload-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .form-control {
  padding-top: 5px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 3.2em !important;
}
.cid-v1g27RNHtv .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.2em !important;
}
.cid-v1g27RNHtv .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-v1g27RNHtv .form-control {
  border: 1px solid #000000 !important;
}
.cid-v1g27RNHtv .form-control:hover {
  border: 1px solid #000000 !important;
}
.cid-v1g27RNHtv .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-v1g27RNHtv .showAlerts {
  display: block !important;
}
.cid-v1g27RNHtv .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-v1g27RNHtv .hidden {
  display: none;
}
.cid-v1g27RNHtv .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-v1g27RNHtv .mbr-section-autorespond {
  color: #232323;
  text-align: center;
}
.cid-v1g27RNHtv .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-v1g27RNHtv .mbr-section-alertsuccess {
  text-align: center;
}
.cid-v1g27RNHtv .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-v1g27RNHtv .mbr-section-alerterror {
  text-align: center;
}
.cid-v1g27RNHtv .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-v1g27RNHtv .mbr-section-labels {
  color: #232323;
}
.cid-v1g27RNHtv .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-v1g27RNHtv .uploadBtn {
  padding-top: 17px !important;
  padding-left: 20.75px !important;
  color: #000000 !important;
}
.cid-v1g27RNHtv .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-v1g27RNHtv input[type=file]::file-selector-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v1g27RNHtv input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v1g27RNHtv input[type=file]::-ms-browse {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v1g27RNHtv .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-v1g27RNHtv .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-v1g27RNHtv .show2ndButton {
  display: none ;
}
.cid-v1g27RNHtv input,
.cid-v1g27RNHtv textarea,
.cid-v1g27RNHtv select {
  background-color: #ffffff !important;
}
.cid-v1g27RNHtv textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input:-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input::-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv .btn .mbr-iconfont,
.cid-v1g27RNHtv .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-v1g23OBOAd .row * {
  width: 130px;
  max-width: 130px;
}
.cid-v1g23OBOAd .menuItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100px;
  z-index: 100002;
}
.cid-v1g23OBOAd .menuItem {
  margin-bottom: 30px;
  height: 130px;
}
.cid-v1g23OBOAd #menuItems {
  width: 100px;
  height: 150px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 10px;
}
.cid-v1g23OBOAd .frame {
  font-size: 1rem!important;
  width: 100px;
  height: 100px;
  border: 0px solid #ffffff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
}
.cid-v1g23OBOAd .menuItem p {
  margin-top: 5px;
}
.cid-v1g23OBOAd .menuItem img {
  width: 75%;
  max-height: 75%;
  object-fit: contain;
}
.cid-v1g23OBOAd #toggle {
  position: absolute;
  top: 69%;
  right: -65px;
  width: 50px;
  height: 38px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.cid-v1g23OBOAd #menu {
  position: fixed;
  top: 15%;
  right: -270px;
  width: 270px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: right 1s;
  z-index: 1000;
  border-radius: 6px 0 0 6px;
  border: 4px solid #ff0000;
  border-right: none;
}
.cid-v1g23OBOAd #toggle::after {
  content: 'Menu';
  position: absolute;
  top: 50%;
  left: -305px;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #000000;
  font-size: 27px;
  width: 150px;
  height: 51px;
  line-height: 30px;
  border-radius: 6px 6px 0 0;
  border: 4px solid #ff0000;
  border-bottom: none;
  padding-left: 38px;
  padding-right: 30px;
  padding-top: 5px;
}
.cid-v1g23OBOAd #menu:hover {
  right: 0;
}
.cid-v1g23OBOAd .menuItem .mbr-fonts-style {
  text-align: center;
  margin-top: 0px;
}
.cid-v1g23OBOAd .menuItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-v1g23OBOAd .menuItem a img {
  max-width: 100px;
  max-height: 100px;
}
.cid-v1g23OBOAd .hidden {
  display: none;
}
.cid-v1g23OBOAd div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://unsitepourtous.be/logo-zen.png);
}
.cid-v1g23OBOAd P {
  color: #ffffff;
}
@media (max-width: 1400px) and (min-width: 768px) {
  .cid-v1g23OBOAd .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-v1g24G9GOR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v1g24G9GOR .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v1g24G9GOR .social-row .soc-item {
  margin: 8px;
}
.cid-v1g24G9GOR .social-row .soc-item a:hover .mbr-iconfont,
.cid-v1g24G9GOR .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v1g24G9GOR .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-v1g24G9GOR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1g24G9GOR .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v1g24G9GOR .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v1g24G9GOR .header-menu li p {
  margin: 0;
}
.cid-v1g24G9GOR .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v1g24G9GOR .mbr-section-title {
  color: #ffffff;
}
.cid-v1g24G9GOR header-menu-item {
  color: #f7f7f7;
}
.cid-v1g1mHHKmt {
  z-index: 1000;
  width: 100%;
}
.cid-v1g1mHHKmt nav.navbar {
  position: fixed;
}
.cid-v1g1mHHKmt .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v1g1mHHKmt .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1g1mHHKmt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1g1mHHKmt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1g1mHHKmt .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.cid-v1g1mHHKmt .dropdown-item:hover,
.cid-v1g1mHHKmt .dropdown-item:focus {
  background: #000000 !important;
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .dropdown-item:hover span {
  color: white;
}
.cid-v1g1mHHKmt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1g1mHHKmt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1g1mHHKmt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1g1mHHKmt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1g1mHHKmt .nav-link {
  position: relative;
}
.cid-v1g1mHHKmt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .container {
    flex-wrap: nowrap;
  }
}
.cid-v1g1mHHKmt .iconfont-wrapper {
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1g1mHHKmt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1g1mHHKmt .dropdown-menu,
.cid-v1g1mHHKmt .navbar.opened {
  background: #000000 !important;
}
.cid-v1g1mHHKmt .nav-item:focus,
.cid-v1g1mHHKmt .nav-link:focus {
  outline: none;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1g1mHHKmt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1g1mHHKmt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1g1mHHKmt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1g1mHHKmt .navbar.opened {
  transition: all 0.3s;
}
.cid-v1g1mHHKmt .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1g1mHHKmt .navbar .navbar-logo img {
  width: auto;
}
.cid-v1g1mHHKmt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1g1mHHKmt .navbar.collapsed {
  justify-content: center;
}
.cid-v1g1mHHKmt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1g1mHHKmt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1g1mHHKmt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1g1mHHKmt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1g1mHHKmt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1g1mHHKmt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1g1mHHKmt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1g1mHHKmt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1g1mHHKmt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1g1mHHKmt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1g1mHHKmt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1g1mHHKmt .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1g1mHHKmt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1g1mHHKmt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.cid-v1g1mHHKmt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1g1mHHKmt .navbar-brand .navbar-caption:hover,
.cid-v1g1mHHKmt .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1g1mHHKmt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1g1mHHKmt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .dropdown-item.active,
.cid-v1g1mHHKmt .dropdown-item:active {
  background-color: transparent;
}
.cid-v1g1mHHKmt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1g1mHHKmt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1g1mHHKmt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1g1mHHKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1g1mHHKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1g1mHHKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1g1mHHKmt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1g1mHHKmt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1g1mHHKmt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1g1mHHKmt .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1g1mHHKmt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .cid-v1g1mHHKmt .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.cid-v1g1mHHKmt .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1g1mHHKmt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1g1mHHKmt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1g1mHHKmt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1g1mHHKmt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1g1mHHKmt .navbar {
    height: 70px;
  }
  .cid-v1g1mHHKmt .navbar.opened {
    height: auto;
  }
  .cid-v1g1mHHKmt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1g1mHHKmt .navbar-nav {
  margin: 0 auto;
}
.cid-v1g1mHHKmt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1g1mHHKmt .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1g1mHHKmt .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1g1mHHKmt .nav-item .nav-link:hover,
.cid-v1g1mHHKmt .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .nav-item .nav-link:hover::after,
.cid-v1g1mHHKmt .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v1g1mHHKmt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1g1mHHKmt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1g1mHHKmt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1g1mHHKmt .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1g1mHHKmt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1g1mHHKmt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1g1mHHKmt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1g1mHHKmt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1g1mHHKmt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1g1mHHKmt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .cid-v1g1mHHKmt .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .cid-v1g1mHHKmt .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.cid-v1g1mHHKmt .content-wrap {
  min-height: 110px;
}
.cid-v1g3NUIji9 {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-v1g3NUIji9 .card .card-img {
  overflow: hidden;
}
.cid-v1g3NUIji9 .card .card-img img {
  transition: all 0.5s;
}
.cid-v1g3NUIji9 .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v1g3NUIji9 .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-v1g3NUIji9 .card {
  height: 100%;
}
.cid-v1g3NUIji9 .card .card-wrapper {
  height: 100%;
}
.cid-v1g3NUIji9 .card .card-wrapper .card-img {
  border-radius: 0;
}
.cid-v1g3NUIji9 .card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-v1g3NUIji9 .card .card-box .card-title {
  margin: 0;
}
.cid-v1g3NUIji9 .card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1g3NUIji9 .card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-v1g3NUIji9 .card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-v1g3NUIji9 .card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-v1g3NUIji9 .card .card-footer {
  background: #ffffff;
  margin-top: 1rem;
  padding: 0;
  padding-top: 1rem;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1g3NUIji9 .card .card-footer .icons-list {
  margin: 0;
}
.cid-v1g3NUIji9 .card .card-footer .icons-list li {
  margin-right: 1rem;
}
.cid-v1g3NUIji9 .card .card-footer .icons-list li .mbr-iconfont {
  font-size: 25px;
  color: #767676;
}
.cid-v1g3NUIji9 .card .card-footer .link .link-text {
  display: inline-block;
}
.cid-v1g3NUIji9 .card .card-footer .link .mbr-iconfont {
  font-size: 12px;
}
.cid-v1g3NUIji9 .card-box {
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 1px 1px;
}
.cid-v1g3NUIji9 .card-footer {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .cid-v1g3NUIji9 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1g3NUIji9 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-v1g3NUIji9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1g3NUIji9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1g3NUIji9 .card-title,
.cid-v1g3NUIji9 .card-info {
  text-align: center;
}
.cid-v1g3NUIji9 .card-text,
.cid-v1g3NUIji9 .card-btn {
  text-align: center;
}
.cid-v1g4OIeQDw.popup-builder {
  background-color: #ffffff;
}
.cid-v1g4OIeQDw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v1g4OIeQDw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v1g4OIeQDw .modal-content,
.cid-v1g4OIeQDw .modal-dialog {
  height: auto;
}
.cid-v1g4OIeQDw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v1g4OIeQDw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v1g4OIeQDw .form-wrapper .mbr-form .form-group,
  .cid-v1g4OIeQDw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v1g4OIeQDw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v1g4OIeQDw .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1g4OIeQDw .mbr-text {
  text-align: center;
}
.cid-v1g4OIeQDw .pt-0 {
  padding-top: 0 !important;
}
.cid-v1g4OIeQDw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v1g4OIeQDw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v1g4OIeQDw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v1g4OIeQDw .modal-open {
  overflow: hidden;
}
.cid-v1g4OIeQDw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v1g4OIeQDw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v1g4OIeQDw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v1g4OIeQDw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v1g4OIeQDw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v1g4OIeQDw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v1g4OIeQDw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v1g4OIeQDw .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v1g4OIeQDw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v1g4OIeQDw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v1g4OIeQDw .modal-backdrop.fade {
  opacity: 0;
}
.cid-v1g4OIeQDw .modal-backdrop.show {
  opacity: .5;
}
.cid-v1g4OIeQDw .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v1g4OIeQDw .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v1g4OIeQDw .modal-header {
    padding: 1rem;
  }
}
.cid-v1g4OIeQDw .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v1g4OIeQDw .modal-header .close svg {
  fill: #353535;
}
.cid-v1g4OIeQDw .modal-header .close:hover {
  opacity: 1;
}
.cid-v1g4OIeQDw .modal-header .close:focus {
  outline: none;
}
.cid-v1g4OIeQDw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v1g4OIeQDw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v1g4OIeQDw .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1g4OIeQDw .modal-body {
    padding: 1rem;
  }
}
.cid-v1g4OIeQDw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v1g4OIeQDw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1g4OIeQDw .modal-footer {
    padding: 1rem;
  }
}
.cid-v1g4OIeQDw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v1g4OIeQDw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v1g4OIeQDw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v1g4OIeQDw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v1g4OIeQDw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v1g4OIeQDw .modal-lg,
  .cid-v1g4OIeQDw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v1g4OIeQDw .modal-xl {
    max-width: 1140px;
  }
}
.cid-v1g4OIeQDw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v1g4OIeQDw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v1g4OIeQDw .form-group {
  margin-bottom: 1rem;
}
.cid-v1g4OIeQDw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v1g4OIeQDw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v1g4OIeQDw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v1g4OIeQDw .mbr-section-btn {
  margin: 0;
}
.cid-v1g4OIeQDw .mbr-section-btn .btn {
  margin: 0;
}
.cid-v1g4OIeQDw LABEL {
  text-align: justify;
}
.cid-v1g27RNHtv {
  background-color: #ffffff;
}
.cid-v1g27RNHtv .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-v1g27RNHtv .container-nopadding {
  padding: 0px;
}
.cid-v1g27RNHtv .contactBtn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 5001;
}
.cid-v1g27RNHtv .contactBtnFixed {
  position: fixed;
}
.cid-v1g27RNHtv .btn-circle {
  background-color: rgba(35, 35, 35, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 1px;
}
.cid-v1g27RNHtv .btnIconcol {
  color: #ffffff;
}
.cid-v1g27RNHtv .btn-circle:hover {
  background-color: #232323;
}
.cid-v1g27RNHtv .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-v1g27RNHtv .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-v1g27RNHtv .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-v1g27RNHtv .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-v1g27RNHtv .windowFixed {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-v1g27RNHtv .windowBar {
  width: 100%;
  background-color: #000000;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-v1g27RNHtv .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-v1g27RNHtv .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-v1g27RNHtv .windowBar,
  .cid-v1g27RNHtv .contentwindow,
  .cid-v1g27RNHtv .contactwindow {
    border-radius: 0;
  }
}
.cid-v1g27RNHtv .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-v1g27RNHtv .windowBarText {
  display: block;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v1g27RNHtv .btn-form {
  display: initial;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v1g27RNHtv .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v1g27RNHtv .recaptcha-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-v1g27RNHtv .gdpr-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-v1g27RNHtv .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-v1g27RNHtv .send-copy-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-v1g27RNHtv .alert-success {
  background-color: #55e629;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-v1g27RNHtv .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-v1g27RNHtv .mbr-alert-success {
  text-align: center;
}
.cid-v1g27RNHtv .mbr-alert-danger {
  text-align: center;
}
.cid-v1g27RNHtv .message-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .message-topic-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .file-upload-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .form-control {
  padding-top: 5px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 3.2em !important;
}
.cid-v1g27RNHtv .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.2em !important;
}
.cid-v1g27RNHtv .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-v1g27RNHtv .form-control {
  border: 1px solid #000000 !important;
}
.cid-v1g27RNHtv .form-control:hover {
  border: 1px solid #000000 !important;
}
.cid-v1g27RNHtv .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-v1g27RNHtv .showAlerts {
  display: block !important;
}
.cid-v1g27RNHtv .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-v1g27RNHtv .hidden {
  display: none;
}
.cid-v1g27RNHtv .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-v1g27RNHtv .mbr-section-autorespond {
  color: #232323;
  text-align: center;
}
.cid-v1g27RNHtv .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-v1g27RNHtv .mbr-section-alertsuccess {
  text-align: center;
}
.cid-v1g27RNHtv .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-v1g27RNHtv .mbr-section-alerterror {
  text-align: center;
}
.cid-v1g27RNHtv .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-v1g27RNHtv .mbr-section-labels {
  color: #232323;
}
.cid-v1g27RNHtv .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-v1g27RNHtv .uploadBtn {
  padding-top: 17px !important;
  padding-left: 20.75px !important;
  color: #000000 !important;
}
.cid-v1g27RNHtv .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-v1g27RNHtv input[type=file]::file-selector-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v1g27RNHtv input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v1g27RNHtv input[type=file]::-ms-browse {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v1g27RNHtv .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-v1g27RNHtv .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-v1g27RNHtv .show2ndButton {
  display: none ;
}
.cid-v1g27RNHtv input,
.cid-v1g27RNHtv textarea,
.cid-v1g27RNHtv select {
  background-color: #ffffff !important;
}
.cid-v1g27RNHtv textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input:-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input::-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv .btn .mbr-iconfont,
.cid-v1g27RNHtv .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-v1g23OBOAd .row * {
  width: 130px;
  max-width: 130px;
}
.cid-v1g23OBOAd .menuItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100px;
  z-index: 100002;
}
.cid-v1g23OBOAd .menuItem {
  margin-bottom: 30px;
  height: 130px;
}
.cid-v1g23OBOAd #menuItems {
  width: 100px;
  height: 150px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 10px;
}
.cid-v1g23OBOAd .frame {
  font-size: 1rem!important;
  width: 100px;
  height: 100px;
  border: 0px solid #ffffff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
}
.cid-v1g23OBOAd .menuItem p {
  margin-top: 5px;
}
.cid-v1g23OBOAd .menuItem img {
  width: 75%;
  max-height: 75%;
  object-fit: contain;
}
.cid-v1g23OBOAd #toggle {
  position: absolute;
  top: 69%;
  right: -65px;
  width: 50px;
  height: 38px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.cid-v1g23OBOAd #menu {
  position: fixed;
  top: 15%;
  right: -270px;
  width: 270px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: right 1s;
  z-index: 1000;
  border-radius: 6px 0 0 6px;
  border: 4px solid #ff0000;
  border-right: none;
}
.cid-v1g23OBOAd #toggle::after {
  content: 'Menu';
  position: absolute;
  top: 50%;
  left: -305px;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #000000;
  font-size: 27px;
  width: 150px;
  height: 51px;
  line-height: 30px;
  border-radius: 6px 6px 0 0;
  border: 4px solid #ff0000;
  border-bottom: none;
  padding-left: 38px;
  padding-right: 30px;
  padding-top: 5px;
}
.cid-v1g23OBOAd #menu:hover {
  right: 0;
}
.cid-v1g23OBOAd .menuItem .mbr-fonts-style {
  text-align: center;
  margin-top: 0px;
}
.cid-v1g23OBOAd .menuItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-v1g23OBOAd .menuItem a img {
  max-width: 100px;
  max-height: 100px;
}
.cid-v1g23OBOAd .hidden {
  display: none;
}
.cid-v1g23OBOAd div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://unsitepourtous.be/logo-zen.png);
}
.cid-v1g23OBOAd P {
  color: #ffffff;
}
@media (max-width: 1400px) and (min-width: 768px) {
  .cid-v1g23OBOAd .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-v1g24G9GOR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v1g24G9GOR .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v1g24G9GOR .social-row .soc-item {
  margin: 8px;
}
.cid-v1g24G9GOR .social-row .soc-item a:hover .mbr-iconfont,
.cid-v1g24G9GOR .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v1g24G9GOR .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-v1g24G9GOR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1g24G9GOR .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v1g24G9GOR .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v1g24G9GOR .header-menu li p {
  margin: 0;
}
.cid-v1g24G9GOR .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v1g24G9GOR .mbr-section-title {
  color: #ffffff;
}
.cid-v1g24G9GOR header-menu-item {
  color: #f7f7f7;
}
.cid-v1g1mHHKmt {
  z-index: 1000;
  width: 100%;
}
.cid-v1g1mHHKmt nav.navbar {
  position: fixed;
}
.cid-v1g1mHHKmt .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v1g1mHHKmt .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1g1mHHKmt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1g1mHHKmt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1g1mHHKmt .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.cid-v1g1mHHKmt .dropdown-item:hover,
.cid-v1g1mHHKmt .dropdown-item:focus {
  background: #000000 !important;
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .dropdown-item:hover span {
  color: white;
}
.cid-v1g1mHHKmt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1g1mHHKmt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1g1mHHKmt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1g1mHHKmt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1g1mHHKmt .nav-link {
  position: relative;
}
.cid-v1g1mHHKmt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .container {
    flex-wrap: nowrap;
  }
}
.cid-v1g1mHHKmt .iconfont-wrapper {
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1g1mHHKmt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1g1mHHKmt .dropdown-menu,
.cid-v1g1mHHKmt .navbar.opened {
  background: #000000 !important;
}
.cid-v1g1mHHKmt .nav-item:focus,
.cid-v1g1mHHKmt .nav-link:focus {
  outline: none;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1g1mHHKmt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1g1mHHKmt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1g1mHHKmt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1g1mHHKmt .navbar.opened {
  transition: all 0.3s;
}
.cid-v1g1mHHKmt .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1g1mHHKmt .navbar .navbar-logo img {
  width: auto;
}
.cid-v1g1mHHKmt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1g1mHHKmt .navbar.collapsed {
  justify-content: center;
}
.cid-v1g1mHHKmt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1g1mHHKmt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1g1mHHKmt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1g1mHHKmt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1g1mHHKmt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1g1mHHKmt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1g1mHHKmt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1g1mHHKmt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1g1mHHKmt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1g1mHHKmt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1g1mHHKmt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1g1mHHKmt .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1g1mHHKmt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1g1mHHKmt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.cid-v1g1mHHKmt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1g1mHHKmt .navbar-brand .navbar-caption:hover,
.cid-v1g1mHHKmt .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1g1mHHKmt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1g1mHHKmt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .dropdown-item.active,
.cid-v1g1mHHKmt .dropdown-item:active {
  background-color: transparent;
}
.cid-v1g1mHHKmt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1g1mHHKmt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1g1mHHKmt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1g1mHHKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1g1mHHKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1g1mHHKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1g1mHHKmt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1g1mHHKmt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1g1mHHKmt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1g1mHHKmt .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1g1mHHKmt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .cid-v1g1mHHKmt .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.cid-v1g1mHHKmt .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1g1mHHKmt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1g1mHHKmt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1g1mHHKmt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1g1mHHKmt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1g1mHHKmt .navbar {
    height: 70px;
  }
  .cid-v1g1mHHKmt .navbar.opened {
    height: auto;
  }
  .cid-v1g1mHHKmt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1g1mHHKmt .navbar-nav {
  margin: 0 auto;
}
.cid-v1g1mHHKmt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1g1mHHKmt .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1g1mHHKmt .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1g1mHHKmt .nav-item .nav-link:hover,
.cid-v1g1mHHKmt .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .nav-item .nav-link:hover::after,
.cid-v1g1mHHKmt .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v1g1mHHKmt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1g1mHHKmt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1g1mHHKmt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1g1mHHKmt .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1g1mHHKmt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1g1mHHKmt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1g1mHHKmt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1g1mHHKmt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1g1mHHKmt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1g1mHHKmt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .cid-v1g1mHHKmt .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .cid-v1g1mHHKmt .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.cid-v1g1mHHKmt .content-wrap {
  min-height: 110px;
}
.cid-v1iEznFYWT {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1iEznFYWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1iEznFYWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1iEznFYWT .col-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cid-v1iEznFYWT .col-title {
    margin-bottom: 50px;
  }
}
.cid-v1iEznFYWT .mbr-section-title {
  color: #2B2B2B;
}
.cid-v1iEznFYWT .mbr-section-main-subtitle {
  color: #5F6AD4;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-v1iEznFYWT .mbr-section-main-subtitle {
    margin-top: 16px;
  }
}
.cid-v1iEznFYWT .col-text {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-v1iEznFYWT .col-text {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .cid-v1iEznFYWT .col-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cid-v1iEznFYWT .text-container1 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-v1iEznFYWT .text-container1 {
    max-width: 340px;
  }
}
.cid-v1iEznFYWT .text-container2 {
  width: 100%;
  padding: 0;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-v1iEznFYWT .text-container2 {
    max-width: 280px;
    padding-left: 40px;
  }
}
.cid-v1iEznFYWT .mbr-section-btn {
  margin-top: 16px;
}
.cid-v1iEznFYWT .mbr-section-btn .btn {
  min-width: 280px;
  min-height: 60px;
}
@media (min-width: 640px) and (max-width: 991px) {
  .cid-v1iEznFYWT .mbr-section-btn {
    margin-top: 8px;
    width: 100%;
  }
  .cid-v1iEznFYWT .mbr-section-btn .btn {
    width: 100%;
    min-width: max-content;
  }
}
.cid-v1iEznFYWT .col-carousel {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-v1iEznFYWT .col-carousel {
    padding-top: 30px;
  }
}
.cid-v1iEznFYWT .col-border .border-line {
  height: 2px;
  background-color: #dfdfd8;
}
.cid-v1iEznFYWT .name-text {
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-v1iEznFYWT .roominess-text {
  color: #78ec80;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-v1iEznFYWT .mbr-text {
  color: #003d59;
  margin-bottom: 0;
  margin-top: 12px;
  text-align: center;
}
.cid-v1iEznFYWT .list {
  color: #2A2A2A;
  margin-top: 20px;
  width: 100%;
}
.cid-v1iEznFYWT .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-v1iEznFYWT .list-item:not(:first-child) {
  margin-top: 12px;
}
.cid-v1iEznFYWT .list-text {
  flex-grow: 1;
  color: #2A2A2A;
  margin-bottom: 0;
}
.cid-v1iEznFYWT .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-v1iEznFYWT .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #78ec80;
}
.cid-v1iEznFYWT .price-text {
  color: #2A2A2A;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
}
.cid-v1iEznFYWT .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
}
.cid-v1iEznFYWT .carousel img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-v1iEznFYWT .carousel {
    height: 385px;
  }
}
@media (max-width: 991px) {
  .cid-v1iEznFYWT .carousel {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .cid-v1iEznFYWT .carousel {
    height: 280px;
  }
}
.cid-v1iEznFYWT .carousel-inner {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 16px;
}
.cid-v1iEznFYWT .carousel-item {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}
.cid-v1iEznFYWT .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v1iEznFYWT .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v1iEznFYWT .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v1iEznFYWT .carousel-control {
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 16px;
  background-color: #dfdfd8;
  color: #2B2B2B !important;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1 !important;
}
.cid-v1iEznFYWT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 16px;
}
.cid-v1iEznFYWT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 16px;
}
.cid-v1iEznFYWT .carousel-control:hover {
  background-color: #646464;
  color: #FFFFFF !important;
}
.cid-v1iEznFYWT .carousel-indicators {
  display: none !important;
}
.cid-v1iEznFYWT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1iEznFYWT .name-text,
.cid-v1iEznFYWT .mbr-section-btn {
  color: #003d59;
  text-align: center;
}
.cid-v1x1GP2IFQ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1x1GP2IFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1x1GP2IFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1x1GP2IFQ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v1x1GP2IFQ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v1x1GP2IFQ .container {
    padding: 0 24px;
  }
}
.cid-v1x1GP2IFQ .row {
  justify-content: center;
}
.cid-v1x1GP2IFQ .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1x1GP2IFQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v1x1GP2IFQ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v1x1GP2IFQ .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1x1GP2IFQ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v1x1GP2IFQ .panel-group .card {
  border-radius: .75rem .75rem 0 0 !important;
  background-color: #fafafa;
  margin-top: -6px;
}
.cid-v1x1GP2IFQ .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v1x1GP2IFQ .panel-group .card:nth-child(2) {
  background-color: #fafafa;
}
.cid-v1x1GP2IFQ .panel-group .card:nth-child(3) {
  background-color: #fafafa;
}
.cid-v1x1GP2IFQ .panel-group .card:nth-child(4) {
  background-color: #fafafa;
}
.cid-v1x1GP2IFQ .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-v1x1GP2IFQ .panel-group .card .card-header .panel-title {
  width: 100%;
  padding: 32px 48px;
  display: block;
}
@media (max-width: 992px) {
  .cid-v1x1GP2IFQ .panel-group .card .card-header .panel-title {
    padding: 24px;
  }
}
.cid-v1x1GP2IFQ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v1x1GP2IFQ .panel-group .card .panel-collapse .panel-body {
  display: flex;
  align-items: center;
  padding: 0 48px 48px;
}
@media (max-width: 992px) {
  .cid-v1x1GP2IFQ .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
    display: block;
  }
}
.cid-v1x1GP2IFQ .panel-group .card .panel-collapse .panel-body .image-wrapper {
  width: 40%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-v1x1GP2IFQ .panel-group .card .panel-collapse .panel-body .image-wrapper {
    margin-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-v1x1GP2IFQ .panel-group .card .panel-collapse .panel-body .image-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-v1x1GP2IFQ .panel-group .card .panel-collapse .panel-body .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v1x1GP2IFQ .panel-group .card .panel-collapse .panel-body .content-wrap {
    width: 100%;
  }
}
.cid-v1x1GP2IFQ .panel-group .card .panel-collapse .panel-body .content-wrap .mbr-title {
  margin-bottom: 32px;
}
.cid-v1x1GP2IFQ .panel-group .card .panel-collapse .panel-body .content-wrap .panel-desc {
  margin-bottom: 30px;
}
.cid-v1x1GP2IFQ .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-v1x1GP2IFQ .mbr-text,
.cid-v1x1GP2IFQ .text-wrapper {
  color: #141414;
  text-align: center;
}
.cid-v1x1GP2IFQ .mbr-title {
  color: #141414;
  text-align: right;
}
.cid-v1x1GP2IFQ .panel-desc {
  color: #141414;
}
.cid-v1x1GP2IFQ .panel-text {
  color: #141414;
  text-align: right;
}
.cid-v1x1GP2IFQ .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-v1iEBKsCGz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1iEBKsCGz .card-wrapper {
  border-radius: 0;
  border: 1px solid #dddfe0;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.21);
  padding: 2rem;
}
.cid-v1iEBKsCGz .card-title {
  font-weight: 600;
}
.cid-v1iEBKsCGz .card-img {
  text-align: left;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
}
.cid-v1iEBKsCGz .card-img span {
  border: 2px solid #5aac98;
  padding: 15.5px;
  border-radius: 70px;
  text-align: center;
  color: #5aac98;
  font-size: 35px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-v1iEBKsCGz .card {
    margin-bottom: 2rem;
  }
}
.cid-v1iEBKsCGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1iEBKsCGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1iEBKsCGz .card-wrapper .card-box .mbr-text,
.cid-v1iEBKsCGz .card-wrapper .card-box .mbr-section-btn,
.cid-v1iEBKsCGz .card-wrapper .card-box .card-img {
  text-align: right;
}
.cid-v1iEBKsCGz .card-wrapper .card-box .card-title,
.cid-v1iEBKsCGz .card-wrapper .card-box .card-img,
.cid-v1iEBKsCGz .card-wrapper .card-box .mbr-section-btn {
  text-align: center;
}
.cid-v1vcZO9wfF {
  background-image: url("../../../assets/images/egypt-tours-egypt-travel-hot-air-baloon-2.jpg");
}
.cid-v1vcZO9wfF .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}
.cid-v1vcZO9wfF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v1vcZO9wfF .button-align {
  text-align: right;
}
.cid-v1vcZO9wfF .mbr-section-btn {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.cid-v1vcZO9wfF .btn {
  margin-top: 20px;
  transition: all .3s !important;
  width: 268px !important;
  height: 268px !important;
}
.cid-v1vcZO9wfF a.btn > span {
  margin-left: 0.5rem;
}
.cid-v1vcZO9wfF a.btn {
  padding: 7.5rem 4rem;
  margin: 0;
  border-radius: 100% !important;
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
}
.cid-v1vcZO9wfF .al {
  display: flex;
  align-items: center;
}
.cid-v1vcZO9wfF a.btn:hover {
  color: #000000 !important;
  background-color: #c0f22c !important;
  border: 2px solid #ffffff !important;
}
.cid-v1vcZO9wfF a {
  font-weight: 500;
  transition: color .3s;
}
.cid-v1vcZO9wfF .mbr-iconfont {
  margin: auto;
  background-color: #c0f22c;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-v1vcZO9wfF .icon-wrapper {
  display: inline;
}
.cid-v1vcZO9wfF .lin {
  display: inline;
  margin-left: 12px;
}
.cid-v1vcZO9wfF .linkMovement {
  margin-top: 130px;
}
@media (max-width: 960px) {
  .cid-v1vcZO9wfF .al {
    flex-direction: column;
  }
  .cid-v1vcZO9wfF .button-align {
    padding-top: 20px;
    text-align: center;
  }
  .cid-v1vcZO9wfF .linkMovement {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    margin-top: 0;
  }
}
.cid-v1xdTcHWiU.popup-builder {
  background-color: #ffffff;
}
.cid-v1xdTcHWiU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v1xdTcHWiU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v1xdTcHWiU .modal-content,
.cid-v1xdTcHWiU .modal-dialog {
  height: auto;
}
.cid-v1xdTcHWiU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v1xdTcHWiU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v1xdTcHWiU .form-wrapper .mbr-form .form-group,
  .cid-v1xdTcHWiU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v1xdTcHWiU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v1xdTcHWiU .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1xdTcHWiU .mbr-text {
  text-align: center;
}
.cid-v1xdTcHWiU .pt-0 {
  padding-top: 0 !important;
}
.cid-v1xdTcHWiU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v1xdTcHWiU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v1xdTcHWiU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v1xdTcHWiU .modal-open {
  overflow: hidden;
}
.cid-v1xdTcHWiU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v1xdTcHWiU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v1xdTcHWiU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v1xdTcHWiU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v1xdTcHWiU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v1xdTcHWiU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v1xdTcHWiU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v1xdTcHWiU .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v1xdTcHWiU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v1xdTcHWiU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v1xdTcHWiU .modal-backdrop.fade {
  opacity: 0;
}
.cid-v1xdTcHWiU .modal-backdrop.show {
  opacity: .5;
}
.cid-v1xdTcHWiU .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v1xdTcHWiU .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v1xdTcHWiU .modal-header {
    padding: 1rem;
  }
}
.cid-v1xdTcHWiU .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v1xdTcHWiU .modal-header .close svg {
  fill: #353535;
}
.cid-v1xdTcHWiU .modal-header .close:hover {
  opacity: 1;
}
.cid-v1xdTcHWiU .modal-header .close:focus {
  outline: none;
}
.cid-v1xdTcHWiU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v1xdTcHWiU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v1xdTcHWiU .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1xdTcHWiU .modal-body {
    padding: 1rem;
  }
}
.cid-v1xdTcHWiU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v1xdTcHWiU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1xdTcHWiU .modal-footer {
    padding: 1rem;
  }
}
.cid-v1xdTcHWiU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v1xdTcHWiU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v1xdTcHWiU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v1xdTcHWiU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v1xdTcHWiU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v1xdTcHWiU .modal-lg,
  .cid-v1xdTcHWiU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v1xdTcHWiU .modal-xl {
    max-width: 1140px;
  }
}
.cid-v1xdTcHWiU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v1xdTcHWiU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v1xdTcHWiU .form-group {
  margin-bottom: 1rem;
}
.cid-v1xdTcHWiU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v1xdTcHWiU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v1xdTcHWiU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v1xdTcHWiU .mbr-section-btn {
  margin: 0;
}
.cid-v1xdTcHWiU .mbr-section-btn .btn {
  margin: 0;
}
.cid-v1g27RNHtv {
  background-color: #ffffff;
}
.cid-v1g27RNHtv .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-v1g27RNHtv .container-nopadding {
  padding: 0px;
}
.cid-v1g27RNHtv .contactBtn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 5001;
}
.cid-v1g27RNHtv .contactBtnFixed {
  position: fixed;
}
.cid-v1g27RNHtv .btn-circle {
  background-color: rgba(35, 35, 35, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 1px;
}
.cid-v1g27RNHtv .btnIconcol {
  color: #ffffff;
}
.cid-v1g27RNHtv .btn-circle:hover {
  background-color: #232323;
}
.cid-v1g27RNHtv .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-v1g27RNHtv .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-v1g27RNHtv .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-v1g27RNHtv .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-v1g27RNHtv .windowFixed {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-v1g27RNHtv .windowBar {
  width: 100%;
  background-color: #000000;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-v1g27RNHtv .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-v1g27RNHtv .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-v1g27RNHtv .windowBar,
  .cid-v1g27RNHtv .contentwindow,
  .cid-v1g27RNHtv .contactwindow {
    border-radius: 0;
  }
}
.cid-v1g27RNHtv .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-v1g27RNHtv .windowBarText {
  display: block;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v1g27RNHtv .btn-form {
  display: initial;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v1g27RNHtv .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v1g27RNHtv .recaptcha-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-v1g27RNHtv .gdpr-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-v1g27RNHtv .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-v1g27RNHtv .send-copy-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-v1g27RNHtv .alert-success {
  background-color: #55e629;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-v1g27RNHtv .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-v1g27RNHtv .mbr-alert-success {
  text-align: center;
}
.cid-v1g27RNHtv .mbr-alert-danger {
  text-align: center;
}
.cid-v1g27RNHtv .message-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .message-topic-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .file-upload-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .form-control {
  padding-top: 5px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 3.2em !important;
}
.cid-v1g27RNHtv .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.2em !important;
}
.cid-v1g27RNHtv .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-v1g27RNHtv .form-control {
  border: 1px solid #000000 !important;
}
.cid-v1g27RNHtv .form-control:hover {
  border: 1px solid #000000 !important;
}
.cid-v1g27RNHtv .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-v1g27RNHtv .showAlerts {
  display: block !important;
}
.cid-v1g27RNHtv .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-v1g27RNHtv .hidden {
  display: none;
}
.cid-v1g27RNHtv .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-v1g27RNHtv .mbr-section-autorespond {
  color: #232323;
  text-align: center;
}
.cid-v1g27RNHtv .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-v1g27RNHtv .mbr-section-alertsuccess {
  text-align: center;
}
.cid-v1g27RNHtv .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-v1g27RNHtv .mbr-section-alerterror {
  text-align: center;
}
.cid-v1g27RNHtv .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-v1g27RNHtv .mbr-section-labels {
  color: #232323;
}
.cid-v1g27RNHtv .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-v1g27RNHtv .uploadBtn {
  padding-top: 17px !important;
  padding-left: 20.75px !important;
  color: #000000 !important;
}
.cid-v1g27RNHtv .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-v1g27RNHtv input[type=file]::file-selector-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v1g27RNHtv input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v1g27RNHtv input[type=file]::-ms-browse {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v1g27RNHtv .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-v1g27RNHtv .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-v1g27RNHtv .show2ndButton {
  display: none ;
}
.cid-v1g27RNHtv input,
.cid-v1g27RNHtv textarea,
.cid-v1g27RNHtv select {
  background-color: #ffffff !important;
}
.cid-v1g27RNHtv textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input:-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input::-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv .btn .mbr-iconfont,
.cid-v1g27RNHtv .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-v1g23OBOAd .row * {
  width: 130px;
  max-width: 130px;
}
.cid-v1g23OBOAd .menuItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100px;
  z-index: 100002;
}
.cid-v1g23OBOAd .menuItem {
  margin-bottom: 30px;
  height: 130px;
}
.cid-v1g23OBOAd #menuItems {
  width: 100px;
  height: 150px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 10px;
}
.cid-v1g23OBOAd .frame {
  font-size: 1rem!important;
  width: 100px;
  height: 100px;
  border: 0px solid #ffffff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
}
.cid-v1g23OBOAd .menuItem p {
  margin-top: 5px;
}
.cid-v1g23OBOAd .menuItem img {
  width: 75%;
  max-height: 75%;
  object-fit: contain;
}
.cid-v1g23OBOAd #toggle {
  position: absolute;
  top: 69%;
  right: -65px;
  width: 50px;
  height: 38px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.cid-v1g23OBOAd #menu {
  position: fixed;
  top: 15%;
  right: -270px;
  width: 270px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: right 1s;
  z-index: 1000;
  border-radius: 6px 0 0 6px;
  border: 4px solid #ff0000;
  border-right: none;
}
.cid-v1g23OBOAd #toggle::after {
  content: 'Menu';
  position: absolute;
  top: 50%;
  left: -305px;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #000000;
  font-size: 27px;
  width: 150px;
  height: 51px;
  line-height: 30px;
  border-radius: 6px 6px 0 0;
  border: 4px solid #ff0000;
  border-bottom: none;
  padding-left: 38px;
  padding-right: 30px;
  padding-top: 5px;
}
.cid-v1g23OBOAd #menu:hover {
  right: 0;
}
.cid-v1g23OBOAd .menuItem .mbr-fonts-style {
  text-align: center;
  margin-top: 0px;
}
.cid-v1g23OBOAd .menuItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-v1g23OBOAd .menuItem a img {
  max-width: 100px;
  max-height: 100px;
}
.cid-v1g23OBOAd .hidden {
  display: none;
}
.cid-v1g23OBOAd div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://unsitepourtous.be/logo-zen.png);
}
.cid-v1g23OBOAd P {
  color: #ffffff;
}
@media (max-width: 1400px) and (min-width: 768px) {
  .cid-v1g23OBOAd .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-v1g24G9GOR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v1g24G9GOR .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v1g24G9GOR .social-row .soc-item {
  margin: 8px;
}
.cid-v1g24G9GOR .social-row .soc-item a:hover .mbr-iconfont,
.cid-v1g24G9GOR .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v1g24G9GOR .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-v1g24G9GOR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1g24G9GOR .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v1g24G9GOR .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v1g24G9GOR .header-menu li p {
  margin: 0;
}
.cid-v1g24G9GOR .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v1g24G9GOR .mbr-section-title {
  color: #ffffff;
}
.cid-v1g24G9GOR header-menu-item {
  color: #f7f7f7;
}
.cid-v1g1mHHKmt {
  z-index: 1000;
  width: 100%;
}
.cid-v1g1mHHKmt nav.navbar {
  position: fixed;
}
.cid-v1g1mHHKmt .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v1g1mHHKmt .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1g1mHHKmt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1g1mHHKmt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v1g1mHHKmt .dropdown-item {
  border: none !important;
  background: #000000 !important;
}
.cid-v1g1mHHKmt .dropdown-item:hover,
.cid-v1g1mHHKmt .dropdown-item:focus {
  background: #000000 !important;
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .dropdown-item:hover span {
  color: white;
}
.cid-v1g1mHHKmt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1g1mHHKmt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1g1mHHKmt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1g1mHHKmt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1g1mHHKmt .nav-link {
  position: relative;
}
.cid-v1g1mHHKmt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .container {
    flex-wrap: nowrap;
  }
}
.cid-v1g1mHHKmt .iconfont-wrapper {
  color: #f7f7f7 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1g1mHHKmt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1g1mHHKmt .dropdown-menu,
.cid-v1g1mHHKmt .navbar.opened {
  background: #000000 !important;
}
.cid-v1g1mHHKmt .nav-item:focus,
.cid-v1g1mHHKmt .nav-link:focus {
  outline: none;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1g1mHHKmt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1g1mHHKmt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1g1mHHKmt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1g1mHHKmt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1g1mHHKmt .navbar.opened {
  transition: all 0.3s;
}
.cid-v1g1mHHKmt .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v1g1mHHKmt .navbar .navbar-logo img {
  width: auto;
}
.cid-v1g1mHHKmt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1g1mHHKmt .navbar.collapsed {
  justify-content: center;
}
.cid-v1g1mHHKmt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1g1mHHKmt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1g1mHHKmt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1g1mHHKmt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1g1mHHKmt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1g1mHHKmt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1g1mHHKmt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1g1mHHKmt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1g1mHHKmt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1g1mHHKmt .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v1g1mHHKmt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1g1mHHKmt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1g1mHHKmt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1g1mHHKmt .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1g1mHHKmt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1g1mHHKmt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.cid-v1g1mHHKmt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-v1g1mHHKmt .navbar-brand .navbar-caption:hover,
.cid-v1g1mHHKmt .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1g1mHHKmt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1g1mHHKmt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .dropdown-item.active,
.cid-v1g1mHHKmt .dropdown-item:active {
  background-color: transparent;
}
.cid-v1g1mHHKmt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1g1mHHKmt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1g1mHHKmt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1g1mHHKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v1g1mHHKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v1g1mHHKmt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1g1mHHKmt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1g1mHHKmt ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1g1mHHKmt ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v1g1mHHKmt .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-v1g1mHHKmt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .cid-v1g1mHHKmt .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.cid-v1g1mHHKmt .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-v1g1mHHKmt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1g1mHHKmt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f7f7f7;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1g1mHHKmt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1g1mHHKmt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1g1mHHKmt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1g1mHHKmt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1g1mHHKmt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1g1mHHKmt .navbar {
    height: 70px;
  }
  .cid-v1g1mHHKmt .navbar.opened {
    height: auto;
  }
  .cid-v1g1mHHKmt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1g1mHHKmt .navbar-nav {
  margin: 0 auto;
}
.cid-v1g1mHHKmt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1g1mHHKmt .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-v1g1mHHKmt .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1g1mHHKmt .nav-item .nav-link:hover,
.cid-v1g1mHHKmt .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffa600 !important;
}
.cid-v1g1mHHKmt .nav-item .nav-link:hover::after,
.cid-v1g1mHHKmt .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v1g1mHHKmt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1g1mHHKmt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1g1mHHKmt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v1g1mHHKmt .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1g1mHHKmt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1g1mHHKmt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1g1mHHKmt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1g1mHHKmt .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v1g1mHHKmt .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v1g1mHHKmt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .cid-v1g1mHHKmt .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .cid-v1g1mHHKmt .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .cid-v1g1mHHKmt .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.cid-v1g1mHHKmt .content-wrap {
  min-height: 110px;
}
.cid-v1iG7dSW5E {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v1iG7dSW5E .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  transition: all 0.3s;
}
.cid-v1iG7dSW5E .card-wrapper:hover {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: -0.6rem;
}
.cid-v1iG7dSW5E p {
  line-height: 1.6;
}
.cid-v1iG7dSW5E .btn {
  border: none;
  background: transparent;
  font-weight: 400 !important;
}
.cid-v1iG7dSW5E .card-title {
  color: #000000;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.5rem;
  text-align: center;
}
.cid-v1iG7dSW5E .card-img {
  overflow: hidden;
  max-height: 280px;
  border-radius: 0;
}
.cid-v1iG7dSW5E img {
  transition: all 0.3s;
}
.cid-v1iG7dSW5E .card-box {
  padding: 1.5rem;
}
.cid-v1iG7dSW5E .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-v1iG7dSW5E .card-box > p,
.cid-v1iG7dSW5E .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v1iG7dSW5E .mbr-section-sub-title {
  text-align: center;
  color: #000000;
}
.cid-v1iG8xS6Jn {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v1iG8xS6Jn img,
.cid-v1iG8xS6Jn .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1iG8xS6Jn .item:focus,
.cid-v1iG8xS6Jn span:focus {
  outline: none;
}
.cid-v1iG8xS6Jn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v1iG8xS6Jn .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-v1iG8xS6Jn .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-v1iG8xS6Jn .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-v1iG8xS6Jn .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-v1iG8xS6Jn .item-content {
    padding: 1rem 0;
  }
}
.cid-v1iG8xS6Jn .mbr-section-title {
  color: #000000;
}
.cid-v1iG8xS6Jn .mbr-text,
.cid-v1iG8xS6Jn .mbr-section-btn {
  text-align: center;
}
.cid-v1iG8xS6Jn .item-title {
  text-align: center;
  color: #000000;
}
.cid-v1iG8xS6Jn .item-subtitle {
  text-align: center;
}
.cid-v1g27RNHtv {
  background-color: #ffffff;
}
.cid-v1g27RNHtv .container {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: right;
}
.cid-v1g27RNHtv .container-nopadding {
  padding: 0px;
}
.cid-v1g27RNHtv .contactBtn {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 5001;
}
.cid-v1g27RNHtv .contactBtnFixed {
  position: fixed;
}
.cid-v1g27RNHtv .btn-circle {
  background-color: rgba(35, 35, 35, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
  margin: .25rem !important;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7);
  border-width: 1px;
}
.cid-v1g27RNHtv .btnIconcol {
  color: #ffffff;
}
.cid-v1g27RNHtv .btn-circle:hover {
  background-color: #232323;
}
.cid-v1g27RNHtv .btn-iconsize {
  line-height: revert !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.7rem !important;
}
@media (max-width: 767px) {
  .cid-v1g27RNHtv .btn-iconsize .btn {
    font-size: 1.7rem !important;
  }
  .cid-v1g27RNHtv .btn-iconsize .btn .mbr-iconfont {
    font-size: 1.7rem !important;
  }
}
.cid-v1g27RNHtv .contactwindow {
  display: inline-block;
  text-align: left;
  width: 400px;
  background-color: #c9e1e7;
  border-color: black !important;
  border-width: 0 !important;
  border-style: solid !important;
  border-radius: 5px !important;
  box-shadow: 0 12px 20px 0 rgba(35, 35, 35, 0.4) !important;
  z-index: 5000;
}
.cid-v1g27RNHtv .windowFixed {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 30px;
  overflow: auto;
  opacity: 0%;
  transition: opacity 1s;
}
.cid-v1g27RNHtv .windowBar {
  width: 100%;
  background-color: #000000;
  color: #fff;
  padding: 5px;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.cid-v1g27RNHtv .close {
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  padding-right: 3px;
  outline: none !important;
  float: right ;
  background-color: transparent;
  border: none;
  font-size: 1.5rem !important;
  line-height: 1;
}
@media (max-width: 560px) {
  .cid-v1g27RNHtv .windowFixed {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .cid-v1g27RNHtv .windowBar,
  .cid-v1g27RNHtv .contentwindow,
  .cid-v1g27RNHtv .contactwindow {
    border-radius: 0;
  }
}
.cid-v1g27RNHtv .windowContent {
  width: 100%;
  padding: 10px;
}
.cid-v1g27RNHtv .windowBarText {
  display: block;
  color: #ffffff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-v1g27RNHtv .btn-form {
  display: initial;
  font-size: 1rem !important;
  font-weight: 400 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v1g27RNHtv .mbr-form .input-group-btn button[type="submit"] {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cid-v1g27RNHtv .recaptcha-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .recaptcha-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-v1g27RNHtv .gdpr-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .gdpr-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-v1g27RNHtv .alert-div {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.cid-v1g27RNHtv .send-copy-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .send-copy-div p {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8rem !important;
  font-weight: 400 !important;
}
.cid-v1g27RNHtv .alert-success {
  background-color: #55e629;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-v1g27RNHtv .alert-danger {
  background-color: #fd000b;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}
.cid-v1g27RNHtv .mbr-alert-success {
  text-align: center;
}
.cid-v1g27RNHtv .mbr-alert-danger {
  text-align: center;
}
.cid-v1g27RNHtv .message-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .message-topic-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .file-upload-div {
  margin-bottom: 0;
}
.cid-v1g27RNHtv .form-control {
  padding-top: 5px !important;
  padding-bottom: 8px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  min-height: 3.2em !important;
}
.cid-v1g27RNHtv .form-control2 {
  color: #000000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.2em !important;
}
.cid-v1g27RNHtv .form-control3 {
  font-size: 15px !important;
  font-weight: 400 !important;
  min-height: 3.5em !important;
}
.cid-v1g27RNHtv .form-control {
  border: 1px solid #000000 !important;
}
.cid-v1g27RNHtv .form-control:hover {
  border: 1px solid #000000 !important;
}
.cid-v1g27RNHtv .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-v1g27RNHtv .showAlerts {
  display: block !important;
}
.cid-v1g27RNHtv .sendBtnCornerRadius {
  border-radius: 7px;
}
.cid-v1g27RNHtv .hidden {
  display: none;
}
.cid-v1g27RNHtv .mbr-section-terms {
  color: #232323;
  text-align: left;
}
.cid-v1g27RNHtv .mbr-section-autorespond {
  color: #232323;
  text-align: center;
}
.cid-v1g27RNHtv .mbr-section-gdpr {
  color: #232323;
  text-align: left;
}
.cid-v1g27RNHtv .mbr-section-alertsuccess {
  text-align: center;
}
.cid-v1g27RNHtv .mbr-section-alertsuccess span {
  vertical-align: middle;
}
.cid-v1g27RNHtv .mbr-section-alerterror {
  text-align: center;
}
.cid-v1g27RNHtv .mbr-section-alerterror span {
  vertical-align: middle;
}
.cid-v1g27RNHtv .mbr-section-labels {
  color: #232323;
}
.cid-v1g27RNHtv .sub-btn-config {
  margin-top: 13px !important;
  margin-bottom: 10px !important;
}
.cid-v1g27RNHtv .uploadBtn {
  padding-top: 17px !important;
  padding-left: 20.75px !important;
  color: #000000 !important;
}
.cid-v1g27RNHtv .MsgTopicXpad {
  padding-left: 6px !important;
}
.cid-v1g27RNHtv input[type=file]::file-selector-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v1g27RNHtv input[type=file]::-webkit-file-upload-button {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v1g27RNHtv input[type=file]::-ms-browse {
  border: 1.25px solid #232323 !important;
  padding-top: 5px;
  padding-bottom: 6.5px;
  padding-left: .4em;
  padding-right: .4em;
  border-radius: .2em;
  background-color: #c9e1e7 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif;
}
.cid-v1g27RNHtv .blockhelp-format {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
}
.cid-v1g27RNHtv .blockhelp-format2 {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  text-align: left;
  color: red;
}
.cid-v1g27RNHtv .show2ndButton {
  display: none ;
}
.cid-v1g27RNHtv input,
.cid-v1g27RNHtv textarea,
.cid-v1g27RNHtv select {
  background-color: #ffffff !important;
}
.cid-v1g27RNHtv textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv textarea::-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv textarea:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input:-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input::-moz-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv input:-ms-input-placeholder {
  color: #767676 !important;
}
.cid-v1g27RNHtv .btn .mbr-iconfont,
.cid-v1g27RNHtv .btn.btn-sm .mbr-iconfont {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: inherit;
  vertical-align: unset;
}
.cid-v1g23OBOAd .row * {
  width: 130px;
  max-width: 130px;
}
.cid-v1g23OBOAd .menuItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100px;
  z-index: 100002;
}
.cid-v1g23OBOAd .menuItem {
  margin-bottom: 30px;
  height: 130px;
}
.cid-v1g23OBOAd #menuItems {
  width: 100px;
  height: 150px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 10px;
}
.cid-v1g23OBOAd .frame {
  font-size: 1rem!important;
  width: 100px;
  height: 100px;
  border: 0px solid #ffffff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
}
.cid-v1g23OBOAd .menuItem p {
  margin-top: 5px;
}
.cid-v1g23OBOAd .menuItem img {
  width: 75%;
  max-height: 75%;
  object-fit: contain;
}
.cid-v1g23OBOAd #toggle {
  position: absolute;
  top: 69%;
  right: -65px;
  width: 50px;
  height: 38px;
  color: #ffffff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.cid-v1g23OBOAd #menu {
  position: fixed;
  top: 15%;
  right: -270px;
  width: 270px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: right 1s;
  z-index: 1000;
  border-radius: 6px 0 0 6px;
  border: 4px solid #ff0000;
  border-right: none;
}
.cid-v1g23OBOAd #toggle::after {
  content: 'Menu';
  position: absolute;
  top: 50%;
  left: -305px;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: #000000;
  font-size: 27px;
  width: 150px;
  height: 51px;
  line-height: 30px;
  border-radius: 6px 6px 0 0;
  border: 4px solid #ff0000;
  border-bottom: none;
  padding-left: 38px;
  padding-right: 30px;
  padding-top: 5px;
}
.cid-v1g23OBOAd #menu:hover {
  right: 0;
}
.cid-v1g23OBOAd .menuItem .mbr-fonts-style {
  text-align: center;
  margin-top: 0px;
}
.cid-v1g23OBOAd .menuItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-v1g23OBOAd .menuItem a img {
  max-width: 100px;
  max-height: 100px;
}
.cid-v1g23OBOAd .hidden {
  display: none;
}
.cid-v1g23OBOAd div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://unsitepourtous.be/logo-zen.png);
}
.cid-v1g23OBOAd P {
  color: #ffffff;
}
@media (max-width: 1400px) and (min-width: 768px) {
  .cid-v1g23OBOAd .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cid-v1g24G9GOR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-v1g24G9GOR .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v1g24G9GOR .social-row .soc-item {
  margin: 8px;
}
.cid-v1g24G9GOR .social-row .soc-item a:hover .mbr-iconfont,
.cid-v1g24G9GOR .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-v1g24G9GOR .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
.cid-v1g24G9GOR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v1g24G9GOR .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v1g24G9GOR .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v1g24G9GOR .header-menu li p {
  margin: 0;
}
.cid-v1g24G9GOR .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v1g24G9GOR .mbr-section-title {
  color: #ffffff;
}
.cid-v1g24G9GOR header-menu-item {
  color: #f7f7f7;
}
