body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Open Sans', 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: #081647 !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: #081647 !important;
  border-color: #081647 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a0b5fe !important;
  border-color: #a0b5fe !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: #4a72fd !important;
  border-color: #4a72fd !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4a72fd !important;
  border-color: #4a72fd !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: #081647;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #081647 !important;
  border-color: #081647 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a0b5fe;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #4a72fd !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: #a0b5fe !important;
  border-color: #a0b5fe !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: #081647 !important;
}
.text-secondary {
  color: #a0b5fe !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: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3b66fd !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: #081647;
}
.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-gallery-filter li.active .btn {
  background-color: #081647;
  border-color: #081647;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #081647;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4a6eeb;
}
.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*/
.form-control {
  font-family: 'Open Sans', 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: #081647 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', 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: #081647;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #081647;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #081647;
}
.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: #081647;
  border-bottom-color: #081647;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #081647 !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: #a0b5fe !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='%23081647' %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-t4iRQLCeYx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4iRQLCeYx nav.navbar {
  position: fixed;
}
.cid-t4iRQLCeYx .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-t4iRQLCeYx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4iRQLCeYx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4iRQLCeYx .dropdown-item:hover,
.cid-t4iRQLCeYx .dropdown-item:focus {
  background: #081647 !important;
  color: white !important;
}
.cid-t4iRQLCeYx .dropdown-item:hover span {
  color: white;
}
.cid-t4iRQLCeYx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4iRQLCeYx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4iRQLCeYx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4iRQLCeYx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4iRQLCeYx .nav-link {
  position: relative;
}
.cid-t4iRQLCeYx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4iRQLCeYx .container {
    flex-wrap: nowrap;
  }
}
.cid-t4iRQLCeYx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4iRQLCeYx .dropdown-menu,
.cid-t4iRQLCeYx .navbar.opened {
  background: #081647 !important;
}
.cid-t4iRQLCeYx .nav-item:focus,
.cid-t4iRQLCeYx .nav-link:focus {
  outline: none;
}
.cid-t4iRQLCeYx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4iRQLCeYx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4iRQLCeYx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4iRQLCeYx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4iRQLCeYx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4iRQLCeYx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4iRQLCeYx .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: #081647;
}
.cid-t4iRQLCeYx .navbar.opened {
  transition: all 0.3s;
}
.cid-t4iRQLCeYx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4iRQLCeYx .navbar .navbar-logo img {
  width: auto;
}
.cid-t4iRQLCeYx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4iRQLCeYx .navbar.collapsed {
  justify-content: center;
}
.cid-t4iRQLCeYx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4iRQLCeYx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4iRQLCeYx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4iRQLCeYx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4iRQLCeYx .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-t4iRQLCeYx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4iRQLCeYx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4iRQLCeYx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4iRQLCeYx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4iRQLCeYx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4iRQLCeYx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4iRQLCeYx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4iRQLCeYx .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-t4iRQLCeYx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4iRQLCeYx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4iRQLCeYx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4iRQLCeYx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4iRQLCeYx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4iRQLCeYx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4iRQLCeYx .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4iRQLCeYx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4iRQLCeYx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4iRQLCeYx .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-t4iRQLCeYx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4iRQLCeYx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4iRQLCeYx .dropdown-item.active,
.cid-t4iRQLCeYx .dropdown-item:active {
  background-color: transparent;
}
.cid-t4iRQLCeYx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4iRQLCeYx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4iRQLCeYx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4iRQLCeYx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081647;
}
.cid-t4iRQLCeYx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4iRQLCeYx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4iRQLCeYx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4iRQLCeYx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4iRQLCeYx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4iRQLCeYx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4iRQLCeYx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4iRQLCeYx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4iRQLCeYx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4iRQLCeYx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4iRQLCeYx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4iRQLCeYx .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-t4iRQLCeYx .navbar {
    height: 70px;
  }
  .cid-t4iRQLCeYx .navbar.opened {
    height: auto;
  }
  .cid-t4iRQLCeYx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4c0jahfss {
  background-image: url("../../../assets/images/thuin-ijstaarten-220.jpg");
}
.cid-t4c0jahfss .mbr-section-title {
  color: #ffffff;
}
.cid-t4c0jahfss .mbr-text,
.cid-t4c0jahfss .mbr-section-btn {
  color: #ffffff;
}
.cid-tR3kLjDb75 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081647;
}
.cid-tR3kLjDb75 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tR3kLjDb75 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tR3kLjDb75 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tR3kLjDb75 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tR3kLjDb75 .mbr-text,
.cid-tR3kLjDb75 .mbr-section-btn {
  color: #081647;
}
.cid-vfyHut7IIz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vfyHut7IIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfyHut7IIz .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-vfyHut7IIz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vfyHut7IIz .row {
  flex-direction: row-reverse;
}
.cid-vfyHut7IIz img {
  width: 100%;
}
.cid-t4WtyxM51a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4WtyxM51a .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t4WtyxM51a .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t4WtyxM51a .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tUPPL1U0OR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tUPPL1U0OR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUPPL1U0OR .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-tUPPL1U0OR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tUPPL1U0OR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tUPPL1U0OR .text-wrapper {
    padding: 2rem;
  }
}
.cid-t4c2Q3tCCo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/thuin-ijstaarten-229.jpg");
}
.cid-t4c2Q3tCCo .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-t4c2Q3tCCo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-t4c2Q3tCCo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-t4c2Q3tCCo .mbr-section-title {
  color: #ffffff;
}
.cid-t4c2Q3tCCo .mbr-text,
.cid-t4c2Q3tCCo .mbr-section-btn {
  color: #ffffff;
}
.cid-t4cJpSaOvS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t4iRQLCeYx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4iRQLCeYx nav.navbar {
  position: fixed;
}
.cid-t4iRQLCeYx .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-t4iRQLCeYx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4iRQLCeYx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4iRQLCeYx .dropdown-item:hover,
.cid-t4iRQLCeYx .dropdown-item:focus {
  background: #081647 !important;
  color: white !important;
}
.cid-t4iRQLCeYx .dropdown-item:hover span {
  color: white;
}
.cid-t4iRQLCeYx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4iRQLCeYx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4iRQLCeYx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4iRQLCeYx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4iRQLCeYx .nav-link {
  position: relative;
}
.cid-t4iRQLCeYx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4iRQLCeYx .container {
    flex-wrap: nowrap;
  }
}
.cid-t4iRQLCeYx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4iRQLCeYx .dropdown-menu,
.cid-t4iRQLCeYx .navbar.opened {
  background: #081647 !important;
}
.cid-t4iRQLCeYx .nav-item:focus,
.cid-t4iRQLCeYx .nav-link:focus {
  outline: none;
}
.cid-t4iRQLCeYx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4iRQLCeYx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4iRQLCeYx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4iRQLCeYx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4iRQLCeYx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4iRQLCeYx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4iRQLCeYx .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: #081647;
}
.cid-t4iRQLCeYx .navbar.opened {
  transition: all 0.3s;
}
.cid-t4iRQLCeYx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4iRQLCeYx .navbar .navbar-logo img {
  width: auto;
}
.cid-t4iRQLCeYx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4iRQLCeYx .navbar.collapsed {
  justify-content: center;
}
.cid-t4iRQLCeYx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4iRQLCeYx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4iRQLCeYx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4iRQLCeYx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4iRQLCeYx .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-t4iRQLCeYx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4iRQLCeYx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4iRQLCeYx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4iRQLCeYx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4iRQLCeYx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4iRQLCeYx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4iRQLCeYx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4iRQLCeYx .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-t4iRQLCeYx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4iRQLCeYx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4iRQLCeYx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4iRQLCeYx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4iRQLCeYx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4iRQLCeYx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4iRQLCeYx .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4iRQLCeYx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4iRQLCeYx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4iRQLCeYx .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-t4iRQLCeYx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4iRQLCeYx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4iRQLCeYx .dropdown-item.active,
.cid-t4iRQLCeYx .dropdown-item:active {
  background-color: transparent;
}
.cid-t4iRQLCeYx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4iRQLCeYx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4iRQLCeYx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4iRQLCeYx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081647;
}
.cid-t4iRQLCeYx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4iRQLCeYx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4iRQLCeYx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4iRQLCeYx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4iRQLCeYx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4iRQLCeYx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4iRQLCeYx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4iRQLCeYx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4iRQLCeYx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4iRQLCeYx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4iRQLCeYx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4iRQLCeYx .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-t4iRQLCeYx .navbar {
    height: 70px;
  }
  .cid-t4iRQLCeYx .navbar.opened {
    height: auto;
  }
  .cid-t4iRQLCeYx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4cJDBnqcF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081647;
}
.cid-t4cJDBnqcF .mbr-section-title {
  color: #ffffff;
}
.cid-t4cJDBnqcF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-t4db9A72Fb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4cMP3GGmK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4cMP3GGmK ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t4cMP3GGmK li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t4cMP3GGmK ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #081647;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t4cMP3GGmK H3 {
  color: #000000;
}
.cid-t4cMP3GGmK .list {
  color: #000000;
}
.cid-t4cPBw3llk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4cPBw3llk ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t4cPBw3llk li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t4cPBw3llk ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #081647;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t4cPBw3llk H3 {
  color: #000000;
}
.cid-t4cPBw3llk .list {
  color: #000000;
}
.cid-t4cYy3C9J2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4cYy3C9J2 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t4cYy3C9J2 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t4cYy3C9J2 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #081647;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t4cYy3C9J2 H3 {
  color: #000000;
}
.cid-t4cYy3C9J2 .list {
  color: #000000;
}
.cid-t4MyqlTq7h {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4MyqlTq7h img,
.cid-t4MyqlTq7h .item-img {
  width: 100%;
}
.cid-t4MyqlTq7h .item:focus,
.cid-t4MyqlTq7h span:focus {
  outline: none;
}
.cid-t4MyqlTq7h .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4MyqlTq7h .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t4MyqlTq7h .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t4MyqlTq7h .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t4MyqlTq7h .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t4MyqlTq7h .mbr-section-title {
  color: #232323;
}
.cid-t4MyqlTq7h .mbr-text,
.cid-t4MyqlTq7h .mbr-section-btn {
  text-align: left;
}
.cid-t4MyqlTq7h .item-title {
  text-align: left;
}
.cid-t4MyqlTq7h .item-subtitle {
  text-align: center;
}
.cid-t4cQKKdrit {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4cQKKdrit ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t4cQKKdrit li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t4cQKKdrit ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #081647;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t4cQKKdrit H3 {
  color: #000000;
}
.cid-t4cQKKdrit .list {
  color: #000000;
}
.cid-t4cRXtDWhg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4cRXtDWhg ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t4cRXtDWhg li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t4cRXtDWhg ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #081647;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t4cRXtDWhg H3 {
  color: #000000;
}
.cid-t4cRXtDWhg .list {
  color: #000000;
}
.cid-t4cVnxyMl2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4cVnxyMl2 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t4cVnxyMl2 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t4cVnxyMl2 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #081647;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t4cVnxyMl2 H3 {
  color: #000000;
}
.cid-t4cVnxyMl2 .list {
  color: #000000;
}
.cid-t4iBYesiNn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4iBYesiNn img,
.cid-t4iBYesiNn .item-img {
  width: 100%;
}
.cid-t4iBYesiNn .item:focus,
.cid-t4iBYesiNn span:focus {
  outline: none;
}
.cid-t4iBYesiNn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4iBYesiNn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t4iBYesiNn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t4iBYesiNn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t4iBYesiNn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t4iBYesiNn .mbr-section-title {
  color: #232323;
}
.cid-t4iBYesiNn .mbr-text,
.cid-t4iBYesiNn .mbr-section-btn {
  text-align: left;
}
.cid-t4iBYesiNn .item-title {
  text-align: left;
}
.cid-t4iBYesiNn .item-subtitle {
  text-align: center;
}
.cid-t4cXrLLJl0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4cXrLLJl0 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t4cXrLLJl0 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t4cXrLLJl0 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #081647;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t4cXrLLJl0 H3 {
  color: #000000;
}
.cid-t4cXrLLJl0 .list {
  color: #000000;
}
.cid-t4cZBIqBJs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4cZBIqBJs ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t4cZBIqBJs li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t4cZBIqBJs ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #081647;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t4cZBIqBJs H3 {
  color: #000000;
}
.cid-t4cZBIqBJs .list {
  color: #000000;
}
.cid-t4iBsb28QD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4iBsb28QD img,
.cid-t4iBsb28QD .item-img {
  width: 100%;
}
.cid-t4iBsb28QD .item:focus,
.cid-t4iBsb28QD span:focus {
  outline: none;
}
.cid-t4iBsb28QD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4iBsb28QD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t4iBsb28QD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t4iBsb28QD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t4iBsb28QD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t4iBsb28QD .mbr-section-title {
  color: #232323;
}
.cid-t4iBsb28QD .mbr-text,
.cid-t4iBsb28QD .mbr-section-btn {
  text-align: left;
}
.cid-t4iBsb28QD .item-title {
  text-align: left;
}
.cid-t4iBsb28QD .item-subtitle {
  text-align: center;
}
.cid-t4hWbhjf8C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4hWbhjf8C .video-wrapper iframe {
  width: 100%;
}
.cid-t4hWbhjf8C .mbr-section-title,
.cid-t4hWbhjf8C .mbr-section-subtitle,
.cid-t4hWbhjf8C .mbr-text {
  text-align: center;
}
.cid-t4d0Sr54XU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4d0Sr54XU ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t4d0Sr54XU li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t4d0Sr54XU ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #081647;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t4d0Sr54XU H3 {
  color: #000000;
}
.cid-t4d0Sr54XU .list {
  color: #000000;
}
.cid-t4iBHDATQu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4iBHDATQu img,
.cid-t4iBHDATQu .item-img {
  width: 100%;
}
.cid-t4iBHDATQu .item:focus,
.cid-t4iBHDATQu span:focus {
  outline: none;
}
.cid-t4iBHDATQu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4iBHDATQu .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t4iBHDATQu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t4iBHDATQu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t4iBHDATQu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t4iBHDATQu .mbr-section-title {
  color: #232323;
}
.cid-t4iBHDATQu .mbr-text,
.cid-t4iBHDATQu .mbr-section-btn {
  text-align: left;
}
.cid-t4iBHDATQu .item-title {
  text-align: left;
}
.cid-t4iBHDATQu .item-subtitle {
  text-align: center;
}
.cid-t4hVP4vvLq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4hVP4vvLq .video-wrapper iframe {
  width: 100%;
}
.cid-t4hVP4vvLq .mbr-section-title,
.cid-t4hVP4vvLq .mbr-section-subtitle,
.cid-t4hVP4vvLq .mbr-text {
  text-align: center;
}
.cid-t4d6cig7U9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4d6cig7U9 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t4d6cig7U9 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t4d6cig7U9 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #081647;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t4d6cig7U9 H3 {
  color: #000000;
}
.cid-t4d6cig7U9 .list {
  color: #000000;
}
.cid-uq1KAd8bHb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uq1KAd8bHb ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uq1KAd8bHb li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uq1KAd8bHb ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #081647;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uq1KAd8bHb H3 {
  color: #000000;
}
.cid-uq1KAd8bHb .list {
  color: #000000;
}
.cid-uq1LfcmYUg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uq1LfcmYUg ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uq1LfcmYUg li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uq1LfcmYUg ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #081647;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uq1LfcmYUg H3 {
  color: #000000;
}
.cid-uq1LfcmYUg .list {
  color: #000000;
}
.cid-uq1LHSjgMG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uq1LHSjgMG ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uq1LHSjgMG li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uq1LHSjgMG ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #081647;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uq1LHSjgMG H3 {
  color: #000000;
}
.cid-uq1LHSjgMG .list {
  color: #000000;
}
.cid-t4cJpSaOvS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t4iRQLCeYx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4iRQLCeYx nav.navbar {
  position: fixed;
}
.cid-t4iRQLCeYx .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-t4iRQLCeYx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4iRQLCeYx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4iRQLCeYx .dropdown-item:hover,
.cid-t4iRQLCeYx .dropdown-item:focus {
  background: #081647 !important;
  color: white !important;
}
.cid-t4iRQLCeYx .dropdown-item:hover span {
  color: white;
}
.cid-t4iRQLCeYx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4iRQLCeYx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4iRQLCeYx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4iRQLCeYx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4iRQLCeYx .nav-link {
  position: relative;
}
.cid-t4iRQLCeYx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4iRQLCeYx .container {
    flex-wrap: nowrap;
  }
}
.cid-t4iRQLCeYx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4iRQLCeYx .dropdown-menu,
.cid-t4iRQLCeYx .navbar.opened {
  background: #081647 !important;
}
.cid-t4iRQLCeYx .nav-item:focus,
.cid-t4iRQLCeYx .nav-link:focus {
  outline: none;
}
.cid-t4iRQLCeYx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4iRQLCeYx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4iRQLCeYx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4iRQLCeYx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4iRQLCeYx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4iRQLCeYx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4iRQLCeYx .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: #081647;
}
.cid-t4iRQLCeYx .navbar.opened {
  transition: all 0.3s;
}
.cid-t4iRQLCeYx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4iRQLCeYx .navbar .navbar-logo img {
  width: auto;
}
.cid-t4iRQLCeYx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4iRQLCeYx .navbar.collapsed {
  justify-content: center;
}
.cid-t4iRQLCeYx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4iRQLCeYx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4iRQLCeYx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4iRQLCeYx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4iRQLCeYx .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-t4iRQLCeYx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4iRQLCeYx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4iRQLCeYx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4iRQLCeYx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4iRQLCeYx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4iRQLCeYx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4iRQLCeYx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4iRQLCeYx .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-t4iRQLCeYx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4iRQLCeYx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4iRQLCeYx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4iRQLCeYx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4iRQLCeYx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4iRQLCeYx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4iRQLCeYx .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4iRQLCeYx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4iRQLCeYx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4iRQLCeYx .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-t4iRQLCeYx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4iRQLCeYx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4iRQLCeYx .dropdown-item.active,
.cid-t4iRQLCeYx .dropdown-item:active {
  background-color: transparent;
}
.cid-t4iRQLCeYx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4iRQLCeYx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4iRQLCeYx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4iRQLCeYx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081647;
}
.cid-t4iRQLCeYx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4iRQLCeYx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4iRQLCeYx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4iRQLCeYx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4iRQLCeYx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4iRQLCeYx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4iRQLCeYx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4iRQLCeYx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4iRQLCeYx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4iRQLCeYx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4iRQLCeYx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4iRQLCeYx .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-t4iRQLCeYx .navbar {
    height: 70px;
  }
  .cid-t4iRQLCeYx .navbar.opened {
    height: auto;
  }
  .cid-t4iRQLCeYx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4iDTrLWyU {
  background-image: url("../../../assets/images/20160214-91425-1500x844.jpg");
}
.cid-t4iDTrLWyU .mbr-section-title {
  color: #ffffff;
}
.cid-t4iDTrLWyU .mbr-text,
.cid-t4iDTrLWyU .mbr-section-btn {
  color: #ffffff;
}
.cid-t4deKf6YRn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4iEpLBzmn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4iEpLBzmn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4iEpLBzmn .row {
  flex-direction: row-reverse;
}
.cid-t4iEpLBzmn img {
  width: 100%;
}
.cid-t4dfsqSvGW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4iEwSorV6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t4iEwSorV6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t4iEwSorV6 .row {
  flex-direction: row-reverse;
}
.cid-t4iEwSorV6 img {
  width: 100%;
}
.cid-t4dd1vXhXX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t4iRQLCeYx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4iRQLCeYx nav.navbar {
  position: fixed;
}
.cid-t4iRQLCeYx .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-t4iRQLCeYx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4iRQLCeYx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4iRQLCeYx .dropdown-item:hover,
.cid-t4iRQLCeYx .dropdown-item:focus {
  background: #081647 !important;
  color: white !important;
}
.cid-t4iRQLCeYx .dropdown-item:hover span {
  color: white;
}
.cid-t4iRQLCeYx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4iRQLCeYx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4iRQLCeYx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4iRQLCeYx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4iRQLCeYx .nav-link {
  position: relative;
}
.cid-t4iRQLCeYx .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4iRQLCeYx .container {
    flex-wrap: nowrap;
  }
}
.cid-t4iRQLCeYx .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4iRQLCeYx .dropdown-menu,
.cid-t4iRQLCeYx .navbar.opened {
  background: #081647 !important;
}
.cid-t4iRQLCeYx .nav-item:focus,
.cid-t4iRQLCeYx .nav-link:focus {
  outline: none;
}
.cid-t4iRQLCeYx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4iRQLCeYx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4iRQLCeYx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4iRQLCeYx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4iRQLCeYx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4iRQLCeYx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4iRQLCeYx .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: #081647;
}
.cid-t4iRQLCeYx .navbar.opened {
  transition: all 0.3s;
}
.cid-t4iRQLCeYx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4iRQLCeYx .navbar .navbar-logo img {
  width: auto;
}
.cid-t4iRQLCeYx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4iRQLCeYx .navbar.collapsed {
  justify-content: center;
}
.cid-t4iRQLCeYx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4iRQLCeYx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4iRQLCeYx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4iRQLCeYx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4iRQLCeYx .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-t4iRQLCeYx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4iRQLCeYx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4iRQLCeYx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4iRQLCeYx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4iRQLCeYx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4iRQLCeYx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4iRQLCeYx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4iRQLCeYx .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-t4iRQLCeYx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4iRQLCeYx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4iRQLCeYx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4iRQLCeYx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4iRQLCeYx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4iRQLCeYx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4iRQLCeYx .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4iRQLCeYx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4iRQLCeYx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4iRQLCeYx .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-t4iRQLCeYx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4iRQLCeYx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4iRQLCeYx .dropdown-item.active,
.cid-t4iRQLCeYx .dropdown-item:active {
  background-color: transparent;
}
.cid-t4iRQLCeYx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4iRQLCeYx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4iRQLCeYx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4iRQLCeYx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081647;
}
.cid-t4iRQLCeYx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4iRQLCeYx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4iRQLCeYx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4iRQLCeYx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4iRQLCeYx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4iRQLCeYx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4iRQLCeYx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4iRQLCeYx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4iRQLCeYx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4iRQLCeYx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4iRQLCeYx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4iRQLCeYx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4iRQLCeYx .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-t4iRQLCeYx .navbar {
    height: 70px;
  }
  .cid-t4iRQLCeYx .navbar.opened {
    height: auto;
  }
  .cid-t4iRQLCeYx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4iMBnlXsQ {
  background-image: url("../../../assets/images/dscn1156-1500x1125.jpg");
}
.cid-t4iMBnlXsQ .mbr-section-title {
  color: #ffffff;
}
.cid-t4iMBnlXsQ .mbr-text,
.cid-t4iMBnlXsQ .mbr-section-btn {
  color: #ffffff;
}
.cid-t4iMBnEIOW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4iPKOH2iD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4iPKOH2iD img,
.cid-t4iPKOH2iD .item-img {
  width: 100%;
}
.cid-t4iPKOH2iD .item:focus,
.cid-t4iPKOH2iD span:focus {
  outline: none;
}
.cid-t4iPKOH2iD .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t4iPKOH2iD .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t4iPKOH2iD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t4iPKOH2iD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t4iPKOH2iD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t4iPKOH2iD .mbr-section-title {
  color: #232323;
}
.cid-t4iPKOH2iD .mbr-text,
.cid-t4iPKOH2iD .mbr-section-btn {
  text-align: left;
}
.cid-t4iPKOH2iD .item-title {
  text-align: left;
}
.cid-t4iPKOH2iD .item-subtitle {
  text-align: center;
}
.cid-t4RvstPXKZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4RvstPXKZ .video-wrapper iframe {
  width: 100%;
}
.cid-t4RvstPXKZ .mbr-section-title,
.cid-t4RvstPXKZ .mbr-section-subtitle,
.cid-t4RvstPXKZ .mbr-text {
  text-align: center;
}
.cid-t4WuuaHMiF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4WuuaHMiF .video-wrapper iframe {
  width: 100%;
}
.cid-t4WuuaHMiF .mbr-section-title,
.cid-t4WuuaHMiF .mbr-section-subtitle,
.cid-t4WuuaHMiF .mbr-text {
  text-align: center;
}
.cid-t4iQCk6G1l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4iQCk6G1l ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t4iQCk6G1l li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t4iQCk6G1l ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #081647;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t4iQCk6G1l H3 {
  color: #000000;
}
.cid-t4iQCk6G1l .list {
  color: #000000;
}
.cid-t4iRishObJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4iRishObJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t4iRishObJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t4iRishObJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #081647;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t4iRishObJ H3 {
  color: #000000;
}
.cid-t4iRishObJ .list {
  color: #000000;
}
.cid-t4R6Edcyto {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t4R6Edcyto ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-t4R6Edcyto li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-t4R6Edcyto ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #081647;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-t4R6Edcyto H3 {
  color: #000000;
}
.cid-t4R6Edcyto .list {
  color: #000000;
}
.cid-t4iMBoxHV2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t4R7yHCqk4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4R7yHCqk4 nav.navbar {
  position: fixed;
}
.cid-t4R7yHCqk4 .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-t4R7yHCqk4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4R7yHCqk4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4R7yHCqk4 .dropdown-item:hover,
.cid-t4R7yHCqk4 .dropdown-item:focus {
  background: #081647 !important;
  color: white !important;
}
.cid-t4R7yHCqk4 .dropdown-item:hover span {
  color: white;
}
.cid-t4R7yHCqk4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4R7yHCqk4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4R7yHCqk4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4R7yHCqk4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4R7yHCqk4 .nav-link {
  position: relative;
}
.cid-t4R7yHCqk4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4R7yHCqk4 .container {
    flex-wrap: nowrap;
  }
}
.cid-t4R7yHCqk4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4R7yHCqk4 .dropdown-menu,
.cid-t4R7yHCqk4 .navbar.opened {
  background: #081647 !important;
}
.cid-t4R7yHCqk4 .nav-item:focus,
.cid-t4R7yHCqk4 .nav-link:focus {
  outline: none;
}
.cid-t4R7yHCqk4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4R7yHCqk4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4R7yHCqk4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4R7yHCqk4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4R7yHCqk4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4R7yHCqk4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4R7yHCqk4 .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: #081647;
}
.cid-t4R7yHCqk4 .navbar.opened {
  transition: all 0.3s;
}
.cid-t4R7yHCqk4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4R7yHCqk4 .navbar .navbar-logo img {
  width: auto;
}
.cid-t4R7yHCqk4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4R7yHCqk4 .navbar.collapsed {
  justify-content: center;
}
.cid-t4R7yHCqk4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4R7yHCqk4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4R7yHCqk4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4R7yHCqk4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4R7yHCqk4 .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-t4R7yHCqk4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4R7yHCqk4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4R7yHCqk4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4R7yHCqk4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4R7yHCqk4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4R7yHCqk4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4R7yHCqk4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4R7yHCqk4 .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-t4R7yHCqk4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4R7yHCqk4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4R7yHCqk4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4R7yHCqk4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4R7yHCqk4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4R7yHCqk4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4R7yHCqk4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4R7yHCqk4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4R7yHCqk4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4R7yHCqk4 .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-t4R7yHCqk4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4R7yHCqk4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4R7yHCqk4 .dropdown-item.active,
.cid-t4R7yHCqk4 .dropdown-item:active {
  background-color: transparent;
}
.cid-t4R7yHCqk4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4R7yHCqk4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4R7yHCqk4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4R7yHCqk4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081647;
}
.cid-t4R7yHCqk4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4R7yHCqk4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4R7yHCqk4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4R7yHCqk4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4R7yHCqk4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4R7yHCqk4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t4R7yHCqk4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4R7yHCqk4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4R7yHCqk4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4R7yHCqk4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4R7yHCqk4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4R7yHCqk4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4R7yHCqk4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4R7yHCqk4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4R7yHCqk4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4R7yHCqk4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4R7yHCqk4 .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-t4R7yHCqk4 .navbar {
    height: 70px;
  }
  .cid-t4R7yHCqk4 .navbar.opened {
    height: auto;
  }
  .cid-t4R7yHCqk4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4R7yFu4Z1 {
  background-image: url("../../../assets/images/breykenshoeve-overzicht-1333x1000.jpg");
}
.cid-t4R7yFu4Z1 .mbr-section-title {
  color: #ffffff;
}
.cid-t4R7yFu4Z1 .mbr-text,
.cid-t4R7yFu4Z1 .mbr-section-btn {
  color: #ffffff;
}
.cid-t4R8K4mdYX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4R8K4mdYX .item {
  padding-bottom: 2rem;
}
.cid-t4R8K4mdYX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t4R8K4mdYX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t4R8K4mdYX .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-t4R8K4mdYX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t4R8K4mdYX .carousel-control,
.cid-t4R8K4mdYX .close {
  background: #1b1b1b;
}
.cid-t4R8K4mdYX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t4R8K4mdYX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t4R8K4mdYX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t4R8K4mdYX .carousel-control-next span {
  margin-left: 5px;
}
.cid-t4R8K4mdYX .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-t4R8K4mdYX .close::before {
  content: '\e91a';
}
.cid-t4R8K4mdYX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t4R8K4mdYX .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-t4R8K4mdYX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4R8K4mdYX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4R8K4mdYX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t4R8K4mdYX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t4R8K4mdYX .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-t4R8K4mdYX .carousel-indicators li.active,
.cid-t4R8K4mdYX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t4R8K4mdYX .carousel-indicators li::after,
.cid-t4R8K4mdYX .carousel-indicators li::before {
  content: none;
}
.cid-t4R8K4mdYX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4R8K4mdYX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t4R8K4mdYX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t4R8K4mdYX .carousel-indicators {
    display: none;
  }
}
.cid-t4R8K4mdYX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4R8K4mdYX .carousel-inner > .active {
  display: block;
}
.cid-t4R8K4mdYX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4R8K4mdYX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4R8K4mdYX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t4R8K4mdYX .carousel-control,
  .cid-t4R8K4mdYX .carousel-indicators,
  .cid-t4R8K4mdYX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t4R8K4mdYX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t4R8K4mdYX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t4R8K4mdYX .carousel-indicators .active,
