/*!
 * 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.1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: #dff616 !important;
}
.bg-success {
  background-color: #66274f !important;
}
.bg-info {
  background-color: #94bf22 !important;
}
.bg-warning {
  background-color: #942c5d !important;
}
.bg-danger {
  background-color: #c8632d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #dff616 !important;
  border-color: #dff616 !important;
  color: #0b0d00 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #0b0d00 !important;
  background-color: #a6b807 !important;
  border-color: #a6b807 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #0b0d00 !important;
  background-color: #a6b807 !important;
  border-color: #a6b807 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d4d88c !important;
  border-color: #d4d88c !important;
  color: #494b1a !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #494b1a !important;
  background-color: #bfc553 !important;
  border-color: #bfc553 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #494b1a !important;
  background-color: #bfc553 !important;
  border-color: #bfc553 !important;
}
.btn-info,
.btn-info:active {
  background-color: #94bf22 !important;
  border-color: #94bf22 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #627e16 !important;
  border-color: #627e16 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #627e16 !important;
  border-color: #627e16 !important;
}
.btn-success,
.btn-success:active {
  background-color: #66274f !important;
  border-color: #66274f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2f1224 !important;
  border-color: #2f1224 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2f1224 !important;
  border-color: #2f1224 !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: #c8632d !important;
  border-color: #c8632d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8a441f !important;
  border-color: #8a441f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8a441f !important;
  border-color: #8a441f !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: #90a006;
  color: #90a006;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0b0d00;
  background-color: #dff616;
  border-color: #dff616;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #0b0d00 !important;
  background-color: #dff616 !important;
  border-color: #dff616 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #b7be40;
  color: #b7be40;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #494b1a;
  background-color: #d4d88c;
  border-color: #d4d88c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #494b1a !important;
  background-color: #d4d88c !important;
  border-color: #d4d88c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #516813;
  color: #516813;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #94bf22;
  border-color: #94bf22;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #94bf22 !important;
  border-color: #94bf22 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #1c0b16;
  color: #1c0b16;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #66274f;
  border-color: #66274f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #66274f !important;
  border-color: #66274f !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: #753a1a;
  color: #753a1a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c8632d;
  border-color: #c8632d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c8632d !important;
  border-color: #c8632d !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: #dff616 !important;
}
.text-secondary {
  color: #d4d88c !important;
}
.text-success {
  color: #66274f !important;
}
.text-info {
  color: #94bf22 !important;
}
.text-warning {
  color: #942c5d !important;
}
.text-danger {
  color: #c8632d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #90a006 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b7be40 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #1c0b16 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #516813 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #45152c !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #753a1a !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: #94bf22;
}
.alert-warning {
  background-color: #942c5d;
}
.alert-danger {
  background-color: #c8632d;
}
.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: #dff616;
  border-color: #dff616;
  color: #212501;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #dff616;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fafeda;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bc5095;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c9e779;
}
.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: #e6ad8f;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'IstokWeb-Regular';
  font-size: 1.1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #dff616;
}
/* 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: #dff616;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #dff616;
}
.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: #dff616;
  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: #dff616;
  border-bottom-color: #dff616;
}
.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: #dff616 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d4d88c !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='%23dff616' %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;
  }
  .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;
  }
}
@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-uQG8VWeKdb {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ansicht-altenheim-elbingerrode-.jpeg");
}
.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;
}
.cid-uQG8VWeKdb .mbr-testimonial .panel-item {
  border-radius: 25px 25px 0px 0px;
  background-color: #516821;
  background: linear-gradient(#516821, 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-uQG93ZYJBM {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #6e8723, #47521f);
}
.cid-uQG93ZYJBM H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-uQG93ZYJBM .mbr-text,
.cid-uQG93ZYJBM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uRIKKlES7N {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(60deg, #47521f, #5a611f);
}
.cid-uFODev2XD4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #7f1933;
}
.cid-uFODev2XD4 .container-fluid {
  max-width: 100%;
  padding: 0;
}
.cid-uFODev2XD4 MARQUEE {
  color: #ffffff;
}
.cid-uFODev2XD4 B {
  color: #000000;
}
.cid-uFPLfQ19Sq {
  background: #c86000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uFPLfQ19Sq .image-block {
  margin: auto;
}
.cid-uFPLfQ19Sq figcaption {
  position: relative;
}
.cid-uFPLfQ19Sq figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uFPLfQ19Sq .image-block {
    width: 100% !important;
  }
}
.cid-us4qRkht0F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #648337;
}
.cid-us4qRkht0F .main_header {
  margin-top: -195px;
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  background-color: #f9f6e2;
  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: #6f5d5d;
  margin: 25px 2rem 25px;
}
@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: #302525;
  text-align: left;
}
.cid-uRrhuTtCqB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #9ab473;
}
.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: 372px;
}
@media (max-width: 639px) {
  .cid-uRrhuTtCqB .card {
    min-height: 276px;
  }
}
.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: 4rem;
  background-color: #9d4711;
}
.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: #635a51;
  color: #ffede1;
  transition: all 0.3s ease-in-out;
}
.cid-uRORfrZi8L .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ee7123 !important;
}
.cid-uRORfrZi8L .tab-content {
  padding: 20px 70px;
  background-color: #9d4711;
  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: #ee7123;
}
.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: #ee7123;
}
.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-uFQUn9Cr8P {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #858b34;
}
.cid-uFQUn9Cr8P .mbr-text,
.cid-uFQUn9Cr8P blockquote {
  color: #767676;
}
.cid-uFQUn9Cr8P .mbr-text P {
  text-align: center;
}
.cid-uFQUn9Cr8P .mbr-text {
  color: #ffffff;
}
.cid-uF5wAIgcEf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #858b34;
}
.cid-uF5wAIgcEf .item-wrapper {
  border: solid 0px #dff616;
  border-radius: 5px;
  background: #858b34;
  padding: 1.5rem;
  margin-bottom: 2rem;
  position: relative;
  top: 0;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uF5wAIgcEf .item-wrapper {
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uF5wAIgcEf .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uF5wAIgcEf .item-wrapper:hover {
  top: -10px;
  transition: all ease-in-out 0.3s;
}
.cid-uF5wAIgcEf .item-wrapper:hover .img-wrapper {
  filter: grayscale(0);
  transition: all ease-in-out 0.3s;
}
.cid-uF5wAIgcEf .item-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% !important;
  border: solid 1px #dff616;
}
.cid-uF5wAIgcEf .card-box__top {
  text-align: left;
}
.cid-uF5wAIgcEf .card-box__top {
  text-align: right;
}
.cid-uF5wAIgcEf .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #dff616;
  justify-content: center;
  align-items: center;
  border: solid 1px #dff616;
  border-radius: 50%;
  padding: 8px;
}
.cid-uF5wAIgcEf .card-title,
.cid-uF5wAIgcEf .iconfont-wrapper {
  color: #000000;
}
.cid-uF5wAIgcEf .card-text {
  color: #ffbd42;
  text-align: center;
}
.cid-uF5wAIgcEf .content-head {
  max-width: 800px;
}
.cid-uF5wAIgcEf .mbr-section-title {
  color: #000000;
}
.cid-uF5wAIgcEf .card-title,
.cid-uF5wAIgcEf .img-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uF5wAIgcEf .img-wrapper {
  display: flex;
  justify-content: center;
  filter: grayscale(100%);
  transition: all ease-in-out 0.3s;
  position: relative;
  padding-bottom: 100%;
  text-align: right;
}
.cid-uF5wAIgcEf .card-company-name {
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  border-radius: 20px;
  line-height: 1;
}
.cid-uF5wAIgcEf .card-company-name span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: currentColor;
  margin-right: 5px;
}
.cid-uF5wAIgcEf .card-company-name,
.cid-uF5wAIgcEf .card-box__body {
  text-align: left;
  color: #221b35;
}
.cid-rPoHZYmlaG {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #66274f;
}
.cid-rPoHZYmlaG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPoHZYmlaG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPoHZYmlaG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rPoHZYmlaG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rPoHZYmlaG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rPoHZYmlaG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rPoHZYmlaG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rPoHZYmlaG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rPoHZYmlaG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rPoHZYmlaG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rPoHZYmlaG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rPoHZYmlaG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rPoHZYmlaG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rPoHZYmlaG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rPoHZYmlaG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uRrMIQHnIs .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uRrMIQHnIs .icon-bar a:hover {
  background-color: #c86000;
  margin-left: -50px;
  width: 100px;
}
.cid-uRrMIQHnIs .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-uRrMIQHnIs .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-uRrMIQHnIs .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-uRrMIQHnIs .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-uRrMIQHnIs .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-uRrMIQHnIs .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-uRrMIQHnIs .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-uRrMIQHnIs .custom1 {
  background: #6e96a1;
  color: white;
  width: 50px;
}
.cid-uRrMIQHnIs .custom2 {
  background: #4099a1;
  color: white;
  width: 50px;
}
.cid-uRrMIQHnIs .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uRrMIQHnIs .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-uRrMIQHnIs .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-uRrMIQHnIs .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-uRrMIQHnIs P {
  color: #232323;
}
.cid-uRrMIQHnIs DIV {
  color: #ffffff;
}
.cid-uRrMIQHnIs H10 {
  color: #767676;
}
.cid-uRrMIQHnIs .hidden {
  display: none;
}
.cid-uRrMIQHnIs div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.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;
  }
  .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;
  }
}
@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-uDLRykitgY {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bg-datenschutz-impressum-2000x707.jpg");
}
.cid-uDLRykitgY .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDLRykitgY .mbr-author-desc {
  display: block;
}
.cid-uDLRykitgY .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-uDLRykitgY .mbr-testimonial .panel-item {
  border-radius: 25px 25px 0px 0px;
  background-color: #5b686b;
  background: linear-gradient(#5b686b, transparent);
}
.cid-uDLRykitgY .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uDLRykitgY .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-uDLRykitgY .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uDLRykitgY .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uDLRykitgY .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-uDLRykitgY .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uRO7SZ0wHq {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #6e8723, #47521f);
}
.cid-uRO7SZ0wHq H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-uRO7SZ0wHq .mbr-text,
.cid-uRO7SZ0wHq .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uRMahHSrLf {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(60deg, #47521f, #5a611f);
}
.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, #028088, #13b7dc);
}
.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-rPoHZYmlaG {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #66274f;
}
.cid-rPoHZYmlaG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPoHZYmlaG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPoHZYmlaG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rPoHZYmlaG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rPoHZYmlaG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rPoHZYmlaG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rPoHZYmlaG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rPoHZYmlaG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rPoHZYmlaG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rPoHZYmlaG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rPoHZYmlaG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rPoHZYmlaG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rPoHZYmlaG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rPoHZYmlaG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rPoHZYmlaG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uRrN1emzU0 .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uRrN1emzU0 .icon-bar a:hover {
  background-color: #c86000;
  margin-left: -50px;
  width: 100px;
}
.cid-uRrN1emzU0 .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-uRrN1emzU0 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-uRrN1emzU0 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-uRrN1emzU0 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-uRrN1emzU0 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-uRrN1emzU0 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-uRrN1emzU0 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-uRrN1emzU0 .custom1 {
  background: #6e96a1;
  color: white;
  width: 50px;
}
.cid-uRrN1emzU0 .custom2 {
  background: #4099a1;
  color: white;
  width: 50px;
}
.cid-uRrN1emzU0 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uRrN1emzU0 .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-uRrN1emzU0 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-uRrN1emzU0 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-uRrN1emzU0 P {
  color: #232323;
}
.cid-uRrN1emzU0 DIV {
  color: #ffffff;
}
.cid-uRrN1emzU0 H10 {
  color: #767676;
}
.cid-uRrN1emzU0 .hidden {
  display: none;
}
.cid-uRrN1emzU0 div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.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;
  }
  .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;
  }
}
@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-uDohVgEh2Y {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bleichen03.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: #586a04;
  background: linear-gradient(#586a04, 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-uRO7xvTKGo {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #6e8723, #47521f);
}
.cid-uRO7xvTKGo H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-uRO7xvTKGo .mbr-text,
.cid-uRO7xvTKGo .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uRM9UCm34W {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(60deg, #47521f, #5a611f);
}
.cid-uD0wkWLL4Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #626a22;
}
.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: 3rem;
  padding-bottom: 3rem;
  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: 279px;
}
@media (max-width: 639px) {
  .cid-uRrkjFrEJD .card {
    min-height: 207px;
  }
}
.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-uD0wkXX3zC {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #555c1e;
}
.cid-uD0wkXX3zC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uD0wkXX3zC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uD0wkXX3zC .mbr-section-subtitle,
.cid-uD0wkXX3zC .mbr-section-btn {
  text-align: center;
  color: #e2dd87;
}
.cid-uD0wkZRK31 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #7b1645;
}
.cid-uD0wkZRK31 .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #611d39;
  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-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-uD0wl1u9q0 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #8d7c40;
}
.cid-uD0wl1u9q0 .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #6b5f33;
  padding: 107px 8%;
  position: relative;
  border-radius: 25px 25px 0px 0px;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uD0wl1u9q0 .main_header {
    padding-top: 66px;
  }
  .cid-uD0wl1u9q0 .main_header > .row {
    flex-direction: column;
  }
  .cid-uD0wl1u9q0 .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uD0wl1u9q0 .mbr-section-title {
  color: #ffffff;
  margin: 25px 2rem 25px;
}
@media (max-width: 767px) {
  .cid-uD0wl1u9q0 .mbr-section-title {
    text-align: center;
  }
}
.cid-uD0wl1u9q0 .mbr-text {
  margin: 25px 0;
}
.cid-uD0wl1u9q0 .bgImage {
  position: relative;
  width: 100%;
  height: 700px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uD0wl1u9q0 .bgImage {
    height: 65vh;
  }
}
.cid-uD0wl1u9q0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uD0wl1u9q0 .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-uD0wl1u9q0 .linkBtn a:after,
.cid-uD0wl1u9q0 .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-uD0wl1u9q0 .linkBtn a:before {
  left: 0;
}
.cid-uD0wl1u9q0 .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uD0wl1u9q0 .linkBtn a:hover:before,
.cid-uD0wl1u9q0 .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uD0wl1u9q0 .mbr-text,
.cid-uD0wl1u9q0 .linkBtn {
  color: #ffffff;
}
.cid-uRrmZfKRPG {
  padding-top: 3rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #6b5f33;
}
.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: 279px;
}
@media (max-width: 639px) {
  .cid-uRrmZfKRPG .card {
    min-height: 207px;
  }
}
.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-uD0wl60l1l {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #66274f;
}
.cid-uD0wl60l1l .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uD0wl60l1l .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uD0wl60l1l .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uD0wl60l1l .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uD0wl60l1l .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uD0wl60l1l .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uD0wl60l1l .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uD0wl60l1l .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uD0wl60l1l .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uD0wl60l1l .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uD0wl60l1l .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uD0wl60l1l .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uD0wl60l1l .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uD0wl60l1l .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uD0wl60l1l .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uFTNlF9YRP .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uFTNlF9YRP .icon-bar a:hover {
  background-color: #c86000;
  margin-left: -50px;
  width: 100px;
}
.cid-uFTNlF9YRP .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-uFTNlF9YRP .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-uFTNlF9YRP .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-uFTNlF9YRP .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-uFTNlF9YRP .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-uFTNlF9YRP .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-uFTNlF9YRP .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-uFTNlF9YRP .custom1 {
  background: #6e96a1;
  color: white;
  width: 50px;
}
.cid-uFTNlF9YRP .custom2 {
  background: #4099a1;
  color: white;
  width: 50px;
}
.cid-uFTNlF9YRP .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uFTNlF9YRP .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-uFTNlF9YRP .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-uFTNlF9YRP .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-uFTNlF9YRP P {
  color: #232323;
}
.cid-uFTNlF9YRP DIV {
  color: #ffffff;
}
.cid-uFTNlF9YRP H10 {
  color: #767676;
}
.cid-uFTNlF9YRP .hidden {
  display: none;
}
.cid-uFTNlF9YRP div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.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;
  }
  .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;
  }
}
@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-uDfBnXHh0k {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/back-view-elderly-couple-sitting-bench-park-generative-ai.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: #576517;
  background: linear-gradient(#576517, 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-uRO7hSNMCC {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #6e8723, #47521f);
}
.cid-uRO7hSNMCC H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-uRO7hSNMCC .mbr-text,
.cid-uRO7hSNMCC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uRM9MnMgxR {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(60deg, #47521f, #5a611f);
}
.cid-uCrMXNUTHx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #729256;
}
.cid-uCrMXNUTHx .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #50693b;
  padding: 60px 8%;
  position: relative;
  border-radius: 30px 30px 0px 0px;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uCrMXNUTHx .main_header {
    padding-top: 66px;
  }
  .cid-uCrMXNUTHx .main_header > .row {
    flex-direction: column;
  }
  .cid-uCrMXNUTHx .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uCrMXNUTHx .mbr-section-title {
  color: #ffffff;
  margin: 25px 2rem 10px;
}
@media (max-width: 767px) {
  .cid-uCrMXNUTHx .mbr-section-title {
    text-align: center;
  }
}
.cid-uCrMXNUTHx .mbr-text {
  margin: 10px 0;
}
.cid-uCrMXNUTHx .bgImage {
  position: relative;
  width: 100%;
  height: 700px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uCrMXNUTHx .bgImage {
    height: 65vh;
  }
}
.cid-uCrMXNUTHx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uCrMXNUTHx .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-uCrMXNUTHx .linkBtn a:after,
.cid-uCrMXNUTHx .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-uCrMXNUTHx .linkBtn a:before {
  left: 0;
}
.cid-uCrMXNUTHx .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uCrMXNUTHx .linkBtn a:hover:before,
.cid-uCrMXNUTHx .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uCrMXNUTHx .mbr-text,
.cid-uCrMXNUTHx .linkBtn {
  color: #ffffff;
}
.cid-uCrPISJbmq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #445932;
}
.cid-uCrPISJbmq .item-wrapper {
  position: relative;
}
.cid-uCrPISJbmq .slide-content {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-uCrPISJbmq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 596px;
  margin: 1rem !important;
}
.cid-uCrPISJbmq .embla__button--next,
.cid-uCrPISJbmq .embla__button--prev {
  display: flex;
}
.cid-uCrPISJbmq .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 14px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: transparent;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uCrPISJbmq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uCrPISJbmq .embla__button.embla__button--prev {
  left: 0;
  margin-left: -4rem;
}
.cid-uCrPISJbmq .embla__button.embla__button--next {
  right: 0;
  margin-right: -4rem;
}
.cid-uCrPISJbmq .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uCrPISJbmq .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uCrPISJbmq .embla {
  position: relative;
  width: 90%;
  margin: auto;
}
.cid-uCrPISJbmq .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-uCrPISJbmq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uCrPISJbmq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uCrPISJbmq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uCrPISJbmq .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  height: 220px;
  width: auto;
}
.cid-uCrPISJbmq img {
  width: auto;
  height: 100%;
}
.cid-uCrPISJbmq .embla__viewport.container {
  overflow: hidden;
}
@media (max-width: 576px) {
  .cid-uCrPISJbmq .embla {
    width: 70%;
  }
  .cid-uCrPISJbmq .embla__slide {
    min-width: 250%;
  }
}
.cid-uCsaUr4g6R {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #445932;
}
.cid-uCsaUr4g6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCsaUr4g6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCsaUr4g6R .mbr-section-subtitle,
.cid-uCsaUr4g6R .mbr-section-btn {
  text-align: center;
  color: #e2dd87;
}
.cid-uOpVHsjkSC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #cc692b;
}
.cid-uOpVHsjkSC .main_header {
  margin-top: -195px;
  width: 100%;
  background-color: #9d4711;
  padding: 60px 8%;
  position: relative;
  border-radius: 30px 30px 0px 0px;
  z-index: 5;
}
@media (max-width: 991px) {
  .cid-uOpVHsjkSC .main_header {
    padding-top: 66px;
  }
  .cid-uOpVHsjkSC .main_header > .row {
    flex-direction: column;
  }
  .cid-uOpVHsjkSC .main_header .mbr-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uOpVHsjkSC .mbr-section-title {
  color: #ffffff;
  margin: 25px 2rem 10px;
}
@media (max-width: 767px) {
  .cid-uOpVHsjkSC .mbr-section-title {
    text-align: center;
  }
}
.cid-uOpVHsjkSC .mbr-text {
  margin: 10px 0;
}
.cid-uOpVHsjkSC .bgImage {
  position: relative;
  width: 100%;
  height: 700px;
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-uOpVHsjkSC .bgImage {
    height: 65vh;
  }
}
.cid-uOpVHsjkSC img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOpVHsjkSC .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-uOpVHsjkSC .linkBtn a:after,
.cid-uOpVHsjkSC .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-uOpVHsjkSC .linkBtn a:before {
  left: 0;
}
.cid-uOpVHsjkSC .linkBtn a:after {
  left: -100%;
  transition-delay: .3s;
}
.cid-uOpVHsjkSC .linkBtn a:hover:before,
.cid-uOpVHsjkSC .linkBtn a:hover:after {
  transform: translateX(100%);
}
.cid-uOpVHsjkSC .mbr-text,
.cid-uOpVHsjkSC .linkBtn {
  color: #ffffff;
}
.cid-uCMSxCzFGq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-4.jpeg");
}
.cid-uCMSxCzFGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCMSxCzFGq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCMSxCzFGq .mbr-section-subtitle,
.cid-uCMSxCzFGq .mbr-section-btn {
  text-align: center;
  color: #e2dd87;
}
.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-uCaQkXwD6i {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #66274f;
}
.cid-uCaQkXwD6i .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCaQkXwD6i .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uCaQkXwD6i .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uCaQkXwD6i .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uCaQkXwD6i .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uCaQkXwD6i .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uCaQkXwD6i .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uCaQkXwD6i .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uCaQkXwD6i .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uCaQkXwD6i .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uCaQkXwD6i .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uCaQkXwD6i .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uCaQkXwD6i .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uCaQkXwD6i .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uCaQkXwD6i .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uRrMEeoJUk .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uRrMEeoJUk .icon-bar a:hover {
  background-color: #c86000;
  margin-left: -50px;
  width: 100px;
}
.cid-uRrMEeoJUk .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-uRrMEeoJUk .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-uRrMEeoJUk .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-uRrMEeoJUk .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-uRrMEeoJUk .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-uRrMEeoJUk .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-uRrMEeoJUk .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-uRrMEeoJUk .custom1 {
  background: #6e96a1;
  color: white;
  width: 50px;
}
.cid-uRrMEeoJUk .custom2 {
  background: #4099a1;
  color: white;
  width: 50px;
}
.cid-uRrMEeoJUk .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uRrMEeoJUk .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-uRrMEeoJUk .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-uRrMEeoJUk .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-uRrMEeoJUk P {
  color: #232323;
}
.cid-uRrMEeoJUk DIV {
  color: #ffffff;
}
.cid-uRrMEeoJUk H10 {
  color: #767676;
}
.cid-uRrMEeoJUk .hidden {
  display: none;
}
.cid-uRrMEeoJUk div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.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;
  }
  .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;
  }
}
@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-uDAcVFcvPd {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/jobs-1.jpeg");
}
.cid-uDAcVFcvPd .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDAcVFcvPd .mbr-author-desc {
  display: block;
}
.cid-uDAcVFcvPd .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-uDAcVFcvPd .mbr-testimonial .panel-item {
  border-radius: 25px 25px 0px 0px;
  background-color: #567824;
  background: linear-gradient(#567824, transparent);
}
.cid-uDAcVFcvPd .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uDAcVFcvPd .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-uDAcVFcvPd .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uDAcVFcvPd .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uDAcVFcvPd .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-uDAcVFcvPd .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uRO7IC7xYo {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #6e8723, #47521f);
}
.cid-uRO7IC7xYo H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-uRO7IC7xYo .mbr-text,
.cid-uRO7IC7xYo .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uRrzHwpRHx {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(60deg, #47521f, #5a611f);
}
.cid-uDFNdv2ePI {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #565f61;
}
.cid-uDFNdv2ePI .mbr-text,
.cid-uDFNdv2ePI blockquote {
  color: #767676;
}
.cid-uDFNdv2ePI .mbr-text {
  color: #ffffff;
}
.cid-uDFNhTQHa4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #465052, #767676);
}
.cid-uDFNLcVM3B {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #723057;
}
.cid-uDFNLcVM3B .mbr-text {
  color: #ffffff;
}
.cid-uDFNLcVM3B .mbr-text p {
  background: #723057;
}
.cid-uDFSxeHjvj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uDFSxeHjvj .mbr-text {
  color: #465052;
}
.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: #c86937;
  text-align: center;
}
.cid-uDFNP0WVQK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #8d3c08;
}
.cid-uDFNP0WVQK .mbr-text {
  color: #ffffff;
}
.cid-uDFNP0WVQK .mbr-text p {
  background: #8d3c08;
}
.cid-uDFNP0WVQK .mbr-text P {
  text-align: center;
}
.cid-uRJ1kms0od {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRJ1kms0od .link-wrapper {
  width: 100%;
}
.cid-uRJ1kms0od .container {
  max-width: 1550px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uRJ1kms0od .container {
    padding: 0 1rem;
  }
}
.cid-uRJ1kms0od p {
  padding: 0;
  margin: 0;
}
.cid-uRJ1kms0od .item {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRJ1kms0od .item {
    text-align: center;
  }
}
.cid-uRJ1kms0od .line {
  width: 100%;
  border-bottom: 1px solid #c46a4d;
}
.cid-uRJ1kms0od .row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRJ1kms0od .row {
    justify-content: flex-start;
  }
}
.cid-uRJ1kms0od .card {
  border-radius: 0;
  padding: 0;
}
.cid-uRJ1kms0od .card-title {
  color: #000000;
}
.cid-uRJ1kms0od .card-title a {
  position: relative;
  background: none!important;
}
.cid-uRJ1kms0od .card-title a:before {
  content: '';
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-uRJ1kms0od .card-title a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.cid-uRJ1kms0od .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uRJ1kms0od .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uRJ1kms0od .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uRJ1kms0od .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uRJ1kms0od .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uRJ1kms0od .card-subtitle {
  color: #c46a4d;
}
.cid-uRJ1kms0od .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRJ1kms0od .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDFSTJxscN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uDFSTJxscN .mbr-text {
  color: #e37300;
}
.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: #028088;
}
.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: #028088;
}
.cid-uDFNPWFJbu .mbr-crt-title {
  color: #028088;
}
.cid-uDFTf8yudE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  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: #073b4c;
  text-align: center;
}
.cid-uDFTf8yudE .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uRStyNWvex {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #e37300;
}
.cid-uRStyNWvex .mbr-text {
  color: #ffffff;
}
.cid-uRStyNWvex .mbr-text p {
  background: #e37300;
}
.cid-uRStyNWvex .mbr-text P {
  text-align: center;
}
.cid-uRM6SyFpBq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRM6SyFpBq .link-wrapper {
  width: 100%;
}
.cid-uRM6SyFpBq .container {
  max-width: 1550px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uRM6SyFpBq .container {
    padding: 0 1rem;
  }
}
.cid-uRM6SyFpBq p {
  padding: 0;
  margin: 0;
}
.cid-uRM6SyFpBq .item {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uRM6SyFpBq .item {
    text-align: center;
  }
}
.cid-uRM6SyFpBq .line {
  width: 100%;
  border-bottom: 1px solid #c46a4d;
}
.cid-uRM6SyFpBq .row {
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uRM6SyFpBq .row {
    justify-content: flex-start;
  }
}
.cid-uRM6SyFpBq .card {
  border-radius: 0;
  padding: 0;
}
.cid-uRM6SyFpBq .card-title {
  color: #000000;
}
.cid-uRM6SyFpBq .card-title a {
  position: relative;
  background: none!important;
}
.cid-uRM6SyFpBq .card-title a:before {
  content: '';
  bottom: 0;
  right: 0;
  width: 0%;
  height: 2px;
  transition: all 0.3s;
  background: currentColor;
  position: absolute;
}
.cid-uRM6SyFpBq .card-title a:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.cid-uRM6SyFpBq .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-uRM6SyFpBq .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-uRM6SyFpBq .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-uRM6SyFpBq .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-uRM6SyFpBq .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-uRM6SyFpBq .card-subtitle {
  color: #c46a4d;
}
.cid-uRM6SyFpBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRM6SyFpBq .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-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-uDFVaasFwp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDFVaasFwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDFVaasFwp .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-uDFVaasFwp .container {
    padding: 0 20px;
  }
}
.cid-uDFVaasFwp .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDFVaasFwp .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-uDFVaasFwp .mbr-section-title {
  color: #073b4c;
  text-align: center;
}
.cid-uDFVaasFwp .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.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-uDFW7PCYZh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uDFW7PCYZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDFW7PCYZh .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-uDFW7PCYZh .container {
    padding: 0 20px;
  }
}
.cid-uDFW7PCYZh .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDFW7PCYZh .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-uDFW7PCYZh .mbr-section-title {
  color: #073b4c;
  text-align: center;
}
.cid-uDFW7PCYZh .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.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-uDFXyfvRCw {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDFXyfvRCw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDFXyfvRCw .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-uDFXyfvRCw .container {
    padding: 0 20px;
  }
}
.cid-uDFXyfvRCw .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uDFXyfvRCw .title-wrapper .mbr-desc {
  margin: 0;
}
.cid-uDFXyfvRCw .mbr-section-title {
  color: #073b4c;
  text-align: center;
}
.cid-uDFXyfvRCw .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.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-uDAcVK7PsK {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #66274f;
}
.cid-uDAcVK7PsK .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDAcVK7PsK .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDAcVK7PsK .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDAcVK7PsK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDAcVK7PsK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDAcVK7PsK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uDAcVK7PsK .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uDAcVK7PsK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uDAcVK7PsK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uDAcVK7PsK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uDAcVK7PsK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uDAcVK7PsK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uDAcVK7PsK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uDAcVK7PsK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uDAcVK7PsK .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uRrMSK5K2F .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uRrMSK5K2F .icon-bar a:hover {
  background-color: #c86000;
  margin-left: -50px;
  width: 100px;
}
.cid-uRrMSK5K2F .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-uRrMSK5K2F .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-uRrMSK5K2F .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-uRrMSK5K2F .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-uRrMSK5K2F .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-uRrMSK5K2F .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-uRrMSK5K2F .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-uRrMSK5K2F .custom1 {
  background: #6e96a1;
  color: white;
  width: 50px;
}
.cid-uRrMSK5K2F .custom2 {
  background: #4099a1;
  color: white;
  width: 50px;
}
.cid-uRrMSK5K2F .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uRrMSK5K2F .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-uRrMSK5K2F .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-uRrMSK5K2F .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-uRrMSK5K2F P {
  color: #232323;
}
.cid-uRrMSK5K2F DIV {
  color: #ffffff;
}
.cid-uRrMSK5K2F H10 {
  color: #767676;
}
.cid-uRrMSK5K2F .hidden {
  display: none;
}
.cid-uRrMSK5K2F div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.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;
  }
  .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;
  }
}
@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-uDJqAT0pDF {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/still-life-business-roles-with-various-mechanism-pieces.jpg");
}
.cid-uDJqAT0pDF .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDJqAT0pDF .mbr-author-desc {
  display: block;
}
.cid-uDJqAT0pDF .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-uDJqAT0pDF .mbr-testimonial .panel-item {
  border-radius: 25px 25px 0px 0px;
  background-color: #567824;
  background: linear-gradient(#567824, transparent);
}
.cid-uDJqAT0pDF .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uDJqAT0pDF .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-uDJqAT0pDF .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uDJqAT0pDF .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uDJqAT0pDF .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-uDJqAT0pDF .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uRO7C7rOv9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #6e8723, #47521f);
}
.cid-uRO7C7rOv9 H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-uRO7C7rOv9 .mbr-text,
.cid-uRO7C7rOv9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uRMa28xvmJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(60deg, #47521f, #5a611f);
}
.cid-uDJqYcCJK7 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #fcf7e8;
}
.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: #555c1e;
}
.cid-uDJqZ8qX9Y {
  padding-top: 3rem;
  padding-bottom: 6rem;
  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: #3d6b7d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  background: none;
  border: 1px solid #3d6b7d;
  color: #3d6b7d;
  content: "✓";
}
.cid-uDJqZ8qX9Y .mbr-section-title {
  text-align: center;
  color: #555c1e;
}
.cid-uDJqZ8qX9Y .mbr-text {
  color: #555c1e;
}
.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-uRryWnxGY4 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #fcf7e8;
}
.cid-uRryWnxGY4 .row {
  justify-content: center;
}
.cid-uRryWnxGY4 .col-title {
  margin-bottom: 2.5rem;
}
.cid-uRryWnxGY4 .mbr-section-title {
  color: #F6B7D2;
}
.cid-uRryWnxGY4 .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-uRryWnxGY4 .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
@media (max-width: 991px) {
  .cid-uRryWnxGY4 .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 639px) {
  .cid-uRryWnxGY4 .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uRryWnxGY4 .card {
  display: flex;
  width: 100%;
  border-radius: 0.75rem;
  min-height: 279px;
}
@media (max-width: 639px) {
  .cid-uRryWnxGY4 .card {
    min-height: 207px;
  }
}
.cid-uRryWnxGY4 .card:hover .card-img-bg img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-uRryWnxGY4 .card:hover .card-title {
  text-decoration: underline;
}
.cid-uRryWnxGY4 .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
.cid-uRryWnxGY4 .card-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.75rem;
  overflow: hidden;
}
.cid-uRryWnxGY4 .card-img-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  transition: .3s;
}
.cid-uRryWnxGY4 .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 96px 16px 24px;
  position: relative;
  z-index: 5;
}
.cid-uRryWnxGY4 .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-uRryWnxGY4 .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #F6B7D2;
  position: relative;
  z-index: 11;
}
.cid-uRryWnxGY4 .card-text {
  width: 100%;
  color: #FCF0D5;
  margin-bottom: 0;
  position: relative;
  z-index: 11;
}
.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-uDJqB3N7Xz {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #66274f;
}
.cid-uDJqB3N7Xz .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDJqB3N7Xz .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uDJqB3N7Xz .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uDJqB3N7Xz .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uDJqB3N7Xz .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uDJqB3N7Xz .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uDJqB3N7Xz .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uDJqB3N7Xz .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uDJqB3N7Xz .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uDJqB3N7Xz .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uDJqB3N7Xz .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uDJqB3N7Xz .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uDJqB3N7Xz .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uDJqB3N7Xz .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uDJqB3N7Xz .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uRrMNvB47Y .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uRrMNvB47Y .icon-bar a:hover {
  background-color: #c86000;
  margin-left: -50px;
  width: 100px;
}
.cid-uRrMNvB47Y .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-uRrMNvB47Y .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-uRrMNvB47Y .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-uRrMNvB47Y .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-uRrMNvB47Y .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-uRrMNvB47Y .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-uRrMNvB47Y .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-uRrMNvB47Y .custom1 {
  background: #6e96a1;
  color: white;
  width: 50px;
}
.cid-uRrMNvB47Y .custom2 {
  background: #4099a1;
  color: white;
  width: 50px;
}
.cid-uRrMNvB47Y .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uRrMNvB47Y .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-uRrMNvB47Y .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-uRrMNvB47Y .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-uRrMNvB47Y P {
  color: #232323;
}
.cid-uRrMNvB47Y DIV {
  color: #ffffff;
}
.cid-uRrMNvB47Y H10 {
  color: #767676;
}
.cid-uRrMNvB47Y .hidden {
  display: none;
}
.cid-uRrMNvB47Y div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
.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;
  }
  .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;
  }
}
@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-uDLZOVY02i {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/contact-us-icon-phone-email-mail-on-wood-cube.jpeg");
}
.cid-uDLZOVY02i .media-container-column {
  align-items: center;
  -webkit-align-items: center;
}
.cid-uDLZOVY02i .mbr-author-desc {
  display: block;
}
.cid-uDLZOVY02i .mbr-testimonial {
  flex-basis: auto;
  margin-top: 5rem;
  -webkit-flex-basis: auto;
}
.cid-uDLZOVY02i .mbr-testimonial .panel-item {
  border-radius: 25px 25px 0px 0px;
  background-color: #586a04;
  background: linear-gradient(#586a04, transparent);
}
.cid-uDLZOVY02i .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 2rem;
}
.cid-uDLZOVY02i .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-uDLZOVY02i .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uDLZOVY02i .mbr-testimonial .card-block p {
  margin: 0;
}
.cid-uDLZOVY02i .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-uDLZOVY02i .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uRO7OPZ17w {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(45deg, #6e8723, #47521f);
}
.cid-uRO7OPZ17w H1 {
  color: #ff8f00;
  text-align: center;
}
.cid-uRO7OPZ17w .mbr-text,
.cid-uRO7OPZ17w .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uRMaaB3ai3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(60deg, #47521f, #5a611f);
}
.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;
}
@media (max-width: 992px) {
  .cid-uDRfRT1QVa .items-wrapper {
    display: block;
  }
}
@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: #eeeeee;
  border: 2px solid #eeeeee;
  border-radius: 35px;
}
.cid-uDRfRT1QVa .item .card_2 {
  background-color: #eeeeee;
  border: 2px solid #eeeeee;
  border-radius: 35px;
}
.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: #8a9c83;
}
.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-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: #942c5d;
}
.cid-uROGwFnNE3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uROGwFnNE3 .title_block {
  margin-bottom: 80px;
}
.cid-uROGwFnNE3 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #dff616;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-uROGwFnNE3 .mbr-section-title,
.cid-uROGwFnNE3 .card-title {
  color: #d4d88c;
}
.cid-uROGwFnNE3 .card-title {
  margin-bottom: 22px;
  color: #942c5d;
}
.cid-uROGwFnNE3 .card-text {
  margin-bottom: 20px;
  line-height: 1.5;
}
.cid-uROGwFnNE3 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uROGwFnNE3 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uROGwFnNE3 .btn_link:hover {
  cursor: pointer;
}
.cid-uROGwFnNE3 .btn_link:hover a {
  color: #dff616 !important;
}
.cid-uROGwFnNE3 .btn_link:hover span {
  transform: translatex(5px);
}
.cid-uROGwFnNE3 .item-img {
  margin-bottom: 40px;
}
.cid-uROGwFnNE3 img,
.cid-uROGwFnNE3 .item-img {
  width: 100%;
  object-fit: contain;
  height: 130px;
}
.cid-uROGwFnNE3 .item:focus,
.cid-uROGwFnNE3 span:focus {
  outline: none;
}
@media (max-width: 991px) {
  .cid-uROGwFnNE3 .title_block {
    margin-bottom: 40px;
  }
  .cid-uROGwFnNE3 .card-title,
  .cid-uROGwFnNE3 .card-text {
    margin-bottom: 16px;
  }
  .cid-uROGwFnNE3 .item-wrapper {
    max-width: 290px;
    text-align: center;
    margin: 50px auto 0;
  }
}
.cid-uROGwFnNE3 .mbr-section-title {
  color: #942c5d;
}
.cid-rOYVI438G5 {
  padding-top: 0px;
  padding-bottom: 90px;
  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: #cba170;
}
.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: 279px;
}
@media (max-width: 639px) {
  .cid-uRrFUycgU4 .card {
    min-height: 207px;
  }
}
.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-rPoHZYmlaG {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #66274f;
}
.cid-rPoHZYmlaG .row-links {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPoHZYmlaG .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPoHZYmlaG .media-container-row {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rPoHZYmlaG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rPoHZYmlaG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rPoHZYmlaG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rPoHZYmlaG .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-rPoHZYmlaG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-rPoHZYmlaG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rPoHZYmlaG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rPoHZYmlaG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rPoHZYmlaG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rPoHZYmlaG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-rPoHZYmlaG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-rPoHZYmlaG .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-uRrMXhJU1z .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uRrMXhJU1z .icon-bar a:hover {
  background-color: #c86000;
  margin-left: -50px;
  width: 100px;
}
.cid-uRrMXhJU1z .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-uRrMXhJU1z .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-uRrMXhJU1z .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-uRrMXhJU1z .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-uRrMXhJU1z .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-uRrMXhJU1z .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-uRrMXhJU1z .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-uRrMXhJU1z .custom1 {
  background: #6e96a1;
  color: white;
  width: 50px;
}
.cid-uRrMXhJU1z .custom2 {
  background: #4099a1;
  color: white;
  width: 50px;
}
.cid-uRrMXhJU1z .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-uRrMXhJU1z .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-uRrMXhJU1z .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-uRrMXhJU1z .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-uRrMXhJU1z P {
  color: #232323;
}
.cid-uRrMXhJU1z DIV {
  color: #ffffff;
}
.cid-uRrMXhJU1z H10 {
  color: #767676;
}
.cid-uRrMXhJU1z .hidden {
  display: none;
}
.cid-uRrMXhJU1z div.imgtest {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  content: url(https://www.unsitepourtous.be/logoscript/logo-zen.png);
}
