body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Bellota Text', display;
  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: #4d6d9a !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: #4d6d9a !important;
  border-color: #4d6d9a !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: #304460 !important;
  border-color: #304460 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #304460 !important;
  border-color: #304460 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #edb5bf !important;
  border-color: #edb5bf !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: #dc6f83 !important;
  border-color: #dc6f83 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #dc6f83 !important;
  border-color: #dc6f83 !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: #4d6d9a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #304460 !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: #4d6d9a !important;
  border-color: #4d6d9a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #edb5bf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc6f83 !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: #edb5bf !important;
  border-color: #edb5bf !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: #4d6d9a !important;
}
.text-secondary {
  color: #edb5bf !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: #2b3d56 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d96378 !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: #4d6d9a;
}
.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: #4d6d9a;
  border-color: #4d6d9a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #4d6d9a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #9aafcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Bellota Text', display;
  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: #4d6d9a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Bellota Text', display;
  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: #4d6d9a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4d6d9a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4d6d9a;
}
.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: #4d6d9a;
  border-bottom-color: #4d6d9a;
}
.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: #4d6d9a !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: #edb5bf !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='%234d6d9a' %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;
}
.cid-sFGMsvHDIa {
  z-index: 1000;
  width: 100%;
}
.cid-sFGMsvHDIa nav.navbar {
  position: fixed;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGMsvHDIa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGMsvHDIa .dropdown-item:hover,
.cid-sFGMsvHDIa .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-sFGMsvHDIa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGMsvHDIa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGMsvHDIa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGMsvHDIa .nav-link {
  position: relative;
}
.cid-sFGMsvHDIa .container {
  display: flex;
  margin: auto;
}
.cid-sFGMsvHDIa .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown-menu,
.cid-sFGMsvHDIa .navbar.opened {
  background: #5f6366 !important;
}
.cid-sFGMsvHDIa .nav-item:focus,
.cid-sFGMsvHDIa .nav-link:focus {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGMsvHDIa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGMsvHDIa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGMsvHDIa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGMsvHDIa .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-sFGMsvHDIa .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGMsvHDIa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGMsvHDIa .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGMsvHDIa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGMsvHDIa .navbar.collapsed {
  justify-content: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGMsvHDIa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFGMsvHDIa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGMsvHDIa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGMsvHDIa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGMsvHDIa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGMsvHDIa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGMsvHDIa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGMsvHDIa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGMsvHDIa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGMsvHDIa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGMsvHDIa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGMsvHDIa .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGMsvHDIa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGMsvHDIa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGMsvHDIa .dropdown-item.active,
.cid-sFGMsvHDIa .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGMsvHDIa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGMsvHDIa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-sFGMsvHDIa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGMsvHDIa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGMsvHDIa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGMsvHDIa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGMsvHDIa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGMsvHDIa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGMsvHDIa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGMsvHDIa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFGMsvHDIa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGMsvHDIa .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-sFGMsvHDIa .navbar {
    height: 70px;
  }
  .cid-sFGMsvHDIa .navbar.opened {
    height: auto;
  }
  .cid-sFGMsvHDIa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFGMfPD7iT {
  padding-top: 17rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/landing-background2.webp");
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tVRBgPXTnF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tVRBgPXTnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVRBgPXTnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVRBgPXTnF .mbr-text {
  color: #767676;
}
.cid-tVRBgPXTnF .mbr-section-subtitle {
  color: #767676;
}
.cid-tVRBgPXTnF .title .num {
  width: 100%;
  display: block;
}
.cid-tVRBgPXTnF .title .card-title {
  z-index: 1;
}
.cid-tVRBgPXTnF .num {
  color: #4479d9;
}
@media (max-width: 767px) {
  .cid-tVRBgPXTnF * {
    text-align: center !important;
  }
  .cid-tVRBgPXTnF .content-column {
    margin-bottom: 2rem;
  }
}
.cid-sFGNHRkFsi {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #eafddd;
}
.cid-sFGNHRkFsi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sFGNHRkFsi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFGNHRkFsi .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-ukzCCmtmwP {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ukzCCmtmwP .item:focus,
.cid-ukzCCmtmwP span:focus {
  outline: none;
}
.cid-ukzCCmtmwP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ukzCCmtmwP .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukzCCmtmwP .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ukzCCmtmwP .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukzCCmtmwP .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukzCCmtmwP .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukzCCmtmwP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukzCCmtmwP .mbr-section-title {
  color: #232323;
}
.cid-ukzCCmtmwP .mbr-text,
.cid-ukzCCmtmwP .mbr-section-btn {
  text-align: left;
}
.cid-ukzCCmtmwP .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-ukzCCmtmwP .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-ukzEjDNc8R {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ukzEjDNc8R .item:focus,
.cid-ukzEjDNc8R span:focus {
  outline: none;
}
.cid-ukzEjDNc8R .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ukzEjDNc8R .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukzEjDNc8R .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-ukzEjDNc8R .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukzEjDNc8R .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-ukzEjDNc8R .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-ukzEjDNc8R .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukzEjDNc8R .mbr-section-title {
  color: #232323;
}
.cid-ukzEjDNc8R .mbr-text,
.cid-ukzEjDNc8R .mbr-section-btn {
  text-align: left;
}
.cid-ukzEjDNc8R .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-ukzEjDNc8R .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uPdTh2kcNS {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uPdTh2kcNS img,
.cid-uPdTh2kcNS .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uPdTh2kcNS .item:focus,
.cid-uPdTh2kcNS span:focus {
  outline: none;
}
.cid-uPdTh2kcNS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uPdTh2kcNS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uPdTh2kcNS .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uPdTh2kcNS .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPdTh2kcNS .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uPdTh2kcNS .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uPdTh2kcNS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPdTh2kcNS .mbr-section-title {
  color: #232323;
}
.cid-uPdTh2kcNS .mbr-text,
.cid-uPdTh2kcNS .mbr-section-btn {
  text-align: left;
}
.cid-uPdTh2kcNS .item-title {
  text-align: left;
  color: #4479d9;
}
.cid-uPdTh2kcNS .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-uPdPpOqb7O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fee4fa;
}
.cid-uPdPpOqb7O img,
.cid-uPdPpOqb7O .item-img {
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uPdPpOqb7O .item:focus,
.cid-uPdPpOqb7O span:focus {
  outline: none;
}
.cid-uPdPpOqb7O .item-wrapper {
  position: relative;
}
.cid-uPdPpOqb7O .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uPdPpOqb7O .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPdPpOqb7O .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uPdPpOqb7O .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uPdPpOqb7O .mbr-section-title {
  color: #232323;
}
.cid-uPdPpOqb7O .mbr-text,
.cid-uPdPpOqb7O .mbr-section-btn {
  text-align: center;
}
.cid-uPdPpOqb7O .item-title {
  text-align: center;
}
.cid-uPdPpOqb7O .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uPdPpOqb7O .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uPdPpOqb7O .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uPdPpOqb7O .embla__button--next,
.cid-uPdPpOqb7O .embla__button--prev {
  display: flex;
}
.cid-uPdPpOqb7O .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uPdPpOqb7O .embla__button {
    display: none;
  }
}
.cid-uPdPpOqb7O .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uPdPpOqb7O .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uPdPpOqb7O .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uPdPpOqb7O .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uPdPpOqb7O .embla__button {
    top: auto;
  }
}
.cid-uPdPpOqb7O .embla {
  position: relative;
  width: 100%;
}
.cid-uPdPpOqb7O .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uPdPpOqb7O .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uPdPpOqb7O .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uPdPpOqb7O .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uanU5lil5J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffbec;
}
.cid-uanU5lil5J img,
.cid-uanU5lil5J .item-img {
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uanU5lil5J .item:focus,
.cid-uanU5lil5J span:focus {
  outline: none;
}
.cid-uanU5lil5J .item-wrapper {
  position: relative;
}
.cid-uanU5lil5J .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uanU5lil5J .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uanU5lil5J .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uanU5lil5J .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uanU5lil5J .mbr-section-title {
  color: #232323;
}
.cid-uanU5lil5J .mbr-text,
.cid-uanU5lil5J .mbr-section-btn {
  text-align: center;
}
.cid-uanU5lil5J .item-title {
  text-align: center;
}
.cid-uanU5lil5J .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uanU5lil5J .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uanU5lil5J .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uanU5lil5J .embla__button--next,
.cid-uanU5lil5J .embla__button--prev {
  display: flex;
}
.cid-uanU5lil5J .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uanU5lil5J .embla__button {
    display: none;
  }
}
.cid-uanU5lil5J .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uanU5lil5J .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uanU5lil5J .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uanU5lil5J .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uanU5lil5J .embla__button {
    top: auto;
  }
}
.cid-uanU5lil5J .embla {
  position: relative;
  width: 100%;
}
.cid-uanU5lil5J .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uanU5lil5J .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uanU5lil5J .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uanU5lil5J .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-sFGOTvnvck {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e6f5f7;
}
.cid-sFGOTvnvck .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sFGOTvnvck .card {
    margin-bottom: 2rem!important;
  }
  .cid-sFGOTvnvck .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGOTvnvck .link-wrap {
    align-items: center;
  }
}
.cid-sFGOTvnvck .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukA2IDUAut {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eafddd;
}
.cid-sFGNGNNW5A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #001d50;
}
.cid-sFGNGNNW5A img,
.cid-sFGNGNNW5A .item-img {
  width: 100%;
}
.cid-sFGNGNNW5A .item:focus,
.cid-sFGNGNNW5A span:focus {
  outline: none;
}
.cid-sFGNGNNW5A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFGNGNNW5A .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-sFGNGNNW5A .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGNGNNW5A .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-sFGNGNNW5A .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-sFGNGNNW5A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFGNGNNW5A .mbr-section-title {
  color: #ffffff;
}
.cid-sFGNGNNW5A .mbr-text,
.cid-sFGNGNNW5A .mbr-section-btn {
  text-align: left;
  color: #5f6366;
}
.cid-sFGNGNNW5A .item-title {
  text-align: left;
}
.cid-sFGNGNNW5A .item-subtitle {
  text-align: left;
}
.cid-tG1i2YsZ4M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tG1i2YsZ4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG1i2YsZ4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG1i2YsZ4M .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4d6d9a;
  margin-left: 1rem;
}
.cid-tG1i2YsZ4M .panel-group {
  border: none;
}
.cid-tG1i2YsZ4M .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tG1i2YsZ4M .panel-body,
.cid-tG1i2YsZ4M .card-header {
  padding: 1rem 0;
}
.cid-tG1i2YsZ4M .panel-title-edit {
  color: #000000;
}
.cid-tG1i2YsZ4M .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tBRsaCLhGO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBRsaCLhGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBRsaCLhGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBRsaCLhGO .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tBRsaCLhGO .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBRsaCLhGO .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBRsaCLhGO .card-wrapper {
    padding: 4rem;
  }
}
.cid-tBRsaCLhGO .mbr-text,
.cid-tBRsaCLhGO .mbr-section-btn {
  color: #ffffff;
}
.cid-tBRsaCLhGO .card-title,
.cid-tBRsaCLhGO .card-box {
  text-align: left;
}
.cid-tBRGngLJOq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tBRGngLJOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBRGngLJOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBRGngLJOq .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tBRGngLJOq .container {
    max-width: 1400px;
  }
}
.cid-tBRGngLJOq .card {
  margin: auto;
}
.cid-tBRGngLJOq .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tBRGngLJOq .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBRGngLJOq .row {
  justify-content: center;
}
.cid-tBRnXa1Khx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tBRnXa1Khx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBRnXa1Khx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBRnXa1Khx .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tBRnXa1Khx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBRnXa1Khx .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tBRnXa1Khx .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tBRnXa1Khx div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBRnXa1Khx .copyright {
  color: #bbbbbb;
}
.cid-tBRnXa1Khx .mbr-section-subtitle {
  text-align: left;
}
.cid-tBXwhQJTw8 {
  z-index: 1000;
  width: 100%;
}
.cid-tBXwhQJTw8 nav.navbar {
  position: fixed;
}
.cid-tBXwhQJTw8 .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-tBXwhQJTw8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBXwhQJTw8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBXwhQJTw8 .dropdown-item:hover,
.cid-tBXwhQJTw8 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tBXwhQJTw8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBXwhQJTw8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBXwhQJTw8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBXwhQJTw8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBXwhQJTw8 .nav-link {
  position: relative;
}
.cid-tBXwhQJTw8 .container {
  display: flex;
  margin: auto;
}
.cid-tBXwhQJTw8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBXwhQJTw8 .dropdown-menu,
.cid-tBXwhQJTw8 .navbar.opened {
  background: #5f6366 !important;
}
.cid-tBXwhQJTw8 .nav-item:focus,
.cid-tBXwhQJTw8 .nav-link:focus {
  outline: none;
}
.cid-tBXwhQJTw8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBXwhQJTw8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBXwhQJTw8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBXwhQJTw8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBXwhQJTw8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBXwhQJTw8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBXwhQJTw8 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tBXwhQJTw8 .navbar.opened {
  transition: all 0.3s;
}
.cid-tBXwhQJTw8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBXwhQJTw8 .navbar .navbar-logo img {
  width: auto;
}
.cid-tBXwhQJTw8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBXwhQJTw8 .navbar.collapsed {
  justify-content: center;
}
.cid-tBXwhQJTw8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBXwhQJTw8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBXwhQJTw8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tBXwhQJTw8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBXwhQJTw8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBXwhQJTw8 .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-tBXwhQJTw8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBXwhQJTw8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBXwhQJTw8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBXwhQJTw8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBXwhQJTw8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBXwhQJTw8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBXwhQJTw8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBXwhQJTw8 .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-tBXwhQJTw8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBXwhQJTw8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBXwhQJTw8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBXwhQJTw8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBXwhQJTw8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBXwhQJTw8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBXwhQJTw8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBXwhQJTw8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBXwhQJTw8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBXwhQJTw8 .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-tBXwhQJTw8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBXwhQJTw8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBXwhQJTw8 .dropdown-item.active,
.cid-tBXwhQJTw8 .dropdown-item:active {
  background-color: transparent;
}
.cid-tBXwhQJTw8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBXwhQJTw8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBXwhQJTw8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBXwhQJTw8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tBXwhQJTw8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBXwhQJTw8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBXwhQJTw8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBXwhQJTw8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBXwhQJTw8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBXwhQJTw8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tBXwhQJTw8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBXwhQJTw8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBXwhQJTw8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBXwhQJTw8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBXwhQJTw8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBXwhQJTw8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBXwhQJTw8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBXwhQJTw8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBXwhQJTw8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBXwhQJTw8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBXwhQJTw8 .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-tBXwhQJTw8 .navbar {
    height: 70px;
  }
  .cid-tBXwhQJTw8 .navbar.opened {
    height: auto;
  }
  .cid-tBXwhQJTw8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBXxBN8UIF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-11.webp");
}
.cid-tBXxBN8UIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBXxBN8UIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBXz7zi81V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tBXz7zi81V .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBXz7zi81V .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBXz7zi81V .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tBXzS2nTVf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tBXzS2nTVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBXzS2nTVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBXzS2nTVf .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tBXzS2nTVf .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tBXzS2nTVf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBXzS2nTVf .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tBXzS2nTVf .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tBXzS2nTVf .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tBXzS2nTVf .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tBXzS2nTVf .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tBXzS2nTVf .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBXzS2nTVf .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tBXzS2nTVf .mbr-text,
.cid-tBXzS2nTVf .social-row {
  color: #232323;
}
.cid-u017xLpFB1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e43f3f;
}
.cid-u017xLpFB1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u017xLpFB1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u017xLpFB1 .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-u017xLpFB1 .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-u017xLpFB1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u017xLpFB1 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u017xLpFB1 .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-u017xLpFB1 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u017xLpFB1 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-u017xLpFB1 .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-u017xLpFB1 .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u017xLpFB1 .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-u017xLpFB1 .mbr-text,
.cid-u017xLpFB1 .social-row {
  color: #232323;
}
.cid-tHmcurM8S1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #056123;
}
.cid-tHmcurM8S1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHmcurM8S1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHmcurM8S1 .mbr-section-title {
  color: #ffffff;
}
.cid-tHmcurM8S1 .mbr-text,
.cid-tHmcurM8S1 .mbr-section-btn {
  color: #ffffff;
}
.cid-u1VagGgoJ5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1VagGgoJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1VagGgoJ5 .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-u1VagGgoJ5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u1VagGgoJ5 .row {
  flex-direction: row-reverse;
}
.cid-u1VagGgoJ5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u1VagGgoJ5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tNiAC0vPQP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fff0b0;
}
.cid-tNiAC0vPQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNiAC0vPQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNiAC0vPQP .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tNiAC0vPQP .team-card:hover {
  transform: translateY(-10px);
}
.cid-tNiAC0vPQP .card-wrap {
  background: #fff0b0;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tNiAC0vPQP .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tNiAC0vPQP .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tNiAC0vPQP .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNiAC0vPQP .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tNiAC0vPQP .social-row {
  text-align: center;
}
.cid-tNiAC0vPQP .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tNiAC0vPQP .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tNiAC0vPQP .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tNiAC0vPQP .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tBXHfsZxlV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-tBXHfsZxlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBXHfsZxlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBXHfsZxlV .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tBXHfsZxlV .team-card:hover {
  transform: translateY(-10px);
}
.cid-tBXHfsZxlV .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tBXHfsZxlV .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tBXHfsZxlV .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tBXHfsZxlV .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBXHfsZxlV .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tBXHfsZxlV .social-row {
  text-align: center;
}
.cid-tBXHfsZxlV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tBXHfsZxlV .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tBXHfsZxlV .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tBXHfsZxlV .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tBXHfsZxlV .mbr-section-title {
  color: #ffffff;
}
.cid-tBXHfsZxlV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tBXHfsZxlV .card-text,
.cid-tBXHfsZxlV .mbr-section-btn,
.cid-tBXHfsZxlV .social-row {
  color: #000000;
}
.cid-u3AVGDT2tG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eafddd;
}
.cid-u3AVGDT2tG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3AVGDT2tG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3AVGDT2tG .item {
  padding-bottom: 2rem;
}
.cid-u3AVGDT2tG .item-wrapper {
  position: relative;
}
.cid-u3AVGDT2tG .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-u3AVGDT2tG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u3AVGDT2tG .carousel-control,
.cid-u3AVGDT2tG .close {
  background: #1b1b1b;
}
.cid-u3AVGDT2tG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u3AVGDT2tG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u3AVGDT2tG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u3AVGDT2tG .carousel-control-next span {
  margin-left: 5px;
}
.cid-u3AVGDT2tG .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-u3AVGDT2tG .close::before {
  content: '\e91a';
}
.cid-u3AVGDT2tG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u3AVGDT2tG .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-u3AVGDT2tG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u3AVGDT2tG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u3AVGDT2tG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u3AVGDT2tG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u3AVGDT2tG .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-u3AVGDT2tG .carousel-indicators li.active,
.cid-u3AVGDT2tG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u3AVGDT2tG .carousel-indicators li::after,
.cid-u3AVGDT2tG .carousel-indicators li::before {
  content: none;
}
.cid-u3AVGDT2tG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u3AVGDT2tG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u3AVGDT2tG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u3AVGDT2tG .carousel-indicators {
    display: none;
  }
}
.cid-u3AVGDT2tG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u3AVGDT2tG .carousel-inner > .active {
  display: block;
}
.cid-u3AVGDT2tG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u3AVGDT2tG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u3AVGDT2tG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u3AVGDT2tG .carousel-control,
  .cid-u3AVGDT2tG .carousel-indicators,
  .cid-u3AVGDT2tG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u3AVGDT2tG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u3AVGDT2tG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u3AVGDT2tG .carousel-indicators .active,