.cid-t4R8K4mdYX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t4R8K4mdYX .carousel-indicators .active {
  background: #fff;
}
.cid-t4R8K4mdYX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t4R8K4mdYX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t4R8K4mdYX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4R8K4mdYX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t4R8K4mdYX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t4R8K4mdYX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t4R8K4mdYX .carousel {
  width: 100%;
}
.cid-t4R8K4mdYX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t4R8K4mdYX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t4R8K4mdYX .modal.fade .modal-dialog,
.cid-t4R8K4mdYX .modal.in .modal-dialog {
  transform: none;
}
.cid-t4R8K4mdYX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t4R8K4mdYX H6 {
  text-align: center;
}
.cid-t4R7yHmPL0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t4RbC97SZU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4RbC97SZU nav.navbar {
  position: fixed;
}
.cid-t4RbC97SZU .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-t4RbC97SZU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4RbC97SZU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4RbC97SZU .dropdown-item:hover,
.cid-t4RbC97SZU .dropdown-item:focus {
  background: #081647 !important;
  color: white !important;
}
.cid-t4RbC97SZU .dropdown-item:hover span {
  color: white;
}
.cid-t4RbC97SZU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4RbC97SZU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4RbC97SZU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4RbC97SZU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4RbC97SZU .nav-link {
  position: relative;
}
.cid-t4RbC97SZU .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4RbC97SZU .container {
    flex-wrap: nowrap;
  }
}
.cid-t4RbC97SZU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4RbC97SZU .dropdown-menu,
.cid-t4RbC97SZU .navbar.opened {
  background: #081647 !important;
}
.cid-t4RbC97SZU .nav-item:focus,
.cid-t4RbC97SZU .nav-link:focus {
  outline: none;
}
.cid-t4RbC97SZU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4RbC97SZU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4RbC97SZU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4RbC97SZU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4RbC97SZU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4RbC97SZU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4RbC97SZU .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: #081647;
}
.cid-t4RbC97SZU .navbar.opened {
  transition: all 0.3s;
}
.cid-t4RbC97SZU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4RbC97SZU .navbar .navbar-logo img {
  width: auto;
}
.cid-t4RbC97SZU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4RbC97SZU .navbar.collapsed {
  justify-content: center;
}
.cid-t4RbC97SZU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4RbC97SZU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4RbC97SZU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4RbC97SZU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4RbC97SZU .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-t4RbC97SZU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4RbC97SZU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4RbC97SZU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4RbC97SZU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4RbC97SZU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4RbC97SZU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4RbC97SZU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4RbC97SZU .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-t4RbC97SZU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4RbC97SZU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4RbC97SZU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4RbC97SZU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4RbC97SZU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4RbC97SZU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4RbC97SZU .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4RbC97SZU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4RbC97SZU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4RbC97SZU .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-t4RbC97SZU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4RbC97SZU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4RbC97SZU .dropdown-item.active,
.cid-t4RbC97SZU .dropdown-item:active {
  background-color: transparent;
}
.cid-t4RbC97SZU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4RbC97SZU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4RbC97SZU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4RbC97SZU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081647;
}
.cid-t4RbC97SZU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4RbC97SZU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4RbC97SZU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4RbC97SZU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4RbC97SZU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4RbC97SZU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t4RbC97SZU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4RbC97SZU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4RbC97SZU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4RbC97SZU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4RbC97SZU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4RbC97SZU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4RbC97SZU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4RbC97SZU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4RbC97SZU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4RbC97SZU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4RbC97SZU .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-t4RbC97SZU .navbar {
    height: 70px;
  }
  .cid-t4RbC97SZU .navbar.opened {
    height: auto;
  }
  .cid-t4RbC97SZU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4RbC4EBAT {
  background-image: url("../../../assets/images/pralines-1333x1000.jpg");
}
.cid-t4RbC4EBAT .mbr-section-title {
  color: #ffffff;
}
.cid-t4RbC4EBAT .mbr-text,
.cid-t4RbC4EBAT .mbr-section-btn {
  color: #ffffff;
}
.cid-t4RbC5i0Aj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4RbC5i0Aj .item {
  padding-bottom: 2rem;
}
.cid-t4RbC5i0Aj .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t4RbC5i0Aj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t4RbC5i0Aj .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-t4RbC5i0Aj .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t4RbC5i0Aj .carousel-control,
.cid-t4RbC5i0Aj .close {
  background: #1b1b1b;
}
.cid-t4RbC5i0Aj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t4RbC5i0Aj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t4RbC5i0Aj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t4RbC5i0Aj .carousel-control-next span {
  margin-left: 5px;
}
.cid-t4RbC5i0Aj .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-t4RbC5i0Aj .close::before {
  content: '\e91a';
}
.cid-t4RbC5i0Aj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t4RbC5i0Aj .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-t4RbC5i0Aj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4RbC5i0Aj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4RbC5i0Aj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t4RbC5i0Aj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t4RbC5i0Aj .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-t4RbC5i0Aj .carousel-indicators li.active,
.cid-t4RbC5i0Aj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t4RbC5i0Aj .carousel-indicators li::after,
.cid-t4RbC5i0Aj .carousel-indicators li::before {
  content: none;
}
.cid-t4RbC5i0Aj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4RbC5i0Aj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t4RbC5i0Aj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t4RbC5i0Aj .carousel-indicators {
    display: none;
  }
}
.cid-t4RbC5i0Aj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4RbC5i0Aj .carousel-inner > .active {
  display: block;
}
.cid-t4RbC5i0Aj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4RbC5i0Aj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4RbC5i0Aj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t4RbC5i0Aj .carousel-control,
  .cid-t4RbC5i0Aj .carousel-indicators,
  .cid-t4RbC5i0Aj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t4RbC5i0Aj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t4RbC5i0Aj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t4RbC5i0Aj .carousel-indicators .active,
