body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff0505 !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: #ff0505 !important;
  border-color: #ff0505 !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: #ad0000 !important;
  border-color: #ad0000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ad0000 !important;
  border-color: #ad0000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d8c3a5 !important;
  border-color: #d8c3a5 !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: #be9b69 !important;
  border-color: #be9b69 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #be9b69 !important;
  border-color: #be9b69 !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: #ff0505;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ad0000 !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: #ff0505 !important;
  border-color: #ff0505 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d8c3a5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #be9b69 !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: #d8c3a5 !important;
  border-color: #d8c3a5 !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: #ff0505 !important;
}
.text-secondary {
  color: #d8c3a5 !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: #9e0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b9945e !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: #ff0505;
}
.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: #ff0505;
  border-color: #ff0505;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff0505;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd1d1;
}
.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: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff0505 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff0505;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff0505;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0505;
}
.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: #ff0505;
  border-bottom-color: #ff0505;
}
.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: #ff0505 !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: #d8c3a5 !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='%23ff0505' %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-sFF0ciwnEL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sFF0ciwnEL nav.navbar {
  position: fixed;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFF0ciwnEL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFF0ciwnEL .dropdown-item:hover,
.cid-sFF0ciwnEL .dropdown-item:focus {
  background: #ff0505 !important;
  color: white !important;
}
.cid-sFF0ciwnEL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFF0ciwnEL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFF0ciwnEL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFF0ciwnEL .nav-link {
  position: relative;
}
.cid-sFF0ciwnEL .container {
  display: flex;
  margin: auto;
}
.cid-sFF0ciwnEL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown-menu,
.cid-sFF0ciwnEL .navbar.opened {
  background: #eae7dc !important;
}
.cid-sFF0ciwnEL .nav-item:focus,
.cid-sFF0ciwnEL .nav-link:focus {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFF0ciwnEL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFF0ciwnEL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFF0ciwnEL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFF0ciwnEL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eae7dc;
}
.cid-sFF0ciwnEL .navbar.opened {
  transition: all 0.3s;
}
.cid-sFF0ciwnEL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFF0ciwnEL .navbar .navbar-logo img {
  width: auto;
}
.cid-sFF0ciwnEL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFF0ciwnEL .navbar.collapsed {
  justify-content: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFF0ciwnEL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFF0ciwnEL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFF0ciwnEL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFF0ciwnEL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFF0ciwnEL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFF0ciwnEL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFF0ciwnEL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFF0ciwnEL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFF0ciwnEL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFF0ciwnEL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFF0ciwnEL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFF0ciwnEL .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFF0ciwnEL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFF0ciwnEL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFF0ciwnEL .dropdown-item.active,
.cid-sFF0ciwnEL .dropdown-item:active {
  background-color: transparent;
}
.cid-sFF0ciwnEL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFF0ciwnEL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eae7dc;
}
.cid-sFF0ciwnEL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFF0ciwnEL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFF0ciwnEL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFF0ciwnEL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFF0ciwnEL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #65fc10;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFF0ciwnEL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFF0ciwnEL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFF0ciwnEL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sFF0ciwnEL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFF0ciwnEL .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-sFF0ciwnEL .navbar {
    height: 70px;
  }
  .cid-sFF0ciwnEL .navbar.opened {
    height: auto;
  }
  .cid-sFF0ciwnEL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFF0SGinka {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sFF0SGinka .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sFF0SGinka .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFF0SGinka .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sFF0SGinka .mbr-section-title {
  color: #47b00b;
}
.cid-sFF0SGinka .mbr-text,
.cid-sFF0SGinka .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tzpJo6wSvk {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff0505;
}
.cid-tzpJo6wSvk .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tzpJo6wSvk .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tzpH4SJyjA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tzpH4SJyjA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzpH4SJyjA .row {
  flex-direction: row-reverse;
}
.cid-tzpH4SJyjA img {
  width: 100%;
}
.cid-tEXX7QTbsv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1156.jpg");
}
.cid-tEXX7QTbsv .mbr-text,
.cid-tEXX7QTbsv .mbr-section-btn {
  color: #232323;
}
.cid-tEXX7QTbsv .card-title,
.cid-tEXX7QTbsv .card-box {
  color: #ffffff;
}
.cid-tEXX7QTbsv .mbr-text,
.cid-tEXX7QTbsv .link-wrap {
  color: #ffffff;
}
.cid-tzAw927yZJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-tzAw927yZJ .video-wrapper iframe {
  width: 100%;
}
.cid-tzAw927yZJ .mbr-section-title,
.cid-tzAw927yZJ .mbr-section-subtitle,
.cid-tzAw927yZJ .mbr-text {
  text-align: center;
}
.cid-tzAw927yZJ .mbr-section-title {
  color: #e43f3f;
}
.cid-tzAw927yZJ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tzt9JRNyhI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tzt9JRNyhI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzt9JRNyhI .row {
  flex-direction: row-reverse;
}
.cid-tzt9JRNyhI img {
  width: 100%;
}
.cid-tzt9JRNyhI .mbr-description {
  color: #ffffff;
}
.cid-tCTnl0lahW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-tCTnl0lahW .mbr-section-title {
  color: #ffffff;
}
.cid-tzCMs8H3PN {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #959406;
}
.cid-tzCMs8H3PN .mbr-text,
.cid-tzCMs8H3PN .mbr-section-btn {
  color: #232323;
}
.cid-tzCMs8H3PN .card-title,
.cid-tzCMs8H3PN .card-box {
  color: #000000;
  text-align: left;
}
.cid-tzCMs8H3PN .mbr-text,
.cid-tzCMs8H3PN .link-wrap {
  color: #ffffff;
}
.cid-tzIIMMIqGN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #65c6d4;
}
@media (max-width: 991px) {
  .cid-tzIIMMIqGN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tzIIMMIqGN .row {
  flex-direction: row-reverse;
}
.cid-tzIIMMIqGN img {
  width: 100%;
}
.cid-tzCDJfpozg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff0505;
}
.cid-tzCDJfpozg .mbr-text,
.cid-tzCDJfpozg .mbr-section-btn {
  color: #232323;
}
.cid-tzCDJfpozg .card-title,
.cid-tzCDJfpozg .card-box {
  color: #ffffff;
}
.cid-tzCDJfpozg .mbr-text,
.cid-tzCDJfpozg .link-wrap {
  color: #ffffff;
}
.cid-tzCDJfpozg .card-box .mbr-text,
.cid-tzCDJfpozg .mbr-section-btn {
  text-align: center;
}
.cid-sFF3B84VW8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sFF3B84VW8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-sFF3B84VW8 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-sFF3B84VW8 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sFF3B84VW8 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-sFF3B84VW8 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff0505;
}
.cid-sFF3B84VW8 .mbr-section-title {
  color: #e43f3f;
}
.cid-sFF3CYc3p7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txOby382jQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txOby382jQ nav.navbar {
  position: fixed;
}
.cid-txOby382jQ .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-txOby382jQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txOby382jQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txOby382jQ .dropdown-item:hover,
.cid-txOby382jQ .dropdown-item:focus {
  background: #ff0505 !important;
  color: white !important;
}
.cid-txOby382jQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txOby382jQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txOby382jQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txOby382jQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txOby382jQ .nav-link {
  position: relative;
}
.cid-txOby382jQ .container {
  display: flex;
  margin: auto;
}
.cid-txOby382jQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txOby382jQ .dropdown-menu,
.cid-txOby382jQ .navbar.opened {
  background: #eae7dc !important;
}
.cid-txOby382jQ .nav-item:focus,
.cid-txOby382jQ .nav-link:focus {
  outline: none;
}
.cid-txOby382jQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txOby382jQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txOby382jQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txOby382jQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txOby382jQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txOby382jQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txOby382jQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eae7dc;
}
.cid-txOby382jQ .navbar.opened {
  transition: all 0.3s;
}
.cid-txOby382jQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txOby382jQ .navbar .navbar-logo img {
  width: auto;
}
.cid-txOby382jQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txOby382jQ .navbar.collapsed {
  justify-content: center;
}
.cid-txOby382jQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txOby382jQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txOby382jQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txOby382jQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txOby382jQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txOby382jQ .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-txOby382jQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txOby382jQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txOby382jQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txOby382jQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txOby382jQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txOby382jQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txOby382jQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txOby382jQ .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-txOby382jQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txOby382jQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txOby382jQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txOby382jQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txOby382jQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txOby382jQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txOby382jQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-txOby382jQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txOby382jQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txOby382jQ .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-txOby382jQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txOby382jQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txOby382jQ .dropdown-item.active,
.cid-txOby382jQ .dropdown-item:active {
  background-color: transparent;
}
.cid-txOby382jQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txOby382jQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txOby382jQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txOby382jQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eae7dc;
}
.cid-txOby382jQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txOby382jQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txOby382jQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txOby382jQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txOby382jQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txOby382jQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #65fc10;
}
.cid-txOby382jQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txOby382jQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txOby382jQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txOby382jQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txOby382jQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txOby382jQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txOby382jQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txOby382jQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txOby382jQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txOby382jQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txOby382jQ .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-txOby382jQ .navbar {
    height: 70px;
  }
  .cid-txOby382jQ .navbar.opened {
    height: auto;
  }
  .cid-txOby382jQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txOby3uKZL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txOby3uKZL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txOby3uKZL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-txOby3uKZL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txOby3uKZL .mbr-section-title {
  color: #2299aa;
}
.cid-txOby3uKZL .mbr-text,
.cid-txOby3uKZL .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-txOby3Neol {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eae7dc;
}
.cid-txOby3Neol .mbr-fallback-image.disabled {
  display: none;
}
.cid-txOby3Neol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txOby3Neol .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-txOby3Neol .card {
    margin-bottom: 2rem!important;
  }
  .cid-txOby3Neol .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-txOby3Neol .link-wrap {
    align-items: center;
  }
}
.cid-txOby3Neol .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txOby3Neol .card-title,
.cid-txOby3Neol .card-box {
  color: #232323;
}
.cid-txOwc6C75k {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffe885;
}
.cid-txOwc6C75k .mbr-fallback-image.disabled {
  display: none;
}
.cid-txOwc6C75k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txOwkceRoQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #9fdbf8;
}
.cid-txOwkceRoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txOwkceRoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txOwkceRoQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txOwkceRoQ .row {
    flex-direction: column-reverse;
  }
  .cid-txOwkceRoQ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-txOwkceRoQ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-txOwkceRoQ .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-txOwkceRoQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txOwkceRoQ .card-title {
  color: #000000;
}
.cid-txOwkceRoQ .mbr-text,
.cid-txOwkceRoQ .mbr-section-btn {
  color: #000000;
}
.cid-txOby46Mip {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #6ec7f2;
}
.cid-txOby46Mip .mbr-fallback-image.disabled {
  display: none;
}
.cid-txOby46Mip .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txOby46Mip .video-wrapper iframe {
  width: 100%;
}
.cid-txOby46Mip .mbr-section-title,
.cid-txOby46Mip .mbr-section-subtitle,
.cid-txOby46Mip .mbr-text {
  text-align: center;
}
.cid-txOU1CVPfG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #b6f9c1;
}
.cid-txOU1CVPfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-txOU1CVPfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txOU1CVPfG .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txOU1CVPfG .row {
    flex-direction: column-reverse;
  }
  .cid-txOU1CVPfG .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-txOU1CVPfG .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-txOU1CVPfG .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-txOU1CVPfG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txOVNH8DMk {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #bed3f9;
}
.cid-txOVNH8DMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-txOVNH8DMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txOVNH8DMk .video-wrapper iframe {
  width: 100%;
}
.cid-txOVNH8DMk .mbr-section-title,
.cid-txOVNH8DMk .mbr-section-subtitle,
.cid-txOVNH8DMk .mbr-text {
  text-align: center;
}
.cid-txPgYBFGha {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-txPgYBFGha .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPgYBFGha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPgYBFGha .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txPgYBFGha .row {
    flex-direction: column-reverse;
  }
  .cid-txPgYBFGha .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-txPgYBFGha .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-txPgYBFGha .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-txPgYBFGha .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txPh0ru3Sp {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #a69898;
}
.cid-txPh0ru3Sp .mbr-fallback-image.disabled {
  display: none;
}
.cid-txPh0ru3Sp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txPh0ru3Sp .video-wrapper iframe {
  width: 100%;
}
.cid-txPh0ru3Sp .mbr-section-title,
.cid-txPh0ru3Sp .mbr-section-subtitle,
.cid-txPh0ru3Sp .mbr-text {
  text-align: center;
}
.cid-tya6On7b2A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-tya6On7b2A .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-tya6On7b2A form {
    width: 50%;
  }
}
.cid-tya6On7b2A form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tya6On7b2A form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tya6On7b2A .mbr-section-title {
  color: #ffffff;
}
.cid-tya6On7b2A .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-txOby4GeFw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txOby4GeFw .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-txOby4GeFw .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-txOby4GeFw .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txOby4GeFw .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-txOby4GeFw .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff0505;
}
.cid-txOby4GeFw .mbr-section-title {
  color: #e43f3f;
}
.cid-txOby51aX4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txOdXR986b {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txOdXR986b nav.navbar {
  position: fixed;
}
.cid-txOdXR986b .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-txOdXR986b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txOdXR986b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txOdXR986b .dropdown-item:hover,
.cid-txOdXR986b .dropdown-item:focus {
  background: #ff0505 !important;
  color: white !important;
}
.cid-txOdXR986b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txOdXR986b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txOdXR986b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txOdXR986b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txOdXR986b .nav-link {
  position: relative;
}
.cid-txOdXR986b .container {
  display: flex;
  margin: auto;
}
.cid-txOdXR986b .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txOdXR986b .dropdown-menu,
.cid-txOdXR986b .navbar.opened {
  background: #eae7dc !important;
}
.cid-txOdXR986b .nav-item:focus,
.cid-txOdXR986b .nav-link:focus {
  outline: none;
}
.cid-txOdXR986b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txOdXR986b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txOdXR986b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txOdXR986b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txOdXR986b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txOdXR986b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txOdXR986b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eae7dc;
}
.cid-txOdXR986b .navbar.opened {
  transition: all 0.3s;
}
.cid-txOdXR986b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txOdXR986b .navbar .navbar-logo img {
  width: auto;
}
.cid-txOdXR986b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txOdXR986b .navbar.collapsed {
  justify-content: center;
}
.cid-txOdXR986b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txOdXR986b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txOdXR986b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txOdXR986b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txOdXR986b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txOdXR986b .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-txOdXR986b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txOdXR986b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txOdXR986b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txOdXR986b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txOdXR986b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txOdXR986b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txOdXR986b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txOdXR986b .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-txOdXR986b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txOdXR986b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txOdXR986b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txOdXR986b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txOdXR986b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txOdXR986b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txOdXR986b .navbar.navbar-short {
  min-height: 60px;
}
.cid-txOdXR986b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txOdXR986b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txOdXR986b .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-txOdXR986b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txOdXR986b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txOdXR986b .dropdown-item.active,
.cid-txOdXR986b .dropdown-item:active {
  background-color: transparent;
}
.cid-txOdXR986b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txOdXR986b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txOdXR986b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txOdXR986b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eae7dc;
}
.cid-txOdXR986b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txOdXR986b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txOdXR986b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txOdXR986b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txOdXR986b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txOdXR986b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #65fc10;
}
.cid-txOdXR986b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txOdXR986b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txOdXR986b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txOdXR986b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txOdXR986b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txOdXR986b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txOdXR986b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txOdXR986b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txOdXR986b .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txOdXR986b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txOdXR986b .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-txOdXR986b .navbar {
    height: 70px;
  }
  .cid-txOdXR986b .navbar.opened {
    height: auto;
  }
  .cid-txOdXR986b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txOdXRrVNv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txOdXRrVNv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txOdXRrVNv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-txOdXRrVNv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txOdXRrVNv .mbr-section-title {
  color: #2299aa;
}
.cid-txOdXRrVNv .mbr-text,
.cid-txOdXRrVNv .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-txOdXRGbim {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #eae7dc;
}
.cid-txOdXRGbim .mbr-fallback-image.disabled {
  display: none;
}
.cid-txOdXRGbim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txOdXRGbim .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-txOdXRGbim .card {
    margin-bottom: 2rem!important;
  }
  .cid-txOdXRGbim .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-txOdXRGbim .link-wrap {
    align-items: center;
  }
}
.cid-txOdXRGbim .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txOdXRGbim .card-title,
.cid-txOdXRGbim .card-box {
  color: #232323;
}
.cid-txXq3fMz49 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffb18a;
}
.cid-txXq3fMz49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txXq3fMz49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txOdXRXkvZ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #9fdbf8;
}
.cid-txOdXRXkvZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txOdXRXkvZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txOdXRXkvZ .video-wrapper iframe {
  width: 100%;
}
.cid-txOdXRXkvZ .mbr-section-title,
.cid-txOdXRXkvZ .mbr-section-subtitle,
.cid-txOdXRXkvZ .mbr-text {
  text-align: center;
}
.cid-txXr39UJ7Z {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #eae7dc;
}
.cid-txXr39UJ7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-txXr39UJ7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txXr39UJ7Z .video-wrapper iframe {
  width: 100%;
}
.cid-txXr39UJ7Z .mbr-section-title,
.cid-txXr39UJ7Z .mbr-section-subtitle,
.cid-txXr39UJ7Z .mbr-text {
  text-align: center;
}
.cid-txOdXScqRl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-txOdXScqRl .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .cid-txOdXScqRl form {
    width: 50%;
  }
}
.cid-txOdXScqRl form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txOdXScqRl form .mbr-section-btn .btn {
  width: 100%;
}
.cid-txOdXScqRl .mbr-section-title {
  color: #ffffff;
}
.cid-txOdXScqRl .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-txOdXSpNZ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txOdXSpNZ5 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-txOdXSpNZ5 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-txOdXSpNZ5 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txOdXSpNZ5 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-txOdXSpNZ5 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff0505;
}
.cid-txOdXSpNZ5 .mbr-section-title {
  color: #e43f3f;
}
.cid-txOdXSIXFE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txOejmK0U5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txOejmK0U5 nav.navbar {
  position: fixed;
}
.cid-txOejmK0U5 .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-txOejmK0U5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txOejmK0U5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txOejmK0U5 .dropdown-item:hover,
.cid-txOejmK0U5 .dropdown-item:focus {
  background: #ff0505 !important;
  color: white !important;
}
.cid-txOejmK0U5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txOejmK0U5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txOejmK0U5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txOejmK0U5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txOejmK0U5 .nav-link {
  position: relative;
}
.cid-txOejmK0U5 .container {
  display: flex;
  margin: auto;
}
.cid-txOejmK0U5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txOejmK0U5 .dropdown-menu,
.cid-txOejmK0U5 .navbar.opened {
  background: #eae7dc !important;
}
.cid-txOejmK0U5 .nav-item:focus,
.cid-txOejmK0U5 .nav-link:focus {
  outline: none;
}
.cid-txOejmK0U5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txOejmK0U5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txOejmK0U5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txOejmK0U5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txOejmK0U5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txOejmK0U5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txOejmK0U5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eae7dc;
}
.cid-txOejmK0U5 .navbar.opened {
  transition: all 0.3s;
}
.cid-txOejmK0U5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txOejmK0U5 .navbar .navbar-logo img {
  width: auto;
}
.cid-txOejmK0U5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txOejmK0U5 .navbar.collapsed {
  justify-content: center;
}
.cid-txOejmK0U5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txOejmK0U5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txOejmK0U5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txOejmK0U5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txOejmK0U5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txOejmK0U5 .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-txOejmK0U5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txOejmK0U5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txOejmK0U5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txOejmK0U5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txOejmK0U5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txOejmK0U5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txOejmK0U5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txOejmK0U5 .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-txOejmK0U5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txOejmK0U5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txOejmK0U5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txOejmK0U5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txOejmK0U5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txOejmK0U5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txOejmK0U5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-txOejmK0U5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txOejmK0U5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txOejmK0U5 .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-txOejmK0U5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txOejmK0U5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txOejmK0U5 .dropdown-item.active,
.cid-txOejmK0U5 .dropdown-item:active {
  background-color: transparent;
}
.cid-txOejmK0U5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txOejmK0U5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txOejmK0U5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txOejmK0U5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eae7dc;
}
.cid-txOejmK0U5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txOejmK0U5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txOejmK0U5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txOejmK0U5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txOejmK0U5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txOejmK0U5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #65fc10;
}
.cid-txOejmK0U5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txOejmK0U5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txOejmK0U5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txOejmK0U5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txOejmK0U5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txOejmK0U5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txOejmK0U5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txOejmK0U5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txOejmK0U5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txOejmK0U5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txOejmK0U5 .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-txOejmK0U5 .navbar {
    height: 70px;
  }
  .cid-txOejmK0U5 .navbar.opened {
    height: auto;
  }
  .cid-txOejmK0U5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txOejn0Lkl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txOejn0Lkl .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txOejn0Lkl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-txOejn0Lkl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txOejn0Lkl .mbr-section-title {
  color: #2299aa;
}
.cid-txOejn0Lkl .mbr-text,
.cid-txOejn0Lkl .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-txOejnd88F {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #eae7dc;
}
.cid-txOejnd88F .mbr-fallback-image.disabled {
  display: none;
}
.cid-txOejnd88F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txOejnd88F .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-txOejnd88F .card {
    margin-bottom: 2rem!important;
  }
  .cid-txOejnd88F .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-txOejnd88F .link-wrap {
    align-items: center;
  }
}
.cid-txOejnd88F .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txOejnd88F .card-title,
.cid-txOejnd88F .card-box {
  color: #232323;
}
.cid-tzXbYZpBMI {
  background-image: linear-gradient(135deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tzXbYZpBMI .mbr-section-title {
  text-align: left;
}
.cid-tzXbYZpBMI .mbr-text,
.cid-tzXbYZpBMI .mbr-section-btn {
  text-align: left;
}
.cid-tynlEFOssU {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #6592e6;
}
.cid-tynlEFOssU .video-wrapper iframe {
  width: 100%;
}
.cid-tynlEFOssU .mbr-section-title,
.cid-tynlEFOssU .mbr-section-subtitle,
.cid-tynlEFOssU .mbr-text {
  text-align: center;
}
.cid-tynlEFOssU .mbr-section-title {
  color: #ffffff;
}
.cid-tynlFQTq1p {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #98dee8;
}
.cid-tynlFQTq1p .video-wrapper iframe {
  width: 100%;
}
.cid-tynlFQTq1p .mbr-section-title,
.cid-tynlFQTq1p .mbr-section-subtitle,
.cid-tynlFQTq1p .mbr-text {
  text-align: center;
}
.cid-tynlHmCtjx {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #22a5e5;
}
.cid-tynlHmCtjx .video-wrapper iframe {
  width: 100%;
}
.cid-tynlHmCtjx .mbr-section-title,
.cid-tynlHmCtjx .mbr-section-subtitle,
.cid-tynlHmCtjx .mbr-text {
  text-align: center;
}
.cid-tynlIg1PpJ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-tynlIg1PpJ .video-wrapper iframe {
  width: 100%;
}
.cid-tynlIg1PpJ .mbr-section-title,
.cid-tynlIg1PpJ .mbr-section-subtitle,
.cid-tynlIg1PpJ .mbr-text {
  text-align: center;
}
.cid-txXvsyXq3I {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff0b0;
}
.cid-txXvsyXq3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-txXvsyXq3I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txXvsyXq3I .mbr-section-title {
  color: #000000;
}
.cid-txOejo5EOY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txOejo5EOY .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-txOejo5EOY .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-txOejo5EOY .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txOejo5EOY .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-txOejo5EOY .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff0505;
}
.cid-txOejo5EOY .mbr-section-title {
  color: #e43f3f;
}
.cid-txOejopYlx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txJcv6oKPX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txJcv6oKPX nav.navbar {
  position: fixed;
}
.cid-txJcv6oKPX .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-txJcv6oKPX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txJcv6oKPX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txJcv6oKPX .dropdown-item:hover,
.cid-txJcv6oKPX .dropdown-item:focus {
  background: #ff0505 !important;
  color: white !important;
}
.cid-txJcv6oKPX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txJcv6oKPX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txJcv6oKPX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txJcv6oKPX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txJcv6oKPX .nav-link {
  position: relative;
}
.cid-txJcv6oKPX .container {
  display: flex;
  margin: auto;
}
.cid-txJcv6oKPX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txJcv6oKPX .dropdown-menu,
.cid-txJcv6oKPX .navbar.opened {
  background: #eae7dc !important;
}
.cid-txJcv6oKPX .nav-item:focus,
.cid-txJcv6oKPX .nav-link:focus {
  outline: none;
}
.cid-txJcv6oKPX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txJcv6oKPX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txJcv6oKPX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txJcv6oKPX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txJcv6oKPX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txJcv6oKPX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txJcv6oKPX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eae7dc;
}
.cid-txJcv6oKPX .navbar.opened {
  transition: all 0.3s;
}
.cid-txJcv6oKPX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txJcv6oKPX .navbar .navbar-logo img {
  width: auto;
}
.cid-txJcv6oKPX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txJcv6oKPX .navbar.collapsed {
  justify-content: center;
}
.cid-txJcv6oKPX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txJcv6oKPX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txJcv6oKPX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txJcv6oKPX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txJcv6oKPX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txJcv6oKPX .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-txJcv6oKPX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txJcv6oKPX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txJcv6oKPX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txJcv6oKPX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txJcv6oKPX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txJcv6oKPX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txJcv6oKPX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txJcv6oKPX .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-txJcv6oKPX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txJcv6oKPX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txJcv6oKPX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txJcv6oKPX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txJcv6oKPX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txJcv6oKPX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txJcv6oKPX .navbar.navbar-short {
  min-height: 60px;
}
.cid-txJcv6oKPX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txJcv6oKPX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txJcv6oKPX .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-txJcv6oKPX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txJcv6oKPX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txJcv6oKPX .dropdown-item.active,
.cid-txJcv6oKPX .dropdown-item:active {
  background-color: transparent;
}
.cid-txJcv6oKPX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txJcv6oKPX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txJcv6oKPX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txJcv6oKPX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eae7dc;
}
.cid-txJcv6oKPX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txJcv6oKPX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txJcv6oKPX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txJcv6oKPX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txJcv6oKPX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txJcv6oKPX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #65fc10;
}
.cid-txJcv6oKPX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txJcv6oKPX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txJcv6oKPX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txJcv6oKPX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txJcv6oKPX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txJcv6oKPX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txJcv6oKPX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txJcv6oKPX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txJcv6oKPX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txJcv6oKPX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txJcv6oKPX .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-txJcv6oKPX .navbar {
    height: 70px;
  }
  .cid-txJcv6oKPX .navbar.opened {
    height: auto;
  }
  .cid-txJcv6oKPX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txJcv6L8cH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eae7dc;
}
.cid-txJcv6L8cH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txJcv6L8cH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-txJcv6L8cH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txJcv6L8cH .mbr-section-title {
  color: #e85a4f;
}
.cid-txJcv6L8cH .mbr-text,
.cid-txJcv6L8cH .mbr-section-btn {
  color: #8e8d8a;
}
.cid-txRJUtMPZU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txRJUtMPZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-txRJUtMPZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txRJUtMPZU .video-wrapper iframe {
  width: 100%;
}
.cid-txRJUtMPZU .mbr-section-title,
.cid-txRJUtMPZU .mbr-section-subtitle,
.cid-txRJUtMPZU .mbr-text {
  text-align: center;
}
.cid-txRJt8UfBh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txRJt8UfBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-txRJt8UfBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txRJt8UfBh .video-wrapper iframe {
  width: 100%;
}
.cid-txRJt8UfBh .mbr-section-title,
.cid-txRJt8UfBh .mbr-section-subtitle,
.cid-txRJt8UfBh .mbr-text {
  text-align: center;
}
.cid-txJcv727DJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txJcv727DJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJcv727DJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJcv727DJ .video-wrapper iframe {
  width: 100%;
}
.cid-txJcv727DJ .mbr-section-title,
.cid-txJcv727DJ .mbr-section-subtitle,
.cid-txJcv727DJ .mbr-text {
  text-align: center;
}
.cid-txJcv7ngVt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txJcv7ngVt .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJcv7ngVt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJcv7ngVt .video-wrapper iframe {
  width: 100%;
}
.cid-txJcv7ngVt .mbr-section-title,
.cid-txJcv7ngVt .mbr-section-subtitle,
.cid-txJcv7ngVt .mbr-text {
  text-align: center;
}
.cid-txJcv7EAXH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txJcv7EAXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJcv7EAXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJcv7EAXH .video-wrapper iframe {
  width: 100%;
}
.cid-txJcv7EAXH .mbr-section-title,
.cid-txJcv7EAXH .mbr-section-subtitle,
.cid-txJcv7EAXH .mbr-text {
  text-align: center;
}
.cid-txJcv7VNA8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txJcv7VNA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJcv7VNA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJcv7VNA8 .video-wrapper iframe {
  width: 100%;
}
.cid-txJcv7VNA8 .mbr-section-title,
.cid-txJcv7VNA8 .mbr-section-subtitle,
.cid-txJcv7VNA8 .mbr-text {
  text-align: center;
}
.cid-txJcv8dFbt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txJcv8dFbt .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJcv8dFbt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJcv8dFbt .video-wrapper iframe {
  width: 100%;
}
.cid-txJcv8dFbt .mbr-section-title,
.cid-txJcv8dFbt .mbr-section-subtitle,
.cid-txJcv8dFbt .mbr-text {
  text-align: center;
}
.cid-txJcv8sp6x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txJcv8sp6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJcv8sp6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJcv8sp6x .video-wrapper iframe {
  width: 100%;
}
.cid-txJcv8sp6x .mbr-section-title,
.cid-txJcv8sp6x .mbr-section-subtitle,
.cid-txJcv8sp6x .mbr-text {
  text-align: center;
}
.cid-txJcv8JWa1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txJcv8JWa1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJcv8JWa1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJcv8JWa1 .video-wrapper iframe {
  width: 100%;
}
.cid-txJcv8JWa1 .mbr-section-title,
.cid-txJcv8JWa1 .mbr-section-subtitle,
.cid-txJcv8JWa1 .mbr-text {
  text-align: center;
}
.cid-txJcv92Fxo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txJcv92Fxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJcv92Fxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJcv92Fxo .video-wrapper iframe {
  width: 100%;
}
.cid-txJcv92Fxo .mbr-section-title,
.cid-txJcv92Fxo .mbr-section-subtitle,
.cid-txJcv92Fxo .mbr-text {
  text-align: center;
}
.cid-txJcv9kQUQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txJcv9kQUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJcv9kQUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJcv9kQUQ .video-wrapper iframe {
  width: 100%;
}
.cid-txJcv9kQUQ .mbr-section-title,
.cid-txJcv9kQUQ .mbr-section-subtitle,
.cid-txJcv9kQUQ .mbr-text {
  text-align: center;
}
.cid-txJcv9D4CS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txJcv9D4CS .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJcv9D4CS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJcv9D4CS .video-wrapper iframe {
  width: 100%;
}
.cid-txJcv9D4CS .mbr-section-title,
.cid-txJcv9D4CS .mbr-section-subtitle,
.cid-txJcv9D4CS .mbr-text {
  text-align: center;
}
.cid-txJcva50NC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txJcva50NC .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJcva50NC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJcva50NC .video-wrapper iframe {
  width: 100%;
}
.cid-txJcva50NC .mbr-section-title,
.cid-txJcva50NC .mbr-section-subtitle,
.cid-txJcva50NC .mbr-text {
  text-align: center;
}
.cid-txJcvamarW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txJcvamarW .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJcvamarW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJcvamarW .video-wrapper iframe {
  width: 100%;
}
.cid-txJcvamarW .mbr-section-title,
.cid-txJcvamarW .mbr-section-subtitle,
.cid-txJcvamarW .mbr-text {
  text-align: center;
}
.cid-txJcvaElP5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txJcvaElP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJcvaElP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJcvaElP5 .video-wrapper iframe {
  width: 100%;
}
.cid-txJcvaElP5 .mbr-section-title,
.cid-txJcvaElP5 .mbr-section-subtitle,
.cid-txJcvaElP5 .mbr-text {
  text-align: center;
}
.cid-txJcvaVaU6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txJcvaVaU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txJcvaVaU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txJcvaVaU6 .video-wrapper iframe {
  width: 100%;
}
.cid-txJcvaVaU6 .mbr-section-title,
.cid-txJcvaVaU6 .mbr-section-subtitle,
.cid-txJcvaVaU6 .mbr-text {
  text-align: center;
}
.cid-txJcvba7eF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eae7dc;
}
.cid-txJcvba7eF .carousel-item {
  justify-content: center;
}
.cid-txJcvba7eF .carousel-item.active,
.cid-txJcvba7eF .carousel-item-next,
.cid-txJcvba7eF .carousel-item-prev {
  display: flex;
}
.cid-txJcvba7eF .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #e85a4f;
}
.cid-txJcvba7eF .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-txJcvba7eF .carousel-control-next span {
  padding-left: 5px;
}
.cid-txJcvba7eF .carousel-control-prev span {
  padding-right: 5px;
}
.cid-txJcvba7eF .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-txJcvba7eF .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-txJcvba7eF .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-txJcvba7eF H3 {
  color: #e85a4f;
}
.cid-txJcvbCONp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-txJcvbCONp .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff0505;
  margin-left: 1rem;
}
.cid-txJcvbCONp .panel-group {
  border: none;
}
.cid-txJcvbCONp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-txJcvbCONp .panel-body,
.cid-txJcvbCONp .card-header {
  padding: 1rem 0;
}
.cid-txJcvbCONp .panel-title-edit {
  color: #000000;
}
.cid-txJcvbCONp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-txJcvbCONp H3 {
  color: #e85a4f;
}
.cid-txJcvbUCtJ {
  background-color: #eae7dc;
}
.cid-txJcvbUCtJ .mbr-text,
.cid-txJcvbUCtJ .mbr-section-btn {
  color: #232323;
}
@media (max-width: 991px) {
  .cid-txJcvbUCtJ .mbr-text,
  .cid-txJcvbUCtJ .mbr-section-title {
    text-align: center;
  }
}
.cid-txJcvbUCtJ a.btn {
  height: 100%;
  margin: 0;
}
.cid-txJcvbUCtJ .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: 100%;
}
.cid-txJcvbUCtJ .mbr-section-btn .btn {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-txJcvbUCtJ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-txJcvbUCtJ .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-txJcvbUCtJ .justify-content-center {
  align-items: center;
}
.cid-txJcvbUCtJ H1 {
  color: #e43f3f;
}
.cid-txJcvcbuwW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txJcvcbuwW .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-txJcvcbuwW .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-txJcvcbuwW .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txJcvcbuwW .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-txJcvcbuwW .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff0505;
}
.cid-txJcvcbuwW .mbr-section-title {
  color: #e43f3f;
}
.cid-txJcvcvLd9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txOd7LA288 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txOd7LA288 nav.navbar {
  position: fixed;
}
.cid-txOd7LA288 .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-txOd7LA288 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txOd7LA288 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txOd7LA288 .dropdown-item:hover,
.cid-txOd7LA288 .dropdown-item:focus {
  background: #ff0505 !important;
  color: white !important;
}
.cid-txOd7LA288 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txOd7LA288 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txOd7LA288 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txOd7LA288 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txOd7LA288 .nav-link {
  position: relative;
}
.cid-txOd7LA288 .container {
  display: flex;
  margin: auto;
}
.cid-txOd7LA288 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txOd7LA288 .dropdown-menu,
.cid-txOd7LA288 .navbar.opened {
  background: #eae7dc !important;
}
.cid-txOd7LA288 .nav-item:focus,
.cid-txOd7LA288 .nav-link:focus {
  outline: none;
}
.cid-txOd7LA288 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txOd7LA288 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txOd7LA288 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txOd7LA288 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txOd7LA288 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txOd7LA288 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txOd7LA288 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eae7dc;
}
.cid-txOd7LA288 .navbar.opened {
  transition: all 0.3s;
}
.cid-txOd7LA288 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txOd7LA288 .navbar .navbar-logo img {
  width: auto;
}
.cid-txOd7LA288 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txOd7LA288 .navbar.collapsed {
  justify-content: center;
}
.cid-txOd7LA288 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txOd7LA288 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txOd7LA288 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txOd7LA288 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txOd7LA288 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txOd7LA288 .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-txOd7LA288 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txOd7LA288 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txOd7LA288 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txOd7LA288 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txOd7LA288 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txOd7LA288 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txOd7LA288 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txOd7LA288 .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-txOd7LA288 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txOd7LA288 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txOd7LA288 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txOd7LA288 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txOd7LA288 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txOd7LA288 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txOd7LA288 .navbar.navbar-short {
  min-height: 60px;
}
.cid-txOd7LA288 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txOd7LA288 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txOd7LA288 .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-txOd7LA288 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txOd7LA288 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txOd7LA288 .dropdown-item.active,
.cid-txOd7LA288 .dropdown-item:active {
  background-color: transparent;
}
.cid-txOd7LA288 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txOd7LA288 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txOd7LA288 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txOd7LA288 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eae7dc;
}
.cid-txOd7LA288 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txOd7LA288 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txOd7LA288 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txOd7LA288 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txOd7LA288 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txOd7LA288 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #65fc10;
}
.cid-txOd7LA288 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txOd7LA288 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txOd7LA288 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txOd7LA288 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txOd7LA288 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txOd7LA288 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txOd7LA288 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txOd7LA288 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txOd7LA288 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txOd7LA288 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txOd7LA288 .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-txOd7LA288 .navbar {
    height: 70px;
  }
  .cid-txOd7LA288 .navbar.opened {
    height: auto;
  }
  .cid-txOd7LA288 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txOd7LTWNP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txOd7LTWNP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txOd7LTWNP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-txOd7LTWNP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txOd7LTWNP .mbr-section-title {
  color: #2299aa;
}
.cid-txOd7LTWNP .mbr-text,
.cid-txOd7LTWNP .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-txOd7Mabc0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eae7dc;
}
.cid-txOd7Mabc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txOd7Mabc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txOd7Mabc0 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-txOd7Mabc0 .card {
    margin-bottom: 2rem!important;
  }
  .cid-txOd7Mabc0 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-txOd7Mabc0 .link-wrap {
    align-items: center;
  }
}
.cid-txOd7Mabc0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txOd7Mabc0 .card-title,
.cid-txOd7Mabc0 .card-box {
  color: #232323;
}
.cid-txUJzYiodz {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffe885;
}
.cid-txUJzYiodz .mbr-fallback-image.disabled {
  display: none;
}
.cid-txUJzYiodz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUJzYiodz .mbr-section-title {
  color: #000000;
}
.cid-txUJzYiodz .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-txULvGFxf6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffb18a;
}
.cid-txULvGFxf6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txULvGFxf6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txULvGFxf6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txULvGFxf6 .row {
    flex-direction: column-reverse;
  }
  .cid-txULvGFxf6 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-txULvGFxf6 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-txULvGFxf6 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-txULvGFxf6 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txOd7Mp7tu {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-txOd7Mp7tu .mbr-fallback-image.disabled {
  display: none;
}
.cid-txOd7Mp7tu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txOd7Mp7tu .video-wrapper iframe {
  width: 100%;
}
.cid-txOd7Mp7tu .mbr-section-title,
.cid-txOd7Mp7tu .mbr-section-subtitle,
.cid-txOd7Mp7tu .mbr-text {
  text-align: center;
}
.cid-txUNd2y4In {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #98dee8;
}
.cid-txUNd2y4In .mbr-fallback-image.disabled {
  display: none;
}
.cid-txUNd2y4In .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUNd2y4In .video-wrapper iframe {
  width: 100%;
}
.cid-txUNd2y4In .mbr-section-title,
.cid-txUNd2y4In .mbr-section-subtitle,
.cid-txUNd2y4In .mbr-text {
  text-align: center;
}
.cid-txUNdzRmHx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #8caff0;
}
.cid-txUNdzRmHx .mbr-fallback-image.disabled {
  display: none;
}
.cid-txUNdzRmHx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUNdzRmHx .video-wrapper iframe {
  width: 100%;
}
.cid-txUNdzRmHx .mbr-section-title,
.cid-txUNdzRmHx .mbr-section-subtitle,
.cid-txUNdzRmHx .mbr-text {
  text-align: center;
}
.cid-txUNdzRmHx .mbr-section-title {
  color: #ffffff;
}
.cid-txUNdzRmHx .mbr-section-subtitle {
  color: #000000;
}
.cid-txUNe2j3hK {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ff9966;
}
.cid-txUNe2j3hK .mbr-fallback-image.disabled {
  display: none;
}
.cid-txUNe2j3hK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUNe2j3hK .video-wrapper iframe {
  width: 100%;
}
.cid-txUNe2j3hK .mbr-section-title,
.cid-txUNe2j3hK .mbr-section-subtitle,
.cid-txUNe2j3hK .mbr-text {
  text-align: center;
}
.cid-txUNeyeeml {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #6ec7f2;
}
.cid-txUNeyeeml .mbr-fallback-image.disabled {
  display: none;
}
.cid-txUNeyeeml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUNeyeeml .video-wrapper iframe {
  width: 100%;
}
.cid-txUNeyeeml .mbr-section-title,
.cid-txUNeyeeml .mbr-section-subtitle,
.cid-txUNeyeeml .mbr-text {
  text-align: center;
}
.cid-txUNf9JutV {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-txUNf9JutV .mbr-fallback-image.disabled {
  display: none;
}
.cid-txUNf9JutV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txUNf9JutV .video-wrapper iframe {
  width: 100%;
}
.cid-txUNf9JutV .mbr-section-title,
.cid-txUNf9JutV .mbr-section-subtitle,
.cid-txUNf9JutV .mbr-text {
  text-align: center;
}
.cid-txVj6ZniU1 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffb18a;
}
.cid-txVj6ZniU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txVj6ZniU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVj6ZniU1 .video-wrapper iframe {
  width: 100%;
}
.cid-txVj6ZniU1 .mbr-section-title,
.cid-txVj6ZniU1 .mbr-section-subtitle,
.cid-txVj6ZniU1 .mbr-text {
  text-align: center;
}
.cid-txVj6lmjxC {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #bed3f9;
}
.cid-txVj6lmjxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-txVj6lmjxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVj6lmjxC .video-wrapper iframe {
  width: 100%;
}
.cid-txVj6lmjxC .mbr-section-title,
.cid-txVj6lmjxC .mbr-section-subtitle,
.cid-txVj6lmjxC .mbr-text {
  text-align: center;
}
.cid-txVj6lmjxC .mbr-section-title {
  color: #e43f3f;
}
.cid-txVj6lmjxC .mbr-section-subtitle {
  color: #000000;
}
.cid-txVt9gH1SV {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #6592e6;
}
.cid-txVt9gH1SV .mbr-fallback-image.disabled {
  display: none;
}
.cid-txVt9gH1SV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txVt9gH1SV .video-wrapper iframe {
  width: 100%;
}
.cid-txVt9gH1SV .mbr-section-title,
.cid-txVt9gH1SV .mbr-section-subtitle,
.cid-txVt9gH1SV .mbr-text {
  text-align: center;
}
.cid-txVt9gH1SV .mbr-section-title {
  color: #ffffff;
}
.cid-txVt9gH1SV .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-txOd7MHCdI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-txOd7MHCdI .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .cid-txOd7MHCdI form {
    width: 50%;
  }
}
.cid-txOd7MHCdI form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-txOd7MHCdI form .mbr-section-btn .btn {
  width: 100%;
}
.cid-txOd7MHCdI .mbr-section-title {
  color: #ffffff;
}
.cid-txOd7MHCdI .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-txOd7MUGtO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txOd7MUGtO .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-txOd7MUGtO .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-txOd7MUGtO .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txOd7MUGtO .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-txOd7MUGtO .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff0505;
}
.cid-txOd7MUGtO .mbr-section-title {
  color: #e43f3f;
}
.cid-txOd7NdeHA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txOhYEktT0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txOhYEktT0 nav.navbar {
  position: fixed;
}
.cid-txOhYEktT0 .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-txOhYEktT0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txOhYEktT0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txOhYEktT0 .dropdown-item:hover,
.cid-txOhYEktT0 .dropdown-item:focus {
  background: #ff0505 !important;
  color: white !important;
}
.cid-txOhYEktT0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txOhYEktT0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txOhYEktT0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txOhYEktT0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txOhYEktT0 .nav-link {
  position: relative;
}
.cid-txOhYEktT0 .container {
  display: flex;
  margin: auto;
}
.cid-txOhYEktT0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txOhYEktT0 .dropdown-menu,
.cid-txOhYEktT0 .navbar.opened {
  background: #eae7dc !important;
}
.cid-txOhYEktT0 .nav-item:focus,
.cid-txOhYEktT0 .nav-link:focus {
  outline: none;
}
.cid-txOhYEktT0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txOhYEktT0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txOhYEktT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txOhYEktT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txOhYEktT0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txOhYEktT0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txOhYEktT0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eae7dc;
}
.cid-txOhYEktT0 .navbar.opened {
  transition: all 0.3s;
}
.cid-txOhYEktT0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txOhYEktT0 .navbar .navbar-logo img {
  width: auto;
}
.cid-txOhYEktT0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txOhYEktT0 .navbar.collapsed {
  justify-content: center;
}
.cid-txOhYEktT0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txOhYEktT0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txOhYEktT0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txOhYEktT0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txOhYEktT0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txOhYEktT0 .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-txOhYEktT0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txOhYEktT0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txOhYEktT0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txOhYEktT0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txOhYEktT0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txOhYEktT0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txOhYEktT0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txOhYEktT0 .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-txOhYEktT0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txOhYEktT0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txOhYEktT0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txOhYEktT0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txOhYEktT0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txOhYEktT0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txOhYEktT0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-txOhYEktT0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txOhYEktT0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txOhYEktT0 .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-txOhYEktT0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txOhYEktT0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txOhYEktT0 .dropdown-item.active,
.cid-txOhYEktT0 .dropdown-item:active {
  background-color: transparent;
}
.cid-txOhYEktT0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txOhYEktT0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txOhYEktT0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txOhYEktT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eae7dc;
}
.cid-txOhYEktT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txOhYEktT0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txOhYEktT0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txOhYEktT0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txOhYEktT0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txOhYEktT0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #65fc10;
}
.cid-txOhYEktT0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txOhYEktT0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txOhYEktT0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txOhYEktT0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txOhYEktT0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txOhYEktT0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txOhYEktT0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txOhYEktT0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txOhYEktT0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txOhYEktT0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txOhYEktT0 .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-txOhYEktT0 .navbar {
    height: 70px;
  }
  .cid-txOhYEktT0 .navbar.opened {
    height: auto;
  }
  .cid-txOhYEktT0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txOhYEGWao {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txOhYEGWao .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txOhYEGWao .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-txOhYEGWao .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txOhYEGWao .mbr-section-title {
  color: #2299aa;
}
.cid-txOhYEGWao .mbr-text,
.cid-txOhYEGWao .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-txOhYEXqvf {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #eae7dc;
}
.cid-txOhYEXqvf .mbr-fallback-image.disabled {
  display: none;
}
.cid-txOhYEXqvf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txOhYEXqvf .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-txOhYEXqvf .card {
    margin-bottom: 2rem!important;
  }
  .cid-txOhYEXqvf .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-txOhYEXqvf .link-wrap {
    align-items: center;
  }
}
.cid-txOhYEXqvf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txOhYEXqvf .card-title,
.cid-txOhYEXqvf .card-box {
  color: #232323;
}
.cid-txXhHClVMO {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #b6f9c1;
}
.cid-txXhHClVMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-txXhHClVMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txXhHClVMO .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-txXlOtd6je {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #65c6d4;
}
.cid-txXlOtd6je .mbr-fallback-image.disabled {
  display: none;
}
.cid-txXlOtd6je .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txXlOtd6je .video-wrapper iframe {
  width: 100%;
}
.cid-txXlOtd6je .mbr-section-title,
.cid-txXlOtd6je .mbr-section-subtitle,
.cid-txXlOtd6je .mbr-text {
  text-align: center;
}
.cid-txZzL7TMqf {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fff0b0;
}
.cid-txZzL7TMqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZzL7TMqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZzL7TMqf .video-wrapper iframe {
  width: 100%;
}
.cid-txZzL7TMqf .mbr-section-title,
.cid-txZzL7TMqf .mbr-section-subtitle,
.cid-txZzL7TMqf .mbr-text {
  text-align: center;
}
.cid-txOhYFe90K {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-txOhYFe90K .mbr-fallback-image.disabled {
  display: none;
}
.cid-txOhYFe90K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txOhYFe90K .video-wrapper iframe {
  width: 100%;
}
.cid-txOhYFe90K .mbr-section-title,
.cid-txOhYFe90K .mbr-section-subtitle,
.cid-txOhYFe90K .mbr-text {
  text-align: center;
}
.cid-txXji2ii55 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffe885;
}
.cid-txXji2ii55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txXji2ii55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txXji2ii55 .video-wrapper iframe {
  width: 100%;
}
.cid-txXji2ii55 .mbr-section-title,
.cid-txXji2ii55 .mbr-section-subtitle,
.cid-txXji2ii55 .mbr-text {
  text-align: center;
}
.cid-txOhYFXfY6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txOhYFXfY6 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-txOhYFXfY6 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-txOhYFXfY6 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txOhYFXfY6 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-txOhYFXfY6 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff0505;
}
.cid-txOhYFXfY6 .mbr-section-title {
  color: #e43f3f;
}
.cid-txOhYGfN9I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-txYikkCShj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txYikkCShj nav.navbar {
  position: fixed;
}
.cid-txYikkCShj .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-txYikkCShj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-txYikkCShj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txYikkCShj .dropdown-item:hover,
.cid-txYikkCShj .dropdown-item:focus {
  background: #ff0505 !important;
  color: white !important;
}
.cid-txYikkCShj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txYikkCShj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txYikkCShj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txYikkCShj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txYikkCShj .nav-link {
  position: relative;
}
.cid-txYikkCShj .container {
  display: flex;
  margin: auto;
}
.cid-txYikkCShj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txYikkCShj .dropdown-menu,
.cid-txYikkCShj .navbar.opened {
  background: #eae7dc !important;
}
.cid-txYikkCShj .nav-item:focus,
.cid-txYikkCShj .nav-link:focus {
  outline: none;
}
.cid-txYikkCShj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txYikkCShj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txYikkCShj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txYikkCShj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txYikkCShj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txYikkCShj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txYikkCShj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eae7dc;
}
.cid-txYikkCShj .navbar.opened {
  transition: all 0.3s;
}
.cid-txYikkCShj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txYikkCShj .navbar .navbar-logo img {
  width: auto;
}
.cid-txYikkCShj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txYikkCShj .navbar.collapsed {
  justify-content: center;
}
.cid-txYikkCShj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txYikkCShj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-txYikkCShj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-txYikkCShj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txYikkCShj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txYikkCShj .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-txYikkCShj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txYikkCShj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txYikkCShj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txYikkCShj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txYikkCShj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txYikkCShj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txYikkCShj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txYikkCShj .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-txYikkCShj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txYikkCShj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txYikkCShj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txYikkCShj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txYikkCShj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txYikkCShj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-txYikkCShj .navbar.navbar-short {
  min-height: 60px;
}
.cid-txYikkCShj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txYikkCShj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txYikkCShj .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-txYikkCShj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txYikkCShj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txYikkCShj .dropdown-item.active,
.cid-txYikkCShj .dropdown-item:active {
  background-color: transparent;
}
.cid-txYikkCShj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txYikkCShj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txYikkCShj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txYikkCShj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eae7dc;
}
.cid-txYikkCShj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txYikkCShj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txYikkCShj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txYikkCShj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txYikkCShj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txYikkCShj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #65fc10;
}
.cid-txYikkCShj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txYikkCShj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txYikkCShj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txYikkCShj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txYikkCShj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txYikkCShj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txYikkCShj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txYikkCShj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txYikkCShj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txYikkCShj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txYikkCShj .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-txYikkCShj .navbar {
    height: 70px;
  }
  .cid-txYikkCShj .navbar.opened {
    height: auto;
  }
  .cid-txYikkCShj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txYikkWWjk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txYikkWWjk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-txYikkWWjk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-txYikkWWjk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-txYikkWWjk .mbr-section-title {
  color: #2299aa;
}
.cid-txYikkWWjk .mbr-text,
.cid-txYikkWWjk .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-txYiklc30V {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #eae7dc;
}
.cid-txYiklc30V .mbr-fallback-image.disabled {
  display: none;
}
.cid-txYiklc30V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txYiklc30V .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-txYiklc30V .card {
    margin-bottom: 2rem!important;
  }
  .cid-txYiklc30V .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-txYiklc30V .link-wrap {
    align-items: center;
  }
}
.cid-txYiklc30V .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-txYiklc30V .card-title,
.cid-txYiklc30V .card-box {
  color: #232323;
}
.cid-txYl0hfe2R {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-txYl0hfe2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-txYl0hfe2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txYl0hfe2R .video-wrapper iframe {
  width: 100%;
}
.cid-txYl0hfe2R .mbr-section-title,
.cid-txYl0hfe2R .mbr-section-subtitle,
.cid-txYl0hfe2R .mbr-text {
  text-align: center;
}
.cid-txZVpL7aGv {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #b6f9c1;
}
.cid-txZVpL7aGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZVpL7aGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZVpL7aGv .video-wrapper iframe {
  width: 100%;
}
.cid-txZVpL7aGv .mbr-section-title,
.cid-txZVpL7aGv .mbr-section-subtitle,
.cid-txZVpL7aGv .mbr-text {
  text-align: center;
}
.cid-txZLBVac7B {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #eae7dc;
}
.cid-txZLBVac7B .mbr-fallback-image.disabled {
  display: none;
}
.cid-txZLBVac7B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-txZLBVac7B .video-wrapper iframe {
  width: 100%;
}
.cid-txZLBVac7B .mbr-section-title,
.cid-txZLBVac7B .mbr-section-subtitle,
.cid-txZLBVac7B .mbr-text {
  text-align: center;
}
.cid-txYiklI9s3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b6f9c1;
}
.cid-txYiklI9s3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-txYiklI9s3 .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-txYiklI9s3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-txYiklI9s3 .row {
  flex-direction: row-reverse;
}
.cid-txYiklI9s3 img {
  width: 100%;
}
.cid-txYiklVBKB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-txYiklVBKB .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-txYiklVBKB .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-txYiklVBKB .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txYiklVBKB .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-txYiklVBKB .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff0505;
}
.cid-txYiklVBKB .mbr-section-title {
  color: #e43f3f;
}
.cid-txYikmengz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-ty6UjIHBuD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ty6UjIHBuD nav.navbar {
  position: fixed;
}
.cid-ty6UjIHBuD .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-ty6UjIHBuD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ty6UjIHBuD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ty6UjIHBuD .dropdown-item:hover,
.cid-ty6UjIHBuD .dropdown-item:focus {
  background: #ff0505 !important;
  color: white !important;
}
.cid-ty6UjIHBuD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ty6UjIHBuD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ty6UjIHBuD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ty6UjIHBuD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ty6UjIHBuD .nav-link {
  position: relative;
}
.cid-ty6UjIHBuD .container {
  display: flex;
  margin: auto;
}
.cid-ty6UjIHBuD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ty6UjIHBuD .dropdown-menu,
.cid-ty6UjIHBuD .navbar.opened {
  background: #eae7dc !important;
}
.cid-ty6UjIHBuD .nav-item:focus,
.cid-ty6UjIHBuD .nav-link:focus {
  outline: none;
}
.cid-ty6UjIHBuD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ty6UjIHBuD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ty6UjIHBuD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ty6UjIHBuD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ty6UjIHBuD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ty6UjIHBuD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ty6UjIHBuD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eae7dc;
}
.cid-ty6UjIHBuD .navbar.opened {
  transition: all 0.3s;
}
.cid-ty6UjIHBuD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ty6UjIHBuD .navbar .navbar-logo img {
  width: auto;
}
.cid-ty6UjIHBuD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ty6UjIHBuD .navbar.collapsed {
  justify-content: center;
}
.cid-ty6UjIHBuD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ty6UjIHBuD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ty6UjIHBuD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ty6UjIHBuD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ty6UjIHBuD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ty6UjIHBuD .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-ty6UjIHBuD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ty6UjIHBuD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ty6UjIHBuD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ty6UjIHBuD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ty6UjIHBuD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ty6UjIHBuD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ty6UjIHBuD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ty6UjIHBuD .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-ty6UjIHBuD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ty6UjIHBuD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ty6UjIHBuD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ty6UjIHBuD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ty6UjIHBuD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ty6UjIHBuD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ty6UjIHBuD .navbar.navbar-short {
  min-height: 60px;
}
.cid-ty6UjIHBuD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ty6UjIHBuD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ty6UjIHBuD .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-ty6UjIHBuD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ty6UjIHBuD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ty6UjIHBuD .dropdown-item.active,
.cid-ty6UjIHBuD .dropdown-item:active {
  background-color: transparent;
}
.cid-ty6UjIHBuD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ty6UjIHBuD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ty6UjIHBuD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ty6UjIHBuD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eae7dc;
}
.cid-ty6UjIHBuD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ty6UjIHBuD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ty6UjIHBuD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ty6UjIHBuD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ty6UjIHBuD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ty6UjIHBuD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #65fc10;
}
.cid-ty6UjIHBuD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ty6UjIHBuD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty6UjIHBuD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ty6UjIHBuD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ty6UjIHBuD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty6UjIHBuD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ty6UjIHBuD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ty6UjIHBuD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ty6UjIHBuD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ty6UjIHBuD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ty6UjIHBuD .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-ty6UjIHBuD .navbar {
    height: 70px;
  }
  .cid-ty6UjIHBuD .navbar.opened {
    height: auto;
  }
  .cid-ty6UjIHBuD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ty6UjIVzCj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ty6UjIVzCj .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ty6UjIVzCj .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ty6UjIVzCj .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ty6UjIVzCj .mbr-section-title {
  color: #2299aa;
}
.cid-ty6UjIVzCj .mbr-text,
.cid-ty6UjIVzCj .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-ty6UjJ68zw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #eae7dc;
}
.cid-ty6UjJ68zw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty6UjJ68zw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty6UjJ68zw .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ty6UjJ68zw .card {
    margin-bottom: 2rem!important;
  }
  .cid-ty6UjJ68zw .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ty6UjJ68zw .link-wrap {
    align-items: center;
  }
}
.cid-ty6UjJ68zw .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ty6UjJ68zw .card-title,
.cid-ty6UjJ68zw .card-box {
  color: #232323;
}
.cid-ty6WEi7xsu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe885;
}
.cid-ty6WEi7xsu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty6WEi7xsu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty6WEi7xsu .timeline-element {
  position: relative;
}
.cid-ty6WEi7xsu .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-ty6WEi7xsu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ty6WEi7xsu .mbr-section-title,
.cid-ty6WEi7xsu .mbr-section-subtitle,
.cid-ty6WEi7xsu .timeline-date {
  text-align: center;
}
.cid-ty6WEi7xsu .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #e43f3f;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-ty6WEi7xsu .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-ty6WEi7xsu .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-ty6WEi7xsu .row:after {
  content: "";
  position: absolute;
  background-color: #e43f3f;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-ty6WEi7xsu .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-ty6WEi7xsu .row:after {
    height: calc(100% - 20px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ty6WEi7xsu .timeline-date-wrapper,
  .cid-ty6WEi7xsu .timeline-text-wrapper,
  .cid-ty6WEi7xsu .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-ty6WEi7xsu .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-ty6WEi7xsu .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ty6WEi7xsu .timeline-date-wrapper,
  .cid-ty6WEi7xsu .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ty6WEi7xsu .timeline-date-wrapper,
  .cid-ty6WEi7xsu .timeline-text-wrapper,
  .cid-ty6WEi7xsu .image-wrapper {
    padding: 2rem;
  }
}
.cid-ty6WEi7xsu .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tya9BXIjbv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #65c6d4;
}
.cid-tya9BXIjbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tya9BXIjbv .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-tya9BXIjbv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tya9BXIjbv .row {
  flex-direction: row-reverse;
}
.cid-tya9BXIjbv img {
  width: 100%;
}
.cid-tya8zmuvp3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-tya8zmuvp3 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
@media (min-width: 992px) {
  .cid-tya8zmuvp3 form {
    width: 50%;
  }
}
.cid-tya8zmuvp3 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tya8zmuvp3 form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tya8zmuvp3 .mbr-section-title {
  color: #ffffff;
}
.cid-tya8zmuvp3 .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-ty6UjKJChf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ty6UjKJChf .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ty6UjKJChf .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-ty6UjKJChf .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ty6UjKJChf .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ty6UjKJChf .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff0505;
}
.cid-ty6UjKJChf .mbr-section-title {
  color: #e43f3f;
}
.cid-ty6UjKYDYU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tys9UIfDfe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tys9UIfDfe nav.navbar {
  position: fixed;
}
.cid-tys9UIfDfe .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-tys9UIfDfe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tys9UIfDfe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tys9UIfDfe .dropdown-item:hover,
.cid-tys9UIfDfe .dropdown-item:focus {
  background: #ff0505 !important;
  color: white !important;
}
.cid-tys9UIfDfe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tys9UIfDfe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tys9UIfDfe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tys9UIfDfe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tys9UIfDfe .nav-link {
  position: relative;
}
.cid-tys9UIfDfe .container {
  display: flex;
  margin: auto;
}
.cid-tys9UIfDfe .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tys9UIfDfe .dropdown-menu,
.cid-tys9UIfDfe .navbar.opened {
  background: #eae7dc !important;
}
.cid-tys9UIfDfe .nav-item:focus,
.cid-tys9UIfDfe .nav-link:focus {
  outline: none;
}
.cid-tys9UIfDfe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tys9UIfDfe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tys9UIfDfe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tys9UIfDfe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tys9UIfDfe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tys9UIfDfe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tys9UIfDfe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eae7dc;
}
.cid-tys9UIfDfe .navbar.opened {
  transition: all 0.3s;
}
.cid-tys9UIfDfe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tys9UIfDfe .navbar .navbar-logo img {
  width: auto;
}
.cid-tys9UIfDfe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tys9UIfDfe .navbar.collapsed {
  justify-content: center;
}
.cid-tys9UIfDfe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tys9UIfDfe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tys9UIfDfe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tys9UIfDfe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tys9UIfDfe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tys9UIfDfe .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-tys9UIfDfe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tys9UIfDfe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tys9UIfDfe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tys9UIfDfe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tys9UIfDfe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tys9UIfDfe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tys9UIfDfe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tys9UIfDfe .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-tys9UIfDfe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tys9UIfDfe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tys9UIfDfe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tys9UIfDfe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tys9UIfDfe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tys9UIfDfe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tys9UIfDfe .navbar.navbar-short {
  min-height: 60px;
}
.cid-tys9UIfDfe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tys9UIfDfe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tys9UIfDfe .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-tys9UIfDfe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tys9UIfDfe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tys9UIfDfe .dropdown-item.active,
.cid-tys9UIfDfe .dropdown-item:active {
  background-color: transparent;
}
.cid-tys9UIfDfe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tys9UIfDfe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tys9UIfDfe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tys9UIfDfe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eae7dc;
}
.cid-tys9UIfDfe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tys9UIfDfe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tys9UIfDfe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tys9UIfDfe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tys9UIfDfe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tys9UIfDfe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #65fc10;
}
.cid-tys9UIfDfe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tys9UIfDfe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tys9UIfDfe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tys9UIfDfe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tys9UIfDfe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tys9UIfDfe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tys9UIfDfe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tys9UIfDfe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tys9UIfDfe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tys9UIfDfe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tys9UIfDfe .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-tys9UIfDfe .navbar {
    height: 70px;
  }
  .cid-tys9UIfDfe .navbar.opened {
    height: auto;
  }
  .cid-tys9UIfDfe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tys9UIATCQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tys9UIATCQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tys9UIATCQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tys9UIATCQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tys9UIATCQ .mbr-section-title {
  color: #2299aa;
}
.cid-tys9UIATCQ .mbr-text,
.cid-tys9UIATCQ .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tys9UIUMQs {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #eae7dc;
}
.cid-tys9UIUMQs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tys9UIUMQs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tys9UIUMQs .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tys9UIUMQs .card {
    margin-bottom: 2rem!important;
  }
  .cid-tys9UIUMQs .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tys9UIUMQs .link-wrap {
    align-items: center;
  }
}
.cid-tys9UIUMQs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tys9UIUMQs .card-title,
.cid-tys9UIUMQs .card-box {
  color: #232323;
}
.cid-tytSkWCNng {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tytSkWCNng .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tytSkWCNng .row {
  flex-direction: row-reverse;
}
.cid-tytSkWCNng img {
  width: 100%;
}
.cid-tys9UJ9OvB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0aa6f2;
}
.cid-tys9UJ9OvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tys9UJ9OvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tys9UJ9OvB .mbr-section-title {
  color: #ffffff;
}
.cid-tys9UJ9OvB .mbr-section-subtitle {
  color: #fafafa;
  text-align: left;
}
.cid-tytDxDoovC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #9fdbf8;
}
.cid-tysdW4xArs {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #9fdbf8;
}
@media (max-width: 991px) {
  .cid-tysdW4xArs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tysdW4xArs .row {
  flex-direction: row-reverse;
}
.cid-tysdW4xArs img {
  width: 100%;
}
.cid-tztvj920No {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tztvj920No .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tztvj920No .row {
  flex-direction: row-reverse;
}
.cid-tztvj920No img {
  width: 100%;
}
.cid-tyt3hgyVU3 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ff9966;
}
.cid-tyt3hgyVU3 .mbr-section-title {
  color: #ffffff;
}
.cid-tyt3hgyVU3 .mbr-section-subtitle {
  text-align: left;
}
.cid-tyss5fl12r {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyss5fl12r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyss5fl12r .row {
  flex-direction: row-reverse;
}
.cid-tyss5fl12r img {
  width: 100%;
}
.cid-tyt8qpjebT {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffe161;
}
.cid-tyt8qpjebT .mbr-section-title {
  color: #e43f3f;
}
.cid-tyt8qpjebT .mbr-section-subtitle {
  text-align: left;
}
.cid-tyss6kxMxQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyss6kxMxQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyss6kxMxQ .row {
  flex-direction: row-reverse;
}
.cid-tyss6kxMxQ img {
  width: 100%;
}
.cid-tytwh9QAWU {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-tytwh9QAWU .video-wrapper iframe {
  width: 100%;
}
.cid-tytwh9QAWU .mbr-section-title,
.cid-tytwh9QAWU .mbr-section-subtitle,
.cid-tytwh9QAWU .mbr-text {
  text-align: center;
}
.cid-tys9UK5Cs7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tys9UK5Cs7 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tys9UK5Cs7 .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-tys9UK5Cs7 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tys9UK5Cs7 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tys9UK5Cs7 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff0505;
}
.cid-tys9UK5Cs7 .mbr-section-title {
  color: #e43f3f;
}
.cid-tys9UKnmCg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tyPJGLMLpq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tyPJGLMLpq nav.navbar {
  position: fixed;
}
.cid-tyPJGLMLpq .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-tyPJGLMLpq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tyPJGLMLpq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tyPJGLMLpq .dropdown-item:hover,
.cid-tyPJGLMLpq .dropdown-item:focus {
  background: #ff0505 !important;
  color: white !important;
}
.cid-tyPJGLMLpq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tyPJGLMLpq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tyPJGLMLpq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tyPJGLMLpq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tyPJGLMLpq .nav-link {
  position: relative;
}
.cid-tyPJGLMLpq .container {
  display: flex;
  margin: auto;
}
.cid-tyPJGLMLpq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tyPJGLMLpq .dropdown-menu,
.cid-tyPJGLMLpq .navbar.opened {
  background: #eae7dc !important;
}
.cid-tyPJGLMLpq .nav-item:focus,
.cid-tyPJGLMLpq .nav-link:focus {
  outline: none;
}
.cid-tyPJGLMLpq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tyPJGLMLpq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tyPJGLMLpq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tyPJGLMLpq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tyPJGLMLpq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tyPJGLMLpq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tyPJGLMLpq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eae7dc;
}
.cid-tyPJGLMLpq .navbar.opened {
  transition: all 0.3s;
}
.cid-tyPJGLMLpq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tyPJGLMLpq .navbar .navbar-logo img {
  width: auto;
}
.cid-tyPJGLMLpq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tyPJGLMLpq .navbar.collapsed {
  justify-content: center;
}
.cid-tyPJGLMLpq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tyPJGLMLpq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tyPJGLMLpq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tyPJGLMLpq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tyPJGLMLpq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tyPJGLMLpq .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-tyPJGLMLpq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tyPJGLMLpq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tyPJGLMLpq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tyPJGLMLpq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tyPJGLMLpq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tyPJGLMLpq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tyPJGLMLpq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tyPJGLMLpq .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-tyPJGLMLpq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tyPJGLMLpq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tyPJGLMLpq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tyPJGLMLpq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tyPJGLMLpq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tyPJGLMLpq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tyPJGLMLpq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tyPJGLMLpq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tyPJGLMLpq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tyPJGLMLpq .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-tyPJGLMLpq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tyPJGLMLpq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tyPJGLMLpq .dropdown-item.active,
.cid-tyPJGLMLpq .dropdown-item:active {
  background-color: transparent;
}
.cid-tyPJGLMLpq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tyPJGLMLpq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tyPJGLMLpq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tyPJGLMLpq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eae7dc;
}
.cid-tyPJGLMLpq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tyPJGLMLpq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tyPJGLMLpq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tyPJGLMLpq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tyPJGLMLpq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tyPJGLMLpq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #65fc10;
}
.cid-tyPJGLMLpq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tyPJGLMLpq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyPJGLMLpq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tyPJGLMLpq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tyPJGLMLpq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyPJGLMLpq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tyPJGLMLpq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tyPJGLMLpq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tyPJGLMLpq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tyPJGLMLpq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tyPJGLMLpq .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-tyPJGLMLpq .navbar {
    height: 70px;
  }
  .cid-tyPJGLMLpq .navbar.opened {
    height: auto;
  }
  .cid-tyPJGLMLpq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tyPJGM6LIx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyPJGM6LIx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tyPJGM6LIx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tyPJGM6LIx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tyPJGM6LIx .mbr-section-title {
  color: #47b00b;
}
.cid-tyPJGM6LIx .mbr-text,
.cid-tyPJGM6LIx .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tyPJGMqQH8 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #eae7dc;
}
.cid-tyPJGMqQH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyPJGMqQH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyPJGMqQH8 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tyPJGMqQH8 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tyPJGMqQH8 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tyPJGMqQH8 .link-wrap {
    align-items: center;
  }
}
.cid-tyPJGMqQH8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tyPJGMqQH8 .card-title,
.cid-tyPJGMqQH8 .card-box {
  color: #232323;
}
.cid-tyPNdptsE1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNdptsE1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNdptsE1 .row {
  flex-direction: row-reverse;
}
.cid-tyPNdptsE1 img {
  width: 100%;
}
.cid-tyPNeeaszE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNeeaszE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNeeaszE .row {
  flex-direction: row-reverse;
}
.cid-tyPNeeaszE img {
  width: 100%;
}
.cid-tyPNfPJQVJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNfPJQVJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNfPJQVJ .row {
  flex-direction: row-reverse;
}
.cid-tyPNfPJQVJ img {
  width: 100%;
}
.cid-tyPNgrVQGo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNgrVQGo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNgrVQGo .row {
  flex-direction: row-reverse;
}
.cid-tyPNgrVQGo img {
  width: 100%;
}
.cid-tyPNh10Dl7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNh10Dl7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNh10Dl7 .row {
  flex-direction: row-reverse;
}
.cid-tyPNh10Dl7 img {
  width: 100%;
}
.cid-tyPNhE9SCQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNhE9SCQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNhE9SCQ .row {
  flex-direction: row-reverse;
}
.cid-tyPNhE9SCQ img {
  width: 100%;
}
.cid-tyPNig75Kc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNig75Kc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNig75Kc .row {
  flex-direction: row-reverse;
}
.cid-tyPNig75Kc img {
  width: 100%;
}
.cid-tyPNiNTqro {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNiNTqro .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNiNTqro .row {
  flex-direction: row-reverse;
}
.cid-tyPNiNTqro img {
  width: 100%;
}
.cid-tyPNjxJUpm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNjxJUpm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNjxJUpm .row {
  flex-direction: row-reverse;
}
.cid-tyPNjxJUpm img {
  width: 100%;
}
.cid-tyPNk7Py0s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNk7Py0s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNk7Py0s .row {
  flex-direction: row-reverse;
}
.cid-tyPNk7Py0s img {
  width: 100%;
}
.cid-tyPNl6B8aP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNl6B8aP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNl6B8aP .row {
  flex-direction: row-reverse;
}
.cid-tyPNl6B8aP img {
  width: 100%;
}
.cid-tyPNlGklKp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNlGklKp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNlGklKp .row {
  flex-direction: row-reverse;
}
.cid-tyPNlGklKp img {
  width: 100%;
}
.cid-tyPNmn5JsH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNmn5JsH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNmn5JsH .row {
  flex-direction: row-reverse;
}
.cid-tyPNmn5JsH img {
  width: 100%;
}
.cid-tyPNmTTqJK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNmTTqJK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNmTTqJK .row {
  flex-direction: row-reverse;
}
.cid-tyPNmTTqJK img {
  width: 100%;
}
.cid-tyPNnshfGQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNnshfGQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNnshfGQ .row {
  flex-direction: row-reverse;
}
.cid-tyPNnshfGQ img {
  width: 100%;
}
.cid-tyPNo4Gipx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNo4Gipx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNo4Gipx .row {
  flex-direction: row-reverse;
}
.cid-tyPNo4Gipx img {
  width: 100%;
}
.cid-tyPNoXUl0u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNoXUl0u .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNoXUl0u .row {
  flex-direction: row-reverse;
}
.cid-tyPNoXUl0u img {
  width: 100%;
}
.cid-tyPNpxUlt7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNpxUlt7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNpxUlt7 .row {
  flex-direction: row-reverse;
}
.cid-tyPNpxUlt7 img {
  width: 100%;
}
.cid-tyPNq6mYFZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNq6mYFZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNq6mYFZ .row {
  flex-direction: row-reverse;
}
.cid-tyPNq6mYFZ img {
  width: 100%;
}
.cid-tyPNqEbd9K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNqEbd9K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNqEbd9K .row {
  flex-direction: row-reverse;
}
.cid-tyPNqEbd9K img {
  width: 100%;
}
.cid-tyPNrbiFwh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNrbiFwh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNrbiFwh .row {
  flex-direction: row-reverse;
}
.cid-tyPNrbiFwh img {
  width: 100%;
}
.cid-tyPNrJjRbC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNrJjRbC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNrJjRbC .row {
  flex-direction: row-reverse;
}
.cid-tyPNrJjRbC img {
  width: 100%;
}
.cid-tyPNsfWqFa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNsfWqFa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNsfWqFa .row {
  flex-direction: row-reverse;
}
.cid-tyPNsfWqFa img {
  width: 100%;
}
.cid-tyPNsLUxDe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tyPNsLUxDe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tyPNsLUxDe .row {
  flex-direction: row-reverse;
}
.cid-tyPNsLUxDe img {
  width: 100%;
}
.cid-tyPJGMWXkk {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #a69898;
}
.cid-tyPJGMWXkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyPJGMWXkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyPJGMWXkk .video-wrapper iframe {
  width: 100%;
}
.cid-tyPJGMWXkk .mbr-section-title,
.cid-tyPJGMWXkk .mbr-section-subtitle,
.cid-tyPJGMWXkk .mbr-text {
  text-align: center;
}
.cid-tyPJGNdrAU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-tyPJGNdrAU .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 992px) {
  .cid-tyPJGNdrAU form {
    width: 50%;
  }
}
.cid-tyPJGNdrAU form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tyPJGNdrAU form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tyPJGNdrAU .mbr-section-title {
  color: #ffffff;
}
.cid-tyPJGNdrAU .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-tyPJGNsNbw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tyPJGNsNbw .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tyPJGNsNbw .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-tyPJGNsNbw .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tyPJGNsNbw .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tyPJGNsNbw .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff0505;
}
.cid-tyPJGNsNbw .mbr-section-title {
  color: #e43f3f;
}
.cid-tyPJGO3ReD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tCQvfQUWE6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCQvfQUWE6 nav.navbar {
  position: fixed;
}
.cid-tCQvfQUWE6 .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-tCQvfQUWE6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCQvfQUWE6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCQvfQUWE6 .dropdown-item:hover,
.cid-tCQvfQUWE6 .dropdown-item:focus {
  background: #ff0505 !important;
  color: white !important;
}
.cid-tCQvfQUWE6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCQvfQUWE6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCQvfQUWE6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCQvfQUWE6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCQvfQUWE6 .nav-link {
  position: relative;
}
.cid-tCQvfQUWE6 .container {
  display: flex;
  margin: auto;
}
.cid-tCQvfQUWE6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCQvfQUWE6 .dropdown-menu,
.cid-tCQvfQUWE6 .navbar.opened {
  background: #eae7dc !important;
}
.cid-tCQvfQUWE6 .nav-item:focus,
.cid-tCQvfQUWE6 .nav-link:focus {
  outline: none;
}
.cid-tCQvfQUWE6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCQvfQUWE6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCQvfQUWE6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCQvfQUWE6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCQvfQUWE6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCQvfQUWE6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCQvfQUWE6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eae7dc;
}
.cid-tCQvfQUWE6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCQvfQUWE6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCQvfQUWE6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCQvfQUWE6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCQvfQUWE6 .navbar.collapsed {
  justify-content: center;
}
.cid-tCQvfQUWE6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCQvfQUWE6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCQvfQUWE6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCQvfQUWE6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCQvfQUWE6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCQvfQUWE6 .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-tCQvfQUWE6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCQvfQUWE6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCQvfQUWE6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCQvfQUWE6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCQvfQUWE6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCQvfQUWE6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCQvfQUWE6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCQvfQUWE6 .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-tCQvfQUWE6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCQvfQUWE6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCQvfQUWE6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCQvfQUWE6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCQvfQUWE6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCQvfQUWE6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tCQvfQUWE6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCQvfQUWE6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCQvfQUWE6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCQvfQUWE6 .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-tCQvfQUWE6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCQvfQUWE6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCQvfQUWE6 .dropdown-item.active,
.cid-tCQvfQUWE6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCQvfQUWE6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCQvfQUWE6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCQvfQUWE6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCQvfQUWE6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eae7dc;
}
.cid-tCQvfQUWE6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCQvfQUWE6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCQvfQUWE6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCQvfQUWE6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCQvfQUWE6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCQvfQUWE6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #65fc10;
}
.cid-tCQvfQUWE6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCQvfQUWE6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCQvfQUWE6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCQvfQUWE6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCQvfQUWE6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCQvfQUWE6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCQvfQUWE6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCQvfQUWE6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCQvfQUWE6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCQvfQUWE6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCQvfQUWE6 .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-tCQvfQUWE6 .navbar {
    height: 70px;
  }
  .cid-tCQvfQUWE6 .navbar.opened {
    height: auto;
  }
  .cid-tCQvfQUWE6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCQvfRiJJ8 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCQvfRiJJ8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCQvfRiJJ8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCQvfRiJJ8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCQvfRiJJ8 .mbr-section-title {
  color: #2299aa;
}
.cid-tCQvfRiJJ8 .mbr-text,
.cid-tCQvfRiJJ8 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-tCQvfRiJJ8 .mbr-section-title DIV {
  text-align: left;
}
.cid-tCQvfRCwf1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eae7dc;
}
.cid-tCQvfRCwf1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCQvfRCwf1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCQvfRCwf1 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tCQvfRCwf1 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tCQvfRCwf1 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tCQvfRCwf1 .link-wrap {
    align-items: center;
  }
}
.cid-tCQvfRCwf1 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCQvfRCwf1 .card-title,
.cid-tCQvfRCwf1 .card-box {
  color: #232323;
}
.cid-tCQJ9K4Nhr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-tCQJ9K4Nhr .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tCQJ9K4Nhr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCQJ9K4Nhr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tCQJ9K4Nhr .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tCQJ9K4Nhr .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCQLuCNk9X {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCQLuCNk9X .video-wrapper iframe {
  width: 100%;
}
.cid-tCQLuCNk9X .mbr-section-title,
.cid-tCQLuCNk9X .mbr-section-subtitle,
.cid-tCQLuCNk9X .mbr-text {
  text-align: center;
}
.cid-tCQJchI0eF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-tCQJchI0eF .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tCQJchI0eF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCQJchI0eF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tCQJchI0eF .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tCQJchI0eF .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCSQsZVJks {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCSQsZVJks .video-wrapper iframe {
  width: 100%;
}
.cid-tCSQsZVJks .mbr-section-title,
.cid-tCSQsZVJks .mbr-section-subtitle,
.cid-tCSQsZVJks .mbr-text {
  text-align: center;
}
.cid-tCQJdF5X2R {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-tCQJdF5X2R .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tCQJdF5X2R .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCQJdF5X2R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tCQJdF5X2R .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-tCQJdF5X2R .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tCSRB5uV4p {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tCSRB5uV4p .video-wrapper iframe {
  width: 100%;
}
.cid-tCSRB5uV4p .mbr-section-title,
.cid-tCSRB5uV4p .mbr-section-subtitle,
.cid-tCSRB5uV4p .mbr-text {
  text-align: center;
}
.cid-tCSTIE0LxY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffb18a;
}
.cid-tCSTIE0LxY .row {
  flex-direction: row-reverse;
}
.cid-tCSTIE0LxY .video-wrapper iframe {
  width: 100%;
}
.cid-tCSTIE0LxY .mbr-section-title,
.cid-tCSTIE0LxY .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tCSTIE0LxY .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCSZ2EsQwy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tCSZ2EsQwy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tCSZ2EsQwy .row {
  flex-direction: row-reverse;
}
.cid-tCSZ2EsQwy img {
  width: 100%;
}
.cid-tCSX5Zw3zY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-tCSX5Zw3zY .row {
  flex-direction: row-reverse;
}
.cid-tCSX5Zw3zY .video-wrapper iframe {
  width: 100%;
}
.cid-tCSX5Zw3zY .mbr-section-title,
.cid-tCSX5Zw3zY .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tCSX5Zw3zY .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCQvfSiKNS {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #2299aa;
}
.cid-tCQvfSiKNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCQvfSiKNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCQvfSiKNS .mbr-section-title {
  color: #ffffff;
}
.cid-tCQvfSiKNS .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tCQvfSw3Yz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffb18a;
}
.cid-tCQvfSw3Yz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCQvfSw3Yz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCQvfSw3Yz .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCQvfSw3Yz .row {
    flex-direction: column-reverse;
  }
  .cid-tCQvfSw3Yz .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-tCQvfSw3Yz .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCQvfSw3Yz .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-tCQvfSw3Yz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tCQvfSLKRB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-tCQvfSLKRB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCQvfSLKRB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCQvfSLKRB .video-wrapper iframe {
  width: 100%;
}
.cid-tCQvfSLKRB .mbr-section-title,
.cid-tCQvfSLKRB .mbr-section-subtitle,
.cid-tCQvfSLKRB .mbr-text {
  text-align: center;
}
.cid-tCQvfT2rlR {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #98dee8;
}
.cid-tCQvfT2rlR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCQvfT2rlR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCQvfT2rlR .video-wrapper iframe {
  width: 100%;
}
.cid-tCQvfT2rlR .mbr-section-title,
.cid-tCQvfT2rlR .mbr-section-subtitle,
.cid-tCQvfT2rlR .mbr-text {
  text-align: center;
}
.cid-tCQvfThkLB {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #8caff0;
}
.cid-tCQvfThkLB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCQvfThkLB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCQvfThkLB .video-wrapper iframe {
  width: 100%;
}
.cid-tCQvfThkLB .mbr-section-title,
.cid-tCQvfThkLB .mbr-section-subtitle,
.cid-tCQvfThkLB .mbr-text {
  text-align: center;
}
.cid-tCQvfThkLB .mbr-section-title {
  color: #ffffff;
}
.cid-tCQvfThkLB .mbr-section-subtitle {
  color: #000000;
}
.cid-tCQvfTuSML {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ff9966;
}
.cid-tCQvfTuSML .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCQvfTuSML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCQvfTuSML .video-wrapper iframe {
  width: 100%;
}
.cid-tCQvfTuSML .mbr-section-title,
.cid-tCQvfTuSML .mbr-section-subtitle,
.cid-tCQvfTuSML .mbr-text {
  text-align: center;
}
.cid-tCQvfTuSML .mbr-section-title {
  color: #ffffff;
}
.cid-tCQvfTKuNW {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #6ec7f2;
}
.cid-tCQvfTKuNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCQvfTKuNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCQvfTKuNW .video-wrapper iframe {
  width: 100%;
}
.cid-tCQvfTKuNW .mbr-section-title,
.cid-tCQvfTKuNW .mbr-section-subtitle,
.cid-tCQvfTKuNW .mbr-text {
  text-align: center;
}
.cid-tCQvfTKuNW .mbr-section-title {
  color: #ffffff;
}
.cid-tCQvfU14Gj {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-tCQvfU14Gj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCQvfU14Gj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCQvfU14Gj .video-wrapper iframe {
  width: 100%;
}
.cid-tCQvfU14Gj .mbr-section-title,
.cid-tCQvfU14Gj .mbr-section-subtitle,
.cid-tCQvfU14Gj .mbr-text {
  text-align: center;
}
.cid-tCQvfU14Gj .mbr-section-title {
  color: #ffffff;
}
.cid-tCT2DUsra2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-tCT2DUsra2 .row {
  flex-direction: row-reverse;
}
.cid-tCT2DUsra2 .video-wrapper iframe {
  width: 100%;
}
.cid-tCT2DUsra2 .mbr-section-title,
.cid-tCT2DUsra2 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tCT2DUsra2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-tCT2DUsra2 .mbr-section-title {
  color: #ff0505;
}
.cid-tCQvfV9Rcc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tCQvfV9Rcc .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tCQvfV9Rcc .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-tCQvfV9Rcc .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCQvfV9Rcc .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tCQvfV9Rcc .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff0505;
}
.cid-tCQvfV9Rcc .mbr-section-title {
  color: #e43f3f;
}
.cid-tCQvfVtyIy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-tDukhzgBEF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tDukhzgBEF nav.navbar {
  position: fixed;
}
.cid-tDukhzgBEF .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-tDukhzgBEF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDukhzgBEF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDukhzgBEF .dropdown-item:hover,
.cid-tDukhzgBEF .dropdown-item:focus {
  background: #ff0505 !important;
  color: white !important;
}
.cid-tDukhzgBEF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDukhzgBEF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDukhzgBEF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDukhzgBEF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDukhzgBEF .nav-link {
  position: relative;
}
.cid-tDukhzgBEF .container {
  display: flex;
  margin: auto;
}
.cid-tDukhzgBEF .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDukhzgBEF .dropdown-menu,
.cid-tDukhzgBEF .navbar.opened {
  background: #eae7dc !important;
}
.cid-tDukhzgBEF .nav-item:focus,
.cid-tDukhzgBEF .nav-link:focus {
  outline: none;
}
.cid-tDukhzgBEF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDukhzgBEF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDukhzgBEF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDukhzgBEF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDukhzgBEF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDukhzgBEF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDukhzgBEF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eae7dc;
}
.cid-tDukhzgBEF .navbar.opened {
  transition: all 0.3s;
}
.cid-tDukhzgBEF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDukhzgBEF .navbar .navbar-logo img {
  width: auto;
}
.cid-tDukhzgBEF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDukhzgBEF .navbar.collapsed {
  justify-content: center;
}
.cid-tDukhzgBEF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDukhzgBEF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDukhzgBEF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tDukhzgBEF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDukhzgBEF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDukhzgBEF .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-tDukhzgBEF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDukhzgBEF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDukhzgBEF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDukhzgBEF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDukhzgBEF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDukhzgBEF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDukhzgBEF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDukhzgBEF .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-tDukhzgBEF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDukhzgBEF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDukhzgBEF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDukhzgBEF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDukhzgBEF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDukhzgBEF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tDukhzgBEF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDukhzgBEF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDukhzgBEF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDukhzgBEF .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-tDukhzgBEF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDukhzgBEF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDukhzgBEF .dropdown-item.active,
.cid-tDukhzgBEF .dropdown-item:active {
  background-color: transparent;
}
.cid-tDukhzgBEF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDukhzgBEF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDukhzgBEF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDukhzgBEF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eae7dc;
}
.cid-tDukhzgBEF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDukhzgBEF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDukhzgBEF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDukhzgBEF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDukhzgBEF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDukhzgBEF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #65fc10;
}
.cid-tDukhzgBEF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDukhzgBEF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDukhzgBEF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDukhzgBEF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDukhzgBEF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDukhzgBEF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDukhzgBEF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDukhzgBEF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDukhzgBEF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDukhzgBEF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDukhzgBEF .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-tDukhzgBEF .navbar {
    height: 70px;
  }
  .cid-tDukhzgBEF .navbar.opened {
    height: auto;
  }
  .cid-tDukhzgBEF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDukhzy3TW {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDukhzy3TW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tDukhzy3TW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tDukhzy3TW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tDukhzy3TW .mbr-section-title {
  color: #47b00b;
}
.cid-tDukhzy3TW .mbr-text,
.cid-tDukhzy3TW .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tDukhAjdnd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ff0505;
}
.cid-tDukhAjdnd .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDukhAjdnd .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tDukhAvs37 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #eae7dc;
}
.cid-tDukhAvs37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDukhAvs37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDukhAvs37 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tDukhAvs37 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tDukhAvs37 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tDukhAvs37 .link-wrap {
    align-items: center;
  }
}
.cid-tDukhAvs37 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tDukhAvs37 .card-title,
.cid-tDukhAvs37 .card-box {
  color: #232323;
}
.cid-tDukhAvs37 .mbr-text,
.cid-tDukhAvs37 .link-wrap,
.cid-tDukhAvs37 .mbr-section-btn {
  color: #ff0505;
}
.cid-tDulFSidQ9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #09bcaf;
}
.cid-tDulFSidQ9 img,
.cid-tDulFSidQ9 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tDulFSidQ9 .item:focus,
.cid-tDulFSidQ9 span:focus {
  outline: none;
}
.cid-tDulFSidQ9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tDulFSidQ9 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tDulFSidQ9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tDulFSidQ9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tDulFSidQ9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tDulFSidQ9 .mbr-section-title {
  color: #ffffff;
}
.cid-tDukhBh2tv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-tDukhBh2tv .mbr-section-title {
  color: #ffffff;
}
.cid-tDukhBxSAV {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-tDukhBxSAV .video-wrapper iframe {
  width: 100%;
}
.cid-tDukhBxSAV .mbr-section-title,
.cid-tDukhBxSAV .mbr-section-subtitle,
.cid-tDukhBxSAV .mbr-text {
  text-align: center;
}
.cid-tDukhBMyHk {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #98dee8;
}
.cid-tDukhBMyHk .video-wrapper iframe {
  width: 100%;
}
.cid-tDukhBMyHk .mbr-section-title,
.cid-tDukhBMyHk .mbr-section-subtitle,
.cid-tDukhBMyHk .mbr-text {
  text-align: center;
}
.cid-tDy0jMoYxT {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-tDy0jMoYxT .video-wrapper iframe {
  width: 100%;
}
.cid-tDy0jMoYxT .mbr-section-title,
.cid-tDy0jMoYxT .mbr-section-subtitle,
.cid-tDy0jMoYxT .mbr-text {
  text-align: center;
}
.cid-tDukhC1IQi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(117deg, #e43f3f 10%, #4479d9 100%) !important;
}
.cid-tDukhC1IQi .mbr-text,
.cid-tDukhC1IQi .mbr-section-btn {
  text-align: left;
}
.cid-tDukhCjLDB {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-tDukhCjLDB .video-wrapper iframe {
  width: 100%;
}
.cid-tDukhCjLDB .mbr-section-title,
.cid-tDukhCjLDB .mbr-section-subtitle,
.cid-tDukhCjLDB .mbr-text {
  text-align: center;
}
.cid-tDukhCzR77 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffb18a;
}
.cid-tDukhCzR77 .video-wrapper iframe {
  width: 100%;
}
.cid-tDukhCzR77 .mbr-section-title,
.cid-tDukhCzR77 .mbr-section-subtitle,
.cid-tDukhCzR77 .mbr-text {
  text-align: center;
}
.cid-tDukhCOKWE {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #959406;
}
.cid-tDukhCOKWE .video-wrapper iframe {
  width: 100%;
}
.cid-tDukhCOKWE .mbr-section-title,
.cid-tDukhCOKWE .mbr-section-subtitle,
.cid-tDukhCOKWE .mbr-text {
  text-align: center;
}
.cid-tDukhD5Mo9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-tDukhD5Mo9 .mbr-section-title {
  color: #ffffff;
}
.cid-tDukhDkbPp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tDukhDkbPp .video-wrapper iframe {
  width: 100%;
}
.cid-tDukhDkbPp .mbr-section-title,
.cid-tDukhDkbPp .mbr-section-subtitle,
.cid-tDukhDkbPp .mbr-text {
  text-align: center;
}
.cid-tDukhDkbPp .mbr-section-title {
  color: #ffffff;
}
.cid-tDukhDkbPp .mbr-section-subtitle {
  color: #ffe161;
}
.cid-tDukhDzkiz {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #e6c63b;
}
.cid-tDukhDzkiz .video-wrapper iframe {
  width: 100%;
}
.cid-tDukhDzkiz .mbr-section-title,
.cid-tDukhDzkiz .mbr-section-subtitle,
.cid-tDukhDzkiz .mbr-text {
  text-align: center;
}
.cid-tDukhDzkiz .mbr-section-title {
  color: #47b00b;
}
.cid-tDukhDP1am {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #245107;
}
.cid-tDukhDP1am .video-wrapper iframe {
  width: 100%;
}
.cid-tDukhDP1am .mbr-section-title,
.cid-tDukhDP1am .mbr-section-subtitle,
.cid-tDukhDP1am .mbr-text {
  text-align: center;
}
.cid-tDukhDP1am .mbr-section-title {
  color: #ffe161;
}
.cid-tDukhDP1am .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDukhEjOnU {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-tDukhEjOnU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDukhEjOnU .row {
  flex-direction: row-reverse;
}
.cid-tDukhEjOnU img {
  width: 100%;
}
.cid-tDukhEjOnU .mbr-description {
  color: #ffffff;
}
.cid-tDukhEGkk2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #4479d9;
}
.cid-tDukhEGkk2 .mbr-section-title {
  color: #ffffff;
}
.cid-tDukhF028R {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #959406;
}
.cid-tDukhF028R .mbr-text,
.cid-tDukhF028R .mbr-section-btn {
  color: #232323;
}
.cid-tDukhF028R .card-title,
.cid-tDukhF028R .card-box {
  color: #000000;
  text-align: left;
}
.cid-tDukhF028R .mbr-text,
.cid-tDukhF028R .link-wrap {
  color: #ffffff;
}
.cid-tDukhFjjfj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #65c6d4;
}
@media (max-width: 991px) {
  .cid-tDukhFjjfj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tDukhFjjfj .row {
  flex-direction: row-reverse;
}
.cid-tDukhFjjfj img {
  width: 100%;
}
.cid-tDukhFDbgh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ff0505;
}
.cid-tDukhFDbgh .mbr-text,
.cid-tDukhFDbgh .mbr-section-btn {
  color: #232323;
}
.cid-tDukhFDbgh .card-title,
.cid-tDukhFDbgh .card-box {
  color: #ffffff;
}
.cid-tDukhFDbgh .mbr-text,
.cid-tDukhFDbgh .link-wrap {
  color: #ffffff;
}
.cid-tDukhFDbgh .card-box .mbr-text,
.cid-tDukhFDbgh .mbr-section-btn {
  text-align: center;
}
.cid-tDukhGlDSF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDukhGlDSF .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tDukhGlDSF .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-tDukhGlDSF .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tDukhGlDSF .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tDukhGlDSF .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff0505;
}
.cid-tDukhGlDSF .mbr-section-title {
  color: #e43f3f;
}
.cid-tDukhGXOvS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u4J0xISWag {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4J0xISWag nav.navbar {
  position: fixed;
}
.cid-u4J0xISWag .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-u4J0xISWag .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4J0xISWag .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4J0xISWag .dropdown-item:hover,
.cid-u4J0xISWag .dropdown-item:focus {
  background: #ff0505 !important;
  color: white !important;
}
.cid-u4J0xISWag .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4J0xISWag .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4J0xISWag .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4J0xISWag .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4J0xISWag .nav-link {
  position: relative;
}
.cid-u4J0xISWag .container {
  display: flex;
  margin: auto;
}
.cid-u4J0xISWag .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4J0xISWag .dropdown-menu,
.cid-u4J0xISWag .navbar.opened {
  background: #eae7dc !important;
}
.cid-u4J0xISWag .nav-item:focus,
.cid-u4J0xISWag .nav-link:focus {
  outline: none;
}
.cid-u4J0xISWag .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4J0xISWag .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4J0xISWag .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4J0xISWag .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4J0xISWag .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4J0xISWag .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4J0xISWag .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eae7dc;
}
.cid-u4J0xISWag .navbar.opened {
  transition: all 0.3s;
}
.cid-u4J0xISWag .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4J0xISWag .navbar .navbar-logo img {
  width: auto;
}
.cid-u4J0xISWag .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4J0xISWag .navbar.collapsed {
  justify-content: center;
}
.cid-u4J0xISWag .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4J0xISWag .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4J0xISWag .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u4J0xISWag .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4J0xISWag .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4J0xISWag .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-u4J0xISWag .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4J0xISWag .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4J0xISWag .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4J0xISWag .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4J0xISWag .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4J0xISWag .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4J0xISWag .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4J0xISWag .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-u4J0xISWag .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4J0xISWag .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4J0xISWag .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4J0xISWag .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4J0xISWag .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4J0xISWag .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4J0xISWag .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4J0xISWag .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4J0xISWag .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4J0xISWag .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-u4J0xISWag .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4J0xISWag .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4J0xISWag .dropdown-item.active,
.cid-u4J0xISWag .dropdown-item:active {
  background-color: transparent;
}
.cid-u4J0xISWag .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4J0xISWag .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4J0xISWag .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4J0xISWag .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eae7dc;
}
.cid-u4J0xISWag .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4J0xISWag .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4J0xISWag ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4J0xISWag .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4J0xISWag button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4J0xISWag button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #65fc10;
}
.cid-u4J0xISWag button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4J0xISWag button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4J0xISWag button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4J0xISWag button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4J0xISWag nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4J0xISWag nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4J0xISWag nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4J0xISWag nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4J0xISWag .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4J0xISWag a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4J0xISWag .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-u4J0xISWag .navbar {
    height: 70px;
  }
  .cid-u4J0xISWag .navbar.opened {
    height: auto;
  }
  .cid-u4J0xISWag .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4J0xJ7Cid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4J0xJ7Cid .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4J0xJ7Cid .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4J0xJ7Cid .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4J0xJ7Cid .mbr-section-title {
  color: #2299aa;
}
.cid-u4J0xJ7Cid .mbr-text,
.cid-u4J0xJ7Cid .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-u4J0xJHJ7s {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #65c6d4;
}
.cid-u4J0xJHJ7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4J0xJHJ7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4J0xJHJ7s .video-wrapper iframe {
  width: 100%;
}
.cid-u4J0xJHJ7s .mbr-section-title,
.cid-u4J0xJHJ7s .mbr-section-subtitle,
.cid-u4J0xJHJ7s .mbr-text {
  text-align: center;
}
.cid-u4OOe6vwc4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-u4OOe6vwc4 .video-wrapper iframe {
  width: 100%;
}
.cid-u4OOe6vwc4 .mbr-section-title,
.cid-u4OOe6vwc4 .mbr-section-subtitle,
.cid-u4OOe6vwc4 .mbr-text {
  text-align: center;
}
.cid-u4OPqpIFQs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-u4OPqpIFQs .video-wrapper iframe {
  width: 100%;
}
.cid-u4OPqpIFQs .mbr-section-title,
.cid-u4OPqpIFQs .mbr-section-subtitle,
.cid-u4OPqpIFQs .mbr-text {
  text-align: center;
}
.cid-u4OPrimey7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #98dee8;
}
.cid-u4OPrimey7 .video-wrapper iframe {
  width: 100%;
}
.cid-u4OPrimey7 .mbr-section-title,
.cid-u4OPrimey7 .mbr-section-subtitle,
.cid-u4OPrimey7 .mbr-text {
  text-align: center;
}
.cid-u4PD6Zr7nb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-u4PD6Zr7nb .video-wrapper iframe {
  width: 100%;
}
.cid-u4PD6Zr7nb .mbr-section-title,
.cid-u4PD6Zr7nb .mbr-section-subtitle,
.cid-u4PD6Zr7nb .mbr-text {
  text-align: center;
}
.cid-u4ONf6wNDO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9fdbf8;
}
.cid-u4ONf6wNDO .video-wrapper iframe {
  width: 100%;
}
.cid-u4ONf6wNDO .mbr-section-title,
.cid-u4ONf6wNDO .mbr-section-subtitle,
.cid-u4ONf6wNDO .mbr-text {
  text-align: center;
}
.cid-u4ONfGw99L {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-u4ONfGw99L .video-wrapper iframe {
  width: 100%;
}
.cid-u4ONfGw99L .mbr-section-title,
.cid-u4ONfGw99L .mbr-section-subtitle,
.cid-u4ONfGw99L .mbr-text {
  text-align: center;
}
.cid-u4ONgemNPc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9fdbf8;
}
.cid-u4ONgemNPc .video-wrapper iframe {
  width: 100%;
}
.cid-u4ONgemNPc .mbr-section-title,
.cid-u4ONgemNPc .mbr-section-subtitle,
.cid-u4ONgemNPc .mbr-text {
  text-align: center;
}
.cid-u4ONGY9NRF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-u4ONGY9NRF .video-wrapper iframe {
  width: 100%;
}
.cid-u4ONGY9NRF .mbr-section-title,
.cid-u4ONGY9NRF .mbr-section-subtitle,
.cid-u4ONGY9NRF .mbr-text {
  text-align: center;
}
.cid-u4ONHFuZma {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffb5b5;
}
.cid-u4ONHFuZma .video-wrapper iframe {
  width: 100%;
}
.cid-u4ONHFuZma .mbr-section-title,
.cid-u4ONHFuZma .mbr-section-subtitle,
.cid-u4ONHFuZma .mbr-text {
  text-align: center;
}
.cid-u4ONIanzDX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #98dee8;
}
.cid-u4ONIanzDX .video-wrapper iframe {
  width: 100%;
}
.cid-u4ONIanzDX .mbr-section-title,
.cid-u4ONIanzDX .mbr-section-subtitle,
.cid-u4ONIanzDX .mbr-text {
  text-align: center;
}
.cid-u4OMODgd7y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #98dee8;
}
.cid-u4OMODgd7y .video-wrapper iframe {
  width: 100%;
}
.cid-u4OMODgd7y .mbr-section-title,
.cid-u4OMODgd7y .mbr-section-subtitle,
.cid-u4OMODgd7y .mbr-text {
  text-align: center;
}
.cid-u4OMPzFMGY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-u4OMPzFMGY .video-wrapper iframe {
  width: 100%;
}
.cid-u4OMPzFMGY .mbr-section-title,
.cid-u4OMPzFMGY .mbr-section-subtitle,
.cid-u4OMPzFMGY .mbr-text {
  text-align: center;
}
.cid-u4OMt1ArzY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #98dee8;
}
.cid-u4OMt1ArzY .video-wrapper iframe {
  width: 100%;
}
.cid-u4OMt1ArzY .mbr-section-title,
.cid-u4OMt1ArzY .mbr-section-subtitle,
.cid-u4OMt1ArzY .mbr-text {
  text-align: center;
}
.cid-u4K6KHzKAB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-u4K6KHzKAB .video-wrapper iframe {
  width: 100%;
}
.cid-u4K6KHzKAB .mbr-section-title,
.cid-u4K6KHzKAB .mbr-section-subtitle,
.cid-u4K6KHzKAB .mbr-text {
  text-align: center;
}
.cid-u4OJQs0zXd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffb18a;
}
.cid-u4OJQs0zXd .video-wrapper iframe {
  width: 100%;
}
.cid-u4OJQs0zXd .mbr-section-title,
.cid-u4OJQs0zXd .mbr-section-subtitle,
.cid-u4OJQs0zXd .mbr-text {
  text-align: center;
}
.cid-u4OJWBiPbB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #09bcaf;
}
.cid-u4OJWBiPbB .video-wrapper iframe {
  width: 100%;
}
.cid-u4OJWBiPbB .mbr-section-title,
.cid-u4OJWBiPbB .mbr-section-subtitle,
.cid-u4OJWBiPbB .mbr-text {
  text-align: center;
}
.cid-u4OJX7BMXh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9fdbf8;
}
.cid-u4OJX7BMXh .video-wrapper iframe {
  width: 100%;
}
.cid-u4OJX7BMXh .mbr-section-title,
.cid-u4OJX7BMXh .mbr-section-subtitle,
.cid-u4OJX7BMXh .mbr-text {
  text-align: center;
}
.cid-u4OJXCDz2D {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-u4OJXCDz2D .video-wrapper iframe {
  width: 100%;
}
.cid-u4OJXCDz2D .mbr-section-title,
.cid-u4OJXCDz2D .mbr-section-subtitle,
.cid-u4OJXCDz2D .mbr-text {
  text-align: center;
}
.cid-u4OJYa7kWC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #98dee8;
}
.cid-u4OJYa7kWC .video-wrapper iframe {
  width: 100%;
}
.cid-u4OJYa7kWC .mbr-section-title,
.cid-u4OJYa7kWC .mbr-section-subtitle,
.cid-u4OJYa7kWC .mbr-text {
  text-align: center;
}
.cid-u4J0xJUuVN {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fff0b0;
}
.cid-u4J0xJUuVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4J0xJUuVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4J0xJUuVN .video-wrapper iframe {
  width: 100%;
}
.cid-u4J0xJUuVN .mbr-section-title,
.cid-u4J0xJUuVN .mbr-section-subtitle,
.cid-u4J0xJUuVN .mbr-text {
  text-align: center;
}
.cid-u4J0xK8j91 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-u4J0xK8j91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4J0xK8j91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4J0xK8j91 .video-wrapper iframe {
  width: 100%;
}
.cid-u4J0xK8j91 .mbr-section-title,
.cid-u4J0xK8j91 .mbr-section-subtitle,
.cid-u4J0xK8j91 .mbr-text {
  text-align: center;
}
.cid-u4J0xKlHBa {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffe885;
}
.cid-u4J0xKlHBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4J0xKlHBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4J0xKlHBa .video-wrapper iframe {
  width: 100%;
}
.cid-u4J0xKlHBa .mbr-section-title,
.cid-u4J0xKlHBa .mbr-section-subtitle,
.cid-u4J0xKlHBa .mbr-text {
  text-align: center;
}
.cid-u4J0xKIgty {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4J0xKIgty .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u4J0xKIgty .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-u4J0xKIgty .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4J0xKIgty .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u4J0xKIgty .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff0505;
}
.cid-u4J0xKIgty .mbr-section-title {
  color: #e43f3f;
}
.cid-u4J0xKZCyG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-u4PKRPoRON {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4PKRPoRON nav.navbar {
  position: fixed;
}
.cid-u4PKRPoRON .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-u4PKRPoRON .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u4PKRPoRON .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u4PKRPoRON .dropdown-item:hover,
.cid-u4PKRPoRON .dropdown-item:focus {
  background: #ff0505 !important;
  color: white !important;
}
.cid-u4PKRPoRON .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u4PKRPoRON .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u4PKRPoRON .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u4PKRPoRON .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4PKRPoRON .nav-link {
  position: relative;
}
.cid-u4PKRPoRON .container {
  display: flex;
  margin: auto;
}
.cid-u4PKRPoRON .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4PKRPoRON .dropdown-menu,
.cid-u4PKRPoRON .navbar.opened {
  background: #eae7dc !important;
}
.cid-u4PKRPoRON .nav-item:focus,
.cid-u4PKRPoRON .nav-link:focus {
  outline: none;
}
.cid-u4PKRPoRON .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4PKRPoRON .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4PKRPoRON .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4PKRPoRON .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4PKRPoRON .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4PKRPoRON .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4PKRPoRON .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eae7dc;
}
.cid-u4PKRPoRON .navbar.opened {
  transition: all 0.3s;
}
.cid-u4PKRPoRON .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4PKRPoRON .navbar .navbar-logo img {
  width: auto;
}
.cid-u4PKRPoRON .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4PKRPoRON .navbar.collapsed {
  justify-content: center;
}
.cid-u4PKRPoRON .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4PKRPoRON .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4PKRPoRON .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-u4PKRPoRON .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4PKRPoRON .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4PKRPoRON .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-u4PKRPoRON .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4PKRPoRON .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4PKRPoRON .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4PKRPoRON .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4PKRPoRON .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4PKRPoRON .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4PKRPoRON .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4PKRPoRON .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-u4PKRPoRON .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4PKRPoRON .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u4PKRPoRON .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4PKRPoRON .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4PKRPoRON .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4PKRPoRON .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4PKRPoRON .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4PKRPoRON .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4PKRPoRON .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4PKRPoRON .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-u4PKRPoRON .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4PKRPoRON .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4PKRPoRON .dropdown-item.active,
.cid-u4PKRPoRON .dropdown-item:active {
  background-color: transparent;
}
.cid-u4PKRPoRON .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4PKRPoRON .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4PKRPoRON .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4PKRPoRON .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eae7dc;
}
.cid-u4PKRPoRON .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4PKRPoRON .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4PKRPoRON ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u4PKRPoRON .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4PKRPoRON button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u4PKRPoRON button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #65fc10;
}
.cid-u4PKRPoRON button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4PKRPoRON button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4PKRPoRON button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4PKRPoRON button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4PKRPoRON nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4PKRPoRON nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4PKRPoRON nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4PKRPoRON nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4PKRPoRON .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4PKRPoRON a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4PKRPoRON .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-u4PKRPoRON .navbar {
    height: 70px;
  }
  .cid-u4PKRPoRON .navbar.opened {
    height: auto;
  }
  .cid-u4PKRPoRON .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4PKRPLZ9D {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4PKRPLZ9D .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u4PKRPLZ9D .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u4PKRPLZ9D .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u4PKRPLZ9D .mbr-section-title {
  color: #2299aa;
}
.cid-u4PKRPLZ9D .mbr-text,
.cid-u4PKRPLZ9D .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-u4PKRPLZ9D .mbr-section-title DIV {
  text-align: left;
}
.cid-u4PKRQ3Ydt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eae7dc;
}
.cid-u4PKRQ3Ydt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u4PKRQ3Ydt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u4PKRQ3Ydt .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-u4PKRQ3Ydt .card {
    margin-bottom: 2rem!important;
  }
  .cid-u4PKRQ3Ydt .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u4PKRQ3Ydt .link-wrap {
    align-items: center;
  }
}
.cid-u4PKRQ3Ydt .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-u4PKRQ3Ydt .card-title,
.cid-u4PKRQ3Ydt .card-box {
  color: #232323;
}
.cid-u4PKRQjLSs {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-u4PKRQjLSs .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u4PKRQjLSs .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4PKRQjLSs .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-u4PKRQjLSs .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u4PKRQjLSs .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4PKRQxbKv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4PKRQxbKv .video-wrapper iframe {
  width: 100%;
}
.cid-u4PKRQxbKv .mbr-section-title,
.cid-u4PKRQxbKv .mbr-section-subtitle,
.cid-u4PKRQxbKv .mbr-text {
  text-align: center;
}
.cid-u4PKRQNUPv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-u4PKRQNUPv .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u4PKRQNUPv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4PKRQNUPv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-u4PKRQNUPv .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u4PKRQNUPv .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4PKRR6fIC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4PKRR6fIC .video-wrapper iframe {
  width: 100%;
}
.cid-u4PKRR6fIC .mbr-section-title,
.cid-u4PKRR6fIC .mbr-section-subtitle,
.cid-u4PKRR6fIC .mbr-text {
  text-align: center;
}
.cid-u4PKRRkaWP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-u4PKRRkaWP .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u4PKRRkaWP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4PKRRkaWP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-u4PKRRkaWP .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-u4PKRRkaWP .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-u4PKRRzx5b {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u4PKRRzx5b .video-wrapper iframe {
  width: 100%;
}
.cid-u4PKRRzx5b .mbr-section-title,
.cid-u4PKRRzx5b .mbr-section-subtitle,
.cid-u4PKRRzx5b .mbr-text {
  text-align: center;
}
.cid-u4PSLHRhl9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-u4PSLHRhl9 .video-wrapper iframe {
  width: 100%;
}
.cid-u4PSLHRhl9 .mbr-section-title,
.cid-u4PSLHRhl9 .mbr-section-subtitle,
.cid-u4PSLHRhl9 .mbr-text {
  text-align: center;
}
.cid-u4PSMt9sAd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-u4PSMt9sAd .video-wrapper iframe {
  width: 100%;
}
.cid-u4PSMt9sAd .mbr-section-title,
.cid-u4PSMt9sAd .mbr-section-subtitle,
.cid-u4PSMt9sAd .mbr-text {
  text-align: center;
}
.cid-u4PKRROsaP {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffb18a;
}
.cid-u4PKRROsaP .row {
  flex-direction: row-reverse;
}
.cid-u4PKRROsaP .video-wrapper iframe {
  width: 100%;
}
.cid-u4PKRROsaP .mbr-section-title,
.cid-u4PKRROsaP .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u4PKRROsaP .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4PKRS3Tro {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-u4PKRS3Tro .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u4PKRS3Tro .row {
  flex-direction: row-reverse;
}
.cid-u4PKRS3Tro img {
  width: 100%;
}
.cid-u4PKRSf6o4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #bed3f9;
}
.cid-u4PKRSf6o4 .row {
  flex-direction: row-reverse;
}
.cid-u4PKRSf6o4 .video-wrapper iframe {
  width: 100%;
}
.cid-u4PKRSf6o4 .mbr-section-title,
.cid-u4PKRSf6o4 .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u4PKRSf6o4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4PKRUkOqk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fff0b0;
}
.cid-u4PKRUkOqk .row {
  flex-direction: row-reverse;
}
.cid-u4PKRUkOqk .video-wrapper iframe {
  width: 100%;
}
.cid-u4PKRUkOqk .mbr-section-title,
.cid-u4PKRUkOqk .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u4PKRUkOqk .text-wrapper {
    padding: 2rem;
  }
}
.cid-u4PKRUkOqk .mbr-section-title {
  color: #ff0505;
}
.cid-u4PKRUyaeO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4PKRUyaeO .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-u4PKRUyaeO .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #eae7dc;
}
@media (max-width: 991px) {
  .cid-u4PKRUyaeO .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4PKRUyaeO .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-u4PKRUyaeO .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #ff0505;
}
.cid-u4PKRUyaeO .mbr-section-title {
  color: #e43f3f;
}
.cid-u4PKRUTrzn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
