.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'MuseoSans-900';
  font-size: 7rem;
  line-height: 0.8;
}
.display-1 > .mbr-iconfont {
  font-size: 8.75rem;
}
.display-2 {
  font-family: 'MuseoSans-900';
  font-size: 5rem;
  line-height: 0.7;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'MuseoSans-100';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'MuseoSans-900';
  font-size: 3rem;
  line-height: 0.7;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'MuseoSans-100';
  font-size: 2.05rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5625rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.9rem;
    font-size: calc( 3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.0999999999999996rem + (7 - 3.0999999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.64rem;
    font-size: calc( 1.3675rem + (2.05 - 1.3675) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3675rem + (2.05 - 1.3675) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.6rem;
    line-height: 0.8;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 2.1rem;
    line-height: 0.8;
  }
  .display-2 {
    font-size: 2.75rem;
    line-height: 0.8;
  }
  .display-5 {
    line-height: 0.8;
  }
}
/* Buttons */
.btn {
  padding: 1.2rem 1.8rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.8rem 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: #da121a !important;
}
.bg-success {
  background-color: #0f47af !important;
}
.bg-info {
  background-color: #fcdd09 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary {
  border: 0px !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #da121a !important;
  border-color: #da121a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #8a0b10 !important;
  border-color: #8a0b10 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #8a0b10 !important;
  border-color: #8a0b10 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background: #da121a !important;
  color: #ffffff !important;
}
.btn-secondary {
  border: 0px !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #da121a !important;
  border-color: #da121a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8a0b10 !important;
  border-color: #8a0b10 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8a0b10 !important;
  border-color: #8a0b10 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background: #da121a !important;
  color: #ffffff !important;
}
.btn-info {
  border: 0px !important;
}
.btn-info,
.btn-info:active {
  background-color: #fcdd09 !important;
  border-color: #fcdd09 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ac9702 !important;
  border-color: #ac9702 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #ac9702 !important;
  border-color: #ac9702 !important;
}
.btn-info:hover,
.btn-info:focus {
  background: #da121a !important;
  color: #ffffff !important;
}
.btn-success {
  border: 0px !important;
}
.btn-success,
.btn-success:active {
  background-color: #0f47af !important;
  border-color: #0f47af !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #08275f !important;
  border-color: #08275f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #08275f !important;
  border-color: #08275f !important;
}
.btn-success:hover,
.btn-success:focus {
  background: #da121a !important;
  color: #ffffff !important;
}
.btn-warning {
  border: 0px !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #4d4d4d !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d4d4d !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #da121a !important;
  color: #ffffff !important;
}
.btn-danger {
  border: 0px !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background: #da121a !important;
  color: #ffffff !important;
}
.btn-white {
  border: 0px !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #484848 !important;
  box-shadow: none;
}
.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: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #484848 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:hover,
.btn-white:focus {
  background: #da121a !important;
  color: #ffffff !important;
}
.btn-black {
  border: 0px !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:focus {
  background: #da121a !important;
  color: #ffffff !important;
}
.btn-primary-outline {
  position: relative;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #da121a;
  color: #da121a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8a0b10 !important;
  background-color: transparent !important;
  border-color: #8a0b10 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #da121a !important;
  border-color: #da121a !important;
}
.btn-primary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-primary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-secondary-outline {
  position: relative;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #da121a;
  color: #da121a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8a0b10 !important;
  background-color: transparent !important;
  border-color: #8a0b10 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #da121a !important;
  border-color: #da121a !important;
}
.btn-secondary-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-secondary-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-info-outline {
  position: relative;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fcdd09;
  color: #fcdd09;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ac9702 !important;
  background-color: transparent !important;
  border-color: #ac9702 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #060500 !important;
  background-color: #fcdd09 !important;
  border-color: #fcdd09 !important;
}
.btn-info-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-info-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-success-outline {
  position: relative;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #0f47af;
  color: #0f47af;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #08275f !important;
  background-color: transparent !important;
  border-color: #08275f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0f47af !important;
  border-color: #0f47af !important;
}
.btn-success-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-success-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-warning-outline {
  position: relative;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-warning-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-danger-outline {
  position: relative;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-danger-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-black-outline {
  position: relative;
}
.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-black-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-black-outline:hover:before {
  width: calc(100% - 56px);
}
.btn-white-outline {
  position: relative;
}
.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;
}
.btn-white-outline:before {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 18px;
  transition: all 0.3s;
  width: 0;
  height: 1px;
  background: currentColor;
}
.btn-white-outline:hover:before {
  width: calc(100% - 56px);
}
.text-primary {
  color: #da121a !important;
}
.text-secondary {
  color: #da121a !important;
}
.text-success {
  color: #0f47af !important;
}
.text-info {
  color: #fcdd09 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #da121a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7c0a0f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #072151 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9d8902 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #fafafa !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #da121a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fcdd09;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 15px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #da121a;
  border-color: #da121a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #da121a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fabec1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #4e86f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fef9d3;
}
.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: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'MuseoSans-100';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #da121a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'MuseoSans-100';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #da121a;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #da121a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #da121a;
}
.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: #da121a;
  border-bottom-color: #da121a;
}
.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: #da121a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #da121a !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='%23da121a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uMp814LB7v .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uMp814LB7v .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uMp814LB7v .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-uMp814LB7v .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uMp814LB7v .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-uMp814LB7v .countdown-cont {
  margin: 0 auto;
}
.cid-uMp814LB7v .full-count-container {
  background: #da121a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uMp814LB7v .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uMp814LB7v .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-uMp814LB7v .dot {
    display: none;
  }
  .cid-uMp814LB7v .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-uMp814LB7v .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uMp814LB7v .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uMp814LB7v .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-uMp814LB7v .number {
    font-size: 25px;
  }
  .cid-uMp814LB7v .period {
    font-size: 0.7rem;
  }
}
.cid-uMp814LB7v H2 {
  text-align: right;
}
.cid-uOfcvx8tVU {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-color: #da121a;
}
.cid-uOfcvx8tVU .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uOfcvx8tVU .mbr-section-title {
  color: #ffffff;
}
.cid-uOfcvx8tVU .mbr-section-subtitle {
  margin-top: 16px;
  color: #ffffff;
}
.cid-uOfcvx8tVU .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uOfcvx8tVU .card {
    padding: 1rem !important;
  }
}
.cid-uOfcvx8tVU .card:hover {
  transform: translateY(-1rem);
}
.cid-uOfcvx8tVU .card img {
  max-width: 120px;
  height: auto;
}
.cid-uMp8ud93sU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #da121a;
}
.cid-uMp8ud93sU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMp8ud93sU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMp8ud93sU .content-wrap {
  justify-content: center;
}
.cid-uMp8ud93sU .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uMp8ud93sU .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uMp8ud93sU .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uMp8ud93sU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMp8ud93sU .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uMp8ud93sU .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMp8ud93sU .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uMp8ud93sU .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMp8ud93sU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMp8ud93sU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMp8ud93sU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uMp8ud93sU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #000000;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uMp8ud93sU .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMp8ud93sU .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uMp8ud93sU .mbr-section-title {
  color: #ff8576;
}
.cid-uMp8ud93sU .mbr-copy {
  color: #51565c;
}
.cid-uMp8ud93sU .mbr-copy,
.cid-uMp8ud93sU .copy-wrapper {
  text-align: right;
}
.cid-uMp8ud93sU .mbr-copy,
.cid-uMp8ud93sU .copy-wrapper,
.cid-uMp8ud93sU .social-wrapper {
  color: #fcdd09;
  text-align: center;
}
.cid-uMp8ud93sU .mbr-section-title,
.cid-uMp8ud93sU .logo-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPVIHK8hSI .hidden {
  display: none;
}
.cid-uPVIHK8hSI #superbg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  background-color: #da121a;
}
.cid-uPVIHK8hSI div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  height: 100px;
  background-color: #da121a;
}
.cid-uPVIHK8hSI #breadcrumbs {
  padding-left: 15px;
  font-size: smaller;
}
.cid-uPVIHK8hSI div.imgtest1 {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uPVIHK8hSI div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/obi03.png);
}
.cid-uPVIHK8hSI H10 {
  color: #034e75;
}
.cid-uOfcKkR2qU .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uOfcKkR2qU .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uOfcKkR2qU .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-uOfcKkR2qU .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uOfcKkR2qU .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-uOfcKkR2qU .countdown-cont {
  margin: 0 auto;
}
.cid-uOfcKkR2qU .full-count-container {
  background: #da121a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uOfcKkR2qU .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uOfcKkR2qU .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-uOfcKkR2qU .dot {
    display: none;
  }
  .cid-uOfcKkR2qU .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-uOfcKkR2qU .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uOfcKkR2qU .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uOfcKkR2qU .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-uOfcKkR2qU .number {
    font-size: 25px;
  }
  .cid-uOfcKkR2qU .period {
    font-size: 0.7rem;
  }
}
.cid-uOfcKkR2qU H2 {
  text-align: right;
}
.cid-uOfcLJrG6T {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #da121a;
}
.cid-uOfcLJrG6T .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uOfcLJrG6T .mbr-section-title {
  color: #ffffff;
}
.cid-uOfcLJrG6T .mbr-section-subtitle {
  margin-top: 16px;
  color: #ffffff;
}
.cid-uOfcLJrG6T .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uOfcLJrG6T .card {
    padding: 1rem !important;
  }
}
.cid-uOfcLJrG6T .card:hover {
  transform: translateY(-1rem);
}
.cid-uOfcLJrG6T .card img {
  max-width: 120px;
  height: auto;
}
.cid-uMp8ud93sU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #da121a;
}
.cid-uMp8ud93sU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMp8ud93sU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMp8ud93sU .content-wrap {
  justify-content: center;
}
.cid-uMp8ud93sU .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uMp8ud93sU .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uMp8ud93sU .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uMp8ud93sU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMp8ud93sU .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uMp8ud93sU .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMp8ud93sU .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uMp8ud93sU .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMp8ud93sU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMp8ud93sU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMp8ud93sU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uMp8ud93sU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #000000;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uMp8ud93sU .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMp8ud93sU .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uMp8ud93sU .mbr-section-title {
  color: #ff8576;
}
.cid-uMp8ud93sU .mbr-copy {
  color: #51565c;
}
.cid-uMp8ud93sU .mbr-copy,
.cid-uMp8ud93sU .copy-wrapper {
  text-align: right;
}
.cid-uMp8ud93sU .mbr-copy,
.cid-uMp8ud93sU .copy-wrapper,
.cid-uMp8ud93sU .social-wrapper {
  color: #fcdd09;
  text-align: center;
}
.cid-uMp8ud93sU .mbr-section-title,
.cid-uMp8ud93sU .logo-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-UlbawMSaRR .hidden {
  display: none;
}
.cid-UlbawMSaRR #superbg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  background-color: #da121a;
}
.cid-UlbawMSaRR div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  height: 100px;
  background-color: #da121a;
}
.cid-UlbawMSaRR #breadcrumbs {
  padding-left: 15px;
  font-size: smaller;
}
.cid-UlbawMSaRR div.imgtest1 {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-UlbawMSaRR div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/obi03.png);
}
.cid-UlbawMSaRR H10 {
  color: #034e75;
}
.cid-uPVIVBx33K .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uPVIVBx33K .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uPVIVBx33K .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-uPVIVBx33K .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uPVIVBx33K .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-uPVIVBx33K .countdown-cont {
  margin: 0 auto;
}
.cid-uPVIVBx33K .full-count-container {
  background: #da121a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPVIVBx33K .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPVIVBx33K .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-uPVIVBx33K .dot {
    display: none;
  }
  .cid-uPVIVBx33K .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-uPVIVBx33K .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uPVIVBx33K .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uPVIVBx33K .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-uPVIVBx33K .number {
    font-size: 25px;
  }
  .cid-uPVIVBx33K .period {
    font-size: 0.7rem;
  }
}
.cid-uPVIVBx33K H2 {
  text-align: right;
}
.cid-uPVIVBRMSg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #da121a;
}
.cid-uPVIVBRMSg .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uPVIVBRMSg .mbr-section-title {
  color: #ffffff;
}
.cid-uPVIVBRMSg .mbr-section-subtitle {
  margin-top: 16px;
  color: #ffffff;
}
.cid-uPVIVBRMSg .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-uPVIVBRMSg .card {
    padding: 1rem !important;
  }
}
.cid-uPVIVBRMSg .card:hover {
  transform: translateY(-1rem);
}
.cid-uPVIVBRMSg .card img {
  max-width: 120px;
  height: auto;
}
.cid-uPVIVC4LgF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #da121a;
}
.cid-uPVIVC4LgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPVIVC4LgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPVIVC4LgF .content-wrap {
  justify-content: center;
}
.cid-uPVIVC4LgF .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uPVIVC4LgF .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uPVIVC4LgF .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uPVIVC4LgF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPVIVC4LgF .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uPVIVC4LgF .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPVIVC4LgF .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uPVIVC4LgF .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uPVIVC4LgF .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uPVIVC4LgF .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uPVIVC4LgF .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uPVIVC4LgF .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #000000;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uPVIVC4LgF .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPVIVC4LgF .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uPVIVC4LgF .mbr-section-title {
  color: #ff8576;
}
.cid-uPVIVC4LgF .mbr-copy {
  color: #51565c;
}
.cid-uPVIVC4LgF .mbr-copy,
.cid-uPVIVC4LgF .copy-wrapper {
  text-align: right;
}
.cid-uPVIVC4LgF .mbr-copy,
.cid-uPVIVC4LgF .copy-wrapper,
.cid-uPVIVC4LgF .social-wrapper {
  color: #fcdd09;
  text-align: center;
}
.cid-uPVIVC4LgF .mbr-section-title,
.cid-uPVIVC4LgF .logo-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPVIVCinvk .hidden {
  display: none;
}
.cid-uPVIVCinvk #superbg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  background-color: #da121a;
}
.cid-uPVIVCinvk div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  height: 100px;
  background-color: #da121a;
}
.cid-uPVIVCinvk #breadcrumbs {
  padding-left: 15px;
  font-size: smaller;
}
.cid-uPVIVCinvk div.imgtest1 {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uPVIVCinvk div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/obi03.png);
}
.cid-uPVIVCinvk H10 {
  color: #034e75;
}
.cid-uPVLq41YXC .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uPVLq41YXC .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uPVLq41YXC .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-uPVLq41YXC .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uPVLq41YXC .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-uPVLq41YXC .countdown-cont {
  margin: 0 auto;
}
.cid-uPVLq41YXC .full-count-container {
  background: #da121a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPVLq41YXC .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPVLq41YXC .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-uPVLq41YXC .dot {
    display: none;
  }
  .cid-uPVLq41YXC .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-uPVLq41YXC .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uPVLq41YXC .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uPVLq41YXC .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-uPVLq41YXC .number {
    font-size: 25px;
  }
  .cid-uPVLq41YXC .period {
    font-size: 0.7rem;
  }
}
.cid-uPVLq41YXC H2 {
  text-align: right;
}
.cid-uPVLrIE0hz .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uPVLrIE0hz .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uPVLrIE0hz .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-uPVLrIE0hz .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uPVLrIE0hz .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-uPVLrIE0hz .countdown-cont {
  margin: 0 auto;
}
.cid-uPVLrIE0hz .full-count-container {
  background: #da121a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPVLrIE0hz .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPVLrIE0hz .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-uPVLrIE0hz .dot {
    display: none;
  }
  .cid-uPVLrIE0hz .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-uPVLrIE0hz .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uPVLrIE0hz .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uPVLrIE0hz .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-uPVLrIE0hz .number {
    font-size: 25px;
  }
  .cid-uPVLrIE0hz .period {
    font-size: 0.7rem;
  }
}
.cid-uPVLrIE0hz H2 {
  text-align: right;
}
.cid-uPVLsILxuH .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uPVLsILxuH .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-uPVLsILxuH .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-uPVLsILxuH .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-uPVLsILxuH .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-uPVLsILxuH .countdown-cont {
  margin: 0 auto;
}
.cid-uPVLsILxuH .full-count-container {
  background: #da121a;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPVLsILxuH .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPVLsILxuH .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-uPVLsILxuH .dot {
    display: none;
  }
  .cid-uPVLsILxuH .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-uPVLsILxuH .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-uPVLsILxuH .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-uPVLsILxuH .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-uPVLsILxuH .number {
    font-size: 25px;
  }
  .cid-uPVLsILxuH .period {
    font-size: 0.7rem;
  }
}
.cid-uPVLsILxuH H2 {
  text-align: right;
}
.cid-uMp8ud93sU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #da121a;
}
.cid-uMp8ud93sU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMp8ud93sU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMp8ud93sU .content-wrap {
  justify-content: center;
}
.cid-uMp8ud93sU .title-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uMp8ud93sU .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 100%;
}
.cid-uMp8ud93sU .title-wrapper .logo-wrapper a {
  display: inline-flex;
}
.cid-uMp8ud93sU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMp8ud93sU .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uMp8ud93sU .social-wrapper {
  margin-bottom: 16px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMp8ud93sU .social-wrapper {
    margin-bottom: 46px;
    text-align: left;
  }
}
.cid-uMp8ud93sU .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uMp8ud93sU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uMp8ud93sU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uMp8ud93sU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #ff543d;
}
.cid-uMp8ud93sU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-width: 60px;
  color: #ffffff;
  background-color: #000000;
  font-size: 32px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uMp8ud93sU .copy-wrapper .mbr-copy {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMp8ud93sU .copy-wrapper .mbr-copy {
    width: 100%;
    text-align: left;
  }
}
.cid-uMp8ud93sU .mbr-section-title {
  color: #ff8576;
}
.cid-uMp8ud93sU .mbr-copy {
  color: #51565c;
}
.cid-uMp8ud93sU .mbr-copy,
.cid-uMp8ud93sU .copy-wrapper {
  text-align: right;
}
.cid-uMp8ud93sU .mbr-copy,
.cid-uMp8ud93sU .copy-wrapper,
.cid-uMp8ud93sU .social-wrapper {
  color: #fcdd09;
  text-align: center;
}
.cid-uMp8ud93sU .mbr-section-title,
.cid-uMp8ud93sU .logo-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPVLumql1i .hidden {
  display: none;
}
.cid-uPVLumql1i #superbg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  background-color: #da121a;
}
.cid-uPVLumql1i div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  height: 100px;
  background-color: #da121a;
}
.cid-uPVLumql1i #breadcrumbs {
  padding-left: 15px;
  font-size: smaller;
}
.cid-uPVLumql1i div.imgtest1 {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-uPVLumql1i div.imgtest2 {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  content: url(https://www.unsitepourtous.be/logoscript/obi03.png);
}
.cid-uPVLumql1i H10 {
  color: #034e75;
}