.cid-t4RbC5i0Aj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t4RbC5i0Aj .carousel-indicators .active {
  background: #fff;
}
.cid-t4RbC5i0Aj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t4RbC5i0Aj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t4RbC5i0Aj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4RbC5i0Aj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t4RbC5i0Aj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t4RbC5i0Aj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t4RbC5i0Aj .carousel {
  width: 100%;
}
.cid-t4RbC5i0Aj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t4RbC5i0Aj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t4RbC5i0Aj .modal.fade .modal-dialog,
.cid-t4RbC5i0Aj .modal.in .modal-dialog {
  transform: none;
}
.cid-t4RbC5i0Aj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t4RbC5i0Aj H6 {
  text-align: center;
}
.cid-t4RbC8MRJG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t4RhU3GErB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t4RhU3GErB nav.navbar {
  position: fixed;
}
.cid-t4RhU3GErB .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-t4RhU3GErB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t4RhU3GErB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t4RhU3GErB .dropdown-item:hover,
.cid-t4RhU3GErB .dropdown-item:focus {
  background: #081647 !important;
  color: white !important;
}
.cid-t4RhU3GErB .dropdown-item:hover span {
  color: white;
}
.cid-t4RhU3GErB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t4RhU3GErB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t4RhU3GErB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t4RhU3GErB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t4RhU3GErB .nav-link {
  position: relative;
}
.cid-t4RhU3GErB .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t4RhU3GErB .container {
    flex-wrap: nowrap;
  }
}
.cid-t4RhU3GErB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t4RhU3GErB .dropdown-menu,
.cid-t4RhU3GErB .navbar.opened {
  background: #081647 !important;
}
.cid-t4RhU3GErB .nav-item:focus,
.cid-t4RhU3GErB .nav-link:focus {
  outline: none;
}
.cid-t4RhU3GErB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t4RhU3GErB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t4RhU3GErB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t4RhU3GErB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t4RhU3GErB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t4RhU3GErB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t4RhU3GErB .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: #081647;
}
.cid-t4RhU3GErB .navbar.opened {
  transition: all 0.3s;
}
.cid-t4RhU3GErB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t4RhU3GErB .navbar .navbar-logo img {
  width: auto;
}
.cid-t4RhU3GErB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t4RhU3GErB .navbar.collapsed {
  justify-content: center;
}
.cid-t4RhU3GErB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t4RhU3GErB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t4RhU3GErB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t4RhU3GErB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t4RhU3GErB .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-t4RhU3GErB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t4RhU3GErB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t4RhU3GErB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t4RhU3GErB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t4RhU3GErB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t4RhU3GErB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t4RhU3GErB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t4RhU3GErB .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-t4RhU3GErB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t4RhU3GErB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t4RhU3GErB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t4RhU3GErB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t4RhU3GErB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t4RhU3GErB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t4RhU3GErB .navbar.navbar-short {
  min-height: 60px;
}
.cid-t4RhU3GErB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t4RhU3GErB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t4RhU3GErB .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-t4RhU3GErB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t4RhU3GErB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t4RhU3GErB .dropdown-item.active,
.cid-t4RhU3GErB .dropdown-item:active {
  background-color: transparent;
}
.cid-t4RhU3GErB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t4RhU3GErB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t4RhU3GErB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t4RhU3GErB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081647;
}
.cid-t4RhU3GErB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t4RhU3GErB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t4RhU3GErB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t4RhU3GErB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t4RhU3GErB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t4RhU3GErB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t4RhU3GErB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t4RhU3GErB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4RhU3GErB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t4RhU3GErB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t4RhU3GErB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4RhU3GErB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t4RhU3GErB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t4RhU3GErB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t4RhU3GErB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t4RhU3GErB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t4RhU3GErB .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-t4RhU3GErB .navbar {
    height: 70px;
  }
  .cid-t4RhU3GErB .navbar.opened {
    height: auto;
  }
  .cid-t4RhU3GErB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t4RhU2j5jl {
  background-image: url("../../../assets/images/img-20220503-wa0037-1080x1919.jpg");
}
.cid-t4RhU2j5jl .mbr-section-title {
  color: #ffffff;
}
.cid-t4RhU2j5jl .mbr-text,
.cid-t4RhU2j5jl .mbr-section-btn {
  color: #ffffff;
}
.cid-t4RhU2RE1j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4RhU2RE1j .item {
  padding-bottom: 2rem;
}
.cid-t4RhU2RE1j .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t4RhU2RE1j .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t4RhU2RE1j .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-t4RhU2RE1j .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t4RhU2RE1j .carousel-control,
.cid-t4RhU2RE1j .close {
  background: #1b1b1b;
}
.cid-t4RhU2RE1j .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t4RhU2RE1j .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t4RhU2RE1j .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t4RhU2RE1j .carousel-control-next span {
  margin-left: 5px;
}
.cid-t4RhU2RE1j .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-t4RhU2RE1j .close::before {
  content: '\e91a';
}
.cid-t4RhU2RE1j .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t4RhU2RE1j .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-t4RhU2RE1j .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4RhU2RE1j .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4RhU2RE1j .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t4RhU2RE1j .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t4RhU2RE1j .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-t4RhU2RE1j .carousel-indicators li.active,
.cid-t4RhU2RE1j .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t4RhU2RE1j .carousel-indicators li::after,
.cid-t4RhU2RE1j .carousel-indicators li::before {
  content: none;
}
.cid-t4RhU2RE1j .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4RhU2RE1j .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t4RhU2RE1j .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t4RhU2RE1j .carousel-indicators {
    display: none;
  }
}
.cid-t4RhU2RE1j .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4RhU2RE1j .carousel-inner > .active {
  display: block;
}
.cid-t4RhU2RE1j .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4RhU2RE1j .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4RhU2RE1j .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t4RhU2RE1j .carousel-control,
  .cid-t4RhU2RE1j .carousel-indicators,
  .cid-t4RhU2RE1j .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t4RhU2RE1j .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t4RhU2RE1j .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t4RhU2RE1j .carousel-indicators .active,