.cid-u3AVGDT2tG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u3AVGDT2tG .carousel-indicators .active {
  background: #fff;
}
.cid-u3AVGDT2tG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u3AVGDT2tG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u3AVGDT2tG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u3AVGDT2tG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u3AVGDT2tG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u3AVGDT2tG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u3AVGDT2tG .carousel {
  width: 100%;
}
.cid-u3AVGDT2tG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u3AVGDT2tG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u3AVGDT2tG .modal.fade .modal-dialog,
.cid-u3AVGDT2tG .modal.in .modal-dialog {
  transform: none;
}
.cid-u3AVGDT2tG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u3AVGDT2tG H6 {
  text-align: center;
}
.cid-tTIkhjgq5q {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tTIkhjgq5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTIkhjgq5q .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-tTIkhjgq5q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tTIkhjgq5q .row {
  flex-direction: row-reverse;
}
.cid-tTIkhjgq5q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tTIkhjgq5q .text-wrapper {
    padding: 2rem;
  }
}
.cid-tTIkhjgq5q .mbr-description {
  color: #056123;
}
.cid-u1UEjIJHtO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-4.webp");
}
.cid-u1UEjIJHtO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1UEjIJHtO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1UEjIJHtO .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u1UEjIJHtO .team-card:hover {
  transform: translateY(-10px);
}
.cid-u1UEjIJHtO .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u1UEjIJHtO .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u1UEjIJHtO .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u1UEjIJHtO .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1UEjIJHtO .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u1UEjIJHtO .social-row {
  text-align: center;
}
.cid-u1UEjIJHtO .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u1UEjIJHtO .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u1UEjIJHtO .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u1UEjIJHtO .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u1UEjIJHtO .mbr-section-title {
  color: #000000;
}
.cid-u1UEjIJHtO .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u1UEjIJHtO .mbr-role,
.cid-u1UEjIJHtO .social-row {
  color: #111111;
}
.cid-uanseNAEP0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-uanseNAEP0 iframe,
.cid-uanseNAEP0 img,
.cid-uanseNAEP0 video {
  width: 100%;
}
.cid-uanseNAEP0 .mbr-section-head {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .cid-uanseNAEP0 .mbr-section-head {
    margin-bottom: 32px;
  }
}
.cid-uanseNAEP0 .mbr-section-title {
  color: #4479d9;
}
.cid-uanseNAEP0 .mbr-section-subtitle {
  color: #161616;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uanseNAEP0 .mbr-section-subtitle {
    margin-top: 16px;
  }
}
.cid-uanseNAEP0 .mbr-media {
  position: relative;
}
.cid-uanseNAEP0 .mbr-media img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-uanseNAEP0 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uanseNAEP0 .icon-wrap .mbr-iconfont {
  color: #FFFFFF;
  opacity: 0.6;
  font-size: 70px;
}
.cid-uanseNAEP0 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-uanseNAEP0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uanseNAEP0 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uanseNAEP0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uanseNAEP0 .modalWindow .modalWindow-video {
  height: 100%;
  width: 80vw;
  margin: 0 auto;
}
.cid-uanseNAEP0 .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uanseNAEP0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tBYitJcDLT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-7.webp");
}
.cid-tBYitJcDLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBYitJcDLT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBYitJcDLT .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-tBYitJcDLT .team-card:hover {
  transform: translateY(-10px);
}
.cid-tBYitJcDLT .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-tBYitJcDLT .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-tBYitJcDLT .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-tBYitJcDLT .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBYitJcDLT .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-tBYitJcDLT .social-row {
  text-align: center;
}
.cid-tBYitJcDLT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-tBYitJcDLT .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-tBYitJcDLT .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-tBYitJcDLT .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tBYitJcDLT .mbr-section-title {
  color: #ffffff;
}
.cid-tBYitJcDLT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tBYitJcDLT .mbr-role,
.cid-tBYitJcDLT .social-row {
  color: #111111;
}
.cid-u1UJGe4MWW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe9e9;
}
.cid-u1UJGe4MWW img,
.cid-u1UJGe4MWW .item-img {
  width: 100%;
}
.cid-u1UJGe4MWW .item:focus,
.cid-u1UJGe4MWW span:focus {
  outline: none;
}
.cid-u1UJGe4MWW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u1UJGe4MWW .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u1UJGe4MWW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u1UJGe4MWW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u1UJGe4MWW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u1UJGe4MWW .mbr-section-title {
  color: #232323;
}
.cid-u1UJGe4MWW .mbr-text,
.cid-u1UJGe4MWW .mbr-section-btn {
  text-align: left;
}
.cid-u1UJGe4MWW .item-title {
  text-align: left;
}
.cid-u1UJGe4MWW .item-subtitle {
  text-align: center;
}
.cid-u1UNtBL3XP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u1UNtBL3XP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1UNtBL3XP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1UNtBL3XP .item {
  padding-bottom: 2rem;
}
.cid-u1UNtBL3XP .item-wrapper {
  position: relative;
}
.cid-u1UNtBL3XP .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-u1UNtBL3XP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u1UNtBL3XP .carousel-control,
.cid-u1UNtBL3XP .close {
  background: #1b1b1b;
}
.cid-u1UNtBL3XP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u1UNtBL3XP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u1UNtBL3XP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u1UNtBL3XP .carousel-control-next span {
  margin-left: 5px;
}
.cid-u1UNtBL3XP .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-u1UNtBL3XP .close::before {
  content: '\e91a';
}
.cid-u1UNtBL3XP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u1UNtBL3XP .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-u1UNtBL3XP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1UNtBL3XP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u1UNtBL3XP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-u1UNtBL3XP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-u1UNtBL3XP .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-u1UNtBL3XP .carousel-indicators li.active,
.cid-u1UNtBL3XP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-u1UNtBL3XP .carousel-indicators li::after,
.cid-u1UNtBL3XP .carousel-indicators li::before {
  content: none;
}
.cid-u1UNtBL3XP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-u1UNtBL3XP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-u1UNtBL3XP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u1UNtBL3XP .carousel-indicators {
    display: none;
  }
}
.cid-u1UNtBL3XP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-u1UNtBL3XP .carousel-inner > .active {
  display: block;
}
.cid-u1UNtBL3XP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u1UNtBL3XP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u1UNtBL3XP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-u1UNtBL3XP .carousel-control,
  .cid-u1UNtBL3XP .carousel-indicators,
  .cid-u1UNtBL3XP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-u1UNtBL3XP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-u1UNtBL3XP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-u1UNtBL3XP .carousel-indicators .active,
.cid-u1UNtBL3XP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-u1UNtBL3XP .carousel-indicators .active {
  background: #fff;
}
.cid-u1UNtBL3XP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-u1UNtBL3XP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u1UNtBL3XP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u1UNtBL3XP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-u1UNtBL3XP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u1UNtBL3XP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-u1UNtBL3XP .carousel {
  width: 100%;
}
.cid-u1UNtBL3XP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u1UNtBL3XP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u1UNtBL3XP .modal.fade .modal-dialog,
.cid-u1UNtBL3XP .modal.in .modal-dialog {
  transform: none;
}
.cid-u1UNtBL3XP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u1UNtBL3XP H6 {
  text-align: center;
}
.cid-tGc2XbNpb1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tGc2XbNpb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGc2XbNpb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGc2XbNpb1 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #4d6d9a;
  margin-left: 1rem;
}
.cid-tGc2XbNpb1 .panel-group {
  border: none;
}
.cid-tGc2XbNpb1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tGc2XbNpb1 .panel-body,
.cid-tGc2XbNpb1 .card-header {
  padding: 1rem 0;
}
.cid-tGc2XbNpb1 .panel-title-edit {
  color: #000000;
}
.cid-tGc2XbNpb1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tG1x1H2o5v {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e6f5f7;
}
.cid-tBYrUrmugl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f5f1;
}
.cid-tBYrUrmugl .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tBYrUrmugl .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tBYrUrmugl .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tBYtZ7lzEO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tBYtZ7lzEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBYtZ7lzEO .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-tBYtZ7lzEO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBYtZ7lzEO .row {
  flex-direction: row-reverse;
}
.cid-tBYtZ7lzEO img {
  width: 100%;
}
.cid-tDFlLPqhfS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-tDFlLPqhfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFlLPqhfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFlLPqhfS .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tDFlLPqhfS .card {
    margin-bottom: 2rem!important;
  }
  .cid-tDFlLPqhfS .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tDFlLPqhfS .link-wrap {
    align-items: center;
  }
}
.cid-tDFlLPqhfS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBXwhUVcwp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tBXwhUVcwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBXwhUVcwp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBXwhUVcwp .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tBXwhUVcwp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBXwhUVcwp .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tBXwhUVcwp .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tBXwhUVcwp div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBXwhUVcwp .copyright {
  color: #bbbbbb;
}
.cid-tBXwhUVcwp .mbr-section-subtitle {
  text-align: left;
}
.cid-tBYBD8LLBU {
  z-index: 1000;
  width: 100%;
}
.cid-tBYBD8LLBU nav.navbar {
  position: fixed;
}
.cid-tBYBD8LLBU .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-tBYBD8LLBU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBYBD8LLBU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBYBD8LLBU .dropdown-item:hover,
.cid-tBYBD8LLBU .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tBYBD8LLBU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBYBD8LLBU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBYBD8LLBU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBYBD8LLBU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBYBD8LLBU .nav-link {
  position: relative;
}
.cid-tBYBD8LLBU .container {
  display: flex;
  margin: auto;
}
.cid-tBYBD8LLBU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBYBD8LLBU .dropdown-menu,
.cid-tBYBD8LLBU .navbar.opened {
  background: #5f6366 !important;
}
.cid-tBYBD8LLBU .nav-item:focus,
.cid-tBYBD8LLBU .nav-link:focus {
  outline: none;
}
.cid-tBYBD8LLBU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBYBD8LLBU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBYBD8LLBU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBYBD8LLBU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBYBD8LLBU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBYBD8LLBU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBYBD8LLBU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tBYBD8LLBU .navbar.opened {
  transition: all 0.3s;
}
.cid-tBYBD8LLBU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBYBD8LLBU .navbar .navbar-logo img {
  width: auto;
}
.cid-tBYBD8LLBU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBYBD8LLBU .navbar.collapsed {
  justify-content: center;
}
.cid-tBYBD8LLBU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBYBD8LLBU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBYBD8LLBU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tBYBD8LLBU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBYBD8LLBU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBYBD8LLBU .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-tBYBD8LLBU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBYBD8LLBU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBYBD8LLBU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBYBD8LLBU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBYBD8LLBU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBYBD8LLBU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBYBD8LLBU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBYBD8LLBU .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-tBYBD8LLBU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBYBD8LLBU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBYBD8LLBU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBYBD8LLBU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBYBD8LLBU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBYBD8LLBU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tBYBD8LLBU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBYBD8LLBU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBYBD8LLBU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBYBD8LLBU .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-tBYBD8LLBU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBYBD8LLBU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBYBD8LLBU .dropdown-item.active,
.cid-tBYBD8LLBU .dropdown-item:active {
  background-color: transparent;
}
.cid-tBYBD8LLBU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBYBD8LLBU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBYBD8LLBU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBYBD8LLBU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tBYBD8LLBU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBYBD8LLBU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBYBD8LLBU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBYBD8LLBU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBYBD8LLBU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBYBD8LLBU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tBYBD8LLBU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBYBD8LLBU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBYBD8LLBU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBYBD8LLBU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBYBD8LLBU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBYBD8LLBU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBYBD8LLBU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBYBD8LLBU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBYBD8LLBU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBYBD8LLBU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBYBD8LLBU .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-tBYBD8LLBU .navbar {
    height: 70px;
  }
  .cid-tBYBD8LLBU .navbar.opened {
    height: auto;
  }
  .cid-tBYBD8LLBU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBYBD99E1a {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-15.webp");
}
.cid-tBYBD99E1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBYBD99E1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBYCz3fdlJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOeyhZmgVs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tOeyhZmgVs .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tOeyjjEyWH {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tOeyjjEyWH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOeyjjEyWH .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-tOeyjjEyWH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOeyjjEyWH .row {
  flex-direction: row-reverse;
}
.cid-tOeyjjEyWH img {
  width: 100%;
}
.cid-tBYI6V2H44 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBYI6V2H44 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBYI5FHciD {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tBYI5FHciD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBYI5FHciD .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-tBYI5FHciD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tBYI5FHciD .row {
  flex-direction: row-reverse;
}
.cid-tBYI5FHciD img {
  width: 100%;
}
.cid-tBYJHDALIW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tBYJHDALIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBYJHDALIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBYJHDALIW .card-box {
  padding: 2rem;
  width: 58.33%;
}
.cid-tBYJHDALIW .img-wrapper {
  width: 41.66%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tBYJHDALIW .img1 {
  background: #0bca4b;
}
.cid-tBYJHDALIW .img2 {
  background: #6592e6;
}
.cid-tBYJHDALIW .mbr-iconfont {
  display: block;
  font-size: 8rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-tBYJHDALIW .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-tBYJHDALIW .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tBYJHDALIW .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBYJHDALIW .card-wrapper {
    flex-direction: column;
  }
  .cid-tBYJHDALIW .card-box {
    padding: 1rem;
  }
  .cid-tBYJHDALIW .card-box,
  .cid-tBYJHDALIW .img-wrapper {
    width: 100%;
  }
  .cid-tBYJHDALIW .img-wrapper {
    padding: 4rem 1rem;
  }
  .cid-tBYJHDALIW .mbr-flex {
    flex-direction: column-reverse;
  }
}
.cid-tBYJHDALIW .card-subtitle {
  color: #0077ff;
}
.cid-tBYJHDALIW .mbr-text,
.cid-tBYJHDALIW .link-wrap {
  color: #555555;
}
.cid-tBYBDaipBV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff6666;
}
.cid-tBYBDaipBV .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBYBDaipBV .mbr-text {
  color: #ffffff;
}
.cid-tBYBDdu1t0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tBYBDdu1t0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBYBDdu1t0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBYBDdu1t0 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tBYBDdu1t0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBYBDdu1t0 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tBYBDdu1t0 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tBYBDdu1t0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBYBDdu1t0 .copyright {
  color: #bbbbbb;
}
.cid-tBYBDdu1t0 .mbr-section-subtitle {
  text-align: left;
}
.cid-tCf1fefufN {
  z-index: 1000;
  width: 100%;
}
.cid-tCf1fefufN nav.navbar {
  position: fixed;
}
.cid-tCf1fefufN .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-tCf1fefufN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCf1fefufN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCf1fefufN .dropdown-item:hover,
.cid-tCf1fefufN .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tCf1fefufN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCf1fefufN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCf1fefufN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCf1fefufN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCf1fefufN .nav-link {
  position: relative;
}
.cid-tCf1fefufN .container {
  display: flex;
  margin: auto;
}
.cid-tCf1fefufN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCf1fefufN .dropdown-menu,
.cid-tCf1fefufN .navbar.opened {
  background: #5f6366 !important;
}
.cid-tCf1fefufN .nav-item:focus,
.cid-tCf1fefufN .nav-link:focus {
  outline: none;
}
.cid-tCf1fefufN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCf1fefufN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCf1fefufN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCf1fefufN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCf1fefufN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCf1fefufN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCf1fefufN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tCf1fefufN .navbar.opened {
  transition: all 0.3s;
}
.cid-tCf1fefufN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCf1fefufN .navbar .navbar-logo img {
  width: auto;
}
.cid-tCf1fefufN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCf1fefufN .navbar.collapsed {
  justify-content: center;
}
.cid-tCf1fefufN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCf1fefufN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCf1fefufN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tCf1fefufN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCf1fefufN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCf1fefufN .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-tCf1fefufN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCf1fefufN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCf1fefufN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCf1fefufN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCf1fefufN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCf1fefufN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCf1fefufN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCf1fefufN .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-tCf1fefufN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCf1fefufN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCf1fefufN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCf1fefufN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCf1fefufN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCf1fefufN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCf1fefufN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCf1fefufN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCf1fefufN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCf1fefufN .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-tCf1fefufN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCf1fefufN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCf1fefufN .dropdown-item.active,
.cid-tCf1fefufN .dropdown-item:active {
  background-color: transparent;
}
.cid-tCf1fefufN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCf1fefufN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCf1fefufN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCf1fefufN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tCf1fefufN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCf1fefufN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCf1fefufN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCf1fefufN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCf1fefufN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCf1fefufN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tCf1fefufN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCf1fefufN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCf1fefufN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCf1fefufN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCf1fefufN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCf1fefufN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCf1fefufN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCf1fefufN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCf1fefufN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCf1fefufN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCf1fefufN .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-tCf1fefufN .navbar {
    height: 70px;
  }
  .cid-tCf1fefufN .navbar.opened {
    height: auto;
  }
  .cid-tCf1fefufN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCf1feEtsr {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-16.webp");
}
.cid-tCf1feEtsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCf1feEtsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCf1feYxHs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCf1v7emgs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCf1v7emgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCf1v7emgs .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-tCf1v7emgs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCf1v7emgs .row {
  flex-direction: row-reverse;
}
.cid-tCf1v7emgs img {
  width: 100%;
}
.cid-tCf1NiUmHk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCf1NiUmHk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCf1NiUmHk .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-tCf1NiUmHk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCf1NiUmHk .row {
  flex-direction: row-reverse;
}
.cid-tCf1NiUmHk img {
  width: 100%;
}
.cid-tCf1NOzqsW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCf1NOzqsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCf1NOzqsW .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-tCf1NOzqsW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCf1NOzqsW .row {
  flex-direction: row-reverse;
}
.cid-tCf1NOzqsW img {
  width: 100%;
}
.cid-tCf3mYov9a {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tCf3mYov9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCf3mYov9a .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-tCf3mYov9a .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCf3mYov9a .row {
  flex-direction: row-reverse;
}
.cid-tCf3mYov9a img {
  width: 100%;
}
.cid-tCf1fhwt4E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tCf1fhwt4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCf1fhwt4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCf1fhwt4E .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tCf1fhwt4E .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCf1fhwt4E .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tCf1fhwt4E .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tCf1fhwt4E div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tCf1fhwt4E .copyright {
  color: #bbbbbb;
}
.cid-tCf1fhwt4E .mbr-section-subtitle {
  text-align: left;
}
.cid-tCy1DOPaJr {
  z-index: 1000;
  width: 100%;
}
.cid-tCy1DOPaJr nav.navbar {
  position: fixed;
}
.cid-tCy1DOPaJr .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-tCy1DOPaJr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCy1DOPaJr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCy1DOPaJr .dropdown-item:hover,
.cid-tCy1DOPaJr .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tCy1DOPaJr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCy1DOPaJr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCy1DOPaJr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCy1DOPaJr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCy1DOPaJr .nav-link {
  position: relative;
}
.cid-tCy1DOPaJr .container {
  display: flex;
  margin: auto;
}
.cid-tCy1DOPaJr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCy1DOPaJr .dropdown-menu,
.cid-tCy1DOPaJr .navbar.opened {
  background: #5f6366 !important;
}
.cid-tCy1DOPaJr .nav-item:focus,
.cid-tCy1DOPaJr .nav-link:focus {
  outline: none;
}
.cid-tCy1DOPaJr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCy1DOPaJr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCy1DOPaJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCy1DOPaJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCy1DOPaJr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCy1DOPaJr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCy1DOPaJr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tCy1DOPaJr .navbar.opened {
  transition: all 0.3s;
}
.cid-tCy1DOPaJr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCy1DOPaJr .navbar .navbar-logo img {
  width: auto;
}
.cid-tCy1DOPaJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCy1DOPaJr .navbar.collapsed {
  justify-content: center;
}
.cid-tCy1DOPaJr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCy1DOPaJr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCy1DOPaJr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tCy1DOPaJr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCy1DOPaJr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCy1DOPaJr .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-tCy1DOPaJr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCy1DOPaJr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCy1DOPaJr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCy1DOPaJr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCy1DOPaJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCy1DOPaJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCy1DOPaJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCy1DOPaJr .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-tCy1DOPaJr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCy1DOPaJr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCy1DOPaJr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCy1DOPaJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCy1DOPaJr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCy1DOPaJr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCy1DOPaJr .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCy1DOPaJr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCy1DOPaJr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCy1DOPaJr .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-tCy1DOPaJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCy1DOPaJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCy1DOPaJr .dropdown-item.active,
.cid-tCy1DOPaJr .dropdown-item:active {
  background-color: transparent;
}
.cid-tCy1DOPaJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCy1DOPaJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCy1DOPaJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCy1DOPaJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tCy1DOPaJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCy1DOPaJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCy1DOPaJr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCy1DOPaJr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCy1DOPaJr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCy1DOPaJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tCy1DOPaJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCy1DOPaJr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCy1DOPaJr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCy1DOPaJr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCy1DOPaJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCy1DOPaJr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCy1DOPaJr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCy1DOPaJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCy1DOPaJr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCy1DOPaJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCy1DOPaJr .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-tCy1DOPaJr .navbar {
    height: 70px;
  }
  .cid-tCy1DOPaJr .navbar.opened {
    height: auto;
  }
  .cid-tCy1DOPaJr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCy1DPbaXp {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-18.webp");
}
.cid-tCy1DPbaXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCy1DPbaXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCy4C9repW {
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tCy4C9repW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCy4C9repW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCy4C9repW .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tCy4C9repW .container {
    max-width: 1400px;
  }
}
.cid-tCy4C9repW .card {
  margin: auto;
}
.cid-tCy4C9repW .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffb5b5;
  margin-bottom: 2rem;
}
.cid-tCy4C9repW .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tCy4C9repW .row {
  justify-content: center;
}
.cid-tCy4C9repW H3 {
  color: #001d50;
}
.cid-tCy6ks3Pr4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #001d50;
}
.cid-tCy6ks3Pr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCy6ks3Pr4 .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-tCy6ks3Pr4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCy6ks3Pr4 .row {
  flex-direction: row-reverse;
}
.cid-tCy6ks3Pr4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCy6ks3Pr4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCy6ks3Pr4 .mbr-text {
  color: #ffffff;
}
.cid-tCy6ks3Pr4 .mbr-section-title {
  color: #ffffff;
}
.cid-tCy6IQycTS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCy6IQycTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCy6IQycTS .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-tCy6IQycTS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCy6IQycTS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCy6IQycTS .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCy6JuB1R2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tCy6JuB1R2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCy6JuB1R2 .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-tCy6JuB1R2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCy6JuB1R2 .row {
  flex-direction: row-reverse;
}
.cid-tCy6JuB1R2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCy6JuB1R2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCy6K5unks {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-tCy6K5unks .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCy6K5unks .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-tCy6K5unks .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCy6K5unks img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCy6K5unks .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCy6KEzIGd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCy6KEzIGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCy6KEzIGd .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-tCy6KEzIGd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCy6KEzIGd .row {
  flex-direction: row-reverse;
}
.cid-tCy6KEzIGd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCy6KEzIGd .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCCba37xrE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fff0fd;
}
.cid-tCCba37xrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCCba37xrE .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-tCCba37xrE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCCba37xrE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tCCba37xrE .text-wrapper {
    padding: 2rem;
  }
}
.cid-uASeIaPYTX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffbec;
}
.cid-uASfZbPyIB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCCcr6XWQq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCCcr6XWQq blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tCy1DTcllB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tCy1DTcllB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCy1DTcllB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCy1DTcllB .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tCy1DTcllB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCy1DTcllB .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tCy1DTcllB .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tCy1DTcllB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tCy1DTcllB .copyright {
  color: #bbbbbb;
}
.cid-tCy1DTcllB .mbr-section-subtitle {
  text-align: left;
}
.cid-tDAhDG9zsC {
  z-index: 1000;
  width: 100%;
}
.cid-tDAhDG9zsC nav.navbar {
  position: fixed;
}
.cid-tDAhDG9zsC .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-tDAhDG9zsC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDAhDG9zsC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDAhDG9zsC .dropdown-item:hover,
.cid-tDAhDG9zsC .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tDAhDG9zsC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDAhDG9zsC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDAhDG9zsC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDAhDG9zsC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDAhDG9zsC .nav-link {
  position: relative;
}
.cid-tDAhDG9zsC .container {
  display: flex;
  margin: auto;
}
.cid-tDAhDG9zsC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDAhDG9zsC .dropdown-menu,
.cid-tDAhDG9zsC .navbar.opened {
  background: #5f6366 !important;
}
.cid-tDAhDG9zsC .nav-item:focus,
.cid-tDAhDG9zsC .nav-link:focus {
  outline: none;
}
.cid-tDAhDG9zsC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDAhDG9zsC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDAhDG9zsC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDAhDG9zsC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDAhDG9zsC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDAhDG9zsC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDAhDG9zsC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tDAhDG9zsC .navbar.opened {
  transition: all 0.3s;
}
.cid-tDAhDG9zsC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDAhDG9zsC .navbar .navbar-logo img {
  width: auto;
}
.cid-tDAhDG9zsC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDAhDG9zsC .navbar.collapsed {
  justify-content: center;
}
.cid-tDAhDG9zsC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDAhDG9zsC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDAhDG9zsC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tDAhDG9zsC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDAhDG9zsC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDAhDG9zsC .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-tDAhDG9zsC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDAhDG9zsC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDAhDG9zsC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDAhDG9zsC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDAhDG9zsC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDAhDG9zsC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDAhDG9zsC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDAhDG9zsC .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-tDAhDG9zsC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDAhDG9zsC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDAhDG9zsC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDAhDG9zsC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDAhDG9zsC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDAhDG9zsC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDAhDG9zsC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDAhDG9zsC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDAhDG9zsC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDAhDG9zsC .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-tDAhDG9zsC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDAhDG9zsC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDAhDG9zsC .dropdown-item.active,
.cid-tDAhDG9zsC .dropdown-item:active {
  background-color: transparent;
}
.cid-tDAhDG9zsC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDAhDG9zsC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDAhDG9zsC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDAhDG9zsC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tDAhDG9zsC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDAhDG9zsC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDAhDG9zsC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDAhDG9zsC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDAhDG9zsC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDAhDG9zsC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDAhDG9zsC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDAhDG9zsC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDAhDG9zsC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDAhDG9zsC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDAhDG9zsC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDAhDG9zsC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDAhDG9zsC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDAhDG9zsC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDAhDG9zsC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDAhDG9zsC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDAhDG9zsC .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-tDAhDG9zsC .navbar {
    height: 70px;
  }
  .cid-tDAhDG9zsC .navbar.opened {
    height: auto;
  }
  .cid-tDAhDG9zsC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDAhDGu4Em {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-24.webp");
}
.cid-tDAhDGu4Em .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDAhDGu4Em .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDAirKMgxE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tDAirKMgxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDAirKMgxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDAirKMgxE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tDAirKMgxE .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tDAirKMgxE .embla__button--next,
.cid-tDAirKMgxE .embla__button--prev {
  display: flex;
}
.cid-tDAirKMgxE .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tDAirKMgxE .embla__button {
    display: none;
  }
}
.cid-tDAirKMgxE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tDAirKMgxE .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tDAirKMgxE .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDAirKMgxE .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tDAirKMgxE .embla__button {
    top: auto;
  }
}
.cid-tDAirKMgxE .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tDAirKMgxE .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tDAirKMgxE .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tDAirKMgxE .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tDAirKMgxE .embla {
  position: relative;
  width: 100%;
}
.cid-tDAirKMgxE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tDAirKMgxE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tDAirKMgxE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tDAirKMgxE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tDAirKMgxE .user_name {
  text-align: center;
}
.cid-tDAnUwx53O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f5f1;
}
.cid-tDAon3LtzL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDAon3LtzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDAon3LtzL .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-tDAon3LtzL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDAon3LtzL .row {
  flex-direction: row-reverse;
}
.cid-tDAon3LtzL img {
  width: 100%;
}
.cid-tDAoI2lnEo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDAoUDw5se {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDAoUDw5se .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDAoUDw5se .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-tDAoUDw5se .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDAoUDw5se .row {
  flex-direction: row-reverse;
}
.cid-tDAoUDw5se img {
  width: 100%;
}
.cid-tDAoZjRCQ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe4e4;
}
.cid-tDAoVJCs1J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDAoVJCs1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDAoVJCs1J .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-tDAoVJCs1J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDAoVJCs1J .row {
  flex-direction: row-reverse;
}
.cid-tDAoVJCs1J img {
  width: 100%;
}
.cid-tHaiQRZdij {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6f5f7;
}
.cid-tDAqcc059b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDAqcc059b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDAqcc059b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDAqcc059b .card-wrapper {
  background: #4479d9;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tDAqcc059b .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tDAqcc059b .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDAqcc059b .card-wrapper {
    padding: 4rem;
  }
}
.cid-tDAqcc059b .mbr-text,
.cid-tDAqcc059b .mbr-section-btn {
  color: #ffffff;
}
.cid-tDAqcc059b .card-title,
.cid-tDAqcc059b .card-box {
  text-align: left;
}
.cid-tDAhDJlDLD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tDAhDJlDLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDAhDJlDLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDAhDJlDLD .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tDAhDJlDLD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDAhDJlDLD .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tDAhDJlDLD .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tDAhDJlDLD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tDAhDJlDLD .copyright {
  color: #bbbbbb;
}
.cid-tDAhDJlDLD .mbr-section-subtitle {
  text-align: left;
}
.cid-tDFuyjm3KI {
  z-index: 1000;
  width: 100%;
}
.cid-tDFuyjm3KI nav.navbar {
  position: fixed;
}
.cid-tDFuyjm3KI .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-tDFuyjm3KI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDFuyjm3KI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDFuyjm3KI .dropdown-item:hover,
.cid-tDFuyjm3KI .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tDFuyjm3KI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDFuyjm3KI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDFuyjm3KI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDFuyjm3KI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDFuyjm3KI .nav-link {
  position: relative;
}
.cid-tDFuyjm3KI .container {
  display: flex;
  margin: auto;
}
.cid-tDFuyjm3KI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDFuyjm3KI .dropdown-menu,
.cid-tDFuyjm3KI .navbar.opened {
  background: #5f6366 !important;
}
.cid-tDFuyjm3KI .nav-item:focus,
.cid-tDFuyjm3KI .nav-link:focus {
  outline: none;
}
.cid-tDFuyjm3KI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDFuyjm3KI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDFuyjm3KI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDFuyjm3KI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDFuyjm3KI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDFuyjm3KI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDFuyjm3KI .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tDFuyjm3KI .navbar.opened {
  transition: all 0.3s;
}
.cid-tDFuyjm3KI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDFuyjm3KI .navbar .navbar-logo img {
  width: auto;
}
.cid-tDFuyjm3KI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDFuyjm3KI .navbar.collapsed {
  justify-content: center;
}
.cid-tDFuyjm3KI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDFuyjm3KI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDFuyjm3KI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tDFuyjm3KI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDFuyjm3KI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDFuyjm3KI .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-tDFuyjm3KI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDFuyjm3KI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDFuyjm3KI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDFuyjm3KI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDFuyjm3KI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDFuyjm3KI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDFuyjm3KI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDFuyjm3KI .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-tDFuyjm3KI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDFuyjm3KI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDFuyjm3KI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDFuyjm3KI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDFuyjm3KI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDFuyjm3KI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDFuyjm3KI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDFuyjm3KI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDFuyjm3KI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDFuyjm3KI .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-tDFuyjm3KI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDFuyjm3KI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDFuyjm3KI .dropdown-item.active,
.cid-tDFuyjm3KI .dropdown-item:active {
  background-color: transparent;
}
.cid-tDFuyjm3KI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDFuyjm3KI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDFuyjm3KI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDFuyjm3KI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tDFuyjm3KI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDFuyjm3KI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDFuyjm3KI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDFuyjm3KI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDFuyjm3KI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDFuyjm3KI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDFuyjm3KI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDFuyjm3KI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDFuyjm3KI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDFuyjm3KI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDFuyjm3KI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDFuyjm3KI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDFuyjm3KI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDFuyjm3KI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDFuyjm3KI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDFuyjm3KI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDFuyjm3KI .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-tDFuyjm3KI .navbar {
    height: 70px;
  }
  .cid-tDFuyjm3KI .navbar.opened {
    height: auto;
  }
  .cid-tDFuyjm3KI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDFuyjM8Ta {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-28.webp");
}
.cid-tDFuyjM8Ta .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFuyjM8Ta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFvMrtWwI {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDFvMrtWwI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFvMrtWwI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFvMrtWwI .item {
  padding-bottom: 2rem;
}
.cid-tDFvMrtWwI .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tDFvMrtWwI .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tDFvMrtWwI .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-tDFvMrtWwI .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDFvMrtWwI .carousel-control,
.cid-tDFvMrtWwI .close {
  background: #1b1b1b;
}
.cid-tDFvMrtWwI .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDFvMrtWwI .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDFvMrtWwI .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDFvMrtWwI .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDFvMrtWwI .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-tDFvMrtWwI .close::before {
  content: '\e91a';
}
.cid-tDFvMrtWwI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDFvMrtWwI .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-tDFvMrtWwI .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDFvMrtWwI .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDFvMrtWwI .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDFvMrtWwI .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDFvMrtWwI .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-tDFvMrtWwI .carousel-indicators li.active,
.cid-tDFvMrtWwI .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDFvMrtWwI .carousel-indicators li::after,
.cid-tDFvMrtWwI .carousel-indicators li::before {
  content: none;
}
.cid-tDFvMrtWwI .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDFvMrtWwI .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDFvMrtWwI .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDFvMrtWwI .carousel-indicators {
    display: none;
  }
}
.cid-tDFvMrtWwI .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDFvMrtWwI .carousel-inner > .active {
  display: block;
}
.cid-tDFvMrtWwI .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDFvMrtWwI .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDFvMrtWwI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDFvMrtWwI .carousel-control,
  .cid-tDFvMrtWwI .carousel-indicators,
  .cid-tDFvMrtWwI .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDFvMrtWwI .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDFvMrtWwI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDFvMrtWwI .carousel-indicators .active,
