body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #4479d9 !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #4479d9 !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1f4a98 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4479d9;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6592e6;
  border-bottom-color: #6592e6;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%236592e6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tbumoHRDyO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tbumoHRDyO nav.navbar {
  position: fixed;
}
.cid-tbumoHRDyO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbumoHRDyO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tbumoHRDyO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tbumoHRDyO .dropdown-item:hover,
.cid-tbumoHRDyO .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tbumoHRDyO .dropdown-item:hover span {
  color: white;
}
.cid-tbumoHRDyO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tbumoHRDyO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tbumoHRDyO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tbumoHRDyO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbumoHRDyO .nav-link {
  position: relative;
}
.cid-tbumoHRDyO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tbumoHRDyO .container {
    flex-wrap: nowrap;
  }
}
.cid-tbumoHRDyO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tbumoHRDyO .dropdown-menu,
.cid-tbumoHRDyO .navbar.opened {
  background: #ffffff !important;
}
.cid-tbumoHRDyO .nav-item:focus,
.cid-tbumoHRDyO .nav-link:focus {
  outline: none;
}
.cid-tbumoHRDyO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbumoHRDyO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbumoHRDyO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbumoHRDyO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbumoHRDyO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbumoHRDyO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbumoHRDyO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tbumoHRDyO .navbar.opened {
  transition: all 0.3s;
}
.cid-tbumoHRDyO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tbumoHRDyO .navbar .navbar-logo img {
  width: auto;
}
.cid-tbumoHRDyO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tbumoHRDyO .navbar.collapsed {
  justify-content: center;
}
.cid-tbumoHRDyO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbumoHRDyO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbumoHRDyO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tbumoHRDyO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbumoHRDyO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbumoHRDyO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tbumoHRDyO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbumoHRDyO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tbumoHRDyO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tbumoHRDyO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbumoHRDyO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbumoHRDyO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbumoHRDyO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbumoHRDyO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tbumoHRDyO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbumoHRDyO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbumoHRDyO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tbumoHRDyO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbumoHRDyO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbumoHRDyO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tbumoHRDyO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tbumoHRDyO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbumoHRDyO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbumoHRDyO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbumoHRDyO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbumoHRDyO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbumoHRDyO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbumoHRDyO .dropdown-item.active,
.cid-tbumoHRDyO .dropdown-item:active {
  background-color: transparent;
}
.cid-tbumoHRDyO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbumoHRDyO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbumoHRDyO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbumoHRDyO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tbumoHRDyO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbumoHRDyO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbumoHRDyO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbumoHRDyO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbumoHRDyO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tbumoHRDyO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tbumoHRDyO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbumoHRDyO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbumoHRDyO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbumoHRDyO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbumoHRDyO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbumoHRDyO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbumoHRDyO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbumoHRDyO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbumoHRDyO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tbumoHRDyO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbumoHRDyO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbumoHRDyO .navbar {
    height: 70px;
  }
  .cid-tbumoHRDyO .navbar.opened {
    height: auto;
  }
  .cid-tbumoHRDyO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4HFgNwvuZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/dsc01802-2000x3565.jpeg");
}
.cid-ubUyuzsRl6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ubUyuzsRl6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubUyuzsRl6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubUyuzsRl6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ubUyuzsRl6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ubUyuzsRl6 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tOUw0D0o8w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOUw0D0o8w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOUw0D0o8w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tOUw0D0o8w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOUw0D0o8w img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tOUw0D0o8w .text-wrapper {
    padding: 2rem;
  }
}
.cid-tOUF9Htjhk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOUF9Htjhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOUF9Htjhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tOUF9Htjhk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOUF9Htjhk .row {
  flex-direction: row-reverse;
}
.cid-tOUF9Htjhk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tOUF9Htjhk .text-wrapper {
    padding: 2rem;
  }
}
.cid-tOUDWTrGew {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOV1qghdKr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOV19YGkgr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tPbkv6eGR5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tPbkv6eGR5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPbkv6eGR5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tPbkv6eGR5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPbkv6eGR5 .row {
  flex-direction: row-reverse;
}
.cid-tPbkv6eGR5 img {
  width: 100%;
}
.cid-tOUDYD1gb3 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tOUE3HtaSH {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOV0UWRoGD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tOUDZ9T6V7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tPc8EcBgrL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOUGAnzWfZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tPbiVNlihy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tPbiVNlihy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPbiVNlihy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tPbiVNlihy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPbiVNlihy .row {
  flex-direction: row-reverse;
}
.cid-tPbiVNlihy img {
  width: 100%;
}
.cid-tOUGB0ptvK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOUGBxl4SK {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOUGC9Ys1A {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOUHcCSVdD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOUHdb5W6t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOUHdSEMst {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP5qkyka03 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP5qkyka03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP5qkyka03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP5qkyka03 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP5qkyka03 .row {
  flex-direction: row-reverse;
}
.cid-tP5qkyka03 img {
  width: 100%;
}
.cid-uIPHFHqgq0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uIPHFHqgq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIPHFHqgq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uIPHFHqgq0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uIPHFHqgq0 .row {
  flex-direction: row-reverse;
}
.cid-uIPHFHqgq0 img {
  width: 100%;
}
.cid-tP5zklKr2Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tP5zklKr2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP5zklKr2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP5zklKr2Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP5zklKr2Y .row {
  flex-direction: row-reverse;
}
.cid-tP5zklKr2Y img {
  width: 100%;
}
.cid-tOUHezGaL2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPbBymD1Hh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPbBymD1Hh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPbBymD1Hh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tPbBymD1Hh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPbBymD1Hh .row {
  flex-direction: row-reverse;
}
.cid-tPbBymD1Hh img {
  width: 100%;
}
.cid-tPbBwJsADI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP5tsvyz6H {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tP5tsvyz6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP5tsvyz6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP5tsvyz6H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP5tsvyz6H .row {
  flex-direction: row-reverse;
}
.cid-tP5tsvyz6H img {
  width: 100%;
}
.cid-tOUHfezfMP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOUHfQLanQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP6A9T3H4O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6A9T3H4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP6A9T3H4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP6A9T3H4O .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP6A9T3H4O .row {
  flex-direction: row-reverse;
}
.cid-tP6A9T3H4O img {
  width: 100%;
}
.cid-tOUO1WxJFd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOUO2nj4qS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOUO3ry8Ee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP5oWp86SU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tP5oWp86SU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP5oWp86SU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP5oWp86SU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP5oWp86SU .row {
  flex-direction: row-reverse;
}
.cid-tP5oWp86SU img {
  width: 100%;
}
.cid-tOUO3SrZi8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP7cw0xAk2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOUO2THDPf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tP77ZF2jMV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP780xp1cG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOUO4Vgpj7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOUO5t2bdc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tPbtIr0v0l {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6wINs9H7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6wINs9H7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP6wINs9H7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP6wINs9H7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP6wINs9H7 .row {
  flex-direction: row-reverse;
}
.cid-tP6wINs9H7 img {
  width: 100%;
}
.cid-tOUO4r8kLz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6pI4fkeN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6pGuqGtN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6srFjWYn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tP6srFjWYn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP6srFjWYn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP6srFjWYn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP6srFjWYn .row {
  flex-direction: row-reverse;
}
.cid-tP6srFjWYn img {
  width: 100%;
}
.cid-tOV8KktnPy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP7cQygHjg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOV8LFugTT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tPbu1HHlZ6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPbu2uc89R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6LlWnuVT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tP6LlWnuVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP6LlWnuVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP6LlWnuVT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP6LlWnuVT .row {
  flex-direction: row-reverse;
}
.cid-tP6LlWnuVT img {
  width: 100%;
}
.cid-tOV8MmJbDF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6Eaa7b8q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tP6EbkQVry {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOV8MXXctw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tPbuzLCLmq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPbuAvfJMj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6HNcFm4H {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tP6HNcFm4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP6HNcFm4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP6HNcFm4H .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP6HNcFm4H .row {
  flex-direction: row-reverse;
}
.cid-tP6HNcFm4H img {
  width: 100%;
}
.cid-tOV8NyVJrx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP6MiQTsUl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6MiQTsUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP6MiQTsUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP6MiQTsUl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP6MiQTsUl .row {
  flex-direction: row-reverse;
}
.cid-tP6MiQTsUl img {
  width: 100%;
}
.cid-tOV8L6rscv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPc95LzBq8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tPc96T7LJh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOVdaziKOm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPc9ABtj0Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOVdbc5X4c {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6olvOu8R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6oPbQxIn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP6oPbQxIn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP6oPbQxIn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP6oPbQxIn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP6oPbQxIn .row {
  flex-direction: row-reverse;
}
.cid-tP6oPbQxIn img {
  width: 100%;
}
.cid-tP6onPDhiA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOVdbUUlrL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOVd9bu3mi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPc9RejAeB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tPc9Q9Q284 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOVeBwIEli {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOVeD6EXgf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOVeCiE4Yg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP6eRU7OvP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP6eRU7OvP blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u0NHKTgzAj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0NHKTgzAj nav.navbar {
  position: fixed;
}
.cid-u0NHKTgzAj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NHKTgzAj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u0NHKTgzAj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u0NHKTgzAj .dropdown-item:hover,
.cid-u0NHKTgzAj .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-u0NHKTgzAj .dropdown-item:hover span {
  color: white;
}
.cid-u0NHKTgzAj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u0NHKTgzAj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u0NHKTgzAj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u0NHKTgzAj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0NHKTgzAj .nav-link {
  position: relative;
}
.cid-u0NHKTgzAj .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u0NHKTgzAj .container {
    flex-wrap: nowrap;
  }
}
.cid-u0NHKTgzAj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0NHKTgzAj .dropdown-menu,
.cid-u0NHKTgzAj .navbar.opened {
  background: #ffffff !important;
}
.cid-u0NHKTgzAj .nav-item:focus,
.cid-u0NHKTgzAj .nav-link:focus {
  outline: none;
}
.cid-u0NHKTgzAj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NHKTgzAj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NHKTgzAj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NHKTgzAj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NHKTgzAj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NHKTgzAj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NHKTgzAj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-u0NHKTgzAj .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NHKTgzAj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0NHKTgzAj .navbar .navbar-logo img {
  width: auto;
}
.cid-u0NHKTgzAj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0NHKTgzAj .navbar.collapsed {
  justify-content: center;
}
.cid-u0NHKTgzAj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NHKTgzAj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0NHKTgzAj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u0NHKTgzAj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NHKTgzAj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NHKTgzAj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u0NHKTgzAj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NHKTgzAj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0NHKTgzAj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0NHKTgzAj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NHKTgzAj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NHKTgzAj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NHKTgzAj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0NHKTgzAj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u0NHKTgzAj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NHKTgzAj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u0NHKTgzAj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0NHKTgzAj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0NHKTgzAj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NHKTgzAj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-u0NHKTgzAj .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-u0NHKTgzAj .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NHKTgzAj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NHKTgzAj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NHKTgzAj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u0NHKTgzAj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0NHKTgzAj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NHKTgzAj .dropdown-item.active,
.cid-u0NHKTgzAj .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NHKTgzAj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NHKTgzAj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NHKTgzAj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NHKTgzAj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0NHKTgzAj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NHKTgzAj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NHKTgzAj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u0NHKTgzAj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NHKTgzAj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u0NHKTgzAj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-u0NHKTgzAj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NHKTgzAj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NHKTgzAj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NHKTgzAj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NHKTgzAj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NHKTgzAj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NHKTgzAj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NHKTgzAj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NHKTgzAj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0NHKTgzAj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0NHKTgzAj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NHKTgzAj .navbar {
    height: 70px;
  }
  .cid-u0NHKTgzAj .navbar.opened {
    height: auto;
  }
  .cid-u0NHKTgzAj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NHKU0vHs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/foto-19-2000x2935.jpeg");
}
.cid-u0NHKU0vHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NHKU0vHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NHKU0vHs .mbr-text,
.cid-u0NHKU0vHs .mbr-section-btn {
  text-align: left;
}
.cid-u0NLxMKEVi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0NLxMKEVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NLxMKEVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NLsUd0hS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u0NLsUd0hS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NLsUd0hS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u0NLsUd0hS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0NLsUd0hS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0NLsUd0hS .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0YvcIJzg8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u0YvcIJzg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0YvcIJzg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u0YvcIJzg8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0YvcIJzg8 .row {
  flex-direction: row-reverse;
}
.cid-u0YvcIJzg8 img {
  width: 100%;
}
.cid-u0TOP7cwre {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0TOP7cwre blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u0NHKVhdWo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u0NHKVMVqg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e8ebe8;
}
.cid-u0NHKVMVqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NHKVMVqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u0NHKVMVqg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0NHKVMVqg .row {
  flex-direction: row-reverse;
}
.cid-u0NHKVMVqg img {
  width: 100%;
}
.cid-u0NHKXSJtx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e8ebe8;
}
.cid-u0O0FGYJq3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e8ebe8;
}
.cid-u0O0FGYJq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0O0FGYJq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u0O0FGYJq3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0O0FGYJq3 .row {
  flex-direction: row-reverse;
}
.cid-u0O0FGYJq3 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u0O0FGYJq3 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u0O0hXfbeY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-u0UlDREFKd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0UlDREFKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0UlDREFKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0TPNDmWWQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0TPNDmWWQ blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u0O4Ocz9Ua {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0NHKYmYfC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u0NHKYmYfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NHKYmYfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u0NHKYmYfC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0NHKYmYfC .row {
  flex-direction: row-reverse;
}
.cid-u0NHKYmYfC img {
  width: 100%;
}
.cid-u0NHKYREt2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #e8ebe8;
}
.cid-u0TUfE9Uwa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0TUfE9Uwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0TUfE9Uwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0TQugGMpe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0TQugGMpe blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u0NHKZoLg3 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u0NHKZoLg3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NHKZoLg3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NHKZoLg3 .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-u0NHKZoLg3 .mbr-section-title,
.cid-u0NHKZoLg3 .mbr-section-subtitle {
  text-align: center;
}
.cid-u0NHKZoLg3 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u0NHKZoLg3 .card-wrapper {
  border-radius: 4px;
  background-color: #ffffff;
}
.cid-u0NHKZoLg3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-u0NHKZoLg3 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u0NHKZoLg3 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0NHKZoLg3 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u0NHL0lVNw {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u0NHL0lVNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NHL0lVNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u0NHL0lVNw .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-u0NHL10kiW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u0NHL10kiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u0NHL10kiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-u0NHL10kiW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u0NHL10kiW .row {
  flex-direction: row-reverse;
}
.cid-u0NHL10kiW img {
  width: 100%;
}
.cid-u0TS5S3DrI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0TUzMS9kP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8ebe8;
}
.cid-u0UjqXynwl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0UjqXynwl blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-u0Ujpl3ZqV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxwOcKPYd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxxwqT6Di {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxydI3Oz5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxydI3Oz5 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vhxyz0rWKS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxyLlvJtV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxyYS7Gfz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxzbu3Aq1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxzL7nea9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxA39qJox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxAZ0sGQi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-vhxBbOhpvW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxByxJSxm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxBJkdNVv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxCkIRomy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxCKVNCuy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxDpTDYPr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxDHJPiP0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxDHJPiP0 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vhxDQ1SZPW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxEo4uMv7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhxHZRlOnl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u0UjrZff6b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbumoHRDyO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tbumoHRDyO nav.navbar {
  position: fixed;
}
.cid-tbumoHRDyO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbumoHRDyO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tbumoHRDyO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tbumoHRDyO .dropdown-item:hover,
.cid-tbumoHRDyO .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tbumoHRDyO .dropdown-item:hover span {
  color: white;
}
.cid-tbumoHRDyO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tbumoHRDyO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tbumoHRDyO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tbumoHRDyO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tbumoHRDyO .nav-link {
  position: relative;
}
.cid-tbumoHRDyO .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tbumoHRDyO .container {
    flex-wrap: nowrap;
  }
}
.cid-tbumoHRDyO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tbumoHRDyO .dropdown-menu,
.cid-tbumoHRDyO .navbar.opened {
  background: #ffffff !important;
}
.cid-tbumoHRDyO .nav-item:focus,
.cid-tbumoHRDyO .nav-link:focus {
  outline: none;
}
.cid-tbumoHRDyO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbumoHRDyO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbumoHRDyO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tbumoHRDyO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbumoHRDyO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbumoHRDyO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbumoHRDyO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tbumoHRDyO .navbar.opened {
  transition: all 0.3s;
}
.cid-tbumoHRDyO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tbumoHRDyO .navbar .navbar-logo img {
  width: auto;
}
.cid-tbumoHRDyO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tbumoHRDyO .navbar.collapsed {
  justify-content: center;
}
.cid-tbumoHRDyO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbumoHRDyO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbumoHRDyO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tbumoHRDyO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbumoHRDyO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbumoHRDyO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tbumoHRDyO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbumoHRDyO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tbumoHRDyO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tbumoHRDyO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbumoHRDyO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbumoHRDyO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbumoHRDyO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbumoHRDyO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tbumoHRDyO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbumoHRDyO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbumoHRDyO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tbumoHRDyO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbumoHRDyO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbumoHRDyO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tbumoHRDyO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tbumoHRDyO .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbumoHRDyO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbumoHRDyO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbumoHRDyO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbumoHRDyO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbumoHRDyO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbumoHRDyO .dropdown-item.active,
.cid-tbumoHRDyO .dropdown-item:active {
  background-color: transparent;
}
.cid-tbumoHRDyO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbumoHRDyO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbumoHRDyO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbumoHRDyO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tbumoHRDyO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbumoHRDyO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbumoHRDyO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbumoHRDyO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbumoHRDyO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tbumoHRDyO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tbumoHRDyO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tbumoHRDyO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbumoHRDyO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tbumoHRDyO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tbumoHRDyO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbumoHRDyO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tbumoHRDyO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tbumoHRDyO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tbumoHRDyO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tbumoHRDyO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbumoHRDyO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbumoHRDyO .navbar {
    height: 70px;
  }
  .cid-tbumoHRDyO .navbar.opened {
    height: auto;
  }
  .cid-tbumoHRDyO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1uZqDe6Fb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/banner-15-eindhoven44-1313x297.jpg");
}
.cid-vknnvTpPos {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vknnvTpPos nav.navbar {
  position: fixed;
}
.cid-vknnvTpPos .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vknnvTpPos .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vknnvTpPos .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vknnvTpPos .dropdown-item:hover,
.cid-vknnvTpPos .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vknnvTpPos .dropdown-item:hover span {
  color: white;
}
.cid-vknnvTpPos .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vknnvTpPos .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vknnvTpPos .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vknnvTpPos .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vknnvTpPos .nav-link {
  position: relative;
}
.cid-vknnvTpPos .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vknnvTpPos .container {
    flex-wrap: nowrap;
  }
}
.cid-vknnvTpPos .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vknnvTpPos .dropdown-menu,
.cid-vknnvTpPos .navbar.opened {
  background: #ffffff !important;
}
.cid-vknnvTpPos .nav-item:focus,
.cid-vknnvTpPos .nav-link:focus {
  outline: none;
}
.cid-vknnvTpPos .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vknnvTpPos .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vknnvTpPos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vknnvTpPos .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vknnvTpPos .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vknnvTpPos .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vknnvTpPos .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vknnvTpPos .navbar.opened {
  transition: all 0.3s;
}
.cid-vknnvTpPos .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vknnvTpPos .navbar .navbar-logo img {
  width: auto;
}
.cid-vknnvTpPos .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vknnvTpPos .navbar.collapsed {
  justify-content: center;
}
.cid-vknnvTpPos .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vknnvTpPos .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vknnvTpPos .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vknnvTpPos .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vknnvTpPos .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vknnvTpPos .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vknnvTpPos .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vknnvTpPos .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vknnvTpPos .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vknnvTpPos .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vknnvTpPos .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vknnvTpPos .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vknnvTpPos .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vknnvTpPos .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vknnvTpPos .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vknnvTpPos .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vknnvTpPos .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vknnvTpPos .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vknnvTpPos .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vknnvTpPos .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vknnvTpPos .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vknnvTpPos .navbar.navbar-short {
  min-height: 60px;
}
.cid-vknnvTpPos .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vknnvTpPos .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vknnvTpPos .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vknnvTpPos .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vknnvTpPos .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vknnvTpPos .dropdown-item.active,
.cid-vknnvTpPos .dropdown-item:active {
  background-color: transparent;
}
.cid-vknnvTpPos .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vknnvTpPos .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vknnvTpPos .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vknnvTpPos .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vknnvTpPos .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vknnvTpPos .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vknnvTpPos ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vknnvTpPos .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vknnvTpPos button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vknnvTpPos button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-vknnvTpPos button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vknnvTpPos button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vknnvTpPos button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vknnvTpPos button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vknnvTpPos nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vknnvTpPos nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vknnvTpPos nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vknnvTpPos nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vknnvTpPos .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vknnvTpPos a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vknnvTpPos .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vknnvTpPos .navbar {
    height: 70px;
  }
  .cid-vknnvTpPos .navbar.opened {
    height: auto;
  }
  .cid-vknnvTpPos .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vknnvTKKuC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/banner-groeneveld-1500x510.jpg");
}
.cid-vknnvTKKuC .mbr-section-title {
  color: #232323;
}
.cid-vknnvTKKuC .mbr-text,
.cid-vknnvTKKuC .mbr-section-btn {
  color: #fafafa;
}
.cid-vlpqyV51hU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vlpqyV51hU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlpqyV51hU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlpqyV51hU .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vlpqyV51hU .text-wrapper {
    padding: 2rem;
  }
}
.cid-vlpqyV51hU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vlpqyV51hU .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vlvK0YKUev {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-vlvK0YKUev .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlvK0YKUev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vlvK0YKUev .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vlvK0YKUev .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-vlvK0YKUev .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vlvK0YKUev .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vlvK0YKUev .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vlvK0YKUev .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vlvK0YKUev .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vlvK0YKUev .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vlvK0YKUev .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vlvK0YKUev .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vknx7Z6Tb4 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vknx7Z6Tb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vknx7Z6Tb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vknx7Z6Tb4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vknx7Z6Tb4 .row {
  flex-direction: row-reverse;
}
.cid-vknx7Z6Tb4 img {
  width: 100%;
}
.cid-vmyeUZatxb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vktuK4Bu82 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vktuK4Bu82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vktuK4Bu82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vktuK4Bu82 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vktuK4Bu82 .row {
  flex-direction: row-reverse;
}
.cid-vktuK4Bu82 img {
  width: 100%;
}
.cid-vmyeVMS76Q {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkxIRnQlrq {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkxIRnQlrq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkxIRnQlrq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkxIRnQlrq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkxIRnQlrq .row {
  flex-direction: row-reverse;
}
.cid-vkxIRnQlrq img {
  width: 100%;
}
.cid-vmyeWCvNhH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vky0HsgSYz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vky0HsgSYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vky0HsgSYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vky0HsgSYz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vky0HsgSYz .row {
  flex-direction: row-reverse;
}
.cid-vky0HsgSYz img {
  width: 100%;
}
.cid-vmyeXfTaz0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkyZ8HzGfJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkyZ8HzGfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkyZ8HzGfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkyZ8HzGfJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkyZ8HzGfJ .row {
  flex-direction: row-reverse;
}
.cid-vkyZ8HzGfJ img {
  width: 100%;
}
.cid-vmyeYaulMP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkzeXqUDhB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkzeXqUDhB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkzeXqUDhB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkzeXqUDhB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkzeXqUDhB .row {
  flex-direction: row-reverse;
}
.cid-vkzeXqUDhB img {
  width: 100%;
}
.cid-vmyeZ49Gox {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkzAEXRJQ6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkzAEXRJQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkzAEXRJQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkzAEXRJQ6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkzAEXRJQ6 .row {
  flex-direction: row-reverse;
}
.cid-vkzAEXRJQ6 img {
  width: 100%;
}
.cid-vmyeZPl6qE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkzADCycon {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkzADCycon .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkzADCycon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkzADCycon .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkzADCycon .row {
  flex-direction: row-reverse;
}
.cid-vkzADCycon img {
  width: 100%;
}
.cid-vmyf0uoAwh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkzACHmNvd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkzACHmNvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkzACHmNvd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkzACHmNvd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkzACHmNvd .row {
  flex-direction: row-reverse;
}
.cid-vkzACHmNvd img {
  width: 100%;
}
.cid-vmyf187tHw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkJClpCx7h {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkJClpCx7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkJClpCx7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkJClpCx7h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkJClpCx7h .row {
  flex-direction: row-reverse;
}
.cid-vkJClpCx7h img {
  width: 100%;
}
.cid-vmyf1NR7aL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkJNrDsLmN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkJNrDsLmN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkJNrDsLmN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkJNrDsLmN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkJNrDsLmN .row {
  flex-direction: row-reverse;
}
.cid-vkJNrDsLmN img {
  width: 100%;
}
.cid-vmyf2y9rZz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkJNsgzDBD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkJNsgzDBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkJNsgzDBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkJNsgzDBD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkJNsgzDBD .row {
  flex-direction: row-reverse;
}
.cid-vkJNsgzDBD img {
  width: 100%;
}
.cid-vmyf3dwLBd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkJNsY6Y2Y {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkJNsY6Y2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkJNsY6Y2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkJNsY6Y2Y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkJNsY6Y2Y .row {
  flex-direction: row-reverse;
}
.cid-vkJNsY6Y2Y img {
  width: 100%;
}
.cid-vmyf3QWYWC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkJNtOTUWr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkJNtOTUWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkJNtOTUWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkJNtOTUWr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkJNtOTUWr .row {
  flex-direction: row-reverse;
}
.cid-vkJNtOTUWr img {
  width: 100%;
}
.cid-vmyf4qBIMQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkSDfv4S4f {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkSDfv4S4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkSDfv4S4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkSDfv4S4f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkSDfv4S4f .row {
  flex-direction: row-reverse;
}
.cid-vkSDfv4S4f img {
  width: 100%;
}
.cid-vmyf4Z74pB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkSDelklW8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkSDelklW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkSDelklW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkSDelklW8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkSDelklW8 .row {
  flex-direction: row-reverse;
}
.cid-vkSDelklW8 img {
  width: 100%;
}
.cid-vmyf5B3C6k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkSDcXv4OR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkSDcXv4OR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkSDcXv4OR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkSDcXv4OR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkSDcXv4OR .row {
  flex-direction: row-reverse;
}
.cid-vkSDcXv4OR img {
  width: 100%;
}
.cid-vmyf6lP6rv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkSDc52ASH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkSDc52ASH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkSDc52ASH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vkSDc52ASH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkSDc52ASH .row {
  flex-direction: row-reverse;
}
.cid-vkSDc52ASH img {
  width: 100%;
}
.cid-vmyf77NUn4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlpoAsKfk5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlpoAsKfk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlpoAsKfk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vlpoAsKfk5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vlpoAsKfk5 .row {
  flex-direction: row-reverse;
}
.cid-vlpoAsKfk5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vlpoAsKfk5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vlpozzgsUe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlpozzgsUe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlpozzgsUe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vlpozzgsUe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vlpozzgsUe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vlpozzgsUe .text-wrapper {
    padding: 2rem;
  }
}
.cid-vhPxhI9N6K {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vhPxhI9N6K nav.navbar {
  position: fixed;
}
.cid-vhPxhI9N6K .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhPxhI9N6K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhPxhI9N6K .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhPxhI9N6K .dropdown-item:hover,
.cid-vhPxhI9N6K .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vhPxhI9N6K .dropdown-item:hover span {
  color: white;
}
.cid-vhPxhI9N6K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhPxhI9N6K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhPxhI9N6K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhPxhI9N6K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhPxhI9N6K .nav-link {
  position: relative;
}
.cid-vhPxhI9N6K .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vhPxhI9N6K .container {
    flex-wrap: nowrap;
  }
}
.cid-vhPxhI9N6K .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhPxhI9N6K .dropdown-menu,
.cid-vhPxhI9N6K .navbar.opened {
  background: #ffffff !important;
}
.cid-vhPxhI9N6K .nav-item:focus,
.cid-vhPxhI9N6K .nav-link:focus {
  outline: none;
}
.cid-vhPxhI9N6K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhPxhI9N6K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhPxhI9N6K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhPxhI9N6K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhPxhI9N6K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhPxhI9N6K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhPxhI9N6K .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vhPxhI9N6K .navbar.opened {
  transition: all 0.3s;
}
.cid-vhPxhI9N6K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhPxhI9N6K .navbar .navbar-logo img {
  width: auto;
}
.cid-vhPxhI9N6K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhPxhI9N6K .navbar.collapsed {
  justify-content: center;
}
.cid-vhPxhI9N6K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhPxhI9N6K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vhPxhI9N6K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vhPxhI9N6K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhPxhI9N6K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhPxhI9N6K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vhPxhI9N6K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhPxhI9N6K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhPxhI9N6K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhPxhI9N6K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhPxhI9N6K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhPxhI9N6K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhPxhI9N6K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhPxhI9N6K .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vhPxhI9N6K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhPxhI9N6K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhPxhI9N6K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhPxhI9N6K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhPxhI9N6K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhPxhI9N6K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vhPxhI9N6K .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vhPxhI9N6K .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhPxhI9N6K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhPxhI9N6K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhPxhI9N6K .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhPxhI9N6K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhPxhI9N6K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhPxhI9N6K .dropdown-item.active,
.cid-vhPxhI9N6K .dropdown-item:active {
  background-color: transparent;
}
.cid-vhPxhI9N6K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhPxhI9N6K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhPxhI9N6K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhPxhI9N6K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vhPxhI9N6K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhPxhI9N6K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhPxhI9N6K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhPxhI9N6K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhPxhI9N6K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhPxhI9N6K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-vhPxhI9N6K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhPxhI9N6K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhPxhI9N6K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhPxhI9N6K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhPxhI9N6K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhPxhI9N6K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhPxhI9N6K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhPxhI9N6K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhPxhI9N6K .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vhPxhI9N6K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhPxhI9N6K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhPxhI9N6K .navbar {
    height: 70px;
  }
  .cid-vhPxhI9N6K .navbar.opened {
    height: auto;
  }
  .cid-vhPxhI9N6K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhPxhIsqFk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/banner-bibliotheek-ehv-994x322.jpg");
}
.cid-vhPxIBRZvk {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vncBMa3wIw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vncBMa3wIw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vncBMa3wIw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vncBMa3wIw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vncBMa3wIw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vncBMa3wIw .text-wrapper {
    padding: 2rem;
  }
}
.cid-vlcKsx6Ydg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vlcKsx6Ydg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlcKsx6Ydg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vlcKsx6Ydg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vlcKsx6Ydg .row {
  flex-direction: row-reverse;
}
.cid-vlcKsx6Ydg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vlcKsx6Ydg .text-wrapper {
    padding: 2rem;
  }
}
.cid-vmqQR1MoEl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmqQR1MoEl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmqQR1MoEl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmqQR1MoEl .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vmqQR1MoEl .text-wrapper {
    padding: 2rem;
  }
}
.cid-vmqQR1MoEl .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vmqQR1MoEl .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vhPxEW6mGv {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhPxEW6mGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhPxEW6mGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vhPxEW6mGv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhPxEW6mGv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vhPxEW6mGv .text-wrapper {
    padding: 2rem;
  }
}
.cid-vhPxFvAQk5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vhPxFvAQk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhPxFvAQk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vhPxFvAQk5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhPxFvAQk5 .row {
  flex-direction: row-reverse;
}
.cid-vhPxFvAQk5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vhPxFvAQk5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vlYZVhAaLG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vlYZVhAaLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vlYZVhAaLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vlYZVhAaLG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vlYZVhAaLG .row {
  flex-direction: row-reverse;
}
.cid-vlYZVhAaLG img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vlYZVhAaLG .text-wrapper {
    padding: 2rem;
  }
}
.cid-vmrQXVhBWe {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmrQXVhBWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmrQXVhBWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmrQXVhBWe .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vmrQXVhBWe .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-vmrQXVhBWe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vmrQXVhBWe .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vmrQXVhBWe .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vmrQXVhBWe .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vmrQXVhBWe .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vmrQXVhBWe .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vmrQXVhBWe .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vmrQXVhBWe .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vms74JwQ3S {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vms74JwQ3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vms74JwQ3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vms74JwQ3S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vms74JwQ3S .row {
  flex-direction: row-reverse;
}
.cid-vms74JwQ3S img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vms74JwQ3S .text-wrapper {
    padding: 2rem;
  }
}
.cid-vhPxFXafFy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vhPxFXafFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhPxFXafFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vhPxFXafFy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhPxFXafFy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vhPxFXafFy .text-wrapper {
    padding: 2rem;
  }
}
.cid-vmxmjberTi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vmxmjberTi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxmjberTi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxmjberTi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxmjberTi .row {
  flex-direction: row-reverse;
}
.cid-vmxmjberTi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vmxmjberTi .text-wrapper {
    padding: 2rem;
  }
}
.cid-vmrRz4ZLAU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vmrRz4ZLAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmrRz4ZLAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmrRz4ZLAU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmrRz4ZLAU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vmrRz4ZLAU .text-wrapper {
    padding: 2rem;
  }
}
.cid-vms3yju1Pt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vms3yju1Pt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vms3yju1Pt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vms3yju1Pt .mbr-section-title {
  text-align: center;
}
.cid-vhPxGoT9Ws {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vhPxGoT9Ws .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhPxGoT9Ws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vhPxGoT9Ws .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhPxGoT9Ws .row {
  flex-direction: row-reverse;
}
.cid-vhPxGoT9Ws img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vhPxGoT9Ws .text-wrapper {
    padding: 2rem;
  }
}
.cid-vmgaIfX6Hg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vmgaIfX6Hg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmgaIfX6Hg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmgaIfX6Hg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmgaIfX6Hg .row {
  flex-direction: row-reverse;
}
.cid-vmgaIfX6Hg img {
  width: 100%;
}
.cid-vmgajGKvTk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vmgajGKvTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmgajGKvTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmgajGKvTk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmgajGKvTk .row {
  flex-direction: row-reverse;
}
.cid-vmgajGKvTk img {
  width: 100%;
}
.cid-vms3O37PqI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vms3O37PqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vms3O37PqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhPxLyMm4L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vhPxLyMm4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhPxLyMm4L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vhPxLyMm4L .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhPxLyMm4L img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vhPxLyMm4L .text-wrapper {
    padding: 2rem;
  }
}
.cid-vmwMslw2ng {
  background-color: #ffffff;
}
.cid-vmwMslw2ng .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmwMslw2ng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmwMslw2ng .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-vmwMslw2ng .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmwMslw2ng .row {
  flex-direction: row-reverse;
}
.cid-vmwMslw2ng img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vmwMslw2ng .text-wrapper {
    padding: 2rem;
  }
}
.cid-vms46UHMGz {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vms46UHMGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vms46UHMGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmqPyeBI4b {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmqPyeBI4b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmqPyeBI4b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmqPyeBI4b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmqPyeBI4b img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vmqPyeBI4b .text-wrapper {
    padding: 2rem;
  }
}
.cid-vmqPAc68ZF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vlcO5AuGUj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vlcO5AuGUj blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-vmxy7ePBDT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmxy7ePBDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxy7ePBDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmxwPSXXLA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vmxwPSXXLA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxwPSXXLA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxwPSXXLA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxwPSXXLA .row {
  flex-direction: row-reverse;
}
.cid-vmxwPSXXLA img {
  width: 100%;
}
.cid-vmxxqtQ4aB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vmxxqtQ4aB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxxqtQ4aB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxxqtQ4aB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxxqtQ4aB .row {
  flex-direction: row-reverse;
}
.cid-vmxxqtQ4aB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vmxxqtQ4aB .text-wrapper {
    padding: 2rem;
  }
}
.cid-vmxZN2d71f {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vmxZN2d71f nav.navbar {
  position: fixed;
}
.cid-vmxZN2d71f .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmxZN2d71f .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vmxZN2d71f .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vmxZN2d71f .dropdown-item:hover,
.cid-vmxZN2d71f .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vmxZN2d71f .dropdown-item:hover span {
  color: white;
}
.cid-vmxZN2d71f .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vmxZN2d71f .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vmxZN2d71f .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vmxZN2d71f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vmxZN2d71f .nav-link {
  position: relative;
}
.cid-vmxZN2d71f .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vmxZN2d71f .container {
    flex-wrap: nowrap;
  }
}
.cid-vmxZN2d71f .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vmxZN2d71f .dropdown-menu,
.cid-vmxZN2d71f .navbar.opened {
  background: #ffffff !important;
}
.cid-vmxZN2d71f .nav-item:focus,
.cid-vmxZN2d71f .nav-link:focus {
  outline: none;
}
.cid-vmxZN2d71f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vmxZN2d71f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vmxZN2d71f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vmxZN2d71f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vmxZN2d71f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vmxZN2d71f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vmxZN2d71f .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vmxZN2d71f .navbar.opened {
  transition: all 0.3s;
}
.cid-vmxZN2d71f .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vmxZN2d71f .navbar .navbar-logo img {
  width: auto;
}
.cid-vmxZN2d71f .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vmxZN2d71f .navbar.collapsed {
  justify-content: center;
}
.cid-vmxZN2d71f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vmxZN2d71f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vmxZN2d71f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vmxZN2d71f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vmxZN2d71f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vmxZN2d71f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vmxZN2d71f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vmxZN2d71f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vmxZN2d71f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vmxZN2d71f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vmxZN2d71f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vmxZN2d71f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vmxZN2d71f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vmxZN2d71f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vmxZN2d71f .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vmxZN2d71f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vmxZN2d71f .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vmxZN2d71f .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vmxZN2d71f .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vmxZN2d71f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vmxZN2d71f .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vmxZN2d71f .navbar.navbar-short {
  min-height: 60px;
}
.cid-vmxZN2d71f .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vmxZN2d71f .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vmxZN2d71f .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vmxZN2d71f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vmxZN2d71f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vmxZN2d71f .dropdown-item.active,
.cid-vmxZN2d71f .dropdown-item:active {
  background-color: transparent;
}
.cid-vmxZN2d71f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vmxZN2d71f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vmxZN2d71f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vmxZN2d71f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vmxZN2d71f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vmxZN2d71f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vmxZN2d71f ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vmxZN2d71f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vmxZN2d71f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vmxZN2d71f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-vmxZN2d71f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vmxZN2d71f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmxZN2d71f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vmxZN2d71f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vmxZN2d71f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmxZN2d71f nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vmxZN2d71f nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vmxZN2d71f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vmxZN2d71f .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vmxZN2d71f a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vmxZN2d71f .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vmxZN2d71f .navbar {
    height: 70px;
  }
  .cid-vmxZN2d71f .navbar.opened {
    height: auto;
  }
  .cid-vmxZN2d71f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vmxZN2P4SJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/banner-groeneveld-1500x510.jpg");
}
.cid-vmxZN2P4SJ .mbr-section-title {
  color: #232323;
}
.cid-vmxZN2P4SJ .mbr-text,
.cid-vmxZN2P4SJ .mbr-section-btn {
  color: #e8ebe8;
}
.cid-vmxZN3mD4J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmxZN3mD4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZN3mD4J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmxZN3mD4J .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-vmxZN3mD4J .text-wrapper {
    padding: 2rem;
  }
}
.cid-vmxZN3mD4J .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vmxZN3mD4J .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vmxZN3UtYe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-vmxZN3UtYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZN3UtYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vmxZN3UtYe .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-vmxZN3UtYe .item-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-vmxZN3UtYe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vmxZN3UtYe .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vmxZN3UtYe .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-vmxZN3UtYe .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vmxZN3UtYe .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vmxZN3UtYe .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-vmxZN3UtYe .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vmxZN3UtYe .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-vmxZN4tZsz {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZN4tZsz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZN4tZsz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZN4tZsz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZN4tZsz .row {
  flex-direction: row-reverse;
}
.cid-vmxZN4tZsz img {
  width: 100%;
}
.cid-vmy1JqwgVI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZN5voUu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmxZN5voUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZN5voUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZN5voUu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZN5voUu .row {
  flex-direction: row-reverse;
}
.cid-vmxZN5voUu img {
  width: 100%;
}
.cid-vmy1ZQuClO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZN6v4SU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmxZN6v4SU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZN6v4SU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZN6v4SU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZN6v4SU .row {
  flex-direction: row-reverse;
}
.cid-vmxZN6v4SU img {
  width: 100%;
}
.cid-vmy23nFSL9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmxZN7zWR0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZN7zWR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZN7zWR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZN7zWR0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZN7zWR0 .row {
  flex-direction: row-reverse;
}
.cid-vmxZN7zWR0 img {
  width: 100%;
}
.cid-vmy24EtdLk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmxZN8IDOJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vmxZN8IDOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZN8IDOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZN8IDOJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZN8IDOJ .row {
  flex-direction: row-reverse;
}
.cid-vmxZN8IDOJ img {
  width: 100%;
}
.cid-vmy26j6L88 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZN9UbDo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZN9UbDo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZN9UbDo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZN9UbDo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZN9UbDo .row {
  flex-direction: row-reverse;
}
.cid-vmxZN9UbDo img {
  width: 100%;
}
.cid-vmy281wY2m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNb4BJG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNb4BJG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZNb4BJG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZNb4BJG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZNb4BJG .row {
  flex-direction: row-reverse;
}
.cid-vmxZNb4BJG img {
  width: 100%;
}
.cid-vmy29mpA9V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNcfFlc {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNcfFlc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZNcfFlc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZNcfFlc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZNcfFlc .row {
  flex-direction: row-reverse;
}
.cid-vmxZNcfFlc img {
  width: 100%;
}
.cid-vmy2a7f0ud {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNdzcqL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNdzcqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZNdzcqL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZNdzcqL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZNdzcqL .row {
  flex-direction: row-reverse;
}
.cid-vmxZNdzcqL img {
  width: 100%;
}
.cid-vmy2aQNYVc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmxZNeTwHQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNeTwHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZNeTwHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZNeTwHQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZNeTwHQ .row {
  flex-direction: row-reverse;
}
.cid-vmxZNeTwHQ img {
  width: 100%;
}
.cid-vmy2bIbvS5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNg9s98 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNg9s98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZNg9s98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZNg9s98 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZNg9s98 .row {
  flex-direction: row-reverse;
}
.cid-vmxZNg9s98 img {
  width: 100%;
}
.cid-vmy2cLFnnI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNhrUma {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNhrUma .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZNhrUma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZNhrUma .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZNhrUma .row {
  flex-direction: row-reverse;
}
.cid-vmxZNhrUma img {
  width: 100%;
}
.cid-vmy2dtzx8k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmxZNiXJ91 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNiXJ91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZNiXJ91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZNiXJ91 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZNiXJ91 .row {
  flex-direction: row-reverse;
}
.cid-vmxZNiXJ91 img {
  width: 100%;
}
.cid-vmy2eiKmeq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmxZNkyx0C {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNkyx0C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZNkyx0C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZNkyx0C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZNkyx0C .row {
  flex-direction: row-reverse;
}
.cid-vmxZNkyx0C img {
  width: 100%;
}
.cid-vmy2fyZxX3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNlWRel {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNlWRel .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZNlWRel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZNlWRel .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZNlWRel .row {
  flex-direction: row-reverse;
}
.cid-vmxZNlWRel img {
  width: 100%;
}
.cid-vmy2gvoxPq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmxZNnpY1c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNnpY1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZNnpY1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZNnpY1c .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZNnpY1c .row {
  flex-direction: row-reverse;
}
.cid-vmxZNnpY1c img {
  width: 100%;
}
.cid-vmy2hnvOVK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmxZNoU1lV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNoU1lV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZNoU1lV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZNoU1lV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZNoU1lV .row {
  flex-direction: row-reverse;
}
.cid-vmxZNoU1lV img {
  width: 100%;
}
.cid-vmy2irNgn7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmxZNqqMj0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNqqMj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZNqqMj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZNqqMj0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZNqqMj0 .row {
  flex-direction: row-reverse;
}
.cid-vmxZNqqMj0 img {
  width: 100%;
}
.cid-vmy2jqGWh1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vmxZNrUvPT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmxZNrUvPT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZNrUvPT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZNrUvPT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZNrUvPT .row {
  flex-direction: row-reverse;
}
.cid-vmxZNrUvPT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vmxZNrUvPT .text-wrapper {
    padding: 2rem;
  }
}
.cid-vmxZNsGGIc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmxZNsGGIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmxZNsGGIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmxZNsGGIc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmxZNsGGIc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vmxZNsGGIc .text-wrapper {
    padding: 2rem;
  }
}
.cid-vm5gRfAMW9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vm5gRfAMW9 nav.navbar {
  position: fixed;
}
.cid-vm5gRfAMW9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm5gRfAMW9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vm5gRfAMW9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vm5gRfAMW9 .dropdown-item:hover,
.cid-vm5gRfAMW9 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-vm5gRfAMW9 .dropdown-item:hover span {
  color: white;
}
.cid-vm5gRfAMW9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vm5gRfAMW9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vm5gRfAMW9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vm5gRfAMW9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vm5gRfAMW9 .nav-link {
  position: relative;
}
.cid-vm5gRfAMW9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vm5gRfAMW9 .container {
    flex-wrap: nowrap;
  }
}
.cid-vm5gRfAMW9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vm5gRfAMW9 .dropdown-menu,
.cid-vm5gRfAMW9 .navbar.opened {
  background: #ffffff !important;
}
.cid-vm5gRfAMW9 .nav-item:focus,
.cid-vm5gRfAMW9 .nav-link:focus {
  outline: none;
}
.cid-vm5gRfAMW9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vm5gRfAMW9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vm5gRfAMW9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vm5gRfAMW9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vm5gRfAMW9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vm5gRfAMW9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vm5gRfAMW9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vm5gRfAMW9 .navbar.opened {
  transition: all 0.3s;
}
.cid-vm5gRfAMW9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vm5gRfAMW9 .navbar .navbar-logo img {
  width: auto;
}
.cid-vm5gRfAMW9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vm5gRfAMW9 .navbar.collapsed {
  justify-content: center;
}
.cid-vm5gRfAMW9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vm5gRfAMW9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vm5gRfAMW9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vm5gRfAMW9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vm5gRfAMW9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vm5gRfAMW9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vm5gRfAMW9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vm5gRfAMW9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vm5gRfAMW9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vm5gRfAMW9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vm5gRfAMW9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vm5gRfAMW9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vm5gRfAMW9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vm5gRfAMW9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vm5gRfAMW9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vm5gRfAMW9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vm5gRfAMW9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vm5gRfAMW9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vm5gRfAMW9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vm5gRfAMW9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vm5gRfAMW9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vm5gRfAMW9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vm5gRfAMW9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vm5gRfAMW9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vm5gRfAMW9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vm5gRfAMW9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vm5gRfAMW9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vm5gRfAMW9 .dropdown-item.active,
.cid-vm5gRfAMW9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vm5gRfAMW9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vm5gRfAMW9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vm5gRfAMW9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vm5gRfAMW9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vm5gRfAMW9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vm5gRfAMW9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vm5gRfAMW9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vm5gRfAMW9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vm5gRfAMW9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vm5gRfAMW9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-vm5gRfAMW9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vm5gRfAMW9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vm5gRfAMW9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vm5gRfAMW9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vm5gRfAMW9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm5gRfAMW9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vm5gRfAMW9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vm5gRfAMW9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vm5gRfAMW9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vm5gRfAMW9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vm5gRfAMW9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vm5gRfAMW9 .navbar {
    height: 70px;
  }
  .cid-vm5gRfAMW9 .navbar.opened {
    height: auto;
  }
  .cid-vm5gRfAMW9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vm5gRfTzrn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/banner-oorlogsdagboek-bep-1200x342.jpg");
}
.cid-vmOHI1LWBu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vmOHI1LWBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOHI1LWBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmOHI1LWBu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmOHI1LWBu .row {
  flex-direction: row-reverse;
}
.cid-vmOHI1LWBu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vmOHI1LWBu .text-wrapper {
    padding: 2rem;
  }
}
.cid-vmOFSA2BBs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vmOFSA2BBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOFSA2BBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmOFSA2BBs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmOFSA2BBs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vmOFSA2BBs .text-wrapper {
    padding: 2rem;
  }
}
.cid-vmJF0EWS5i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vmJF0EWS5i .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vm5hiDpzgk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vm5hiDpzgk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vm5hiDpzgk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vm5hiDpzgk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vm5hiDpzgk .row {
  flex-direction: row-reverse;
}
.cid-vm5hiDpzgk img {
  width: 100%;
}
.cid-vm5hiDpzgk .mbr-description {
  text-align: justify;
}
.cid-vma4w6MdfB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vma4w6MdfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vma4w6MdfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vma4w6MdfB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vma4w6MdfB .row {
  flex-direction: row-reverse;
}
.cid-vma4w6MdfB img {
  width: 100%;
}
.cid-vma4w6MdfB .mbr-description {
  text-align: justify;
}
.cid-vma4wL916f {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vma4wL916f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vma4wL916f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vma4wL916f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vma4wL916f .row {
  flex-direction: row-reverse;
}
.cid-vma4wL916f img {
  width: 100%;
}
.cid-vma4wL916f .mbr-description {
  text-align: justify;
}
.cid-vma4xWEH8A {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vma4xWEH8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vma4xWEH8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vma4xWEH8A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vma4xWEH8A .row {
  flex-direction: row-reverse;
}
.cid-vma4xWEH8A img {
  width: 100%;
}
.cid-vma4xWEH8A .mbr-description {
  text-align: justify;
}
.cid-vma4yE9rvM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vma4yE9rvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vma4yE9rvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vma4yE9rvM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vma4yE9rvM .row {
  flex-direction: row-reverse;
}
.cid-vma4yE9rvM img {
  width: 100%;
}
.cid-vma4yE9rvM .mbr-description {
  text-align: justify;
}
.cid-vma4zeCg9F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vma4zeCg9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vma4zeCg9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vma4zeCg9F .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vma4zeCg9F .row {
  flex-direction: row-reverse;
}
.cid-vma4zeCg9F img {
  width: 100%;
}
.cid-vma4zeCg9F .mbr-description {
  text-align: justify;
}
.cid-vma4xi1gL3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vma4xi1gL3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vma4xi1gL3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vma4xi1gL3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vma4xi1gL3 .row {
  flex-direction: row-reverse;
}
.cid-vma4xi1gL3 img {
  width: 100%;
}
.cid-vma4xi1gL3 .mbr-description {
  text-align: justify;
}
.cid-vmOKXBIO8D {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmOKXBIO8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOKXBIO8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmOKXBIO8D .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmOKXBIO8D .row {
  flex-direction: row-reverse;
}
.cid-vmOKXBIO8D img {
  width: 100%;
}
.cid-vmOKXBIO8D .mbr-description {
  text-align: justify;
}
.cid-vmOKYeuZIV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmOKYeuZIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOKYeuZIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmOKYeuZIV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmOKYeuZIV .row {
  flex-direction: row-reverse;
}
.cid-vmOKYeuZIV img {
  width: 100%;
}
.cid-vmOKYeuZIV .mbr-description {
  text-align: justify;
}
.cid-vmOKZ30Yoy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmOKZ30Yoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOKZ30Yoy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmOKZ30Yoy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmOKZ30Yoy .row {
  flex-direction: row-reverse;
}
.cid-vmOKZ30Yoy img {
  width: 100%;
}
.cid-vmOKZ30Yoy .mbr-description {
  text-align: justify;
}
.cid-vmOKZUQFHA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmOKZUQFHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOKZUQFHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmOKZUQFHA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmOKZUQFHA .row {
  flex-direction: row-reverse;
}
.cid-vmOKZUQFHA img {
  width: 100%;
}
.cid-vmOKZUQFHA .mbr-description {
  text-align: justify;
}
.cid-vmOL0YoD0e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmOL0YoD0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOL0YoD0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmOL0YoD0e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmOL0YoD0e .row {
  flex-direction: row-reverse;
}
.cid-vmOL0YoD0e img {
  width: 100%;
}
.cid-vmOL0YoD0e .mbr-description {
  text-align: justify;
}
.cid-vmOWz0hHa6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmOWz0hHa6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOWz0hHa6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmOWz0hHa6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmOWz0hHa6 .row {
  flex-direction: row-reverse;
}
.cid-vmOWz0hHa6 img {
  width: 100%;
}
.cid-vmOWz0hHa6 .mbr-description {
  text-align: justify;
}
.cid-vmOWzJPuTW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmOWzJPuTW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOWzJPuTW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmOWzJPuTW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmOWzJPuTW .row {
  flex-direction: row-reverse;
}
.cid-vmOWzJPuTW img {
  width: 100%;
}
.cid-vmOWzJPuTW .mbr-description {
  text-align: justify;
}
.cid-vmOWAuoeG2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmOWAuoeG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOWAuoeG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmOWAuoeG2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmOWAuoeG2 .row {
  flex-direction: row-reverse;
}
.cid-vmOWAuoeG2 img {
  width: 100%;
}
.cid-vmOWAuoeG2 .mbr-description {
  text-align: justify;
}
.cid-vmOWBw4g9P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmOWBw4g9P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOWBw4g9P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmOWBw4g9P .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmOWBw4g9P .row {
  flex-direction: row-reverse;
}
.cid-vmOWBw4g9P img {
  width: 100%;
}
.cid-vmOWBw4g9P .mbr-description {
  text-align: justify;
}
.cid-vmOWL8hqdZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmOWL8hqdZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOWL8hqdZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmOWL8hqdZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmOWL8hqdZ .row {
  flex-direction: row-reverse;
}
.cid-vmOWL8hqdZ img {
  width: 100%;
}
.cid-vmOWL8hqdZ .mbr-description {
  text-align: justify;
}
.cid-vmOWLKTf8r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmOWLKTf8r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOWLKTf8r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmOWLKTf8r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmOWLKTf8r .row {
  flex-direction: row-reverse;
}
.cid-vmOWLKTf8r img {
  width: 100%;
}
.cid-vmOWLKTf8r .mbr-description {
  text-align: justify;
}
.cid-vmOWMnN1kt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmOWMnN1kt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOWMnN1kt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmOWMnN1kt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmOWMnN1kt .row {
  flex-direction: row-reverse;
}
.cid-vmOWMnN1kt img {
  width: 100%;
}
.cid-vmOWMnN1kt .mbr-description {
  text-align: justify;
}
.cid-vmOWNbYLAq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmOWNbYLAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmOWNbYLAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmOWNbYLAq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmOWNbYLAq .row {
  flex-direction: row-reverse;
}
.cid-vmOWNbYLAq img {
  width: 100%;
}
.cid-vmOWNbYLAq .mbr-description {
  text-align: justify;
}
.cid-vmVjciKvHs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmVjciKvHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmVjciKvHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmVjciKvHs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmVjciKvHs .row {
  flex-direction: row-reverse;
}
.cid-vmVjciKvHs img {
  width: 100%;
}
.cid-vmVjciKvHs .mbr-description {
  text-align: justify;
}
.cid-vmVjcZuO1m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmVjcZuO1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmVjcZuO1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmVjcZuO1m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmVjcZuO1m .row {
  flex-direction: row-reverse;
}
.cid-vmVjcZuO1m img {
  width: 100%;
}
.cid-vmVjcZuO1m .mbr-description {
  text-align: justify;
}
.cid-vmVjdxSQV0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmVjdxSQV0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmVjdxSQV0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmVjdxSQV0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmVjdxSQV0 .row {
  flex-direction: row-reverse;
}
.cid-vmVjdxSQV0 img {
  width: 100%;
}
.cid-vmVjdxSQV0 .mbr-description {
  text-align: justify;
}
.cid-vmVjeb4uD0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vmVjeb4uD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vmVjeb4uD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vmVjeb4uD0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vmVjeb4uD0 .row {
  flex-direction: row-reverse;
}
.cid-vmVjeb4uD0 img {
  width: 100%;
}
.cid-vmVjeb4uD0 .mbr-description {
  text-align: justify;
}
.cid-vn0Dk3UJkY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vn0Dk3UJkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn0Dk3UJkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vn0Dk3UJkY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vn0Dk3UJkY .row {
  flex-direction: row-reverse;
}
.cid-vn0Dk3UJkY img {
  width: 100%;
}
.cid-vn0Dk3UJkY .mbr-description {
  text-align: justify;
}
.cid-vn0DkXZXpw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vn0DkXZXpw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn0DkXZXpw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vn0DkXZXpw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vn0DkXZXpw .row {
  flex-direction: row-reverse;
}
.cid-vn0DkXZXpw img {
  width: 100%;
}
.cid-vn0DkXZXpw .mbr-description {
  text-align: justify;
}
.cid-vn0DlF3jgY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vn0DlF3jgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn0DlF3jgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vn0DlF3jgY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vn0DlF3jgY .row {
  flex-direction: row-reverse;
}
.cid-vn0DlF3jgY img {
  width: 100%;
}
.cid-vn0DlF3jgY .mbr-description {
  text-align: justify;
}
.cid-vn0DmnCHrP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vn0DmnCHrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn0DmnCHrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vn0DmnCHrP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vn0DmnCHrP .row {
  flex-direction: row-reverse;
}
.cid-vn0DmnCHrP img {
  width: 100%;
}
.cid-vn0DmnCHrP .mbr-description {
  text-align: justify;
}
.cid-vn0Dn3yu9j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vn0Dn3yu9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn0Dn3yu9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vn0Dn3yu9j .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vn0Dn3yu9j .row {
  flex-direction: row-reverse;
}
.cid-vn0Dn3yu9j img {
  width: 100%;
}
.cid-vn0Dn3yu9j .mbr-description {
  text-align: justify;
}
.cid-vn69JYE1pY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vn69JYE1pY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn69JYE1pY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vn69JYE1pY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vn69JYE1pY .row {
  flex-direction: row-reverse;
}
.cid-vn69JYE1pY img {
  width: 100%;
}
.cid-vn69JYE1pY .mbr-description {
  text-align: justify;
}
.cid-vn69KsJAdg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vn69KsJAdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn69KsJAdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vn69KsJAdg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vn69KsJAdg .row {
  flex-direction: row-reverse;
}
.cid-vn69KsJAdg img {
  width: 100%;
}
.cid-vn69KsJAdg .mbr-description {
  text-align: justify;
}
.cid-vn69KUvNSc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vn69KUvNSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn69KUvNSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vn69KUvNSc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vn69KUvNSc .row {
  flex-direction: row-reverse;
}
.cid-vn69KUvNSc img {
  width: 100%;
}
.cid-vn69KUvNSc .mbr-description {
  text-align: justify;
}
.cid-vn69LlTZQ4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vn69LlTZQ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn69LlTZQ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vn69LlTZQ4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vn69LlTZQ4 .row {
  flex-direction: row-reverse;
}
.cid-vn69LlTZQ4 img {
  width: 100%;
}
.cid-vn69LlTZQ4 .mbr-description {
  text-align: justify;
}
.cid-vn69LLmZra {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vn69LLmZra .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn69LLmZra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vn69LLmZra .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vn69LLmZra .row {
  flex-direction: row-reverse;
}
.cid-vn69LLmZra img {
  width: 100%;
}
.cid-vn69LLmZra .mbr-description {
  text-align: justify;
}
.cid-vn69MbNAkh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vn69MbNAkh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn69MbNAkh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vn69MbNAkh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vn69MbNAkh .row {
  flex-direction: row-reverse;
}
.cid-vn69MbNAkh img {
  width: 100%;
}
.cid-vn69MbNAkh .mbr-description {
  text-align: justify;
}
.cid-vn69MEey8z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vn69MEey8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn69MEey8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vn69MEey8z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vn69MEey8z .row {
  flex-direction: row-reverse;
}
.cid-vn69MEey8z img {
  width: 100%;
}
.cid-vn69MEey8z .mbr-description {
  text-align: justify;
}
.cid-vn6sp2vWQt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vn6sp2vWQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn6sp2vWQt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vn6uMJbaBu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vn6uMJbaBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn6uMJbaBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vn6uMJbaBu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vn6uMJbaBu .row {
  flex-direction: row-reverse;
}
.cid-vn6uMJbaBu img {
  width: 100%;
}
.cid-vn6CNGl7yu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vn6CNGl7yu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn6CNGl7yu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vn6CNGl7yu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vn6CNGl7yu .row {
  flex-direction: row-reverse;
}
.cid-vn6CNGl7yu img {
  width: 100%;
}
.cid-vn6r0v6Ydt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vn6r0v6Ydt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn6r0v6Ydt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vn6r0v6Ydt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vn6r0v6Ydt .row {
  flex-direction: row-reverse;
}
.cid-vn6r0v6Ydt img {
  width: 100%;
}
.cid-vn6sArhz0a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vn6sArhz0a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vn6sArhz0a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vn6sArhz0a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vn6sArhz0a .row {
  flex-direction: row-reverse;
}
.cid-vn6sArhz0a img {
  width: 100%;
}