.cid-t4RhU2RE1j .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t4RhU2RE1j .carousel-indicators .active {
  background: #fff;
}
.cid-t4RhU2RE1j .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t4RhU2RE1j .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t4RhU2RE1j .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4RhU2RE1j .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t4RhU2RE1j .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t4RhU2RE1j .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t4RhU2RE1j .carousel {
  width: 100%;
}
.cid-t4RhU2RE1j .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t4RhU2RE1j .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t4RhU2RE1j .modal.fade .modal-dialog,
.cid-t4RhU2RE1j .modal.in .modal-dialog {
  transform: none;
}
.cid-t4RhU2RE1j .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t4RhU2RE1j H6 {
  text-align: center;
}
.cid-t4RjvYfbPp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081647;
}
.cid-t4RjvYfbPp .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-t4RjvYfbPp .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4RjvYfbPp .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4RjvYfbPp .card-wrapper {
    padding: 4rem;
  }
}
.cid-t4RjRMiIbg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4RjRMiIbg .item {
  padding-bottom: 2rem;
}
.cid-t4RjRMiIbg .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t4RjRMiIbg .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t4RjRMiIbg .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-t4RjRMiIbg .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t4RjRMiIbg .carousel-control,
.cid-t4RjRMiIbg .close {
  background: #1b1b1b;
}
.cid-t4RjRMiIbg .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t4RjRMiIbg .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t4RjRMiIbg .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t4RjRMiIbg .carousel-control-next span {
  margin-left: 5px;
}
.cid-t4RjRMiIbg .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-t4RjRMiIbg .close::before {
  content: '\e91a';
}
.cid-t4RjRMiIbg .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t4RjRMiIbg .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-t4RjRMiIbg .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4RjRMiIbg .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t4RjRMiIbg .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t4RjRMiIbg .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t4RjRMiIbg .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-t4RjRMiIbg .carousel-indicators li.active,
.cid-t4RjRMiIbg .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t4RjRMiIbg .carousel-indicators li::after,
.cid-t4RjRMiIbg .carousel-indicators li::before {
  content: none;
}
.cid-t4RjRMiIbg .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t4RjRMiIbg .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t4RjRMiIbg .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t4RjRMiIbg .carousel-indicators {
    display: none;
  }
}
.cid-t4RjRMiIbg .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t4RjRMiIbg .carousel-inner > .active {
  display: block;
}
.cid-t4RjRMiIbg .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t4RjRMiIbg .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t4RjRMiIbg .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t4RjRMiIbg .carousel-control,
  .cid-t4RjRMiIbg .carousel-indicators,
  .cid-t4RjRMiIbg .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t4RjRMiIbg .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t4RjRMiIbg .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t4RjRMiIbg .carousel-indicators .active,