.cid-tDFvMrtWwI .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDFvMrtWwI .carousel-indicators .active {
  background: #fff;
}
.cid-tDFvMrtWwI .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDFvMrtWwI .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDFvMrtWwI .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDFvMrtWwI .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDFvMrtWwI .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDFvMrtWwI .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDFvMrtWwI .carousel {
  width: 100%;
}
.cid-tDFvMrtWwI .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDFvMrtWwI .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDFvMrtWwI .modal.fade .modal-dialog,
.cid-tDFvMrtWwI .modal.in .modal-dialog {
  transform: none;
}
.cid-tDFvMrtWwI .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDFvMrtWwI H6 {
  text-align: center;
}
.cid-tHamfiA7sz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tHamfiA7sz .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDFx2JCsgQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDFx2JCsgQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFx2JCsgQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFx2JCsgQ .item {
  padding-bottom: 2rem;
}
.cid-tDFx2JCsgQ .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tDFx2JCsgQ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tDFx2JCsgQ .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-tDFx2JCsgQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDFx2JCsgQ .carousel-control,
.cid-tDFx2JCsgQ .close {
  background: #1b1b1b;
}
.cid-tDFx2JCsgQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDFx2JCsgQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDFx2JCsgQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDFx2JCsgQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDFx2JCsgQ .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-tDFx2JCsgQ .close::before {
  content: '\e91a';
}
.cid-tDFx2JCsgQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDFx2JCsgQ .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-tDFx2JCsgQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDFx2JCsgQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDFx2JCsgQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDFx2JCsgQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDFx2JCsgQ .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-tDFx2JCsgQ .carousel-indicators li.active,
.cid-tDFx2JCsgQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDFx2JCsgQ .carousel-indicators li::after,
.cid-tDFx2JCsgQ .carousel-indicators li::before {
  content: none;
}
.cid-tDFx2JCsgQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDFx2JCsgQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDFx2JCsgQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDFx2JCsgQ .carousel-indicators {
    display: none;
  }
}
.cid-tDFx2JCsgQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDFx2JCsgQ .carousel-inner > .active {
  display: block;
}
.cid-tDFx2JCsgQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDFx2JCsgQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDFx2JCsgQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDFx2JCsgQ .carousel-control,
  .cid-tDFx2JCsgQ .carousel-indicators,
  .cid-tDFx2JCsgQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDFx2JCsgQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDFx2JCsgQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDFx2JCsgQ .carousel-indicators .active,
.cid-tDFx2JCsgQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDFx2JCsgQ .carousel-indicators .active {
  background: #fff;
}
.cid-tDFx2JCsgQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDFx2JCsgQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDFx2JCsgQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDFx2JCsgQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDFx2JCsgQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDFx2JCsgQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDFx2JCsgQ .carousel {
  width: 100%;
}
.cid-tDFx2JCsgQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDFx2JCsgQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDFx2JCsgQ .modal.fade .modal-dialog,
.cid-tDFx2JCsgQ .modal.in .modal-dialog {
  transform: none;
}
.cid-tDFx2JCsgQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDFx2JCsgQ H6 {
  text-align: center;
}
.cid-tDFuyk8ynp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bed3f9;
}
.cid-tDFDe9P1Xa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDFuylRhUF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tDFuylRhUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFuylRhUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFuylRhUF .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tDFuylRhUF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDFuylRhUF .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tDFuylRhUF .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tDFuylRhUF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tDFuylRhUF .copyright {
  color: #bbbbbb;
}
.cid-tDFuylRhUF .mbr-section-subtitle {
  text-align: left;
}
.cid-tDFEf5kR2o {
  z-index: 1000;
  width: 100%;
}
.cid-tDFEf5kR2o nav.navbar {
  position: fixed;
}
.cid-tDFEf5kR2o .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-tDFEf5kR2o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDFEf5kR2o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDFEf5kR2o .dropdown-item:hover,
.cid-tDFEf5kR2o .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tDFEf5kR2o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDFEf5kR2o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDFEf5kR2o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDFEf5kR2o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDFEf5kR2o .nav-link {
  position: relative;
}
.cid-tDFEf5kR2o .container {
  display: flex;
  margin: auto;
}
.cid-tDFEf5kR2o .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDFEf5kR2o .dropdown-menu,
.cid-tDFEf5kR2o .navbar.opened {
  background: #5f6366 !important;
}
.cid-tDFEf5kR2o .nav-item:focus,
.cid-tDFEf5kR2o .nav-link:focus {
  outline: none;
}
.cid-tDFEf5kR2o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDFEf5kR2o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDFEf5kR2o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDFEf5kR2o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDFEf5kR2o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDFEf5kR2o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDFEf5kR2o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tDFEf5kR2o .navbar.opened {
  transition: all 0.3s;
}
.cid-tDFEf5kR2o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDFEf5kR2o .navbar .navbar-logo img {
  width: auto;
}
.cid-tDFEf5kR2o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDFEf5kR2o .navbar.collapsed {
  justify-content: center;
}
.cid-tDFEf5kR2o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDFEf5kR2o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDFEf5kR2o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tDFEf5kR2o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDFEf5kR2o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDFEf5kR2o .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-tDFEf5kR2o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDFEf5kR2o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDFEf5kR2o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDFEf5kR2o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDFEf5kR2o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDFEf5kR2o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDFEf5kR2o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDFEf5kR2o .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-tDFEf5kR2o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDFEf5kR2o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDFEf5kR2o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDFEf5kR2o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDFEf5kR2o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDFEf5kR2o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDFEf5kR2o .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDFEf5kR2o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDFEf5kR2o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDFEf5kR2o .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-tDFEf5kR2o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDFEf5kR2o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDFEf5kR2o .dropdown-item.active,
.cid-tDFEf5kR2o .dropdown-item:active {
  background-color: transparent;
}
.cid-tDFEf5kR2o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDFEf5kR2o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDFEf5kR2o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDFEf5kR2o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tDFEf5kR2o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDFEf5kR2o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDFEf5kR2o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDFEf5kR2o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDFEf5kR2o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDFEf5kR2o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDFEf5kR2o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDFEf5kR2o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDFEf5kR2o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDFEf5kR2o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDFEf5kR2o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDFEf5kR2o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDFEf5kR2o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDFEf5kR2o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDFEf5kR2o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDFEf5kR2o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDFEf5kR2o .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-tDFEf5kR2o .navbar {
    height: 70px;
  }
  .cid-tDFEf5kR2o .navbar.opened {
    height: auto;
  }
  .cid-tDFEf5kR2o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDFEf5MHJO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-29.webp");
}
.cid-tDFEf5MHJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFEf5MHJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFECu3bNL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDFECu3bNL .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tImTrk1UKG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tImTrk1UKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tImTrk1UKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tImTrk1UKG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tImTrk1UKG .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tImTrk1UKG .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tImTrk1UKG .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tImTrk1UKG .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-tImTrk1UKG .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tImTrk1UKG .carousel-control,
.cid-tImTrk1UKG .close {
  background: #1b1b1b;
}
.cid-tImTrk1UKG .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tImTrk1UKG .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tImTrk1UKG .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tImTrk1UKG .carousel-control-next span {
  margin-left: 5px;
}
.cid-tImTrk1UKG .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-tImTrk1UKG .close::before {
  content: '\e91a';
}
.cid-tImTrk1UKG .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tImTrk1UKG .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-tImTrk1UKG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tImTrk1UKG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tImTrk1UKG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tImTrk1UKG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tImTrk1UKG .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-tImTrk1UKG .carousel-indicators li.active,
.cid-tImTrk1UKG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tImTrk1UKG .carousel-indicators li::after,
.cid-tImTrk1UKG .carousel-indicators li::before {
  content: none;
}
.cid-tImTrk1UKG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tImTrk1UKG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tImTrk1UKG .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tImTrk1UKG .carousel-indicators {
    display: none;
  }
}
.cid-tImTrk1UKG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tImTrk1UKG .carousel-inner > .active {
  display: block;
}
.cid-tImTrk1UKG .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tImTrk1UKG .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tImTrk1UKG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tImTrk1UKG .carousel-control,
  .cid-tImTrk1UKG .carousel-indicators,
  .cid-tImTrk1UKG .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tImTrk1UKG .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tImTrk1UKG .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tImTrk1UKG .carousel-indicators .active,
