/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

body {
  font-style: normal;
  line-height: 1.4;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1.6;
  word-break: break-word;
  word-wrap: break-word;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.1;
}

.mbr-text {
  font-style: normal;
  line-height: 1.4;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type='hidden'] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

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

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

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

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

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.btn {
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 1px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 1px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 1px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.mbr-section-btn {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

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

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

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

[type='submit'] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

/* Form */
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: '\203a';
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

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

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

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

/* Others*/
.note-check a[data-value=IstokWeb-Regular] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type='range'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: '';
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}


/* Basis-Fließtext */
.text-base {
  font-size: 1rem;      /* entspricht 16px */
  line-height: 1.6;
}

/* Etwas kleinerer Fließtext */
.text-small {
  font-size: 0.875rem;  /* entspricht 14px */
  line-height: 1.5;
}

/* Etwas größerer Fließtext */
.mbr-fonts-style.text-large {
  font-size: 1.4rem !important;
  line-height: 1.7;
}

/* Für größere Schrift in den Buttons oben*/
.header5 .mbr-section-btn .btn {
  font-size: 1.2rem !important;
}

/* Für eine größere Schrift ganz oben (Name) links in der Menüleite*/
.navbar-brand > .navbar-caption.text-large {
  font-size: 1.2rem !important;
  font-family: 'Istok Web', sans-serif !important;
}
.btn,
.mbr-section-btn .btn {
  font-family: 'Istok Web', sans-serif !important;
  font-size: 1rem; /* oder z. B. 1.1rem */
  font-weight: 400; /* wenn du z. B. Light oder Regular willst */
}body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'IstokWeb-Regular';
  font-size: 3.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'IstokWeb-Regular';
  font-size: 2.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'IstokWeb-Regular';
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'IstokWeb-Regular';
  font-size: 1.6rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'IstokWeb-Regular';
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((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: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f7ed4a !important;
}
.bg-success {
  background-color: #d9ff8a !important;
}
.bg-info {
  background-color: #4e7157 !important;
}
.bg-warning {
  background-color: #942c5d !important;
}
.bg-danger {
  background-color: #bd7025 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #02634d !important;
  border-color: #02634d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #001813 !important;
  border-color: #001813 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #001813 !important;
  border-color: #001813 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4e7157 !important;
  border-color: #4e7157 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2f4434 !important;
  border-color: #2f4434 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2f4434 !important;
  border-color: #2f4434 !important;
}
.btn-success,
.btn-success:active {
  background-color: #d9ff8a !important;
  border-color: #d9ff8a !important;
  color: #5d8a00 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #5d8a00 !important;
  background-color: #c0ff3d !important;
  border-color: #c0ff3d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #5d8a00 !important;
  background-color: #c0ff3d !important;
  border-color: #c0ff3d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #942c5d !important;
  border-color: #942c5d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #591a38 !important;
  border-color: #591a38 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #591a38 !important;
  border-color: #591a38 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bd7025 !important;
  border-color: #bd7025 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #7d4a18 !important;
  border-color: #7d4a18 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7d4a18 !important;
  border-color: #7d4a18 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #02634d;
  border-color: #02634d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #02634d !important;
  border-color: #02634d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #243529;
  color: #243529;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #4e7157;
  border-color: #4e7157;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4e7157 !important;
  border-color: #4e7157 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #b8ff24;
  color: #b8ff24;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5d8a00;
  background-color: #d9ff8a;
  border-color: #d9ff8a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #5d8a00 !important;
  background-color: #d9ff8a !important;
  border-color: #d9ff8a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #45152c;
  color: #45152c;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #942c5d;
  border-color: #942c5d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #942c5d !important;
  border-color: #942c5d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #683d14;
  color: #683d14;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #bd7025;
  border-color: #bd7025;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bd7025 !important;
  border-color: #bd7025 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f7ed4a !important;
}
.text-secondary {
  color: #02634d !important;
}
.text-success {
  color: #d9ff8a !important;
}
.text-info {
  color: #4e7157 !important;
}
.text-warning {
  color: #942c5d !important;
}
.text-danger {
  color: #bd7025 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d2c609 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #b8ff24 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #243529 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #45152c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #683d14 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #808080 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4e7157;
}
.alert-warning {
  background-color: #942c5d;
}
.alert-danger {
  background-color: #bd7025;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7ed4a;
  border-color: #f7ed4a;
  color: #585304;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f7ed4a;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #8eb197;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d36c9d;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e5b07c;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'IstokWeb-Regular';
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #f7ed4a;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f7ed4a;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f7ed4a;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f7ed4a;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f7ed4a;
  border-bottom-color: #f7ed4a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f7ed4a !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: #02634d !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23f7ed4a' %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.3;
}
.cid-rOPG7qF4O2 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rOPG7qF4O2 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rOPG7qF4O2 a {
  font-style: normal;
}
.cid-rOPG7qF4O2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rOPG7qF4O2 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rOPG7qF4O2 .nav-item:focus,
.cid-rOPG7qF4O2 .nav-link:focus {
  outline: none;
}
.cid-rOPG7qF4O2 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rOPG7qF4O2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rOPG7qF4O2 .menu-logo {
  margin-right: auto;
}
.cid-rOPG7qF4O2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rOPG7qF4O2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rOPG7qF4O2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rOPG7qF4O2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rOPG7qF4O2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rOPG7qF4O2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rOPG7qF4O2 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rOPG7qF4O2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rOPG7qF4O2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rOPG7qF4O2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rOPG7qF4O2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rOPG7qF4O2 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rOPG7qF4O2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rOPG7qF4O2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rOPG7qF4O2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rOPG7qF4O2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rOPG7qF4O2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rOPG7qF4O2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rOPG7qF4O2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rOPG7qF4O2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rOPG7qF4O2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rOPG7qF4O2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rOPG7qF4O2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rOPG7qF4O2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rOPG7qF4O2 button.navbar-toggler:focus {
  outline: none;
}
.cid-rOPG7qF4O2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rOPG7qF4O2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rOPG7qF4O2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rOPG7qF4O2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rOPG7qF4O2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rOPG7qF4O2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOPG7qF4O2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rOPG7qF4O2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rOPG7qF4O2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOPG7qF4O2 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rOPG7qF4O2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-rOPG7qF4O2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rOPG7qF4O2 .collapsed .navbar-collapse.collapsing,
.cid-rOPG7qF4O2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rOPG7qF4O2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rOPG7qF4O2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rOPG7qF4O2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rOPG7qF4O2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rOPG7qF4O2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rOPG7qF4O2 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rOPG7qF4O2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rOPG7qF4O2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rOPG7qF4O2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rOPG7qF4O2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rOPG7qF4O2 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rOPG7qF4O2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rOPG7qF4O2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rOPG7qF4O2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rOPG7qF4O2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rOPG7qF4O2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rOPG7qF4O2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rOPG7qF4O2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rOPG7qF4O2.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rOPG7qF4O2 img {
    height: 3.8rem !important;
  }
  .cid-rOPG7qF4O2 .btn {
    display: -webkit-flex;
  }
  .cid-rOPG7qF4O2 button.navbar-toggler {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
  }
  .cid-rOPG7qF4O2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rOPG7qF4O2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rOPG7qF4O2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rOPG7qF4O2 .navbar-collapse.collapsing,
  .cid-rOPG7qF4O2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rOPG7qF4O2 .navbar-collapse.collapsing .navbar-nav,
  .cid-rOPG7qF4O2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rOPG7qF4O2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rOPG7qF4O2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rOPG7qF4O2 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rOPG7qF4O2 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rOPG7qF4O2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rOPG7qF4O2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rOPG7qF4O2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rOPG7qF4O2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rOPG7qF4O2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rOPG7qF4O2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rOPG7qF4O2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rOPG7qF4O2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rOPG7qF4O2 .menu-logo {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-rOPG7qF4O2 .menu-logo .navbar-brand {
    margin-left: 0 !important;
    padding: 0;
    width: 100%;
    justify-content: center;
  }
  .cid-rOPG7qF4O2 .menu-logo .navbar-caption-wrap {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rOPG7qF4O2 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rOPG7qF4O2 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rOPG7qF4O2 .nav-link:hover,
.cid-rOPG7qF4O2 .dropdown-item:hover {
  color: #660039 !important;
}
.cid-rOPG7qF4O2 .navbar-nav .nav-link {
  font-weight: bold !important;
}
.cid-rOPG7qF4O2 .collapsed .navbar-brand {
  margin-left: 0 !important;
}
.cid-rOPG7qF4O2 body {
  outline: 2px solid red;
}
.cid-uQG8VWeKdb {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/lufaufnahme-seniorendomizil-am-wildpark-v02-1.jpg");
}
.cid-uQG8VWeKdb .media-container-column {
  align-items: center;
  -webkit-align-items: center;
  line-height: 1.0;
}
.cid-uQG8VWeKdb .mbr-author-desc {
  display: block;
}
.cid-uQG8VWeKdb .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
  overflow: visible !important;
}
.cid-uQG8VWeKdb .mbr-testimonial .panel-item {
  border-radius: 25px 25px 0px 0px;
  background-color: #4e7157;
  position: relative;
  background: linear-gradient(#4e7157, transparent);
}
.cid-uQG8VWeKdb .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uQG8VWeKdb .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 20px;
}
.cid-uQG8VWeKdb .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uQG8VWeKdb .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uQG8VWeKdb .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-uQG8VWeKdb .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uQG8VWeKdb .mbr-text {
  color: #d9ff8a;
}
.cid-uQG8VWeKdb .card-badge {
  position: absolute;
  top: -20px;
  left: -45px;
  right: auto;
  z-index: 10;
  opacity: 0;
  transform-origin: center center;
  will-change: transform, opacity;
  animation: cardBadgeFlyIn 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.cid-uQG8VWeKdb .card-badge img {
  width: 280px !important;
  height: auto !important;
  display: block;
  border-radius: 6px;
}
@keyframes cardBadgeFlyIn {
  0% {
    opacity: 0;
    transform: translate3d(115vw, 60px, 0) rotate(-25deg) scale(0.8);
  }
  55% {
    opacity: 1;
    transform: translate3d(-40px, -12px, 0) rotate(-3deg) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-6deg) scale(1);
  }
}
@keyframes cardBadgeFlyInMobile {
  0% {
    opacity: 0;
    transform: translate3d(90vw, 40px, 0) rotate(-25deg) scale(0.8);
  }
  55% {
    opacity: 1;
    transform: translate3d(-15px, -8px, 0) rotate(-3deg) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(-6deg) scale(1);
  }
}
@media (max-width: 767px) {
  .cid-uQG8VWeKdb .card-badge {
    position: absolute !important;
    top: -50px !important;
    left: -15px !important;
    margin: 0 !important;
    width: 130px !important;
    opacity: 0;
    will-change: transform, opacity;
    animation: cardBadgeFlyInMobile 2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  }
  .cid-uQG8VWeKdb .card-badge img {
    width: 130px !important;
    max-width: 130px !important;
  }
}
.cid-vcnh9G1ppV {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #415947, #21503b);
}
.cid-vcnh9G1ppV H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-vcnh9G1ppV .mbr-text,
.cid-vcnh9G1ppV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vdYirl3I9I {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(60deg, #21503b, #405f44);
}
.cid-us4qRkht0F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #49634f;
}
.cid-us4qRkht0F .main_header {
  margin-top: -195px;
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  background-color: #52755b;
  padding: 107px 8%;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-us4qRkht0F .main_header {
    padding-top: 66px;
  }
  .cid-us4qRkht0F .main_header > .row {
    flex-direction: column;
  }
  .cid-us4qRkht0F .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-us4qRkht0F .mbr-section-title {
  color: #ffffff;
  margin: 25px 2rem 25px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-us4qRkht0F .mbr-section-title {
    text-align: center;
  }
}
.cid-us4qRkht0F .mbr-text {
  margin: 25px 0;
}
.cid-us4qRkht0F .bgImage {
  position: relative;
  width: 100%;
  height: 750px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-us4qRkht0F .bgImage {
    height: 65vh;
  }
}
.cid-us4qRkht0F img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-us4qRkht0F .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-us4qRkht0F .linkBtn a:after,
.cid-us4qRkht0F .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-us4qRkht0F .linkBtn a:before {
  left: 0;
}
.cid-us4qRkht0F .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-us4qRkht0F .linkBtn a:hover:before,
.cid-us4qRkht0F .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-us4qRkht0F .mbr-text,
.cid-us4qRkht0F .linkBtn {
  color: #ffffff;
  text-align: left;
}
.cid-uRrhuTtCqB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #52755b;
}
.cid-uRrhuTtCqB .row {
  justify-content: center;
}
.cid-uRrhuTtCqB .col-title {
  margin-bottom: 2.5rem;
}
.cid-uRrhuTtCqB .mbr-section-title {
  color: #F6B7D2;
}
.cid-uRrhuTtCqB .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-uRrhuTtCqB .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-uRrhuTtCqB .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uRrhuTtCqB .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uRrhuTtCqB .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 480px;
}
@media (max-width: 639px) {
  .cid-uRrhuTtCqB .card {
    min-height: 380px;
  }
}
.cid-uRrhuTtCqB .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uRrhuTtCqB .card:hover .card-title {
  text-decoration: underline;
}
.cid-uRrhuTtCqB .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-uRrhuTtCqB .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-uRrhuTtCqB .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-uRrhuTtCqB .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-uRrhuTtCqB .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-uRrhuTtCqB .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-uRrhuTtCqB .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-uRORfrZi8L {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #964f13;
}
.cid-uRORfrZi8L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRORfrZi8L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRORfrZi8L .container-fluid {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uRORfrZi8L .container-fluid {
    padding: 0 10px;
  }
}
.cid-uRORfrZi8L .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uRORfrZi8L .container {
    padding: 0 10px;
  }
}
.cid-uRORfrZi8L .card {
  padding: 0;
}
.cid-uRORfrZi8L .nav.nav-tabs {
  display: block;
  border: none;
  padding-top: 30px;
}
.cid-uRORfrZi8L .nav.nav-tabs .nav-item {
  margin-bottom: 10px;
}
.cid-uRORfrZi8L .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 16px;
  border: none;
  border-radius: 20px 0 0 20px;
  background-color: #a35d22;
  color: #5a2d00;
  transition: all 0.3s ease-in-out;
}
.cid-uRORfrZi8L .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #d36a0f !important;
  color: #ffffff !important;
}
.cid-uRORfrZi8L .tab-content {
  padding: 20px 70px;
  background-color: #964f13;
  border-radius: 0px;
}
@media (max-width: 992px) {
  .cid-uRORfrZi8L .tab-content {
    padding: 20px 16px;
  }
}
.cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper .content-wrap {
  margin-right: 50px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper .content-wrap {
    width: 100%;
    margin: 0;
  }
}
.cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap {
    margin-bottom: 30px;
  }
}
.cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper .content-wrap .icon-wrap .mbr-iconfont {
  font-size: 144px;
  display: inline-flex;
  color: #fe5115;
}
.cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper .content-wrap .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper .list-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper .list-wrapper .list {
  padding-left: 58px;
  margin-bottom: 10px;
  list-style-type: decimal-leading-zero;
}
.cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price {
  margin-bottom: 10px;
}
.cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-price span {
  color: #d36a0f;
}
.cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time {
  margin-bottom: 0;
}
.cid-uRORfrZi8L .tab-content .tab-pane .content-wrapper .list-wrapper .mbr-time span {
  color: #d36a0f;
}
.cid-uRORfrZi8L .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRORfrZi8L .mbr-text {
  color: #ffffff;
}
.cid-uRORfrZi8L .mbr-section-title {
  color: #ffffff;
}
.cid-uRORfrZi8L .list {
  color: #2b2b2b;
}
.cid-uRORfrZi8L .mbr-price {
  color: #2b2b2b;
}
.cid-uRORfrZi8L .mbr-time {
  color: #2b2b2b;
}
.cid-uRORfrZi8L .mbr-section-subtitle,
.cid-uRORfrZi8L .icon-wrap,
.cid-uRORfrZi8L .mbr-section-btn {
  color: #ffffff;
}
.cid-vqKZxza4eP {
  padding-top: 60px;
  padding-bottom: 15px;
  background-image: url("");
}
.cid-vqKZxza4eP .mbr-text,
.cid-vqKZxza4eP .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vqKZxza4eP H3 {
  text-align: center;
  color: #82786e;
}
.cid-vqKZxza4eP H1 {
  color: #02634d;
}
.cid-vqKZyryaRt {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #e8f7dd;
}
.cid-vqKZyryaRt .mbr-media {
  position: relative;
  display: inline-block;
  max-width: 50%;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
}
.cid-vqKZyryaRt .mbr-media img {
  width: 100%;
  height: auto;
  display: block;
}
.cid-vqKZyryaRt a:hover {
  background-image: none !important;
}
.cid-vqKZyryaRt .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-vqKZyryaRt .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-vqKZyryaRt .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vqKZyryaRt .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vqKZyryaRt .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vqKZyryaRt .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vqKZyryaRt .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vqKZyryaRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vqKZyryaRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vqKZyryaRt .content-head {
  max-width: 800px;
}
.cid-vqKZyryaRt .mbr-section-title {
  color: #000000;
}
.cid-vqKZyryaRt .mbr-section-subtitle {
  color: #02634d;
}
.cid-vqKZyryaRt .mbr-media:hover .mbr-iconfont {
  opacity: 1 !important;
  transition: opacity 0.3s ease;
}
.cid-vqKZyryaRt .mbr-media:hover .icon-wrap {
  transform: translate(-50%, -50%) scale(1.1);
  transition: transform 0.3s ease;
}
.cid-vckRfkcu52 .icon-bar {
  z-index: 100002;
  right: 0.6%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vckRfkcu52 .icon-bar a:hover {
  background-color: #c86000;
  margin-left: -50px;
  width: 100px;
}
.cid-vckRfkcu52 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-vckRfkcu52 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-vckRfkcu52 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-vckRfkcu52 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-vckRfkcu52 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-vckRfkcu52 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-vckRfkcu52 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-vckRfkcu52 .custom1 {
  background: #6e96a1;
  color: white;
  width: 50px;
}
.cid-vckRfkcu52 .custom2 {
  background: #4099a1;
  color: white;
  width: 50px;
}
.cid-vckRfkcu52 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-vckRfkcu52 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-vckRfkcu52 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-vckRfkcu52 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-vckRfkcu52 P {
  color: #232323;
}
.cid-vckRfkcu52 DIV {
  color: #ffffff;
}
.cid-vckRfkcu52 H10 {
  color: #767676;
}
.cid-vckRfkcu52 .hidden {
  display: none;
}
.cid-vckRfkcu52 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-vckRfkcu52 .award-float {
  background: #003a70;
  width: 50px;
  overflow: hidden;
  position: relative;
}
.cid-vckRfkcu52 .award-float .award-text {
  display: none;
}
.cid-vckRfkcu52 .award-float:hover {
  width: 180px !important;
  margin-left: -130px !important;
  background: #003a70 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 8px !important;
}
.cid-vckRfkcu52 .award-float:hover .award-icon {
  display: none;
}
.cid-vckRfkcu52 .award-float:hover .award-text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.3px;
}
.cid-vefyARPGig {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #542647;
}
.cid-vefyARPGig .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vefyARPGig .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vefyARPGig .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vefyARPGig .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vefyARPGig .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vefyARPGig .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vefyARPGig .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vefyARPGig .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vefyARPGig .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vefyARPGig .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vefyARPGig .media-container-row .social-list a:hover {
  opacity: 1;
}
.cid-vefyARPGig .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vefyARPGig .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vefyARPGig .media-container-row .footer-columns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  text-align: left;
}
.cid-vefyARPGig .media-container-row .footer-col--text {
  flex: 1 1 320px;
}
.cid-vefyARPGig .media-container-row .footer-col--badges {
  text-align: left;
}
.cid-vefyARPGig .media-container-row .footer-badges-title {
  margin-bottom: 0.8rem !important;
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.cid-vefyARPGig .media-container-row .footer-badge-img {
  width: 140px;
  height: auto;
  display: block;
}
.cid-vefyARPGig .media-container-row .foot-menu-item {
  font-size: 0.85rem !important;
}
.cid-vefyARPGig .media-container-row .mbr-text {
  color: #efefef;
}
.cid-vefyARPGig .footer-col--text .mbr-text,
.cid-vefyARPGig .footer-col--text .mbr-text a,
.cid-vefyARPGig .footer-col--text .mbr-text b,
.cid-vefyARPGig .footer-col--text .mbr-text i {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 0.9rem !important;
}
.cid-vefyARPGig .media-container-row .mbr-text {
  color: #fddd9b;
  text-align: center;
}
.cid-rP19UPPH1Y .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rP19UPPH1Y .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rP19UPPH1Y a {
  font-style: normal;
}
.cid-rP19UPPH1Y .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rP19UPPH1Y .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rP19UPPH1Y .nav-item:focus,
.cid-rP19UPPH1Y .nav-link:focus {
  outline: none;
}
.cid-rP19UPPH1Y .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rP19UPPH1Y .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rP19UPPH1Y .menu-logo {
  margin-right: auto;
}
.cid-rP19UPPH1Y .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rP19UPPH1Y .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rP19UPPH1Y .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rP19UPPH1Y .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rP19UPPH1Y .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rP19UPPH1Y .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rP19UPPH1Y .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rP19UPPH1Y .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rP19UPPH1Y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rP19UPPH1Y .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rP19UPPH1Y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rP19UPPH1Y .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rP19UPPH1Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rP19UPPH1Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rP19UPPH1Y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rP19UPPH1Y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rP19UPPH1Y .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rP19UPPH1Y .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rP19UPPH1Y .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rP19UPPH1Y .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rP19UPPH1Y .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rP19UPPH1Y .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rP19UPPH1Y .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rP19UPPH1Y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rP19UPPH1Y button.navbar-toggler:focus {
  outline: none;
}
.cid-rP19UPPH1Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rP19UPPH1Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rP19UPPH1Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rP19UPPH1Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rP19UPPH1Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rP19UPPH1Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rP19UPPH1Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rP19UPPH1Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rP19UPPH1Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rP19UPPH1Y .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rP19UPPH1Y .collapsed .btn {
  display: -webkit-flex;
}
.cid-rP19UPPH1Y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rP19UPPH1Y .collapsed .navbar-collapse.collapsing,
.cid-rP19UPPH1Y .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rP19UPPH1Y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rP19UPPH1Y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rP19UPPH1Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rP19UPPH1Y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rP19UPPH1Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rP19UPPH1Y .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rP19UPPH1Y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rP19UPPH1Y .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rP19UPPH1Y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rP19UPPH1Y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rP19UPPH1Y .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rP19UPPH1Y .collapsed button.navbar-toggler {
  display: block;
}
.cid-rP19UPPH1Y .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rP19UPPH1Y .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rP19UPPH1Y .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rP19UPPH1Y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rP19UPPH1Y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rP19UPPH1Y .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rP19UPPH1Y.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rP19UPPH1Y img {
    height: 3.8rem !important;
  }
  .cid-rP19UPPH1Y .btn {
    display: -webkit-flex;
  }
  .cid-rP19UPPH1Y button.navbar-toggler {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
  }
  .cid-rP19UPPH1Y .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rP19UPPH1Y .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rP19UPPH1Y .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rP19UPPH1Y .navbar-collapse.collapsing,
  .cid-rP19UPPH1Y .navbar-collapse.show {
    display: block !important;
  }
  .cid-rP19UPPH1Y .navbar-collapse.collapsing .navbar-nav,
  .cid-rP19UPPH1Y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rP19UPPH1Y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rP19UPPH1Y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rP19UPPH1Y .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rP19UPPH1Y .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rP19UPPH1Y .navbar-collapse.collapsing .navbar-buttons,
  .cid-rP19UPPH1Y .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rP19UPPH1Y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rP19UPPH1Y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rP19UPPH1Y .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rP19UPPH1Y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rP19UPPH1Y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rP19UPPH1Y .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rP19UPPH1Y .menu-logo {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-rP19UPPH1Y .menu-logo .navbar-brand {
    margin-left: 0 !important;
    padding: 0;
    width: 100%;
    justify-content: center;
  }
  .cid-rP19UPPH1Y .menu-logo .navbar-caption-wrap {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rP19UPPH1Y .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rP19UPPH1Y .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rP19UPPH1Y .nav-link:hover,
.cid-rP19UPPH1Y .dropdown-item:hover {
  color: #660039 !important;
}
.cid-rP19UPPH1Y .navbar-nav .nav-link {
  font-weight: bold !important;
}
.cid-rP19UPPH1Y .collapsed .navbar-brand {
  margin-left: 0 !important;
}
.cid-rP19UPPH1Y body {
  outline: 2px solid red;
}
.cid-vf4Ut8hfvS {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/imprint-1.jpg");
}
.cid-vf4Ut8hfvS .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-vf4Ut8hfvS .mbr-author-desc {
  display: block;
}
.cid-vf4Ut8hfvS .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-vf4Ut8hfvS .mbr-testimonial .panel-item {
  border-radius: 25px 25px 0px 0px;
  background-color: #416248;
  background: linear-gradient(#416248, transparent);
}
.cid-vf4Ut8hfvS .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-vf4Ut8hfvS .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 20px;
}
.cid-vf4Ut8hfvS .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-vf4Ut8hfvS .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-vf4Ut8hfvS .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-vf4Ut8hfvS .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vdYj61AeJR {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #415947, #21503b);
}
.cid-vdYj61AeJR H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-vdYj61AeJR .mbr-text,
.cid-vdYj61AeJR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vs7lxOxjLe {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(60deg, #21503b, #405f44);
}
.cid-rP1ikFk18R {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rP1ikFk18R h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rP1ikFk18R p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rP1ikFk18R .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-rP1ikFk18R .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-rP1ikFk18R .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rP1ikFk18R .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-rP1ikFk18R .card-box {
    padding-left: 0;
  }
}
.cid-rP1ikFk18R .card-title,
.cid-rP1ikFk18R .card-img {
  color: #767676;
}
.cid-rP1ikFk18R P {
  color: #767676;
}
.cid-rP1IhWg8WV {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-rP1IhWg8WV .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-rP1IhWg8WV .main .mbr-section-btn {
  text-align: right;
}
.cid-rP1IhWg8WV .btn {
  margin: 0 0 .5rem 0;
}
.cid-rP1IhWg8WV H3 {
  text-align: right;
  color: #f9bf15;
}
.cid-rP1IhWg8WV H2 {
  text-align: left;
  color: #f9bf15;
}
.cid-uRVkVuHj46 {
  padding-top: 30px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #2b9399, #317047);
}
.cid-uRVkVuHj46 .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uRVkVuHj46 .main .mbr-section-btn {
  text-align: right;
}
.cid-uRVkVuHj46 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uRVkVuHj46 H3 {
  text-align: right;
  color: #f9bf15;
}
.cid-uRVkVuHj46 H2 {
  text-align: left;
  color: #f9bf15;
}
.cid-rP1I8I4dEZ {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rP1I8I4dEZ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-rP1I8I4dEZ p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-rP1I8I4dEZ .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-rP1I8I4dEZ .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-rP1I8I4dEZ .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-rP1I8I4dEZ .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-rP1I8I4dEZ .card-box {
    padding-left: 0;
  }
}
.cid-rP1I8I4dEZ P {
  color: #767676;
}
.cid-rP1I8I4dEZ .card-title,
.cid-rP1I8I4dEZ .card-img {
  color: #767676;
}
.cid-vqLqrHCypA .icon-bar {
  z-index: 100002;
  right: 0.6%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqLqrHCypA .icon-bar a:hover {
  background-color: #c86000;
  margin-left: -50px;
  width: 100px;
}
.cid-vqLqrHCypA .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-vqLqrHCypA .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-vqLqrHCypA .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-vqLqrHCypA .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-vqLqrHCypA .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-vqLqrHCypA .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-vqLqrHCypA .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-vqLqrHCypA .custom1 {
  background: #6e96a1;
  color: white;
  width: 50px;
}
.cid-vqLqrHCypA .custom2 {
  background: #4099a1;
  color: white;
  width: 50px;
}
.cid-vqLqrHCypA .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-vqLqrHCypA .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-vqLqrHCypA .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-vqLqrHCypA .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-vqLqrHCypA P {
  color: #232323;
}
.cid-vqLqrHCypA DIV {
  color: #ffffff;
}
.cid-vqLqrHCypA H10 {
  color: #767676;
}
.cid-vqLqrHCypA .hidden {
  display: none;
}
.cid-vqLqrHCypA div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-vqLqrHCypA .award-float {
  background: #003a70;
  width: 50px;
  overflow: hidden;
  position: relative;
}
.cid-vqLqrHCypA .award-float .award-text {
  display: none;
}
.cid-vqLqrHCypA .award-float:hover {
  width: 180px !important;
  margin-left: -130px !important;
  background: #003a70 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 8px !important;
}
.cid-vqLqrHCypA .award-float:hover .award-icon {
  display: none;
}
.cid-vqLqrHCypA .award-float:hover .award-text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.3px;
}
.cid-vefyARPGig {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #542647;
}
.cid-vefyARPGig .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vefyARPGig .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vefyARPGig .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vefyARPGig .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vefyARPGig .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vefyARPGig .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vefyARPGig .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vefyARPGig .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vefyARPGig .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vefyARPGig .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vefyARPGig .media-container-row .social-list a:hover {
  opacity: 1;
}
.cid-vefyARPGig .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vefyARPGig .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vefyARPGig .media-container-row .footer-columns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  text-align: left;
}
.cid-vefyARPGig .media-container-row .footer-col--text {
  flex: 1 1 320px;
}
.cid-vefyARPGig .media-container-row .footer-col--badges {
  text-align: left;
}
.cid-vefyARPGig .media-container-row .footer-badges-title {
  margin-bottom: 0.8rem !important;
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.cid-vefyARPGig .media-container-row .footer-badge-img {
  width: 140px;
  height: auto;
  display: block;
}
.cid-vefyARPGig .media-container-row .foot-menu-item {
  font-size: 0.85rem !important;
}
.cid-vefyARPGig .media-container-row .mbr-text {
  color: #efefef;
}
.cid-vefyARPGig .footer-col--text .mbr-text,
.cid-vefyARPGig .footer-col--text .mbr-text a,
.cid-vefyARPGig .footer-col--text .mbr-text b,
.cid-vefyARPGig .footer-col--text .mbr-text i {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 0.9rem !important;
}
.cid-vefyARPGig .media-container-row .mbr-text {
  color: #fddd9b;
  text-align: center;
}
.cid-uD0wkVAqEn .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uD0wkVAqEn .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uD0wkVAqEn a {
  font-style: normal;
}
.cid-uD0wkVAqEn .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uD0wkVAqEn .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uD0wkVAqEn .nav-item:focus,
.cid-uD0wkVAqEn .nav-link:focus {
  outline: none;
}
.cid-uD0wkVAqEn .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uD0wkVAqEn .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uD0wkVAqEn .menu-logo {
  margin-right: auto;
}
.cid-uD0wkVAqEn .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uD0wkVAqEn .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uD0wkVAqEn .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uD0wkVAqEn .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uD0wkVAqEn .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uD0wkVAqEn .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uD0wkVAqEn .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uD0wkVAqEn .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uD0wkVAqEn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uD0wkVAqEn .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uD0wkVAqEn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uD0wkVAqEn .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uD0wkVAqEn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uD0wkVAqEn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uD0wkVAqEn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uD0wkVAqEn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uD0wkVAqEn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uD0wkVAqEn .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uD0wkVAqEn .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uD0wkVAqEn .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uD0wkVAqEn .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uD0wkVAqEn .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uD0wkVAqEn .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uD0wkVAqEn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uD0wkVAqEn button.navbar-toggler:focus {
  outline: none;
}
.cid-uD0wkVAqEn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uD0wkVAqEn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uD0wkVAqEn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uD0wkVAqEn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uD0wkVAqEn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uD0wkVAqEn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD0wkVAqEn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uD0wkVAqEn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uD0wkVAqEn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uD0wkVAqEn .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uD0wkVAqEn .collapsed .btn {
  display: -webkit-flex;
}
.cid-uD0wkVAqEn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uD0wkVAqEn .collapsed .navbar-collapse.collapsing,
.cid-uD0wkVAqEn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uD0wkVAqEn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uD0wkVAqEn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uD0wkVAqEn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uD0wkVAqEn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uD0wkVAqEn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uD0wkVAqEn .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uD0wkVAqEn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uD0wkVAqEn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uD0wkVAqEn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uD0wkVAqEn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uD0wkVAqEn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uD0wkVAqEn .collapsed button.navbar-toggler {
  display: block;
}
.cid-uD0wkVAqEn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uD0wkVAqEn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uD0wkVAqEn .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uD0wkVAqEn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uD0wkVAqEn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uD0wkVAqEn .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uD0wkVAqEn.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uD0wkVAqEn img {
    height: 3.8rem !important;
  }
  .cid-uD0wkVAqEn .btn {
    display: -webkit-flex;
  }
  .cid-uD0wkVAqEn button.navbar-toggler {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
  }
  .cid-uD0wkVAqEn .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uD0wkVAqEn .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uD0wkVAqEn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uD0wkVAqEn .navbar-collapse.collapsing,
  .cid-uD0wkVAqEn .navbar-collapse.show {
    display: block !important;
  }
  .cid-uD0wkVAqEn .navbar-collapse.collapsing .navbar-nav,
  .cid-uD0wkVAqEn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uD0wkVAqEn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uD0wkVAqEn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uD0wkVAqEn .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uD0wkVAqEn .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uD0wkVAqEn .navbar-collapse.collapsing .navbar-buttons,
  .cid-uD0wkVAqEn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uD0wkVAqEn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uD0wkVAqEn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uD0wkVAqEn .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uD0wkVAqEn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uD0wkVAqEn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uD0wkVAqEn .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uD0wkVAqEn .menu-logo {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-uD0wkVAqEn .menu-logo .navbar-brand {
    margin-left: 0 !important;
    padding: 0;
    width: 100%;
    justify-content: center;
  }
  .cid-uD0wkVAqEn .menu-logo .navbar-caption-wrap {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uD0wkVAqEn .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uD0wkVAqEn .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uD0wkVAqEn .nav-link:hover,
.cid-uD0wkVAqEn .dropdown-item:hover {
  color: #660039 !important;
}
.cid-uD0wkVAqEn .navbar-nav .nav-link {
  font-weight: bold !important;
}
.cid-uD0wkVAqEn .collapsed .navbar-brand {
  margin-left: 0 !important;
}
.cid-uD0wkVAqEn body {
  outline: 2px solid red;
}
.cid-uDohVgEh2Y {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/pflege-betreuung-1e-x3.jpg");
}
.cid-uDohVgEh2Y .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDohVgEh2Y .mbr-author-desc {
  display: block;
}
.cid-uDohVgEh2Y .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-uDohVgEh2Y .mbr-testimonial .panel-item {
  border-radius: 25px 25px 0px 0px;
  background-color: #416248;
  background: linear-gradient(#416248, transparent);
}
.cid-uDohVgEh2Y .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uDohVgEh2Y .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 20px;
}
.cid-uDohVgEh2Y .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uDohVgEh2Y .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uDohVgEh2Y .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-uDohVgEh2Y .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vdYiy4CRSC {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #415947, #21503b);
}
.cid-vdYiy4CRSC H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-vdYiy4CRSC .mbr-text,
.cid-vdYiy4CRSC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vs7kPSQX2k {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(60deg, #21503b, #405f44);
}
.cid-uD0wkWLL4Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #656d27;
}
.cid-uD0wkWLL4Q .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #555c1e;
  padding: 60px 8%;
  position: relative;
  border-radius: 30px 30px 0px 0px;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uD0wkWLL4Q .main_header {
    padding-top: 66px;
  }
  .cid-uD0wkWLL4Q .main_header > .row {
    flex-direction: column;
  }
  .cid-uD0wkWLL4Q .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uD0wkWLL4Q .mbr-section-title {
  color: #ffffff;
  margin: 25px 2rem 10px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uD0wkWLL4Q .mbr-section-title {
    text-align: center;
  }
}
.cid-uD0wkWLL4Q .mbr-text {
  margin: 10px 0;
}
.cid-uD0wkWLL4Q .bgImage {
  position: relative;
  width: 100%;
  height: 700px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uD0wkWLL4Q .bgImage {
    height: 65vh;
  }
}
.cid-uD0wkWLL4Q img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uD0wkWLL4Q .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uD0wkWLL4Q .linkBtn a:after,
.cid-uD0wkWLL4Q .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uD0wkWLL4Q .linkBtn a:before {
  left: 0;
}
.cid-uD0wkWLL4Q .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uD0wkWLL4Q .linkBtn a:hover:before,
.cid-uD0wkWLL4Q .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uD0wkWLL4Q .mbr-text,
.cid-uD0wkWLL4Q .linkBtn {
  color: #ffffff;
}
.cid-uRrkjFrEJD {
  padding-top: 4rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #555c1e;
}
.cid-uRrkjFrEJD .row {
  justify-content: center;
}
.cid-uRrkjFrEJD .col-title {
  margin-bottom: 2.5rem;
}
.cid-uRrkjFrEJD .mbr-section-title {
  color: #F6B7D2;
}
.cid-uRrkjFrEJD .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-uRrkjFrEJD .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-uRrkjFrEJD .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uRrkjFrEJD .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uRrkjFrEJD .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 372px;
}
@media (max-width: 639px) {
  .cid-uRrkjFrEJD .card {
    min-height: 276px;
  }
}
.cid-uRrkjFrEJD .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uRrkjFrEJD .card:hover .card-title {
  text-decoration: underline;
}
.cid-uRrkjFrEJD .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-uRrkjFrEJD .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-uRrkjFrEJD .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-uRrkjFrEJD .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-uRrkjFrEJD .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-uRrkjFrEJD .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-uRrkjFrEJD .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-uD0wkZRK31 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #81acd3;
}
.cid-uD0wkZRK31 .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #567895;
  padding: 60px 8%;
  position: relative;
  border-radius: 25px 25px 0px 0px;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uD0wkZRK31 .main_header {
    padding-top: 66px;
  }
  .cid-uD0wkZRK31 .main_header > .row {
    flex-direction: column;
  }
  .cid-uD0wkZRK31 .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uD0wkZRK31 .mbr-section-title {
  color: #ffffff;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uD0wkZRK31 .mbr-section-title {
    text-align: center;
  }
}
.cid-uD0wkZRK31 .mbr-text {
  margin: 25px 0;
}
.cid-uD0wkZRK31 .bgImage {
  position: relative;
  width: 100%;
  height: 700px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uD0wkZRK31 .bgImage {
    height: 65vh;
  }
}
.cid-uD0wkZRK31 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uD0wkZRK31 .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-uD0wkZRK31 .linkBtn a:after,
.cid-uD0wkZRK31 .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-uD0wkZRK31 .linkBtn a:before {
  left: 0;
}
.cid-uD0wkZRK31 .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uD0wkZRK31 .linkBtn a:hover:before,
.cid-uD0wkZRK31 .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uD0wkZRK31 .mbr-text,
.cid-uD0wkZRK31 .linkBtn {
  color: #ffffff;
}
.cid-veXXptqyYQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #a782a2;
}
.cid-veXXptqyYQ .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #7c5a78;
  padding: 107px 8% 40px 8%;
  position: relative;
  border-radius: 25px 25px 0px 0px;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-veXXptqyYQ .main_header {
    padding-top: 66px;
  }
  .cid-veXXptqyYQ .main_header > .row {
    flex-direction: column;
  }
  .cid-veXXptqyYQ .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-veXXptqyYQ .mbr-section-title {
  color: #ffffff;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-veXXptqyYQ .mbr-section-title {
    text-align: center;
  }
}
.cid-veXXptqyYQ .mbr-text {
  margin: 25px 0;
}
.cid-veXXptqyYQ .bgImage {
  position: relative;
  width: 100%;
  height: 700px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-veXXptqyYQ .bgImage {
    height: 65vh;
  }
}
.cid-veXXptqyYQ img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veXXptqyYQ .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-veXXptqyYQ .linkBtn a:after,
.cid-veXXptqyYQ .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-veXXptqyYQ .linkBtn a:before {
  left: 0;
}
.cid-veXXptqyYQ .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-veXXptqyYQ .linkBtn a:hover:before,
.cid-veXXptqyYQ .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-veXXptqyYQ .mbr-text,
.cid-veXXptqyYQ .linkBtn {
  color: #ffffff;
}
.cid-uD0wl06fr5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ab9033, #54889a);
}
.cid-uD0wl06fr5 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uD0wl06fr5 H3 {
  text-align: center;
  color: #f9bf15;
}
.cid-uD0wl06fr5 H2 {
  text-align: center;
  color: #f9bf15;
}
.cid-uRrmZfKRPG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #7c5a78;
}
.cid-uRrmZfKRPG .row {
  justify-content: center;
}
.cid-uRrmZfKRPG .col-title {
  margin-bottom: 2.5rem;
}
.cid-uRrmZfKRPG .mbr-section-title {
  color: #F6B7D2;
}
.cid-uRrmZfKRPG .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-uRrmZfKRPG .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-uRrmZfKRPG .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uRrmZfKRPG .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uRrmZfKRPG .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 558px;
}
@media (max-width: 639px) {
  .cid-uRrmZfKRPG .card {
    min-height: 414px;
  }
}
.cid-uRrmZfKRPG .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uRrmZfKRPG .card:hover .card-title {
  text-decoration: underline;
}
.cid-uRrmZfKRPG .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-uRrmZfKRPG .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-uRrmZfKRPG .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-uRrmZfKRPG .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-uRrmZfKRPG .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-uRrmZfKRPG .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-uRrmZfKRPG .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-vqLq9pC9IR .icon-bar {
  z-index: 100002;
  right: 0.6%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqLq9pC9IR .icon-bar a:hover {
  background-color: #c86000;
  margin-left: -50px;
  width: 100px;
}
.cid-vqLq9pC9IR .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-vqLq9pC9IR .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-vqLq9pC9IR .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-vqLq9pC9IR .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-vqLq9pC9IR .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-vqLq9pC9IR .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-vqLq9pC9IR .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-vqLq9pC9IR .custom1 {
  background: #6e96a1;
  color: white;
  width: 50px;
}
.cid-vqLq9pC9IR .custom2 {
  background: #4099a1;
  color: white;
  width: 50px;
}
.cid-vqLq9pC9IR .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-vqLq9pC9IR .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-vqLq9pC9IR .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-vqLq9pC9IR .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-vqLq9pC9IR P {
  color: #232323;
}
.cid-vqLq9pC9IR DIV {
  color: #ffffff;
}
.cid-vqLq9pC9IR H10 {
  color: #767676;
}
.cid-vqLq9pC9IR .hidden {
  display: none;
}
.cid-vqLq9pC9IR div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-vqLq9pC9IR .award-float {
  background: #003a70;
  width: 50px;
  overflow: hidden;
  position: relative;
}
.cid-vqLq9pC9IR .award-float .award-text {
  display: none;
}
.cid-vqLq9pC9IR .award-float:hover {
  width: 180px !important;
  margin-left: -130px !important;
  background: #003a70 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 8px !important;
}
.cid-vqLq9pC9IR .award-float:hover .award-icon {
  display: none;
}
.cid-vqLq9pC9IR .award-float:hover .award-text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.3px;
}
.cid-vefyARPGig {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #542647;
}
.cid-vefyARPGig .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vefyARPGig .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vefyARPGig .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vefyARPGig .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vefyARPGig .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vefyARPGig .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vefyARPGig .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vefyARPGig .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vefyARPGig .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vefyARPGig .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vefyARPGig .media-container-row .social-list a:hover {
  opacity: 1;
}
.cid-vefyARPGig .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vefyARPGig .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vefyARPGig .media-container-row .footer-columns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  text-align: left;
}
.cid-vefyARPGig .media-container-row .footer-col--text {
  flex: 1 1 320px;
}
.cid-vefyARPGig .media-container-row .footer-col--badges {
  text-align: left;
}
.cid-vefyARPGig .media-container-row .footer-badges-title {
  margin-bottom: 0.8rem !important;
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.cid-vefyARPGig .media-container-row .footer-badge-img {
  width: 140px;
  height: auto;
  display: block;
}
.cid-vefyARPGig .media-container-row .foot-menu-item {
  font-size: 0.85rem !important;
}
.cid-vefyARPGig .media-container-row .mbr-text {
  color: #efefef;
}
.cid-vefyARPGig .footer-col--text .mbr-text,
.cid-vefyARPGig .footer-col--text .mbr-text a,
.cid-vefyARPGig .footer-col--text .mbr-text b,
.cid-vefyARPGig .footer-col--text .mbr-text i {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 0.9rem !important;
}
.cid-vefyARPGig .media-container-row .mbr-text {
  color: #fddd9b;
  text-align: center;
}
.cid-uCaQkNnr1C .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uCaQkNnr1C .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uCaQkNnr1C a {
  font-style: normal;
}
.cid-uCaQkNnr1C .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uCaQkNnr1C .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uCaQkNnr1C .nav-item:focus,
.cid-uCaQkNnr1C .nav-link:focus {
  outline: none;
}
.cid-uCaQkNnr1C .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uCaQkNnr1C .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uCaQkNnr1C .menu-logo {
  margin-right: auto;
}
.cid-uCaQkNnr1C .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCaQkNnr1C .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uCaQkNnr1C .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uCaQkNnr1C .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uCaQkNnr1C .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uCaQkNnr1C .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uCaQkNnr1C .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uCaQkNnr1C .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uCaQkNnr1C .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uCaQkNnr1C .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uCaQkNnr1C .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uCaQkNnr1C .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uCaQkNnr1C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uCaQkNnr1C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCaQkNnr1C .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uCaQkNnr1C .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCaQkNnr1C .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uCaQkNnr1C .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uCaQkNnr1C .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uCaQkNnr1C .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uCaQkNnr1C .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uCaQkNnr1C .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uCaQkNnr1C .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uCaQkNnr1C button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uCaQkNnr1C button.navbar-toggler:focus {
  outline: none;
}
.cid-uCaQkNnr1C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uCaQkNnr1C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uCaQkNnr1C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uCaQkNnr1C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uCaQkNnr1C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uCaQkNnr1C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCaQkNnr1C nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uCaQkNnr1C nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uCaQkNnr1C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uCaQkNnr1C .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uCaQkNnr1C .collapsed .btn {
  display: -webkit-flex;
}
.cid-uCaQkNnr1C .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uCaQkNnr1C .collapsed .navbar-collapse.collapsing,
.cid-uCaQkNnr1C .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uCaQkNnr1C .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uCaQkNnr1C .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uCaQkNnr1C .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uCaQkNnr1C .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uCaQkNnr1C .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uCaQkNnr1C .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uCaQkNnr1C .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uCaQkNnr1C .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uCaQkNnr1C .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uCaQkNnr1C .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uCaQkNnr1C .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uCaQkNnr1C .collapsed button.navbar-toggler {
  display: block;
}
.cid-uCaQkNnr1C .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uCaQkNnr1C .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uCaQkNnr1C .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uCaQkNnr1C .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uCaQkNnr1C .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uCaQkNnr1C .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uCaQkNnr1C.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uCaQkNnr1C img {
    height: 3.8rem !important;
  }
  .cid-uCaQkNnr1C .btn {
    display: -webkit-flex;
  }
  .cid-uCaQkNnr1C button.navbar-toggler {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
  }
  .cid-uCaQkNnr1C .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uCaQkNnr1C .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uCaQkNnr1C .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uCaQkNnr1C .navbar-collapse.collapsing,
  .cid-uCaQkNnr1C .navbar-collapse.show {
    display: block !important;
  }
  .cid-uCaQkNnr1C .navbar-collapse.collapsing .navbar-nav,
  .cid-uCaQkNnr1C .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uCaQkNnr1C .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uCaQkNnr1C .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uCaQkNnr1C .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uCaQkNnr1C .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uCaQkNnr1C .navbar-collapse.collapsing .navbar-buttons,
  .cid-uCaQkNnr1C .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uCaQkNnr1C .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uCaQkNnr1C .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uCaQkNnr1C .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uCaQkNnr1C .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uCaQkNnr1C .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uCaQkNnr1C .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uCaQkNnr1C .menu-logo {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-uCaQkNnr1C .menu-logo .navbar-brand {
    margin-left: 0 !important;
    padding: 0;
    width: 100%;
    justify-content: center;
  }
  .cid-uCaQkNnr1C .menu-logo .navbar-caption-wrap {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uCaQkNnr1C .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uCaQkNnr1C .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uCaQkNnr1C .nav-link:hover,
.cid-uCaQkNnr1C .dropdown-item:hover {
  color: #660039 !important;
}
.cid-uCaQkNnr1C .navbar-nav .nav-link {
  font-weight: bold !important;
}
.cid-uCaQkNnr1C .collapsed .navbar-brand {
  margin-left: 0 !important;
}
.cid-uCaQkNnr1C body {
  outline: 2px solid red;
}
.cid-uDfBnXHh0k {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/leben-wohnen-2b.jpg");
}
.cid-uDfBnXHh0k .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDfBnXHh0k .mbr-author-desc {
  display: block;
}
.cid-uDfBnXHh0k .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-uDfBnXHh0k .mbr-testimonial .panel-item {
  border-radius: 25px 25px 0px 0px;
  background-color: #58705d;
  background: linear-gradient(#58705d, transparent);
}
.cid-uDfBnXHh0k .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uDfBnXHh0k .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 20px;
}
.cid-uDfBnXHh0k .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uDfBnXHh0k .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uDfBnXHh0k .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-uDfBnXHh0k .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vdYgxdamiI {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #415947, #21503b);
}
.cid-vdYgxdamiI H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-vdYgxdamiI .mbr-text,
.cid-vdYgxdamiI .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vs7ksxZK8F {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(60deg, #21503b, #405f44);
}
.cid-vea9FUtjTf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #bb9b5e;
}
.cid-vea9FUtjTf .main_header {
  margin-top: -300px;
  width: 100%;
  background-color: #93792f;
  padding: 60px 8%;
  position: relative;
  border-radius: 25px 25px 0px 0px;
  z-index: 5;
}
@media (min-width: 992px) {
  .cid-vea9FUtjTf .main_header {
    padding-left: 80px;
  }
}
@media (max-width: 991px) {
  .cid-vea9FUtjTf .main_header {
    padding-top: 66px;
    margin-top: -100px;
  }
  .cid-vea9FUtjTf .main_header > .row {
    flex-direction: column;
  }
  .cid-vea9FUtjTf .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-vea9FUtjTf .main_header {
    margin-top: -60px;
    padding: 40px 5%;
  }
}
.cid-vea9FUtjTf .mbr-section-title {
  color: #ffffff;
  margin: 25px 2rem 25px;
}
@media (min-width: 992px) {
  .cid-vea9FUtjTf .mbr-section-title {
    margin-left: 80px;
  }
}
@media (max-width: 767px) {
  .cid-vea9FUtjTf .mbr-section-title {
    text-align: center;
  }
}
.cid-vea9FUtjTf .mbr-text {
  margin: 25px 0;
}
.cid-vea9FUtjTf .bgImage {
  position: relative;
  width: 100%;
  height: 700px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-vea9FUtjTf .bgImage {
    height: 45vh;
  }
}
.cid-vea9FUtjTf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vea9FUtjTf .linkBtn a {
  position: relative;
  display: inline-block;
  padding: 1px 7px;
  vertical-align: middle;
  overflow: hidden;
  line-height: 2em;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: .2em;
}
.cid-vea9FUtjTf .linkBtn a:after,
.cid-vea9FUtjTf .linkBtn a:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  background-color: currentColor;
  transition: transform 0.4s cubic-bezier(0.31, 0.29, 0.05, 0.96);
}
.cid-vea9FUtjTf .linkBtn a:before {
  left: 0;
}
.cid-vea9FUtjTf .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-vea9FUtjTf .linkBtn a:hover:before,
.cid-vea9FUtjTf .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-vea9FUtjTf .mbr-text,
.cid-vea9FUtjTf .linkBtn {
  color: #ffffff;
}
.cid-vea8cdCG2S {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1371x1920-b.jpg");
}
.cid-vea8cdCG2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vea8cdCG2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vea8cdCG2S .container,
.cid-vea8cdCG2S .container-fluid {
  padding: 0 18%;
}
@media (max-width: 992px) {
  .cid-vea8cdCG2S .container,
  .cid-vea8cdCG2S .container-fluid {
    padding: 0 5%;
  }
}
@media (max-width: 767px) {
  .cid-vea8cdCG2S .container,
  .cid-vea8cdCG2S .container-fluid {
    padding: 0 15px;
  }
}
.cid-vea8cdCG2S .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vea8cdCG2S .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vea8cdCG2S .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vea8cdCG2S .title-wrapper .image-wrapper {
    margin-bottom: 50px;
    padding-right: 0;
  }
}
.cid-vea8cdCG2S .title-wrapper img {
  width: 450px;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-vea8cdCG2S .title-wrapper img {
    width: 100%;
    height: 220px;
  }
}
.cid-vea8cdCG2S .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vea8cdCG2S .list-wrap {
  margin-bottom: 15px;
}
.cid-vea8cdCG2S .list-wrap .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-vea8cdCG2S .list-wrap .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: ✪;
}
.cid-vea8cdCG2S .list-wrap .list .item-wrap {
  margin-bottom: 7px;
}
.cid-vea8cdCG2S .list-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vea8cdCG2S .mbr-section-title {
  color: #3d4045;
  text-align: center;
}
.cid-vea8cdCG2S .mbr-section-subtitle {
  color: #3d4045;
}
.cid-vea8cdCG2S .list {
  color: #232323;
  font-size: 1.2rem !important;
}
.cid-veeSUSXqCF {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1371x1920-c.jpg");
}
.cid-veeSUSXqCF .mbr-fallback-image.disabled {
  display: none;
}
.cid-veeSUSXqCF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veeSUSXqCF .container,
.cid-veeSUSXqCF .container-fluid {
  padding: 0 18%;
}
@media (max-width: 992px) {
  .cid-veeSUSXqCF .container,
  .cid-veeSUSXqCF .container-fluid {
    padding: 0 5%;
  }
}
@media (max-width: 767px) {
  .cid-veeSUSXqCF .container,
  .cid-veeSUSXqCF .container-fluid {
    padding: 0 15px;
  }
}
.cid-veeSUSXqCF .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veeSUSXqCF .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-veeSUSXqCF .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-veeSUSXqCF .title-wrapper .image-wrapper {
    margin-bottom: 50px;
    padding-right: 0;
  }
}
.cid-veeSUSXqCF .title-wrapper img {
  width: 450px;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-veeSUSXqCF .title-wrapper img {
    width: 100%;
    height: 220px;
  }
}
.cid-veeSUSXqCF .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-veeSUSXqCF .list-wrap {
  margin-bottom: 15px;
}
.cid-veeSUSXqCF .list-wrap .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-veeSUSXqCF .list-wrap .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: ✪;
}
.cid-veeSUSXqCF .list-wrap .list .item-wrap {
  margin-bottom: 7px;
}
.cid-veeSUSXqCF .list-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-veeSUSXqCF .mbr-section-title {
  color: #3d4045;
  text-align: center;
}
.cid-veeSUSXqCF .mbr-section-subtitle {
  color: #3d4045;
}
.cid-veeSUSXqCF .list {
  color: #ffffff;
  font-size: 1.2rem !important;
}
.cid-vefo31ZDbE {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1371x1920-d.jpg");
}
.cid-vefo31ZDbE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vefo31ZDbE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vefo31ZDbE .container,
.cid-vefo31ZDbE .container-fluid {
  padding: 0 18%;
}
@media (max-width: 992px) {
  .cid-vefo31ZDbE .container,
  .cid-vefo31ZDbE .container-fluid {
    padding: 0 5%;
  }
}
@media (max-width: 767px) {
  .cid-vefo31ZDbE .container,
  .cid-vefo31ZDbE .container-fluid {
    padding: 0 15px;
  }
}
.cid-vefo31ZDbE .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vefo31ZDbE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vefo31ZDbE .title-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-vefo31ZDbE .title-wrapper .image-wrapper {
    margin-bottom: 50px;
    padding-right: 0;
  }
}
.cid-vefo31ZDbE .title-wrapper img {
  width: 450px;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-vefo31ZDbE .title-wrapper img {
    width: 100%;
    height: 220px;
  }
}
.cid-vefo31ZDbE .list-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vefo31ZDbE .list-wrap {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-vefo31ZDbE .list-wrap {
    padding-left: 0 !important;
  }
}
.cid-vefo31ZDbE .list {
  padding: 0;
  list-style-position: inside;
  list-style-type: ✪;
  color: #ffffff;
  font-size: 1.2rem !important;
}
.cid-vefo31ZDbE .list .item-wrap {
  margin-bottom: 7px;
}
.cid-vefo31ZDbE .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vefo31ZDbE .mbr-section-title {
  color: #3d4045;
  text-align: center;
}
.cid-vefo31ZDbE .mbr-section-subtitle {
  color: #3d4045;
}
.cid-vqLq4qXs3j .icon-bar {
  z-index: 100002;
  right: 0.6%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqLq4qXs3j .icon-bar a:hover {
  background-color: #c86000;
  margin-left: -50px;
  width: 100px;
}
.cid-vqLq4qXs3j .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-vqLq4qXs3j .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-vqLq4qXs3j .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-vqLq4qXs3j .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-vqLq4qXs3j .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-vqLq4qXs3j .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-vqLq4qXs3j .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-vqLq4qXs3j .custom1 {
  background: #6e96a1;
  color: white;
  width: 50px;
}
.cid-vqLq4qXs3j .custom2 {
  background: #4099a1;
  color: white;
  width: 50px;
}
.cid-vqLq4qXs3j .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-vqLq4qXs3j .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-vqLq4qXs3j .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-vqLq4qXs3j .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-vqLq4qXs3j P {
  color: #232323;
}
.cid-vqLq4qXs3j DIV {
  color: #ffffff;
}
.cid-vqLq4qXs3j H10 {
  color: #767676;
}
.cid-vqLq4qXs3j .hidden {
  display: none;
}
.cid-vqLq4qXs3j div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-vqLq4qXs3j .award-float {
  background: #003a70;
  width: 50px;
  overflow: hidden;
  position: relative;
}
.cid-vqLq4qXs3j .award-float .award-text {
  display: none;
}
.cid-vqLq4qXs3j .award-float:hover {
  width: 180px !important;
  margin-left: -130px !important;
  background: #003a70 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 8px !important;
}
.cid-vqLq4qXs3j .award-float:hover .award-icon {
  display: none;
}
.cid-vqLq4qXs3j .award-float:hover .award-text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.3px;
}
.cid-uCaQkRNEx4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ab9033, #54889a);
}
.cid-uCaQkRNEx4 .btn {
  margin: 0 0 .5rem 0;
}
.cid-uCaQkRNEx4 H3 {
  text-align: center;
  color: #f9bf15;
}
.cid-uCaQkRNEx4 H2 {
  text-align: center;
  color: #f9bf15;
}
.cid-vefyARPGig {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #542647;
}
.cid-vefyARPGig .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vefyARPGig .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vefyARPGig .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vefyARPGig .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vefyARPGig .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vefyARPGig .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vefyARPGig .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vefyARPGig .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vefyARPGig .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vefyARPGig .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vefyARPGig .media-container-row .social-list a:hover {
  opacity: 1;
}
.cid-vefyARPGig .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vefyARPGig .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vefyARPGig .media-container-row .footer-columns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  text-align: left;
}
.cid-vefyARPGig .media-container-row .footer-col--text {
  flex: 1 1 320px;
}
.cid-vefyARPGig .media-container-row .footer-col--badges {
  text-align: left;
}
.cid-vefyARPGig .media-container-row .footer-badges-title {
  margin-bottom: 0.8rem !important;
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.cid-vefyARPGig .media-container-row .footer-badge-img {
  width: 140px;
  height: auto;
  display: block;
}
.cid-vefyARPGig .media-container-row .foot-menu-item {
  font-size: 0.85rem !important;
}
.cid-vefyARPGig .media-container-row .mbr-text {
  color: #efefef;
}
.cid-vefyARPGig .footer-col--text .mbr-text,
.cid-vefyARPGig .footer-col--text .mbr-text a,
.cid-vefyARPGig .footer-col--text .mbr-text b,
.cid-vefyARPGig .footer-col--text .mbr-text i {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 0.9rem !important;
}
.cid-vefyARPGig .media-container-row .mbr-text {
  color: #fddd9b;
  text-align: center;
}
.cid-uDAcVEQBYC .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uDAcVEQBYC .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uDAcVEQBYC a {
  font-style: normal;
}
.cid-uDAcVEQBYC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uDAcVEQBYC .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uDAcVEQBYC .nav-item:focus,
.cid-uDAcVEQBYC .nav-link:focus {
  outline: none;
}
.cid-uDAcVEQBYC .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDAcVEQBYC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uDAcVEQBYC .menu-logo {
  margin-right: auto;
}
.cid-uDAcVEQBYC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDAcVEQBYC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uDAcVEQBYC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uDAcVEQBYC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDAcVEQBYC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uDAcVEQBYC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDAcVEQBYC .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uDAcVEQBYC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uDAcVEQBYC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDAcVEQBYC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDAcVEQBYC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDAcVEQBYC .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uDAcVEQBYC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uDAcVEQBYC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDAcVEQBYC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDAcVEQBYC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDAcVEQBYC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uDAcVEQBYC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uDAcVEQBYC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uDAcVEQBYC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uDAcVEQBYC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDAcVEQBYC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uDAcVEQBYC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDAcVEQBYC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uDAcVEQBYC button.navbar-toggler:focus {
  outline: none;
}
.cid-uDAcVEQBYC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDAcVEQBYC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDAcVEQBYC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDAcVEQBYC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDAcVEQBYC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDAcVEQBYC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDAcVEQBYC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDAcVEQBYC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDAcVEQBYC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDAcVEQBYC .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDAcVEQBYC .collapsed .btn {
  display: -webkit-flex;
}
.cid-uDAcVEQBYC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDAcVEQBYC .collapsed .navbar-collapse.collapsing,
.cid-uDAcVEQBYC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uDAcVEQBYC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDAcVEQBYC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDAcVEQBYC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDAcVEQBYC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDAcVEQBYC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uDAcVEQBYC .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uDAcVEQBYC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDAcVEQBYC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uDAcVEQBYC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDAcVEQBYC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uDAcVEQBYC .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uDAcVEQBYC .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDAcVEQBYC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uDAcVEQBYC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDAcVEQBYC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uDAcVEQBYC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDAcVEQBYC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDAcVEQBYC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uDAcVEQBYC.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDAcVEQBYC img {
    height: 3.8rem !important;
  }
  .cid-uDAcVEQBYC .btn {
    display: -webkit-flex;
  }
  .cid-uDAcVEQBYC button.navbar-toggler {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
  }
  .cid-uDAcVEQBYC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uDAcVEQBYC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDAcVEQBYC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDAcVEQBYC .navbar-collapse.collapsing,
  .cid-uDAcVEQBYC .navbar-collapse.show {
    display: block !important;
  }
  .cid-uDAcVEQBYC .navbar-collapse.collapsing .navbar-nav,
  .cid-uDAcVEQBYC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDAcVEQBYC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDAcVEQBYC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDAcVEQBYC .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uDAcVEQBYC .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDAcVEQBYC .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDAcVEQBYC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uDAcVEQBYC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDAcVEQBYC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDAcVEQBYC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uDAcVEQBYC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDAcVEQBYC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDAcVEQBYC .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uDAcVEQBYC .menu-logo {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-uDAcVEQBYC .menu-logo .navbar-brand {
    margin-left: 0 !important;
    padding: 0;
    width: 100%;
    justify-content: center;
  }
  .cid-uDAcVEQBYC .menu-logo .navbar-caption-wrap {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uDAcVEQBYC .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uDAcVEQBYC .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uDAcVEQBYC .nav-link:hover,
.cid-uDAcVEQBYC .dropdown-item:hover {
  color: #660039 !important;
}
.cid-uDAcVEQBYC .navbar-nav .nav-link {
  font-weight: bold !important;
}
.cid-uDAcVEQBYC .collapsed .navbar-brand {
  margin-left: 0 !important;
}
.cid-uDAcVEQBYC body {
  outline: 2px solid red;
}
.cid-vf4TQTEOfz {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jobs-4.jpg");
}
.cid-vf4TQTEOfz .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-vf4TQTEOfz .mbr-author-desc {
  display: block;
}
.cid-vf4TQTEOfz .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-vf4TQTEOfz .mbr-testimonial .panel-item {
  border-radius: 25px 25px 0px 0px;
  background-color: #416248;
  background: linear-gradient(#416248, transparent);
}
.cid-vf4TQTEOfz .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-vf4TQTEOfz .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 20px;
}
.cid-vf4TQTEOfz .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-vf4TQTEOfz .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-vf4TQTEOfz .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-vf4TQTEOfz .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vdYiPnN669 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #415947, #21503b);
}
.cid-vdYiPnN669 H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-vdYiPnN669 .mbr-text,
.cid-vdYiPnN669 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vs7l5FBmIf {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(60deg, #21503b, #405f44);
}
.cid-uDFNdv2ePI {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #396c5a;
}
.cid-uDFNdv2ePI .mbr-text,
.cid-uDFNdv2ePI blockquote {
  color: #767676;
}
.cid-uDFNdv2ePI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uDFNhTQHa4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #396c5a, #396c5a);
}
.cid-uDFNLcVM3B {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #396c5a;
}
.cid-uDFNLcVM3B .mbr-text {
  color: #ffffff;
}
.cid-uDFNLcVM3B .mbr-text p {
  background: #396c5a;
}
.cid-uDFSxeHjvj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uDFSxeHjvj .mbr-text {
  color: #647f6a;
}
.cid-uDFSxeHjvj .mbr-text p {
  background: #ffffff;
}
.cid-uDFSHiF9nm {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f8f3e6;
}
.cid-uDFSHiF9nm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDFSHiF9nm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDFSHiF9nm .mbr-text,
.cid-uDFSHiF9nm .mbr-section-btn {
  color: #6b774c;
}
.cid-uDFSHiF9nm .mbr-section-title {
  color: #647f6a;
  text-align: center;
}
.cid-vqLIjVbquq {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vqLIjVbquq .line {
  background-color: #f9bf15;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vqLIlaQubw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqLIlaQubw .link-wrapper {
  width: 100%;
}
.cid-vqLIlaQubw .container {
  max-width: 1550px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqLIlaQubw .container {
    padding: 0 1rem;
  }
}
.cid-vqLIlaQubw p {
  padding: 0;
  margin: 0;
}
.cid-vqLIlaQubw .item {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 2rem;
  background: #ffffff !important;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 0.6rem 1.5rem !important;
  box-shadow: 0 18px 20px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .cid-vqLIlaQubw .item {
    text-align: center;
  }
}
.cid-vqLIlaQubw .line {
  width: 100%;
  border-bottom: 1px solid #c46a4d;
  display: none;
}
.cid-vqLIlaQubw .row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vqLIlaQubw .row {
    justify-content: flex-start;
  }
}
.cid-vqLIlaQubw .card {
  border-radius: 0;
  padding: 0;
  background: transparent;
}
.cid-vqLIlaQubw .card-title {
  color: #000000;
}
.cid-vqLIlaQubw .link {
  display: inline-block;
}
.cid-vqLIlaQubw .link .btn {
  position: relative;
  background-color: transparent !important;
  border: 1px solid #222222 !important;
  color: #222222 !important;
  border-radius: 10px !important;
  padding: 0.6rem 1.6rem !important;
  padding-right: 2.6rem !important;
  overflow: hidden;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
}
.cid-vqLIlaQubw .link .btn:hover,
.cid-vqLIlaQubw .link .btn:focus,
.cid-vqLIlaQubw .link .btn:active {
  background-color: #811f5d !important;
  border-color: #811f5d !important;
  color: #ffffff !important;
  filter: none !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-vqLIlaQubw .link .btn:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 50%;
  right: 1.1rem;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s, color 0.3s;
  color: #222222 !important;
}
.cid-vqLIlaQubw .link .btn:hover:before,
.cid-vqLIlaQubw .link .btn:focus:before,
.cid-vqLIlaQubw .link .btn:active:before {
  color: #ffffff !important;
  transform: translateY(-50%) rotate(-45deg) translateX(4px);
}
.cid-vqLIlaQubw .icon-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-vqLIlaQubw .icon-col {
    margin-bottom: 0.5rem;
  }
}
.cid-vqLIlaQubw .icon-info {
  font-size: 2.5rem;
  line-height: 1;
  color: #222222 !important;
}
.cid-uDFTf8yudE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDFTf8yudE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDFTf8yudE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uDFTf8yudE .container {
    padding: 0 20px;
  }
}
.cid-uDFTf8yudE .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDFTf8yudE .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-uDFTf8yudE .mbr-section-title {
  color: #647f6a;
  text-align: center;
}
.cid-uDFTf8yudE .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uDFNP0WVQK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #157a85;
}
.cid-uDFNP0WVQK .mbr-text {
  color: #ffffff;
}
.cid-uDFNP0WVQK .mbr-text p {
  background: #157a85;
}
.cid-uDFNP0WVQK .mbr-text P {
  text-align: center;
}
.cid-uDFNP0WVQK .wmd {
  font-size: 2.0rem;
}
@media (max-width: 767px) {
  .cid-uDFNP0WVQK .wmd {
    font-size: 1.4rem;
  }
}
.cid-vqLr1xjmA8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vqLr1xjmA8 .link-wrapper {
  width: 100%;
}
.cid-vqLr1xjmA8 .container {
  max-width: 1550px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vqLr1xjmA8 .container {
    padding: 0 1rem;
  }
}
.cid-vqLr1xjmA8 p {
  padding: 0;
  margin: 0;
}
.cid-vqLr1xjmA8 .item {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 2rem;
  background: #ffffff !important;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 0.6rem 1.5rem !important;
  box-shadow: 0 18px 20px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  .cid-vqLr1xjmA8 .item {
    text-align: center;
  }
}
.cid-vqLr1xjmA8 .line {
  width: 100%;
  border-bottom: 1px solid #c46a4d;
  display: none;
}
.cid-vqLr1xjmA8 .row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vqLr1xjmA8 .row {
    justify-content: flex-start;
  }
}
.cid-vqLr1xjmA8 .card {
  border-radius: 0;
  padding: 0;
  background: transparent;
}
.cid-vqLr1xjmA8 .card-title {
  color: #000000;
}
.cid-vqLr1xjmA8 .link {
  display: inline-block;
}
.cid-vqLr1xjmA8 .link .btn {
  position: relative;
  background-color: transparent !important;
  border: 1px solid #222222 !important;
  color: #222222 !important;
  border-radius: 10px !important;
  padding: 0.6rem 1.6rem !important;
  padding-right: 2.6rem !important;
  overflow: hidden;
  box-shadow: none !important;
  transition: all 0.3s ease !important;
}
.cid-vqLr1xjmA8 .link .btn:hover,
.cid-vqLr1xjmA8 .link .btn:focus,
.cid-vqLr1xjmA8 .link .btn:active {
  background-color: #811f5d !important;
  border-color: #811f5d !important;
  color: #ffffff !important;
  filter: none !important;
  opacity: 1 !important;
  box-shadow: none !important;
}
.cid-vqLr1xjmA8 .link .btn:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 50%;
  right: 1.1rem;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.3s, color 0.3s;
  color: #222222 !important;
}
.cid-vqLr1xjmA8 .link .btn:hover:before,
.cid-vqLr1xjmA8 .link .btn:focus:before,
.cid-vqLr1xjmA8 .link .btn:active:before {
  color: #ffffff !important;
  transform: translateY(-50%) rotate(-45deg) translateX(4px);
}
.cid-vqLr1xjmA8 .icon-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-vqLr1xjmA8 .icon-col {
    margin-bottom: 0.5rem;
  }
}
.cid-vqLr1xjmA8 .icon-info {
  font-size: 2.5rem;
  line-height: 1;
  color: #222222 !important;
}
.cid-uDFSTJxscN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDFSTJxscN .mbr-text {
  color: #157a85;
}
.cid-uDFSTJxscN .mbr-text p {
  background: #ffffff;
}
.cid-uDFSTJxscN .mbr-text P {
  text-align: center;
}
.cid-uDFNPWFJbu {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uDFNPWFJbu h2 {
  text-align: center;
}
.cid-uDFNPWFJbu h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uDFNPWFJbu p {
  color: #767676;
}
.cid-uDFNPWFJbu img {
  object-fit: cover;
}
.cid-uDFNPWFJbu .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uDFNPWFJbu .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uDFNPWFJbu .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uDFNPWFJbu .mbr-section-subtitle {
  color: #157a85;
}
.cid-uDFNPWFJbu .card-title {
  font-weight: 500;
}
.cid-uDFNPWFJbu .card-img {
  text-align: inherit;
}
.cid-uDFNPWFJbu .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uDFNPWFJbu .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uDFNPWFJbu .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDFNPWFJbu .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-uDFNPWFJbu .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-uDFNPWFJbu .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-uDFNPWFJbu .mbr-section-title {
  color: #028088;
}
.cid-uDFNPWFJbu .mbr-section-text {
  color: #157a85;
}
.cid-uDFNPWFJbu .mbr-crt-title {
  color: #157a85;
}
.cid-vf5t7Nvxwc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vf5t7Nvxwc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf5t7Nvxwc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vf5t7Nvxwc .container {
    padding: 0 20px;
  }
}
.cid-vf5t7Nvxwc .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vf5t7Nvxwc .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-vf5t7Nvxwc .mbr-section-title {
  color: #157a85;
  text-align: center;
}
.cid-vf5t7Nvxwc .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-vcIebSd8oO {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #b56a1d;
}
.cid-vcIebSd8oO .mbr-text {
  color: #ffffff;
}
.cid-vcIebSd8oO .mbr-text p {
  background: #b56a1d;
}
.cid-vcIebSd8oO .mbr-text P {
  text-align: center;
}
.cid-vcIebSd8oO .wmd {
  font-size: 2.0rem;
}
@media (max-width: 767px) {
  .cid-vcIebSd8oO .wmd {
    font-size: 1.4rem;
  }
}
.cid-vckwzGcx1a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vckwzGcx1a .link-wrapper {
  width: 100%;
}
.cid-vckwzGcx1a .container {
  max-width: 1550px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vckwzGcx1a .container {
    padding: 0 1rem;
  }
}
.cid-vckwzGcx1a p {
  padding: 0;
  margin: 0;
}
.cid-vckwzGcx1a .item {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vckwzGcx1a .item {
    text-align: center;
  }
}
.cid-vckwzGcx1a .line {
  width: 100%;
  border-bottom: 1px solid #c46a4d;
}
.cid-vckwzGcx1a .row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vckwzGcx1a .row {
    justify-content: flex-start;
  }
}
.cid-vckwzGcx1a .card {
  border-radius: 0;
  padding: 0;
}
.cid-vckwzGcx1a .card-title {
  color: #000000;
}
.cid-vckwzGcx1a .card-title a {
  position: relative;
  background: none!important;
}
.cid-vckwzGcx1a .card-title a:before {
  content: '';
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-vckwzGcx1a .card-title a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.cid-vckwzGcx1a .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-vckwzGcx1a .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-vckwzGcx1a .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-vckwzGcx1a .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-vckwzGcx1a .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-vckwzGcx1a .card-subtitle {
  color: #c46a4d;
}
.cid-vckwzGcx1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckwzGcx1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vckBRfQ5kY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vckBRfQ5kY .mbr-text {
  color: #b56a1d;
}
.cid-vckBRfQ5kY .mbr-text p {
  background: #ffffff;
}
.cid-vckBRfQ5kY .mbr-text P {
  text-align: center;
}
.cid-vckFiIbg13 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-vckFiIbg13 h2 {
  text-align: center;
}
.cid-vckFiIbg13 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-vckFiIbg13 p {
  color: #767676;
}
.cid-vckFiIbg13 img {
  object-fit: cover;
}
.cid-vckFiIbg13 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-vckFiIbg13 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vckFiIbg13 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-vckFiIbg13 .mbr-section-subtitle {
  color: #028088;
}
.cid-vckFiIbg13 .card-title {
  font-weight: 500;
}
.cid-vckFiIbg13 .card-img {
  text-align: inherit;
}
.cid-vckFiIbg13 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-vckFiIbg13 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vckFiIbg13 .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vckFiIbg13 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-vckFiIbg13 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-vckFiIbg13 .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-vckFiIbg13 .mbr-section-title {
  color: #b56a1d;
}
.cid-vckFiIbg13 .mbr-section-text {
  color: #b56a1d;
}
.cid-vckFiIbg13 .mbr-crt-title {
  color: #b56a1d;
}
.cid-vckNFpaWan {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vckNFpaWan .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckNFpaWan .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vckNFpaWan .container {
    padding: 0 20px;
  }
}
.cid-vckNFpaWan .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vckNFpaWan .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-vckNFpaWan .mbr-section-title {
  color: #b56a1d;
  text-align: center;
}
.cid-vckNFpaWan .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uDFNUjTNML {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uDFNUjTNML h2 {
  text-align: center;
}
.cid-uDFNUjTNML h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uDFNUjTNML p {
  color: #767676;
}
.cid-uDFNUjTNML img {
  object-fit: cover;
}
.cid-uDFNUjTNML .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uDFNUjTNML .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uDFNUjTNML .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uDFNUjTNML .mbr-section-subtitle {
  color: #028088;
}
.cid-uDFNUjTNML .card-title {
  font-weight: 500;
}
.cid-uDFNUjTNML .card-img {
  text-align: inherit;
}
.cid-uDFNUjTNML .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uDFNUjTNML .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uDFNUjTNML .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDFNUjTNML .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-uDFNUjTNML .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-uDFNUjTNML .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-uDFNUjTNML .mbr-section-title {
  color: #028088;
}
.cid-uDFNUjTNML .mbr-section-text {
  color: #028088;
}
.cid-uDFNUjTNML .mbr-crt-title {
  color: #028088;
}
.cid-vckv6DUjer {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #e37300;
}
.cid-vckv6DUjer .mbr-text {
  color: #ffffff;
}
.cid-vckv6DUjer .mbr-text p {
  background: #e37300;
}
.cid-vckv6DUjer .mbr-text P {
  text-align: center;
}
.cid-vckv7E129b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vckv7E129b .link-wrapper {
  width: 100%;
}
.cid-vckv7E129b .container {
  max-width: 1550px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vckv7E129b .container {
    padding: 0 1rem;
  }
}
.cid-vckv7E129b p {
  padding: 0;
  margin: 0;
}
.cid-vckv7E129b .item {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vckv7E129b .item {
    text-align: center;
  }
}
.cid-vckv7E129b .line {
  width: 100%;
  border-bottom: 1px solid #c46a4d;
}
.cid-vckv7E129b .row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vckv7E129b .row {
    justify-content: flex-start;
  }
}
.cid-vckv7E129b .card {
  border-radius: 0;
  padding: 0;
}
.cid-vckv7E129b .card-title {
  color: #000000;
}
.cid-vckv7E129b .card-title a {
  position: relative;
  background: none!important;
}
.cid-vckv7E129b .card-title a:before {
  content: '';
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-vckv7E129b .card-title a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.cid-vckv7E129b .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-vckv7E129b .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-vckv7E129b .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-vckv7E129b .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-vckv7E129b .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-vckv7E129b .card-subtitle {
  color: #c46a4d;
}
.cid-vckv7E129b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vckv7E129b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDFTjLz4qX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDFTjLz4qX .mbr-text {
  color: #e37300;
}
.cid-uDFTjLz4qX .mbr-text p {
  background: #ffffff;
}
.cid-uDFTjLz4qX .mbr-text P {
  text-align: center;
}
.cid-vckv8qoAsc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vckv8qoAsc h2 {
  text-align: center;
}
.cid-vckv8qoAsc h3 {
  text-align: center;
  font-weight: 300;
}
.cid-vckv8qoAsc p {
  color: #767676;
}
.cid-vckv8qoAsc img {
  object-fit: cover;
}
.cid-vckv8qoAsc .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-vckv8qoAsc .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-vckv8qoAsc .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-vckv8qoAsc .mbr-section-subtitle {
  color: #028088;
}
.cid-vckv8qoAsc .card-title {
  font-weight: 500;
}
.cid-vckv8qoAsc .card-img {
  text-align: inherit;
}
.cid-vckv8qoAsc .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-vckv8qoAsc .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-vckv8qoAsc .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vckv8qoAsc .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-vckv8qoAsc .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-vckv8qoAsc .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-vckv8qoAsc .mbr-section-title {
  color: #028088;
}
.cid-vckv8qoAsc .mbr-section-text {
  color: #028088;
}
.cid-vckv8qoAsc .mbr-crt-title {
  color: #028088;
}
.cid-uDFNW00V9j {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #f7ed4a;
}
.cid-uDFNW00V9j .mbr-text {
  color: #ff3366;
}
.cid-uDFNW00V9j .mbr-text p {
  background: #f7ed4a;
}
.cid-uDFNW00V9j .mbr-text P {
  text-align: center;
}
.cid-uDFNX4QLKP {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #00a988;
}
.cid-uDFNX4QLKP .mbr-text {
  color: #ffffff;
}
.cid-uDFNX4QLKP .mbr-text p {
  background: #00a988;
}
.cid-uDFNX4QLKP .mbr-text P {
  text-align: center;
}
.cid-uDJobYvG0i {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDJobYvG0i .mbr-text {
  color: #00a988;
}
.cid-uDJobYvG0i .mbr-text p {
  background: #ffffff;
}
.cid-uDJobYvG0i .mbr-text P {
  text-align: center;
}
.cid-uDFNXWjprB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uDFNXWjprB h2 {
  text-align: center;
}
.cid-uDFNXWjprB h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uDFNXWjprB p {
  color: #767676;
}
.cid-uDFNXWjprB img {
  object-fit: cover;
}
.cid-uDFNXWjprB .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uDFNXWjprB .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uDFNXWjprB .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uDFNXWjprB .mbr-section-subtitle {
  color: #073b4c;
}
.cid-uDFNXWjprB .card-title {
  font-weight: 500;
}
.cid-uDFNXWjprB .card-img {
  text-align: inherit;
}
.cid-uDFNXWjprB .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uDFNXWjprB .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uDFNXWjprB .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDFNXWjprB .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-uDFNXWjprB .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-uDFNXWjprB .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-uDFNXWjprB .mbr-section-title {
  color: #9d4711;
}
.cid-uDFNXWjprB .mbr-section-text {
  color: #073b4c;
  text-align: left;
}
.cid-uDFNXWjprB .mbr-crt-title {
  color: #073b4c;
  text-align: left;
}
.cid-uDFNZxe2qU {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #728900;
}
.cid-uDFNZxe2qU .mbr-text {
  color: #ffffff;
}
.cid-uDFNZxe2qU .mbr-text p {
  background: #728900;
}
.cid-uDFNZxe2qU .mbr-text P {
  text-align: center;
}
.cid-uDFO2dAG17 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDFO2dAG17 .mbr-text {
  color: #728900;
}
.cid-uDFO2dAG17 .mbr-text p {
  background: #ffffff;
}
.cid-uDFO2dAG17 .mbr-text P {
  text-align: center;
}
.cid-uDFO4Sh9A1 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uDFO4Sh9A1 h2 {
  text-align: center;
}
.cid-uDFO4Sh9A1 h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uDFO4Sh9A1 p {
  color: #767676;
}
.cid-uDFO4Sh9A1 img {
  object-fit: cover;
}
.cid-uDFO4Sh9A1 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uDFO4Sh9A1 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uDFO4Sh9A1 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uDFO4Sh9A1 .mbr-section-subtitle {
  color: #073b4c;
}
.cid-uDFO4Sh9A1 .card-title {
  font-weight: 500;
}
.cid-uDFO4Sh9A1 .card-img {
  text-align: inherit;
}
.cid-uDFO4Sh9A1 .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uDFO4Sh9A1 .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uDFO4Sh9A1 .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uDFO4Sh9A1 .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-uDFO4Sh9A1 .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .cid-uDFO4Sh9A1 .card:nth-child(1) {
    padding-bottom: 0!important;
  }
}
.cid-uDFO4Sh9A1 .mbr-section-title {
  color: #9d4711;
}
.cid-uDFO4Sh9A1 .mbr-section-text {
  color: #073b4c;
  text-align: left;
}
.cid-uDFO4Sh9A1 .mbr-crt-title {
  color: #073b4c;
  text-align: left;
}
.cid-uDAcVImHIq {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ab9033, #54889a);
}
.cid-uDAcVImHIq .btn {
  margin: 0 0 .5rem 0;
}
.cid-uDAcVImHIq H3 {
  text-align: center;
  color: #f9bf15;
}
.cid-uDAcVImHIq H2 {
  text-align: center;
  color: #f9bf15;
}
.cid-vqLqjPBKPe .icon-bar {
  z-index: 100002;
  right: 0.6%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqLqjPBKPe .icon-bar a:hover {
  background-color: #c86000;
  margin-left: -50px;
  width: 100px;
}
.cid-vqLqjPBKPe .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-vqLqjPBKPe .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-vqLqjPBKPe .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-vqLqjPBKPe .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-vqLqjPBKPe .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-vqLqjPBKPe .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-vqLqjPBKPe .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-vqLqjPBKPe .custom1 {
  background: #6e96a1;
  color: white;
  width: 50px;
}
.cid-vqLqjPBKPe .custom2 {
  background: #4099a1;
  color: white;
  width: 50px;
}
.cid-vqLqjPBKPe .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-vqLqjPBKPe .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-vqLqjPBKPe .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-vqLqjPBKPe .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-vqLqjPBKPe P {
  color: #232323;
}
.cid-vqLqjPBKPe DIV {
  color: #ffffff;
}
.cid-vqLqjPBKPe H10 {
  color: #767676;
}
.cid-vqLqjPBKPe .hidden {
  display: none;
}
.cid-vqLqjPBKPe div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-vqLqjPBKPe .award-float {
  background: #003a70;
  width: 50px;
  overflow: hidden;
  position: relative;
}
.cid-vqLqjPBKPe .award-float .award-text {
  display: none;
}
.cid-vqLqjPBKPe .award-float:hover {
  width: 180px !important;
  margin-left: -130px !important;
  background: #003a70 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 8px !important;
}
.cid-vqLqjPBKPe .award-float:hover .award-icon {
  display: none;
}
.cid-vqLqjPBKPe .award-float:hover .award-text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.3px;
}
.cid-vefyARPGig {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #542647;
}
.cid-vefyARPGig .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vefyARPGig .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vefyARPGig .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vefyARPGig .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vefyARPGig .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vefyARPGig .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vefyARPGig .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vefyARPGig .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vefyARPGig .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vefyARPGig .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vefyARPGig .media-container-row .social-list a:hover {
  opacity: 1;
}
.cid-vefyARPGig .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vefyARPGig .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vefyARPGig .media-container-row .footer-columns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  text-align: left;
}
.cid-vefyARPGig .media-container-row .footer-col--text {
  flex: 1 1 320px;
}
.cid-vefyARPGig .media-container-row .footer-col--badges {
  text-align: left;
}
.cid-vefyARPGig .media-container-row .footer-badges-title {
  margin-bottom: 0.8rem !important;
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.cid-vefyARPGig .media-container-row .footer-badge-img {
  width: 140px;
  height: auto;
  display: block;
}
.cid-vefyARPGig .media-container-row .foot-menu-item {
  font-size: 0.85rem !important;
}
.cid-vefyARPGig .media-container-row .mbr-text {
  color: #efefef;
}
.cid-vefyARPGig .footer-col--text .mbr-text,
.cid-vefyARPGig .footer-col--text .mbr-text a,
.cid-vefyARPGig .footer-col--text .mbr-text b,
.cid-vefyARPGig .footer-col--text .mbr-text i {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 0.9rem !important;
}
.cid-vefyARPGig .media-container-row .mbr-text {
  color: #fddd9b;
  text-align: center;
}
.cid-uDJqASpUGw .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-uDJqASpUGw .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uDJqASpUGw a {
  font-style: normal;
}
.cid-uDJqASpUGw .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uDJqASpUGw .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uDJqASpUGw .nav-item:focus,
.cid-uDJqASpUGw .nav-link:focus {
  outline: none;
}
.cid-uDJqASpUGw .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDJqASpUGw .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uDJqASpUGw .menu-logo {
  margin-right: auto;
}
.cid-uDJqASpUGw .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDJqASpUGw .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uDJqASpUGw .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uDJqASpUGw .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uDJqASpUGw .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uDJqASpUGw .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uDJqASpUGw .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uDJqASpUGw .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uDJqASpUGw .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uDJqASpUGw .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uDJqASpUGw .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uDJqASpUGw .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uDJqASpUGw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uDJqASpUGw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uDJqASpUGw .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uDJqASpUGw .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uDJqASpUGw .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uDJqASpUGw .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uDJqASpUGw .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uDJqASpUGw .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uDJqASpUGw .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uDJqASpUGw .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uDJqASpUGw .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uDJqASpUGw button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uDJqASpUGw button.navbar-toggler:focus {
  outline: none;
}
.cid-uDJqASpUGw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uDJqASpUGw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uDJqASpUGw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uDJqASpUGw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uDJqASpUGw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uDJqASpUGw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDJqASpUGw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uDJqASpUGw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uDJqASpUGw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uDJqASpUGw .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDJqASpUGw .collapsed .btn {
  display: -webkit-flex;
}
.cid-uDJqASpUGw .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uDJqASpUGw .collapsed .navbar-collapse.collapsing,
.cid-uDJqASpUGw .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uDJqASpUGw .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uDJqASpUGw .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uDJqASpUGw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uDJqASpUGw .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uDJqASpUGw .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uDJqASpUGw .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uDJqASpUGw .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uDJqASpUGw .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uDJqASpUGw .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uDJqASpUGw .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uDJqASpUGw .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uDJqASpUGw .collapsed button.navbar-toggler {
  display: block;
}
.cid-uDJqASpUGw .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uDJqASpUGw .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uDJqASpUGw .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uDJqASpUGw .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uDJqASpUGw .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uDJqASpUGw .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-uDJqASpUGw.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDJqASpUGw img {
    height: 3.8rem !important;
  }
  .cid-uDJqASpUGw .btn {
    display: -webkit-flex;
  }
  .cid-uDJqASpUGw button.navbar-toggler {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
  }
  .cid-uDJqASpUGw .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uDJqASpUGw .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uDJqASpUGw .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uDJqASpUGw .navbar-collapse.collapsing,
  .cid-uDJqASpUGw .navbar-collapse.show {
    display: block !important;
  }
  .cid-uDJqASpUGw .navbar-collapse.collapsing .navbar-nav,
  .cid-uDJqASpUGw .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uDJqASpUGw .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uDJqASpUGw .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uDJqASpUGw .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uDJqASpUGw .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDJqASpUGw .navbar-collapse.collapsing .navbar-buttons,
  .cid-uDJqASpUGw .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uDJqASpUGw .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uDJqASpUGw .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uDJqASpUGw .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uDJqASpUGw .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uDJqASpUGw .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uDJqASpUGw .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uDJqASpUGw .menu-logo {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-uDJqASpUGw .menu-logo .navbar-brand {
    margin-left: 0 !important;
    padding: 0;
    width: 100%;
    justify-content: center;
  }
  .cid-uDJqASpUGw .menu-logo .navbar-caption-wrap {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-uDJqASpUGw .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uDJqASpUGw .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uDJqASpUGw .nav-link:hover,
.cid-uDJqASpUGw .dropdown-item:hover {
  color: #660039 !important;
}
.cid-uDJqASpUGw .navbar-nav .nav-link {
  font-weight: bold !important;
}
.cid-uDJqASpUGw .collapsed .navbar-brand {
  margin-left: 0 !important;
}
.cid-uDJqASpUGw body {
  outline: 2px solid red;
}
.cid-vf4LEOIfJ8 {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/leben-wohnen-b-.jpg");
}
.cid-vf4LEOIfJ8 .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-vf4LEOIfJ8 .mbr-author-desc {
  display: block;
}
.cid-vf4LEOIfJ8 .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-vf4LEOIfJ8 .mbr-testimonial .panel-item {
  border-radius: 25px 25px 0px 0px;
  background-color: #647f6a;
  background: linear-gradient(#647f6a, transparent);
}
.cid-vf4LEOIfJ8 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-vf4LEOIfJ8 .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 20px;
}
.cid-vf4LEOIfJ8 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-vf4LEOIfJ8 .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-vf4LEOIfJ8 .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-vf4LEOIfJ8 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vdYiG5gxzr {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #415947, #21503b);
}
.cid-vdYiG5gxzr H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-vdYiG5gxzr .mbr-text,
.cid-vdYiG5gxzr .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vs7kYqLki6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(60deg, #21503b, #405f44);
}
.cid-vcnqDmdqDR {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #415947;
}
.cid-vcnqDmdqDR .row {
  justify-content: center;
}
.cid-vcnqDmdqDR .col-title {
  margin-bottom: 2.5rem;
}
.cid-vcnqDmdqDR .mbr-section-title {
  color: #F6B7D2;
}
.cid-vcnqDmdqDR .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-vcnqDmdqDR .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-vcnqDmdqDR .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-vcnqDmdqDR .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vcnqDmdqDR .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: auto;
  flex-direction: column;
}
.cid-vcnqDmdqDR .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-vcnqDmdqDR .card:hover .card-title {
  text-decoration: none;
}
.cid-vcnqDmdqDR .card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.cid-vcnqDmdqDR .card-img-bg {
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: 0.75rem 0.75rem 0 0;
  overflow: hidden;
}
@media (max-width: 639px) {
  .cid-vcnqDmdqDR .card-img-bg {
    height: 380px;
  }
}
.cid-vcnqDmdqDR .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-vcnqDmdqDR .card-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 16px 16px 24px;
  position: relative;
  z-index: 5;
  background-color: transparent;
}
.cid-vcnqDmdqDR .card-box-overlay {
  display: none;
}
.cid-vcnqDmdqDR .card-title {
  width: 100%;
  margin-bottom: 8px;
  color: #ffffff;
  position: relative;
  z-index: 11;
}
.cid-vcnqDmdqDR .card-text {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
  text-align: left;
}
.cid-uDJqYcCJK7 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #90516f;
}
.cid-uDJqYcCJK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDJqYcCJK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDJqYcCJK7 .mbr-text,
.cid-uDJqYcCJK7 .mbr-section-btn {
  color: #6b774c;
}
.cid-uDJqYcCJK7 .mbr-section-title {
  color: #ffffff;
}
.cid-uDJqZ8qX9Y {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fcf7e8;
}
.cid-uDJqZ8qX9Y .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uDJqZ8qX9Y .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uDJqZ8qX9Y .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #c8632d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #c8632d;
  color: #c8632d;
  content: "✓";
}
.cid-uDJqZ8qX9Y .mbr-section-title {
  text-align: center;
  color: #942c5d;
}
.cid-uDJqZ8qX9Y .mbr-text {
  color: #942c5d;
}
.cid-vcjMZPhknc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fcf7e8;
}
.cid-vcjMZPhknc .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-vcjMZPhknc .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-vcjMZPhknc .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #828f14;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #828f14;
  color: #828f14;
  content: "✓";
}
.cid-vcjMZPhknc .mbr-section-title {
  text-align: center;
  color: #828f14;
}
.cid-vcjMZPhknc .mbr-text {
  color: #828f14;
}
.cid-veDsXfpkR8 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fcf7e8;
}
.cid-veDsXfpkR8 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-veDsXfpkR8 .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-veDsXfpkR8 .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #828f14;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #828f14;
  color: #828f14;
  content: "✓";
}
.cid-veDsXfpkR8 .mbr-section-title {
  text-align: center;
  color: #879a9f;
}
.cid-veDsXfpkR8 .mbr-text {
  color: #879a9f;
}
.cid-vcnpTLiATY {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #80883b;
}
.cid-vcnpTLiATY .row {
  justify-content: center;
}
.cid-vcnpTLiATY .col-title {
  margin-bottom: 2.5rem;
}
.cid-vcnpTLiATY .mbr-section-title {
  color: #F6B7D2;
}
.cid-vcnpTLiATY .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-vcnpTLiATY .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-vcnpTLiATY .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-vcnpTLiATY .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-vcnpTLiATY .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 480px;
}
@media (max-width: 639px) {
  .cid-vcnpTLiATY .card {
    min-height: 380px;
  }
}
.cid-vcnpTLiATY .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-vcnpTLiATY .card:hover .card-title {
  text-decoration: underline;
}
.cid-vcnpTLiATY .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-vcnpTLiATY .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-vcnpTLiATY .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-vcnpTLiATY .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-vcnpTLiATY .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-vcnpTLiATY .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-vcnpTLiATY .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-uDJqZOuVVB {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDJqZOuVVB .mbr-text,
.cid-uDJqZOuVVB .mbr-section-btn {
  text-align: center;
  color: #465052;
}
.cid-uDJqZOuVVB H3 {
  text-align: center;
  color: #cc2952;
}
.cid-uDJqZOuVVB H1 {
  color: #82786e;
}
.cid-uDJr0tnCGF {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-uDJr0tnCGF .image-block {
  margin: auto;
}
.cid-uDJr0tnCGF .mbr-figure {
  margin: 0 auto;
}
.cid-uDJr0tnCGF figcaption {
  position: relative;
}
.cid-uDJr0tnCGF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uDJr0tnCGF .image-block {
    width: 100% !important;
  }
}
.cid-uDJr0tnCGF .mbr-figure-caption div {
  color: #232323;
}
.cid-vqLqdIhhNG .icon-bar {
  z-index: 100002;
  right: 0.6%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqLqdIhhNG .icon-bar a:hover {
  background-color: #c86000;
  margin-left: -50px;
  width: 100px;
}
.cid-vqLqdIhhNG .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-vqLqdIhhNG .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-vqLqdIhhNG .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-vqLqdIhhNG .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-vqLqdIhhNG .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-vqLqdIhhNG .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-vqLqdIhhNG .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-vqLqdIhhNG .custom1 {
  background: #6e96a1;
  color: white;
  width: 50px;
}
.cid-vqLqdIhhNG .custom2 {
  background: #4099a1;
  color: white;
  width: 50px;
}
.cid-vqLqdIhhNG .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-vqLqdIhhNG .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-vqLqdIhhNG .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-vqLqdIhhNG .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-vqLqdIhhNG P {
  color: #232323;
}
.cid-vqLqdIhhNG DIV {
  color: #ffffff;
}
.cid-vqLqdIhhNG H10 {
  color: #767676;
}
.cid-vqLqdIhhNG .hidden {
  display: none;
}
.cid-vqLqdIhhNG div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-vqLqdIhhNG .award-float {
  background: #003a70;
  width: 50px;
  overflow: hidden;
  position: relative;
}
.cid-vqLqdIhhNG .award-float .award-text {
  display: none;
}
.cid-vqLqdIhhNG .award-float:hover {
  width: 180px !important;
  margin-left: -130px !important;
  background: #003a70 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 8px !important;
}
.cid-vqLqdIhhNG .award-float:hover .award-icon {
  display: none;
}
.cid-vqLqdIhhNG .award-float:hover .award-text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.3px;
}
.cid-uDJqAXzeKJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ab9033, #54889a);
}
.cid-uDJqAXzeKJ .btn {
  margin: 0 0 .5rem 0;
}
.cid-uDJqAXzeKJ H3 {
  text-align: center;
  color: #f9bf15;
}
.cid-uDJqAXzeKJ H2 {
  text-align: center;
  color: #f9bf15;
}
.cid-vefyARPGig {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #542647;
}
.cid-vefyARPGig .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vefyARPGig .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vefyARPGig .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vefyARPGig .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vefyARPGig .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vefyARPGig .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vefyARPGig .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vefyARPGig .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vefyARPGig .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vefyARPGig .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vefyARPGig .media-container-row .social-list a:hover {
  opacity: 1;
}
.cid-vefyARPGig .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vefyARPGig .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vefyARPGig .media-container-row .footer-columns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  text-align: left;
}
.cid-vefyARPGig .media-container-row .footer-col--text {
  flex: 1 1 320px;
}
.cid-vefyARPGig .media-container-row .footer-col--badges {
  text-align: left;
}
.cid-vefyARPGig .media-container-row .footer-badges-title {
  margin-bottom: 0.8rem !important;
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.cid-vefyARPGig .media-container-row .footer-badge-img {
  width: 140px;
  height: auto;
  display: block;
}
.cid-vefyARPGig .media-container-row .foot-menu-item {
  font-size: 0.85rem !important;
}
.cid-vefyARPGig .media-container-row .mbr-text {
  color: #efefef;
}
.cid-vefyARPGig .footer-col--text .mbr-text,
.cid-vefyARPGig .footer-col--text .mbr-text a,
.cid-vefyARPGig .footer-col--text .mbr-text b,
.cid-vefyARPGig .footer-col--text .mbr-text i {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 0.9rem !important;
}
.cid-vefyARPGig .media-container-row .mbr-text {
  color: #fddd9b;
  text-align: center;
}
.cid-rOYL1fmork .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rOYL1fmork .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rOYL1fmork a {
  font-style: normal;
}
.cid-rOYL1fmork .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rOYL1fmork .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rOYL1fmork .nav-item:focus,
.cid-rOYL1fmork .nav-link:focus {
  outline: none;
}
.cid-rOYL1fmork .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rOYL1fmork .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rOYL1fmork .menu-logo {
  margin-right: auto;
}
.cid-rOYL1fmork .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rOYL1fmork .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rOYL1fmork .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rOYL1fmork .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rOYL1fmork .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rOYL1fmork .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rOYL1fmork .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rOYL1fmork .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rOYL1fmork .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rOYL1fmork .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rOYL1fmork .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rOYL1fmork .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rOYL1fmork .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rOYL1fmork .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rOYL1fmork .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rOYL1fmork .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rOYL1fmork .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rOYL1fmork .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rOYL1fmork .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rOYL1fmork .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rOYL1fmork .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rOYL1fmork .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rOYL1fmork .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rOYL1fmork button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rOYL1fmork button.navbar-toggler:focus {
  outline: none;
}
.cid-rOYL1fmork button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-rOYL1fmork button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rOYL1fmork button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rOYL1fmork button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rOYL1fmork button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rOYL1fmork nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOYL1fmork nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rOYL1fmork nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rOYL1fmork nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOYL1fmork .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rOYL1fmork .collapsed .btn {
  display: -webkit-flex;
}
.cid-rOYL1fmork .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rOYL1fmork .collapsed .navbar-collapse.collapsing,
.cid-rOYL1fmork .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rOYL1fmork .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rOYL1fmork .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rOYL1fmork .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rOYL1fmork .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rOYL1fmork .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rOYL1fmork .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rOYL1fmork .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rOYL1fmork .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rOYL1fmork .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rOYL1fmork .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rOYL1fmork .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rOYL1fmork .collapsed button.navbar-toggler {
  display: block;
}
.cid-rOYL1fmork .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rOYL1fmork .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rOYL1fmork .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rOYL1fmork .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rOYL1fmork .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rOYL1fmork .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rOYL1fmork.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rOYL1fmork img {
    height: 3.8rem !important;
  }
  .cid-rOYL1fmork .btn {
    display: -webkit-flex;
  }
  .cid-rOYL1fmork button.navbar-toggler {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
  }
  .cid-rOYL1fmork .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rOYL1fmork .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rOYL1fmork .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rOYL1fmork .navbar-collapse.collapsing,
  .cid-rOYL1fmork .navbar-collapse.show {
    display: block !important;
  }
  .cid-rOYL1fmork .navbar-collapse.collapsing .navbar-nav,
  .cid-rOYL1fmork .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rOYL1fmork .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rOYL1fmork .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rOYL1fmork .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rOYL1fmork .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rOYL1fmork .navbar-collapse.collapsing .navbar-buttons,
  .cid-rOYL1fmork .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rOYL1fmork .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rOYL1fmork .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rOYL1fmork .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rOYL1fmork .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rOYL1fmork .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rOYL1fmork .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rOYL1fmork .menu-logo {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-rOYL1fmork .menu-logo .navbar-brand {
    margin-left: 0 !important;
    padding: 0;
    width: 100%;
    justify-content: center;
  }
  .cid-rOYL1fmork .menu-logo .navbar-caption-wrap {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rOYL1fmork .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rOYL1fmork .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rOYL1fmork .nav-link:hover,
.cid-rOYL1fmork .dropdown-item:hover {
  color: #660039 !important;
}
.cid-rOYL1fmork .navbar-nav .nav-link {
  font-weight: bold !important;
}
.cid-rOYL1fmork .collapsed .navbar-brand {
  margin-left: 0 !important;
}
.cid-rOYL1fmork body {
  outline: 2px solid red;
}
.cid-vf4TYUfEzs {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kontakt-12.jpg");
}
.cid-vf4TYUfEzs .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-vf4TYUfEzs .mbr-author-desc {
  display: block;
}
.cid-vf4TYUfEzs .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-vf4TYUfEzs .mbr-testimonial .panel-item {
  border-radius: 25px 25px 0px 0px;
  background-color: #416248;
  background: linear-gradient(#416248, transparent);
}
.cid-vf4TYUfEzs .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-vf4TYUfEzs .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 20px;
}
.cid-vf4TYUfEzs .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-vf4TYUfEzs .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-vf4TYUfEzs .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-vf4TYUfEzs .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vdYiYpBrn3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #415947, #21503b);
}
.cid-vdYiYpBrn3 H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-vdYiYpBrn3 .mbr-text,
.cid-vdYiYpBrn3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vs7lqalIqS {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(60deg, #21503b, #405f44);
}
.cid-uDRfRT1QVa {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1-1920x1277.jpg");
}
.cid-uDRfRT1QVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDRfRT1QVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDRfRT1QVa .items-wrap {
  justify-content: center;
}
.cid-uDRfRT1QVa .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDRfRT1QVa .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDRfRT1QVa .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDRfRT1QVa .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-left: -3rem;
  margin-right: -3rem;
}
@media (max-width: 992px) {
  .cid-uDRfRT1QVa .items-wrapper {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uDRfRT1QVa .item {
    margin-bottom: 16px;
  }
}
.cid-uDRfRT1QVa .item:hover .item-wrapper,
.cid-uDRfRT1QVa .item:focus .item-wrapper {
  border: 2px solid #ffbd42;
}
.cid-uDRfRT1QVa .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uDRfRT1QVa .item .item-wrapper {
    padding: 20px 16px;
  }
}
.cid-uDRfRT1QVa .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDRfRT1QVa .item .item-wrapper .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uDRfRT1QVa .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 56px;
  background: linear-gradient(230deg, #ff9874, #dfce7b);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uDRfRT1QVa .item .item-wrapper .card-box .title-wrap .item-title,
.cid-uDRfRT1QVa .item .item-wrapper .card-box .title-wrap .item-title_2 {
  margin-bottom: 16px;
}
.cid-uDRfRT1QVa .item .item-wrapper .card-box .title-wrap .item-text,
.cid-uDRfRT1QVa .item .item-wrapper .card-box .title-wrap .item-text_2 {
  margin-bottom: 0;
}
.cid-uDRfRT1QVa .item .card_1 {
  background-color: #efefef;
  border: 2px solid #efefef;
  border-radius: 25px;
}
.cid-uDRfRT1QVa .item .card_2 {
  background-color: #efefef;
  border: 2px solid #efefef;
  border-radius: 25px;
}
.cid-uDRfRT1QVa .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uDRfRT1QVa .item-title {
  color: #f2f2f2;
}
.cid-uDRfRT1QVa .item-title_2 {
  color: #f2f2f2;
}
.cid-uDRfRT1QVa .item-text {
  color: #b9b9b9;
}
.cid-uDRfRT1QVa .item-text_2 {
  color: #b9b9b9;
}
.cid-uDRfRT1QVa .item-text,
.cid-uDRfRT1QVa .icon-wrapper {
  color: #232323;
}
.cid-uDRfRT1QVa .item-text_2,
.cid-uDRfRT1QVa .icon-wrapper {
  color: #232323;
}
.cid-uDRfRT1QVa .item-title,
.cid-uDRfRT1QVa .icon-wrapper {
  color: #232323;
}
.cid-uDRfRT1QVa .item-title_2,
.cid-uDRfRT1QVa .icon-wrapper {
  color: #232323;
}
.cid-uRSp1F4ubp {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #5a7350;
}
.cid-uRSp1F4ubp .showAlerts {
  display: block !important;
}
.cid-uRSp1F4ubp .rowflexrev {
  display: -webkit-flex;
}
.cid-uRSp1F4ubp .title {
  margin-bottom: 2rem;
}
.cid-uRSp1F4ubp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRSp1F4ubp textarea.form-control {
  min-height: 188px;
}
.cid-uRSp1F4ubp LABEL {
  color: #232323;
  display: initial;
}
.cid-uRSp1F4ubp .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uRSp1F4ubp .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uRSp1F4ubp .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uRSp1F4ubp .mbr-section-gdpr {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.cid-uRSp1F4ubp .alert {
  margin-bottom: 0;
}
.cid-uRSp1F4ubp .alert-success {
  background-color: #699c59;
}
.cid-uRSp1F4ubp .alert-danger {
  background-color: #ff4a52;
}
.cid-uRSp1F4ubp .btn {
  display: inline-flex;
}
.cid-uRSp1F4ubp .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uRSp1F4ubp .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uRSp1F4ubp .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-uRSp1F4ubp input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uRSp1F4ubp input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uRSp1F4ubp input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-uRSp1F4ubp input,
.cid-uRSp1F4ubp option,
.cid-uRSp1F4ubp textarea {
  color: #000000;
}
.cid-uRSp1F4ubp H2 {
  color: #f3f4f6;
}
.cid-vclrs9LXNl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #5a7350;
}
.cid-vclrs9LXNl .showAlerts {
  display: block !important;
}
.cid-vclrs9LXNl .rowflexrev {
  display: -webkit-flex;
}
.cid-vclrs9LXNl .title {
  margin-bottom: 2rem;
}
.cid-vclrs9LXNl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vclrs9LXNl textarea.form-control {
  min-height: 188px;
}
.cid-vclrs9LXNl LABEL {
  color: #232323;
  display: initial;
}
.cid-vclrs9LXNl .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vclrs9LXNl .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-vclrs9LXNl .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-vclrs9LXNl .mbr-section-gdpr {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.cid-vclrs9LXNl .alert {
  margin-bottom: 0;
}
.cid-vclrs9LXNl .alert-success {
  background-color: #699c59;
}
.cid-vclrs9LXNl .alert-danger {
  background-color: #ff4a52;
}
.cid-vclrs9LXNl .btn {
  display: inline-flex;
}
.cid-vclrs9LXNl .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-vclrs9LXNl .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-vclrs9LXNl .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-vclrs9LXNl input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-vclrs9LXNl input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-vclrs9LXNl input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-vclrs9LXNl input,
.cid-vclrs9LXNl option,
.cid-vclrs9LXNl textarea {
  color: #000000;
}
.cid-vclrs9LXNl H2 {
  color: #f3f4f6;
}
.cid-vcPyMc9IJM {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #cad0a5;
}
.cid-vcPyMc9IJM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vcPyMc9IJM .form-control,
.cid-vcPyMc9IJM .field-input {
  padding: 0px 20px;
  min-height: auto;
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
  border-radius: 25px;
  height: 50px;
  display: flex;
  align-items: center;
}
.cid-vcPyMc9IJM .form-control::-webkit-input-placeholder,
.cid-vcPyMc9IJM .field-input::-webkit-input-placeholder,
.cid-vcPyMc9IJM .form-control::-webkit-input-placeholder,
.cid-vcPyMc9IJM .field-input::-webkit-input-placeholder {
  color: #606060;
}
.cid-vcPyMc9IJM .form-control:-moz-placeholder,
.cid-vcPyMc9IJM .field-input:-moz-placeholder,
.cid-vcPyMc9IJM .form-control:-moz-placeholder,
.cid-vcPyMc9IJM .field-input:-moz-placeholder {
  color: #606060;
}
.cid-vcPyMc9IJM .form-control:hover,
.cid-vcPyMc9IJM .field-input:hover,
.cid-vcPyMc9IJM .form-control:focus,
.cid-vcPyMc9IJM .field-input:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-vcPyMc9IJM .form-control:hover::-webkit-input-placeholder,
.cid-vcPyMc9IJM .field-input:hover::-webkit-input-placeholder,
.cid-vcPyMc9IJM .form-control:focus::-webkit-input-placeholder,
.cid-vcPyMc9IJM .field-input:focus::-webkit-input-placeholder,
.cid-vcPyMc9IJM .form-control:hover::-webkit-input-placeholder,
.cid-vcPyMc9IJM .field-input:hover::-webkit-input-placeholder,
.cid-vcPyMc9IJM .form-control:focus::-webkit-input-placeholder,
.cid-vcPyMc9IJM .field-input:focus::-webkit-input-placeholder {
  color: #606060;
}
.cid-vcPyMc9IJM .form-control:hover:-moz-placeholder,
.cid-vcPyMc9IJM .field-input:hover:-moz-placeholder,
.cid-vcPyMc9IJM .form-control:focus:-moz-placeholder,
.cid-vcPyMc9IJM .field-input:focus:-moz-placeholder,
.cid-vcPyMc9IJM .form-control:hover:-moz-placeholder,
.cid-vcPyMc9IJM .field-input:hover:-moz-placeholder,
.cid-vcPyMc9IJM .form-control:focus:-moz-placeholder,
.cid-vcPyMc9IJM .field-input:focus:-moz-placeholder {
  color: #606060;
}
.cid-vcPyMc9IJM textarea {
  padding-top: 1rem !important;
  height: 160px !important;
}
.cid-vcPyMc9IJM .jq-number__spin:hover,
.cid-vcPyMc9IJM .jq-number__spin:focus {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-vcPyMc9IJM .jq-number__spin {
  background-color: #e7e8ea;
  border-color: #e7e8ea;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-vcPyMc9IJM .jq-selectbox li,
.cid-vcPyMc9IJM .jq-selectbox li {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-vcPyMc9IJM .jq-selectbox li:hover,
.cid-vcPyMc9IJM .jq-selectbox li.selected {
  background-color: #e7e8ea;
  color: #000000;
}
.cid-vcPyMc9IJM .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-vcPyMc9IJM .jq-number__spin.minus:hover:after,
.cid-vcPyMc9IJM .jq-number__spin.plus:hover:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-vcPyMc9IJM .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-vcPyMc9IJM .jq-number__spin.minus:after,
.cid-vcPyMc9IJM .jq-number__spin.plus:after {
  border-top-color: #e7e8ea;
  border-bottom-color: #e7e8ea;
}
.cid-vcPyMc9IJM .wrap {
  position: relative;
}
.cid-vcPyMc9IJM .mbr-form {
  z-index: 1;
}
.cid-vcPyMc9IJM input::-webkit-clear-button {
  display: none;
}
.cid-vcPyMc9IJM input::-webkit-inner-spin-button {
  display: none;
}
.cid-vcPyMc9IJM input::-webkit-outer-spin-button {
  display: none;
}
.cid-vcPyMc9IJM input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-vcPyMc9IJM .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f7ed4a;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-vcPyMc9IJM .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-vcPyMc9IJM .mbr-section-title {
  color: #7f7658;
}
.cid-vcPyMc9IJM .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-vcPyMc9IJM .mbr-section-subtitle {
  color: #6a634c;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-vcPyMc9IJM .mbr-text {
  color: #606060;
}
.cid-vcPyMc9IJM .btn {
  padding: 18px 26px;
  border-radius: 30px;
}
.cid-vcPyMc9IJM .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-vcPyMc9IJM .required {
  width: 100%;
  color: #808080;
}
.cid-vcPyMc9IJM img {
  width: 100%;
  -webkit-mask-box-image: url("../../../assets/images/blob1.svg");
  mask-image: url("../../../assets/images/blob1.svg");
  -webkit-mask-box-image-repeat: space;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  -webkit-mask-size: auto auto;
  position: relative;
}
.cid-vcPyMc9IJM .counter {
  top: 45%;
  left: 10%;
}
.cid-vcPyMc9IJM .counter .full-circle {
  background-color: #7c9381;
  display: inline-block;
  border-radius: 50%;
  min-width: 100px;
  min-height: 100px;
  padding: 24px;
  text-align: center;
  white-space: nowrap;
}
.cid-vcPyMc9IJM .counter .full-circle::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cid-vcPyMc9IJM .counter .full-circle .full-circle-inner {
  display: inline-block;
  vertical-align: middle;
}
.cid-vcPyMc9IJM .counter .full-circle .full-circle-inner .circle-text {
  color: #ffffff;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcPyMc9IJM img {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-vcPyMc9IJM .required {
    text-align: center;
  }
}
.cid-vcPyMc9IJM .jq-selectbox__select {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  height: 50px;
}
.cid-vcPyMc9IJM .form-control-label,
.cid-vcPyMc9IJM .form-check {
  margin-left: 20px;
}
.cid-uROInJSdV6 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uROInJSdV6 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uROInJSdV6 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uROInJSdV6 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-uROInJSdV6 .card-box {
  margin: auto;
}
.cid-uROInJSdV6 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #ffcc01;
}
@media (max-width: 767px) {
  .cid-uROInJSdV6 .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uROInJSdV6 .mbr-section-title {
  border-top: 1px solid #eb5c2c;
  padding-top: 1rem;
}
.cid-uROInJSdV6 .card-text {
  color: #03577b;
  text-align: center;
}
.cid-uROInJSdV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROInJSdV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROInJSdV6 .card-title {
  text-align: center;
  color: #828f14;
}
.cid-vf5AT1hmvL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vf5AT1hmvL .row {
  row-gap: 40px;
}
.cid-vf5AT1hmvL .mbr-section-head {
  padding-bottom: 50px;
}
.cid-vf5AT1hmvL .mbr-section-title {
  color: #9b8db7;
}
.cid-vf5AT1hmvL .mbr-section-subtitle {
  color: #303030;
  margin-top: 16px;
}
.cid-vf5AT1hmvL .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-vf5AT1hmvL .item-img img {
  width: 100%;
  aspect-ratio: calc(37 / (11 * 3));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-vf5AT1hmvL .item-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-vf5AT1hmvL .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-vf5AT1hmvL .item-content {
  flex-grow: 1;
  padding: 31px 42px 43px;
  background-color: #ffffff;
}
.cid-vf5AT1hmvL .item-title {
  color: #303030;
}
.cid-vf5AT1hmvL .mbr-text {
  margin-bottom: 4px;
  color: #02634d;
  text-decoration: none;
  text-align: center;
}
.cid-vf5AT1hmvL .icons-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 12px;
}
.cid-vf5AT1hmvL .iconfont-wrapper {
  padding: 11px;
  border-radius: 50%;
  transition: opacity 0.2s ease-out;
}
.cid-vf5AT1hmvL .iconfont-wrapper .mbr-iconfont {
  font-size: 14px;
  color: #02634d;
  transition: all 0.2s ease-out;
}
.cid-vf5AT1hmvL .iconfont-wrapper:hover {
  background-color: #efe6f7;
}
.cid-vf5AT1hmvL .iconfont-wrapper:hover .mbr-iconfont {
  color: #9b8db7;
}
.cid-vf5AT1hmvL .mbr-section-btn {
  margin-top: 10px;
}
.cid-rOYVI438G5 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
  border-radius: 25px;
}
.cid-rOYVI438G5 .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
  border-radius: 25px;
}
.cid-rOYVI438G5 .icon-block {
  margin-bottom: 10px;
}
.cid-rOYVI438G5 .icon-block .icon-block__icon {
  display: inline-block;
  vertical-align: middle;
  border-radius: 25px;
}
.cid-rOYVI438G5 .icon-block .icon-block__title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  line-height: 1;
  font-style: italic;
  border-radius: 25px;
}
.cid-rOYVI438G5 .mbr-text {
  color: #787324;
}
.cid-rOYVI438G5 textarea.form-control {
  min-height: 100px;
}
.cid-rOYVI438G5 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 35px;
}
.cid-rOYVI438G5 .google-map {
  position: relative;
}
.cid-rOYVI438G5 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 35px;
}
.cid-rOYVI438G5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rOYVI438G5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rOYVI438G5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 767px) {
  .cid-rOYVI438G5 h2 {
    padding-top: 2rem;
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .cid-rOYVI438G5 .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-rOYVI438G5 .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
.cid-rOYVI438G5 H2 {
  color: #aea739;
}
.cid-rOYVI438G5 .icon-block,
.cid-rOYVI438G5 .icon-block .icon-block__title {
  color: #8aa400;
  border-radius: 25px;
}
.cid-rOYVI438G5 H5 {
  color: #aea739;
}
.cid-rOYVI438G5 .mbr-author-name {
  color: #232323;
}
.cid-rOYVI438G5 .testimonial-text {
  color: #232323;
}
.cid-uRrFUycgU4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #686e30;
}
.cid-uRrFUycgU4 .row {
  justify-content: center;
}
.cid-uRrFUycgU4 .col-title {
  margin-bottom: 2.5rem;
}
.cid-uRrFUycgU4 .mbr-section-title {
  color: #F6B7D2;
}
.cid-uRrFUycgU4 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-uRrFUycgU4 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-uRrFUycgU4 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uRrFUycgU4 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uRrFUycgU4 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 360px;
}
@media (max-width: 639px) {
  .cid-uRrFUycgU4 .card {
    min-height: 87px;
  }
}
.cid-uRrFUycgU4 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uRrFUycgU4 .card:hover .card-title {
  text-decoration: underline;
}
.cid-uRrFUycgU4 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-uRrFUycgU4 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-uRrFUycgU4 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-uRrFUycgU4 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-uRrFUycgU4 .card-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  mix-blend-mode: multiply;
  transform: matrix(1, 0, 0, 1, 0, 1);
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.cid-uRrFUycgU4 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-uRrFUycgU4 .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.cid-vqLqnR92rZ .icon-bar {
  z-index: 100002;
  right: 0.6%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqLqnR92rZ .icon-bar a:hover {
  background-color: #c86000;
  margin-left: -50px;
  width: 100px;
}
.cid-vqLqnR92rZ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-vqLqnR92rZ .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-vqLqnR92rZ .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-vqLqnR92rZ .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-vqLqnR92rZ .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-vqLqnR92rZ .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-vqLqnR92rZ .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-vqLqnR92rZ .custom1 {
  background: #6e96a1;
  color: white;
  width: 50px;
}
.cid-vqLqnR92rZ .custom2 {
  background: #4099a1;
  color: white;
  width: 50px;
}
.cid-vqLqnR92rZ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-vqLqnR92rZ .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-vqLqnR92rZ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-vqLqnR92rZ .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-vqLqnR92rZ P {
  color: #232323;
}
.cid-vqLqnR92rZ DIV {
  color: #ffffff;
}
.cid-vqLqnR92rZ H10 {
  color: #767676;
}
.cid-vqLqnR92rZ .hidden {
  display: none;
}
.cid-vqLqnR92rZ div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-vqLqnR92rZ .award-float {
  background: #003a70;
  width: 50px;
  overflow: hidden;
  position: relative;
}
.cid-vqLqnR92rZ .award-float .award-text {
  display: none;
}
.cid-vqLqnR92rZ .award-float:hover {
  width: 180px !important;
  margin-left: -130px !important;
  background: #003a70 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 8px !important;
}
.cid-vqLqnR92rZ .award-float:hover .award-icon {
  display: none;
}
.cid-vqLqnR92rZ .award-float:hover .award-text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.3px;
}
.cid-vefyARPGig {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #542647;
}
.cid-vefyARPGig .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vefyARPGig .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vefyARPGig .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vefyARPGig .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vefyARPGig .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vefyARPGig .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vefyARPGig .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vefyARPGig .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vefyARPGig .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vefyARPGig .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vefyARPGig .media-container-row .social-list a:hover {
  opacity: 1;
}
.cid-vefyARPGig .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vefyARPGig .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vefyARPGig .media-container-row .footer-columns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  text-align: left;
}
.cid-vefyARPGig .media-container-row .footer-col--text {
  flex: 1 1 320px;
}
.cid-vefyARPGig .media-container-row .footer-col--badges {
  text-align: left;
}
.cid-vefyARPGig .media-container-row .footer-badges-title {
  margin-bottom: 0.8rem !important;
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.cid-vefyARPGig .media-container-row .footer-badge-img {
  width: 140px;
  height: auto;
  display: block;
}
.cid-vefyARPGig .media-container-row .foot-menu-item {
  font-size: 0.85rem !important;
}
.cid-vefyARPGig .media-container-row .mbr-text {
  color: #efefef;
}
.cid-vefyARPGig .footer-col--text .mbr-text,
.cid-vefyARPGig .footer-col--text .mbr-text a,
.cid-vefyARPGig .footer-col--text .mbr-text b,
.cid-vefyARPGig .footer-col--text .mbr-text i {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 0.9rem !important;
}
.cid-vefyARPGig .media-container-row .mbr-text {
  color: #fddd9b;
  text-align: center;
}
.cid-vqLrzzFCEH .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-vqLrzzFCEH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-vqLrzzFCEH a {
  font-style: normal;
}
.cid-vqLrzzFCEH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-vqLrzzFCEH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-vqLrzzFCEH .nav-item:focus,
.cid-vqLrzzFCEH .nav-link:focus {
  outline: none;
}
.cid-vqLrzzFCEH .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-vqLrzzFCEH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-vqLrzzFCEH .menu-logo {
  margin-right: auto;
}
.cid-vqLrzzFCEH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-vqLrzzFCEH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-vqLrzzFCEH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-vqLrzzFCEH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-vqLrzzFCEH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-vqLrzzFCEH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-vqLrzzFCEH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-vqLrzzFCEH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-vqLrzzFCEH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-vqLrzzFCEH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-vqLrzzFCEH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-vqLrzzFCEH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-vqLrzzFCEH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-vqLrzzFCEH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vqLrzzFCEH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-vqLrzzFCEH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vqLrzzFCEH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-vqLrzzFCEH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-vqLrzzFCEH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-vqLrzzFCEH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-vqLrzzFCEH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-vqLrzzFCEH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-vqLrzzFCEH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-vqLrzzFCEH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-vqLrzzFCEH button.navbar-toggler:focus {
  outline: none;
}
.cid-vqLrzzFCEH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-vqLrzzFCEH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vqLrzzFCEH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vqLrzzFCEH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vqLrzzFCEH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vqLrzzFCEH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqLrzzFCEH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-vqLrzzFCEH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-vqLrzzFCEH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vqLrzzFCEH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vqLrzzFCEH .collapsed .btn {
  display: -webkit-flex;
}
.cid-vqLrzzFCEH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-vqLrzzFCEH .collapsed .navbar-collapse.collapsing,
.cid-vqLrzzFCEH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-vqLrzzFCEH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-vqLrzzFCEH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-vqLrzzFCEH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-vqLrzzFCEH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-vqLrzzFCEH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-vqLrzzFCEH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-vqLrzzFCEH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-vqLrzzFCEH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-vqLrzzFCEH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-vqLrzzFCEH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-vqLrzzFCEH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-vqLrzzFCEH .collapsed button.navbar-toggler {
  display: block;
}
.cid-vqLrzzFCEH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-vqLrzzFCEH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-vqLrzzFCEH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-vqLrzzFCEH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-vqLrzzFCEH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-vqLrzzFCEH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-vqLrzzFCEH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vqLrzzFCEH img {
    height: 3.8rem !important;
  }
  .cid-vqLrzzFCEH .btn {
    display: -webkit-flex;
  }
  .cid-vqLrzzFCEH button.navbar-toggler {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
  }
  .cid-vqLrzzFCEH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-vqLrzzFCEH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-vqLrzzFCEH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-vqLrzzFCEH .navbar-collapse.collapsing,
  .cid-vqLrzzFCEH .navbar-collapse.show {
    display: block !important;
  }
  .cid-vqLrzzFCEH .navbar-collapse.collapsing .navbar-nav,
  .cid-vqLrzzFCEH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-vqLrzzFCEH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-vqLrzzFCEH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-vqLrzzFCEH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-vqLrzzFCEH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-vqLrzzFCEH .navbar-collapse.collapsing .navbar-buttons,
  .cid-vqLrzzFCEH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-vqLrzzFCEH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-vqLrzzFCEH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-vqLrzzFCEH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-vqLrzzFCEH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-vqLrzzFCEH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-vqLrzzFCEH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-vqLrzzFCEH .menu-logo {
    margin-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .cid-vqLrzzFCEH .menu-logo .navbar-brand {
    margin-left: 0 !important;
    padding: 0;
    width: 100%;
    justify-content: center;
  }
  .cid-vqLrzzFCEH .menu-logo .navbar-caption-wrap {
    justify-content: center;
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-vqLrzzFCEH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-vqLrzzFCEH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-vqLrzzFCEH .nav-link:hover,
.cid-vqLrzzFCEH .dropdown-item:hover {
  color: #660039 !important;
}
.cid-vqLrzzFCEH .navbar-nav .nav-link {
  font-weight: bold !important;
}
.cid-vqLrzzFCEH .collapsed .navbar-brand {
  margin-left: 0 !important;
}
.cid-vqLrzzFCEH body {
  outline: 2px solid red;
}
.cid-vqLuBV2Fmp {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/header-schnellbewerbung.jpg");
}
.cid-vqLuBV2Fmp .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-vqLuBV2Fmp .mbr-author-desc {
  display: block;
}
.cid-vqLuBV2Fmp .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-vqLuBV2Fmp .mbr-testimonial .panel-item {
  border-radius: 25px 25px 0px 0px;
  background-color: #567824;
  background: linear-gradient(#567824, transparent);
}
.cid-vqLuBV2Fmp .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-vqLuBV2Fmp .mbr-testimonial .card-block .testimonial-photo {
  margin-top: -5rem;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 20px;
}
.cid-vqLuBV2Fmp .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-vqLuBV2Fmp .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-vqLuBV2Fmp .mbr-testimonial .card-footer {
  padding: 0 2rem 2rem 2rem;
  border-top: 0;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 260px) {
  .cid-vqLuBV2Fmp .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-vqLuBV2Fmp H1 {
  color: #bd0101;
}
.cid-vqLuBV2Fmp H2 {
  color: #bd0101;
}
.cid-vqLuBV2Fmp .claim-main {
  font-size: 3rem !important;
  font-style: normal !important;
  font-family: 'Istok Web', sans-serif !important;
}
.cid-vqLuBV2Fmp .claim-sub {
  font-size: 1.8rem !important;
  font-style: normal !important;
  font-family: 'Istok Web', sans-serif !important;
  margin-left: 3rem !important;
}
.cid-vqLuBV2Fmp .mbr-testimonial .mbr-text {
  hyphens: manual !important;
  -webkit-hyphens: manual !important;
  word-wrap: normal !important;
  word-break: normal !important;
}
.cid-vqLuBV2Fmp .header-claim {
  max-width: 55% !important;
}
@media (max-width: 991px) {
  .cid-vqLuBV2Fmp {
    background-position: left top !important;
  }
  .cid-vqLuBV2Fmp .header-claim {
    max-width: 70% !important;
    margin-top: 1.5rem !important;
    margin-left: 0.5rem !important;
  }
  .cid-vqLuBV2Fmp .claim-main {
    font-size: 2.2rem !important;
    line-height: 1.15 !important;
  }
  .cid-vqLuBV2Fmp .claim-sub {
    font-size: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
}
@font-face {
  font-family: 'IstokWeb-Regular';
  src: url('../../../font.ttf') format('truetype');
}
.cid-vqLrzAs0II {
  padding-top: 15px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #415947, #21503b);
}
.cid-vqLrzAs0II H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-vqLrzAs0II .mbr-text,
.cid-vqLrzAs0II .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vs7lf0N063 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(60deg, #21503b, #405f44);
}
.cid-vqLuECMa2O {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #647f6a;
}
.cid-vqLuECMa2O .mbr-text,
.cid-vqLuECMa2O blockquote {
  color: #767676;
}
.cid-vqLuECMa2O .mbr-text {
  color: #ffffff;
}
.cid-vqLuFUz0G4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-vqLuFUz0G4 .showAlerts {
  display: block !important;
}
.cid-vqLuFUz0G4 .rowflexrev {
  display: -webkit-flex;
}
.cid-vqLuFUz0G4 .title {
  margin-bottom: 2rem;
}
.cid-vqLuFUz0G4 .mbr-section-subtitle {
  color: #767676;
}
.cid-vqLuFUz0G4 * {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
.cid-vqLuFUz0G4 .form-control {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  background-color: #f7fafc !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 6px !important;
  padding: 14px 20px !important;
  font-size: 1rem !important;
  box-shadow: none !important;
}
.cid-vqLuFUz0G4 .form-control:focus {
  border-color: #0d7fa5 !important;
  box-shadow: 0 0 0 3px rgba(13, 127, 165, 0.12) !important;
}
.cid-vqLuFUz0G4 .form-control:invalid:not(:placeholder-shown) {
  border-color: #ff4a52 !important;
  background-color: #fffafb !important;
}
.cid-vqLuFUz0G4 .text-area-abstand {
  margin-top: 15px !important;
  min-height: 120px !important;
}
.cid-vqLuFUz0G4 .col-12.mb-3 {
  margin-bottom: 20px !important;
}
.cid-vqLuFUz0G4 LABEL {
  color: #232323;
  display: initial;
}
.cid-vqLuFUz0G4 .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
  font-weight: 500;
  cursor: pointer;
}
.cid-vqLuFUz0G4 .alert {
  margin-bottom: 0;
  display: none;
  margin-top: 20px;
  padding: 14px 18px;
  border-radius: 6px;
  font-weight: 600;
  text-align: center;
}
.cid-vqLuFUz0G4 .alert-success {
  background: #e8f5e9;
  color: #1b5e20;
  border: 1px solid #a5d6a7;
}
.cid-vqLuFUz0G4 .alert-danger {
  background: #ffebee;
  color: #b71c1c;
  border: 1px solid #ef9a9a;
}
.cid-vqLuFUz0G4 input,
.cid-vqLuFUz0G4 option,
.cid-vqLuFUz0G4 textarea {
  color: #000000;
}
.cid-vqLuFUz0G4 .kacheln-container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 15px !important;
  margin-top: 15px !important;
  margin-bottom: 10px !important;
}
@media (max-width: 768px) {
  .cid-vqLuFUz0G4 .kacheln-container {
    grid-template-columns: 1fr !important;
  }
}
.cid-vqLuFUz0G4 .kachel-option {
  position: relative !important;
}
.cid-vqLuFUz0G4 .kachel-input {
  position: absolute !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: -1 !important;
}
.cid-vqLuFUz0G4 .kachel-label {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 22px 15px !important;
  background-color: #f8f9fa !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  text-align: center !important;
  transition: all 0.2s ease-in-out !important;
  height: 100% !important;
  margin: 0 !important;
}
.cid-vqLuFUz0G4 .kachel-label:hover {
  border-color: #cbd5e1 !important;
  background-color: #f8fafc !important;
}
.cid-vqLuFUz0G4 .kachel-input:checked + .kachel-label {
  border: 2px solid #0d7fa5 !important;
  background-color: #f0f9fc !important;
}
.cid-vqLuFUz0G4 .kachel-title {
  font-size: 1.05rem !important;
  font-weight: bold !important;
  color: #1e293b !important;
  margin-bottom: 5px !important;
  display: block !important;
}
.cid-vqLuFUz0G4 .kachel-subtitle {
  font-size: 0.85rem !important;
  color: #64748b !important;
  display: block !important;
}
.cid-vqLuFUz0G4 .custom-file-upload {
  background: #f8fafc !important;
  border: 2px dashed #cbd5e1 !important;
  padding: 30px 20px !important;
  border-radius: 8px !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 15px !important;
}
.cid-vqLuFUz0G4 .upload-btn-wrapper {
  position: relative !important;
  overflow: hidden !important;
  display: inline-block !important;
  margin-bottom: 10px !important;
}
.cid-vqLuFUz0G4 .upload-btn-wrapper input[type=file] {
  font-size: 100px !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  opacity: 0 !important;
  cursor: pointer !important;
}
.cid-vqLuFUz0G4 .btn-upload-trigger {
  border: 1px solid #cbd5e1 !important;
  color: #475569 !important;
  background-color: #ffffff !important;
  padding: 10px 20px !important;
  border-radius: 4px !important;
  font-size: 0.95rem !important;
  font-weight: bold !important;
  cursor: pointer !important;
}
.cid-vqLuFUz0G4 .file-name-text {
  font-size: 0.9rem !important;
  color: #64748b !important;
  margin-top: 5px !important;
  font-weight: 500 !important;
}
.cid-vqLuFUz0G4 .btn-rotes-absenden {
  background-color: #b00000 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 18px 45px !important;
  font-size: 1.2rem !important;
  font-weight: bold !important;
  letter-spacing: 1px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  display: block !important;
  width: 100% !important;
  max-width: 450px !important;
  margin: 0 auto !important;
  transition: background-color 0.3s ease, transform 0.1s, box-shadow 0.3s ease !important;
  box-shadow: 0 4px 12px rgba(176, 0, 0, 0.2) !important;
}
.cid-vqLuFUz0G4 .btn-rotes-absenden:hover {
  background-color: #8c0000 !important;
}
.cid-vqLuFUz0G4 .btn-rotes-absenden.is-success-ready {
  background-color: #2e7d32 !important;
  box-shadow: 0 4px 12px rgba(46, 125, 50, 0.3) !important;
}
.cid-vqLuFUz0G4 .btn-rotes-absenden.is-success-ready:hover {
  background-color: #1b5e20 !important;
}
.cid-vqLuFUz0G4 .btn-rotes-absenden.is-submitting {
  background-color: #0d7fa5 !important;
  box-shadow: 0 4px 12px rgba(13, 127, 165, 0.3) !important;
  pointer-events: none !important;
  font-size: 1rem !important;
  padding: 15px 25px !important;
  max-width: 650px !important;
}
.cid-vqLuFUz0G4 .btn-rotes-absenden.is-sent {
  background-color: #0d7fa5 !important;
  box-shadow: 0 4px 12px rgba(13, 127, 165, 0.3) !important;
}
.cid-vqLuFUz0G4 .btn-rotes-absenden.is-error {
  background-color: #b00000 !important;
  box-shadow: 0 4px 12px rgba(176, 0, 0, 0.4) !important;
}
.cid-vqLuFUz0G4 .alert.show {
  display: block;
}
@font-face {
  font-family: 'IstokWeb-Regular';
  src: url('../../../font.ttf') format('truetype');
}
.cid-vqLrzJsxPe {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #ab9033, #54889a);
}
.cid-vqLrzJsxPe .btn {
  margin: 0 0 .5rem 0;
}
.cid-vqLrzJsxPe H3 {
  text-align: center;
  color: #f9bf15;
}
.cid-vqLrzJsxPe H2 {
  text-align: center;
  color: #f9bf15;
}
.cid-vqLrzJKe3s .icon-bar {
  z-index: 100002;
  right: 0.6%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-vqLrzJKe3s .icon-bar a:hover {
  background-color: #c86000;
  margin-left: -50px;
  width: 100px;
}
.cid-vqLrzJKe3s .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-vqLrzJKe3s .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-vqLrzJKe3s .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-vqLrzJKe3s .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-vqLrzJKe3s .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-vqLrzJKe3s .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-vqLrzJKe3s .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-vqLrzJKe3s .custom1 {
  background: #6e96a1;
  color: white;
  width: 50px;
}
.cid-vqLrzJKe3s .custom2 {
  background: #4099a1;
  color: white;
  width: 50px;
}
.cid-vqLrzJKe3s .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-vqLrzJKe3s .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-vqLrzJKe3s .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-vqLrzJKe3s .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-vqLrzJKe3s P {
  color: #232323;
}
.cid-vqLrzJKe3s DIV {
  color: #ffffff;
}
.cid-vqLrzJKe3s H10 {
  color: #767676;
}
.cid-vqLrzJKe3s .hidden {
  display: none;
}
.cid-vqLrzJKe3s div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.cid-vqLrzJKe3s .award-float {
  background: #003a70;
  width: 50px;
  overflow: hidden;
  position: relative;
}
.cid-vqLrzJKe3s .award-float .award-text {
  display: none;
}
.cid-vqLrzJKe3s .award-float:hover {
  width: 180px !important;
  margin-left: -130px !important;
  background: #003a70 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 10px 8px !important;
}
.cid-vqLrzJKe3s .award-float:hover .award-icon {
  display: none;
}
.cid-vqLrzJKe3s .award-float:hover .award-text {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  letter-spacing: 0.3px;
}
.cid-vqLrzKbC0k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #542647;
}
.cid-vqLrzKbC0k .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vqLrzKbC0k .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vqLrzKbC0k .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vqLrzKbC0k .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vqLrzKbC0k .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vqLrzKbC0k .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vqLrzKbC0k .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vqLrzKbC0k .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vqLrzKbC0k .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vqLrzKbC0k .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vqLrzKbC0k .media-container-row .social-list a:hover {
  opacity: 1;
}
.cid-vqLrzKbC0k .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vqLrzKbC0k .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vqLrzKbC0k .media-container-row .footer-columns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  text-align: left;
}
.cid-vqLrzKbC0k .media-container-row .footer-col--text {
  flex: 1 1 320px;
}
.cid-vqLrzKbC0k .media-container-row .footer-col--badges {
  text-align: left;
}
.cid-vqLrzKbC0k .media-container-row .footer-badges-title {
  margin-bottom: 0.8rem !important;
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.cid-vqLrzKbC0k .media-container-row .footer-badge-img {
  width: 140px;
  height: auto;
  display: block;
}
.cid-vqLrzKbC0k .media-container-row .foot-menu-item {
  font-size: 0.85rem !important;
}
.cid-vqLrzKbC0k .media-container-row .mbr-text {
  color: #efefef;
}
.cid-vqLrzKbC0k .footer-col--text .mbr-text,
.cid-vqLrzKbC0k .footer-col--text .mbr-text a,
.cid-vqLrzKbC0k .footer-col--text .mbr-text b,
.cid-vqLrzKbC0k .footer-col--text .mbr-text i {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  font-size: 0.9rem !important;
}
.cid-vqLrzKbC0k .media-container-row .mbr-text {
  color: #fddd9b;
  text-align: center;
}