.cid-t4RjRMiIbg .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t4RjRMiIbg .carousel-indicators .active {
  background: #fff;
}
.cid-t4RjRMiIbg .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t4RjRMiIbg .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t4RjRMiIbg .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t4RjRMiIbg .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t4RjRMiIbg .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t4RjRMiIbg .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t4RjRMiIbg .carousel {
  width: 100%;
}
.cid-t4RjRMiIbg .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t4RjRMiIbg .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t4RjRMiIbg .modal.fade .modal-dialog,
.cid-t4RjRMiIbg .modal.in .modal-dialog {
  transform: none;
}
.cid-t4RjRMiIbg .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t4RjRMiIbg H6 {
  text-align: center;
}
.cid-t4RkkRNLJu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081647;
}
.cid-t4RkkRNLJu .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-t4RkkRNLJu .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4RkkRNLJu .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4RkkRNLJu .card-wrapper {
    padding: 4rem;
  }
}
.cid-t4Rm4VrkY1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4Rm4VrkY1 .video-wrapper iframe {
  width: 100%;
}
.cid-t4Rm4VrkY1 .mbr-section-title,
.cid-t4Rm4VrkY1 .mbr-section-subtitle,
.cid-t4Rm4VrkY1 .mbr-text {
  text-align: center;
}
.cid-t4RmMdeLMg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4RmMdeLMg .video-wrapper iframe {
  width: 100%;
}
.cid-t4RmMdeLMg .mbr-section-title,
.cid-t4RmMdeLMg .mbr-section-subtitle,
.cid-t4RmMdeLMg .mbr-text {
  text-align: center;
}
.cid-t4RmN32lvM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4RmN32lvM .video-wrapper iframe {
  width: 100%;
}
.cid-t4RmN32lvM .mbr-section-title,
.cid-t4RmN32lvM .mbr-section-subtitle,
.cid-t4RmN32lvM .mbr-text {
  text-align: center;
}
.cid-t4RvN5OjEW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4RvN5OjEW .video-wrapper iframe {
  width: 100%;
}
.cid-t4RvN5OjEW .mbr-section-title,
.cid-t4RvN5OjEW .mbr-section-subtitle,
.cid-t4RvN5OjEW .mbr-text {
  text-align: center;
}
.cid-t4Rna6Dksi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4Rna6Dksi .video-wrapper iframe {
  width: 100%;
}
.cid-t4Rna6Dksi .mbr-section-title,
.cid-t4Rna6Dksi .mbr-section-subtitle,
.cid-t4Rna6Dksi .mbr-text {
  text-align: center;
}
.cid-t4Rnpg2wJS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081647;
}
.cid-t4Rnpg2wJS .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-t4Rnpg2wJS .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t4Rnpg2wJS .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t4Rnpg2wJS .card-wrapper {
    padding: 4rem;
  }
}
.cid-t4RnxoxjOA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4RnxoxjOA .video-wrapper iframe {
  width: 100%;
}
.cid-t4RnxoxjOA .mbr-section-title,
.cid-t4RnxoxjOA .mbr-section-subtitle,
.cid-t4RnxoxjOA .mbr-text {
  text-align: center;
}
.cid-t4RnNOB15k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4RnNOB15k .video-wrapper iframe {
  width: 100%;
}
.cid-t4RnNOB15k .mbr-section-title,
.cid-t4RnNOB15k .mbr-section-subtitle,
.cid-t4RnNOB15k .mbr-text {
  text-align: center;
}
.cid-t4RnYrwq03 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t4RnYrwq03 .video-wrapper iframe {
  width: 100%;
}
.cid-t4RnYrwq03 .mbr-section-title,
.cid-t4RnYrwq03 .mbr-section-subtitle,
.cid-t4RnYrwq03 .mbr-text {
  text-align: center;
}
.cid-t4RhU3ocxE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-t5Z6wUTlsw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t5Z6wUTlsw nav.navbar {
  position: fixed;
}
.cid-t5Z6wUTlsw .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-t5Z6wUTlsw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t5Z6wUTlsw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t5Z6wUTlsw .dropdown-item:hover,
.cid-t5Z6wUTlsw .dropdown-item:focus {
  background: #081647 !important;
  color: white !important;
}
.cid-t5Z6wUTlsw .dropdown-item:hover span {
  color: white;
}
.cid-t5Z6wUTlsw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t5Z6wUTlsw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t5Z6wUTlsw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t5Z6wUTlsw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t5Z6wUTlsw .nav-link {
  position: relative;
}
.cid-t5Z6wUTlsw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t5Z6wUTlsw .container {
    flex-wrap: nowrap;
  }
}
.cid-t5Z6wUTlsw .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t5Z6wUTlsw .dropdown-menu,
.cid-t5Z6wUTlsw .navbar.opened {
  background: #081647 !important;
}
.cid-t5Z6wUTlsw .nav-item:focus,
.cid-t5Z6wUTlsw .nav-link:focus {
  outline: none;
}
.cid-t5Z6wUTlsw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t5Z6wUTlsw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t5Z6wUTlsw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t5Z6wUTlsw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t5Z6wUTlsw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t5Z6wUTlsw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t5Z6wUTlsw .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: #081647;
}
.cid-t5Z6wUTlsw .navbar.opened {
  transition: all 0.3s;
}
.cid-t5Z6wUTlsw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t5Z6wUTlsw .navbar .navbar-logo img {
  width: auto;
}
.cid-t5Z6wUTlsw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t5Z6wUTlsw .navbar.collapsed {
  justify-content: center;
}
.cid-t5Z6wUTlsw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t5Z6wUTlsw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t5Z6wUTlsw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t5Z6wUTlsw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t5Z6wUTlsw .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-t5Z6wUTlsw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t5Z6wUTlsw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t5Z6wUTlsw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t5Z6wUTlsw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t5Z6wUTlsw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t5Z6wUTlsw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t5Z6wUTlsw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t5Z6wUTlsw .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-t5Z6wUTlsw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t5Z6wUTlsw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t5Z6wUTlsw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t5Z6wUTlsw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t5Z6wUTlsw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t5Z6wUTlsw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t5Z6wUTlsw .navbar.navbar-short {
  min-height: 60px;
}
.cid-t5Z6wUTlsw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t5Z6wUTlsw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t5Z6wUTlsw .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-t5Z6wUTlsw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t5Z6wUTlsw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t5Z6wUTlsw .dropdown-item.active,
.cid-t5Z6wUTlsw .dropdown-item:active {
  background-color: transparent;
}
.cid-t5Z6wUTlsw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t5Z6wUTlsw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t5Z6wUTlsw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t5Z6wUTlsw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081647;
}
.cid-t5Z6wUTlsw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t5Z6wUTlsw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t5Z6wUTlsw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t5Z6wUTlsw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t5Z6wUTlsw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t5Z6wUTlsw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t5Z6wUTlsw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t5Z6wUTlsw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5Z6wUTlsw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t5Z6wUTlsw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t5Z6wUTlsw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5Z6wUTlsw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t5Z6wUTlsw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t5Z6wUTlsw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t5Z6wUTlsw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t5Z6wUTlsw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t5Z6wUTlsw .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-t5Z6wUTlsw .navbar {
    height: 70px;
  }
  .cid-t5Z6wUTlsw .navbar.opened {
    height: auto;
  }
  .cid-t5Z6wUTlsw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t5Z6wOMDiY {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t5Z6wOMDiY .item {
  padding-bottom: 2rem;
}
.cid-t5Z6wOMDiY .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-t5Z6wOMDiY .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-t5Z6wOMDiY .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-t5Z6wOMDiY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-t5Z6wOMDiY .carousel-control,
.cid-t5Z6wOMDiY .close {
  background: #1b1b1b;
}
.cid-t5Z6wOMDiY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-t5Z6wOMDiY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-t5Z6wOMDiY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-t5Z6wOMDiY .carousel-control-next span {
  margin-left: 5px;
}
.cid-t5Z6wOMDiY .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-t5Z6wOMDiY .close::before {
  content: '\e91a';
}
.cid-t5Z6wOMDiY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-t5Z6wOMDiY .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-t5Z6wOMDiY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5Z6wOMDiY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t5Z6wOMDiY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t5Z6wOMDiY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-t5Z6wOMDiY .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-t5Z6wOMDiY .carousel-indicators li.active,
.cid-t5Z6wOMDiY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t5Z6wOMDiY .carousel-indicators li::after,
.cid-t5Z6wOMDiY .carousel-indicators li::before {
  content: none;
}
.cid-t5Z6wOMDiY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t5Z6wOMDiY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-t5Z6wOMDiY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t5Z6wOMDiY .carousel-indicators {
    display: none;
  }
}
.cid-t5Z6wOMDiY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-t5Z6wOMDiY .carousel-inner > .active {
  display: block;
}
.cid-t5Z6wOMDiY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t5Z6wOMDiY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t5Z6wOMDiY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-t5Z6wOMDiY .carousel-control,
  .cid-t5Z6wOMDiY .carousel-indicators,
  .cid-t5Z6wOMDiY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-t5Z6wOMDiY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-t5Z6wOMDiY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-t5Z6wOMDiY .carousel-indicators .active,
