body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Fira Sans Condensed', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Fira Sans Condensed', 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: #ffc907 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffc907 !important;
  border-color: #ffc907 !important;
  color: #070500 !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: #af8900 !important;
  border-color: #af8900 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #070500 !important;
  background-color: #af8900 !important;
  border-color: #af8900 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc907;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #af8900 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #070500 !important;
  background-color: #ffc907 !important;
  border-color: #ffc907 !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: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: 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: #ffc907 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a07d00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffc907;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-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: #ffc907;
  border-color: #ffc907;
  color: #201900;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffc907;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff5d3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Fira Sans Condensed', 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: #ffc907 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Fira Sans Condensed', 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: #ffc907;
}
/* 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: #ffc907;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffc907;
}
.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: #ffc907;
  border-bottom-color: #ffc907;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffc907 !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='%23ffc907' %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-ulZE0jO7XX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ulZE0jO7XX nav.navbar {
  position: fixed;
}
.cid-ulZE0jO7XX .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-ulZE0jO7XX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulZE0jO7XX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulZE0jO7XX .dropdown-item:hover,
.cid-ulZE0jO7XX .dropdown-item:focus {
  background: #ffc907 !important;
  color: white !important;
}
.cid-ulZE0jO7XX .dropdown-item:hover span {
  color: white;
}
.cid-ulZE0jO7XX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulZE0jO7XX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulZE0jO7XX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulZE0jO7XX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulZE0jO7XX .nav-link {
  position: relative;
}
.cid-ulZE0jO7XX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulZE0jO7XX .container {
    flex-wrap: wrap;
  }
}
.cid-ulZE0jO7XX .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulZE0jO7XX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ulZE0jO7XX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulZE0jO7XX .dropdown-menu,
.cid-ulZE0jO7XX .navbar.opened {
  background: #ffffff !important;
}
.cid-ulZE0jO7XX .nav-item:focus,
.cid-ulZE0jO7XX .nav-link:focus {
  outline: none;
}
.cid-ulZE0jO7XX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulZE0jO7XX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulZE0jO7XX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulZE0jO7XX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulZE0jO7XX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulZE0jO7XX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulZE0jO7XX .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-ulZE0jO7XX .navbar.opened {
  transition: all 0.3s;
}
.cid-ulZE0jO7XX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulZE0jO7XX .navbar .navbar-logo img {
  width: auto;
}
.cid-ulZE0jO7XX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulZE0jO7XX .navbar.collapsed {
  justify-content: center;
}
.cid-ulZE0jO7XX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulZE0jO7XX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulZE0jO7XX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-ulZE0jO7XX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulZE0jO7XX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulZE0jO7XX .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-ulZE0jO7XX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulZE0jO7XX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulZE0jO7XX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulZE0jO7XX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulZE0jO7XX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulZE0jO7XX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulZE0jO7XX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulZE0jO7XX .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-ulZE0jO7XX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulZE0jO7XX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulZE0jO7XX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulZE0jO7XX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulZE0jO7XX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulZE0jO7XX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulZE0jO7XX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulZE0jO7XX .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulZE0jO7XX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulZE0jO7XX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulZE0jO7XX .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-ulZE0jO7XX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulZE0jO7XX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulZE0jO7XX .dropdown-item.active,
.cid-ulZE0jO7XX .dropdown-item:active {
  background-color: transparent;
}
.cid-ulZE0jO7XX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulZE0jO7XX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulZE0jO7XX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulZE0jO7XX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulZE0jO7XX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulZE0jO7XX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulZE0jO7XX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulZE0jO7XX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulZE0jO7XX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulZE0jO7XX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulZE0jO7XX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulZE0jO7XX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulZE0jO7XX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulZE0jO7XX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulZE0jO7XX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulZE0jO7XX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulZE0jO7XX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulZE0jO7XX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulZE0jO7XX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulZE0jO7XX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulZE0jO7XX .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-ulZE0jO7XX .navbar {
    height: 70px;
  }
  .cid-ulZE0jO7XX .navbar.opened {
    height: auto;
  }
  .cid-ulZE0jO7XX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulZEKZyMEM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/openingspagina-afbeelding1.jpg");
}
.cid-ulZEKZyMEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZEKZyMEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulZEKZyMEM .mbr-text,
.cid-ulZEKZyMEM .mbr-section-btn {
  color: #232323;
}
.cid-ulZEKZyMEM .card-title,
.cid-ulZEKZyMEM .card-box {
  color: #ffffff;
}
.cid-ulZEKZyMEM .mbr-text,
.cid-ulZEKZyMEM .link-wrap {
  color: #ffffff;
}
.cid-uZ2pXbq5Dd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZ2pXbq5Dd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ2pXbq5Dd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ2pXbq5Dd .mbr-section-title {
  color: #e43f3f;
}
.cid-uziw80ksa0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uOnifqspG9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOnifqspG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnifqspG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOnifqspG9 .mbr-section-title {
  color: #e43f3f;
}
.cid-uOnNPQy02r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOnNPQy02r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOnNPQy02r .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-uOnNPQy02r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOnNPQy02r .row {
  flex-direction: row-reverse;
}
.cid-uOnNPQy02r img {
  width: 100%;
}
.cid-uOniuUyX3s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulZXgabd5a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ulZXgabd5a .mbr-section-subtitle {
  color: #ffc907;
}
.cid-ulZXgabd5a .mbr-text {
  color: #3d83c8;
}
.cid-umaOlOYK6W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-ulZXLw7X0w {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ulZXLw7X0w nav.navbar {
  position: fixed;
}
.cid-ulZXLw7X0w .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-ulZXLw7X0w .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulZXLw7X0w .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulZXLw7X0w .dropdown-item:hover,
.cid-ulZXLw7X0w .dropdown-item:focus {
  background: #ffc907 !important;
  color: white !important;
}
.cid-ulZXLw7X0w .dropdown-item:hover span {
  color: white;
}
.cid-ulZXLw7X0w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulZXLw7X0w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulZXLw7X0w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulZXLw7X0w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulZXLw7X0w .nav-link {
  position: relative;
}
.cid-ulZXLw7X0w .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulZXLw7X0w .container {
    flex-wrap: wrap;
  }
}
.cid-ulZXLw7X0w .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulZXLw7X0w .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ulZXLw7X0w .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulZXLw7X0w .dropdown-menu,
.cid-ulZXLw7X0w .navbar.opened {
  background: #ffffff !important;
}
.cid-ulZXLw7X0w .nav-item:focus,
.cid-ulZXLw7X0w .nav-link:focus {
  outline: none;
}
.cid-ulZXLw7X0w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulZXLw7X0w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulZXLw7X0w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulZXLw7X0w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulZXLw7X0w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulZXLw7X0w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulZXLw7X0w .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-ulZXLw7X0w .navbar.opened {
  transition: all 0.3s;
}
.cid-ulZXLw7X0w .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulZXLw7X0w .navbar .navbar-logo img {
  width: auto;
}
.cid-ulZXLw7X0w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulZXLw7X0w .navbar.collapsed {
  justify-content: center;
}
.cid-ulZXLw7X0w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulZXLw7X0w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulZXLw7X0w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-ulZXLw7X0w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulZXLw7X0w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulZXLw7X0w .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-ulZXLw7X0w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulZXLw7X0w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulZXLw7X0w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulZXLw7X0w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulZXLw7X0w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulZXLw7X0w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulZXLw7X0w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulZXLw7X0w .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-ulZXLw7X0w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulZXLw7X0w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulZXLw7X0w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulZXLw7X0w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulZXLw7X0w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulZXLw7X0w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulZXLw7X0w .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulZXLw7X0w .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulZXLw7X0w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulZXLw7X0w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulZXLw7X0w .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-ulZXLw7X0w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulZXLw7X0w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulZXLw7X0w .dropdown-item.active,
.cid-ulZXLw7X0w .dropdown-item:active {
  background-color: transparent;
}
.cid-ulZXLw7X0w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulZXLw7X0w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulZXLw7X0w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulZXLw7X0w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulZXLw7X0w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulZXLw7X0w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulZXLw7X0w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulZXLw7X0w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulZXLw7X0w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulZXLw7X0w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulZXLw7X0w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulZXLw7X0w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulZXLw7X0w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulZXLw7X0w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulZXLw7X0w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulZXLw7X0w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulZXLw7X0w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulZXLw7X0w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulZXLw7X0w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulZXLw7X0w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulZXLw7X0w .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-ulZXLw7X0w .navbar {
    height: 70px;
  }
  .cid-ulZXLw7X0w .navbar.opened {
    height: auto;
  }
  .cid-ulZXLw7X0w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulZXLwE6jW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/openingspagina-afbeelding1.jpg");
}
.cid-ulZXLwE6jW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZXLwE6jW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulZXLwE6jW .mbr-text,
.cid-ulZXLwE6jW .mbr-section-btn {
  color: #232323;
}
.cid-ulZXLwE6jW .card-title,
.cid-ulZXLwE6jW .card-box {
  color: #ffffff;
}
.cid-ulZXLwE6jW .mbr-text,
.cid-ulZXLwE6jW .link-wrap {
  color: #ffffff;
}
.cid-umgo95mk4q {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-umgo95mk4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgo95mk4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgo95mk4q .mbr-section-title {
  color: #3d83c8;
}
.cid-uXDSzvLNPo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXDSzvLNPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXDSzvLNPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXDSzvLNPo .video-wrapper iframe {
  width: 100%;
}
.cid-uXDSzvLNPo .mbr-section-title,
.cid-uXDSzvLNPo .mbr-section-subtitle,
.cid-uXDSzvLNPo .mbr-text {
  text-align: center;
}
.cid-umgokXz05I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-umgnZhDW16 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umgnZhDW16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgnZhDW16 .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-umgnZhDW16 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umgnZhDW16 .row {
  flex-direction: row-reverse;
}
.cid-umgnZhDW16 img {
  width: 100%;
}
.cid-uziwcefQdC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umaOlOYK6W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-ulZYgW7Nd0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ulZYgW7Nd0 nav.navbar {
  position: fixed;
}
.cid-ulZYgW7Nd0 .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-ulZYgW7Nd0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulZYgW7Nd0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulZYgW7Nd0 .dropdown-item:hover,
.cid-ulZYgW7Nd0 .dropdown-item:focus {
  background: #ffc907 !important;
  color: white !important;
}
.cid-ulZYgW7Nd0 .dropdown-item:hover span {
  color: white;
}
.cid-ulZYgW7Nd0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulZYgW7Nd0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulZYgW7Nd0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulZYgW7Nd0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulZYgW7Nd0 .nav-link {
  position: relative;
}
.cid-ulZYgW7Nd0 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulZYgW7Nd0 .container {
    flex-wrap: wrap;
  }
}
.cid-ulZYgW7Nd0 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulZYgW7Nd0 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ulZYgW7Nd0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulZYgW7Nd0 .dropdown-menu,
.cid-ulZYgW7Nd0 .navbar.opened {
  background: #ffffff !important;
}
.cid-ulZYgW7Nd0 .nav-item:focus,
.cid-ulZYgW7Nd0 .nav-link:focus {
  outline: none;
}
.cid-ulZYgW7Nd0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulZYgW7Nd0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulZYgW7Nd0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulZYgW7Nd0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulZYgW7Nd0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulZYgW7Nd0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulZYgW7Nd0 .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-ulZYgW7Nd0 .navbar.opened {
  transition: all 0.3s;
}
.cid-ulZYgW7Nd0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulZYgW7Nd0 .navbar .navbar-logo img {
  width: auto;
}
.cid-ulZYgW7Nd0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulZYgW7Nd0 .navbar.collapsed {
  justify-content: center;
}
.cid-ulZYgW7Nd0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulZYgW7Nd0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulZYgW7Nd0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-ulZYgW7Nd0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulZYgW7Nd0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulZYgW7Nd0 .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-ulZYgW7Nd0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulZYgW7Nd0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulZYgW7Nd0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulZYgW7Nd0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulZYgW7Nd0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulZYgW7Nd0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulZYgW7Nd0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulZYgW7Nd0 .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-ulZYgW7Nd0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulZYgW7Nd0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulZYgW7Nd0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulZYgW7Nd0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulZYgW7Nd0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulZYgW7Nd0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulZYgW7Nd0 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulZYgW7Nd0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulZYgW7Nd0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulZYgW7Nd0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulZYgW7Nd0 .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-ulZYgW7Nd0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulZYgW7Nd0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulZYgW7Nd0 .dropdown-item.active,
.cid-ulZYgW7Nd0 .dropdown-item:active {
  background-color: transparent;
}
.cid-ulZYgW7Nd0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulZYgW7Nd0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulZYgW7Nd0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulZYgW7Nd0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulZYgW7Nd0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulZYgW7Nd0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulZYgW7Nd0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulZYgW7Nd0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulZYgW7Nd0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulZYgW7Nd0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulZYgW7Nd0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulZYgW7Nd0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulZYgW7Nd0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulZYgW7Nd0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulZYgW7Nd0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulZYgW7Nd0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulZYgW7Nd0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulZYgW7Nd0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulZYgW7Nd0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulZYgW7Nd0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulZYgW7Nd0 .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-ulZYgW7Nd0 .navbar {
    height: 70px;
  }
  .cid-ulZYgW7Nd0 .navbar.opened {
    height: auto;
  }
  .cid-ulZYgW7Nd0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulZYgWyqYT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/openingspagina-afbeelding1.jpg");
}
.cid-ulZYgWyqYT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZYgWyqYT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulZYgWyqYT .mbr-text,
.cid-ulZYgWyqYT .mbr-section-btn {
  color: #232323;
}
.cid-ulZYgWyqYT .card-title,
.cid-ulZYgWyqYT .card-box {
  color: #ffffff;
}
.cid-ulZYgWyqYT .mbr-text,
.cid-ulZYgWyqYT .link-wrap {
  color: #ffffff;
}
.cid-unAkT9w5pO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-unAkT9w5pO .mbr-fallback-image.disabled {
  display: none;
}
.cid-unAkT9w5pO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unAkT9w5pO .mbr-section-title {
  color: #e43f3f;
}
.cid-uziwfIpZJs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umaQEir7Vi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-umaQEir7Vi .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaQEir7Vi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umaQEir7Vi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umaQEir7Vi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umaQEir7Vi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umaQEir7Vi .mbr-section-title {
  text-align: left;
}
.cid-umaQEir7Vi .mbr-text,
.cid-umaQEir7Vi .mbr-section-btn {
  text-align: left;
}
.cid-umaNT3hWxF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-umaNT3hWxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaNT3hWxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umaNT3hWxF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umaNT3hWxF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umaNT3hWxF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umaNT3hWxF .mbr-section-title {
  text-align: left;
}
.cid-umaNT3hWxF .mbr-text,
.cid-umaNT3hWxF .mbr-section-btn {
  text-align: left;
}
.cid-umbAjp6QcA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-umbAjp6QcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbAjp6QcA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbAjp6QcA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umbAjp6QcA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umbAjp6QcA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umbAjp6QcA .mbr-section-title {
  text-align: left;
}
.cid-umbAjp6QcA .mbr-text,
.cid-umbAjp6QcA .mbr-section-btn {
  text-align: left;
}
.cid-uYVIfEBLKx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #44659f;
}
.cid-uYVIfEBLKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVIfEBLKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVIfEBLKx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVIfEBLKx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVIfEBLKx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVIfEBLKx .mbr-section-title {
  text-align: left;
}
.cid-uYVIfEBLKx .mbr-text,
.cid-uYVIfEBLKx .mbr-section-btn {
  text-align: left;
}
.cid-uYVIslZGyt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-uYVIslZGyt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVIslZGyt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVIslZGyt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVIslZGyt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVIslZGyt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVIslZGyt .mbr-section-title {
  text-align: left;
}
.cid-uYVIslZGyt .mbr-text,
.cid-uYVIslZGyt .mbr-section-btn {
  text-align: left;
}
.cid-uYVOmo2lVl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-uYVOmo2lVl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVOmo2lVl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVOmo2lVl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVOmo2lVl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVOmo2lVl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVOmo2lVl .mbr-section-title {
  text-align: left;
}
.cid-uYVOmo2lVl .mbr-text,
.cid-uYVOmo2lVl .mbr-section-btn {
  text-align: left;
}
.cid-uYVOnmmg0y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff8a8a;
}
.cid-uYVOnmmg0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVOnmmg0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVOnmmg0y .item {
  padding-bottom: 2rem;
}
.cid-uYVOnmmg0y .item-wrapper {
  position: relative;
}
.cid-uYVOnmmg0y .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uYVOnmmg0y .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uYVOnmmg0y .carousel-control,
.cid-uYVOnmmg0y .close {
  background: #1b1b1b;
}
.cid-uYVOnmmg0y .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uYVOnmmg0y .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uYVOnmmg0y .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uYVOnmmg0y .carousel-control-next span {
  margin-left: 5px;
}
.cid-uYVOnmmg0y .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uYVOnmmg0y .close::before {
  content: '\e91a';
}
.cid-uYVOnmmg0y .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYVOnmmg0y .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uYVOnmmg0y .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYVOnmmg0y .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYVOnmmg0y .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYVOnmmg0y .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uYVOnmmg0y .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uYVOnmmg0y .carousel-indicators li.active,
.cid-uYVOnmmg0y .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uYVOnmmg0y .carousel-indicators li::after,
.cid-uYVOnmmg0y .carousel-indicators li::before {
  content: none;
}
.cid-uYVOnmmg0y .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uYVOnmmg0y .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uYVOnmmg0y .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYVOnmmg0y .carousel-indicators {
    display: none;
  }
}
.cid-uYVOnmmg0y .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uYVOnmmg0y .carousel-inner > .active {
  display: block;
}
.cid-uYVOnmmg0y .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYVOnmmg0y .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYVOnmmg0y .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uYVOnmmg0y .carousel-control,
  .cid-uYVOnmmg0y .carousel-indicators,
  .cid-uYVOnmmg0y .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uYVOnmmg0y .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uYVOnmmg0y .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYVOnmmg0y .carousel-indicators .active,
.cid-uYVOnmmg0y .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uYVOnmmg0y .carousel-indicators .active {
  background: #fff;
}
.cid-uYVOnmmg0y .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uYVOnmmg0y .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uYVOnmmg0y .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYVOnmmg0y .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uYVOnmmg0y .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uYVOnmmg0y .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uYVOnmmg0y .carousel {
  width: 100%;
}
.cid-uYVOnmmg0y .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uYVOnmmg0y .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uYVOnmmg0y .modal.fade .modal-dialog,
.cid-uYVOnmmg0y .modal.in .modal-dialog {
  transform: none;
}
.cid-uYVOnmmg0y .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uYVOnmmg0y H6 {
  text-align: center;
}
.cid-uYVOBnzP3f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-uYVOBnzP3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVOBnzP3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVOBnzP3f .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVOBnzP3f .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVOBnzP3f .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVOBnzP3f .mbr-section-title {
  text-align: left;
}
.cid-uYVOBnzP3f .mbr-text,
.cid-uYVOBnzP3f .mbr-section-btn {
  text-align: left;
}
.cid-uYVOCxXm5D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
.cid-uYVOCxXm5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVOCxXm5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVOCxXm5D .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVOCxXm5D .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVOCxXm5D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVOCxXm5D .mbr-section-title {
  text-align: left;
}
.cid-uYVOCxXm5D .mbr-text,
.cid-uYVOCxXm5D .mbr-section-btn {
  text-align: left;
}
.cid-uYVOLVG4fc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-uYVOLVG4fc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVOLVG4fc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVOLVG4fc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVOLVG4fc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVOLVG4fc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVOLVG4fc .mbr-section-title {
  text-align: left;
}
.cid-uYVOLVG4fc .mbr-text,
.cid-uYVOLVG4fc .mbr-section-btn {
  text-align: left;
}
.cid-uYVP2wEFmk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #44659f;
}
.cid-uYVP2wEFmk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVP2wEFmk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVP2wEFmk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVP2wEFmk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVP2wEFmk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVP2wEFmk .mbr-section-title {
  text-align: left;
}
.cid-uYVP2wEFmk .mbr-text,
.cid-uYVP2wEFmk .mbr-section-btn {
  text-align: left;
}
.cid-uYVPeK9nR4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-uYVPeK9nR4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVPeK9nR4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVPeK9nR4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVPeK9nR4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVPeK9nR4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVPeK9nR4 .mbr-section-title {
  text-align: left;
}
.cid-uYVPeK9nR4 .mbr-text,
.cid-uYVPeK9nR4 .mbr-section-btn {
  text-align: left;
}
.cid-uYVPfL3TeP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff9966;
}
.cid-uYVPfL3TeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVPfL3TeP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVPfL3TeP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVPfL3TeP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVPfL3TeP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVPfL3TeP .mbr-section-title {
  text-align: left;
}
.cid-uYVPfL3TeP .mbr-text,
.cid-uYVPfL3TeP .mbr-section-btn {
  text-align: left;
}
.cid-uYWF8acxo6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
.cid-uYWF8acxo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWF8acxo6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWF8acxo6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWF8acxo6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWF8acxo6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWF8acxo6 .mbr-section-title {
  text-align: left;
}
.cid-uYWF8acxo6 .mbr-text,
.cid-uYWF8acxo6 .mbr-section-btn {
  text-align: left;
}
.cid-uYVPwp5J8I {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-uYVPwp5J8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVPwp5J8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVPwp5J8I .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVPwp5J8I .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVPwp5J8I .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVPwp5J8I .mbr-section-title {
  text-align: left;
}
.cid-uYVPwp5J8I .mbr-text,
.cid-uYVPwp5J8I .mbr-section-btn {
  text-align: left;
}
.cid-uYVPP3vnr0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65c6d4;
}
.cid-uYVPP3vnr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVPP3vnr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVPP3vnr0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVPP3vnr0 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVPP3vnr0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVPP3vnr0 .mbr-section-title {
  text-align: left;
}
.cid-uYVPP3vnr0 .mbr-text,
.cid-uYVPP3vnr0 .mbr-section-btn {
  text-align: left;
}
.cid-uYVPPYaMKM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #47b5ed;
}
.cid-uYVPPYaMKM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVPPYaMKM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVPPYaMKM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVPPYaMKM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVPPYaMKM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVPPYaMKM .mbr-section-title {
  text-align: left;
}
.cid-uYVPPYaMKM .mbr-text,
.cid-uYVPPYaMKM .mbr-section-btn {
  text-align: left;
}
.cid-uZ2IpmOL7e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-uZ2IpmOL7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ2IpmOL7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ2IpmOL7e .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ2IpmOL7e .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ2IpmOL7e .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ2IpmOL7e .mbr-section-title {
  text-align: left;
}
.cid-uZ2IpmOL7e .mbr-text,
.cid-uZ2IpmOL7e .mbr-section-btn {
  text-align: left;
}
.cid-uYVQaQFVK6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-uYVQaQFVK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVQaQFVK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVQaQFVK6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVQaQFVK6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVQaQFVK6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVQaQFVK6 .mbr-section-title {
  text-align: left;
}
.cid-uYVQaQFVK6 .mbr-text,
.cid-uYVQaQFVK6 .mbr-section-btn {
  text-align: left;
}
.cid-uYVQbLCsZ4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-uYVQbLCsZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVQbLCsZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVQbLCsZ4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVQbLCsZ4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVQbLCsZ4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVQbLCsZ4 .mbr-section-title {
  text-align: left;
}
.cid-uYVQbLCsZ4 .mbr-text,
.cid-uYVQbLCsZ4 .mbr-section-btn {
  text-align: left;
}
.cid-uYVQoXeROi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-uYVQoXeROi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVQoXeROi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVQoXeROi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVQoXeROi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVQoXeROi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVQoXeROi .mbr-section-title {
  text-align: left;
}
.cid-uYVQoXeROi .mbr-text,
.cid-uYVQoXeROi .mbr-section-btn {
  text-align: left;
}
.cid-uYVQRy381W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #98dee8;
}
.cid-uYVQRy381W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVQRy381W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVQRy381W .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVQRy381W .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVQRy381W .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVQRy381W .mbr-section-title {
  text-align: left;
}
.cid-uYVQRy381W .mbr-text,
.cid-uYVQRy381W .mbr-section-btn {
  text-align: left;
}
.cid-uZ0tvBEEvA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-uZ0tvBEEvA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0tvBEEvA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0tvBEEvA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ0tvBEEvA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ0tvBEEvA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ0tvBEEvA .mbr-section-title {
  text-align: left;
}
.cid-uZ0tvBEEvA .mbr-text,
.cid-uZ0tvBEEvA .mbr-section-btn {
  text-align: left;
}
.cid-uZ0tMMjepi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uZ0tMMjepi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0tMMjepi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0tMMjepi .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ0tMMjepi .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ0tMMjepi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ0tMMjepi .mbr-section-title {
  text-align: left;
}
.cid-uZ0tMMjepi .mbr-text,
.cid-uZ0tMMjepi .mbr-section-btn {
  text-align: left;
}
.cid-uYVQSuAp5R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b57e;
}
.cid-uYVQSuAp5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVQSuAp5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVQSuAp5R .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVQSuAp5R .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVQSuAp5R .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVQSuAp5R .mbr-section-title {
  text-align: left;
}
.cid-uYVQSuAp5R .mbr-text,
.cid-uYVQSuAp5R .mbr-section-btn {
  text-align: left;
}
.cid-uYVRiWfE1i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffb18a;
}
.cid-uYVRiWfE1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVRiWfE1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVRiWfE1i .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVRiWfE1i .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVRiWfE1i .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVRiWfE1i .mbr-section-title {
  text-align: left;
}
.cid-uYVRiWfE1i .mbr-text,
.cid-uYVRiWfE1i .mbr-section-btn {
  text-align: left;
}
.cid-uYVRjORWWw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb18a;
}
.cid-uYVRjORWWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVRjORWWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVRjORWWw .item {
  padding-bottom: 2rem;
}
.cid-uYVRjORWWw .item-wrapper {
  position: relative;
}
.cid-uYVRjORWWw .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uYVRjORWWw .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uYVRjORWWw .carousel-control,
.cid-uYVRjORWWw .close {
  background: #1b1b1b;
}
.cid-uYVRjORWWw .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uYVRjORWWw .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uYVRjORWWw .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uYVRjORWWw .carousel-control-next span {
  margin-left: 5px;
}
.cid-uYVRjORWWw .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uYVRjORWWw .close::before {
  content: '\e91a';
}
.cid-uYVRjORWWw .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYVRjORWWw .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uYVRjORWWw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYVRjORWWw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYVRjORWWw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYVRjORWWw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uYVRjORWWw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uYVRjORWWw .carousel-indicators li.active,
.cid-uYVRjORWWw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uYVRjORWWw .carousel-indicators li::after,
.cid-uYVRjORWWw .carousel-indicators li::before {
  content: none;
}
.cid-uYVRjORWWw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uYVRjORWWw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uYVRjORWWw .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYVRjORWWw .carousel-indicators {
    display: none;
  }
}
.cid-uYVRjORWWw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uYVRjORWWw .carousel-inner > .active {
  display: block;
}
.cid-uYVRjORWWw .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYVRjORWWw .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYVRjORWWw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uYVRjORWWw .carousel-control,
  .cid-uYVRjORWWw .carousel-indicators,
  .cid-uYVRjORWWw .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uYVRjORWWw .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uYVRjORWWw .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYVRjORWWw .carousel-indicators .active,
.cid-uYVRjORWWw .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uYVRjORWWw .carousel-indicators .active {
  background: #fff;
}
.cid-uYVRjORWWw .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uYVRjORWWw .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uYVRjORWWw .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYVRjORWWw .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uYVRjORWWw .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uYVRjORWWw .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uYVRjORWWw .carousel {
  width: 100%;
}
.cid-uYVRjORWWw .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uYVRjORWWw .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uYVRjORWWw .modal.fade .modal-dialog,
.cid-uYVRjORWWw .modal.in .modal-dialog {
  transform: none;
}
.cid-uYVRjORWWw .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uYVRjORWWw H6 {
  text-align: center;
}
.cid-uYVRkAFpJQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-uYVRkAFpJQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVRkAFpJQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVRkAFpJQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVRkAFpJQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVRkAFpJQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVRkAFpJQ .mbr-section-title {
  text-align: left;
}
.cid-uYVRkAFpJQ .mbr-text,
.cid-uYVRkAFpJQ .mbr-section-btn {
  text-align: left;
}
.cid-uYVRltP9HI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe161;
}
.cid-uYVRltP9HI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVRltP9HI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVRltP9HI .item {
  padding-bottom: 2rem;
}
.cid-uYVRltP9HI .item-wrapper {
  position: relative;
}
.cid-uYVRltP9HI .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uYVRltP9HI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uYVRltP9HI .carousel-control,
.cid-uYVRltP9HI .close {
  background: #1b1b1b;
}
.cid-uYVRltP9HI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uYVRltP9HI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uYVRltP9HI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uYVRltP9HI .carousel-control-next span {
  margin-left: 5px;
}
.cid-uYVRltP9HI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uYVRltP9HI .close::before {
  content: '\e91a';
}
.cid-uYVRltP9HI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYVRltP9HI .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uYVRltP9HI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYVRltP9HI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYVRltP9HI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYVRltP9HI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uYVRltP9HI .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uYVRltP9HI .carousel-indicators li.active,
.cid-uYVRltP9HI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uYVRltP9HI .carousel-indicators li::after,
.cid-uYVRltP9HI .carousel-indicators li::before {
  content: none;
}
.cid-uYVRltP9HI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uYVRltP9HI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uYVRltP9HI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYVRltP9HI .carousel-indicators {
    display: none;
  }
}
.cid-uYVRltP9HI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uYVRltP9HI .carousel-inner > .active {
  display: block;
}
.cid-uYVRltP9HI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYVRltP9HI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYVRltP9HI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uYVRltP9HI .carousel-control,
  .cid-uYVRltP9HI .carousel-indicators,
  .cid-uYVRltP9HI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uYVRltP9HI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uYVRltP9HI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYVRltP9HI .carousel-indicators .active,
.cid-uYVRltP9HI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uYVRltP9HI .carousel-indicators .active {
  background: #fff;
}
.cid-uYVRltP9HI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uYVRltP9HI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uYVRltP9HI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYVRltP9HI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uYVRltP9HI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uYVRltP9HI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uYVRltP9HI .carousel {
  width: 100%;
}
.cid-uYVRltP9HI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uYVRltP9HI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uYVRltP9HI .modal.fade .modal-dialog,
.cid-uYVRltP9HI .modal.in .modal-dialog {
  transform: none;
}
.cid-uYVRltP9HI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uYVRltP9HI H6 {
  text-align: center;
}
.cid-uYVRmoik56 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65c6d4;
}
.cid-uYVRmoik56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVRmoik56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVRmoik56 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVRmoik56 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVRmoik56 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVRmoik56 .mbr-section-title {
  text-align: left;
}
.cid-uYVRmoik56 .mbr-text,
.cid-uYVRmoik56 .mbr-section-btn {
  text-align: left;
}
.cid-uYWxJAfEhG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e6c63b;
}
.cid-uYWxJAfEhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWxJAfEhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWxJAfEhG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWxJAfEhG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWxJAfEhG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWxJAfEhG .mbr-section-title {
  text-align: left;
}
.cid-uYWxJAfEhG .mbr-text,
.cid-uYWxJAfEhG .mbr-section-btn {
  text-align: left;
}
.cid-umaNTP7Kau {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
.cid-umaNTP7Kau .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaNTP7Kau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umaNTP7Kau .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umaNTP7Kau .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umaNTP7Kau .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umaNTP7Kau .mbr-section-title {
  text-align: left;
}
.cid-umaNTP7Kau .mbr-text,
.cid-umaNTP7Kau .mbr-section-btn {
  text-align: left;
}
.cid-umbDaMYN0p {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6592e6;
}
.cid-umbDaMYN0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbDaMYN0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbDaMYN0p .item {
  padding-bottom: 2rem;
}
.cid-umbDaMYN0p .item-wrapper {
  position: relative;
}
.cid-umbDaMYN0p .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-umbDaMYN0p .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-umbDaMYN0p .carousel-control,
.cid-umbDaMYN0p .close {
  background: #1b1b1b;
}
.cid-umbDaMYN0p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-umbDaMYN0p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-umbDaMYN0p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-umbDaMYN0p .carousel-control-next span {
  margin-left: 5px;
}
.cid-umbDaMYN0p .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umbDaMYN0p .close::before {
  content: '\e91a';
}
.cid-umbDaMYN0p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umbDaMYN0p .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-umbDaMYN0p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umbDaMYN0p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umbDaMYN0p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-umbDaMYN0p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-umbDaMYN0p .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-umbDaMYN0p .carousel-indicators li.active,
.cid-umbDaMYN0p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-umbDaMYN0p .carousel-indicators li::after,
.cid-umbDaMYN0p .carousel-indicators li::before {
  content: none;
}
.cid-umbDaMYN0p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-umbDaMYN0p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-umbDaMYN0p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-umbDaMYN0p .carousel-indicators {
    display: none;
  }
}
.cid-umbDaMYN0p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-umbDaMYN0p .carousel-inner > .active {
  display: block;
}
.cid-umbDaMYN0p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umbDaMYN0p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umbDaMYN0p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-umbDaMYN0p .carousel-control,
  .cid-umbDaMYN0p .carousel-indicators,
  .cid-umbDaMYN0p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-umbDaMYN0p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-umbDaMYN0p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-umbDaMYN0p .carousel-indicators .active,
.cid-umbDaMYN0p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-umbDaMYN0p .carousel-indicators .active {
  background: #fff;
}
.cid-umbDaMYN0p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-umbDaMYN0p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-umbDaMYN0p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umbDaMYN0p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-umbDaMYN0p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-umbDaMYN0p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-umbDaMYN0p .carousel {
  width: 100%;
}
.cid-umbDaMYN0p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-umbDaMYN0p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-umbDaMYN0p .modal.fade .modal-dialog,
.cid-umbDaMYN0p .modal.in .modal-dialog {
  transform: none;
}
.cid-umbDaMYN0p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-umbDaMYN0p H6 {
  text-align: center;
}
.cid-umbJtgx5kP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-umbJtgx5kP .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbJtgx5kP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbJtgx5kP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umbJtgx5kP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umbJtgx5kP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umbJtgx5kP .mbr-section-title {
  text-align: left;
}
.cid-umbJtgx5kP .mbr-text,
.cid-umbJtgx5kP .mbr-section-btn {
  text-align: left;
}
.cid-uYWyhjVSgO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b57e;
}
.cid-uYWyhjVSgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWyhjVSgO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWyhjVSgO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWyhjVSgO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWyhjVSgO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWyhjVSgO .mbr-section-title {
  text-align: left;
}
.cid-uYWyhjVSgO .mbr-text,
.cid-uYWyhjVSgO .mbr-section-btn {
  text-align: left;
}
.cid-uYWyiGmz4D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uYWyiGmz4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWyiGmz4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWyiGmz4D .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWyiGmz4D .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWyiGmz4D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWyiGmz4D .mbr-section-title {
  text-align: left;
}
.cid-uYWyiGmz4D .mbr-text,
.cid-uYWyiGmz4D .mbr-section-btn {
  text-align: left;
}
.cid-uYWyB9TcQY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffb5b5;
}
.cid-uYWyB9TcQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWyB9TcQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWyB9TcQY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWyB9TcQY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWyB9TcQY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWyB9TcQY .mbr-section-title {
  text-align: left;
}
.cid-uYWyB9TcQY .mbr-text,
.cid-uYWyB9TcQY .mbr-section-btn {
  text-align: left;
}
.cid-uYWyCTVe1S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-uYWyCTVe1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWyCTVe1S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWyCTVe1S .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWyCTVe1S .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWyCTVe1S .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWyCTVe1S .mbr-section-title {
  text-align: left;
}
.cid-uYWyCTVe1S .mbr-text,
.cid-uYWyCTVe1S .mbr-section-btn {
  text-align: left;
}
.cid-uYWyEHMv8k {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff8a8a;
}
.cid-uYWyEHMv8k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWyEHMv8k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWyEHMv8k .item {
  padding-bottom: 2rem;
}
.cid-uYWyEHMv8k .item-wrapper {
  position: relative;
}
.cid-uYWyEHMv8k .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uYWyEHMv8k .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uYWyEHMv8k .carousel-control,
.cid-uYWyEHMv8k .close {
  background: #1b1b1b;
}
.cid-uYWyEHMv8k .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uYWyEHMv8k .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uYWyEHMv8k .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uYWyEHMv8k .carousel-control-next span {
  margin-left: 5px;
}
.cid-uYWyEHMv8k .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uYWyEHMv8k .close::before {
  content: '\e91a';
}
.cid-uYWyEHMv8k .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYWyEHMv8k .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uYWyEHMv8k .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYWyEHMv8k .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYWyEHMv8k .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYWyEHMv8k .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uYWyEHMv8k .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uYWyEHMv8k .carousel-indicators li.active,
.cid-uYWyEHMv8k .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uYWyEHMv8k .carousel-indicators li::after,
.cid-uYWyEHMv8k .carousel-indicators li::before {
  content: none;
}
.cid-uYWyEHMv8k .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uYWyEHMv8k .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uYWyEHMv8k .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYWyEHMv8k .carousel-indicators {
    display: none;
  }
}
.cid-uYWyEHMv8k .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uYWyEHMv8k .carousel-inner > .active {
  display: block;
}
.cid-uYWyEHMv8k .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYWyEHMv8k .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYWyEHMv8k .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uYWyEHMv8k .carousel-control,
  .cid-uYWyEHMv8k .carousel-indicators,
  .cid-uYWyEHMv8k .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uYWyEHMv8k .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uYWyEHMv8k .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYWyEHMv8k .carousel-indicators .active,
.cid-uYWyEHMv8k .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uYWyEHMv8k .carousel-indicators .active {
  background: #fff;
}
.cid-uYWyEHMv8k .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uYWyEHMv8k .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uYWyEHMv8k .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYWyEHMv8k .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uYWyEHMv8k .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uYWyEHMv8k .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uYWyEHMv8k .carousel {
  width: 100%;
}
.cid-uYWyEHMv8k .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uYWyEHMv8k .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uYWyEHMv8k .modal.fade .modal-dialog,
.cid-uYWyEHMv8k .modal.in .modal-dialog {
  transform: none;
}
.cid-uYWyEHMv8k .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uYWyEHMv8k H6 {
  text-align: center;
}
.cid-uYWyXnG3nu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-uYWyXnG3nu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWyXnG3nu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWyXnG3nu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWyXnG3nu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWyXnG3nu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWyXnG3nu .mbr-section-title {
  text-align: left;
}
.cid-uYWyXnG3nu .mbr-text,
.cid-uYWyXnG3nu .mbr-section-btn {
  text-align: left;
}
.cid-uYWyYTOawT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65c6d4;
}
.cid-uYWyYTOawT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWyYTOawT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWyYTOawT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWyYTOawT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWyYTOawT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWyYTOawT .mbr-section-title {
  text-align: left;
}
.cid-uYWyYTOawT .mbr-text,
.cid-uYWyYTOawT .mbr-section-btn {
  text-align: left;
}
.cid-uYWzq9ccMY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffb18a;
}
.cid-uYWzq9ccMY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWzq9ccMY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWzq9ccMY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWzq9ccMY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWzq9ccMY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWzq9ccMY .mbr-section-title {
  text-align: left;
}
.cid-uYWzq9ccMY .mbr-text,
.cid-uYWzq9ccMY .mbr-section-btn {
  text-align: left;
}
.cid-uYWzrTNcBu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-uYWzrTNcBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWzrTNcBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWzrTNcBu .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWzrTNcBu .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWzrTNcBu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWzrTNcBu .mbr-section-title {
  text-align: left;
}
.cid-uYWzrTNcBu .mbr-text,
.cid-uYWzrTNcBu .mbr-section-btn {
  text-align: left;
}
.cid-uYWztu3qew {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-uYWztu3qew .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWztu3qew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWztu3qew .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWztu3qew .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWztu3qew .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWztu3qew .mbr-section-title {
  text-align: left;
}
.cid-uYWztu3qew .mbr-text,
.cid-uYWztu3qew .mbr-section-btn {
  text-align: left;
}
.cid-uYWzLD7rSM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-uYWzLD7rSM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWzLD7rSM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWzLD7rSM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWzLD7rSM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWzLD7rSM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWzLD7rSM .mbr-section-title {
  text-align: left;
}
.cid-uYWzLD7rSM .mbr-text,
.cid-uYWzLD7rSM .mbr-section-btn {
  text-align: left;
}
.cid-umbEwehuii {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
.cid-umbEwehuii .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbEwehuii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbEwehuii .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umbEwehuii .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umbEwehuii .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umbEwehuii .mbr-section-title {
  text-align: left;
}
.cid-umbEwehuii .mbr-text,
.cid-umbEwehuii .mbr-section-btn {
  text-align: left;
}
.cid-umbExH3kT0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #6592e6;
}
.cid-umbExH3kT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbExH3kT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbExH3kT0 .item {
  padding-bottom: 2rem;
}
.cid-umbExH3kT0 .item-wrapper {
  position: relative;
}
.cid-umbExH3kT0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-umbExH3kT0 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-umbExH3kT0 .carousel-control,
.cid-umbExH3kT0 .close {
  background: #1b1b1b;
}
.cid-umbExH3kT0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-umbExH3kT0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-umbExH3kT0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-umbExH3kT0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-umbExH3kT0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umbExH3kT0 .close::before {
  content: '\e91a';
}
.cid-umbExH3kT0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umbExH3kT0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-umbExH3kT0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umbExH3kT0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umbExH3kT0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-umbExH3kT0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-umbExH3kT0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-umbExH3kT0 .carousel-indicators li.active,
.cid-umbExH3kT0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-umbExH3kT0 .carousel-indicators li::after,
.cid-umbExH3kT0 .carousel-indicators li::before {
  content: none;
}
.cid-umbExH3kT0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-umbExH3kT0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-umbExH3kT0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-umbExH3kT0 .carousel-indicators {
    display: none;
  }
}
.cid-umbExH3kT0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-umbExH3kT0 .carousel-inner > .active {
  display: block;
}
.cid-umbExH3kT0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umbExH3kT0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umbExH3kT0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-umbExH3kT0 .carousel-control,
  .cid-umbExH3kT0 .carousel-indicators,
  .cid-umbExH3kT0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-umbExH3kT0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-umbExH3kT0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-umbExH3kT0 .carousel-indicators .active,
.cid-umbExH3kT0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-umbExH3kT0 .carousel-indicators .active {
  background: #fff;
}
.cid-umbExH3kT0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-umbExH3kT0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-umbExH3kT0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umbExH3kT0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-umbExH3kT0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-umbExH3kT0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-umbExH3kT0 .carousel {
  width: 100%;
}
.cid-umbExH3kT0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-umbExH3kT0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-umbExH3kT0 .modal.fade .modal-dialog,
.cid-umbExH3kT0 .modal.in .modal-dialog {
  transform: none;
}
.cid-umbExH3kT0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-umbExH3kT0 H6 {
  text-align: center;
}
.cid-umbEh1SjEE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-umbEh1SjEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbEh1SjEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbEh1SjEE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umbEh1SjEE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umbEh1SjEE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umbEh1SjEE .mbr-section-title {
  text-align: left;
}
.cid-umbEh1SjEE .mbr-text,
.cid-umbEh1SjEE .mbr-section-btn {
  text-align: left;
}
.cid-umaNWRi3Qy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d60a0a;
}
.cid-umaNWRi3Qy .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaNWRi3Qy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umaNWRi3Qy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umaNWRi3Qy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umaNWRi3Qy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umaNWRi3Qy .mbr-section-title {
  text-align: left;
}
.cid-umaNWRi3Qy .mbr-text,
.cid-umaNWRi3Qy .mbr-section-btn {
  text-align: left;
}
.cid-umbrIfBTO2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-umbrIfBTO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbrIfBTO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbrIfBTO2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umbrIfBTO2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umbrIfBTO2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umbrIfBTO2 .mbr-section-title {
  text-align: left;
}
.cid-umbrIfBTO2 .mbr-text,
.cid-umbrIfBTO2 .mbr-section-btn {
  text-align: left;
}
.cid-umbXsA6rW1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-umbXsA6rW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbXsA6rW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbXsA6rW1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umbXsA6rW1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umbXsA6rW1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umbXsA6rW1 .mbr-section-title {
  text-align: left;
}
.cid-umbXsA6rW1 .mbr-text,
.cid-umbXsA6rW1 .mbr-section-btn {
  text-align: left;
}
.cid-umbY4KLEGe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-umbY4KLEGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbY4KLEGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbY4KLEGe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umbY4KLEGe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umbY4KLEGe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umbY4KLEGe .mbr-section-title {
  text-align: left;
}
.cid-umbY4KLEGe .mbr-text,
.cid-umbY4KLEGe .mbr-section-btn {
  text-align: left;
}
.cid-umbDTWIIRC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65c6d4;
}
.cid-umbDTWIIRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbDTWIIRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbDTWIIRC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umbDTWIIRC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umbDTWIIRC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umbDTWIIRC .mbr-section-title {
  text-align: left;
}
.cid-umbDTWIIRC .mbr-text,
.cid-umbDTWIIRC .mbr-section-btn {
  text-align: left;
}
.cid-umaRvIm4pH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-umaRvIm4pH .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaRvIm4pH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umaRvIm4pH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umaRvIm4pH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umaRvIm4pH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umaRvIm4pH .mbr-section-title {
  text-align: left;
}
.cid-umaRvIm4pH .mbr-text,
.cid-umaRvIm4pH .mbr-section-btn {
  text-align: left;
}
.cid-umbJONWLyi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-umbJONWLyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbJONWLyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbJONWLyi .item {
  padding-bottom: 2rem;
}
.cid-umbJONWLyi .item-wrapper {
  position: relative;
}
.cid-umbJONWLyi .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-umbJONWLyi .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-umbJONWLyi .carousel-control,
.cid-umbJONWLyi .close {
  background: #1b1b1b;
}
.cid-umbJONWLyi .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-umbJONWLyi .carousel-control-prev span {
  margin-right: 5px;
}
.cid-umbJONWLyi .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-umbJONWLyi .carousel-control-next span {
  margin-left: 5px;
}
.cid-umbJONWLyi .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umbJONWLyi .close::before {
  content: '\e91a';
}
.cid-umbJONWLyi .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umbJONWLyi .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-umbJONWLyi .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umbJONWLyi .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umbJONWLyi .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-umbJONWLyi .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-umbJONWLyi .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-umbJONWLyi .carousel-indicators li.active,
.cid-umbJONWLyi .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-umbJONWLyi .carousel-indicators li::after,
.cid-umbJONWLyi .carousel-indicators li::before {
  content: none;
}
.cid-umbJONWLyi .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-umbJONWLyi .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-umbJONWLyi .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-umbJONWLyi .carousel-indicators {
    display: none;
  }
}
.cid-umbJONWLyi .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-umbJONWLyi .carousel-inner > .active {
  display: block;
}
.cid-umbJONWLyi .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umbJONWLyi .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umbJONWLyi .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-umbJONWLyi .carousel-control,
  .cid-umbJONWLyi .carousel-indicators,
  .cid-umbJONWLyi .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-umbJONWLyi .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-umbJONWLyi .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-umbJONWLyi .carousel-indicators .active,
.cid-umbJONWLyi .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-umbJONWLyi .carousel-indicators .active {
  background: #fff;
}
.cid-umbJONWLyi .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-umbJONWLyi .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-umbJONWLyi .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umbJONWLyi .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-umbJONWLyi .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-umbJONWLyi .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-umbJONWLyi .carousel {
  width: 100%;
}
.cid-umbJONWLyi .modal-backdrop.in {
  opacity: 0.8;
}
.cid-umbJONWLyi .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-umbJONWLyi .modal.fade .modal-dialog,
.cid-umbJONWLyi .modal.in .modal-dialog {
  transform: none;
}
.cid-umbJONWLyi .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-umbJONWLyi H6 {
  text-align: center;
}
.cid-umbIV2cxie {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e43f3f;
}
.cid-umbIV2cxie .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbIV2cxie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbIV2cxie .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umbIV2cxie .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umbIV2cxie .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umbIV2cxie .mbr-section-title {
  text-align: left;
}
.cid-umbIV2cxie .mbr-text,
.cid-umbIV2cxie .mbr-section-btn {
  text-align: left;
}
.cid-umbVqBjOJf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-umbVqBjOJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbVqBjOJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbVqBjOJf .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umbVqBjOJf .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umbVqBjOJf .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umbVqBjOJf .mbr-section-title {
  text-align: left;
}
.cid-umbVqBjOJf .mbr-text,
.cid-umbVqBjOJf .mbr-section-btn {
  text-align: left;
}
.cid-umbsCB5sPh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-umbsCB5sPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbsCB5sPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbsCB5sPh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umbsCB5sPh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umbsCB5sPh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umbsCB5sPh .mbr-section-title {
  text-align: left;
}
.cid-umbsCB5sPh .mbr-text,
.cid-umbsCB5sPh .mbr-section-btn {
  text-align: left;
}
.cid-umaO0hGMq8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2299aa;
}
.cid-umaO0hGMq8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaO0hGMq8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umaO0hGMq8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umaO0hGMq8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umaO0hGMq8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umaO0hGMq8 .mbr-section-title {
  text-align: left;
}
.cid-umaO0hGMq8 .mbr-text,
.cid-umaO0hGMq8 .mbr-section-btn {
  text-align: left;
}
.cid-uYWAnea9t3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-uYWAnea9t3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWAnea9t3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWAnea9t3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWAnea9t3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWAnea9t3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWAnea9t3 .mbr-section-title {
  text-align: left;
}
.cid-uYWAnea9t3 .mbr-text,
.cid-uYWAnea9t3 .mbr-section-btn {
  text-align: left;
}
.cid-uYWApm1rTI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uYWApm1rTI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWApm1rTI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWApm1rTI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWApm1rTI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWApm1rTI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWApm1rTI .mbr-section-title {
  text-align: left;
}
.cid-uYWApm1rTI .mbr-text,
.cid-uYWApm1rTI .mbr-section-btn {
  text-align: left;
}
.cid-uZ2IhwYJoT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b57e;
}
.cid-uZ2IhwYJoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ2IhwYJoT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ2IhwYJoT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ2IhwYJoT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ2IhwYJoT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ2IhwYJoT .mbr-section-title {
  text-align: left;
}
.cid-uZ2IhwYJoT .mbr-text,
.cid-uZ2IhwYJoT .mbr-section-btn {
  text-align: left;
}
.cid-uYWAP0wUhr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-uYWAP0wUhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWAP0wUhr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWAP0wUhr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWAP0wUhr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWAP0wUhr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWAP0wUhr .mbr-section-title {
  text-align: left;
}
.cid-uYWAP0wUhr .mbr-text,
.cid-uYWAP0wUhr .mbr-section-btn {
  text-align: left;
}
.cid-uYWB6oq67c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffb18a;
}
.cid-uYWB6oq67c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWB6oq67c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWB6oq67c .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWB6oq67c .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWB6oq67c .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWB6oq67c .mbr-section-title {
  text-align: left;
}
.cid-uYWB6oq67c .mbr-text,
.cid-uYWB6oq67c .mbr-section-btn {
  text-align: left;
}
.cid-uYWBa2i7zR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-uYWBa2i7zR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWBa2i7zR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWBa2i7zR .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWBa2i7zR .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWBa2i7zR .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWBa2i7zR .mbr-section-title {
  text-align: left;
}
.cid-uYWBa2i7zR .mbr-text,
.cid-uYWBa2i7zR .mbr-section-btn {
  text-align: left;
}
.cid-uYWBdvBSh4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c46b6b;
}
.cid-uYWBdvBSh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWBdvBSh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWBdvBSh4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWBdvBSh4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWBdvBSh4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWBdvBSh4 .mbr-section-title {
  text-align: left;
}
.cid-uYWBdvBSh4 .mbr-text,
.cid-uYWBdvBSh4 .mbr-section-btn {
  text-align: left;
}
.cid-umaO6PUFeP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe885;
}
.cid-umaO6PUFeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaO6PUFeP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umaO6PUFeP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umaO6PUFeP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umaO6PUFeP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umaO6PUFeP .mbr-section-title {
  text-align: left;
}
.cid-umaO6PUFeP .mbr-text,
.cid-umaO6PUFeP .mbr-section-btn {
  text-align: left;
}
.cid-umbYohwgrs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffe885;
}
.cid-umbYohwgrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbYohwgrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbYohwgrs .item {
  padding-bottom: 2rem;
}
.cid-umbYohwgrs .item-wrapper {
  position: relative;
}
.cid-umbYohwgrs .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-umbYohwgrs .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-umbYohwgrs .carousel-control,
.cid-umbYohwgrs .close {
  background: #1b1b1b;
}
.cid-umbYohwgrs .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-umbYohwgrs .carousel-control-prev span {
  margin-right: 5px;
}
.cid-umbYohwgrs .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-umbYohwgrs .carousel-control-next span {
  margin-left: 5px;
}
.cid-umbYohwgrs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umbYohwgrs .close::before {
  content: '\e91a';
}
.cid-umbYohwgrs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umbYohwgrs .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-umbYohwgrs .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umbYohwgrs .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umbYohwgrs .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-umbYohwgrs .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-umbYohwgrs .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-umbYohwgrs .carousel-indicators li.active,
.cid-umbYohwgrs .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-umbYohwgrs .carousel-indicators li::after,
.cid-umbYohwgrs .carousel-indicators li::before {
  content: none;
}
.cid-umbYohwgrs .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-umbYohwgrs .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-umbYohwgrs .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-umbYohwgrs .carousel-indicators {
    display: none;
  }
}
.cid-umbYohwgrs .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-umbYohwgrs .carousel-inner > .active {
  display: block;
}
.cid-umbYohwgrs .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umbYohwgrs .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umbYohwgrs .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-umbYohwgrs .carousel-control,
  .cid-umbYohwgrs .carousel-indicators,
  .cid-umbYohwgrs .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-umbYohwgrs .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-umbYohwgrs .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-umbYohwgrs .carousel-indicators .active,
.cid-umbYohwgrs .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-umbYohwgrs .carousel-indicators .active {
  background: #fff;
}
.cid-umbYohwgrs .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-umbYohwgrs .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-umbYohwgrs .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umbYohwgrs .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-umbYohwgrs .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-umbYohwgrs .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-umbYohwgrs .carousel {
  width: 100%;
}
.cid-umbYohwgrs .modal-backdrop.in {
  opacity: 0.8;
}
.cid-umbYohwgrs .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-umbYohwgrs .modal.fade .modal-dialog,
.cid-umbYohwgrs .modal.in .modal-dialog {
  transform: none;
}
.cid-umbYohwgrs .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-umbYohwgrs H6 {
  text-align: center;
}
.cid-uZ17dLpuyO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-uZ17dLpuyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ17dLpuyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ17dLpuyO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ17dLpuyO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ17dLpuyO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ17dLpuyO .mbr-section-title {
  text-align: left;
}
.cid-uZ17dLpuyO .mbr-text,
.cid-uZ17dLpuyO .mbr-section-btn {
  text-align: left;
}
.cid-umaO8XJEhm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-umaO8XJEhm .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaO8XJEhm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umaO8XJEhm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umaO8XJEhm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umaO8XJEhm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umaO8XJEhm .mbr-section-title {
  text-align: left;
}
.cid-umaO8XJEhm .mbr-text,
.cid-umaO8XJEhm .mbr-section-btn {
  text-align: left;
}
.cid-umbX1kz0ou {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-umbX1kz0ou .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbX1kz0ou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbX1kz0ou .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umbX1kz0ou .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umbX1kz0ou .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umbX1kz0ou .mbr-section-title {
  text-align: left;
}
.cid-umbX1kz0ou .mbr-text,
.cid-umbX1kz0ou .mbr-section-btn {
  text-align: left;
}
.cid-umaOaUAEiU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b57e;
}
.cid-umaOaUAEiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaOaUAEiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umaOaUAEiU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umaOaUAEiU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umaOaUAEiU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umaOaUAEiU .mbr-section-title {
  text-align: left;
}
.cid-umaOaUAEiU .mbr-text,
.cid-umaOaUAEiU .mbr-section-btn {
  text-align: left;
}
.cid-umaOcKzopO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #44659f;
}
.cid-umaOcKzopO .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaOcKzopO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umaOcKzopO .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umaOcKzopO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umaOcKzopO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umaOcKzopO .mbr-section-title {
  text-align: left;
}
.cid-umaOcKzopO .mbr-text,
.cid-umaOcKzopO .mbr-section-btn {
  text-align: left;
}
.cid-umbv259rki {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-umbv259rki .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbv259rki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbv259rki .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umbv259rki .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umbv259rki .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umbv259rki .mbr-section-title {
  text-align: left;
}
.cid-umbv259rki .mbr-text,
.cid-umbv259rki .mbr-section-btn {
  text-align: left;
}
.cid-uYWEIYoL35 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
.cid-uYWEIYoL35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWEIYoL35 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWEIYoL35 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWEIYoL35 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWEIYoL35 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWEIYoL35 .mbr-section-title {
  text-align: left;
}
.cid-uYWEIYoL35 .mbr-text,
.cid-uYWEIYoL35 .mbr-section-btn {
  text-align: left;
}
.cid-uYWGmPCujs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6ec7f2;
}
.cid-uYWGmPCujs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWGmPCujs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWGmPCujs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWGmPCujs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWGmPCujs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWGmPCujs .mbr-section-title {
  text-align: left;
}
.cid-uYWGmPCujs .mbr-text,
.cid-uYWGmPCujs .mbr-section-btn {
  text-align: left;
}
.cid-uYWGo8PaIa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-uYWGo8PaIa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWGo8PaIa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWGo8PaIa .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWGo8PaIa .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWGo8PaIa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWGo8PaIa .mbr-section-title {
  text-align: left;
}
.cid-uYWGo8PaIa .mbr-text,
.cid-uYWGo8PaIa .mbr-section-btn {
  text-align: left;
}
.cid-uYWH8IsMc8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-uYWH8IsMc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWH8IsMc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWH8IsMc8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWH8IsMc8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWH8IsMc8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWH8IsMc8 .mbr-section-title {
  text-align: left;
}
.cid-uYWH8IsMc8 .mbr-text,
.cid-uYWH8IsMc8 .mbr-section-btn {
  text-align: left;
}
.cid-uziwjiHm08 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umaOlOYK6W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-ulZYwkYbXp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ulZYwkYbXp nav.navbar {
  position: fixed;
}
.cid-ulZYwkYbXp .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-ulZYwkYbXp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulZYwkYbXp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulZYwkYbXp .dropdown-item:hover,
.cid-ulZYwkYbXp .dropdown-item:focus {
  background: #ffc907 !important;
  color: white !important;
}
.cid-ulZYwkYbXp .dropdown-item:hover span {
  color: white;
}
.cid-ulZYwkYbXp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulZYwkYbXp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulZYwkYbXp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulZYwkYbXp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulZYwkYbXp .nav-link {
  position: relative;
}
.cid-ulZYwkYbXp .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulZYwkYbXp .container {
    flex-wrap: wrap;
  }
}
.cid-ulZYwkYbXp .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulZYwkYbXp .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ulZYwkYbXp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulZYwkYbXp .dropdown-menu,
.cid-ulZYwkYbXp .navbar.opened {
  background: #ffffff !important;
}
.cid-ulZYwkYbXp .nav-item:focus,
.cid-ulZYwkYbXp .nav-link:focus {
  outline: none;
}
.cid-ulZYwkYbXp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulZYwkYbXp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulZYwkYbXp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulZYwkYbXp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulZYwkYbXp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulZYwkYbXp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulZYwkYbXp .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-ulZYwkYbXp .navbar.opened {
  transition: all 0.3s;
}
.cid-ulZYwkYbXp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulZYwkYbXp .navbar .navbar-logo img {
  width: auto;
}
.cid-ulZYwkYbXp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulZYwkYbXp .navbar.collapsed {
  justify-content: center;
}
.cid-ulZYwkYbXp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulZYwkYbXp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulZYwkYbXp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-ulZYwkYbXp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulZYwkYbXp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulZYwkYbXp .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-ulZYwkYbXp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulZYwkYbXp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulZYwkYbXp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulZYwkYbXp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulZYwkYbXp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulZYwkYbXp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulZYwkYbXp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulZYwkYbXp .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-ulZYwkYbXp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulZYwkYbXp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulZYwkYbXp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulZYwkYbXp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulZYwkYbXp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulZYwkYbXp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulZYwkYbXp .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulZYwkYbXp .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulZYwkYbXp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulZYwkYbXp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulZYwkYbXp .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-ulZYwkYbXp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulZYwkYbXp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulZYwkYbXp .dropdown-item.active,
.cid-ulZYwkYbXp .dropdown-item:active {
  background-color: transparent;
}
.cid-ulZYwkYbXp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulZYwkYbXp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulZYwkYbXp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulZYwkYbXp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulZYwkYbXp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulZYwkYbXp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulZYwkYbXp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulZYwkYbXp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulZYwkYbXp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulZYwkYbXp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulZYwkYbXp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulZYwkYbXp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulZYwkYbXp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulZYwkYbXp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulZYwkYbXp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulZYwkYbXp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulZYwkYbXp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulZYwkYbXp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulZYwkYbXp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulZYwkYbXp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulZYwkYbXp .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-ulZYwkYbXp .navbar {
    height: 70px;
  }
  .cid-ulZYwkYbXp .navbar.opened {
    height: auto;
  }
  .cid-ulZYwkYbXp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulZYwloVBM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/openingspagina-afbeelding1.jpg");
}
.cid-ulZYwloVBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZYwloVBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulZYwloVBM .mbr-text,
.cid-ulZYwloVBM .mbr-section-btn {
  color: #232323;
}
.cid-ulZYwloVBM .card-title,
.cid-ulZYwloVBM .card-box {
  color: #ffffff;
}
.cid-ulZYwloVBM .mbr-text,
.cid-ulZYwloVBM .link-wrap {
  color: #ffffff;
}
.cid-uZ2pPm8O0w {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZ2pPm8O0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ2pPm8O0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ2pPm8O0w .mbr-section-title {
  color: #e43f3f;
}
.cid-uziwlhLrIs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ2IW2jwjy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b57e;
}
.cid-uZ2IW2jwjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ2IW2jwjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ2IW2jwjy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ2IW2jwjy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ2IW2jwjy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ2IW2jwjy .mbr-section-title {
  text-align: left;
}
.cid-uZ2IW2jwjy .mbr-text,
.cid-uZ2IW2jwjy .mbr-section-btn {
  text-align: left;
}
.cid-umbYW4gP1m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-umbYW4gP1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbYW4gP1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbYW4gP1m .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umbYW4gP1m .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umbYW4gP1m .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umbYW4gP1m .mbr-section-title {
  text-align: left;
}
.cid-umbYW4gP1m .mbr-text,
.cid-umbYW4gP1m .mbr-section-btn {
  text-align: left;
}
.cid-umbZ0xPPhQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #8caff0;
}
.cid-umbZ0xPPhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbZ0xPPhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbZ0xPPhQ .item {
  padding-bottom: 2rem;
}
.cid-umbZ0xPPhQ .item-wrapper {
  position: relative;
}
.cid-umbZ0xPPhQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-umbZ0xPPhQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-umbZ0xPPhQ .carousel-control,
.cid-umbZ0xPPhQ .close {
  background: #1b1b1b;
}
.cid-umbZ0xPPhQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-umbZ0xPPhQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-umbZ0xPPhQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-umbZ0xPPhQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-umbZ0xPPhQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umbZ0xPPhQ .close::before {
  content: '\e91a';
}
.cid-umbZ0xPPhQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umbZ0xPPhQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-umbZ0xPPhQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umbZ0xPPhQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umbZ0xPPhQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-umbZ0xPPhQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-umbZ0xPPhQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-umbZ0xPPhQ .carousel-indicators li.active,
.cid-umbZ0xPPhQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-umbZ0xPPhQ .carousel-indicators li::after,
.cid-umbZ0xPPhQ .carousel-indicators li::before {
  content: none;
}
.cid-umbZ0xPPhQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-umbZ0xPPhQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-umbZ0xPPhQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-umbZ0xPPhQ .carousel-indicators {
    display: none;
  }
}
.cid-umbZ0xPPhQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-umbZ0xPPhQ .carousel-inner > .active {
  display: block;
}
.cid-umbZ0xPPhQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umbZ0xPPhQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umbZ0xPPhQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-umbZ0xPPhQ .carousel-control,
  .cid-umbZ0xPPhQ .carousel-indicators,
  .cid-umbZ0xPPhQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-umbZ0xPPhQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-umbZ0xPPhQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-umbZ0xPPhQ .carousel-indicators .active,
.cid-umbZ0xPPhQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-umbZ0xPPhQ .carousel-indicators .active {
  background: #fff;
}
.cid-umbZ0xPPhQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-umbZ0xPPhQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-umbZ0xPPhQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umbZ0xPPhQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-umbZ0xPPhQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-umbZ0xPPhQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-umbZ0xPPhQ .carousel {
  width: 100%;
}
.cid-umbZ0xPPhQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-umbZ0xPPhQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-umbZ0xPPhQ .modal.fade .modal-dialog,
.cid-umbZ0xPPhQ .modal.in .modal-dialog {
  transform: none;
}
.cid-umbZ0xPPhQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-umbZ0xPPhQ H6 {
  text-align: center;
}
.cid-umbZozmuSQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-umbZozmuSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbZozmuSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbZozmuSQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umbZozmuSQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umbZozmuSQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umbZozmuSQ .mbr-section-title {
  text-align: left;
}
.cid-umbZozmuSQ .mbr-text,
.cid-umbZozmuSQ .mbr-section-btn {
  text-align: left;
}
.cid-uUj6K49kTb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-uUj6K49kTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUj6K49kTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUj6K49kTb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUj6K49kTb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUj6K49kTb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUj6K49kTb .mbr-section-title {
  text-align: left;
}
.cid-uUj6K49kTb .mbr-text,
.cid-uUj6K49kTb .mbr-section-btn {
  text-align: left;
}
.cid-uUj7dwVjxQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65c6d4;
}
.cid-uUj7dwVjxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUj7dwVjxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUj7dwVjxQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUj7dwVjxQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUj7dwVjxQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUj7dwVjxQ .mbr-section-title {
  text-align: left;
}
.cid-uUj7dwVjxQ .mbr-text,
.cid-uUj7dwVjxQ .mbr-section-btn {
  text-align: left;
}
.cid-umbZJXcyeb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-umbZJXcyeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-umbZJXcyeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umbZJXcyeb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umbZJXcyeb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umbZJXcyeb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umbZJXcyeb .mbr-section-title {
  text-align: left;
}
.cid-umbZJXcyeb .mbr-text,
.cid-umbZJXcyeb .mbr-section-btn {
  text-align: left;
}
.cid-umc00OdbFt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6666;
}
.cid-umc00OdbFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-umc00OdbFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umc00OdbFt .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umc00OdbFt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umc00OdbFt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umc00OdbFt .mbr-section-title {
  text-align: left;
}
.cid-umc00OdbFt .mbr-text,
.cid-umc00OdbFt .mbr-section-btn {
  text-align: left;
}
.cid-umc1SCdBZK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65c6d4;
}
.cid-umc1SCdBZK .mbr-fallback-image.disabled {
  display: none;
}
.cid-umc1SCdBZK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umc1SCdBZK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umc1SCdBZK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umc1SCdBZK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umc1SCdBZK .mbr-section-title {
  text-align: left;
}
.cid-umc1SCdBZK .mbr-text,
.cid-umc1SCdBZK .mbr-section-btn {
  text-align: left;
}
.cid-umc29RLWYC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffb5b5;
}
.cid-umc29RLWYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-umc29RLWYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umc29RLWYC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umc29RLWYC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umc29RLWYC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umc29RLWYC .mbr-section-title {
  text-align: left;
}
.cid-umc29RLWYC .mbr-text,
.cid-umc29RLWYC .mbr-section-btn {
  text-align: left;
}
.cid-umc2msJmFK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-umc2msJmFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-umc2msJmFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umc2msJmFK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umc2msJmFK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umc2msJmFK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umc2msJmFK .mbr-section-title {
  text-align: left;
}
.cid-umc2msJmFK .mbr-text,
.cid-umc2msJmFK .mbr-section-btn {
  text-align: left;
}
.cid-umc2SDU5UC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65c6d4;
}
.cid-umc2SDU5UC .mbr-fallback-image.disabled {
  display: none;
}
.cid-umc2SDU5UC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umc2SDU5UC .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umc2SDU5UC .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umc2SDU5UC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umc2SDU5UC .mbr-section-title {
  text-align: left;
}
.cid-umc2SDU5UC .mbr-text,
.cid-umc2SDU5UC .mbr-section-btn {
  text-align: left;
}
.cid-uYWHBtJOte {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2299aa;
}
.cid-uYWHBtJOte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWHBtJOte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWHBtJOte .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWHBtJOte .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWHBtJOte .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWHBtJOte .mbr-section-title {
  text-align: left;
}
.cid-uYWHBtJOte .mbr-text,
.cid-uYWHBtJOte .mbr-section-btn {
  text-align: left;
}
.cid-uYWHR53YxM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uYWHR53YxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWHR53YxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWHR53YxM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYWHR53YxM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYWHR53YxM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYWHR53YxM .mbr-section-title {
  text-align: left;
}
.cid-uYWHR53YxM .mbr-text,
.cid-uYWHR53YxM .mbr-section-btn {
  text-align: left;
}
.cid-umc36PoG24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-umc36PoG24 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umc36PoG24 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umc36PoG24 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umc36PoG24 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umc36PoG24 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umc36PoG24 .mbr-section-title {
  text-align: left;
}
.cid-umc36PoG24 .mbr-text,
.cid-umc36PoG24 .mbr-section-btn {
  text-align: left;
}
.cid-umc3pynQRA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-umc3pynQRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-umc3pynQRA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umc3pynQRA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umc3pynQRA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umc3pynQRA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umc3pynQRA .mbr-section-title {
  text-align: left;
}
.cid-umc3pynQRA .mbr-text,
.cid-umc3pynQRA .mbr-section-btn {
  text-align: left;
}
.cid-umc3MvK6Ro {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #98dee8;
}
.cid-umc3MvK6Ro .mbr-fallback-image.disabled {
  display: none;
}
.cid-umc3MvK6Ro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umc3MvK6Ro .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umc3MvK6Ro .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umc3MvK6Ro .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umc3MvK6Ro .mbr-section-title {
  text-align: left;
}
.cid-umc3MvK6Ro .mbr-text,
.cid-umc3MvK6Ro .mbr-section-btn {
  text-align: left;
}
.cid-umc452Iz4j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-umc452Iz4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-umc452Iz4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umc452Iz4j .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umc452Iz4j .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umc452Iz4j .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umc452Iz4j .mbr-section-title {
  text-align: left;
}
.cid-umc452Iz4j .mbr-text,
.cid-umc452Iz4j .mbr-section-btn {
  text-align: left;
}
.cid-uYVsALLXgx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
.cid-uYVsALLXgx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVsALLXgx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVsALLXgx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVsALLXgx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVsALLXgx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVsALLXgx .mbr-section-title {
  text-align: left;
}
.cid-uYVsALLXgx .mbr-text,
.cid-uYVsALLXgx .mbr-section-btn {
  text-align: left;
}
.cid-uYVv7foEg2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-uYVv7foEg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVv7foEg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVv7foEg2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVv7foEg2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVv7foEg2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVv7foEg2 .mbr-section-title {
  text-align: left;
}
.cid-uYVv7foEg2 .mbr-text,
.cid-uYVv7foEg2 .mbr-section-btn {
  text-align: left;
}
.cid-uYVv7PKZ5Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-uYVv7PKZ5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVv7PKZ5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVv7PKZ5Z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVv7PKZ5Z .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVv7PKZ5Z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVv7PKZ5Z .mbr-section-title {
  text-align: left;
}
.cid-uYVv7PKZ5Z .mbr-text,
.cid-uYVv7PKZ5Z .mbr-section-btn {
  text-align: left;
}
.cid-uYVv8BiSCs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d60a0a;
}
.cid-uYVv8BiSCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVv8BiSCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVv8BiSCs .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVv8BiSCs .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVv8BiSCs .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVv8BiSCs .mbr-section-title {
  text-align: left;
}
.cid-uYVv8BiSCs .mbr-text,
.cid-uYVv8BiSCs .mbr-section-btn {
  text-align: left;
}
.cid-umc4gPRTNS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-umc4gPRTNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-umc4gPRTNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umc4gPRTNS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umc4gPRTNS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umc4gPRTNS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umc4gPRTNS .mbr-section-title {
  text-align: left;
}
.cid-umc4gPRTNS .mbr-text,
.cid-umc4gPRTNS .mbr-section-btn {
  text-align: left;
}
.cid-uziwmPVB1L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umaOlOYK6W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-ulZYRYGpo5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ulZYRYGpo5 nav.navbar {
  position: fixed;
}
.cid-ulZYRYGpo5 .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-ulZYRYGpo5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulZYRYGpo5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulZYRYGpo5 .dropdown-item:hover,
.cid-ulZYRYGpo5 .dropdown-item:focus {
  background: #ffc907 !important;
  color: white !important;
}
.cid-ulZYRYGpo5 .dropdown-item:hover span {
  color: white;
}
.cid-ulZYRYGpo5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulZYRYGpo5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulZYRYGpo5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulZYRYGpo5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulZYRYGpo5 .nav-link {
  position: relative;
}
.cid-ulZYRYGpo5 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulZYRYGpo5 .container {
    flex-wrap: wrap;
  }
}
.cid-ulZYRYGpo5 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulZYRYGpo5 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ulZYRYGpo5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulZYRYGpo5 .dropdown-menu,
.cid-ulZYRYGpo5 .navbar.opened {
  background: #ffffff !important;
}
.cid-ulZYRYGpo5 .nav-item:focus,
.cid-ulZYRYGpo5 .nav-link:focus {
  outline: none;
}
.cid-ulZYRYGpo5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulZYRYGpo5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulZYRYGpo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulZYRYGpo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulZYRYGpo5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulZYRYGpo5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulZYRYGpo5 .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-ulZYRYGpo5 .navbar.opened {
  transition: all 0.3s;
}
.cid-ulZYRYGpo5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulZYRYGpo5 .navbar .navbar-logo img {
  width: auto;
}
.cid-ulZYRYGpo5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulZYRYGpo5 .navbar.collapsed {
  justify-content: center;
}
.cid-ulZYRYGpo5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulZYRYGpo5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulZYRYGpo5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-ulZYRYGpo5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulZYRYGpo5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulZYRYGpo5 .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-ulZYRYGpo5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulZYRYGpo5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulZYRYGpo5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulZYRYGpo5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulZYRYGpo5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulZYRYGpo5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulZYRYGpo5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulZYRYGpo5 .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-ulZYRYGpo5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulZYRYGpo5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulZYRYGpo5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulZYRYGpo5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulZYRYGpo5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulZYRYGpo5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulZYRYGpo5 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulZYRYGpo5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulZYRYGpo5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulZYRYGpo5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulZYRYGpo5 .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-ulZYRYGpo5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulZYRYGpo5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulZYRYGpo5 .dropdown-item.active,
.cid-ulZYRYGpo5 .dropdown-item:active {
  background-color: transparent;
}
.cid-ulZYRYGpo5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulZYRYGpo5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulZYRYGpo5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulZYRYGpo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulZYRYGpo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulZYRYGpo5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulZYRYGpo5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulZYRYGpo5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulZYRYGpo5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulZYRYGpo5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulZYRYGpo5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulZYRYGpo5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulZYRYGpo5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulZYRYGpo5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulZYRYGpo5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulZYRYGpo5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulZYRYGpo5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulZYRYGpo5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulZYRYGpo5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulZYRYGpo5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulZYRYGpo5 .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-ulZYRYGpo5 .navbar {
    height: 70px;
  }
  .cid-ulZYRYGpo5 .navbar.opened {
    height: auto;
  }
  .cid-ulZYRYGpo5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulZYRZbTs7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/openingspagina-afbeelding1.jpg");
}
.cid-ulZYRZbTs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZYRZbTs7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulZYRZbTs7 .mbr-text,
.cid-ulZYRZbTs7 .mbr-section-btn {
  color: #232323;
}
.cid-ulZYRZbTs7 .card-title,
.cid-ulZYRZbTs7 .card-box {
  color: #ffffff;
}
.cid-ulZYRZbTs7 .mbr-text,
.cid-ulZYRZbTs7 .link-wrap {
  color: #ffffff;
}
.cid-uZ2qkj3cqF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZ2qkj3cqF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ2qkj3cqF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ2qkj3cqF .mbr-section-title {
  color: #e43f3f;
}
.cid-uziwoStaVr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYVsJiaQRn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-uYVsJiaQRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVsJiaQRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVsJiaQRn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVsJiaQRn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVsJiaQRn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVsJiaQRn .mbr-section-title {
  text-align: left;
}
.cid-uYVsJiaQRn .mbr-text,
.cid-uYVsJiaQRn .mbr-section-btn {
  text-align: left;
}
.cid-uIkwtUmc4Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffb5b5;
}
.cid-uIkwtUmc4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIkwtUmc4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIkwtUmc4Y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uIkwtUmc4Y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uIkwtUmc4Y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uIkwtUmc4Y .mbr-section-title {
  text-align: left;
}
.cid-uIkwtUmc4Y .mbr-text,
.cid-uIkwtUmc4Y .mbr-section-btn {
  text-align: left;
}
.cid-uYVvE94gID {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-uYVvE94gID .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVvE94gID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVvE94gID .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVvE94gID .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVvE94gID .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVvE94gID .mbr-section-title {
  text-align: left;
}
.cid-uYVvE94gID .mbr-text,
.cid-uYVvE94gID .mbr-section-btn {
  text-align: left;
}
.cid-uYVvTltL73 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6666;
}
.cid-uYVvTltL73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVvTltL73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVvTltL73 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVvTltL73 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVvTltL73 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVvTltL73 .mbr-section-title {
  text-align: left;
}
.cid-uYVvTltL73 .mbr-text,
.cid-uYVvTltL73 .mbr-section-btn {
  text-align: left;
}
.cid-uYVzsvPhby {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6ec7f2;
}
.cid-uYVzsvPhby .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVzsvPhby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVzsvPhby .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVzsvPhby .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVzsvPhby .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVzsvPhby .mbr-section-title {
  text-align: left;
}
.cid-uYVzsvPhby .mbr-text,
.cid-uYVzsvPhby .mbr-section-btn {
  text-align: left;
}
.cid-uZ0uCfBvra {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b57e;
}
.cid-uZ0uCfBvra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0uCfBvra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0uCfBvra .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ0uCfBvra .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ0uCfBvra .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ0uCfBvra .mbr-section-title {
  text-align: left;
}
.cid-uZ0uCfBvra .mbr-text,
.cid-uZ0uCfBvra .mbr-section-btn {
  text-align: left;
}
.cid-uYlAZwzAs3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-uYlAZwzAs3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYlAZwzAs3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYlAZwzAs3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYlAZwzAs3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYlAZwzAs3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYlAZwzAs3 .mbr-section-title {
  text-align: left;
}
.cid-uYlAZwzAs3 .mbr-text,
.cid-uYlAZwzAs3 .mbr-section-btn {
  text-align: left;
}
.cid-uYlBfdOyIK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e43f3f;
}
.cid-uYlBfdOyIK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYlBfdOyIK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYlBfdOyIK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYlBfdOyIK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYlBfdOyIK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYlBfdOyIK .mbr-section-title {
  text-align: left;
}
.cid-uYlBfdOyIK .mbr-text,
.cid-uYlBfdOyIK .mbr-section-btn {
  text-align: left;
}
.cid-uYlBnCwc9D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6ec7f2;
}
.cid-uYlBnCwc9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYlBnCwc9D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYlBnCwc9D .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYlBnCwc9D .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYlBnCwc9D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYlBnCwc9D .mbr-section-title {
  text-align: left;
}
.cid-uYlBnCwc9D .mbr-text,
.cid-uYlBnCwc9D .mbr-section-btn {
  text-align: left;
}
.cid-uYVtBl3ao9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6666;
}
.cid-uYVtBl3ao9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVtBl3ao9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVtBl3ao9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVtBl3ao9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVtBl3ao9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVtBl3ao9 .mbr-section-title {
  text-align: left;
}
.cid-uYVtBl3ao9 .mbr-text,
.cid-uYVtBl3ao9 .mbr-section-btn {
  text-align: left;
}
.cid-uYVtC1rrPn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-uYVtC1rrPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVtC1rrPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVtC1rrPn .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVtC1rrPn .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVtC1rrPn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVtC1rrPn .mbr-section-title {
  text-align: left;
}
.cid-uYVtC1rrPn .mbr-text,
.cid-uYVtC1rrPn .mbr-section-btn {
  text-align: left;
}
.cid-umFpn2vmsG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #98dee8;
}
.cid-umFpn2vmsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-umFpn2vmsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umFpn2vmsG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umFpn2vmsG .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umFpn2vmsG .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umFpn2vmsG .mbr-section-title {
  text-align: left;
}
.cid-umFpn2vmsG .mbr-text,
.cid-umFpn2vmsG .mbr-section-btn {
  text-align: left;
}
.cid-umc5bsY014 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-umc5bsY014 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umc5bsY014 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umc5bsY014 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umc5bsY014 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umc5bsY014 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umc5bsY014 .mbr-section-title {
  text-align: left;
}
.cid-umc5bsY014 .mbr-text,
.cid-umc5bsY014 .mbr-section-btn {
  text-align: left;
}
.cid-umFpRo7ldr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffb5b5;
}
.cid-umFpRo7ldr .mbr-fallback-image.disabled {
  display: none;
}
.cid-umFpRo7ldr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umFpRo7ldr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umFpRo7ldr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umFpRo7ldr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umFpRo7ldr .mbr-section-title {
  text-align: left;
}
.cid-umFpRo7ldr .mbr-text,
.cid-umFpRo7ldr .mbr-section-btn {
  text-align: left;
}
.cid-umFnoRPqNk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-umFnoRPqNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-umFnoRPqNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umFnoRPqNk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umFnoRPqNk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umFnoRPqNk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umFnoRPqNk .mbr-section-title {
  text-align: left;
}
.cid-umFnoRPqNk .mbr-text,
.cid-umFnoRPqNk .mbr-section-btn {
  text-align: left;
}
.cid-uZ0xc6tmoU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65c6d4;
}
.cid-uZ0xc6tmoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0xc6tmoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0xc6tmoU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ0xc6tmoU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ0xc6tmoU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ0xc6tmoU .mbr-section-title {
  text-align: left;
}
.cid-uZ0xc6tmoU .mbr-text,
.cid-uZ0xc6tmoU .mbr-section-btn {
  text-align: left;
}
.cid-uZ0wTW1jdU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b57e;
}
.cid-uZ0wTW1jdU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0wTW1jdU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0wTW1jdU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ0wTW1jdU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ0wTW1jdU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ0wTW1jdU .mbr-section-title {
  text-align: left;
}
.cid-uZ0wTW1jdU .mbr-text,
.cid-uZ0wTW1jdU .mbr-section-btn {
  text-align: left;
}
.cid-umFox8527A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffb18a;
}
.cid-umFox8527A .mbr-fallback-image.disabled {
  display: none;
}
.cid-umFox8527A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umFox8527A .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umFox8527A .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umFox8527A .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umFox8527A .mbr-section-title {
  text-align: left;
}
.cid-umFox8527A .mbr-text,
.cid-umFox8527A .mbr-section-btn {
  text-align: left;
}
.cid-umc5o1rN2Y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-umc5o1rN2Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-umc5o1rN2Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umc5o1rN2Y .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umc5o1rN2Y .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umc5o1rN2Y .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umc5o1rN2Y .mbr-section-title {
  text-align: left;
}
.cid-umc5o1rN2Y .mbr-text,
.cid-umc5o1rN2Y .mbr-section-btn {
  text-align: left;
}
.cid-uYn0GxdHy1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6666;
}
.cid-uYn0GxdHy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYn0GxdHy1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYn0GxdHy1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYn0GxdHy1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYn0GxdHy1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYn0GxdHy1 .mbr-section-title {
  text-align: left;
}
.cid-uYn0GxdHy1 .mbr-text,
.cid-uYn0GxdHy1 .mbr-section-btn {
  text-align: left;
}
.cid-umc6S4PR6L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-umc6S4PR6L .mbr-fallback-image.disabled {
  display: none;
}
.cid-umc6S4PR6L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umc6S4PR6L .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umc6S4PR6L .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umc6S4PR6L .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umc6S4PR6L .mbr-section-title {
  text-align: left;
}
.cid-umc6S4PR6L .mbr-text,
.cid-umc6S4PR6L .mbr-section-btn {
  text-align: left;
}
.cid-umghEJa3vH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #98dee8;
}
.cid-umghEJa3vH .mbr-fallback-image.disabled {
  display: none;
}
.cid-umghEJa3vH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umghEJa3vH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umghEJa3vH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umghEJa3vH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umghEJa3vH .mbr-section-title {
  text-align: left;
}
.cid-umghEJa3vH .mbr-text,
.cid-umghEJa3vH .mbr-section-btn {
  text-align: left;
}
.cid-umghS8xjpz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8caff0;
}
.cid-umghS8xjpz .mbr-fallback-image.disabled {
  display: none;
}
.cid-umghS8xjpz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umghS8xjpz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umghS8xjpz .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umghS8xjpz .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umghS8xjpz .mbr-section-title {
  text-align: left;
}
.cid-umghS8xjpz .mbr-text,
.cid-umghS8xjpz .mbr-section-btn {
  text-align: left;
}
.cid-uzdLZkM5ki {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-uzdLZkM5ki .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzdLZkM5ki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzdLZkM5ki .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uzdLZkM5ki .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uzdLZkM5ki .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzdLZkM5ki .mbr-section-title {
  text-align: left;
}
.cid-uzdLZkM5ki .mbr-text,
.cid-uzdLZkM5ki .mbr-section-btn {
  text-align: left;
}
.cid-uZ0wrOpdgD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b57e;
}
.cid-uZ0wrOpdgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0wrOpdgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0wrOpdgD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ0wrOpdgD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ0wrOpdgD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ0wrOpdgD .mbr-section-title {
  text-align: left;
}
.cid-uZ0wrOpdgD .mbr-text,
.cid-uZ0wrOpdgD .mbr-section-btn {
  text-align: left;
}
.cid-umgi45Sofm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-umgi45Sofm .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgi45Sofm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgi45Sofm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umgi45Sofm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umgi45Sofm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umgi45Sofm .mbr-section-title {
  text-align: left;
}
.cid-umgi45Sofm .mbr-text,
.cid-umgi45Sofm .mbr-section-btn {
  text-align: left;
}
.cid-umgik7TG51 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-umgik7TG51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgik7TG51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgik7TG51 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umgik7TG51 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umgik7TG51 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umgik7TG51 .mbr-section-title {
  text-align: left;
}
.cid-umgik7TG51 .mbr-text,
.cid-umgik7TG51 .mbr-section-btn {
  text-align: left;
}
.cid-umgiy93zaE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bed3f9;
}
.cid-umgiy93zaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgiy93zaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgiy93zaE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umgiy93zaE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umgiy93zaE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umgiy93zaE .mbr-section-title {
  text-align: left;
}
.cid-umgiy93zaE .mbr-text,
.cid-umgiy93zaE .mbr-section-btn {
  text-align: left;
}
.cid-umgk47tk7h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b0bf;
}
.cid-umgk47tk7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgk47tk7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgk47tk7h .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umgk47tk7h .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umgk47tk7h .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umgk47tk7h .mbr-section-title {
  text-align: left;
}
.cid-umgk47tk7h .mbr-text,
.cid-umgk47tk7h .mbr-section-btn {
  text-align: left;
}
.cid-umgkhOcaD4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6592e6;
}
.cid-umgkhOcaD4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgkhOcaD4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgkhOcaD4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umgkhOcaD4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umgkhOcaD4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umgkhOcaD4 .mbr-section-title {
  text-align: left;
}
.cid-umgkhOcaD4 .mbr-text,
.cid-umgkhOcaD4 .mbr-section-btn {
  text-align: left;
}
.cid-umgksIv3VL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffc907;
}
.cid-umgksIv3VL .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgksIv3VL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgksIv3VL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umgksIv3VL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umgksIv3VL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umgksIv3VL .mbr-section-title {
  text-align: left;
}
.cid-umgksIv3VL .mbr-text,
.cid-umgksIv3VL .mbr-section-btn {
  text-align: left;
}
.cid-umgkIpmot5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-umgkIpmot5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgkIpmot5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgkIpmot5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umgkIpmot5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umgkIpmot5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umgkIpmot5 .mbr-section-title {
  text-align: left;
}
.cid-umgkIpmot5 .mbr-text,
.cid-umgkIpmot5 .mbr-section-btn {
  text-align: left;
}
.cid-umglHuyF2n {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-umglHuyF2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-umglHuyF2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umglHuyF2n .item {
  padding-bottom: 2rem;
}
.cid-umglHuyF2n .item-wrapper {
  position: relative;
}
.cid-umglHuyF2n .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-umglHuyF2n .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-umglHuyF2n .carousel-control,
.cid-umglHuyF2n .close {
  background: #1b1b1b;
}
.cid-umglHuyF2n .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-umglHuyF2n .carousel-control-prev span {
  margin-right: 5px;
}
.cid-umglHuyF2n .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-umglHuyF2n .carousel-control-next span {
  margin-left: 5px;
}
.cid-umglHuyF2n .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-umglHuyF2n .close::before {
  content: '\e91a';
}
.cid-umglHuyF2n .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-umglHuyF2n .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-umglHuyF2n .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umglHuyF2n .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umglHuyF2n .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-umglHuyF2n .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-umglHuyF2n .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-umglHuyF2n .carousel-indicators li.active,
.cid-umglHuyF2n .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-umglHuyF2n .carousel-indicators li::after,
.cid-umglHuyF2n .carousel-indicators li::before {
  content: none;
}
.cid-umglHuyF2n .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-umglHuyF2n .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-umglHuyF2n .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-umglHuyF2n .carousel-indicators {
    display: none;
  }
}
.cid-umglHuyF2n .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-umglHuyF2n .carousel-inner > .active {
  display: block;
}
.cid-umglHuyF2n .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-umglHuyF2n .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-umglHuyF2n .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-umglHuyF2n .carousel-control,
  .cid-umglHuyF2n .carousel-indicators,
  .cid-umglHuyF2n .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-umglHuyF2n .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-umglHuyF2n .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-umglHuyF2n .carousel-indicators .active,
.cid-umglHuyF2n .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-umglHuyF2n .carousel-indicators .active {
  background: #fff;
}
.cid-umglHuyF2n .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-umglHuyF2n .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-umglHuyF2n .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-umglHuyF2n .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-umglHuyF2n .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-umglHuyF2n .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-umglHuyF2n .carousel {
  width: 100%;
}
.cid-umglHuyF2n .modal-backdrop.in {
  opacity: 0.8;
}
.cid-umglHuyF2n .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-umglHuyF2n .modal.fade .modal-dialog,
.cid-umglHuyF2n .modal.in .modal-dialog {
  transform: none;
}
.cid-umglHuyF2n .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-umglHuyF2n H6 {
  text-align: center;
}
.cid-umgm131iCe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #65c6d4;
}
.cid-umgm131iCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgm131iCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgm131iCe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umgm131iCe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umgm131iCe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umgm131iCe .mbr-section-title {
  text-align: left;
}
.cid-umgm131iCe .mbr-text,
.cid-umgm131iCe .mbr-section-btn {
  text-align: left;
}
.cid-umgmMnwa0g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-umgmMnwa0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgmMnwa0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgmMnwa0g .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umgmMnwa0g .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umgmMnwa0g .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umgmMnwa0g .mbr-section-title {
  text-align: left;
}
.cid-umgmMnwa0g .mbr-text,
.cid-umgmMnwa0g .mbr-section-btn {
  text-align: left;
}
.cid-uZ0A19smbX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e43f3f;
}
.cid-uZ0A19smbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0A19smbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0A19smbX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ0A19smbX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ0A19smbX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ0A19smbX .mbr-section-title {
  text-align: left;
}
.cid-uZ0A19smbX .mbr-text,
.cid-uZ0A19smbX .mbr-section-btn {
  text-align: left;
}
.cid-uYVuQo7XZ3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d60a0a;
}
.cid-uYVuQo7XZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVuQo7XZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVuQo7XZ3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVuQo7XZ3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVuQo7XZ3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVuQo7XZ3 .mbr-section-title {
  text-align: left;
}
.cid-uYVuQo7XZ3 .mbr-text,
.cid-uYVuQo7XZ3 .mbr-section-btn {
  text-align: left;
}
.cid-uYVu3O22kS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-uYVu3O22kS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVu3O22kS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVu3O22kS .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVu3O22kS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVu3O22kS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVu3O22kS .mbr-section-title {
  text-align: left;
}
.cid-uYVu3O22kS .mbr-text,
.cid-uYVu3O22kS .mbr-section-btn {
  text-align: left;
}
.cid-uYVu4KJKWF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-uYVu4KJKWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVu4KJKWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVu4KJKWF .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVu4KJKWF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVu4KJKWF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVu4KJKWF .mbr-section-title {
  text-align: left;
}
.cid-uYVu4KJKWF .mbr-text,
.cid-uYVu4KJKWF .mbr-section-btn {
  text-align: left;
}
.cid-uYVui2t6X1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #98dee8;
}
.cid-uYVui2t6X1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVui2t6X1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVui2t6X1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVui2t6X1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVui2t6X1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVui2t6X1 .mbr-section-title {
  text-align: left;
}
.cid-uYVui2t6X1 .mbr-text,
.cid-uYVui2t6X1 .mbr-section-btn {
  text-align: left;
}
.cid-uYVuiGd4Q7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffb5b5;
}
.cid-uYVuiGd4Q7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVuiGd4Q7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVuiGd4Q7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVuiGd4Q7 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVuiGd4Q7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVuiGd4Q7 .mbr-section-title {
  text-align: left;
}
.cid-uYVuiGd4Q7 .mbr-text,
.cid-uYVuiGd4Q7 .mbr-section-btn {
  text-align: left;
}
.cid-uYVujpnXCb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-uYVujpnXCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVujpnXCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVujpnXCb .item {
  padding-bottom: 2rem;
}
.cid-uYVujpnXCb .item-wrapper {
  position: relative;
}
.cid-uYVujpnXCb .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uYVujpnXCb .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uYVujpnXCb .carousel-control,
.cid-uYVujpnXCb .close {
  background: #1b1b1b;
}
.cid-uYVujpnXCb .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uYVujpnXCb .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uYVujpnXCb .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uYVujpnXCb .carousel-control-next span {
  margin-left: 5px;
}
.cid-uYVujpnXCb .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uYVujpnXCb .close::before {
  content: '\e91a';
}
.cid-uYVujpnXCb .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uYVujpnXCb .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uYVujpnXCb .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYVujpnXCb .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uYVujpnXCb .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uYVujpnXCb .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uYVujpnXCb .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uYVujpnXCb .carousel-indicators li.active,
.cid-uYVujpnXCb .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uYVujpnXCb .carousel-indicators li::after,
.cid-uYVujpnXCb .carousel-indicators li::before {
  content: none;
}
.cid-uYVujpnXCb .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uYVujpnXCb .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uYVujpnXCb .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uYVujpnXCb .carousel-indicators {
    display: none;
  }
}
.cid-uYVujpnXCb .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uYVujpnXCb .carousel-inner > .active {
  display: block;
}
.cid-uYVujpnXCb .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uYVujpnXCb .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uYVujpnXCb .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uYVujpnXCb .carousel-control,
  .cid-uYVujpnXCb .carousel-indicators,
  .cid-uYVujpnXCb .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uYVujpnXCb .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uYVujpnXCb .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uYVujpnXCb .carousel-indicators .active,
.cid-uYVujpnXCb .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uYVujpnXCb .carousel-indicators .active {
  background: #fff;
}
.cid-uYVujpnXCb .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uYVujpnXCb .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uYVujpnXCb .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uYVujpnXCb .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uYVujpnXCb .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uYVujpnXCb .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uYVujpnXCb .carousel {
  width: 100%;
}
.cid-uYVujpnXCb .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uYVujpnXCb .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uYVujpnXCb .modal.fade .modal-dialog,
.cid-uYVujpnXCb .modal.in .modal-dialog {
  transform: none;
}
.cid-uYVujpnXCb .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uYVujpnXCb H6 {
  text-align: center;
}
.cid-uYVoCkUr2F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff6666;
}
.cid-uYVoCkUr2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVoCkUr2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVoCkUr2F .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uYVoCkUr2F .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYVoCkUr2F .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uYVoCkUr2F .mbr-section-title {
  text-align: left;
}
.cid-uYVoCkUr2F .mbr-text,
.cid-uYVoCkUr2F .mbr-section-btn {
  text-align: left;
}
.cid-uziwqS6ZRT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umaOlOYK6W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-ulZZ6cOR5G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ulZZ6cOR5G nav.navbar {
  position: fixed;
}
.cid-ulZZ6cOR5G .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-ulZZ6cOR5G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulZZ6cOR5G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulZZ6cOR5G .dropdown-item:hover,
.cid-ulZZ6cOR5G .dropdown-item:focus {
  background: #ffc907 !important;
  color: white !important;
}
.cid-ulZZ6cOR5G .dropdown-item:hover span {
  color: white;
}
.cid-ulZZ6cOR5G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulZZ6cOR5G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulZZ6cOR5G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulZZ6cOR5G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulZZ6cOR5G .nav-link {
  position: relative;
}
.cid-ulZZ6cOR5G .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulZZ6cOR5G .container {
    flex-wrap: wrap;
  }
}
.cid-ulZZ6cOR5G .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulZZ6cOR5G .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ulZZ6cOR5G .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulZZ6cOR5G .dropdown-menu,
.cid-ulZZ6cOR5G .navbar.opened {
  background: #ffffff !important;
}
.cid-ulZZ6cOR5G .nav-item:focus,
.cid-ulZZ6cOR5G .nav-link:focus {
  outline: none;
}
.cid-ulZZ6cOR5G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulZZ6cOR5G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulZZ6cOR5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulZZ6cOR5G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulZZ6cOR5G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulZZ6cOR5G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulZZ6cOR5G .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-ulZZ6cOR5G .navbar.opened {
  transition: all 0.3s;
}
.cid-ulZZ6cOR5G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulZZ6cOR5G .navbar .navbar-logo img {
  width: auto;
}
.cid-ulZZ6cOR5G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulZZ6cOR5G .navbar.collapsed {
  justify-content: center;
}
.cid-ulZZ6cOR5G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulZZ6cOR5G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulZZ6cOR5G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-ulZZ6cOR5G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulZZ6cOR5G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulZZ6cOR5G .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-ulZZ6cOR5G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulZZ6cOR5G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulZZ6cOR5G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulZZ6cOR5G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulZZ6cOR5G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulZZ6cOR5G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulZZ6cOR5G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulZZ6cOR5G .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-ulZZ6cOR5G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulZZ6cOR5G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulZZ6cOR5G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulZZ6cOR5G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulZZ6cOR5G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulZZ6cOR5G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulZZ6cOR5G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulZZ6cOR5G .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulZZ6cOR5G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulZZ6cOR5G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulZZ6cOR5G .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-ulZZ6cOR5G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulZZ6cOR5G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulZZ6cOR5G .dropdown-item.active,
.cid-ulZZ6cOR5G .dropdown-item:active {
  background-color: transparent;
}
.cid-ulZZ6cOR5G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulZZ6cOR5G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulZZ6cOR5G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulZZ6cOR5G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulZZ6cOR5G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulZZ6cOR5G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulZZ6cOR5G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulZZ6cOR5G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulZZ6cOR5G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulZZ6cOR5G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulZZ6cOR5G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulZZ6cOR5G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulZZ6cOR5G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulZZ6cOR5G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulZZ6cOR5G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulZZ6cOR5G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulZZ6cOR5G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulZZ6cOR5G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulZZ6cOR5G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulZZ6cOR5G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulZZ6cOR5G .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-ulZZ6cOR5G .navbar {
    height: 70px;
  }
  .cid-ulZZ6cOR5G .navbar.opened {
    height: auto;
  }
  .cid-ulZZ6cOR5G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulZZ6dgHNG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/openingspagina-afbeelding1.jpg");
}
.cid-ulZZ6dgHNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZZ6dgHNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulZZ6dgHNG .mbr-text,
.cid-ulZZ6dgHNG .mbr-section-btn {
  color: #232323;
}
.cid-ulZZ6dgHNG .card-title,
.cid-ulZZ6dgHNG .card-box {
  color: #ffffff;
}
.cid-ulZZ6dgHNG .mbr-text,
.cid-ulZZ6dgHNG .link-wrap {
  color: #ffffff;
}
.cid-uZ2qX7dKQF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZ2qX7dKQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ2qX7dKQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ2qX7dKQF .mbr-section-title {
  color: #e43f3f;
}
.cid-uziwsLYXds {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWvx1bFWOU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6ec7f2;
}
.cid-uWvx1bFWOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvx1bFWOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvx1bFWOU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWvx1bFWOU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWvx1bFWOU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWvx1bFWOU .mbr-section-title {
  text-align: left;
}
.cid-uWvx1bFWOU .mbr-text,
.cid-uWvx1bFWOU .mbr-section-btn {
  text-align: left;
}
.cid-uZ0umeTpLM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #40b57e;
}
.cid-uZ0umeTpLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ0umeTpLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ0umeTpLM .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZ0umeTpLM .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZ0umeTpLM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZ0umeTpLM .mbr-section-title {
  text-align: left;
}
.cid-uZ0umeTpLM .mbr-text,
.cid-uZ0umeTpLM .mbr-section-btn {
  text-align: left;
}
.cid-uLwNgtwwgq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-uLwNgtwwgq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLwNgtwwgq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLwNgtwwgq .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uLwNgtwwgq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uLwNgtwwgq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uLwNgtwwgq .mbr-section-title {
  text-align: left;
}
.cid-uLwNgtwwgq .mbr-text,
.cid-uLwNgtwwgq .mbr-section-btn {
  text-align: left;
}
.cid-uZd2P5esKY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e6c63b;
}
.cid-uZd2P5esKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZd2P5esKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZd2P5esKY .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uZd2P5esKY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uZd2P5esKY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uZd2P5esKY .mbr-section-title {
  text-align: left;
}
.cid-uZd2P5esKY .mbr-text,
.cid-uZd2P5esKY .mbr-section-btn {
  text-align: left;
}
.cid-umgnqrWnRK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6ec7f2;
}
.cid-umgnqrWnRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgnqrWnRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgnqrWnRK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umgnqrWnRK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umgnqrWnRK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umgnqrWnRK .mbr-section-title {
  text-align: left;
}
.cid-umgnqrWnRK .mbr-text,
.cid-umgnqrWnRK .mbr-section-btn {
  text-align: left;
}
.cid-umgnAZKwoj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-umgnAZKwoj .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgnAZKwoj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgnAZKwoj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umgnAZKwoj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umgnAZKwoj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umgnAZKwoj .mbr-section-title {
  text-align: left;
}
.cid-umgnAZKwoj .mbr-text,
.cid-umgnAZKwoj .mbr-section-btn {
  text-align: left;
}
.cid-umgnMyoVz2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-umgnMyoVz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgnMyoVz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umgnMyoVz2 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-umgnMyoVz2 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-umgnMyoVz2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-umgnMyoVz2 .mbr-section-title {
  text-align: left;
}
.cid-umgnMyoVz2 .mbr-text,
.cid-umgnMyoVz2 .mbr-section-btn {
  text-align: left;
}
.cid-uA1MJ2Kx9c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #6ec7f2;
}
.cid-uA1MJ2Kx9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1MJ2Kx9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1MJ2Kx9c .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uA1MJ2Kx9c .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uA1MJ2Kx9c .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uA1MJ2Kx9c .mbr-section-title {
  text-align: left;
}
.cid-uA1MJ2Kx9c .mbr-text,
.cid-uA1MJ2Kx9c .mbr-section-btn {
  text-align: left;
}
.cid-uA1MXzKuHD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffc907;
}
.cid-uA1MXzKuHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA1MXzKuHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA1MXzKuHD .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uA1MXzKuHD .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uA1MXzKuHD .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uA1MXzKuHD .mbr-section-title {
  text-align: left;
}
.cid-uA1MXzKuHD .mbr-text,
.cid-uA1MXzKuHD .mbr-section-btn {
  text-align: left;
}
.cid-uWvxfvfL9i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ff8a8a;
}
.cid-uWvxfvfL9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWvxfvfL9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWvxfvfL9i .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWvxfvfL9i .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWvxfvfL9i .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWvxfvfL9i .mbr-section-title {
  text-align: left;
}
.cid-uWvxfvfL9i .mbr-text,
.cid-uWvxfvfL9i .mbr-section-btn {
  text-align: left;
}
.cid-uziwtGsHIF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umaOlOYK6W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-ulZZkJeuQK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ulZZkJeuQK nav.navbar {
  position: fixed;
}
.cid-ulZZkJeuQK .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-ulZZkJeuQK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulZZkJeuQK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulZZkJeuQK .dropdown-item:hover,
.cid-ulZZkJeuQK .dropdown-item:focus {
  background: #ffc907 !important;
  color: white !important;
}
.cid-ulZZkJeuQK .dropdown-item:hover span {
  color: white;
}
.cid-ulZZkJeuQK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulZZkJeuQK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulZZkJeuQK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulZZkJeuQK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulZZkJeuQK .nav-link {
  position: relative;
}
.cid-ulZZkJeuQK .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulZZkJeuQK .container {
    flex-wrap: wrap;
  }
}
.cid-ulZZkJeuQK .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-ulZZkJeuQK .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-ulZZkJeuQK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulZZkJeuQK .dropdown-menu,
.cid-ulZZkJeuQK .navbar.opened {
  background: #ffffff !important;
}
.cid-ulZZkJeuQK .nav-item:focus,
.cid-ulZZkJeuQK .nav-link:focus {
  outline: none;
}
.cid-ulZZkJeuQK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulZZkJeuQK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulZZkJeuQK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulZZkJeuQK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulZZkJeuQK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulZZkJeuQK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulZZkJeuQK .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-ulZZkJeuQK .navbar.opened {
  transition: all 0.3s;
}
.cid-ulZZkJeuQK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulZZkJeuQK .navbar .navbar-logo img {
  width: auto;
}
.cid-ulZZkJeuQK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulZZkJeuQK .navbar.collapsed {
  justify-content: center;
}
.cid-ulZZkJeuQK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulZZkJeuQK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulZZkJeuQK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.6rem);
  }
}
.cid-ulZZkJeuQK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulZZkJeuQK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulZZkJeuQK .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-ulZZkJeuQK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulZZkJeuQK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulZZkJeuQK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulZZkJeuQK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulZZkJeuQK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulZZkJeuQK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulZZkJeuQK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulZZkJeuQK .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-ulZZkJeuQK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulZZkJeuQK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulZZkJeuQK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulZZkJeuQK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulZZkJeuQK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulZZkJeuQK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-ulZZkJeuQK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-ulZZkJeuQK .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulZZkJeuQK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulZZkJeuQK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulZZkJeuQK .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-ulZZkJeuQK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulZZkJeuQK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulZZkJeuQK .dropdown-item.active,
.cid-ulZZkJeuQK .dropdown-item:active {
  background-color: transparent;
}
.cid-ulZZkJeuQK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulZZkJeuQK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulZZkJeuQK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulZZkJeuQK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ulZZkJeuQK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulZZkJeuQK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulZZkJeuQK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulZZkJeuQK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulZZkJeuQK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulZZkJeuQK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulZZkJeuQK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulZZkJeuQK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulZZkJeuQK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulZZkJeuQK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulZZkJeuQK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulZZkJeuQK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulZZkJeuQK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulZZkJeuQK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulZZkJeuQK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ulZZkJeuQK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulZZkJeuQK .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-ulZZkJeuQK .navbar {
    height: 70px;
  }
  .cid-ulZZkJeuQK .navbar.opened {
    height: auto;
  }
  .cid-ulZZkJeuQK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulZZkJFQke {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/openingspagina-afbeelding1.jpg");
}
.cid-ulZZkJFQke .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZZkJFQke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulZZkJFQke .mbr-text,
.cid-ulZZkJFQke .mbr-section-btn {
  color: #232323;
}
.cid-ulZZkJFQke .card-title,
.cid-ulZZkJFQke .card-box {
  color: #ffffff;
}
.cid-ulZZkJFQke .mbr-text,
.cid-ulZZkJFQke .link-wrap {
  color: #ffffff;
}
.cid-uziwwbIrqW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-umgoIQyb3u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-umgoIQyb3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-umgoIQyb3u .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-umgoIQyb3u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umgoIQyb3u img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-umgoIQyb3u .text-wrapper {
    padding: 2rem;
  }
}
.cid-umgp4grnsl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-umgp4grnsl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-umgp4grnsl H5 {
  color: #3d83c8;
}
.cid-umaOlOYK6W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