.cid-tImTrk1UKG .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tImTrk1UKG .carousel-indicators .active {
  background: #fff;
}
.cid-tImTrk1UKG .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tImTrk1UKG .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tImTrk1UKG .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tImTrk1UKG .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tImTrk1UKG .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tImTrk1UKG .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tImTrk1UKG .carousel {
  width: 100%;
}
.cid-tImTrk1UKG .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tImTrk1UKG .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tImTrk1UKG .modal.fade .modal-dialog,
.cid-tImTrk1UKG .modal.in .modal-dialog {
  transform: none;
}
.cid-tImTrk1UKG .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tImTrk1UKG H6 {
  text-align: center;
}
.cid-tImUG18XUl {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDFMoNKraP {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tDFMoNKraP blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tDFEf7B9VO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDFEf7XqQ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tDFEf7XqQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFEf7XqQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFEf7XqQ7 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tDFEf7XqQ7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDFEf7XqQ7 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tDFEf7XqQ7 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tDFEf7XqQ7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tDFEf7XqQ7 .copyright {
  color: #bbbbbb;
}
.cid-tDFEf7XqQ7 .mbr-section-subtitle {
  text-align: left;
}
.cid-tDFJI2tjQ3 {
  z-index: 1000;
  width: 100%;
}
.cid-tDFJI2tjQ3 nav.navbar {
  position: fixed;
}
.cid-tDFJI2tjQ3 .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-tDFJI2tjQ3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDFJI2tjQ3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDFJI2tjQ3 .dropdown-item:hover,
.cid-tDFJI2tjQ3 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tDFJI2tjQ3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDFJI2tjQ3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDFJI2tjQ3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDFJI2tjQ3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDFJI2tjQ3 .nav-link {
  position: relative;
}
.cid-tDFJI2tjQ3 .container {
  display: flex;
  margin: auto;
}
.cid-tDFJI2tjQ3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDFJI2tjQ3 .dropdown-menu,
.cid-tDFJI2tjQ3 .navbar.opened {
  background: #5f6366 !important;
}
.cid-tDFJI2tjQ3 .nav-item:focus,
.cid-tDFJI2tjQ3 .nav-link:focus {
  outline: none;
}
.cid-tDFJI2tjQ3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDFJI2tjQ3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDFJI2tjQ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDFJI2tjQ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDFJI2tjQ3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDFJI2tjQ3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDFJI2tjQ3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tDFJI2tjQ3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDFJI2tjQ3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDFJI2tjQ3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tDFJI2tjQ3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDFJI2tjQ3 .navbar.collapsed {
  justify-content: center;
}
.cid-tDFJI2tjQ3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDFJI2tjQ3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDFJI2tjQ3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tDFJI2tjQ3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDFJI2tjQ3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDFJI2tjQ3 .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-tDFJI2tjQ3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDFJI2tjQ3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDFJI2tjQ3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDFJI2tjQ3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDFJI2tjQ3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDFJI2tjQ3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDFJI2tjQ3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDFJI2tjQ3 .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-tDFJI2tjQ3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDFJI2tjQ3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDFJI2tjQ3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDFJI2tjQ3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDFJI2tjQ3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDFJI2tjQ3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDFJI2tjQ3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDFJI2tjQ3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDFJI2tjQ3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDFJI2tjQ3 .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-tDFJI2tjQ3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDFJI2tjQ3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDFJI2tjQ3 .dropdown-item.active,
.cid-tDFJI2tjQ3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDFJI2tjQ3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDFJI2tjQ3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDFJI2tjQ3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDFJI2tjQ3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tDFJI2tjQ3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDFJI2tjQ3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDFJI2tjQ3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDFJI2tjQ3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDFJI2tjQ3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDFJI2tjQ3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDFJI2tjQ3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDFJI2tjQ3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDFJI2tjQ3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDFJI2tjQ3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDFJI2tjQ3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDFJI2tjQ3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDFJI2tjQ3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDFJI2tjQ3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDFJI2tjQ3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDFJI2tjQ3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDFJI2tjQ3 .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-tDFJI2tjQ3 .navbar {
    height: 70px;
  }
  .cid-tDFJI2tjQ3 .navbar.opened {
    height: auto;
  }
  .cid-tDFJI2tjQ3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDFJI2Th4q {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-30.webp");
}
.cid-tDFJI2Th4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFJI2Th4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFJI3gcDb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDFJI3gcDb .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uanyuOo6IS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffbec;
}
.cid-uanyuOo6IS img,
.cid-uanyuOo6IS .item-img {
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uanyuOo6IS .item:focus,
.cid-uanyuOo6IS span:focus {
  outline: none;
}
.cid-uanyuOo6IS .item-wrapper {
  position: relative;
}
.cid-uanyuOo6IS .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uanyuOo6IS .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uanyuOo6IS .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-uanyuOo6IS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uanyuOo6IS .mbr-section-title {
  color: #232323;
}
.cid-uanyuOo6IS .mbr-text,
.cid-uanyuOo6IS .mbr-section-btn {
  text-align: center;
}
.cid-uanyuOo6IS .item-title {
  text-align: center;
}
.cid-uanyuOo6IS .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uanyuOo6IS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uanyuOo6IS .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uanyuOo6IS .embla__button--next,
.cid-uanyuOo6IS .embla__button--prev {
  display: flex;
}
.cid-uanyuOo6IS .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uanyuOo6IS .embla__button {
    display: none;
  }
}
.cid-uanyuOo6IS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uanyuOo6IS .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uanyuOo6IS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uanyuOo6IS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uanyuOo6IS .embla__button {
    top: auto;
  }
}
.cid-uanyuOo6IS .embla {
  position: relative;
  width: 100%;
}
.cid-uanyuOo6IS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uanyuOo6IS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uanyuOo6IS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uanyuOo6IS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tJTtfvYR1e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tJTtfvYR1e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJTtfvYR1e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJTtfvYR1e .item {
  padding-bottom: 2rem;
}
.cid-tJTtfvYR1e .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tJTtfvYR1e .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tJTtfvYR1e .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-tJTtfvYR1e .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJTtfvYR1e .carousel-control,
.cid-tJTtfvYR1e .close {
  background: #1b1b1b;
}
.cid-tJTtfvYR1e .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJTtfvYR1e .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJTtfvYR1e .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJTtfvYR1e .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJTtfvYR1e .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-tJTtfvYR1e .close::before {
  content: '\e91a';
}
.cid-tJTtfvYR1e .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJTtfvYR1e .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-tJTtfvYR1e .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJTtfvYR1e .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJTtfvYR1e .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJTtfvYR1e .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJTtfvYR1e .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-tJTtfvYR1e .carousel-indicators li.active,
.cid-tJTtfvYR1e .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJTtfvYR1e .carousel-indicators li::after,
.cid-tJTtfvYR1e .carousel-indicators li::before {
  content: none;
}
.cid-tJTtfvYR1e .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJTtfvYR1e .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJTtfvYR1e .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJTtfvYR1e .carousel-indicators {
    display: none;
  }
}
.cid-tJTtfvYR1e .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJTtfvYR1e .carousel-inner > .active {
  display: block;
}
.cid-tJTtfvYR1e .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJTtfvYR1e .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJTtfvYR1e .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJTtfvYR1e .carousel-control,
  .cid-tJTtfvYR1e .carousel-indicators,
  .cid-tJTtfvYR1e .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJTtfvYR1e .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJTtfvYR1e .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJTtfvYR1e .carousel-indicators .active,
.cid-tJTtfvYR1e .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJTtfvYR1e .carousel-indicators .active {
  background: #fff;
}
.cid-tJTtfvYR1e .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJTtfvYR1e .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJTtfvYR1e .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJTtfvYR1e .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJTtfvYR1e .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJTtfvYR1e .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJTtfvYR1e .carousel {
  width: 100%;
}
.cid-tJTtfvYR1e .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJTtfvYR1e .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJTtfvYR1e .modal.fade .modal-dialog,
.cid-tJTtfvYR1e .modal.in .modal-dialog {
  transform: none;
}
.cid-tJTtfvYR1e .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJTtfvYR1e H6 {
  text-align: center;
}
.cid-tJTEitguTK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tJTEitguTK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJTEitguTK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJTEitguTK .item {
  padding-bottom: 2rem;
}
.cid-tJTEitguTK .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tJTEitguTK .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tJTEitguTK .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-tJTEitguTK .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tJTEitguTK .carousel-control,
.cid-tJTEitguTK .close {
  background: #1b1b1b;
}
.cid-tJTEitguTK .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tJTEitguTK .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tJTEitguTK .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tJTEitguTK .carousel-control-next span {
  margin-left: 5px;
}
.cid-tJTEitguTK .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-tJTEitguTK .close::before {
  content: '\e91a';
}
.cid-tJTEitguTK .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJTEitguTK .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-tJTEitguTK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJTEitguTK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tJTEitguTK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tJTEitguTK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tJTEitguTK .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-tJTEitguTK .carousel-indicators li.active,
.cid-tJTEitguTK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tJTEitguTK .carousel-indicators li::after,
.cid-tJTEitguTK .carousel-indicators li::before {
  content: none;
}
.cid-tJTEitguTK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tJTEitguTK .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tJTEitguTK .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tJTEitguTK .carousel-indicators {
    display: none;
  }
}
.cid-tJTEitguTK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tJTEitguTK .carousel-inner > .active {
  display: block;
}
.cid-tJTEitguTK .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tJTEitguTK .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tJTEitguTK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tJTEitguTK .carousel-control,
  .cid-tJTEitguTK .carousel-indicators,
  .cid-tJTEitguTK .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tJTEitguTK .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tJTEitguTK .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tJTEitguTK .carousel-indicators .active,
.cid-tJTEitguTK .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tJTEitguTK .carousel-indicators .active {
  background: #fff;
}
.cid-tJTEitguTK .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tJTEitguTK .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tJTEitguTK .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tJTEitguTK .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tJTEitguTK .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tJTEitguTK .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tJTEitguTK .carousel {
  width: 100%;
}
.cid-tJTEitguTK .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tJTEitguTK .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tJTEitguTK .modal.fade .modal-dialog,
.cid-tJTEitguTK .modal.in .modal-dialog {
  transform: none;
}
.cid-tJTEitguTK .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tJTEitguTK H6 {
  text-align: center;
}
.cid-tDFKJUcU7t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f2e2df;
}
.cid-tDFKJUcU7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFKJUcU7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFKJUcU7t .item {
  padding-bottom: 2rem;
}
.cid-tDFKJUcU7t .item-wrapper {
  position: relative;
}
.cid-tDFKJUcU7t .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-tDFKJUcU7t .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDFKJUcU7t .carousel-control,
.cid-tDFKJUcU7t .close {
  background: #1b1b1b;
}
.cid-tDFKJUcU7t .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDFKJUcU7t .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDFKJUcU7t .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDFKJUcU7t .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDFKJUcU7t .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-tDFKJUcU7t .close::before {
  content: '\e91a';
}
.cid-tDFKJUcU7t .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDFKJUcU7t .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-tDFKJUcU7t .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDFKJUcU7t .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDFKJUcU7t .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDFKJUcU7t .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDFKJUcU7t .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-tDFKJUcU7t .carousel-indicators li.active,
.cid-tDFKJUcU7t .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDFKJUcU7t .carousel-indicators li::after,
.cid-tDFKJUcU7t .carousel-indicators li::before {
  content: none;
}
.cid-tDFKJUcU7t .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDFKJUcU7t .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDFKJUcU7t .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDFKJUcU7t .carousel-indicators {
    display: none;
  }
}
.cid-tDFKJUcU7t .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDFKJUcU7t .carousel-inner > .active {
  display: block;
}
.cid-tDFKJUcU7t .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDFKJUcU7t .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDFKJUcU7t .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDFKJUcU7t .carousel-control,
  .cid-tDFKJUcU7t .carousel-indicators,
  .cid-tDFKJUcU7t .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDFKJUcU7t .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDFKJUcU7t .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDFKJUcU7t .carousel-indicators .active,