.cid-t5Z6wOMDiY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-t5Z6wOMDiY .carousel-indicators .active {
  background: #fff;
}
.cid-t5Z6wOMDiY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-t5Z6wOMDiY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-t5Z6wOMDiY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t5Z6wOMDiY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-t5Z6wOMDiY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-t5Z6wOMDiY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-t5Z6wOMDiY .carousel {
  width: 100%;
}
.cid-t5Z6wOMDiY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-t5Z6wOMDiY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-t5Z6wOMDiY .modal.fade .modal-dialog,
.cid-t5Z6wOMDiY .modal.in .modal-dialog {
  transform: none;
}
.cid-t5Z6wOMDiY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-t5Z6wOMDiY H6 {
  text-align: center;
}
.cid-taBiM7nswn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-taBiM7nswn img,
.cid-taBiM7nswn .item-img {
  width: 100%;
}
.cid-taBiM7nswn .item:focus,
.cid-taBiM7nswn span:focus {
  outline: none;
}
.cid-taBiM7nswn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-taBiM7nswn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-taBiM7nswn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-taBiM7nswn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-taBiM7nswn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-taBiM7nswn .mbr-section-title {
  color: #232323;
}
.cid-taBiM7nswn .mbr-text,
.cid-taBiM7nswn .mbr-section-btn {
  text-align: center;
}
.cid-taBiM7nswn .item-title {
  text-align: left;
}
.cid-taBiM7nswn .item-subtitle {
  text-align: center;
}
.cid-t5Z6wUvW97 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-toAGTv4RY4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-toAGTv4RY4 nav.navbar {
  position: fixed;
}
.cid-toAGTv4RY4 .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-toAGTv4RY4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-toAGTv4RY4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-toAGTv4RY4 .dropdown-item:hover,
.cid-toAGTv4RY4 .dropdown-item:focus {
  background: #081647 !important;
  color: white !important;
}
.cid-toAGTv4RY4 .dropdown-item:hover span {
  color: white;
}
.cid-toAGTv4RY4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-toAGTv4RY4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-toAGTv4RY4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-toAGTv4RY4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-toAGTv4RY4 .nav-link {
  position: relative;
}
.cid-toAGTv4RY4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-toAGTv4RY4 .container {
    flex-wrap: nowrap;
  }
}
.cid-toAGTv4RY4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-toAGTv4RY4 .dropdown-menu,
.cid-toAGTv4RY4 .navbar.opened {
  background: #081647 !important;
}
.cid-toAGTv4RY4 .nav-item:focus,
.cid-toAGTv4RY4 .nav-link:focus {
  outline: none;
}
.cid-toAGTv4RY4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-toAGTv4RY4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-toAGTv4RY4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-toAGTv4RY4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-toAGTv4RY4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-toAGTv4RY4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-toAGTv4RY4 .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: #081647;
}
.cid-toAGTv4RY4 .navbar.opened {
  transition: all 0.3s;
}
.cid-toAGTv4RY4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-toAGTv4RY4 .navbar .navbar-logo img {
  width: auto;
}
.cid-toAGTv4RY4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-toAGTv4RY4 .navbar.collapsed {
  justify-content: center;
}
.cid-toAGTv4RY4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-toAGTv4RY4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-toAGTv4RY4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toAGTv4RY4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toAGTv4RY4 .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-toAGTv4RY4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toAGTv4RY4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-toAGTv4RY4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-toAGTv4RY4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-toAGTv4RY4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toAGTv4RY4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toAGTv4RY4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toAGTv4RY4 .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-toAGTv4RY4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-toAGTv4RY4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toAGTv4RY4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-toAGTv4RY4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-toAGTv4RY4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-toAGTv4RY4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-toAGTv4RY4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-toAGTv4RY4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-toAGTv4RY4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-toAGTv4RY4 .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-toAGTv4RY4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-toAGTv4RY4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toAGTv4RY4 .dropdown-item.active,
.cid-toAGTv4RY4 .dropdown-item:active {
  background-color: transparent;
}
.cid-toAGTv4RY4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toAGTv4RY4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toAGTv4RY4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toAGTv4RY4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #081647;
}
.cid-toAGTv4RY4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-toAGTv4RY4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toAGTv4RY4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-toAGTv4RY4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-toAGTv4RY4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-toAGTv4RY4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-toAGTv4RY4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-toAGTv4RY4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toAGTv4RY4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-toAGTv4RY4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-toAGTv4RY4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toAGTv4RY4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-toAGTv4RY4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-toAGTv4RY4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-toAGTv4RY4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-toAGTv4RY4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-toAGTv4RY4 .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-toAGTv4RY4 .navbar {
    height: 70px;
  }
  .cid-toAGTv4RY4 .navbar.opened {
    height: auto;
  }
  .cid-toAGTv4RY4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-toAH8rhAfX {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #081647;
}
.cid-toAH8rhAfX .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-toAH8rhAfX .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-toAH8rhAfX .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-toAH8rhAfX .card-wrapper {
    padding: 4rem;
  }
}
.cid-toALNqDBQv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #081647;
}
.cid-toALNqDBQv img,
.cid-toALNqDBQv .item-img {
  width: 100%;
}
.cid-toALNqDBQv .item:focus,
.cid-toALNqDBQv span:focus {
  outline: none;
}
.cid-toALNqDBQv .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-toALNqDBQv .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-toALNqDBQv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-toALNqDBQv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-toALNqDBQv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-toALNqDBQv .mbr-section-title {
  color: #000000;
}
.cid-toALNqDBQv .mbr-text,
.cid-toALNqDBQv .mbr-section-btn {
  text-align: center;
}
.cid-toALNqDBQv .item-title {
  text-align: left;
}
.cid-toALNqDBQv .item-subtitle {
  text-align: left;
}
.cid-uuGJ70QEcp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #081647;
}
.cid-uuGJ70QEcp .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uuGJ70QEcp .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uuGJ70QEcp .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uuGJ70QEcp .card-wrapper {
    padding: 4rem;
  }
}
.cid-uuGJ70QEcp .mbr-text,
.cid-uuGJ70QEcp .mbr-section-btn {
  color: #c90a0a;
}
.cid-toAGTuKfwD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