.cid-tDFKJUcU7t .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDFKJUcU7t .carousel-indicators .active {
  background: #fff;
}
.cid-tDFKJUcU7t .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDFKJUcU7t .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDFKJUcU7t .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDFKJUcU7t .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDFKJUcU7t .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDFKJUcU7t .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDFKJUcU7t .carousel {
  width: 100%;
}
.cid-tDFKJUcU7t .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDFKJUcU7t .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDFKJUcU7t .modal.fade .modal-dialog,
.cid-tDFKJUcU7t .modal.in .modal-dialog {
  transform: none;
}
.cid-tDFKJUcU7t .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDFKJUcU7t H6 {
  text-align: center;
}
.cid-tDFKWkzF5A {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDFKWkzF5A blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tDFJI4syR9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDFJI4YMbE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tDFJI4YMbE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDFJI4YMbE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDFJI4YMbE .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tDFJI4YMbE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDFJI4YMbE .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tDFJI4YMbE .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tDFJI4YMbE div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tDFJI4YMbE .copyright {
  color: #bbbbbb;
}
.cid-tDFJI4YMbE .mbr-section-subtitle {
  text-align: left;
}
.cid-tFa2hU6jB5 {
  z-index: 1000;
  width: 100%;
}
.cid-tFa2hU6jB5 nav.navbar {
  position: fixed;
}
.cid-tFa2hU6jB5 .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-tFa2hU6jB5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFa2hU6jB5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tFa2hU6jB5 .dropdown-item:hover,
.cid-tFa2hU6jB5 .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tFa2hU6jB5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFa2hU6jB5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFa2hU6jB5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFa2hU6jB5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFa2hU6jB5 .nav-link {
  position: relative;
}
.cid-tFa2hU6jB5 .container {
  display: flex;
  margin: auto;
}
.cid-tFa2hU6jB5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tFa2hU6jB5 .dropdown-menu,
.cid-tFa2hU6jB5 .navbar.opened {
  background: #5f6366 !important;
}
.cid-tFa2hU6jB5 .nav-item:focus,
.cid-tFa2hU6jB5 .nav-link:focus {
  outline: none;
}
.cid-tFa2hU6jB5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFa2hU6jB5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFa2hU6jB5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFa2hU6jB5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFa2hU6jB5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFa2hU6jB5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFa2hU6jB5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tFa2hU6jB5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tFa2hU6jB5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFa2hU6jB5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tFa2hU6jB5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFa2hU6jB5 .navbar.collapsed {
  justify-content: center;
}
.cid-tFa2hU6jB5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFa2hU6jB5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFa2hU6jB5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tFa2hU6jB5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFa2hU6jB5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFa2hU6jB5 .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-tFa2hU6jB5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFa2hU6jB5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFa2hU6jB5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFa2hU6jB5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFa2hU6jB5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFa2hU6jB5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFa2hU6jB5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFa2hU6jB5 .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-tFa2hU6jB5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFa2hU6jB5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFa2hU6jB5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFa2hU6jB5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFa2hU6jB5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFa2hU6jB5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFa2hU6jB5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFa2hU6jB5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFa2hU6jB5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFa2hU6jB5 .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-tFa2hU6jB5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFa2hU6jB5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFa2hU6jB5 .dropdown-item.active,
.cid-tFa2hU6jB5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tFa2hU6jB5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFa2hU6jB5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFa2hU6jB5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFa2hU6jB5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tFa2hU6jB5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFa2hU6jB5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFa2hU6jB5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFa2hU6jB5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFa2hU6jB5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tFa2hU6jB5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tFa2hU6jB5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFa2hU6jB5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFa2hU6jB5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFa2hU6jB5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFa2hU6jB5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFa2hU6jB5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFa2hU6jB5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFa2hU6jB5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFa2hU6jB5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFa2hU6jB5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFa2hU6jB5 .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-tFa2hU6jB5 .navbar {
    height: 70px;
  }
  .cid-tFa2hU6jB5 .navbar.opened {
    height: auto;
  }
  .cid-tFa2hU6jB5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFa2hUrKHz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-32.webp");
}
.cid-tFa2hUrKHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFa2hUrKHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tImSm8osST {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tImSm8osST .mbr-fallback-image.disabled {
  display: none;
}
.cid-tImSm8osST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tImSm8osST .video-wrapper iframe {
  width: 100%;
}
.cid-tImSm8osST .mbr-section-title,
.cid-tImSm8osST .mbr-section-subtitle,
.cid-tImSm8osST .mbr-text {
  text-align: center;
}
.cid-tFa3nUpUtn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tFa3nUpUtn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFa3nUpUtn .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-tFa3nUpUtn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tFa3nUpUtn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tFa3nUpUtn .text-wrapper {
    padding: 2rem;
  }
}
.cid-tFa2hVzmXN {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #bed3f9;
}
.cid-tFa2hVzmXN .mbr-text {
  text-align: center;
}
.cid-tFa2hVzmXN .mbr-section-title {
  text-align: center;
}
.cid-tFa2hVQtou {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tFa2hW5mxl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tFa2hW5mxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFa2hW5mxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFa2hW5mxl .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tFa2hW5mxl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tFa2hW5mxl .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tFa2hW5mxl .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tFa2hW5mxl div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tFa2hW5mxl .copyright {
  color: #bbbbbb;
}
.cid-tFa2hW5mxl .mbr-section-subtitle {
  text-align: left;
}
.cid-tFxXYoR50l {
  z-index: 1000;
  width: 100%;
}
.cid-tFxXYoR50l nav.navbar {
  position: fixed;
}
.cid-tFxXYoR50l .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-tFxXYoR50l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFxXYoR50l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tFxXYoR50l .dropdown-item:hover,
.cid-tFxXYoR50l .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tFxXYoR50l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFxXYoR50l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFxXYoR50l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFxXYoR50l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFxXYoR50l .nav-link {
  position: relative;
}
.cid-tFxXYoR50l .container {
  display: flex;
  margin: auto;
}
.cid-tFxXYoR50l .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tFxXYoR50l .dropdown-menu,
.cid-tFxXYoR50l .navbar.opened {
  background: #5f6366 !important;
}
.cid-tFxXYoR50l .nav-item:focus,
.cid-tFxXYoR50l .nav-link:focus {
  outline: none;
}
.cid-tFxXYoR50l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFxXYoR50l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFxXYoR50l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFxXYoR50l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFxXYoR50l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFxXYoR50l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFxXYoR50l .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tFxXYoR50l .navbar.opened {
  transition: all 0.3s;
}
.cid-tFxXYoR50l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFxXYoR50l .navbar .navbar-logo img {
  width: auto;
}
.cid-tFxXYoR50l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFxXYoR50l .navbar.collapsed {
  justify-content: center;
}
.cid-tFxXYoR50l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFxXYoR50l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFxXYoR50l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tFxXYoR50l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFxXYoR50l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFxXYoR50l .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-tFxXYoR50l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFxXYoR50l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFxXYoR50l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFxXYoR50l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFxXYoR50l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFxXYoR50l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFxXYoR50l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFxXYoR50l .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-tFxXYoR50l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFxXYoR50l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFxXYoR50l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFxXYoR50l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFxXYoR50l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFxXYoR50l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFxXYoR50l .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFxXYoR50l .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFxXYoR50l .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFxXYoR50l .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-tFxXYoR50l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFxXYoR50l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFxXYoR50l .dropdown-item.active,
.cid-tFxXYoR50l .dropdown-item:active {
  background-color: transparent;
}
.cid-tFxXYoR50l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFxXYoR50l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFxXYoR50l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFxXYoR50l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tFxXYoR50l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFxXYoR50l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFxXYoR50l ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFxXYoR50l .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFxXYoR50l button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tFxXYoR50l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tFxXYoR50l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFxXYoR50l button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFxXYoR50l button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFxXYoR50l button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFxXYoR50l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFxXYoR50l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFxXYoR50l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFxXYoR50l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFxXYoR50l .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFxXYoR50l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFxXYoR50l .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-tFxXYoR50l .navbar {
    height: 70px;
  }
  .cid-tFxXYoR50l .navbar.opened {
    height: auto;
  }
  .cid-tFxXYoR50l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFxXYpbCS6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-42.webp");
}
.cid-tFxXYpbCS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFxXYpbCS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVLcyuGH4J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tVLcyuGH4J .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tVLcyuGH4J .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tVLcyuGH4J .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tVLcyuGH4J .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #4479d9;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOetaxqZkf {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tOetaxqZkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOetaxqZkf .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-tOetaxqZkf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOetaxqZkf .row {
  flex-direction: row-reverse;
}
.cid-tOetaxqZkf img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tOetaxqZkf .text-wrapper {
    padding: 2rem;
  }
}
.cid-tNziqCYqhj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNziqCYqhj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNziqCYqhj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNziqCYqhj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tNziqCYqhj .row {
    flex-direction: column-reverse;
  }
  .cid-tNziqCYqhj .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tNziqCYqhj .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tNziqCYqhj .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tNziqCYqhj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tNzoEHl3AP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tNzoEHl3AP .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tNzoEHl3AP .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tNzoEHl3AP .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #056123;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-tFxXYpsyMV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9fdbf8;
}
.cid-tFxXYpsyMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFxXYpsyMV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFxXYpsyMV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tFxXYpsyMV .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tFxXYpsyMV .embla__button--next,
.cid-tFxXYpsyMV .embla__button--prev {
  display: flex;
}
.cid-tFxXYpsyMV .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tFxXYpsyMV .embla__button {
    display: none;
  }
}
.cid-tFxXYpsyMV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tFxXYpsyMV .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tFxXYpsyMV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tFxXYpsyMV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tFxXYpsyMV .embla__button {
    top: auto;
  }
}
.cid-tFxXYpsyMV .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tFxXYpsyMV .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tFxXYpsyMV .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tFxXYpsyMV .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tFxXYpsyMV .embla {
  position: relative;
  width: 100%;
}
.cid-tFxXYpsyMV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tFxXYpsyMV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tFxXYpsyMV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tFxXYpsyMV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tFxXYpsyMV .user_name {
  text-align: center;
  color: #4479d9;
}
.cid-tFy7FtwTE6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-tFy7FtwTE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFy7FtwTE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFy7FtwTE6 .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tFy7FtwTE6 .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-tFy7FtwTE6 .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-tFy7FtwTE6 .wrapper {
  padding: 30px 0;
}
.cid-tFy7FtwTE6 .mbr-section-title {
  color: #fafafa;
}
.cid-tFy7FtwTE6 .mbr-text,
.cid-tFy7FtwTE6 .mbr-section-btn {
  color: #ffffff;
}
.cid-tFxXYrz3b1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFxXYrz3b1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFxXYrz3b1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFxXYrz3b1 .card-wrapper {
  background: #e43f3f;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tFxXYrz3b1 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tFxXYrz3b1 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tFxXYrz3b1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tFxXYrz3b1 .mbr-text,
.cid-tFxXYrz3b1 .mbr-section-btn {
  color: #ffffff;
}
.cid-tFxXYrz3b1 .card-title,
.cid-tFxXYrz3b1 .card-box {
  text-align: center;
}
.cid-tFxXYrR4z5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tFxXYrR4z5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFxXYrR4z5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFxXYrR4z5 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tFxXYrR4z5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tFxXYrR4z5 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tFxXYrR4z5 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tFxXYrR4z5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tFxXYrR4z5 .copyright {
  color: #bbbbbb;
}
.cid-tFxXYrR4z5 .mbr-section-subtitle {
  text-align: left;
}
.cid-tFyCuYsuJs {
  z-index: 1000;
  width: 100%;
}
.cid-tFyCuYsuJs nav.navbar {
  position: fixed;
}
.cid-tFyCuYsuJs .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-tFyCuYsuJs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tFyCuYsuJs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tFyCuYsuJs .dropdown-item:hover,
.cid-tFyCuYsuJs .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tFyCuYsuJs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tFyCuYsuJs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tFyCuYsuJs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tFyCuYsuJs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tFyCuYsuJs .nav-link {
  position: relative;
}
.cid-tFyCuYsuJs .container {
  display: flex;
  margin: auto;
}
.cid-tFyCuYsuJs .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tFyCuYsuJs .dropdown-menu,
.cid-tFyCuYsuJs .navbar.opened {
  background: #5f6366 !important;
}
.cid-tFyCuYsuJs .nav-item:focus,
.cid-tFyCuYsuJs .nav-link:focus {
  outline: none;
}
.cid-tFyCuYsuJs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tFyCuYsuJs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tFyCuYsuJs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tFyCuYsuJs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tFyCuYsuJs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tFyCuYsuJs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tFyCuYsuJs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tFyCuYsuJs .navbar.opened {
  transition: all 0.3s;
}
.cid-tFyCuYsuJs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tFyCuYsuJs .navbar .navbar-logo img {
  width: auto;
}
.cid-tFyCuYsuJs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tFyCuYsuJs .navbar.collapsed {
  justify-content: center;
}
.cid-tFyCuYsuJs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tFyCuYsuJs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tFyCuYsuJs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tFyCuYsuJs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tFyCuYsuJs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tFyCuYsuJs .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-tFyCuYsuJs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tFyCuYsuJs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tFyCuYsuJs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tFyCuYsuJs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tFyCuYsuJs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tFyCuYsuJs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tFyCuYsuJs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tFyCuYsuJs .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-tFyCuYsuJs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tFyCuYsuJs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tFyCuYsuJs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tFyCuYsuJs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tFyCuYsuJs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tFyCuYsuJs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tFyCuYsuJs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tFyCuYsuJs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tFyCuYsuJs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tFyCuYsuJs .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-tFyCuYsuJs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tFyCuYsuJs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tFyCuYsuJs .dropdown-item.active,
.cid-tFyCuYsuJs .dropdown-item:active {
  background-color: transparent;
}
.cid-tFyCuYsuJs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tFyCuYsuJs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tFyCuYsuJs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tFyCuYsuJs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tFyCuYsuJs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tFyCuYsuJs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tFyCuYsuJs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tFyCuYsuJs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tFyCuYsuJs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tFyCuYsuJs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tFyCuYsuJs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tFyCuYsuJs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFyCuYsuJs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tFyCuYsuJs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tFyCuYsuJs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFyCuYsuJs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tFyCuYsuJs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tFyCuYsuJs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tFyCuYsuJs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tFyCuYsuJs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tFyCuYsuJs .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-tFyCuYsuJs .navbar {
    height: 70px;
  }
  .cid-tFyCuYsuJs .navbar.opened {
    height: auto;
  }
  .cid-tFyCuYsuJs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tFyCuYRA91 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-43.webp");
}
.cid-tFyCuYRA91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFyCuYRA91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFyDxhAwVD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe4e4;
}
.cid-tFyCv0hoEp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tFyCv0hoEp blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tFyCv0zfAQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFyCv0QPIP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tFyCv0QPIP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tFyCv0QPIP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tFyCv0QPIP .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tFyCv0QPIP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tFyCv0QPIP .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tFyCv0QPIP .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tFyCv0QPIP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tFyCv0QPIP .copyright {
  color: #bbbbbb;
}
.cid-tFyCv0QPIP .mbr-section-subtitle {
  text-align: left;
}
.cid-tG2T5Ml0Sn {
  z-index: 1000;
  width: 100%;
}
.cid-tG2T5Ml0Sn nav.navbar {
  position: fixed;
}
.cid-tG2T5Ml0Sn .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-tG2T5Ml0Sn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG2T5Ml0Sn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG2T5Ml0Sn .dropdown-item:hover,
.cid-tG2T5Ml0Sn .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tG2T5Ml0Sn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG2T5Ml0Sn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG2T5Ml0Sn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG2T5Ml0Sn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG2T5Ml0Sn .nav-link {
  position: relative;
}
.cid-tG2T5Ml0Sn .container {
  display: flex;
  margin: auto;
}
.cid-tG2T5Ml0Sn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG2T5Ml0Sn .dropdown-menu,
.cid-tG2T5Ml0Sn .navbar.opened {
  background: #5f6366 !important;
}
.cid-tG2T5Ml0Sn .nav-item:focus,
.cid-tG2T5Ml0Sn .nav-link:focus {
  outline: none;
}
.cid-tG2T5Ml0Sn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG2T5Ml0Sn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG2T5Ml0Sn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG2T5Ml0Sn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG2T5Ml0Sn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG2T5Ml0Sn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG2T5Ml0Sn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tG2T5Ml0Sn .navbar.opened {
  transition: all 0.3s;
}
.cid-tG2T5Ml0Sn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG2T5Ml0Sn .navbar .navbar-logo img {
  width: auto;
}
.cid-tG2T5Ml0Sn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG2T5Ml0Sn .navbar.collapsed {
  justify-content: center;
}
.cid-tG2T5Ml0Sn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG2T5Ml0Sn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG2T5Ml0Sn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tG2T5Ml0Sn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG2T5Ml0Sn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG2T5Ml0Sn .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-tG2T5Ml0Sn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG2T5Ml0Sn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG2T5Ml0Sn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG2T5Ml0Sn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG2T5Ml0Sn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG2T5Ml0Sn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG2T5Ml0Sn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG2T5Ml0Sn .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-tG2T5Ml0Sn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG2T5Ml0Sn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG2T5Ml0Sn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG2T5Ml0Sn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG2T5Ml0Sn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG2T5Ml0Sn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tG2T5Ml0Sn .navbar.navbar-short {
  min-height: 60px;
}
.cid-tG2T5Ml0Sn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG2T5Ml0Sn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG2T5Ml0Sn .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-tG2T5Ml0Sn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG2T5Ml0Sn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG2T5Ml0Sn .dropdown-item.active,
.cid-tG2T5Ml0Sn .dropdown-item:active {
  background-color: transparent;
}
.cid-tG2T5Ml0Sn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG2T5Ml0Sn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG2T5Ml0Sn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG2T5Ml0Sn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tG2T5Ml0Sn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG2T5Ml0Sn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG2T5Ml0Sn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG2T5Ml0Sn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG2T5Ml0Sn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG2T5Ml0Sn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tG2T5Ml0Sn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG2T5Ml0Sn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG2T5Ml0Sn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG2T5Ml0Sn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG2T5Ml0Sn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG2T5Ml0Sn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG2T5Ml0Sn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG2T5Ml0Sn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG2T5Ml0Sn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG2T5Ml0Sn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG2T5Ml0Sn .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-tG2T5Ml0Sn .navbar {
    height: 70px;
  }
  .cid-tG2T5Ml0Sn .navbar.opened {
    height: auto;
  }
  .cid-tG2T5Ml0Sn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tG2T5MGmDw {
  background-image: url("../../../assets/images/cuckold-chat-room-hotwife-sexy.webp");
}
.cid-tG2T5MGmDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG2T5MGmDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG2T5MX56k {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tG2T5MX56k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG2T5MX56k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG2T5MX56k .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tG2T5MX56k .container {
    max-width: 1400px;
  }
}
.cid-tG2T5MX56k .card {
  margin: auto;
}
.cid-tG2T5MX56k .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #e43f3f;
  margin-bottom: 2rem;
}
.cid-tG2T5MX56k .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tG2T5MX56k .row {
  justify-content: center;
}
.cid-tG2T5MX56k H3 {
  color: #001d50;
}
.cid-tG2W58LuMq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tG2W58LuMq img,
.cid-tG2W58LuMq .item-img {
  width: 100%;
}
.cid-tG2W58LuMq .item:focus,
.cid-tG2W58LuMq span:focus {
  outline: none;
}
.cid-tG2W58LuMq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tG2W58LuMq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tG2W58LuMq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tG2W58LuMq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tG2W58LuMq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tG2W58LuMq .mbr-section-title {
  color: #232323;
}
.cid-tG2W58LuMq .mbr-text,
.cid-tG2W58LuMq .mbr-section-btn {
  text-align: left;
}
.cid-tG2W58LuMq .item-title {
  text-align: left;
}
.cid-tG2W58LuMq .item-subtitle {
  text-align: center;
}
.cid-tG2T5PsT53 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tG2T5PsT53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG2T5PsT53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG2T5PsT53 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tG2T5PsT53 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG2T5PsT53 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tG2T5PsT53 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tG2T5PsT53 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tG2T5PsT53 .copyright {
  color: #bbbbbb;
}
.cid-tG2T5PsT53 .mbr-section-subtitle {
  text-align: left;
}
.cid-tG8TFHmHjj {
  z-index: 1000;
  width: 100%;
}
.cid-tG8TFHmHjj nav.navbar {
  position: fixed;
}
.cid-tG8TFHmHjj .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-tG8TFHmHjj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tG8TFHmHjj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tG8TFHmHjj .dropdown-item:hover,
.cid-tG8TFHmHjj .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tG8TFHmHjj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tG8TFHmHjj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tG8TFHmHjj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tG8TFHmHjj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tG8TFHmHjj .nav-link {
  position: relative;
}
.cid-tG8TFHmHjj .container {
  display: flex;
  margin: auto;
}
.cid-tG8TFHmHjj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tG8TFHmHjj .dropdown-menu,
.cid-tG8TFHmHjj .navbar.opened {
  background: #5f6366 !important;
}
.cid-tG8TFHmHjj .nav-item:focus,
.cid-tG8TFHmHjj .nav-link:focus {
  outline: none;
}
.cid-tG8TFHmHjj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tG8TFHmHjj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tG8TFHmHjj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tG8TFHmHjj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tG8TFHmHjj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tG8TFHmHjj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tG8TFHmHjj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tG8TFHmHjj .navbar.opened {
  transition: all 0.3s;
}
.cid-tG8TFHmHjj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tG8TFHmHjj .navbar .navbar-logo img {
  width: auto;
}
.cid-tG8TFHmHjj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tG8TFHmHjj .navbar.collapsed {
  justify-content: center;
}
.cid-tG8TFHmHjj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tG8TFHmHjj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tG8TFHmHjj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tG8TFHmHjj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tG8TFHmHjj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tG8TFHmHjj .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-tG8TFHmHjj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tG8TFHmHjj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tG8TFHmHjj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tG8TFHmHjj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tG8TFHmHjj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tG8TFHmHjj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tG8TFHmHjj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tG8TFHmHjj .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-tG8TFHmHjj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tG8TFHmHjj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tG8TFHmHjj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tG8TFHmHjj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tG8TFHmHjj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tG8TFHmHjj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tG8TFHmHjj .navbar.navbar-short {
  min-height: 60px;
}
.cid-tG8TFHmHjj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tG8TFHmHjj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tG8TFHmHjj .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-tG8TFHmHjj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tG8TFHmHjj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tG8TFHmHjj .dropdown-item.active,
.cid-tG8TFHmHjj .dropdown-item:active {
  background-color: transparent;
}
.cid-tG8TFHmHjj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tG8TFHmHjj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tG8TFHmHjj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tG8TFHmHjj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tG8TFHmHjj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tG8TFHmHjj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tG8TFHmHjj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tG8TFHmHjj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tG8TFHmHjj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tG8TFHmHjj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tG8TFHmHjj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tG8TFHmHjj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG8TFHmHjj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tG8TFHmHjj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tG8TFHmHjj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG8TFHmHjj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tG8TFHmHjj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tG8TFHmHjj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tG8TFHmHjj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tG8TFHmHjj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tG8TFHmHjj .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-tG8TFHmHjj .navbar {
    height: 70px;
  }
  .cid-tG8TFHmHjj .navbar.opened {
    height: auto;
  }
  .cid-tG8TFHmHjj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tG8TFHLpYe {
  background-image: url("../../../assets/images/mbr-43.webp");
}
.cid-tG8TFHLpYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG8TFHLpYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG8TFI54TX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tG8TFI54TX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG8TFI54TX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG8TFI54TX .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tG8TFI54TX .container {
    max-width: 1400px;
  }
}
.cid-tG8TFI54TX .card {
  margin: auto;
}
.cid-tG8TFI54TX .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #e43f3f;
  margin-bottom: 2rem;
}
.cid-tG8TFI54TX .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tG8TFI54TX .row {
  justify-content: center;
}
.cid-tG8TFI54TX H3 {
  color: #001d50;
}
.cid-tG8TFIr2s4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tG8TFIr2s4 img,
.cid-tG8TFIr2s4 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tG8TFIr2s4 .item:focus,
.cid-tG8TFIr2s4 span:focus {
  outline: none;
}
.cid-tG8TFIr2s4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tG8TFIr2s4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tG8TFIr2s4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tG8TFIr2s4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tG8TFIr2s4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tG8TFIr2s4 .mbr-section-title {
  color: #232323;
}
.cid-tG8TFIr2s4 .mbr-text,
.cid-tG8TFIr2s4 .mbr-section-btn {
  text-align: left;
}
.cid-tG8TFIr2s4 .item-title {
  text-align: left;
}
.cid-tG8TFIr2s4 .item-subtitle {
  text-align: center;
}
.cid-tG8TFIS1Ow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tG8TFIS1Ow .mbr-fallback-image.disabled {
  display: none;
}
.cid-tG8TFIS1Ow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tG8TFIS1Ow .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tG8TFIS1Ow .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tG8TFIS1Ow .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tG8TFIS1Ow .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tG8TFIS1Ow div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tG8TFIS1Ow .copyright {
  color: #bbbbbb;
}
.cid-tG8TFIS1Ow .mbr-section-subtitle {
  text-align: left;
}
.cid-tGdE6lu5KW {
  z-index: 1000;
  width: 100%;
}
.cid-tGdE6lu5KW nav.navbar {
  position: fixed;
}
.cid-tGdE6lu5KW .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-tGdE6lu5KW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGdE6lu5KW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGdE6lu5KW .dropdown-item:hover,
.cid-tGdE6lu5KW .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tGdE6lu5KW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGdE6lu5KW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGdE6lu5KW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGdE6lu5KW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGdE6lu5KW .nav-link {
  position: relative;
}
.cid-tGdE6lu5KW .container {
  display: flex;
  margin: auto;
}
.cid-tGdE6lu5KW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGdE6lu5KW .dropdown-menu,
.cid-tGdE6lu5KW .navbar.opened {
  background: #5f6366 !important;
}
.cid-tGdE6lu5KW .nav-item:focus,
.cid-tGdE6lu5KW .nav-link:focus {
  outline: none;
}
.cid-tGdE6lu5KW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGdE6lu5KW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGdE6lu5KW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGdE6lu5KW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGdE6lu5KW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGdE6lu5KW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGdE6lu5KW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tGdE6lu5KW .navbar.opened {
  transition: all 0.3s;
}
.cid-tGdE6lu5KW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGdE6lu5KW .navbar .navbar-logo img {
  width: auto;
}
.cid-tGdE6lu5KW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGdE6lu5KW .navbar.collapsed {
  justify-content: center;
}
.cid-tGdE6lu5KW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGdE6lu5KW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGdE6lu5KW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tGdE6lu5KW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGdE6lu5KW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGdE6lu5KW .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-tGdE6lu5KW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGdE6lu5KW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGdE6lu5KW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGdE6lu5KW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGdE6lu5KW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGdE6lu5KW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGdE6lu5KW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGdE6lu5KW .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-tGdE6lu5KW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGdE6lu5KW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGdE6lu5KW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGdE6lu5KW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGdE6lu5KW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGdE6lu5KW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tGdE6lu5KW .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGdE6lu5KW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGdE6lu5KW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGdE6lu5KW .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-tGdE6lu5KW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGdE6lu5KW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGdE6lu5KW .dropdown-item.active,
.cid-tGdE6lu5KW .dropdown-item:active {
  background-color: transparent;
}
.cid-tGdE6lu5KW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGdE6lu5KW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGdE6lu5KW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGdE6lu5KW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tGdE6lu5KW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGdE6lu5KW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGdE6lu5KW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGdE6lu5KW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGdE6lu5KW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGdE6lu5KW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tGdE6lu5KW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGdE6lu5KW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGdE6lu5KW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGdE6lu5KW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGdE6lu5KW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGdE6lu5KW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGdE6lu5KW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGdE6lu5KW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGdE6lu5KW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGdE6lu5KW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGdE6lu5KW .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-tGdE6lu5KW .navbar {
    height: 70px;
  }
  .cid-tGdE6lu5KW .navbar.opened {
    height: auto;
  }
  .cid-tGdE6lu5KW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGdE6lRTt6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-2.webp");
}
.cid-tGdE6lRTt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGdE6lRTt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukzl7P4STG {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffe9e9;
}
.cid-ukzl7P4STG .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-ukzl7P4STG .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ukzl7P4STG .mbr-iconfont {
  font-size: 4rem;
  color: #4d6d9a;
  padding-right: 1.5rem;
}
.cid-ukzm2u0KQK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGdE6myxo4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tGdE6myxo4 img,
.cid-tGdE6myxo4 .item-img {
  width: 100%;
}
.cid-tGdE6myxo4 .item:focus,
.cid-tGdE6myxo4 span:focus {
  outline: none;
}
.cid-tGdE6myxo4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGdE6myxo4 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGdE6myxo4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGdE6myxo4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGdE6myxo4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGdE6myxo4 .mbr-section-title {
  color: #232323;
}
.cid-tGdE6myxo4 .mbr-text,
.cid-tGdE6myxo4 .mbr-section-btn {
  text-align: left;
}
.cid-tGdE6myxo4 .item-title {
  text-align: left;
}
.cid-tGdE6myxo4 .item-subtitle {
  text-align: center;
}
.cid-ukA99lYfTt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fee4fa;
}
.cid-tGdE6maXB3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tGdE6maXB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGdE6maXB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGdE6maXB3 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tGdE6maXB3 .container {
    max-width: 1400px;
  }
}
.cid-tGdE6maXB3 .card {
  margin: auto;
}
.cid-tGdE6maXB3 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #e43f3f;
  margin-bottom: 2rem;
}
.cid-tGdE6maXB3 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGdE6maXB3 .row {
  justify-content: center;
}
.cid-tGdE6maXB3 H3 {
  color: #001d50;
}
.cid-ukzl9bJ73A {
  padding-top: 17rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-ukzl9bJ73A .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ukzl9bJ73A .mbr-text,
.cid-ukzl9bJ73A .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-ukzl6lbHVC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f486cf;
}
.cid-ukzl6lbHVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzl6lbHVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukzl6lbHVC .mbr-section-title {
  color: #ffffff;
}
.cid-tGdE6mXUDk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tGdE6mXUDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGdE6mXUDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGdE6mXUDk .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tGdE6mXUDk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGdE6mXUDk .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tGdE6mXUDk .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tGdE6mXUDk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tGdE6mXUDk .copyright {
  color: #bbbbbb;
}
.cid-tGdE6mXUDk .mbr-section-subtitle {
  text-align: left;
}
.cid-tGdLjVwEbH {
  z-index: 1000;
  width: 100%;
}
.cid-tGdLjVwEbH nav.navbar {
  position: fixed;
}
.cid-tGdLjVwEbH .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-tGdLjVwEbH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGdLjVwEbH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tGdLjVwEbH .dropdown-item:hover,
.cid-tGdLjVwEbH .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tGdLjVwEbH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tGdLjVwEbH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tGdLjVwEbH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tGdLjVwEbH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGdLjVwEbH .nav-link {
  position: relative;
}
.cid-tGdLjVwEbH .container {
  display: flex;
  margin: auto;
}
.cid-tGdLjVwEbH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tGdLjVwEbH .dropdown-menu,
.cid-tGdLjVwEbH .navbar.opened {
  background: #5f6366 !important;
}
.cid-tGdLjVwEbH .nav-item:focus,
.cid-tGdLjVwEbH .nav-link:focus {
  outline: none;
}
.cid-tGdLjVwEbH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGdLjVwEbH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGdLjVwEbH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGdLjVwEbH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGdLjVwEbH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGdLjVwEbH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGdLjVwEbH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tGdLjVwEbH .navbar.opened {
  transition: all 0.3s;
}
.cid-tGdLjVwEbH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tGdLjVwEbH .navbar .navbar-logo img {
  width: auto;
}
.cid-tGdLjVwEbH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGdLjVwEbH .navbar.collapsed {
  justify-content: center;
}
.cid-tGdLjVwEbH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGdLjVwEbH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGdLjVwEbH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tGdLjVwEbH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGdLjVwEbH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGdLjVwEbH .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-tGdLjVwEbH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGdLjVwEbH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tGdLjVwEbH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tGdLjVwEbH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGdLjVwEbH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGdLjVwEbH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGdLjVwEbH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGdLjVwEbH .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-tGdLjVwEbH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGdLjVwEbH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGdLjVwEbH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGdLjVwEbH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGdLjVwEbH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGdLjVwEbH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tGdLjVwEbH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGdLjVwEbH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGdLjVwEbH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGdLjVwEbH .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-tGdLjVwEbH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGdLjVwEbH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGdLjVwEbH .dropdown-item.active,
.cid-tGdLjVwEbH .dropdown-item:active {
  background-color: transparent;
}
.cid-tGdLjVwEbH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGdLjVwEbH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGdLjVwEbH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGdLjVwEbH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tGdLjVwEbH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGdLjVwEbH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGdLjVwEbH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGdLjVwEbH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGdLjVwEbH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tGdLjVwEbH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tGdLjVwEbH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGdLjVwEbH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGdLjVwEbH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGdLjVwEbH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGdLjVwEbH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGdLjVwEbH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGdLjVwEbH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGdLjVwEbH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGdLjVwEbH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGdLjVwEbH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGdLjVwEbH .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-tGdLjVwEbH .navbar {
    height: 70px;
  }
  .cid-tGdLjVwEbH .navbar.opened {
    height: auto;
  }
  .cid-tGdLjVwEbH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGdLjVTbah {
  background-image: url("../../../assets/images/mbr-1.webp");
}
.cid-tGdLjVTbah .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGdLjVTbah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGdLjWdA2F {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tGdLjWdA2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGdLjWdA2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGdLjWdA2F .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tGdLjWdA2F .container {
    max-width: 1400px;
  }
}
.cid-tGdLjWdA2F .card {
  margin: auto;
}
.cid-tGdLjWdA2F .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #e43f3f;
  margin-bottom: 2rem;
}
.cid-tGdLjWdA2F .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tGdLjWdA2F .row {
  justify-content: center;
}
.cid-tGdLjWdA2F H3 {
  color: #001d50;
}
.cid-tGdLjWzDpT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tGdLjWzDpT img,
.cid-tGdLjWzDpT .item-img {
  width: 100%;
}
.cid-tGdLjWzDpT .item:focus,
.cid-tGdLjWzDpT span:focus {
  outline: none;
}
.cid-tGdLjWzDpT .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tGdLjWzDpT .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGdLjWzDpT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGdLjWzDpT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGdLjWzDpT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGdLjWzDpT .mbr-section-title {
  color: #232323;
}
.cid-tGdLjWzDpT .mbr-text,
.cid-tGdLjWzDpT .mbr-section-btn {
  text-align: left;
}
.cid-tGdLjWzDpT .item-title {
  text-align: left;
}
.cid-tGdLjWzDpT .item-subtitle {
  text-align: center;
}
.cid-tGdLjWXkFY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tGdLjWXkFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGdLjWXkFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGdLjWXkFY .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tGdLjWXkFY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGdLjWXkFY .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tGdLjWXkFY .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tGdLjWXkFY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tGdLjWXkFY .copyright {
  color: #bbbbbb;
}
.cid-tGdLjWXkFY .mbr-section-subtitle {
  text-align: left;
}
.cid-tHaa0QJvZM {
  z-index: 1000;
  width: 100%;
}
.cid-tHaa0QJvZM nav.navbar {
  position: fixed;
}
.cid-tHaa0QJvZM .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-tHaa0QJvZM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tHaa0QJvZM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tHaa0QJvZM .dropdown-item:hover,
.cid-tHaa0QJvZM .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tHaa0QJvZM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tHaa0QJvZM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tHaa0QJvZM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tHaa0QJvZM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tHaa0QJvZM .nav-link {
  position: relative;
}
.cid-tHaa0QJvZM .container {
  display: flex;
  margin: auto;
}
.cid-tHaa0QJvZM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tHaa0QJvZM .dropdown-menu,
.cid-tHaa0QJvZM .navbar.opened {
  background: #5f6366 !important;
}
.cid-tHaa0QJvZM .nav-item:focus,
.cid-tHaa0QJvZM .nav-link:focus {
  outline: none;
}
.cid-tHaa0QJvZM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tHaa0QJvZM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHaa0QJvZM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tHaa0QJvZM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tHaa0QJvZM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tHaa0QJvZM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tHaa0QJvZM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tHaa0QJvZM .navbar.opened {
  transition: all 0.3s;
}
.cid-tHaa0QJvZM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tHaa0QJvZM .navbar .navbar-logo img {
  width: auto;
}
.cid-tHaa0QJvZM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tHaa0QJvZM .navbar.collapsed {
  justify-content: center;
}
.cid-tHaa0QJvZM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tHaa0QJvZM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tHaa0QJvZM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tHaa0QJvZM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tHaa0QJvZM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tHaa0QJvZM .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-tHaa0QJvZM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tHaa0QJvZM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tHaa0QJvZM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tHaa0QJvZM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tHaa0QJvZM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tHaa0QJvZM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tHaa0QJvZM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tHaa0QJvZM .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-tHaa0QJvZM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tHaa0QJvZM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tHaa0QJvZM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tHaa0QJvZM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tHaa0QJvZM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tHaa0QJvZM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tHaa0QJvZM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tHaa0QJvZM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tHaa0QJvZM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tHaa0QJvZM .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-tHaa0QJvZM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tHaa0QJvZM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tHaa0QJvZM .dropdown-item.active,
.cid-tHaa0QJvZM .dropdown-item:active {
  background-color: transparent;
}
.cid-tHaa0QJvZM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tHaa0QJvZM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tHaa0QJvZM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tHaa0QJvZM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tHaa0QJvZM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tHaa0QJvZM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHaa0QJvZM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tHaa0QJvZM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tHaa0QJvZM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tHaa0QJvZM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tHaa0QJvZM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tHaa0QJvZM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHaa0QJvZM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tHaa0QJvZM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tHaa0QJvZM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHaa0QJvZM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tHaa0QJvZM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tHaa0QJvZM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tHaa0QJvZM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tHaa0QJvZM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tHaa0QJvZM .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-tHaa0QJvZM .navbar {
    height: 70px;
  }
  .cid-tHaa0QJvZM .navbar.opened {
    height: auto;
  }
  .cid-tHaa0QJvZM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tHaa0R8dWW {
  background-image: url("../../../assets/images/sexy-young-hotwife-1.webp");
}
.cid-tHaa0R8dWW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHaa0R8dWW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHaa0RtdBC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tHaa0RtdBC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHaa0RtdBC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHaa0RtdBC .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tHaa0RtdBC .container {
    max-width: 1400px;
  }
}
.cid-tHaa0RtdBC .card {
  margin: auto;
}
.cid-tHaa0RtdBC .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #e43f3f;
  margin-bottom: 2rem;
}
.cid-tHaa0RtdBC .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tHaa0RtdBC .row {
  justify-content: center;
}
.cid-tHaa0RtdBC H3 {
  color: #001d50;
}
.cid-tHaa0RQoNt {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-tHaa0RQoNt img,
.cid-tHaa0RQoNt .item-img {
  width: 100%;
}
.cid-tHaa0RQoNt .item:focus,
.cid-tHaa0RQoNt span:focus {
  outline: none;
}
.cid-tHaa0RQoNt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tHaa0RQoNt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tHaa0RQoNt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tHaa0RQoNt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tHaa0RQoNt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tHaa0RQoNt .mbr-section-title {
  color: #232323;
}
.cid-tHaa0RQoNt .mbr-text,
.cid-tHaa0RQoNt .mbr-section-btn {
  text-align: left;
}
.cid-tHaa0RQoNt .item-title {
  text-align: left;
}
.cid-tHaa0RQoNt .item-subtitle {
  text-align: center;
}
.cid-tHaeLOMYVg {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHaeLOMYVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHaeLOMYVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHaeLOMYVg .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tHaeLOMYVg .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tHaeLOMYVg .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tHaeLOMYVg .card {
    margin-bottom: 2rem;
  }
  .cid-tHaeLOMYVg .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tHaa0SffOk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tHaa0SffOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHaa0SffOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHaa0SffOk .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tHaa0SffOk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tHaa0SffOk .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tHaa0SffOk .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tHaa0SffOk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tHaa0SffOk .copyright {
  color: #bbbbbb;
}
.cid-tHaa0SffOk .mbr-section-subtitle {
  text-align: left;
}
.cid-tJTLXwP5VU {
  z-index: 1000;
  width: 100%;
}
.cid-tJTLXwP5VU nav.navbar {
  position: fixed;
}
.cid-tJTLXwP5VU .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-tJTLXwP5VU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tJTLXwP5VU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tJTLXwP5VU .dropdown-item:hover,
.cid-tJTLXwP5VU .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tJTLXwP5VU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tJTLXwP5VU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tJTLXwP5VU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tJTLXwP5VU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tJTLXwP5VU .nav-link {
  position: relative;
}
.cid-tJTLXwP5VU .container {
  display: flex;
  margin: auto;
}
.cid-tJTLXwP5VU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tJTLXwP5VU .dropdown-menu,
.cid-tJTLXwP5VU .navbar.opened {
  background: #5f6366 !important;
}
.cid-tJTLXwP5VU .nav-item:focus,
.cid-tJTLXwP5VU .nav-link:focus {
  outline: none;
}
.cid-tJTLXwP5VU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tJTLXwP5VU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tJTLXwP5VU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tJTLXwP5VU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tJTLXwP5VU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tJTLXwP5VU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tJTLXwP5VU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tJTLXwP5VU .navbar.opened {
  transition: all 0.3s;
}
.cid-tJTLXwP5VU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tJTLXwP5VU .navbar .navbar-logo img {
  width: auto;
}
.cid-tJTLXwP5VU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tJTLXwP5VU .navbar.collapsed {
  justify-content: center;
}
.cid-tJTLXwP5VU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tJTLXwP5VU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tJTLXwP5VU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tJTLXwP5VU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tJTLXwP5VU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tJTLXwP5VU .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-tJTLXwP5VU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tJTLXwP5VU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tJTLXwP5VU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tJTLXwP5VU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tJTLXwP5VU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tJTLXwP5VU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tJTLXwP5VU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tJTLXwP5VU .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-tJTLXwP5VU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tJTLXwP5VU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tJTLXwP5VU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tJTLXwP5VU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tJTLXwP5VU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tJTLXwP5VU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tJTLXwP5VU .navbar.navbar-short {
  min-height: 60px;
}
.cid-tJTLXwP5VU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tJTLXwP5VU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tJTLXwP5VU .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-tJTLXwP5VU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tJTLXwP5VU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tJTLXwP5VU .dropdown-item.active,
.cid-tJTLXwP5VU .dropdown-item:active {
  background-color: transparent;
}
.cid-tJTLXwP5VU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tJTLXwP5VU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tJTLXwP5VU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tJTLXwP5VU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tJTLXwP5VU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tJTLXwP5VU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tJTLXwP5VU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tJTLXwP5VU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tJTLXwP5VU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tJTLXwP5VU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tJTLXwP5VU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tJTLXwP5VU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJTLXwP5VU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tJTLXwP5VU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tJTLXwP5VU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJTLXwP5VU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tJTLXwP5VU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tJTLXwP5VU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tJTLXwP5VU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tJTLXwP5VU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tJTLXwP5VU .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-tJTLXwP5VU .navbar {
    height: 70px;
  }
  .cid-tJTLXwP5VU .navbar.opened {
    height: auto;
  }
  .cid-tJTLXwP5VU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tJTLXxg2gz {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/sexy-young-hotwife.webp");
}
.cid-tJTLXxg2gz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJTLXxg2gz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJTMitPmzy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tJTMitPmzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJTMitPmzy .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-tJTMitPmzy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJTMitPmzy .row {
  flex-direction: row-reverse;
}
.cid-tJTMitPmzy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJTMitPmzy .text-wrapper {
    padding: 2rem;
  }
}
.cid-tJTNvP1Fki {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-tJTPKdHHDe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tJTPKdHHDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJTPKdHHDe .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-tJTPKdHHDe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJTPKdHHDe img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tJTPKdHHDe .text-wrapper {
    padding: 2rem;
  }
}
.cid-tJTQYkfshZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-tJTLXADnML {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tJTLXADnML .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJTLXADnML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJTLXADnML .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tJTLXADnML .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tJTLXADnML .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tJTLXADnML .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tJTLXADnML div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tJTLXADnML .copyright {
  color: #bbbbbb;
}
.cid-tJTLXADnML .mbr-section-subtitle {
  text-align: left;
}
.cid-tOYc0pjJ0B {
  z-index: 1000;
  width: 100%;
}
.cid-tOYc0pjJ0B nav.navbar {
  position: fixed;
}
.cid-tOYc0pjJ0B .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-tOYc0pjJ0B .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOYc0pjJ0B .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOYc0pjJ0B .dropdown-item:hover,
.cid-tOYc0pjJ0B .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tOYc0pjJ0B .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOYc0pjJ0B .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOYc0pjJ0B .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOYc0pjJ0B .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOYc0pjJ0B .nav-link {
  position: relative;
}
.cid-tOYc0pjJ0B .container {
  display: flex;
  margin: auto;
}
.cid-tOYc0pjJ0B .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOYc0pjJ0B .dropdown-menu,
.cid-tOYc0pjJ0B .navbar.opened {
  background: #5f6366 !important;
}
.cid-tOYc0pjJ0B .nav-item:focus,
.cid-tOYc0pjJ0B .nav-link:focus {
  outline: none;
}
.cid-tOYc0pjJ0B .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOYc0pjJ0B .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOYc0pjJ0B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOYc0pjJ0B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOYc0pjJ0B .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOYc0pjJ0B .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOYc0pjJ0B .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tOYc0pjJ0B .navbar.opened {
  transition: all 0.3s;
}
.cid-tOYc0pjJ0B .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOYc0pjJ0B .navbar .navbar-logo img {
  width: auto;
}
.cid-tOYc0pjJ0B .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOYc0pjJ0B .navbar.collapsed {
  justify-content: center;
}
.cid-tOYc0pjJ0B .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOYc0pjJ0B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOYc0pjJ0B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tOYc0pjJ0B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOYc0pjJ0B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOYc0pjJ0B .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-tOYc0pjJ0B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOYc0pjJ0B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOYc0pjJ0B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOYc0pjJ0B .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOYc0pjJ0B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOYc0pjJ0B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOYc0pjJ0B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOYc0pjJ0B .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-tOYc0pjJ0B .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOYc0pjJ0B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOYc0pjJ0B .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOYc0pjJ0B .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOYc0pjJ0B .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOYc0pjJ0B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tOYc0pjJ0B .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOYc0pjJ0B .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOYc0pjJ0B .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOYc0pjJ0B .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-tOYc0pjJ0B .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOYc0pjJ0B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOYc0pjJ0B .dropdown-item.active,
.cid-tOYc0pjJ0B .dropdown-item:active {
  background-color: transparent;
}
.cid-tOYc0pjJ0B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOYc0pjJ0B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOYc0pjJ0B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOYc0pjJ0B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tOYc0pjJ0B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOYc0pjJ0B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOYc0pjJ0B ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOYc0pjJ0B .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOYc0pjJ0B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOYc0pjJ0B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOYc0pjJ0B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOYc0pjJ0B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOYc0pjJ0B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOYc0pjJ0B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOYc0pjJ0B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOYc0pjJ0B nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOYc0pjJ0B nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOYc0pjJ0B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOYc0pjJ0B .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOYc0pjJ0B a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOYc0pjJ0B .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-tOYc0pjJ0B .navbar {
    height: 70px;
  }
  .cid-tOYc0pjJ0B .navbar.opened {
    height: auto;
  }
  .cid-tOYc0pjJ0B .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOYc0pKGAG {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-67.webp");
}
.cid-tOYc0pKGAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOYc0pKGAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOYc0pKGAG .mbr-section-title {
  color: #ffffff;
}
.cid-tP3ScpFxnj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tP3VpYFE0l {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-63.webp");
}
.cid-tP3VpYFE0l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3VpYFE0l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3VpYFE0l .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tP3VpYFE0l .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tP3VpYFE0l .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-tP3XIssibL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-65.webp");
}
.cid-tP3XIssibL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP3XIssibL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP3XIssibL ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tP3XIssibL li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tP3XIssibL ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4d6d9a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tP3XIssibL .list {
  color: #111111;
}
.cid-tP3XIssibL H3 {
  color: #056123;
}
.cid-tP40T7rIpe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tP40T7rIpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP40T7rIpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP40T7rIpe ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tP40T7rIpe li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tP40T7rIpe ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4d6d9a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tP40T7rIpe H3 {
  color: #e43f3f;
}
.cid-tP4cy5nOYw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOYc0tLqOw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tOYc0tLqOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOYc0tLqOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOYc0tLqOw .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tOYc0tLqOw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tOYc0tLqOw .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tOYc0tLqOw .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tOYc0tLqOw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tOYc0tLqOw .copyright {
  color: #bbbbbb;
}
.cid-tOYc0tLqOw .mbr-section-subtitle {
  text-align: left;
}
.cid-tQRVu81FvG {
  z-index: 1000;
  width: 100%;
}
.cid-tQRVu81FvG nav.navbar {
  position: fixed;
}
.cid-tQRVu81FvG .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-tQRVu81FvG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQRVu81FvG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQRVu81FvG .dropdown-item:hover,
.cid-tQRVu81FvG .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tQRVu81FvG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQRVu81FvG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQRVu81FvG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQRVu81FvG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQRVu81FvG .nav-link {
  position: relative;
}
.cid-tQRVu81FvG .container {
  display: flex;
  margin: auto;
}
.cid-tQRVu81FvG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQRVu81FvG .dropdown-menu,
.cid-tQRVu81FvG .navbar.opened {
  background: #5f6366 !important;
}
.cid-tQRVu81FvG .nav-item:focus,
.cid-tQRVu81FvG .nav-link:focus {
  outline: none;
}
.cid-tQRVu81FvG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQRVu81FvG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQRVu81FvG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQRVu81FvG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQRVu81FvG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQRVu81FvG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQRVu81FvG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tQRVu81FvG .navbar.opened {
  transition: all 0.3s;
}
.cid-tQRVu81FvG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQRVu81FvG .navbar .navbar-logo img {
  width: auto;
}
.cid-tQRVu81FvG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQRVu81FvG .navbar.collapsed {
  justify-content: center;
}
.cid-tQRVu81FvG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQRVu81FvG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQRVu81FvG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tQRVu81FvG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQRVu81FvG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQRVu81FvG .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-tQRVu81FvG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQRVu81FvG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQRVu81FvG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQRVu81FvG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQRVu81FvG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQRVu81FvG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQRVu81FvG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQRVu81FvG .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-tQRVu81FvG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQRVu81FvG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQRVu81FvG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQRVu81FvG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQRVu81FvG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQRVu81FvG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQRVu81FvG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQRVu81FvG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQRVu81FvG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQRVu81FvG .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-tQRVu81FvG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQRVu81FvG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQRVu81FvG .dropdown-item.active,
.cid-tQRVu81FvG .dropdown-item:active {
  background-color: transparent;
}
.cid-tQRVu81FvG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQRVu81FvG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQRVu81FvG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQRVu81FvG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tQRVu81FvG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQRVu81FvG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQRVu81FvG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQRVu81FvG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQRVu81FvG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQRVu81FvG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tQRVu81FvG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQRVu81FvG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQRVu81FvG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQRVu81FvG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQRVu81FvG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQRVu81FvG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQRVu81FvG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQRVu81FvG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQRVu81FvG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQRVu81FvG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQRVu81FvG .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-tQRVu81FvG .navbar {
    height: 70px;
  }
  .cid-tQRVu81FvG .navbar.opened {
    height: auto;
  }
  .cid-tQRVu81FvG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQRVu8r8b8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-64.webp");
}
.cid-tQRVu8r8b8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQRVu8r8b8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQRVu8r8b8 .mbr-section-title {
  color: #ffffff;
}
.cid-tQS07OP2eB {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQS07OP2eB .item:focus,
.cid-tQS07OP2eB span:focus {
  outline: none;
}
.cid-tQS07OP2eB .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQS07OP2eB .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQS07OP2eB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQS07OP2eB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQS07OP2eB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQS07OP2eB .mbr-section-title {
  color: #232323;
}
.cid-tQS07OP2eB .mbr-text,
.cid-tQS07OP2eB .mbr-section-btn {
  text-align: left;
}
.cid-tQS07OP2eB .item-title {
  text-align: left;
}
.cid-tQS07OP2eB .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tQS07OP2eB .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tQS2PwPJNC {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tQS2PwPJNC img,
.cid-tQS2PwPJNC .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tQS2PwPJNC .item:focus,
.cid-tQS2PwPJNC span:focus {
  outline: none;
}
.cid-tQS2PwPJNC .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQS2PwPJNC .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQS2PwPJNC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQS2PwPJNC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQS2PwPJNC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQS2PwPJNC .mbr-section-title {
  color: #232323;
}
.cid-tQS2PwPJNC .mbr-text,
.cid-tQS2PwPJNC .mbr-section-btn {
  text-align: left;
}
.cid-tQS2PwPJNC .item-title {
  text-align: left;
}
.cid-tQS2PwPJNC .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tR2Mr1UZ5b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0fd;
}
.cid-tR2Mr1UZ5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR2Mr1UZ5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR2Mr1UZ5b .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tR2Mr1UZ5b .mbr-section-title,
.cid-tR2Mr1UZ5b .mbr-section-subtitle {
  text-align: center;
}
.cid-tR2Mr1UZ5b .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tR2Mr1UZ5b .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tR2Mr1UZ5b .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tR2Mr1UZ5b .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tR2Mr1UZ5b .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tR2Mr1UZ5b .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tR2PIyWK7y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tR2PIyWK7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR2PIyWK7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR2PIyWK7y .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tR2PIyWK7y .mbr-section-title,
.cid-tR2PIyWK7y .mbr-section-subtitle {
  text-align: center;
}
.cid-tR2PIyWK7y .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tR2PIyWK7y .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tR2PIyWK7y .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tR2PIyWK7y .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tR2PIyWK7y .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tR2PIyWK7y .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tR2QPeSUNe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
.cid-tR2QPeSUNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tR2QPeSUNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tR2QPeSUNe .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tR2QPeSUNe .mbr-section-title,
.cid-tR2QPeSUNe .mbr-section-subtitle {
  text-align: center;
}
.cid-tR2QPeSUNe .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tR2QPeSUNe .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tR2QPeSUNe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tR2QPeSUNe .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tR2QPeSUNe .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tR2QPeSUNe .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tZPYcJS61A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-65.webp");
}
.cid-tZPYcJS61A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZPYcJS61A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZPYcJS61A ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tZPYcJS61A li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tZPYcJS61A ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4d6d9a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tZPYcJS61A .list {
  color: #111111;
}
.cid-tZPYcJS61A H3 {
  color: #056123;
}
.cid-tZPYdo3FJJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-1.webp");
}
.cid-tZPYdo3FJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZPYdo3FJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZPYdo3FJJ ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tZPYdo3FJJ li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tZPYdo3FJJ ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4d6d9a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tZPYdo3FJJ H3 {
  color: #e43f3f;
}
.cid-tR3c7FNvRd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tR3c7FNvRd blockquote {
  border-color: #056123;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tQRVuaFiAR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQRVub0TPH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tQRVub0TPH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQRVub0TPH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQRVub0TPH .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tQRVub0TPH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tQRVub0TPH .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tQRVub0TPH .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tQRVub0TPH div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tQRVub0TPH .copyright {
  color: #bbbbbb;
}
.cid-tQRVub0TPH .mbr-section-subtitle {
  text-align: left;
}
.cid-tZJV2OUUJS {
  z-index: 1000;
  width: 100%;
}
.cid-tZJV2OUUJS nav.navbar {
  position: fixed;
}
.cid-tZJV2OUUJS .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-tZJV2OUUJS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZJV2OUUJS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZJV2OUUJS .dropdown-item:hover,
.cid-tZJV2OUUJS .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tZJV2OUUJS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZJV2OUUJS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZJV2OUUJS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZJV2OUUJS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZJV2OUUJS .nav-link {
  position: relative;
}
.cid-tZJV2OUUJS .container {
  display: flex;
  margin: auto;
}
.cid-tZJV2OUUJS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZJV2OUUJS .dropdown-menu,
.cid-tZJV2OUUJS .navbar.opened {
  background: #5f6366 !important;
}
.cid-tZJV2OUUJS .nav-item:focus,
.cid-tZJV2OUUJS .nav-link:focus {
  outline: none;
}
.cid-tZJV2OUUJS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZJV2OUUJS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZJV2OUUJS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZJV2OUUJS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZJV2OUUJS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZJV2OUUJS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZJV2OUUJS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tZJV2OUUJS .navbar.opened {
  transition: all 0.3s;
}
.cid-tZJV2OUUJS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZJV2OUUJS .navbar .navbar-logo img {
  width: auto;
}
.cid-tZJV2OUUJS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZJV2OUUJS .navbar.collapsed {
  justify-content: center;
}
.cid-tZJV2OUUJS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZJV2OUUJS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZJV2OUUJS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tZJV2OUUJS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZJV2OUUJS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZJV2OUUJS .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-tZJV2OUUJS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZJV2OUUJS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZJV2OUUJS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZJV2OUUJS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZJV2OUUJS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZJV2OUUJS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZJV2OUUJS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZJV2OUUJS .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-tZJV2OUUJS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZJV2OUUJS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZJV2OUUJS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZJV2OUUJS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZJV2OUUJS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZJV2OUUJS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZJV2OUUJS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tZJV2OUUJS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZJV2OUUJS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZJV2OUUJS .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-tZJV2OUUJS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZJV2OUUJS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZJV2OUUJS .dropdown-item.active,
.cid-tZJV2OUUJS .dropdown-item:active {
  background-color: transparent;
}
.cid-tZJV2OUUJS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZJV2OUUJS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZJV2OUUJS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZJV2OUUJS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tZJV2OUUJS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZJV2OUUJS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZJV2OUUJS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZJV2OUUJS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZJV2OUUJS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZJV2OUUJS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZJV2OUUJS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZJV2OUUJS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZJV2OUUJS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZJV2OUUJS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZJV2OUUJS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZJV2OUUJS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZJV2OUUJS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZJV2OUUJS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZJV2OUUJS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZJV2OUUJS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZJV2OUUJS .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-tZJV2OUUJS .navbar {
    height: 70px;
  }
  .cid-tZJV2OUUJS .navbar.opened {
    height: auto;
  }
  .cid-tZJV2OUUJS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZJV2Pog1i {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-65.webp");
}
.cid-tZJV2Pog1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZJV2Pog1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZJV2Pog1i .mbr-section-title {
  color: #ffffff;
}
.cid-tZJY0a2wbL {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tZJY0a2wbL .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-tZJY0a2wbL .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-tZJY0a2wbL .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #e6c63b;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ukzyoou1mo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #9fdbf8;
}
.cid-tZK5VBfU4u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZK5VBfU4u .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tZK5VBfU4u .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tZK5VBfU4u .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tZK5VBfU4u .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZK5VBfU4u .mbr-text {
  text-align: left;
}
.cid-tZKaDDDpKS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-tZKaDDDpKS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZKaDDDpKS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tZKaDDDpKS .image-wrapper {
    flex-direction: column;
  }
  .cid-tZKaDDDpKS .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-tZKaDDDpKS .card-box {
  max-width: 700px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-tZKaDDDpKS img,
.cid-tZKaDDDpKS .item-img {
  width: 100%;
}
.cid-tZKaDDDpKS .card-wrapper {
  background: #ffffff;
}
.cid-tZKaDDDpKS .mbr-text,
.cid-tZKaDDDpKS .mbr-section-btn {
  color: #000000;
}
.cid-tZKaDDDpKS .card-title,
.cid-tZKaDDDpKS .card-box {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-tZKaDDDpKS .card-content-text {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-tZKaDDDpKS .card-content-text {
    padding: 2.25rem 2.25rem 2.25rem 2.25rem;
  }
}
.cid-tZKcBswJqN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffae4;
}
.cid-tZKcBswJqN img,
.cid-tZKcBswJqN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tZKcBswJqN .item:focus,
.cid-tZKcBswJqN span:focus {
  outline: none;
}
.cid-tZKcBswJqN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZKcBswJqN .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZKcBswJqN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZKcBswJqN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZKcBswJqN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZKcBswJqN .mbr-section-title {
  color: #232323;
}
.cid-tZKcBswJqN .mbr-text,
.cid-tZKcBswJqN .mbr-section-btn {
  text-align: left;
}
.cid-tZKcBswJqN .item-title {
  text-align: left;
}
.cid-tZKcBswJqN .item-subtitle {
  text-align: center;
}
.cid-tZKcBswJqN .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-tZKwDva7qj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZKwDva7qj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZKwDva7qj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZKwDva7qj .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tZKwDva7qj .mbr-section-title,
.cid-tZKwDva7qj .mbr-section-subtitle {
  text-align: center;
}
.cid-tZKwDva7qj .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tZKwDva7qj .item-wrapper {
  border-radius: 4px;
  background-color: #fffbec;
}
.cid-tZKwDva7qj .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tZKwDva7qj .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tZKwDva7qj .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZKwDva7qj .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tZJV2QHX1R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-65.webp");
}
.cid-tZJV2QHX1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZJV2QHX1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZJV2QHX1R ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tZJV2QHX1R li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tZJV2QHX1R ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4d6d9a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tZJV2QHX1R .list {
  color: #111111;
}
.cid-tZJV2QHX1R H3 {
  color: #056123;
}
.cid-tZJV2R9tCH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tZJV2R9tCH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZJV2R9tCH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZJV2R9tCH ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tZJV2R9tCH li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tZJV2R9tCH ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4d6d9a;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tZJV2R9tCH H3 {
  color: #e43f3f;
}
.cid-ukzyFpTruC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #9fdbf8;
}
.cid-tZKCKCDlVt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffae4;
}
.cid-tZKCKCDlVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZKCKCDlVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZKCKCDlVt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tZKCKCDlVt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tZKCKCDlVt .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4d6d9a;
}
.cid-tZKCKCDlVt .panel-body,
.cid-tZKCKCDlVt .card-header {
  padding: 1rem 0;
}
.cid-tZKCKCDlVt .panel-title-edit {
  color: #000000;
  text-align: center;
}
.cid-tZJV2RCCuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tZJV2S3bcT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-tZJV2S3bcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZJV2S3bcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZJV2S3bcT .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-tZJV2S3bcT .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tZJV2S3bcT .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tZJV2S3bcT .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tZJV2S3bcT div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tZJV2S3bcT .copyright {
  color: #bbbbbb;
}
.cid-tZJV2S3bcT .mbr-section-subtitle {
  text-align: left;
}
.cid-tZPzPK35UQ {
  z-index: 1000;
  width: 100%;
}
.cid-tZPzPK35UQ nav.navbar {
  position: fixed;
}
.cid-tZPzPK35UQ .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-tZPzPK35UQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tZPzPK35UQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tZPzPK35UQ .dropdown-item:hover,
.cid-tZPzPK35UQ .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-tZPzPK35UQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tZPzPK35UQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tZPzPK35UQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tZPzPK35UQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tZPzPK35UQ .nav-link {
  position: relative;
}
.cid-tZPzPK35UQ .container {
  display: flex;
  margin: auto;
}
.cid-tZPzPK35UQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZPzPK35UQ .dropdown-menu,
.cid-tZPzPK35UQ .navbar.opened {
  background: #5f6366 !important;
}
.cid-tZPzPK35UQ .nav-item:focus,
.cid-tZPzPK35UQ .nav-link:focus {
  outline: none;
}
.cid-tZPzPK35UQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZPzPK35UQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZPzPK35UQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZPzPK35UQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZPzPK35UQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZPzPK35UQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZPzPK35UQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-tZPzPK35UQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tZPzPK35UQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZPzPK35UQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tZPzPK35UQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tZPzPK35UQ .navbar.collapsed {
  justify-content: center;
}
.cid-tZPzPK35UQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZPzPK35UQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZPzPK35UQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tZPzPK35UQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZPzPK35UQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZPzPK35UQ .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-tZPzPK35UQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZPzPK35UQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZPzPK35UQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tZPzPK35UQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZPzPK35UQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZPzPK35UQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZPzPK35UQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZPzPK35UQ .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-tZPzPK35UQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tZPzPK35UQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tZPzPK35UQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZPzPK35UQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tZPzPK35UQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZPzPK35UQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZPzPK35UQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tZPzPK35UQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tZPzPK35UQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tZPzPK35UQ .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-tZPzPK35UQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZPzPK35UQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZPzPK35UQ .dropdown-item.active,
.cid-tZPzPK35UQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tZPzPK35UQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZPzPK35UQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZPzPK35UQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZPzPK35UQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-tZPzPK35UQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tZPzPK35UQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tZPzPK35UQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZPzPK35UQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tZPzPK35UQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZPzPK35UQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZPzPK35UQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZPzPK35UQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZPzPK35UQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZPzPK35UQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZPzPK35UQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZPzPK35UQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZPzPK35UQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZPzPK35UQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZPzPK35UQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tZPzPK35UQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZPzPK35UQ .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-tZPzPK35UQ .navbar {
    height: 70px;
  }
  .cid-tZPzPK35UQ .navbar.opened {
    height: auto;
  }
  .cid-tZPzPK35UQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZPzPKBIlP {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-37.webp");
}
.cid-tZPzPKBIlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZPzPKBIlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1krsnGbrS {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u1krsnGbrS .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u1krsnGbrS .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u1krsnGbrS .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u1krsnGbrS .mbr-section-title {
  text-align: center;
}
.cid-tZPzPN5wxS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u1krOYeMAf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-u1krOYeMAf .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u1krOYeMAf .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-u1krOYeMAf .item-content {
  border-top: 1px solid #efefef;
  margin-top: 2rem;
  padding: 0.25rem 2.25rem 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u1krOYeMAf .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u1krOYeMAf .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-u1krOYeMAf h5,
.cid-u1krOYeMAf h4,
.cid-u1krOYeMAf h6,
.cid-u1krOYeMAf p,
.cid-u1krOYeMAf li,
.cid-u1krOYeMAf li:before {
  transition: all 0.3s;
}
.cid-u1krOYeMAf .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #efefef;
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u1krOYeMAf .item-wrapper:hover {
  background: #ffe161;
}
.cid-u1krOYeMAf .item-wrapper:hover h5,
.cid-u1krOYeMAf .item-wrapper:hover h4,
.cid-u1krOYeMAf .item-wrapper:hover h6,
.cid-u1krOYeMAf .item-wrapper:hover p,
.cid-u1krOYeMAf .item-wrapper:hover li,
.cid-u1krOYeMAf .item-wrapper:hover li:before {
  color: #000000;
}
.cid-u1krOYeMAf .btn {
  width: -webkit-fill-available;
}
.cid-u1krOYeMAf .item:focus,
.cid-u1krOYeMAf span:focus {
  outline: none;
}
.cid-u1krOYeMAf .mbr-section-btn {
  padding: 0 1rem;
  width: 100%;
}
.cid-u1krOYeMAf .mbr-section-btn .btn {
  width: 100%;
}
.cid-u1krOYeMAf .mbr-section-title {
  color: #e6c63b;
}
.cid-u1krOYeMAf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u1krOYeMAf .mbr-text,
.cid-u1krOYeMAf .mbr-section-btn {
  text-align: center;
}
.cid-u1krOYeMAf .item-title {
  text-align: center;
  color: #000000;
}
.cid-u1krOYeMAf .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-u1krOYeMAf .content-head {
  max-width: 800px;
}
.cid-u1krOYeMAf .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-u1krOYeMAf .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-u1krOYeMAf .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #232323;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-u1krOYeMAf .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-u1krOYeMAf .mbr-text UL {
  text-align: left;
}
.cid-u1krOYeMAf .item-maintitle {
  text-align: center;
}
.cid-u1krPKpVaN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u1krPKpVaN .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-u1krPKpVaN .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-u1krPKpVaN .item-content {
  border-top: 1px solid #efefef;
  margin-top: 2rem;
  padding: 0.25rem 2.25rem 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-u1krPKpVaN .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u1krPKpVaN .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-u1krPKpVaN h5,
.cid-u1krPKpVaN h4,
.cid-u1krPKpVaN h6,
.cid-u1krPKpVaN p,
.cid-u1krPKpVaN li,
.cid-u1krPKpVaN li:before {
  transition: all 0.3s;
}
.cid-u1krPKpVaN .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #efefef;
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-u1krPKpVaN .item-wrapper:hover {
  background: #ffe161;
}
.cid-u1krPKpVaN .item-wrapper:hover h5,
.cid-u1krPKpVaN .item-wrapper:hover h4,
.cid-u1krPKpVaN .item-wrapper:hover h6,
.cid-u1krPKpVaN .item-wrapper:hover p,
.cid-u1krPKpVaN .item-wrapper:hover li,
.cid-u1krPKpVaN .item-wrapper:hover li:before {
  color: #000000;
}
.cid-u1krPKpVaN .btn {
  width: -webkit-fill-available;
}
.cid-u1krPKpVaN .item:focus,
.cid-u1krPKpVaN span:focus {
  outline: none;
}
.cid-u1krPKpVaN .mbr-section-btn {
  padding: 0 1rem;
  width: 100%;
}
.cid-u1krPKpVaN .mbr-section-btn .btn {
  width: 100%;
}
.cid-u1krPKpVaN .mbr-section-title {
  color: #e6c63b;
}
.cid-u1krPKpVaN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u1krPKpVaN .mbr-text,
.cid-u1krPKpVaN .mbr-section-btn {
  text-align: center;
}
.cid-u1krPKpVaN .item-title {
  text-align: center;
  color: #000000;
}
.cid-u1krPKpVaN .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-u1krPKpVaN .content-head {
  max-width: 800px;
}
.cid-u1krPKpVaN .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-u1krPKpVaN .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-u1krPKpVaN .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #232323;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-u1krPKpVaN .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-u1krPKpVaN .mbr-text UL {
  text-align: left;
}
.cid-u1krPKpVaN .item-maintitle {
  text-align: center;
}
.cid-u1krPKpVaN .mbr-text DIV {
  text-align: center;
}
.cid-ukzpqRNFLO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #033389;
}
.cid-ukzpqRNFLO .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukzpqRNFLO .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ukzpqRNFLO .item-content {
  border-top: 1px solid #efefef;
  margin-top: 2rem;
  padding: 0.25rem 2.25rem 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ukzpqRNFLO .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ukzpqRNFLO .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-ukzpqRNFLO h5,
.cid-ukzpqRNFLO h4,
.cid-ukzpqRNFLO h6,
.cid-ukzpqRNFLO p,
.cid-ukzpqRNFLO li,
.cid-ukzpqRNFLO li:before {
  transition: all 0.3s;
}
.cid-ukzpqRNFLO .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  border: 1px solid #efefef;
  margin-bottom: 2rem;
  transition: all 0.3s;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ukzpqRNFLO .item-wrapper:hover {
  background: #ffe161;
}
.cid-ukzpqRNFLO .item-wrapper:hover h5,
.cid-ukzpqRNFLO .item-wrapper:hover h4,
.cid-ukzpqRNFLO .item-wrapper:hover h6,
.cid-ukzpqRNFLO .item-wrapper:hover p,
.cid-ukzpqRNFLO .item-wrapper:hover li,
.cid-ukzpqRNFLO .item-wrapper:hover li:before {
  color: #000000;
}
.cid-ukzpqRNFLO .btn {
  width: -webkit-fill-available;
}
.cid-ukzpqRNFLO .item:focus,
.cid-ukzpqRNFLO span:focus {
  outline: none;
}
.cid-ukzpqRNFLO .mbr-section-btn {
  padding: 0 1rem;
  width: 100%;
}
.cid-ukzpqRNFLO .mbr-section-btn .btn {
  width: 100%;
}
.cid-ukzpqRNFLO .mbr-section-title {
  color: #e6c63b;
}
.cid-ukzpqRNFLO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukzpqRNFLO .mbr-text,
.cid-ukzpqRNFLO .mbr-section-btn {
  text-align: center;
}
.cid-ukzpqRNFLO .item-title {
  text-align: center;
  color: #000000;
}
.cid-ukzpqRNFLO .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-ukzpqRNFLO .content-head {
  max-width: 800px;
}
.cid-ukzpqRNFLO .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ukzpqRNFLO .counter-container ul li {
  position: relative;
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 1rem;
}
.cid-ukzpqRNFLO .counter-container ul li:before {
  position: absolute;
  font-family: 'Moririse2' !important;
  left: -1.5em;
  content: "\e97c";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #232323;
  width: 0.5em;
  height: 0.5em;
  top: 0.3em;
  border-radius: 50%;
}
.cid-ukzpqRNFLO .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-ukzpqRNFLO .mbr-text UL {
  text-align: left;
}
.cid-ukzpqRNFLO .item-maintitle {
  text-align: center;
}
.cid-u3ANT3qKoX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u3ANT3qKoX img,
.cid-u3ANT3qKoX .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-u3ANT3qKoX .item:focus,
.cid-u3ANT3qKoX span:focus {
  outline: none;
}
.cid-u3ANT3qKoX .item-wrapper {
  position: relative;
}
.cid-u3ANT3qKoX .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u3ANT3qKoX .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u3ANT3qKoX .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u3ANT3qKoX .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u3ANT3qKoX .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u3ANT3qKoX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u3ANT3qKoX .mbr-section-title {
  color: #232323;
}
.cid-u3ANT3qKoX .mbr-text,
.cid-u3ANT3qKoX .mbr-section-btn {
  text-align: left;
}
.cid-u3ANT3qKoX .item-title {
  text-align: left;
}
.cid-u3ANT3qKoX .item-subtitle {
  text-align: left;
}
.cid-u3ANT3qKoX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u3ANT3qKoX .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u3ANT3qKoX .embla__button--next,
.cid-u3ANT3qKoX .embla__button--prev {
  display: flex;
}
.cid-u3ANT3qKoX .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u3ANT3qKoX .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u3ANT3qKoX .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u3ANT3qKoX .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u3ANT3qKoX .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u3ANT3qKoX .embla__button {
    top: auto;
  }
}
.cid-u3ANT3qKoX .embla {
  position: relative;
  width: 100%;
}
.cid-u3ANT3qKoX .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u3ANT3qKoX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u3ANT3qKoX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u3ANT3qKoX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u1kFjdXzmQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u1kFjdXzmQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1kFjdXzmQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1kFjdXzmQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u1kFjdXzmQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u1kFjdXzmQ .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #4d6d9a;
}
.cid-u1kFjdXzmQ .panel-body,
.cid-u1kFjdXzmQ .card-header {
  padding: 1rem 0;
}
.cid-u1kFjdXzmQ .panel-title-edit {
  color: #000000;
}
.cid-tZPzPNxXCY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f6f5f1;
}
.cid-tZPzPNxXCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZPzPNxXCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZPzPNxXCY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tZPzPNxXCY .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tZPzPNxXCY .embla__button--next,
.cid-tZPzPNxXCY .embla__button--prev {
  display: flex;
}
.cid-tZPzPNxXCY .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tZPzPNxXCY .embla__button {
    display: none;
  }
}
.cid-tZPzPNxXCY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tZPzPNxXCY .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tZPzPNxXCY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tZPzPNxXCY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tZPzPNxXCY .embla__button {
    top: auto;
  }
}
.cid-tZPzPNxXCY .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-tZPzPNxXCY .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tZPzPNxXCY .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tZPzPNxXCY .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tZPzPNxXCY .embla {
  position: relative;
  width: 100%;
}
.cid-tZPzPNxXCY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tZPzPNxXCY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tZPzPNxXCY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tZPzPNxXCY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tZPzPNxXCY .user_name {
  color: #000000;
}
.cid-u5nWvwB3Yf {
  z-index: 1000;
  width: 100%;
}
.cid-u5nWvwB3Yf nav.navbar {
  position: fixed;
}
.cid-u5nWvwB3Yf .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-u5nWvwB3Yf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5nWvwB3Yf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5nWvwB3Yf .dropdown-item:hover,
.cid-u5nWvwB3Yf .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-u5nWvwB3Yf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5nWvwB3Yf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5nWvwB3Yf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5nWvwB3Yf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5nWvwB3Yf .nav-link {
  position: relative;
}
.cid-u5nWvwB3Yf .container {
  display: flex;
  margin: auto;
}
.cid-u5nWvwB3Yf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5nWvwB3Yf .dropdown-menu,
.cid-u5nWvwB3Yf .navbar.opened {
  background: #5f6366 !important;
}
.cid-u5nWvwB3Yf .nav-item:focus,
.cid-u5nWvwB3Yf .nav-link:focus {
  outline: none;
}
.cid-u5nWvwB3Yf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5nWvwB3Yf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5nWvwB3Yf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5nWvwB3Yf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5nWvwB3Yf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5nWvwB3Yf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5nWvwB3Yf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-u5nWvwB3Yf .navbar.opened {
  transition: all 0.3s;
}
.cid-u5nWvwB3Yf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5nWvwB3Yf .navbar .navbar-logo img {
  width: auto;
}
.cid-u5nWvwB3Yf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5nWvwB3Yf .navbar.collapsed {
  justify-content: center;
}
.cid-u5nWvwB3Yf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5nWvwB3Yf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5nWvwB3Yf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-u5nWvwB3Yf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5nWvwB3Yf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5nWvwB3Yf .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-u5nWvwB3Yf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5nWvwB3Yf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5nWvwB3Yf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5nWvwB3Yf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5nWvwB3Yf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5nWvwB3Yf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5nWvwB3Yf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5nWvwB3Yf .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-u5nWvwB3Yf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5nWvwB3Yf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5nWvwB3Yf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5nWvwB3Yf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5nWvwB3Yf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5nWvwB3Yf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5nWvwB3Yf .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5nWvwB3Yf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5nWvwB3Yf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5nWvwB3Yf .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-u5nWvwB3Yf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5nWvwB3Yf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5nWvwB3Yf .dropdown-item.active,
.cid-u5nWvwB3Yf .dropdown-item:active {
  background-color: transparent;
}
.cid-u5nWvwB3Yf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5nWvwB3Yf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5nWvwB3Yf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5nWvwB3Yf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-u5nWvwB3Yf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5nWvwB3Yf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5nWvwB3Yf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5nWvwB3Yf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5nWvwB3Yf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5nWvwB3Yf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-u5nWvwB3Yf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5nWvwB3Yf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5nWvwB3Yf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5nWvwB3Yf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5nWvwB3Yf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5nWvwB3Yf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5nWvwB3Yf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5nWvwB3Yf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5nWvwB3Yf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5nWvwB3Yf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5nWvwB3Yf .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-u5nWvwB3Yf .navbar {
    height: 70px;
  }
  .cid-u5nWvwB3Yf .navbar.opened {
    height: auto;
  }
  .cid-u5nWvwB3Yf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5nWvwY6Tm {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-7.webp");
}
.cid-u5nWvwY6Tm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5nWvwY6Tm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5nWvxf8Zo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5nWvxf8Zo .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-u5nWvxf8Zo .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-u5nWvxf8Zo .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-u5nWMhq6Nj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-u5o16xuplv {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #eafddd;
}
.cid-u5o1r0Vrmx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffb5b5;
}
.cid-u5o5qLIaPO {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #bed3f9;
}
.cid-u5nWvyLvmI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5nWvyLvmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5nWvyLvmI .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-u5nWvyLvmI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5nWvyLvmI .row {
  flex-direction: row-reverse;
}
.cid-u5nWvyLvmI img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-u5nWvyLvmI .text-wrapper {
    padding: 2rem;
  }
}
.cid-u5nWvz6RrB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background: #fff0b0;
}
.cid-u5nWvz6RrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5nWvz6RrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5nWvz6RrB .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-u5nWvz6RrB .team-card:hover {
  transform: translateY(-10px);
}
.cid-u5nWvz6RrB .card-wrap {
  background: #fff0b0;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-u5nWvz6RrB .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-u5nWvz6RrB .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-u5nWvz6RrB .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u5nWvz6RrB .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-u5nWvz6RrB .social-row {
  text-align: center;
}
.cid-u5nWvz6RrB .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-u5nWvz6RrB .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-u5nWvz6RrB .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-u5nWvz6RrB .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-u5oq29tuON {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u5oq29tuON .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5oq29tuON .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-u5oq29tuON .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u5oq29tuON .row {
  flex-direction: row-reverse;
}
.cid-u5oq29tuON img {
  width: 100%;
}
.cid-u5nWvI0efF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-u5nWvI0efF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5nWvI0efF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5nWvI0efF .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-u5nWvI0efF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u5nWvI0efF .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-u5nWvI0efF .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-u5nWvI0efF div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5nWvI0efF .copyright {
  color: #bbbbbb;
}
.cid-u5nWvI0efF .mbr-section-subtitle {
  text-align: left;
}
.cid-ukzrQ7DoJU {
  z-index: 1000;
  width: 100%;
}
.cid-ukzrQ7DoJU nav.navbar {
  position: fixed;
}
.cid-ukzrQ7DoJU .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-ukzrQ7DoJU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukzrQ7DoJU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukzrQ7DoJU .dropdown-item:hover,
.cid-ukzrQ7DoJU .dropdown-item:focus {
  background: #4d6d9a !important;
  color: white !important;
}
.cid-ukzrQ7DoJU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukzrQ7DoJU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukzrQ7DoJU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukzrQ7DoJU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukzrQ7DoJU .nav-link {
  position: relative;
}
.cid-ukzrQ7DoJU .container {
  display: flex;
  margin: auto;
}
.cid-ukzrQ7DoJU .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukzrQ7DoJU .dropdown-menu,
.cid-ukzrQ7DoJU .navbar.opened {
  background: #5f6366 !important;
}
.cid-ukzrQ7DoJU .nav-item:focus,
.cid-ukzrQ7DoJU .nav-link:focus {
  outline: none;
}
.cid-ukzrQ7DoJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukzrQ7DoJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukzrQ7DoJU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukzrQ7DoJU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukzrQ7DoJU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukzrQ7DoJU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukzrQ7DoJU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(95, 99, 102, 0.9);
}
.cid-ukzrQ7DoJU .navbar.opened {
  transition: all 0.3s;
}
.cid-ukzrQ7DoJU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukzrQ7DoJU .navbar .navbar-logo img {
  width: auto;
}
.cid-ukzrQ7DoJU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukzrQ7DoJU .navbar.collapsed {
  justify-content: center;
}
.cid-ukzrQ7DoJU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukzrQ7DoJU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukzrQ7DoJU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-ukzrQ7DoJU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukzrQ7DoJU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukzrQ7DoJU .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-ukzrQ7DoJU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukzrQ7DoJU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukzrQ7DoJU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukzrQ7DoJU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukzrQ7DoJU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukzrQ7DoJU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukzrQ7DoJU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukzrQ7DoJU .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-ukzrQ7DoJU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukzrQ7DoJU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukzrQ7DoJU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukzrQ7DoJU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukzrQ7DoJU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukzrQ7DoJU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukzrQ7DoJU .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukzrQ7DoJU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukzrQ7DoJU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukzrQ7DoJU .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-ukzrQ7DoJU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukzrQ7DoJU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukzrQ7DoJU .dropdown-item.active,
.cid-ukzrQ7DoJU .dropdown-item:active {
  background-color: transparent;
}
.cid-ukzrQ7DoJU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukzrQ7DoJU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukzrQ7DoJU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukzrQ7DoJU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #5f6366;
}
.cid-ukzrQ7DoJU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukzrQ7DoJU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukzrQ7DoJU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukzrQ7DoJU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukzrQ7DoJU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukzrQ7DoJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ukzrQ7DoJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukzrQ7DoJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukzrQ7DoJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukzrQ7DoJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukzrQ7DoJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukzrQ7DoJU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukzrQ7DoJU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukzrQ7DoJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukzrQ7DoJU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukzrQ7DoJU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukzrQ7DoJU .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-ukzrQ7DoJU .navbar {
    height: 70px;
  }
  .cid-ukzrQ7DoJU .navbar.opened {
    height: auto;
  }
  .cid-ukzrQ7DoJU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukzrQ7YFy6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-8.webp");
}
.cid-ukzrQ7YFy6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzrQ7YFy6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukzrQ7YFy6 .mbr-section-title {
  color: #ffffff;
}
.cid-ukzrQ8eNsa {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ukzrQ8eNsa .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ukzrQ8eNsa .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ukzrQ8eNsa .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #6ec7f2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ukzrQ8rrEr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e6f5f7;
}
.cid-ukzrQ8rrEr .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ukzrQ8rrEr .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ukzrQ8rrEr .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ukzrQ8rrEr .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #000000;
  background: #6ec7f2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukzrQ8rrEr .mbr-text {
  text-align: left;
}
.cid-ukzyJYDF0w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff0b0;
}
.cid-ukzuz9Mzeq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-ukzuz9Mzeq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzuz9Mzeq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukzuz9Mzeq .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ukzuz9Mzeq .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ukzuz9Mzeq .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-ukzrQaTN1L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukzrQbbTPC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ukzrQbbTPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukzrQbbTPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukzrQbbTPC .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-ukzrQbbTPC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukzrQbbTPC .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-ukzrQbbTPC .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-ukzrQbbTPC div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ukzrQbbTPC .copyright {
  color: #bbbbbb;
}
.cid-ukzrQbbTPC .mbr-section-subtitle {
  text-align: left;
}
