.btn {
  border-width: 2px;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: #000000 !important;
}
.bg-success {
  background-color: #bdcdc6 !important;
}
.bg-info {
  background-color: #e7d8d6 !important;
}
.bg-warning {
  background-color: #b52929 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4eedb !important;
  border: none  !important;
  color: #638941 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b8d2a0 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #638941 !important;
  background-color: #b8d2a0 !important;
  border-color: #b8d2a0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e7d8d6 !important;
  border: none  !important;
  color: #784c46 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c7a49f !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #784c46 !important;
  background-color: #c7a49f !important;
  border-color: #c7a49f !important;
}
.btn-success,
.btn-success:active {
  background-color: #bdcdc6 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border-color: #8ca89b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b52929 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #6e1919 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #6e1919 !important;
  border-color: #6e1919 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0 !important;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e4eedb;
  color: #e4eedb;
  border-radius: 0 !important;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b8d2a0 !important;
  background-color: transparent!important;
  border-color: #b8d2a0 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #638941 !important;
  background-color: #e4eedb !important;
  border-color: #e4eedb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e7d8d6;
  color: #e7d8d6;
  border-radius: 0 !important;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7a49f !important;
  background-color: transparent!important;
  border-color: #c7a49f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #784c46 !important;
  background-color: #e7d8d6 !important;
  border-color: #e7d8d6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #bdcdc6;
  color: #bdcdc6;
  border-radius: 0 !important;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8ca89b !important;
  background-color: transparent!important;
  border-color: #8ca89b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bdcdc6 !important;
  border-color: #bdcdc6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #b52929;
  color: #b52929;
  border-radius: 0 !important;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #6e1919 !important;
  background-color: transparent!important;
  border-color: #6e1919 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b52929 !important;
  border-color: #b52929 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0 !important;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #010101;
  color: #010101;
  border-radius: 0 !important;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.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: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #efefef;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: #c4c4c4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #e4eedb !important;
}
.text-success {
  color: #bdcdc6 !important;
}
.text-info {
  color: #e7d8d6 !important;
}
.text-warning {
  color: #b52929 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #24262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b0cd96 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #83a194 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c19b96 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #621616 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #bcbcbc !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #24262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e7d8d6;
}
.alert-warning {
  background-color: #b52929;
}
.alert-danger {
  background-color: #000000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #e17c7c;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !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: #e4eedb !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='%23000000' %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: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  position: relative;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all .3s;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: transform .3s;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black {
  color: #FFFFFF;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover {
  color: #FFFFFF;
  background-color: #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover {
  color: #000000 !important;
  border-color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-dropdown {
  position: relative !important;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2mKlyLgzQ .dropdown-item:hover,
.cid-v2mKlyLgzQ .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .dropdown-item:hover span {
  color: white;
}
.cid-v2mKlyLgzQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2mKlyLgzQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2mKlyLgzQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2mKlyLgzQ .nav-link {
  position: relative;
}
.cid-v2mKlyLgzQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2mKlyLgzQ .container {
    flex-wrap: nowrap;
  }
}
.cid-v2mKlyLgzQ .navbar-caption:hover,
.cid-v2mKlyLgzQ .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item {
  color: #24262b;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item:hover {
  color: #000000;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .dropdown-menu,
.cid-v2mKlyLgzQ .navbar.opened {
  background: #ffffff !important;
}
.cid-v2mKlyLgzQ .nav-item:focus,
.cid-v2mKlyLgzQ .nav-link:focus {
  outline: none;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2mKlyLgzQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2mKlyLgzQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2mKlyLgzQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-v2mKlyLgzQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v2mKlyLgzQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2mKlyLgzQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v2mKlyLgzQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2mKlyLgzQ .navbar.collapsed {
  justify-content: center;
}
.cid-v2mKlyLgzQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2mKlyLgzQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2mKlyLgzQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.9rem);
  }
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2mKlyLgzQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2mKlyLgzQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2mKlyLgzQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2mKlyLgzQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2mKlyLgzQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2mKlyLgzQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2mKlyLgzQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2mKlyLgzQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2mKlyLgzQ .navbar.navbar-short {
  min-height: 70px;
}
.cid-v2mKlyLgzQ .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;
  width: 25%;
}
.cid-v2mKlyLgzQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2mKlyLgzQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2mKlyLgzQ .dropdown-item.active,
.cid-v2mKlyLgzQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v2mKlyLgzQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2mKlyLgzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2mKlyLgzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2mKlyLgzQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2mKlyLgzQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2mKlyLgzQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-v2mKlyLgzQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2mKlyLgzQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar {
    height: 70px;
  }
  .cid-v2mKlyLgzQ .navbar.opened {
    height: auto;
  }
  .cid-v2mKlyLgzQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2mKlyLgzQ .container-fluid {
  padding: 0 1rem !important;
}
.cid-v2mKlyLgzQ .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-v2mKlyLgzQ .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-v2mKlyLgzQ .navbar-collapse {
    width: 100%;
  }
  .cid-v2mKlyLgzQ .navbar-nav {
    width: 100%;
  }
  .cid-v2mKlyLgzQ .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-uX3FC12OU2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-uX3FC12OU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3FC12OU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uX3FC12OU2 .col-content {
    text-align: center;
  }
}
.cid-uX3FC12OU2 .label-text {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-uX3FC12OU2 .mbr-section-title {
  color: #ffffff;
}
.cid-uX3FC12OU2 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-uX3FC12OU2 .mbr-section-btn {
  margin-top: 22px;
}
.cid-uX3FC12OU2 .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-uX3FC12OU2 .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uX3FC12OU2 .text-item {
    text-align: center;
  }
}
.cid-uX3FC12OU2 .mbr-text {
  color: #24262b;
}
.cid-uX3FC12OU2 .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-uX3FC12OU2 .mbr-section-subtitle,
.cid-uX3FC12OU2 .mbr-section-btn {
  color: #ffffff;
}
.cid-v2bbwWXFut {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0a0a0a;
  overflow: hidden;
}
.cid-v2bbwWXFut .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cid-v2bbwWXFut .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #767676;
}
.cid-v2bbwWXFut .content-wrapper .border_1 {
  top: 0;
}
.cid-v2bbwWXFut .content-wrapper .border_2 {
  bottom: 0;
}
.cid-v2bbwWXFut .content-wrapper::before,
.cid-v2bbwWXFut .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #767676;
}
.cid-v2bbwWXFut .content-wrapper::before {
  left: 0;
}
.cid-v2bbwWXFut .content-wrapper::after {
  right: 0;
}
.cid-v2bbwWXFut .content-wrapper .content-wrap {
  overflow: hidden;
}
.cid-v2bbwWXFut .item:focus,
.cid-v2bbwWXFut span:focus {
  outline: none;
}
.cid-v2bbwWXFut .item {
  padding: 32px 0;
  color: #ffffff;
}
.cid-v0qXT0wt8q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0qXT0wt8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0qXT0wt8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0qXT0wt8q .mbr-section-title {
  color: #000000;
}
.cid-v0qXT0wt8q .mbr-section-subtitle {
  color: #000000;
}
.cid-v0qXT0wt8q .mbr-section-btn {
  margin-top: 16px;
}
.cid-uWZjNKSORu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uWZjNKSORu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZjNKSORu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZjNKSORu .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWZjNKSORu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWZjNKSORu .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uWZjNKSORu .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uWZjNKSORu .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uWZjNKSORu .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uWZjNKSORu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uWZjNKSORu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uWZjNKSORu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWZjNKSORu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uWZjNKSORu .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uWZjNKSORu .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uWZjNKSORu .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uWZjNKSORu .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uWZjNKSORu .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uWZjNKSORu .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uWZjNKSORu .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-uWZjNKSORu .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-uWZjNKSORu .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uWZjNKSORu .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uWZjNKSORu .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-uWZjNKSORu .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWZjNKSORu .mbr-label,
.cid-uWZjNKSORu .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWZjNKSORu .mbr-section-title,
.cid-uWZjNKSORu .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uWZjNKSORu .mbr-text,
.cid-uWZjNKSORu .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uWZjNKSORu .item-title {
  color: #000000;
}
.cid-uWZjNKSORu .item-text {
  color: #000000;
  text-align: left;
}
.cid-v0sxCdwXhT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0sxCdwXhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sxCdwXhT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sxCdwXhT .mbr-section-title {
  color: #000000;
}
.cid-v0sxCdwXhT .mbr-section-subtitle {
  color: #000000;
}
.cid-v0sxCdwXhT .mbr-section-btn {
  margin-top: 16px;
}
.cid-uZGjJ3gBzn {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #059a42;
}
.cid-uZGjJ3gBzn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZGjJ3gBzn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZGjJ3gBzn .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uZGjJ3gBzn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uZGjJ3gBzn .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZGjJ3gBzn .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZGjJ3gBzn .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uZGjJ3gBzn .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZGjJ3gBzn .image-wrapper img {
    height: 350px;
  }
}
.cid-uZGjJ3gBzn .mbr-section-title {
  color: #ffffff;
}
.cid-uZGjJ3gBzn .mbr-text {
  color: #ffffff;
}
.cid-uZGjJ3gBzn .mbr-section-title,
.cid-uZGjJ3gBzn .mbr-section-btn {
  color: #ffffff;
}
.cid-uZGjJ3gBzn .mbr-text,
.cid-uZGjJ3gBzn .text-wrapper {
  text-align: center;
}
.cid-uZGjJ3gBzn .mbr-section-title,
.cid-uZGjJ3gBzn .mbr-section-btn DIV {
  text-align: center;
}
.cid-uZGmwLgX67 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uZGmwLgX67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZGmwLgX67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZGmwLgX67 .mbr-section-title {
  color: #24262b;
}
.cid-uZGmwLgX67 .mbr-section-subtitle {
  color: #059a42;
}
.cid-uZGmwLgX67 .mbr-section-btn {
  margin-top: 16px;
}
.cid-uWZpmt208V {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #059a42;
}
.cid-uWZpmt208V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZpmt208V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZpmt208V .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uWZpmt208V .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uWZpmt208V .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uWZpmt208V .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWZpmt208V .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uWZpmt208V .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWZpmt208V .image-wrapper img {
    height: 350px;
  }
}
.cid-uWZpmt208V .mbr-section-title {
  color: #ffffff;
}
.cid-uWZpmt208V .mbr-text {
  color: #ffffff;
}
.cid-uWZpmt208V .mbr-section-title,
.cid-uWZpmt208V .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uWZpmt208V .mbr-text,
.cid-uWZpmt208V .text-wrapper {
  text-align: center;
}
.cid-v0sDPdymEE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0sDPdymEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sDPdymEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sDPdymEE .mbr-section-title {
  color: #000000;
}
.cid-v0sDPdymEE .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0sDPdymEE .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0suTT5xWA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0suTT5xWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0suTT5xWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0suTT5xWA .col-title {
  margin-bottom: 32px;
}
.cid-v0suTT5xWA .mbr-section-title {
  color: #24262b;
}
.cid-v0suTT5xWA .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0suTT5xWA .cars-row {
  row-gap: 32px;
}
.cid-v0suTT5xWA .item {
  border-radius: 0;
}
.cid-v0suTT5xWA .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-v0suTT5xWA .text-wrap {
  flex-grow: 1;
}
.cid-v0suTT5xWA .card-title {
  color: #24262b;
}
.cid-v0suTT5xWA .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v0suTT5xWA .mbr-section-btn {
  margin-top: 12px;
}
.cid-v0suTT5xWA .card-text,
.cid-v0suTT5xWA .mbr-section-btn {
  color: #000000;
}
.cid-v0suTT5xWA .card-title,
.cid-v0suTT5xWA .card-wrapper {
  color: #059a42;
}
.cid-v0swNwopBH {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0swNwopBH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0swNwopBH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0swNwopBH .col-title {
  margin-bottom: 32px;
}
.cid-v0swNwopBH .mbr-section-title {
  color: #24262b;
}
.cid-v0swNwopBH .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0swNwopBH .cars-row {
  row-gap: 32px;
}
.cid-v0swNwopBH .item {
  border-radius: 0;
}
.cid-v0swNwopBH .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-v0swNwopBH .text-wrap {
  flex-grow: 1;
}
.cid-v0swNwopBH .card-title {
  color: #24262b;
}
.cid-v0swNwopBH .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v0swNwopBH .mbr-section-btn {
  margin-top: 12px;
}
.cid-v0swNwopBH .card-text,
.cid-v0swNwopBH .mbr-section-btn {
  color: #000000;
}
.cid-v0swNwopBH .card-title,
.cid-v0swNwopBH .card-wrapper {
  color: #059a42;
}
.cid-uWZrq53k11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWZrq53k11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZrq53k11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZrq53k11 .row {
  justify-content: space-between;
}
.cid-uWZrq53k11 .row .card {
  justify-content: center;
}
.cid-uWZrq53k11 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uWZrq53k11 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uWZrq53k11 .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uWZrq53k11 .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uWZrq53k11 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uWZrq53k11 .content-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-uWZrq53k11 .image-wrapper {
    margin-top: 40px;
  }
}
.cid-uWZrq53k11 .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWZrq53k11 .image-wrapper img {
    height: 300px;
  }
}
.cid-uWZrq53k11 .mbr-label {
  color: #b52929;
}
.cid-uWZrq53k11 .mbr-section-title {
  color: #0f0f0f;
}
.cid-uWZrq53k11 .mbr-desc {
  color: #000000;
}
.cid-uWZrq53k11 .mbr-text {
  color: #666666;
}
.cid-uWZrq53k11 .mbr-section-title,
.cid-uWZrq53k11 .mbr-section-btn {
  color: #000000;
}
.cid-v0sEL0azjz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0sEL0azjz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sEL0azjz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sEL0azjz .mbr-section-title {
  color: #000000;
}
.cid-v0sEL0azjz .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0sEL0azjz .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0qSiIwoq9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0qSiIwoq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0qSiIwoq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0qSiIwoq9 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v0qSiIwoq9 .mbr-section-title {
  color: #24262b;
}
.cid-v0qSiIwoq9 .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0qSiIwoq9 .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-v0qSiIwoq9 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-v0qSiIwoq9 .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-v0qSiIwoq9 .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-v0qSiIwoq9 .item-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.cid-v0qSiIwoq9 .card-title-1 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v0qSiIwoq9 .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v0qSiIwoq9 .card-subtitle-1 {
  color: #24262b;
}
.cid-v0qSiIwoq9 .card-subtitle-2 {
  color: #000000;
}
.cid-v0qSiIwoq9 .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v0qSiIwoq9 .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v0qSiIwoq9 .mbr-section-btn {
  margin-top: 20px;
}
.cid-v0qSiIwoq9 .card-1 .card-wrap {
  position: relative;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-v0qSiIwoq9 .card-2 .card-wrap {
  background: #bdcdc6;
}
.cid-v0qSiIwoq9 .card-text-2,
.cid-v0qSiIwoq9 .mbr-section-btn-2 {
  color: #000000;
}
.cid-v0qSqISeNT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0qSqISeNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0qSqISeNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0qSqISeNT .mbr-section-title {
  color: #000000;
}
.cid-v0qSqISeNT .mbr-section-subtitle {
  color: #000000;
}
.cid-v0qSqISeNT .mbr-section-btn {
  margin-top: 16px;
}
.cid-tDSuYZU7L0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDSuYZU7L0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSuYZU7L0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSuYZU7L0 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tDSuYZU7L0 .mbr-section-title {
  color: #24262b;
}
.cid-tDSuYZU7L0 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tDSuYZU7L0 .cards-row {
  row-gap: 32px;
}
.cid-tDSuYZU7L0 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tDSuYZU7L0 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tDSuYZU7L0 .card-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-tDSuYZU7L0 .card-subtitle {
  color: #24262b;
}
.cid-tDSuYZU7L0 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tDSuYZU7L0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tDSuYZU7L0 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tDSuYZU7L0 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tDSuYZU7L0 .card-text,
.cid-tDSuYZU7L0 .mbr-section-btn {
  color: #000000;
}
.cid-v0swB9WNkh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0swB9WNkh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0swB9WNkh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0swB9WNkh .mbr-section-title {
  color: #000000;
}
.cid-v0swB9WNkh .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0swB9WNkh .mbr-section-btn {
  margin-top: 16px;
}
.cid-tDSvpyO4cy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tDSvpyO4cy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSvpyO4cy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSvpyO4cy .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tDSvpyO4cy .mbr-section-title {
  color: #24262b;
}
.cid-tDSvpyO4cy .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tDSvpyO4cy .items-row {
  row-gap: 32px;
}
.cid-tDSvpyO4cy .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-tDSvpyO4cy .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-tDSvpyO4cy .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-tDSvpyO4cy .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-tDSvpyO4cy .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-tDSvpyO4cy .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-tDSvpyO4cy .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-tDSvpyO4cy .carousel-control,
.cid-tDSvpyO4cy .close {
  background: #1b1b1b;
}
.cid-tDSvpyO4cy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDSvpyO4cy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDSvpyO4cy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDSvpyO4cy .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDSvpyO4cy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDSvpyO4cy .close::before {
  content: '\e91a';
}
.cid-tDSvpyO4cy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDSvpyO4cy .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tDSvpyO4cy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDSvpyO4cy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDSvpyO4cy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDSvpyO4cy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDSvpyO4cy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tDSvpyO4cy .carousel-indicators li.active,
.cid-tDSvpyO4cy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDSvpyO4cy .carousel-indicators li::after,
.cid-tDSvpyO4cy .carousel-indicators li::before {
  content: none;
}
.cid-tDSvpyO4cy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDSvpyO4cy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDSvpyO4cy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDSvpyO4cy .carousel-indicators {
    display: none;
  }
}
.cid-tDSvpyO4cy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDSvpyO4cy .carousel-inner > .active {
  display: block;
}
.cid-tDSvpyO4cy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDSvpyO4cy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDSvpyO4cy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDSvpyO4cy .carousel-control,
  .cid-tDSvpyO4cy .carousel-indicators,
  .cid-tDSvpyO4cy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDSvpyO4cy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDSvpyO4cy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDSvpyO4cy .carousel-indicators .active,
.cid-tDSvpyO4cy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDSvpyO4cy .carousel-indicators .active {
  background: #fff;
}
.cid-tDSvpyO4cy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDSvpyO4cy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDSvpyO4cy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDSvpyO4cy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDSvpyO4cy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDSvpyO4cy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDSvpyO4cy .carousel {
  width: 100%;
}
.cid-tDSvpyO4cy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDSvpyO4cy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDSvpyO4cy .modal.fade .modal-dialog,
.cid-tDSvpyO4cy .modal.in .modal-dialog {
  transform: none;
}
.cid-tDSvpyO4cy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDSvpyO4cy H6 {
  text-align: center;
}
.cid-uX3EZL3Mih {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uX3EZL3Mih .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX3EZL3Mih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX3EZL3Mih .mbr-section-title {
  color: #24262b;
}
.cid-uX3EZL3Mih .mbr-section-subtitle {
  color: #24262b;
}
.cid-uX3EZL3Mih .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0sCs8pglm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0sCs8pglm .content {
    text-align: center;
  }
  .cid-v0sCs8pglm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v0sCs8pglm .logo-subtitle {
  color: #8d97ad;
}
.cid-v0sCs8pglm .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0sCs8pglm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v0sCs8pglm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v0sCs8pglm .media-wrap img {
  height: 8rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v0sCs8pglm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v0sCs8pglm .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v0sCs8pglm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v0sCs8pglm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v0sCs8pglm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v0sCs8pglm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v0sCs8pglm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v0sCs8pglm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v0sCs8pglm .list-item {
  display: flex;
}
.cid-v0sCs8pglm .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v0sCs8pglm ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v0sCs8pglm ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v0sCs8pglm ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-v0sCs8pglm .logo-subtitle,
.cid-v0sCs8pglm .media-wrap {
  color: #000000;
  text-align: center;
}
.cid-v0sCs8pglm P {
  color: #000000;
  text-align: left;
}
.cid-v0sCs8pglm .mbr-text {
  color: #000000;
}
.cid-v0sCs8pglm .mbr-text DIV {
  text-align: left;
}
.cid-v0sCs8pglm .column-title {
  color: #000000;
  text-align: left;
}
.cid-uWZuV14L7e {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uWZuV14L7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWZuV14L7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWZuV14L7e .mbr-section-title {
  color: #24262b;
}
.cid-uWZuV14L7e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uWZuV14L7e .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2mKlyLgzQ .navbar-dropdown {
  position: relative !important;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2mKlyLgzQ .dropdown-item:hover,
.cid-v2mKlyLgzQ .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .dropdown-item:hover span {
  color: white;
}
.cid-v2mKlyLgzQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2mKlyLgzQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2mKlyLgzQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2mKlyLgzQ .nav-link {
  position: relative;
}
.cid-v2mKlyLgzQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2mKlyLgzQ .container {
    flex-wrap: nowrap;
  }
}
.cid-v2mKlyLgzQ .navbar-caption:hover,
.cid-v2mKlyLgzQ .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item {
  color: #24262b;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item:hover {
  color: #000000;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .dropdown-menu,
.cid-v2mKlyLgzQ .navbar.opened {
  background: #ffffff !important;
}
.cid-v2mKlyLgzQ .nav-item:focus,
.cid-v2mKlyLgzQ .nav-link:focus {
  outline: none;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2mKlyLgzQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2mKlyLgzQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2mKlyLgzQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-v2mKlyLgzQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v2mKlyLgzQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2mKlyLgzQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v2mKlyLgzQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2mKlyLgzQ .navbar.collapsed {
  justify-content: center;
}
.cid-v2mKlyLgzQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2mKlyLgzQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2mKlyLgzQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.9rem);
  }
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2mKlyLgzQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2mKlyLgzQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2mKlyLgzQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2mKlyLgzQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2mKlyLgzQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2mKlyLgzQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2mKlyLgzQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2mKlyLgzQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2mKlyLgzQ .navbar.navbar-short {
  min-height: 70px;
}
.cid-v2mKlyLgzQ .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;
  width: 25%;
}
.cid-v2mKlyLgzQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2mKlyLgzQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2mKlyLgzQ .dropdown-item.active,
.cid-v2mKlyLgzQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v2mKlyLgzQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2mKlyLgzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2mKlyLgzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2mKlyLgzQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2mKlyLgzQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2mKlyLgzQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-v2mKlyLgzQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2mKlyLgzQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar {
    height: 70px;
  }
  .cid-v2mKlyLgzQ .navbar.opened {
    height: auto;
  }
  .cid-v2mKlyLgzQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2mKlyLgzQ .container-fluid {
  padding: 0 1rem !important;
}
.cid-v2mKlyLgzQ .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-v2mKlyLgzQ .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-v2mKlyLgzQ .navbar-collapse {
    width: 100%;
  }
  .cid-v2mKlyLgzQ .navbar-nav {
    width: 100%;
  }
  .cid-v2mKlyLgzQ .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-uZGoUNFPwa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-uZGoUNFPwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZGoUNFPwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZGoUNFPwa .mbr-section-title {
  color: #24262b;
}
.cid-uZGoUNFPwa .mbr-section-subtitle {
  color: #24262b;
}
.cid-uZGoUNFPwa .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0sCs8pglm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0sCs8pglm .content {
    text-align: center;
  }
  .cid-v0sCs8pglm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v0sCs8pglm .logo-subtitle {
  color: #8d97ad;
}
.cid-v0sCs8pglm .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0sCs8pglm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v0sCs8pglm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v0sCs8pglm .media-wrap img {
  height: 8rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v0sCs8pglm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v0sCs8pglm .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v0sCs8pglm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v0sCs8pglm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v0sCs8pglm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v0sCs8pglm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v0sCs8pglm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v0sCs8pglm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v0sCs8pglm .list-item {
  display: flex;
}
.cid-v0sCs8pglm .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v0sCs8pglm ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v0sCs8pglm ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v0sCs8pglm ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-v0sCs8pglm .logo-subtitle,
.cid-v0sCs8pglm .media-wrap {
  color: #000000;
  text-align: center;
}
.cid-v0sCs8pglm P {
  color: #000000;
  text-align: left;
}
.cid-v0sCs8pglm .mbr-text {
  color: #000000;
}
.cid-v0sCs8pglm .mbr-text DIV {
  text-align: left;
}
.cid-v0sCs8pglm .column-title {
  color: #000000;
  text-align: left;
}
.cid-v0sCF3HDYu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v0sCF3HDYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sCF3HDYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sCF3HDYu .mbr-section-title {
  color: #24262b;
}
.cid-v0sCF3HDYu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0sCF3HDYu .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2mKlyLgzQ .navbar-dropdown {
  position: relative !important;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2mKlyLgzQ .dropdown-item:hover,
.cid-v2mKlyLgzQ .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .dropdown-item:hover span {
  color: white;
}
.cid-v2mKlyLgzQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2mKlyLgzQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2mKlyLgzQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2mKlyLgzQ .nav-link {
  position: relative;
}
.cid-v2mKlyLgzQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2mKlyLgzQ .container {
    flex-wrap: nowrap;
  }
}
.cid-v2mKlyLgzQ .navbar-caption:hover,
.cid-v2mKlyLgzQ .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item {
  color: #24262b;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item:hover {
  color: #000000;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .dropdown-menu,
.cid-v2mKlyLgzQ .navbar.opened {
  background: #ffffff !important;
}
.cid-v2mKlyLgzQ .nav-item:focus,
.cid-v2mKlyLgzQ .nav-link:focus {
  outline: none;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2mKlyLgzQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2mKlyLgzQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2mKlyLgzQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-v2mKlyLgzQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v2mKlyLgzQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2mKlyLgzQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v2mKlyLgzQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2mKlyLgzQ .navbar.collapsed {
  justify-content: center;
}
.cid-v2mKlyLgzQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2mKlyLgzQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2mKlyLgzQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.9rem);
  }
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2mKlyLgzQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2mKlyLgzQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2mKlyLgzQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2mKlyLgzQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2mKlyLgzQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2mKlyLgzQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2mKlyLgzQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2mKlyLgzQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2mKlyLgzQ .navbar.navbar-short {
  min-height: 70px;
}
.cid-v2mKlyLgzQ .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;
  width: 25%;
}
.cid-v2mKlyLgzQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2mKlyLgzQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2mKlyLgzQ .dropdown-item.active,
.cid-v2mKlyLgzQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v2mKlyLgzQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2mKlyLgzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2mKlyLgzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2mKlyLgzQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2mKlyLgzQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2mKlyLgzQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-v2mKlyLgzQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2mKlyLgzQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar {
    height: 70px;
  }
  .cid-v2mKlyLgzQ .navbar.opened {
    height: auto;
  }
  .cid-v2mKlyLgzQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2mKlyLgzQ .container-fluid {
  padding: 0 1rem !important;
}
.cid-v2mKlyLgzQ .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-v2mKlyLgzQ .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-v2mKlyLgzQ .navbar-collapse {
    width: 100%;
  }
  .cid-v2mKlyLgzQ .navbar-nav {
    width: 100%;
  }
  .cid-v2mKlyLgzQ .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-v0gqPczkSV {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x960.jpg");
}
.cid-v0gqPczkSV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gqPczkSV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v0gqPczkSV .col-content {
    text-align: center;
  }
}
.cid-v0gqPczkSV .label-text {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-v0gqPczkSV .mbr-section-title {
  color: #ffffff;
}
.cid-v0gqPczkSV .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v0gqPczkSV .mbr-section-btn {
  margin-top: 22px;
}
.cid-v0gqPczkSV .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-v0gqPczkSV .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v0gqPczkSV .text-item {
    text-align: center;
  }
}
.cid-v0gqPczkSV .mbr-text {
  color: #24262b;
}
.cid-v0gqPczkSV .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v0gqPczkSV .mbr-section-subtitle,
.cid-v0gqPczkSV .mbr-section-btn {
  color: #ffffff;
}
.cid-v0gqPh1wBq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #059a42;
}
.cid-v0gqPh1wBq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gqPh1wBq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0gqPh1wBq .mbr-section-title {
  color: #24262b;
}
.cid-v0gqPh1wBq .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0gqPh1wBq .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0gqPeeFZI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v0gqPeeFZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gqPeeFZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0gqPeeFZI .mbr-section-title {
  color: #010101;
}
.cid-v0gqPeeFZI .mbr-section-subtitle {
  color: #059a42;
}
.cid-v0gqPeeFZI .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0sJQV9mkv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #059a42;
}
.cid-v0sJQV9mkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sJQV9mkv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sJQV9mkv .mbr-section-title {
  color: #24262b;
}
.cid-v0sJQV9mkv .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0sJQV9mkv .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0sJyxQD21 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0sJyxQD21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sJyxQD21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sJyxQD21 .mbr-section-title {
  color: #000000;
}
.cid-v0sJyxQD21 .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0sJyxQD21 .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0qQChA4NI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0qQChA4NI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0qQChA4NI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0qQChA4NI .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v0qQChA4NI .mbr-section-title {
  color: #24262b;
}
.cid-v0qQChA4NI .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0qQChA4NI .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-v0qQChA4NI .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-v0qQChA4NI .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-v0qQChA4NI .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-v0qQChA4NI .item-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.cid-v0qQChA4NI .card-title-1 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v0qQChA4NI .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v0qQChA4NI .card-subtitle-1 {
  color: #24262b;
}
.cid-v0qQChA4NI .card-subtitle-2 {
  color: #000000;
}
.cid-v0qQChA4NI .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v0qQChA4NI .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v0qQChA4NI .mbr-section-btn {
  margin-top: 20px;
}
.cid-v0qQChA4NI .card-1 .card-wrap {
  position: relative;
  background-image: url("../../../assets/images/mbr-1920x1434.jpg");
}
.cid-v0qQChA4NI .card-2 .card-wrap {
  background: #bdcdc6;
}
.cid-v0qQChA4NI .card-text-2,
.cid-v0qQChA4NI .mbr-section-btn-2 {
  color: #000000;
}
.cid-v0gs3pW4Ib {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0gs3pW4Ib .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gs3pW4Ib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0gs3pW4Ib .mbr-section-title {
  color: #e30000;
}
.cid-v0gs3pW4Ib .mbr-section-subtitle {
  color: #000000;
}
.cid-v0gs3pW4Ib .mbr-text,
.cid-v0gs3pW4Ib .mbr-section-btn {
  color: #000000;
}
.cid-v2bcnrWd8G {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2bcnrWd8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bcnrWd8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bcnrWd8G .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2bcnrWd8G .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2bcnrWd8G .content-wrapper::before,
.cid-v2bcnrWd8G .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2bcnrWd8G .content-wrapper::before {
  left: 0;
}
.cid-v2bcnrWd8G .content-wrapper::after {
  right: 0;
}
.cid-v2bcnrWd8G .content-wrap {
  width: -webkit-fill-available;
  align-items: center;
}
.cid-v2bcnrWd8G .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v2bcnrWd8G .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2bcnrWd8G .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  background-color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v2bcnrWd8G .card-wrapper {
    display: block;
    width: 100%;
    padding: 16px;
  }
}
.cid-v2bcnrWd8G .card-wrapper .person-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v2bcnrWd8G .card-wrapper .person-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v2bcnrWd8G .card-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v2bcnrWd8G .card-wrapper .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v2bcnrWd8G .card-wrapper .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 55px;
  height: 55px;
  min-width: 55px;
  object-fit: cover;
}
.cid-v2bcnrWd8G .card-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v2bcnrWd8G .card-wrapper .person-wrapper .person-wrap .name-wrap .item-text {
  margin-bottom: 0;
}
.cid-v2bcnrWd8G .card-wrapper .card-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v2bcnrWd8G .card-wrapper .card-wrap {
    width: 100%;
  }
}
.cid-v2bcnrWd8G .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v2bcnrWd8G .item-name {
  color: #ffffff;
}
.cid-v2bcnrWd8G .item-text {
  color: #909090;
}
.cid-v2bcnrWd8G .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2bcnrWd8G .mbr-section-btn {
    text-align: left;
  }
}
.cid-v2bcnrWd8G .item-text,
.cid-v2bcnrWd8G .person-wrapper {
  color: #ffffff;
}
.cid-v2bcYmLH6R {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2bcYmLH6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bcYmLH6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bcYmLH6R .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2bcYmLH6R .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2bcYmLH6R .content-wrapper::before,
.cid-v2bcYmLH6R .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2bcYmLH6R .content-wrapper::before {
  left: 0;
}
.cid-v2bcYmLH6R .content-wrapper::after {
  right: 0;
}
.cid-v2bcYmLH6R .content-wrap {
  width: -webkit-fill-available;
  align-items: center;
}
.cid-v2bcYmLH6R .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v2bcYmLH6R .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2bcYmLH6R .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  background-color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v2bcYmLH6R .card-wrapper {
    display: block;
    width: 100%;
    padding: 16px;
  }
}
.cid-v2bcYmLH6R .card-wrapper .person-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v2bcYmLH6R .card-wrapper .person-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v2bcYmLH6R .card-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v2bcYmLH6R .card-wrapper .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v2bcYmLH6R .card-wrapper .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 55px;
  height: 55px;
  min-width: 55px;
  object-fit: cover;
}
.cid-v2bcYmLH6R .card-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v2bcYmLH6R .card-wrapper .person-wrapper .person-wrap .name-wrap .item-text {
  margin-bottom: 0;
}
.cid-v2bcYmLH6R .card-wrapper .card-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v2bcYmLH6R .card-wrapper .card-wrap {
    width: 100%;
  }
}
.cid-v2bcYmLH6R .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v2bcYmLH6R .item-name {
  color: #ffffff;
}
.cid-v2bcYmLH6R .item-text {
  color: #909090;
}
.cid-v2bcYmLH6R .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2bcYmLH6R .mbr-section-btn {
    text-align: left;
  }
}
.cid-v2bcYmLH6R .item-text,
.cid-v2bcYmLH6R .person-wrapper {
  color: #ffffff;
}
.cid-v2bdnKSq4J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2bdnKSq4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bdnKSq4J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bdnKSq4J .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2bdnKSq4J .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2bdnKSq4J .content-wrapper::before,
.cid-v2bdnKSq4J .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2bdnKSq4J .content-wrapper::before {
  left: 0;
}
.cid-v2bdnKSq4J .content-wrapper::after {
  right: 0;
}
.cid-v2bdnKSq4J .content-wrap {
  width: -webkit-fill-available;
  align-items: center;
}
.cid-v2bdnKSq4J .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v2bdnKSq4J .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2bdnKSq4J .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  background-color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v2bdnKSq4J .card-wrapper {
    display: block;
    width: 100%;
    padding: 16px;
  }
}
.cid-v2bdnKSq4J .card-wrapper .person-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v2bdnKSq4J .card-wrapper .person-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v2bdnKSq4J .card-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v2bdnKSq4J .card-wrapper .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v2bdnKSq4J .card-wrapper .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 55px;
  height: 55px;
  min-width: 55px;
  object-fit: cover;
}
.cid-v2bdnKSq4J .card-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v2bdnKSq4J .card-wrapper .person-wrapper .person-wrap .name-wrap .item-text {
  margin-bottom: 0;
}
.cid-v2bdnKSq4J .card-wrapper .card-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v2bdnKSq4J .card-wrapper .card-wrap {
    width: 100%;
  }
}
.cid-v2bdnKSq4J .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v2bdnKSq4J .item-name {
  color: #ffffff;
}
.cid-v2bdnKSq4J .item-text {
  color: #909090;
}
.cid-v2bdnKSq4J .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2bdnKSq4J .mbr-section-btn {
    text-align: left;
  }
}
.cid-v2bdnKSq4J .item-text,
.cid-v2bdnKSq4J .person-wrapper {
  color: #ffffff;
}
.cid-v2bdBj0PdV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2bdBj0PdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bdBj0PdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bdBj0PdV .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2bdBj0PdV .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2bdBj0PdV .content-wrapper::before,
.cid-v2bdBj0PdV .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2bdBj0PdV .content-wrapper::before {
  left: 0;
}
.cid-v2bdBj0PdV .content-wrapper::after {
  right: 0;
}
.cid-v2bdBj0PdV .content-wrap {
  width: -webkit-fill-available;
  align-items: center;
}
.cid-v2bdBj0PdV .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v2bdBj0PdV .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2bdBj0PdV .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  background-color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v2bdBj0PdV .card-wrapper {
    display: block;
    width: 100%;
    padding: 16px;
  }
}
.cid-v2bdBj0PdV .card-wrapper .person-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v2bdBj0PdV .card-wrapper .person-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v2bdBj0PdV .card-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v2bdBj0PdV .card-wrapper .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v2bdBj0PdV .card-wrapper .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 55px;
  height: 55px;
  min-width: 55px;
  object-fit: cover;
}
.cid-v2bdBj0PdV .card-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v2bdBj0PdV .card-wrapper .person-wrapper .person-wrap .name-wrap .item-text {
  margin-bottom: 0;
}
.cid-v2bdBj0PdV .card-wrapper .card-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v2bdBj0PdV .card-wrapper .card-wrap {
    width: 100%;
  }
}
.cid-v2bdBj0PdV .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v2bdBj0PdV .item-name {
  color: #ffffff;
}
.cid-v2bdBj0PdV .item-text {
  color: #909090;
}
.cid-v2bdBj0PdV .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2bdBj0PdV .mbr-section-btn {
    text-align: left;
  }
}
.cid-v2bdBj0PdV .item-text,
.cid-v2bdBj0PdV .person-wrapper {
  color: #ffffff;
}
.cid-v2bdNJYqUJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2bdNJYqUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bdNJYqUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bdNJYqUJ .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2bdNJYqUJ .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2bdNJYqUJ .content-wrapper::before,
.cid-v2bdNJYqUJ .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2bdNJYqUJ .content-wrapper::before {
  left: 0;
}
.cid-v2bdNJYqUJ .content-wrapper::after {
  right: 0;
}
.cid-v2bdNJYqUJ .content-wrap {
  width: -webkit-fill-available;
  align-items: center;
}
.cid-v2bdNJYqUJ .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v2bdNJYqUJ .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2bdNJYqUJ .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  background-color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v2bdNJYqUJ .card-wrapper {
    display: block;
    width: 100%;
    padding: 16px;
  }
}
.cid-v2bdNJYqUJ .card-wrapper .person-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v2bdNJYqUJ .card-wrapper .person-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v2bdNJYqUJ .card-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v2bdNJYqUJ .card-wrapper .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v2bdNJYqUJ .card-wrapper .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 55px;
  height: 55px;
  min-width: 55px;
  object-fit: cover;
}
.cid-v2bdNJYqUJ .card-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v2bdNJYqUJ .card-wrapper .person-wrapper .person-wrap .name-wrap .item-text {
  margin-bottom: 0;
}
.cid-v2bdNJYqUJ .card-wrapper .card-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v2bdNJYqUJ .card-wrapper .card-wrap {
    width: 100%;
  }
}
.cid-v2bdNJYqUJ .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v2bdNJYqUJ .item-name {
  color: #ffffff;
}
.cid-v2bdNJYqUJ .item-text {
  color: #909090;
}
.cid-v2bdNJYqUJ .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2bdNJYqUJ .mbr-section-btn {
    text-align: left;
  }
}
.cid-v2bdNJYqUJ .item-text,
.cid-v2bdNJYqUJ .person-wrapper {
  color: #ffffff;
}
.cid-v2be4K1BwL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2be4K1BwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2be4K1BwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2be4K1BwL .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2be4K1BwL .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2be4K1BwL .content-wrapper::before,
.cid-v2be4K1BwL .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2be4K1BwL .content-wrapper::before {
  left: 0;
}
.cid-v2be4K1BwL .content-wrapper::after {
  right: 0;
}
.cid-v2be4K1BwL .content-wrap {
  width: -webkit-fill-available;
  align-items: center;
}
.cid-v2be4K1BwL .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v2be4K1BwL .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2be4K1BwL .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  background-color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v2be4K1BwL .card-wrapper {
    display: block;
    width: 100%;
    padding: 16px;
  }
}
.cid-v2be4K1BwL .card-wrapper .person-wrapper {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v2be4K1BwL .card-wrapper .person-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v2be4K1BwL .card-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v2be4K1BwL .card-wrapper .person-wrapper .person-wrap .image-wrap {
  margin-right: 16px;
}
.cid-v2be4K1BwL .card-wrapper .person-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 55px;
  height: 55px;
  min-width: 55px;
  object-fit: cover;
}
.cid-v2be4K1BwL .card-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-v2be4K1BwL .card-wrapper .person-wrapper .person-wrap .name-wrap .item-text {
  margin-bottom: 0;
}
.cid-v2be4K1BwL .card-wrapper .card-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-v2be4K1BwL .card-wrapper .card-wrap {
    width: 100%;
  }
}
.cid-v2be4K1BwL .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-v2be4K1BwL .item-name {
  color: #ffffff;
}
.cid-v2be4K1BwL .item-text {
  color: #909090;
}
.cid-v2be4K1BwL .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2be4K1BwL .mbr-section-btn {
    text-align: left;
  }
}
.cid-v2be4K1BwL .item-text,
.cid-v2be4K1BwL .person-wrapper {
  color: #ffffff;
}
.cid-v0gts1URgA {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0gts1URgA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gts1URgA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0gts1URgA .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v0gts1URgA .mbr-section-title {
  color: #24262b;
}
.cid-v0gts1URgA .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v0gts1URgA .items-row {
  row-gap: 32px;
}
.cid-v0gts1URgA .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v0gts1URgA .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-v0gts1URgA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-v0gts1URgA .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-v0gts1URgA .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v0gts1URgA .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v0gts1URgA .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-v0gts1URgA .carousel-control,
.cid-v0gts1URgA .close {
  background: #1b1b1b;
}
.cid-v0gts1URgA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v0gts1URgA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v0gts1URgA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v0gts1URgA .carousel-control-next span {
  margin-left: 5px;
}
.cid-v0gts1URgA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v0gts1URgA .close::before {
  content: '\e91a';
}
.cid-v0gts1URgA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0gts1URgA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v0gts1URgA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0gts1URgA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0gts1URgA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v0gts1URgA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v0gts1URgA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v0gts1URgA .carousel-indicators li.active,
.cid-v0gts1URgA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0gts1URgA .carousel-indicators li::after,
.cid-v0gts1URgA .carousel-indicators li::before {
  content: none;
}
.cid-v0gts1URgA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0gts1URgA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v0gts1URgA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v0gts1URgA .carousel-indicators {
    display: none;
  }
}
.cid-v0gts1URgA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v0gts1URgA .carousel-inner > .active {
  display: block;
}
.cid-v0gts1URgA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0gts1URgA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v0gts1URgA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v0gts1URgA .carousel-control,
  .cid-v0gts1URgA .carousel-indicators,
  .cid-v0gts1URgA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v0gts1URgA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v0gts1URgA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v0gts1URgA .carousel-indicators .active,
.cid-v0gts1URgA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v0gts1URgA .carousel-indicators .active {
  background: #fff;
}
.cid-v0gts1URgA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v0gts1URgA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v0gts1URgA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0gts1URgA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v0gts1URgA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v0gts1URgA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v0gts1URgA .carousel {
  width: 100%;
}
.cid-v0gts1URgA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v0gts1URgA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v0gts1URgA .modal.fade .modal-dialog,
.cid-v0gts1URgA .modal.in .modal-dialog {
  transform: none;
}
.cid-v0gts1URgA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v0gts1URgA H6 {
  text-align: center;
}
.cid-v0qUaPjc3Z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0qUaPjc3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0qUaPjc3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0qUaPjc3Z .mbr-section-title {
  color: #24262b;
}
.cid-v0qUaPjc3Z .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0qUaPjc3Z .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0sCs8pglm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0sCs8pglm .content {
    text-align: center;
  }
  .cid-v0sCs8pglm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v0sCs8pglm .logo-subtitle {
  color: #8d97ad;
}
.cid-v0sCs8pglm .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0sCs8pglm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v0sCs8pglm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v0sCs8pglm .media-wrap img {
  height: 8rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v0sCs8pglm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v0sCs8pglm .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v0sCs8pglm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v0sCs8pglm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v0sCs8pglm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v0sCs8pglm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v0sCs8pglm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v0sCs8pglm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v0sCs8pglm .list-item {
  display: flex;
}
.cid-v0sCs8pglm .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v0sCs8pglm ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v0sCs8pglm ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v0sCs8pglm ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-v0sCs8pglm .logo-subtitle,
.cid-v0sCs8pglm .media-wrap {
  color: #000000;
  text-align: center;
}
.cid-v0sCs8pglm P {
  color: #000000;
  text-align: left;
}
.cid-v0sCs8pglm .mbr-text {
  color: #000000;
}
.cid-v0sCs8pglm .mbr-text DIV {
  text-align: left;
}
.cid-v0sCs8pglm .column-title {
  color: #000000;
  text-align: left;
}
.cid-v0gqPih6eN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v0gqPih6eN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0gqPih6eN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0gqPih6eN .mbr-section-title {
  color: #24262b;
}
.cid-v0gqPih6eN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0gqPih6eN .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2mKlyLgzQ .navbar-dropdown {
  position: relative !important;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2mKlyLgzQ .dropdown-item:hover,
.cid-v2mKlyLgzQ .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .dropdown-item:hover span {
  color: white;
}
.cid-v2mKlyLgzQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2mKlyLgzQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2mKlyLgzQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2mKlyLgzQ .nav-link {
  position: relative;
}
.cid-v2mKlyLgzQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2mKlyLgzQ .container {
    flex-wrap: nowrap;
  }
}
.cid-v2mKlyLgzQ .navbar-caption:hover,
.cid-v2mKlyLgzQ .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item {
  color: #24262b;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item:hover {
  color: #000000;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .dropdown-menu,
.cid-v2mKlyLgzQ .navbar.opened {
  background: #ffffff !important;
}
.cid-v2mKlyLgzQ .nav-item:focus,
.cid-v2mKlyLgzQ .nav-link:focus {
  outline: none;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2mKlyLgzQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2mKlyLgzQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2mKlyLgzQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-v2mKlyLgzQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v2mKlyLgzQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2mKlyLgzQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v2mKlyLgzQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2mKlyLgzQ .navbar.collapsed {
  justify-content: center;
}
.cid-v2mKlyLgzQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2mKlyLgzQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2mKlyLgzQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.9rem);
  }
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2mKlyLgzQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2mKlyLgzQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2mKlyLgzQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2mKlyLgzQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2mKlyLgzQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2mKlyLgzQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2mKlyLgzQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2mKlyLgzQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2mKlyLgzQ .navbar.navbar-short {
  min-height: 70px;
}
.cid-v2mKlyLgzQ .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;
  width: 25%;
}
.cid-v2mKlyLgzQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2mKlyLgzQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2mKlyLgzQ .dropdown-item.active,
.cid-v2mKlyLgzQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v2mKlyLgzQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2mKlyLgzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2mKlyLgzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2mKlyLgzQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2mKlyLgzQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2mKlyLgzQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-v2mKlyLgzQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2mKlyLgzQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar {
    height: 70px;
  }
  .cid-v2mKlyLgzQ .navbar.opened {
    height: auto;
  }
  .cid-v2mKlyLgzQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2mKlyLgzQ .container-fluid {
  padding: 0 1rem !important;
}
.cid-v2mKlyLgzQ .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-v2mKlyLgzQ .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-v2mKlyLgzQ .navbar-collapse {
    width: 100%;
  }
  .cid-v2mKlyLgzQ .navbar-nav {
    width: 100%;
  }
  .cid-v2mKlyLgzQ .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-v0UzfBBj9E {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1-1920x1439.jpg");
}
.cid-v0UzfBBj9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0UzfBBj9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v0UzfBBj9E .col-content {
    text-align: center;
  }
}
.cid-v0UzfBBj9E .label-text {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-v0UzfBBj9E .mbr-section-title {
  color: #ffffff;
}
.cid-v0UzfBBj9E .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v0UzfBBj9E .mbr-section-btn {
  margin-top: 22px;
}
.cid-v0UzfBBj9E .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-v0UzfBBj9E .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v0UzfBBj9E .text-item {
    text-align: center;
  }
}
.cid-v0UzfBBj9E .mbr-text {
  color: #24262b;
}
.cid-v0UzfBBj9E .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v0UzfBBj9E .mbr-section-subtitle,
.cid-v0UzfBBj9E .mbr-section-btn {
  color: #ffffff;
}
.cid-v0UzfCspvS {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0UzfCspvS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0UzfCspvS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0UzfCspvS .row {
  justify-content: space-between;
}
.cid-v0UzfCspvS .row .card {
  justify-content: center;
}
.cid-v0UzfCspvS .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v0UzfCspvS .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v0UzfCspvS .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0UzfCspvS .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-v0UzfCspvS .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v0UzfCspvS .content-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-v0UzfCspvS .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v0UzfCspvS .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0UzfCspvS .image-wrapper img {
    height: 300px;
  }
}
.cid-v0UzfCspvS .mbr-label {
  color: #b52929;
}
.cid-v0UzfCspvS .mbr-section-title {
  color: #0f0f0f;
}
.cid-v0UzfCspvS .mbr-desc {
  color: #000000;
}
.cid-v0UzfCspvS .mbr-text {
  color: #666666;
}
.cid-v0UzfCspvS .mbr-section-title,
.cid-v0UzfCspvS .mbr-section-btn {
  color: #000000;
}
.cid-v0UzfD8FVX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0UzfD8FVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0UzfD8FVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0UzfD8FVX .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0UzfD8FVX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0UzfD8FVX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-v0UzfD8FVX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0UzfD8FVX .embla__slide:last-child .slide-content .item-wrapper {
  border-right: none;
}
.cid-v0UzfD8FVX .embla__slide .slide-content {
  width: 100%;
}
.cid-v0UzfD8FVX .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v0UzfD8FVX .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v0UzfD8FVX .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-v0UzfD8FVX .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v0UzfD8FVX .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v0UzfD8FVX .embla__slide .slide-content .item-wrapper .card-box .card-date {
  margin-bottom: 14px;
}
.cid-v0UzfD8FVX .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
}
.cid-v0UzfD8FVX .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0UzfD8FVX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0UzfD8FVX .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0UzfD8FVX .embla__button--next,
.cid-v0UzfD8FVX .embla__button--prev {
  display: flex;
}
.cid-v0UzfD8FVX .embla__button {
  width: 44px;
  height: 44px;
  font-size: 22px;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  top: 0;
  display: none;
}
.cid-v0UzfD8FVX .embla__button:hover {
  background-color: #ffffff !important;
  color: #0f0f0f !important;
}
.cid-v0UzfD8FVX .embla__button:disabled {
  opacity: .6 !important;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
}
.cid-v0UzfD8FVX .embla__button.embla__button--prev {
  left: 0;
}
.cid-v0UzfD8FVX .embla__button.embla__button--next {
  left: 64px;
}
.cid-v0UzfD8FVX .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-v0UzfD8FVX .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-v0UzfD8FVX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0UzfD8FVX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0UzfD8FVX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-v0UzfD8FVX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v0UzfD8FVX .mbr-section-title {
  color: #0f0f0f;
}
.cid-v0UzfD8FVX .card-date {
  color: #666666;
  text-align: right;
}
.cid-v0UzfD8FVX .card-title {
  color: #0f0f0f;
}
.cid-v0UzfD8FVX .card-text {
  color: #666666;
}
.cid-v0UzfD8FVX .card-title,
.cid-v0UzfD8FVX .mbr-section-btn DIV {
  text-align: center;
}
.cid-v0UzfD8FVX .card-title,
.cid-v0UzfD8FVX .mbr-section-btn {
  color: #000000;
}
.cid-v0UAtzFVFS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0UAtzFVFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0UAtzFVFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0UAtzFVFS .mbr-section-title {
  color: #000000;
}
.cid-v0UAtzFVFS .mbr-section-subtitle {
  color: #000000;
}
.cid-v0UAtzFVFS .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0UzfEuSIl {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0UzfEuSIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0UzfEuSIl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0UzfEuSIl .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v0UzfEuSIl .mbr-section-title {
  color: #24262b;
}
.cid-v0UzfEuSIl .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0UzfEuSIl .cards-row {
  row-gap: 32px;
}
.cid-v0UzfEuSIl .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0UzfEuSIl .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-v0UzfEuSIl .card-title {
  margin-bottom: 16px;
  color: #081e6a;
}
.cid-v0UzfEuSIl .card-subtitle {
  color: #24262b;
}
.cid-v0UzfEuSIl .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-v0UzfEuSIl .mbr-section-btn {
  margin-top: 20px;
}
.cid-v0UzfEuSIl .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-v0UzfEuSIl .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-v0UzfEuSIl .card-text,
.cid-v0UzfEuSIl .mbr-section-btn {
  color: #000000;
}
.cid-v0UzfF3XpA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0UzfF3XpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0UzfF3XpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0UzfF3XpA .mbr-section-title {
  color: #24262b;
}
.cid-v0UzfF3XpA .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0UzfF3XpA .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0UzfFBLyV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0UzfFBLyV .content {
    text-align: center;
  }
  .cid-v0UzfFBLyV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v0UzfFBLyV .logo-subtitle {
  color: #8d97ad;
}
.cid-v0UzfFBLyV .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0UzfFBLyV .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v0UzfFBLyV .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v0UzfFBLyV .media-wrap img {
  height: 8rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v0UzfFBLyV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v0UzfFBLyV .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v0UzfFBLyV .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v0UzfFBLyV .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v0UzfFBLyV .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v0UzfFBLyV .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v0UzfFBLyV .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v0UzfFBLyV .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v0UzfFBLyV .list-item {
  display: flex;
}
.cid-v0UzfFBLyV .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v0UzfFBLyV ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v0UzfFBLyV ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v0UzfFBLyV ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-v0UzfFBLyV .logo-subtitle,
.cid-v0UzfFBLyV .media-wrap {
  color: #000000;
  text-align: center;
}
.cid-v0UzfFBLyV P {
  color: #000000;
  text-align: left;
}
.cid-v0UzfFBLyV .mbr-text {
  color: #000000;
}
.cid-v0UzfFBLyV .mbr-text DIV {
  text-align: left;
}
.cid-v0UzfFBLyV .column-title {
  color: #000000;
  text-align: left;
}
.cid-v0UzfGlYYe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v0UzfGlYYe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0UzfGlYYe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0UzfGlYYe .mbr-section-title {
  color: #24262b;
}
.cid-v0UzfGlYYe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0UzfGlYYe .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2mKlyLgzQ .navbar-dropdown {
  position: relative !important;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2mKlyLgzQ .dropdown-item:hover,
.cid-v2mKlyLgzQ .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .dropdown-item:hover span {
  color: white;
}
.cid-v2mKlyLgzQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2mKlyLgzQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2mKlyLgzQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2mKlyLgzQ .nav-link {
  position: relative;
}
.cid-v2mKlyLgzQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2mKlyLgzQ .container {
    flex-wrap: nowrap;
  }
}
.cid-v2mKlyLgzQ .navbar-caption:hover,
.cid-v2mKlyLgzQ .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item {
  color: #24262b;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item:hover {
  color: #000000;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .dropdown-menu,
.cid-v2mKlyLgzQ .navbar.opened {
  background: #ffffff !important;
}
.cid-v2mKlyLgzQ .nav-item:focus,
.cid-v2mKlyLgzQ .nav-link:focus {
  outline: none;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2mKlyLgzQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2mKlyLgzQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2mKlyLgzQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-v2mKlyLgzQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v2mKlyLgzQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2mKlyLgzQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v2mKlyLgzQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2mKlyLgzQ .navbar.collapsed {
  justify-content: center;
}
.cid-v2mKlyLgzQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2mKlyLgzQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2mKlyLgzQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.9rem);
  }
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2mKlyLgzQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2mKlyLgzQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2mKlyLgzQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2mKlyLgzQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2mKlyLgzQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2mKlyLgzQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2mKlyLgzQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2mKlyLgzQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2mKlyLgzQ .navbar.navbar-short {
  min-height: 70px;
}
.cid-v2mKlyLgzQ .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;
  width: 25%;
}
.cid-v2mKlyLgzQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2mKlyLgzQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2mKlyLgzQ .dropdown-item.active,
.cid-v2mKlyLgzQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v2mKlyLgzQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2mKlyLgzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2mKlyLgzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2mKlyLgzQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2mKlyLgzQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2mKlyLgzQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-v2mKlyLgzQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2mKlyLgzQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar {
    height: 70px;
  }
  .cid-v2mKlyLgzQ .navbar.opened {
    height: auto;
  }
  .cid-v2mKlyLgzQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2mKlyLgzQ .container-fluid {
  padding: 0 1rem !important;
}
.cid-v2mKlyLgzQ .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-v2mKlyLgzQ .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-v2mKlyLgzQ .navbar-collapse {
    width: 100%;
  }
  .cid-v2mKlyLgzQ .navbar-nav {
    width: 100%;
  }
  .cid-v2mKlyLgzQ .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-v0r20QSEX5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-v0r20QSEX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0r20QSEX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v0r20QSEX5 .col-content {
    text-align: center;
  }
}
.cid-v0r20QSEX5 .label-text {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-v0r20QSEX5 .mbr-section-title {
  color: #ffffff;
}
.cid-v0r20QSEX5 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v0r20QSEX5 .mbr-section-btn {
  margin-top: 22px;
}
.cid-v0r20QSEX5 .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-v0r20QSEX5 .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v0r20QSEX5 .text-item {
    text-align: center;
  }
}
.cid-v0r20QSEX5 .mbr-text {
  color: #24262b;
}
.cid-v0r20QSEX5 .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v0r20QSEX5 .mbr-section-subtitle,
.cid-v0r20QSEX5 .mbr-section-btn {
  color: #ffffff;
}
.cid-v0r20UuGLm {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v0r20UuGLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0r20UuGLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0r20UuGLm .row {
  justify-content: space-between;
}
.cid-v0r20UuGLm .row .card {
  justify-content: center;
}
.cid-v0r20UuGLm .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v0r20UuGLm .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v0r20UuGLm .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v0r20UuGLm .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-v0r20UuGLm .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v0r20UuGLm .content-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-v0r20UuGLm .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v0r20UuGLm .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0r20UuGLm .image-wrapper img {
    height: 300px;
  }
}
.cid-v0r20UuGLm .mbr-label {
  color: #b52929;
}
.cid-v0r20UuGLm .mbr-section-title {
  color: #0f0f0f;
}
.cid-v0r20UuGLm .mbr-desc {
  color: #000000;
}
.cid-v0r20UuGLm .mbr-text {
  color: #666666;
}
.cid-v0r20UuGLm .mbr-section-title,
.cid-v0r20UuGLm .mbr-section-btn {
  color: #000000;
}
.cid-v0Uq6Jm7hm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v0Uq6Jm7hm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Uq6Jm7hm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Uq6Jm7hm .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v0Uq6Jm7hm .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0Uq6Jm7hm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-v0Uq6Jm7hm .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0Uq6Jm7hm .embla__slide:last-child .slide-content .item-wrapper {
  border-right: none;
}
.cid-v0Uq6Jm7hm .embla__slide .slide-content {
  width: 100%;
}
.cid-v0Uq6Jm7hm .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-v0Uq6Jm7hm .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v0Uq6Jm7hm .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-v0Uq6Jm7hm .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v0Uq6Jm7hm .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-v0Uq6Jm7hm .embla__slide .slide-content .item-wrapper .card-box .card-date {
  margin-bottom: 14px;
}
.cid-v0Uq6Jm7hm .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
}
.cid-v0Uq6Jm7hm .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v0Uq6Jm7hm .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-v0Uq6Jm7hm .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0Uq6Jm7hm .embla__button--next,
.cid-v0Uq6Jm7hm .embla__button--prev {
  display: flex;
}
.cid-v0Uq6Jm7hm .embla__button {
  width: 44px;
  height: 44px;
  font-size: 22px;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  top: 0;
  display: none;
}
.cid-v0Uq6Jm7hm .embla__button:hover {
  background-color: #ffffff !important;
  color: #0f0f0f !important;
}
.cid-v0Uq6Jm7hm .embla__button:disabled {
  opacity: .6 !important;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
}
.cid-v0Uq6Jm7hm .embla__button.embla__button--prev {
  left: 0;
}
.cid-v0Uq6Jm7hm .embla__button.embla__button--next {
  left: 64px;
}
.cid-v0Uq6Jm7hm .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-v0Uq6Jm7hm .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-v0Uq6Jm7hm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0Uq6Jm7hm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0Uq6Jm7hm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-v0Uq6Jm7hm .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v0Uq6Jm7hm .mbr-section-title {
  color: #0f0f0f;
}
.cid-v0Uq6Jm7hm .card-date {
  color: #666666;
  text-align: right;
}
.cid-v0Uq6Jm7hm .card-title {
  color: #0f0f0f;
}
.cid-v0Uq6Jm7hm .card-text {
  color: #666666;
}
.cid-v0Uq6Jm7hm .card-title,
.cid-v0Uq6Jm7hm .mbr-section-btn DIV {
  text-align: center;
}
.cid-v0Uq6Jm7hm .card-title,
.cid-v0Uq6Jm7hm .mbr-section-btn {
  color: #000000;
}
.cid-v0r20W8Y7A {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0r20W8Y7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0r20W8Y7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0r20W8Y7A .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v0r20W8Y7A .mbr-section-title {
  color: #24262b;
}
.cid-v0r20W8Y7A .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0r20W8Y7A .cards-row {
  row-gap: 32px;
}
.cid-v0r20W8Y7A .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0r20W8Y7A .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-v0r20W8Y7A .card-title {
  margin-bottom: 16px;
  color: #081e6a;
}
.cid-v0r20W8Y7A .card-subtitle {
  color: #24262b;
}
.cid-v0r20W8Y7A .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-v0r20W8Y7A .mbr-section-btn {
  margin-top: 20px;
}
.cid-v0r20W8Y7A .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-v0r20W8Y7A .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-v0r20W8Y7A .card-text,
.cid-v0r20W8Y7A .mbr-section-btn {
  color: #000000;
}
.cid-v0r20XClq9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0r20XClq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0r20XClq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0r20XClq9 .mbr-section-title {
  color: #24262b;
}
.cid-v0r20XClq9 .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0r20XClq9 .mbr-section-btn {
  margin-top: 16px;
}
.cid-v0sCs8pglm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0sCs8pglm .content {
    text-align: center;
  }
  .cid-v0sCs8pglm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v0sCs8pglm .logo-subtitle {
  color: #8d97ad;
}
.cid-v0sCs8pglm .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0sCs8pglm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v0sCs8pglm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v0sCs8pglm .media-wrap img {
  height: 8rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v0sCs8pglm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v0sCs8pglm .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v0sCs8pglm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v0sCs8pglm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v0sCs8pglm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v0sCs8pglm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v0sCs8pglm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v0sCs8pglm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v0sCs8pglm .list-item {
  display: flex;
}
.cid-v0sCs8pglm .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v0sCs8pglm ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v0sCs8pglm ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v0sCs8pglm ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-v0sCs8pglm .logo-subtitle,
.cid-v0sCs8pglm .media-wrap {
  color: #000000;
  text-align: center;
}
.cid-v0sCs8pglm P {
  color: #000000;
  text-align: left;
}
.cid-v0sCs8pglm .mbr-text {
  color: #000000;
}
.cid-v0sCs8pglm .mbr-text DIV {
  text-align: left;
}
.cid-v0sCs8pglm .column-title {
  color: #000000;
  text-align: left;
}
.cid-v0r20Z7vnN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v0r20Z7vnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0r20Z7vnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0r20Z7vnN .mbr-section-title {
  color: #24262b;
}
.cid-v0r20Z7vnN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0r20Z7vnN .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2mKlyLgzQ .navbar-dropdown {
  position: relative !important;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2mKlyLgzQ .dropdown-item:hover,
.cid-v2mKlyLgzQ .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .dropdown-item:hover span {
  color: white;
}
.cid-v2mKlyLgzQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2mKlyLgzQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2mKlyLgzQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2mKlyLgzQ .nav-link {
  position: relative;
}
.cid-v2mKlyLgzQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2mKlyLgzQ .container {
    flex-wrap: nowrap;
  }
}
.cid-v2mKlyLgzQ .navbar-caption:hover,
.cid-v2mKlyLgzQ .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item {
  color: #24262b;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item:hover {
  color: #000000;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .dropdown-menu,
.cid-v2mKlyLgzQ .navbar.opened {
  background: #ffffff !important;
}
.cid-v2mKlyLgzQ .nav-item:focus,
.cid-v2mKlyLgzQ .nav-link:focus {
  outline: none;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2mKlyLgzQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2mKlyLgzQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2mKlyLgzQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-v2mKlyLgzQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v2mKlyLgzQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2mKlyLgzQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v2mKlyLgzQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2mKlyLgzQ .navbar.collapsed {
  justify-content: center;
}
.cid-v2mKlyLgzQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2mKlyLgzQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2mKlyLgzQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.9rem);
  }
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2mKlyLgzQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2mKlyLgzQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2mKlyLgzQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2mKlyLgzQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2mKlyLgzQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2mKlyLgzQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2mKlyLgzQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2mKlyLgzQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2mKlyLgzQ .navbar.navbar-short {
  min-height: 70px;
}
.cid-v2mKlyLgzQ .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;
  width: 25%;
}
.cid-v2mKlyLgzQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2mKlyLgzQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2mKlyLgzQ .dropdown-item.active,
.cid-v2mKlyLgzQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v2mKlyLgzQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2mKlyLgzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2mKlyLgzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2mKlyLgzQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2mKlyLgzQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2mKlyLgzQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-v2mKlyLgzQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2mKlyLgzQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar {
    height: 70px;
  }
  .cid-v2mKlyLgzQ .navbar.opened {
    height: auto;
  }
  .cid-v2mKlyLgzQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2mKlyLgzQ .container-fluid {
  padding: 0 1rem !important;
}
.cid-v2mKlyLgzQ .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-v2mKlyLgzQ .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-v2mKlyLgzQ .navbar-collapse {
    width: 100%;
  }
  .cid-v2mKlyLgzQ .navbar-nav {
    width: 100%;
  }
  .cid-v2mKlyLgzQ .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-v15WxqF3Ru {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-v15WxqF3Ru .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15WxqF3Ru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v15WxqF3Ru .col-content {
    text-align: center;
  }
}
.cid-v15WxqF3Ru .label-text {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-v15WxqF3Ru .mbr-section-title {
  color: #ffffff;
}
.cid-v15WxqF3Ru .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v15WxqF3Ru .mbr-section-btn {
  margin-top: 22px;
}
.cid-v15WxqF3Ru .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-v15WxqF3Ru .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v15WxqF3Ru .text-item {
    text-align: center;
  }
}
.cid-v15WxqF3Ru .mbr-text {
  color: #24262b;
}
.cid-v15WxqF3Ru .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v15WxqF3Ru .mbr-section-subtitle,
.cid-v15WxqF3Ru .mbr-section-btn {
  color: #ffffff;
}
.cid-v2bDnnSS2q {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0a0a0a;
  overflow: hidden;
}
.cid-v2bDnnSS2q .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cid-v2bDnnSS2q .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #767676;
}
.cid-v2bDnnSS2q .content-wrapper .border_1 {
  top: 0;
}
.cid-v2bDnnSS2q .content-wrapper .border_2 {
  bottom: 0;
}
.cid-v2bDnnSS2q .content-wrapper::before,
.cid-v2bDnnSS2q .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #767676;
}
.cid-v2bDnnSS2q .content-wrapper::before {
  left: 0;
}
.cid-v2bDnnSS2q .content-wrapper::after {
  right: 0;
}
.cid-v2bDnnSS2q .content-wrapper .content-wrap {
  overflow: hidden;
}
.cid-v2bDnnSS2q .item:focus,
.cid-v2bDnnSS2q span:focus {
  outline: none;
}
.cid-v2bDnnSS2q .item {
  padding: 32px 0;
  color: #ffffff;
}
.cid-v15Wxrba4I {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v15Wxrba4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15Wxrba4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15Wxrba4I .mbr-section-title {
  color: #000000;
}
.cid-v15Wxrba4I .mbr-section-subtitle {
  color: #000000;
}
.cid-v15Wxrba4I .mbr-section-btn {
  margin-top: 16px;
}
.cid-v15WxrDUhX {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v15WxrDUhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15WxrDUhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15WxrDUhX .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v15WxrDUhX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v15WxrDUhX .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v15WxrDUhX .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v15WxrDUhX .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v15WxrDUhX .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v15WxrDUhX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v15WxrDUhX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v15WxrDUhX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v15WxrDUhX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v15WxrDUhX .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v15WxrDUhX .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v15WxrDUhX .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v15WxrDUhX .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v15WxrDUhX .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v15WxrDUhX .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v15WxrDUhX .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v15WxrDUhX .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v15WxrDUhX .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v15WxrDUhX .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v15WxrDUhX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v15WxrDUhX .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v15WxrDUhX .mbr-label,
.cid-v15WxrDUhX .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v15WxrDUhX .mbr-section-title,
.cid-v15WxrDUhX .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v15WxrDUhX .mbr-text,
.cid-v15WxrDUhX .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v15WxrDUhX .item-title {
  color: #000000;
}
.cid-v15WxrDUhX .item-text {
  color: #000000;
  text-align: left;
}
.cid-v15WxsghKf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v15WxsghKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15WxsghKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15WxsghKf .mbr-section-title {
  color: #000000;
}
.cid-v15WxsghKf .mbr-section-subtitle {
  color: #000000;
}
.cid-v15WxsghKf .mbr-section-btn {
  margin-top: 16px;
}
.cid-v15WxsJp9v {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #059a42;
}
.cid-v15WxsJp9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15WxsJp9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15WxsJp9v .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v15WxsJp9v .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v15WxsJp9v .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v15WxsJp9v .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v15WxsJp9v .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v15WxsJp9v .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v15WxsJp9v .image-wrapper img {
    height: 350px;
  }
}
.cid-v15WxsJp9v .mbr-section-title {
  color: #ffffff;
}
.cid-v15WxsJp9v .mbr-text {
  color: #ffffff;
}
.cid-v15WxsJp9v .mbr-section-title,
.cid-v15WxsJp9v .mbr-section-btn {
  color: #ffffff;
}
.cid-v15WxsJp9v .mbr-text,
.cid-v15WxsJp9v .text-wrapper {
  text-align: center;
}
.cid-v15WxsJp9v .mbr-section-title,
.cid-v15WxsJp9v .mbr-section-btn DIV {
  text-align: center;
}
.cid-v15Wxth541 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v15Wxth541 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15Wxth541 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15Wxth541 .mbr-section-title {
  color: #24262b;
}
.cid-v15Wxth541 .mbr-section-subtitle {
  color: #059a42;
}
.cid-v15Wxth541 .mbr-section-btn {
  margin-top: 16px;
}
.cid-v15WxtNRn4 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #059a42;
}
.cid-v15WxtNRn4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15WxtNRn4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15WxtNRn4 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v15WxtNRn4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v15WxtNRn4 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v15WxtNRn4 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v15WxtNRn4 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v15WxtNRn4 .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v15WxtNRn4 .image-wrapper img {
    height: 350px;
  }
}
.cid-v15WxtNRn4 .mbr-section-title {
  color: #ffffff;
}
.cid-v15WxtNRn4 .mbr-text {
  color: #ffffff;
}
.cid-v15WxtNRn4 .mbr-section-title,
.cid-v15WxtNRn4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v15WxtNRn4 .mbr-text,
.cid-v15WxtNRn4 .text-wrapper {
  text-align: center;
}
.cid-v15WxujQOF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v15WxujQOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15WxujQOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15WxujQOF .mbr-section-title {
  color: #000000;
}
.cid-v15WxujQOF .mbr-section-subtitle {
  color: #24262b;
}
.cid-v15WxujQOF .mbr-section-btn {
  margin-top: 16px;
}
.cid-v15WxuPUDL {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v15WxuPUDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15WxuPUDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15WxuPUDL .col-title {
  margin-bottom: 32px;
}
.cid-v15WxuPUDL .mbr-section-title {
  color: #24262b;
}
.cid-v15WxuPUDL .mbr-section-subtitle {
  color: #24262b;
}
.cid-v15WxuPUDL .cars-row {
  row-gap: 32px;
}
.cid-v15WxuPUDL .item {
  border-radius: 0;
}
.cid-v15WxuPUDL .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-v15WxuPUDL .text-wrap {
  flex-grow: 1;
}
.cid-v15WxuPUDL .card-title {
  color: #24262b;
}
.cid-v15WxuPUDL .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v15WxuPUDL .mbr-section-btn {
  margin-top: 12px;
}
.cid-v15WxuPUDL .card-text,
.cid-v15WxuPUDL .mbr-section-btn {
  color: #000000;
}
.cid-v15WxuPUDL .card-title,
.cid-v15WxuPUDL .card-wrapper {
  color: #059a42;
}
.cid-v15Wxvttyi {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v15Wxvttyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15Wxvttyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15Wxvttyi .col-title {
  margin-bottom: 32px;
}
.cid-v15Wxvttyi .mbr-section-title {
  color: #24262b;
}
.cid-v15Wxvttyi .mbr-section-subtitle {
  color: #24262b;
}
.cid-v15Wxvttyi .cars-row {
  row-gap: 32px;
}
.cid-v15Wxvttyi .item {
  border-radius: 0;
}
.cid-v15Wxvttyi .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-v15Wxvttyi .text-wrap {
  flex-grow: 1;
}
.cid-v15Wxvttyi .card-title {
  color: #24262b;
}
.cid-v15Wxvttyi .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v15Wxvttyi .mbr-section-btn {
  margin-top: 12px;
}
.cid-v15Wxvttyi .card-text,
.cid-v15Wxvttyi .mbr-section-btn {
  color: #000000;
}
.cid-v15Wxvttyi .card-title,
.cid-v15Wxvttyi .card-wrapper {
  color: #059a42;
}
.cid-v15Wxw8nHY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v15Wxw8nHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15Wxw8nHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15Wxw8nHY .row {
  justify-content: space-between;
}
.cid-v15Wxw8nHY .row .card {
  justify-content: center;
}
.cid-v15Wxw8nHY .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v15Wxw8nHY .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v15Wxw8nHY .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v15Wxw8nHY .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-v15Wxw8nHY .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v15Wxw8nHY .content-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-v15Wxw8nHY .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v15Wxw8nHY .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v15Wxw8nHY .image-wrapper img {
    height: 300px;
  }
}
.cid-v15Wxw8nHY .mbr-label {
  color: #b52929;
}
.cid-v15Wxw8nHY .mbr-section-title {
  color: #0f0f0f;
}
.cid-v15Wxw8nHY .mbr-desc {
  color: #000000;
}
.cid-v15Wxw8nHY .mbr-text {
  color: #666666;
}
.cid-v15Wxw8nHY .mbr-section-title,
.cid-v15Wxw8nHY .mbr-section-btn {
  color: #000000;
}
.cid-v15WxwH0Px {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v15WxwH0Px .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15WxwH0Px .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15WxwH0Px .mbr-section-title {
  color: #000000;
}
.cid-v15WxwH0Px .mbr-section-subtitle {
  color: #24262b;
}
.cid-v15WxwH0Px .mbr-section-btn {
  margin-top: 16px;
}
.cid-v15Wxxf56v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v15Wxxf56v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15Wxxf56v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15Wxxf56v .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v15Wxxf56v .mbr-section-title {
  color: #24262b;
}
.cid-v15Wxxf56v .mbr-section-subtitle {
  color: #24262b;
}
.cid-v15Wxxf56v .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-v15Wxxf56v .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-v15Wxxf56v .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-v15Wxxf56v .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-v15Wxxf56v .item-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.cid-v15Wxxf56v .card-title-1 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v15Wxxf56v .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v15Wxxf56v .card-subtitle-1 {
  color: #24262b;
}
.cid-v15Wxxf56v .card-subtitle-2 {
  color: #000000;
}
.cid-v15Wxxf56v .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v15Wxxf56v .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v15Wxxf56v .mbr-section-btn {
  margin-top: 20px;
}
.cid-v15Wxxf56v .card-1 .card-wrap {
  position: relative;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-v15Wxxf56v .card-2 .card-wrap {
  background: #bdcdc6;
}
.cid-v15Wxxf56v .card-text-2,
.cid-v15Wxxf56v .mbr-section-btn-2 {
  color: #000000;
}
.cid-v15WxxRcBw {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v15WxxRcBw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15WxxRcBw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15WxxRcBw .mbr-section-title {
  color: #000000;
}
.cid-v15WxxRcBw .mbr-section-subtitle {
  color: #000000;
}
.cid-v15WxxRcBw .mbr-section-btn {
  margin-top: 16px;
}
.cid-v15WxyuA8n {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v15WxyuA8n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15WxyuA8n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15WxyuA8n .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v15WxyuA8n .mbr-section-title {
  color: #24262b;
}
.cid-v15WxyuA8n .mbr-section-subtitle {
  color: #24262b;
}
.cid-v15WxyuA8n .cards-row {
  row-gap: 32px;
}
.cid-v15WxyuA8n .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v15WxyuA8n .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-v15WxyuA8n .card-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-v15WxyuA8n .card-subtitle {
  color: #24262b;
}
.cid-v15WxyuA8n .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-v15WxyuA8n .mbr-section-btn {
  margin-top: 20px;
}
.cid-v15WxyuA8n .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-v15WxyuA8n .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-v15WxyuA8n .card-text,
.cid-v15WxyuA8n .mbr-section-btn {
  color: #000000;
}
.cid-v15Wxz8tGL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v15Wxz8tGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15Wxz8tGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15Wxz8tGL .mbr-section-title {
  color: #000000;
}
.cid-v15Wxz8tGL .mbr-section-subtitle {
  color: #24262b;
}
.cid-v15Wxz8tGL .mbr-section-btn {
  margin-top: 16px;
}
.cid-v15WxzKqlr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v15WxzKqlr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15WxzKqlr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15WxzKqlr .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v15WxzKqlr .mbr-section-title {
  color: #24262b;
}
.cid-v15WxzKqlr .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v15WxzKqlr .items-row {
  row-gap: 32px;
}
.cid-v15WxzKqlr .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v15WxzKqlr .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-v15WxzKqlr .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-v15WxzKqlr .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-v15WxzKqlr .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v15WxzKqlr .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v15WxzKqlr .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-v15WxzKqlr .carousel-control,
.cid-v15WxzKqlr .close {
  background: #1b1b1b;
}
.cid-v15WxzKqlr .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v15WxzKqlr .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v15WxzKqlr .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v15WxzKqlr .carousel-control-next span {
  margin-left: 5px;
}
.cid-v15WxzKqlr .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v15WxzKqlr .close::before {
  content: '\e91a';
}
.cid-v15WxzKqlr .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v15WxzKqlr .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v15WxzKqlr .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v15WxzKqlr .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v15WxzKqlr .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v15WxzKqlr .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v15WxzKqlr .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v15WxzKqlr .carousel-indicators li.active,
.cid-v15WxzKqlr .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v15WxzKqlr .carousel-indicators li::after,
.cid-v15WxzKqlr .carousel-indicators li::before {
  content: none;
}
.cid-v15WxzKqlr .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v15WxzKqlr .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v15WxzKqlr .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v15WxzKqlr .carousel-indicators {
    display: none;
  }
}
.cid-v15WxzKqlr .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v15WxzKqlr .carousel-inner > .active {
  display: block;
}
.cid-v15WxzKqlr .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v15WxzKqlr .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v15WxzKqlr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v15WxzKqlr .carousel-control,
  .cid-v15WxzKqlr .carousel-indicators,
  .cid-v15WxzKqlr .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v15WxzKqlr .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v15WxzKqlr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v15WxzKqlr .carousel-indicators .active,
.cid-v15WxzKqlr .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v15WxzKqlr .carousel-indicators .active {
  background: #fff;
}
.cid-v15WxzKqlr .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v15WxzKqlr .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v15WxzKqlr .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v15WxzKqlr .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v15WxzKqlr .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v15WxzKqlr .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v15WxzKqlr .carousel {
  width: 100%;
}
.cid-v15WxzKqlr .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v15WxzKqlr .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v15WxzKqlr .modal.fade .modal-dialog,
.cid-v15WxzKqlr .modal.in .modal-dialog {
  transform: none;
}
.cid-v15WxzKqlr .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v15WxzKqlr H6 {
  text-align: center;
}
.cid-v15WxAHjui {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v15WxAHjui .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15WxAHjui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15WxAHjui .mbr-section-title {
  color: #24262b;
}
.cid-v15WxAHjui .mbr-section-subtitle {
  color: #24262b;
}
.cid-v15WxAHjui .mbr-section-btn {
  margin-top: 16px;
}
.cid-v15WxBpJr1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v15WxBpJr1 .content {
    text-align: center;
  }
  .cid-v15WxBpJr1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v15WxBpJr1 .logo-subtitle {
  color: #8d97ad;
}
.cid-v15WxBpJr1 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v15WxBpJr1 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v15WxBpJr1 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v15WxBpJr1 .media-wrap img {
  height: 8rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v15WxBpJr1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v15WxBpJr1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v15WxBpJr1 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v15WxBpJr1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v15WxBpJr1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v15WxBpJr1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v15WxBpJr1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v15WxBpJr1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v15WxBpJr1 .list-item {
  display: flex;
}
.cid-v15WxBpJr1 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v15WxBpJr1 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v15WxBpJr1 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v15WxBpJr1 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-v15WxBpJr1 .logo-subtitle,
.cid-v15WxBpJr1 .media-wrap {
  color: #000000;
  text-align: center;
}
.cid-v15WxBpJr1 P {
  color: #000000;
  text-align: left;
}
.cid-v15WxBpJr1 .mbr-text {
  color: #000000;
}
.cid-v15WxBpJr1 .mbr-text DIV {
  text-align: left;
}
.cid-v15WxBpJr1 .column-title {
  color: #000000;
  text-align: left;
}
.cid-v15WxCj3E6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v15WxCj3E6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v15WxCj3E6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v15WxCj3E6 .mbr-section-title {
  color: #24262b;
}
.cid-v15WxCj3E6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v15WxCj3E6 .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2mKlyLgzQ .navbar-dropdown {
  position: relative !important;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2mKlyLgzQ .dropdown-item:hover,
.cid-v2mKlyLgzQ .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .dropdown-item:hover span {
  color: white;
}
.cid-v2mKlyLgzQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2mKlyLgzQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2mKlyLgzQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2mKlyLgzQ .nav-link {
  position: relative;
}
.cid-v2mKlyLgzQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2mKlyLgzQ .container {
    flex-wrap: nowrap;
  }
}
.cid-v2mKlyLgzQ .navbar-caption:hover,
.cid-v2mKlyLgzQ .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item {
  color: #24262b;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item:hover {
  color: #000000;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .dropdown-menu,
.cid-v2mKlyLgzQ .navbar.opened {
  background: #ffffff !important;
}
.cid-v2mKlyLgzQ .nav-item:focus,
.cid-v2mKlyLgzQ .nav-link:focus {
  outline: none;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2mKlyLgzQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2mKlyLgzQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2mKlyLgzQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-v2mKlyLgzQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v2mKlyLgzQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2mKlyLgzQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v2mKlyLgzQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2mKlyLgzQ .navbar.collapsed {
  justify-content: center;
}
.cid-v2mKlyLgzQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2mKlyLgzQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2mKlyLgzQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.9rem);
  }
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2mKlyLgzQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2mKlyLgzQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2mKlyLgzQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2mKlyLgzQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2mKlyLgzQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2mKlyLgzQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2mKlyLgzQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2mKlyLgzQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2mKlyLgzQ .navbar.navbar-short {
  min-height: 70px;
}
.cid-v2mKlyLgzQ .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;
  width: 25%;
}
.cid-v2mKlyLgzQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2mKlyLgzQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2mKlyLgzQ .dropdown-item.active,
.cid-v2mKlyLgzQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v2mKlyLgzQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2mKlyLgzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2mKlyLgzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2mKlyLgzQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2mKlyLgzQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2mKlyLgzQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-v2mKlyLgzQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2mKlyLgzQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar {
    height: 70px;
  }
  .cid-v2mKlyLgzQ .navbar.opened {
    height: auto;
  }
  .cid-v2mKlyLgzQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2mKlyLgzQ .container-fluid {
  padding: 0 1rem !important;
}
.cid-v2mKlyLgzQ .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-v2mKlyLgzQ .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-v2mKlyLgzQ .navbar-collapse {
    width: 100%;
  }
  .cid-v2mKlyLgzQ .navbar-nav {
    width: 100%;
  }
  .cid-v2mKlyLgzQ .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-v2bBSJek1X {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-v2bBSJek1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSJek1X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v2bBSJek1X .col-content {
    text-align: center;
  }
}
.cid-v2bBSJek1X .label-text {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-v2bBSJek1X .mbr-section-title {
  color: #ffffff;
}
.cid-v2bBSJek1X .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v2bBSJek1X .mbr-section-btn {
  margin-top: 22px;
}
.cid-v2bBSJek1X .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-v2bBSJek1X .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v2bBSJek1X .text-item {
    text-align: center;
  }
}
.cid-v2bBSJek1X .mbr-text {
  color: #24262b;
}
.cid-v2bBSJek1X .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v2bBSJek1X .mbr-section-subtitle,
.cid-v2bBSJek1X .mbr-section-btn {
  color: #ffffff;
}
.cid-v2bDqspMjj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0a0a0a;
  overflow: hidden;
}
.cid-v2bDqspMjj .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cid-v2bDqspMjj .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #767676;
}
.cid-v2bDqspMjj .content-wrapper .border_1 {
  top: 0;
}
.cid-v2bDqspMjj .content-wrapper .border_2 {
  bottom: 0;
}
.cid-v2bDqspMjj .content-wrapper::before,
.cid-v2bDqspMjj .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #767676;
}
.cid-v2bDqspMjj .content-wrapper::before {
  left: 0;
}
.cid-v2bDqspMjj .content-wrapper::after {
  right: 0;
}
.cid-v2bDqspMjj .content-wrapper .content-wrap {
  overflow: hidden;
}
.cid-v2bDqspMjj .item:focus,
.cid-v2bDqspMjj span:focus {
  outline: none;
}
.cid-v2bDqspMjj .item {
  padding: 32px 0;
  color: #ffffff;
}
.cid-v2bBSJSOOM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bBSJSOOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSJSOOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bBSJSOOM .mbr-section-title {
  color: #000000;
}
.cid-v2bBSJSOOM .mbr-section-subtitle {
  color: #000000;
}
.cid-v2bBSJSOOM .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bBSKkdhL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2bBSKkdhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSKkdhL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bBSKkdhL .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v2bBSKkdhL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2bBSKkdhL .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v2bBSKkdhL .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v2bBSKkdhL .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v2bBSKkdhL .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v2bBSKkdhL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v2bBSKkdhL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v2bBSKkdhL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2bBSKkdhL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2bBSKkdhL .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v2bBSKkdhL .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v2bBSKkdhL .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v2bBSKkdhL .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v2bBSKkdhL .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v2bBSKkdhL .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v2bBSKkdhL .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v2bBSKkdhL .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v2bBSKkdhL .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v2bBSKkdhL .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v2bBSKkdhL .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v2bBSKkdhL .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2bBSKkdhL .mbr-label,
.cid-v2bBSKkdhL .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v2bBSKkdhL .mbr-section-title,
.cid-v2bBSKkdhL .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v2bBSKkdhL .mbr-text,
.cid-v2bBSKkdhL .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v2bBSKkdhL .item-title {
  color: #000000;
}
.cid-v2bBSKkdhL .item-text {
  color: #000000;
  text-align: left;
}
.cid-v2bBSKT5v1 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bBSKT5v1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSKT5v1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bBSKT5v1 .mbr-section-title {
  color: #000000;
}
.cid-v2bBSKT5v1 .mbr-section-subtitle {
  color: #000000;
}
.cid-v2bBSKT5v1 .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bBSLnxK1 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #059a42;
}
.cid-v2bBSLnxK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSLnxK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bBSLnxK1 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v2bBSLnxK1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2bBSLnxK1 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2bBSLnxK1 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2bBSLnxK1 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v2bBSLnxK1 .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2bBSLnxK1 .image-wrapper img {
    height: 350px;
  }
}
.cid-v2bBSLnxK1 .mbr-section-title {
  color: #ffffff;
}
.cid-v2bBSLnxK1 .mbr-text {
  color: #ffffff;
}
.cid-v2bBSLnxK1 .mbr-section-title,
.cid-v2bBSLnxK1 .mbr-section-btn {
  color: #ffffff;
}
.cid-v2bBSLnxK1 .mbr-text,
.cid-v2bBSLnxK1 .text-wrapper {
  text-align: center;
}
.cid-v2bBSLnxK1 .mbr-section-title,
.cid-v2bBSLnxK1 .mbr-section-btn DIV {
  text-align: center;
}
.cid-v2bBSLSNq6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bBSLSNq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSLSNq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bBSLSNq6 .mbr-section-title {
  color: #24262b;
}
.cid-v2bBSLSNq6 .mbr-section-subtitle {
  color: #059a42;
}
.cid-v2bBSLSNq6 .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bBSMpbYx {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #059a42;
}
.cid-v2bBSMpbYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSMpbYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bBSMpbYx .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v2bBSMpbYx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2bBSMpbYx .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2bBSMpbYx .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2bBSMpbYx .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v2bBSMpbYx .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2bBSMpbYx .image-wrapper img {
    height: 350px;
  }
}
.cid-v2bBSMpbYx .mbr-section-title {
  color: #ffffff;
}
.cid-v2bBSMpbYx .mbr-text {
  color: #ffffff;
}
.cid-v2bBSMpbYx .mbr-section-title,
.cid-v2bBSMpbYx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v2bBSMpbYx .mbr-text,
.cid-v2bBSMpbYx .text-wrapper {
  text-align: center;
}
.cid-v2bBSMVp3B {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bBSMVp3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSMVp3B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bBSMVp3B .mbr-section-title {
  color: #000000;
}
.cid-v2bBSMVp3B .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bBSMVp3B .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bBSNrB58 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2bBSNrB58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSNrB58 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bBSNrB58 .col-title {
  margin-bottom: 32px;
}
.cid-v2bBSNrB58 .mbr-section-title {
  color: #24262b;
}
.cid-v2bBSNrB58 .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bBSNrB58 .cars-row {
  row-gap: 32px;
}
.cid-v2bBSNrB58 .item {
  border-radius: 0;
}
.cid-v2bBSNrB58 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-v2bBSNrB58 .text-wrap {
  flex-grow: 1;
}
.cid-v2bBSNrB58 .card-title {
  color: #24262b;
}
.cid-v2bBSNrB58 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v2bBSNrB58 .mbr-section-btn {
  margin-top: 12px;
}
.cid-v2bBSNrB58 .card-text,
.cid-v2bBSNrB58 .mbr-section-btn {
  color: #000000;
}
.cid-v2bBSNrB58 .card-title,
.cid-v2bBSNrB58 .card-wrapper {
  color: #059a42;
}
.cid-v2bBSO4tqk {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bBSO4tqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSO4tqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bBSO4tqk .col-title {
  margin-bottom: 32px;
}
.cid-v2bBSO4tqk .mbr-section-title {
  color: #24262b;
}
.cid-v2bBSO4tqk .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bBSO4tqk .cars-row {
  row-gap: 32px;
}
.cid-v2bBSO4tqk .item {
  border-radius: 0;
}
.cid-v2bBSO4tqk .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-v2bBSO4tqk .text-wrap {
  flex-grow: 1;
}
.cid-v2bBSO4tqk .card-title {
  color: #24262b;
}
.cid-v2bBSO4tqk .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v2bBSO4tqk .mbr-section-btn {
  margin-top: 12px;
}
.cid-v2bBSO4tqk .card-text,
.cid-v2bBSO4tqk .mbr-section-btn {
  color: #000000;
}
.cid-v2bBSO4tqk .card-title,
.cid-v2bBSO4tqk .card-wrapper {
  color: #059a42;
}
.cid-v2bBSOLVT2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2bBSOLVT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSOLVT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bBSOLVT2 .row {
  justify-content: space-between;
}
.cid-v2bBSOLVT2 .row .card {
  justify-content: center;
}
.cid-v2bBSOLVT2 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v2bBSOLVT2 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v2bBSOLVT2 .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2bBSOLVT2 .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-v2bBSOLVT2 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2bBSOLVT2 .content-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-v2bBSOLVT2 .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v2bBSOLVT2 .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2bBSOLVT2 .image-wrapper img {
    height: 300px;
  }
}
.cid-v2bBSOLVT2 .mbr-label {
  color: #b52929;
}
.cid-v2bBSOLVT2 .mbr-section-title {
  color: #0f0f0f;
}
.cid-v2bBSOLVT2 .mbr-desc {
  color: #000000;
}
.cid-v2bBSOLVT2 .mbr-text {
  color: #666666;
}
.cid-v2bBSOLVT2 .mbr-section-title,
.cid-v2bBSOLVT2 .mbr-section-btn {
  color: #000000;
}
.cid-v2bBSPmcXE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bBSPmcXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSPmcXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bBSPmcXE .mbr-section-title {
  color: #000000;
}
.cid-v2bBSPmcXE .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bBSPmcXE .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bBSPXcfw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bBSPXcfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSPXcfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bBSPXcfw .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v2bBSPXcfw .mbr-section-title {
  color: #24262b;
}
.cid-v2bBSPXcfw .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bBSPXcfw .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-v2bBSPXcfw .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-v2bBSPXcfw .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-v2bBSPXcfw .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-v2bBSPXcfw .item-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.cid-v2bBSPXcfw .card-title-1 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v2bBSPXcfw .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v2bBSPXcfw .card-subtitle-1 {
  color: #24262b;
}
.cid-v2bBSPXcfw .card-subtitle-2 {
  color: #000000;
}
.cid-v2bBSPXcfw .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v2bBSPXcfw .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v2bBSPXcfw .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2bBSPXcfw .card-1 .card-wrap {
  position: relative;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-v2bBSPXcfw .card-2 .card-wrap {
  background: #bdcdc6;
}
.cid-v2bBSPXcfw .card-text-2,
.cid-v2bBSPXcfw .mbr-section-btn-2 {
  color: #000000;
}
.cid-v2bBSQBXq7 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bBSQBXq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSQBXq7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bBSQBXq7 .mbr-section-title {
  color: #000000;
}
.cid-v2bBSQBXq7 .mbr-section-subtitle {
  color: #000000;
}
.cid-v2bBSQBXq7 .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bBSRg5X1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bBSRg5X1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSRg5X1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bBSRg5X1 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v2bBSRg5X1 .mbr-section-title {
  color: #24262b;
}
.cid-v2bBSRg5X1 .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bBSRg5X1 .cards-row {
  row-gap: 32px;
}
.cid-v2bBSRg5X1 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2bBSRg5X1 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-v2bBSRg5X1 .card-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-v2bBSRg5X1 .card-subtitle {
  color: #24262b;
}
.cid-v2bBSRg5X1 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-v2bBSRg5X1 .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2bBSRg5X1 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-v2bBSRg5X1 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-v2bBSRg5X1 .card-text,
.cid-v2bBSRg5X1 .mbr-section-btn {
  color: #000000;
}
.cid-v2bBSRYf5e {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bBSRYf5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSRYf5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bBSRYf5e .mbr-section-title {
  color: #000000;
}
.cid-v2bBSRYf5e .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bBSRYf5e .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bBSSENP0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bBSSENP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSSENP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bBSSENP0 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v2bBSSENP0 .mbr-section-title {
  color: #24262b;
}
.cid-v2bBSSENP0 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v2bBSSENP0 .items-row {
  row-gap: 32px;
}
.cid-v2bBSSENP0 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v2bBSSENP0 .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-v2bBSSENP0 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-v2bBSSENP0 .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-v2bBSSENP0 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v2bBSSENP0 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v2bBSSENP0 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-v2bBSSENP0 .carousel-control,
.cid-v2bBSSENP0 .close {
  background: #1b1b1b;
}
.cid-v2bBSSENP0 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v2bBSSENP0 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v2bBSSENP0 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v2bBSSENP0 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v2bBSSENP0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v2bBSSENP0 .close::before {
  content: '\e91a';
}
.cid-v2bBSSENP0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v2bBSSENP0 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v2bBSSENP0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2bBSSENP0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v2bBSSENP0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v2bBSSENP0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v2bBSSENP0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v2bBSSENP0 .carousel-indicators li.active,
.cid-v2bBSSENP0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v2bBSSENP0 .carousel-indicators li::after,
.cid-v2bBSSENP0 .carousel-indicators li::before {
  content: none;
}
.cid-v2bBSSENP0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v2bBSSENP0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v2bBSSENP0 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2bBSSENP0 .carousel-indicators {
    display: none;
  }
}
.cid-v2bBSSENP0 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v2bBSSENP0 .carousel-inner > .active {
  display: block;
}
.cid-v2bBSSENP0 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2bBSSENP0 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v2bBSSENP0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v2bBSSENP0 .carousel-control,
  .cid-v2bBSSENP0 .carousel-indicators,
  .cid-v2bBSSENP0 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v2bBSSENP0 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v2bBSSENP0 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v2bBSSENP0 .carousel-indicators .active,
.cid-v2bBSSENP0 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v2bBSSENP0 .carousel-indicators .active {
  background: #fff;
}
.cid-v2bBSSENP0 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v2bBSSENP0 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v2bBSSENP0 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v2bBSSENP0 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v2bBSSENP0 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v2bBSSENP0 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v2bBSSENP0 .carousel {
  width: 100%;
}
.cid-v2bBSSENP0 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v2bBSSENP0 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v2bBSSENP0 .modal.fade .modal-dialog,
.cid-v2bBSSENP0 .modal.in .modal-dialog {
  transform: none;
}
.cid-v2bBSSENP0 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v2bBSSENP0 H6 {
  text-align: center;
}
.cid-v2bBSTG1kO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2bBSTG1kO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSTG1kO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bBSTG1kO .mbr-section-title {
  color: #24262b;
}
.cid-v2bBSTG1kO .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bBSTG1kO .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bBSUzn3q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2bBSUzn3q .content {
    text-align: center;
  }
  .cid-v2bBSUzn3q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v2bBSUzn3q .logo-subtitle {
  color: #8d97ad;
}
.cid-v2bBSUzn3q .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2bBSUzn3q .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v2bBSUzn3q .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v2bBSUzn3q .media-wrap img {
  height: 8rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v2bBSUzn3q .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v2bBSUzn3q .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v2bBSUzn3q .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v2bBSUzn3q .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v2bBSUzn3q .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v2bBSUzn3q .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v2bBSUzn3q .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v2bBSUzn3q .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v2bBSUzn3q .list-item {
  display: flex;
}
.cid-v2bBSUzn3q .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v2bBSUzn3q ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v2bBSUzn3q ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v2bBSUzn3q ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-v2bBSUzn3q .logo-subtitle,
.cid-v2bBSUzn3q .media-wrap {
  color: #000000;
  text-align: center;
}
.cid-v2bBSUzn3q P {
  color: #000000;
  text-align: left;
}
.cid-v2bBSUzn3q .mbr-text {
  color: #000000;
}
.cid-v2bBSUzn3q .mbr-text DIV {
  text-align: left;
}
.cid-v2bBSUzn3q .column-title {
  color: #000000;
  text-align: left;
}
.cid-v2bBSVYyw3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v2bBSVYyw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bBSVYyw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bBSVYyw3 .mbr-section-title {
  color: #24262b;
}
.cid-v2bBSVYyw3 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2bBSVYyw3 .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2mKlyLgzQ .navbar-dropdown {
  position: relative !important;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2mKlyLgzQ .dropdown-item:hover,
.cid-v2mKlyLgzQ .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .dropdown-item:hover span {
  color: white;
}
.cid-v2mKlyLgzQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2mKlyLgzQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2mKlyLgzQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2mKlyLgzQ .nav-link {
  position: relative;
}
.cid-v2mKlyLgzQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2mKlyLgzQ .container {
    flex-wrap: nowrap;
  }
}
.cid-v2mKlyLgzQ .navbar-caption:hover,
.cid-v2mKlyLgzQ .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item {
  color: #24262b;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item:hover {
  color: #000000;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .dropdown-menu,
.cid-v2mKlyLgzQ .navbar.opened {
  background: #ffffff !important;
}
.cid-v2mKlyLgzQ .nav-item:focus,
.cid-v2mKlyLgzQ .nav-link:focus {
  outline: none;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2mKlyLgzQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2mKlyLgzQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2mKlyLgzQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-v2mKlyLgzQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v2mKlyLgzQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2mKlyLgzQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v2mKlyLgzQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2mKlyLgzQ .navbar.collapsed {
  justify-content: center;
}
.cid-v2mKlyLgzQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2mKlyLgzQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2mKlyLgzQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.9rem);
  }
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2mKlyLgzQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2mKlyLgzQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2mKlyLgzQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2mKlyLgzQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2mKlyLgzQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2mKlyLgzQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2mKlyLgzQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2mKlyLgzQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2mKlyLgzQ .navbar.navbar-short {
  min-height: 70px;
}
.cid-v2mKlyLgzQ .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;
  width: 25%;
}
.cid-v2mKlyLgzQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2mKlyLgzQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2mKlyLgzQ .dropdown-item.active,
.cid-v2mKlyLgzQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v2mKlyLgzQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2mKlyLgzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2mKlyLgzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2mKlyLgzQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2mKlyLgzQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2mKlyLgzQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-v2mKlyLgzQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2mKlyLgzQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar {
    height: 70px;
  }
  .cid-v2mKlyLgzQ .navbar.opened {
    height: auto;
  }
  .cid-v2mKlyLgzQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2mKlyLgzQ .container-fluid {
  padding: 0 1rem !important;
}
.cid-v2mKlyLgzQ .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-v2mKlyLgzQ .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-v2mKlyLgzQ .navbar-collapse {
    width: 100%;
  }
  .cid-v2mKlyLgzQ .navbar-nav {
    width: 100%;
  }
  .cid-v2mKlyLgzQ .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-v2bDEKnSYX {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-v2bDEKnSYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDEKnSYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v2bDEKnSYX .col-content {
    text-align: center;
  }
}
.cid-v2bDEKnSYX .label-text {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-v2bDEKnSYX .mbr-section-title {
  color: #ffffff;
}
.cid-v2bDEKnSYX .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v2bDEKnSYX .mbr-section-btn {
  margin-top: 22px;
}
.cid-v2bDEKnSYX .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-v2bDEKnSYX .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v2bDEKnSYX .text-item {
    text-align: center;
  }
}
.cid-v2bDEKnSYX .mbr-text {
  color: #24262b;
}
.cid-v2bDEKnSYX .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v2bDEKnSYX .mbr-section-subtitle,
.cid-v2bDEKnSYX .mbr-section-btn {
  color: #ffffff;
}
.cid-v2bDEKYFib {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0a0a0a;
  overflow: hidden;
}
.cid-v2bDEKYFib .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cid-v2bDEKYFib .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #767676;
}
.cid-v2bDEKYFib .content-wrapper .border_1 {
  top: 0;
}
.cid-v2bDEKYFib .content-wrapper .border_2 {
  bottom: 0;
}
.cid-v2bDEKYFib .content-wrapper::before,
.cid-v2bDEKYFib .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #767676;
}
.cid-v2bDEKYFib .content-wrapper::before {
  left: 0;
}
.cid-v2bDEKYFib .content-wrapper::after {
  right: 0;
}
.cid-v2bDEKYFib .content-wrapper .content-wrap {
  overflow: hidden;
}
.cid-v2bDEKYFib .item:focus,
.cid-v2bDEKYFib span:focus {
  outline: none;
}
.cid-v2bDEKYFib .item {
  padding: 32px 0;
  color: #ffffff;
}
.cid-v2bDELwsrK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bDELwsrK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDELwsrK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bDELwsrK .mbr-section-title {
  color: #000000;
}
.cid-v2bDELwsrK .mbr-section-subtitle {
  color: #000000;
}
.cid-v2bDELwsrK .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bDEM2Py5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2bDEM2Py5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDEM2Py5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bDEM2Py5 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v2bDEM2Py5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2bDEM2Py5 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v2bDEM2Py5 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v2bDEM2Py5 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v2bDEM2Py5 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v2bDEM2Py5 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v2bDEM2Py5 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v2bDEM2Py5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2bDEM2Py5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2bDEM2Py5 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v2bDEM2Py5 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v2bDEM2Py5 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v2bDEM2Py5 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v2bDEM2Py5 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v2bDEM2Py5 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v2bDEM2Py5 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v2bDEM2Py5 .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v2bDEM2Py5 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v2bDEM2Py5 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v2bDEM2Py5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v2bDEM2Py5 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2bDEM2Py5 .mbr-label,
.cid-v2bDEM2Py5 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v2bDEM2Py5 .mbr-section-title,
.cid-v2bDEM2Py5 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v2bDEM2Py5 .mbr-text,
.cid-v2bDEM2Py5 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v2bDEM2Py5 .item-title {
  color: #000000;
}
.cid-v2bDEM2Py5 .item-text {
  color: #000000;
  text-align: left;
}
.cid-v2bDEMK0iQ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bDEMK0iQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDEMK0iQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bDEMK0iQ .mbr-section-title {
  color: #000000;
}
.cid-v2bDEMK0iQ .mbr-section-subtitle {
  color: #000000;
}
.cid-v2bDEMK0iQ .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bDENgmoe {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #059a42;
}
.cid-v2bDENgmoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDENgmoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bDENgmoe .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v2bDENgmoe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2bDENgmoe .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2bDENgmoe .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2bDENgmoe .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v2bDENgmoe .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2bDENgmoe .image-wrapper img {
    height: 350px;
  }
}
.cid-v2bDENgmoe .mbr-section-title {
  color: #ffffff;
}
.cid-v2bDENgmoe .mbr-text {
  color: #ffffff;
}
.cid-v2bDENgmoe .mbr-section-title,
.cid-v2bDENgmoe .mbr-section-btn {
  color: #ffffff;
}
.cid-v2bDENgmoe .mbr-text,
.cid-v2bDENgmoe .text-wrapper {
  text-align: center;
}
.cid-v2bDENgmoe .mbr-section-title,
.cid-v2bDENgmoe .mbr-section-btn DIV {
  text-align: center;
}
.cid-v2bDENMwWE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bDENMwWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDENMwWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bDENMwWE .mbr-section-title {
  color: #24262b;
}
.cid-v2bDENMwWE .mbr-section-subtitle {
  color: #059a42;
}
.cid-v2bDENMwWE .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bDEOmVP6 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #059a42;
}
.cid-v2bDEOmVP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDEOmVP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bDEOmVP6 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v2bDEOmVP6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2bDEOmVP6 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2bDEOmVP6 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2bDEOmVP6 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v2bDEOmVP6 .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2bDEOmVP6 .image-wrapper img {
    height: 350px;
  }
}
.cid-v2bDEOmVP6 .mbr-section-title {
  color: #ffffff;
}
.cid-v2bDEOmVP6 .mbr-text {
  color: #ffffff;
}
.cid-v2bDEOmVP6 .mbr-section-title,
.cid-v2bDEOmVP6 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v2bDEOmVP6 .mbr-text,
.cid-v2bDEOmVP6 .text-wrapper {
  text-align: center;
}
.cid-v2bDEOVTfB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bDEOVTfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDEOVTfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bDEOVTfB .mbr-section-title {
  color: #000000;
}
.cid-v2bDEOVTfB .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bDEOVTfB .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bDEPuxzq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2bDEPuxzq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDEPuxzq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bDEPuxzq .col-title {
  margin-bottom: 32px;
}
.cid-v2bDEPuxzq .mbr-section-title {
  color: #24262b;
}
.cid-v2bDEPuxzq .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bDEPuxzq .cars-row {
  row-gap: 32px;
}
.cid-v2bDEPuxzq .item {
  border-radius: 0;
}
.cid-v2bDEPuxzq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-v2bDEPuxzq .text-wrap {
  flex-grow: 1;
}
.cid-v2bDEPuxzq .card-title {
  color: #24262b;
}
.cid-v2bDEPuxzq .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v2bDEPuxzq .mbr-section-btn {
  margin-top: 12px;
}
.cid-v2bDEPuxzq .card-text,
.cid-v2bDEPuxzq .mbr-section-btn {
  color: #000000;
}
.cid-v2bDEPuxzq .card-title,
.cid-v2bDEPuxzq .card-wrapper {
  color: #059a42;
}
.cid-v2bDEQcSCd {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bDEQcSCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDEQcSCd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bDEQcSCd .col-title {
  margin-bottom: 32px;
}
.cid-v2bDEQcSCd .mbr-section-title {
  color: #24262b;
}
.cid-v2bDEQcSCd .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bDEQcSCd .cars-row {
  row-gap: 32px;
}
.cid-v2bDEQcSCd .item {
  border-radius: 0;
}
.cid-v2bDEQcSCd .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-v2bDEQcSCd .text-wrap {
  flex-grow: 1;
}
.cid-v2bDEQcSCd .card-title {
  color: #24262b;
}
.cid-v2bDEQcSCd .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v2bDEQcSCd .mbr-section-btn {
  margin-top: 12px;
}
.cid-v2bDEQcSCd .card-text,
.cid-v2bDEQcSCd .mbr-section-btn {
  color: #000000;
}
.cid-v2bDEQcSCd .card-title,
.cid-v2bDEQcSCd .card-wrapper {
  color: #059a42;
}
.cid-v2bDEQYvID {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2bDEQYvID .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDEQYvID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bDEQYvID .row {
  justify-content: space-between;
}
.cid-v2bDEQYvID .row .card {
  justify-content: center;
}
.cid-v2bDEQYvID .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v2bDEQYvID .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v2bDEQYvID .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2bDEQYvID .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-v2bDEQYvID .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2bDEQYvID .content-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-v2bDEQYvID .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v2bDEQYvID .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2bDEQYvID .image-wrapper img {
    height: 300px;
  }
}
.cid-v2bDEQYvID .mbr-label {
  color: #b52929;
}
.cid-v2bDEQYvID .mbr-section-title {
  color: #0f0f0f;
}
.cid-v2bDEQYvID .mbr-desc {
  color: #000000;
}
.cid-v2bDEQYvID .mbr-text {
  color: #666666;
}
.cid-v2bDEQYvID .mbr-section-title,
.cid-v2bDEQYvID .mbr-section-btn {
  color: #000000;
}
.cid-v2bDERD8rv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bDERD8rv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDERD8rv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bDERD8rv .mbr-section-title {
  color: #000000;
}
.cid-v2bDERD8rv .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bDERD8rv .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bDESh9W9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bDESh9W9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDESh9W9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bDESh9W9 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v2bDESh9W9 .mbr-section-title {
  color: #24262b;
}
.cid-v2bDESh9W9 .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bDESh9W9 .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-v2bDESh9W9 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-v2bDESh9W9 .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-v2bDESh9W9 .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-v2bDESh9W9 .item-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.cid-v2bDESh9W9 .card-title-1 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v2bDESh9W9 .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v2bDESh9W9 .card-subtitle-1 {
  color: #24262b;
}
.cid-v2bDESh9W9 .card-subtitle-2 {
  color: #000000;
}
.cid-v2bDESh9W9 .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v2bDESh9W9 .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v2bDESh9W9 .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2bDESh9W9 .card-1 .card-wrap {
  position: relative;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-v2bDESh9W9 .card-2 .card-wrap {
  background: #bdcdc6;
}
.cid-v2bDESh9W9 .card-text-2,
.cid-v2bDESh9W9 .mbr-section-btn-2 {
  color: #000000;
}
.cid-v2bDESX8ny {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bDESX8ny .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDESX8ny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bDESX8ny .mbr-section-title {
  color: #000000;
}
.cid-v2bDESX8ny .mbr-section-subtitle {
  color: #000000;
}
.cid-v2bDESX8ny .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bDETHf7k {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bDETHf7k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDETHf7k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bDETHf7k .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v2bDETHf7k .mbr-section-title {
  color: #24262b;
}
.cid-v2bDETHf7k .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bDETHf7k .cards-row {
  row-gap: 32px;
}
.cid-v2bDETHf7k .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2bDETHf7k .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-v2bDETHf7k .card-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-v2bDETHf7k .card-subtitle {
  color: #24262b;
}
.cid-v2bDETHf7k .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-v2bDETHf7k .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2bDETHf7k .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-v2bDETHf7k .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-v2bDETHf7k .card-text,
.cid-v2bDETHf7k .mbr-section-btn {
  color: #000000;
}
.cid-v2bDEUpVv9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bDEUpVv9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDEUpVv9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bDEUpVv9 .mbr-section-title {
  color: #000000;
}
.cid-v2bDEUpVv9 .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bDEUpVv9 .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bDEV7pJN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bDEV7pJN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDEV7pJN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bDEV7pJN .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v2bDEV7pJN .mbr-section-title {
  color: #24262b;
}
.cid-v2bDEV7pJN .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v2bDEV7pJN .items-row {
  row-gap: 32px;
}
.cid-v2bDEV7pJN .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v2bDEV7pJN .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-v2bDEV7pJN .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-v2bDEV7pJN .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-v2bDEV7pJN .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v2bDEV7pJN .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v2bDEV7pJN .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-v2bDEV7pJN .carousel-control,
.cid-v2bDEV7pJN .close {
  background: #1b1b1b;
}
.cid-v2bDEV7pJN .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v2bDEV7pJN .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v2bDEV7pJN .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v2bDEV7pJN .carousel-control-next span {
  margin-left: 5px;
}
.cid-v2bDEV7pJN .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v2bDEV7pJN .close::before {
  content: '\e91a';
}
.cid-v2bDEV7pJN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v2bDEV7pJN .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v2bDEV7pJN .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2bDEV7pJN .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v2bDEV7pJN .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v2bDEV7pJN .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v2bDEV7pJN .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v2bDEV7pJN .carousel-indicators li.active,
.cid-v2bDEV7pJN .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v2bDEV7pJN .carousel-indicators li::after,
.cid-v2bDEV7pJN .carousel-indicators li::before {
  content: none;
}
.cid-v2bDEV7pJN .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v2bDEV7pJN .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v2bDEV7pJN .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2bDEV7pJN .carousel-indicators {
    display: none;
  }
}
.cid-v2bDEV7pJN .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v2bDEV7pJN .carousel-inner > .active {
  display: block;
}
.cid-v2bDEV7pJN .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2bDEV7pJN .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v2bDEV7pJN .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v2bDEV7pJN .carousel-control,
  .cid-v2bDEV7pJN .carousel-indicators,
  .cid-v2bDEV7pJN .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v2bDEV7pJN .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v2bDEV7pJN .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v2bDEV7pJN .carousel-indicators .active,
.cid-v2bDEV7pJN .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v2bDEV7pJN .carousel-indicators .active {
  background: #fff;
}
.cid-v2bDEV7pJN .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v2bDEV7pJN .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v2bDEV7pJN .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v2bDEV7pJN .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v2bDEV7pJN .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v2bDEV7pJN .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v2bDEV7pJN .carousel {
  width: 100%;
}
.cid-v2bDEV7pJN .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v2bDEV7pJN .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v2bDEV7pJN .modal.fade .modal-dialog,
.cid-v2bDEV7pJN .modal.in .modal-dialog {
  transform: none;
}
.cid-v2bDEV7pJN .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v2bDEV7pJN H6 {
  text-align: center;
}
.cid-v2bDEW6UaM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2bDEW6UaM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDEW6UaM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bDEW6UaM .mbr-section-title {
  color: #24262b;
}
.cid-v2bDEW6UaM .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bDEW6UaM .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bDEWQTVq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2bDEWQTVq .content {
    text-align: center;
  }
  .cid-v2bDEWQTVq .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v2bDEWQTVq .logo-subtitle {
  color: #8d97ad;
}
.cid-v2bDEWQTVq .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2bDEWQTVq .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v2bDEWQTVq .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v2bDEWQTVq .media-wrap img {
  height: 8rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v2bDEWQTVq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v2bDEWQTVq .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v2bDEWQTVq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v2bDEWQTVq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v2bDEWQTVq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v2bDEWQTVq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v2bDEWQTVq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v2bDEWQTVq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v2bDEWQTVq .list-item {
  display: flex;
}
.cid-v2bDEWQTVq .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v2bDEWQTVq ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v2bDEWQTVq ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v2bDEWQTVq ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-v2bDEWQTVq .logo-subtitle,
.cid-v2bDEWQTVq .media-wrap {
  color: #000000;
  text-align: center;
}
.cid-v2bDEWQTVq P {
  color: #000000;
  text-align: left;
}
.cid-v2bDEWQTVq .mbr-text {
  color: #000000;
}
.cid-v2bDEWQTVq .mbr-text DIV {
  text-align: left;
}
.cid-v2bDEWQTVq .column-title {
  color: #000000;
  text-align: left;
}
.cid-v2bDEXRZbG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v2bDEXRZbG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bDEXRZbG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bDEXRZbG .mbr-section-title {
  color: #24262b;
}
.cid-v2bDEXRZbG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2bDEXRZbG .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2mKlyLgzQ .navbar-dropdown {
  position: relative !important;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v2mKlyLgzQ .dropdown-item:hover,
.cid-v2mKlyLgzQ .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .dropdown-item:hover span {
  color: white;
}
.cid-v2mKlyLgzQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2mKlyLgzQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2mKlyLgzQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2mKlyLgzQ .nav-link {
  position: relative;
}
.cid-v2mKlyLgzQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2mKlyLgzQ .container {
    flex-wrap: nowrap;
  }
}
.cid-v2mKlyLgzQ .navbar-caption:hover,
.cid-v2mKlyLgzQ .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item {
  color: #24262b;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item:hover {
  color: #000000;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v2mKlyLgzQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v2mKlyLgzQ .dropdown-menu,
.cid-v2mKlyLgzQ .navbar.opened {
  background: #ffffff !important;
}
.cid-v2mKlyLgzQ .nav-item:focus,
.cid-v2mKlyLgzQ .nav-link:focus {
  outline: none;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2mKlyLgzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2mKlyLgzQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2mKlyLgzQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2mKlyLgzQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-v2mKlyLgzQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v2mKlyLgzQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2mKlyLgzQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v2mKlyLgzQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2mKlyLgzQ .navbar.collapsed {
  justify-content: center;
}
.cid-v2mKlyLgzQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2mKlyLgzQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2mKlyLgzQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.9rem);
  }
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2mKlyLgzQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2mKlyLgzQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2mKlyLgzQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2mKlyLgzQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2mKlyLgzQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2mKlyLgzQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2mKlyLgzQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2mKlyLgzQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2mKlyLgzQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v2mKlyLgzQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v2mKlyLgzQ .navbar.navbar-short {
  min-height: 70px;
}
.cid-v2mKlyLgzQ .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;
  width: 25%;
}
.cid-v2mKlyLgzQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2mKlyLgzQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2mKlyLgzQ .dropdown-item.active,
.cid-v2mKlyLgzQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v2mKlyLgzQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2mKlyLgzQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2mKlyLgzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2mKlyLgzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2mKlyLgzQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2mKlyLgzQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2mKlyLgzQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-v2mKlyLgzQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2mKlyLgzQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2mKlyLgzQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2mKlyLgzQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2mKlyLgzQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2mKlyLgzQ .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-v2mKlyLgzQ .navbar {
    height: 70px;
  }
  .cid-v2mKlyLgzQ .navbar.opened {
    height: auto;
  }
  .cid-v2mKlyLgzQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2mKlyLgzQ .container-fluid {
  padding: 0 1rem !important;
}
.cid-v2mKlyLgzQ .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-v2mKlyLgzQ .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-v2mKlyLgzQ .navbar-collapse {
    width: 100%;
  }
  .cid-v2mKlyLgzQ .navbar-nav {
    width: 100%;
  }
  .cid-v2mKlyLgzQ .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-v2bEr2xy8b {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-v2bEr2xy8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bEr2xy8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v2bEr2xy8b .col-content {
    text-align: center;
  }
}
.cid-v2bEr2xy8b .label-text {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-v2bEr2xy8b .mbr-section-title {
  color: #ffffff;
}
.cid-v2bEr2xy8b .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v2bEr2xy8b .mbr-section-btn {
  margin-top: 22px;
}
.cid-v2bEr2xy8b .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-v2bEr2xy8b .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v2bEr2xy8b .text-item {
    text-align: center;
  }
}
.cid-v2bEr2xy8b .mbr-text {
  color: #24262b;
}
.cid-v2bEr2xy8b .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v2bEr2xy8b .mbr-section-subtitle,
.cid-v2bEr2xy8b .mbr-section-btn {
  color: #ffffff;
}
.cid-v2bEr3QJli {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0a0a0a;
  overflow: hidden;
}
.cid-v2bEr3QJli .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cid-v2bEr3QJli .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #767676;
}
.cid-v2bEr3QJli .content-wrapper .border_1 {
  top: 0;
}
.cid-v2bEr3QJli .content-wrapper .border_2 {
  bottom: 0;
}
.cid-v2bEr3QJli .content-wrapper::before,
.cid-v2bEr3QJli .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #767676;
}
.cid-v2bEr3QJli .content-wrapper::before {
  left: 0;
}
.cid-v2bEr3QJli .content-wrapper::after {
  right: 0;
}
.cid-v2bEr3QJli .content-wrapper .content-wrap {
  overflow: hidden;
}
.cid-v2bEr3QJli .item:focus,
.cid-v2bEr3QJli span:focus {
  outline: none;
}
.cid-v2bEr3QJli .item {
  padding: 32px 0;
  color: #ffffff;
}
.cid-v2bEr4njuu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bEr4njuu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bEr4njuu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bEr4njuu .mbr-section-title {
  color: #000000;
}
.cid-v2bEr4njuu .mbr-section-subtitle {
  color: #000000;
}
.cid-v2bEr4njuu .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bEr4TLHK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v2bEr4TLHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bEr4TLHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bEr4TLHK .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v2bEr4TLHK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2bEr4TLHK .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v2bEr4TLHK .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v2bEr4TLHK .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v2bEr4TLHK .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v2bEr4TLHK .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v2bEr4TLHK .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v2bEr4TLHK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2bEr4TLHK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2bEr4TLHK .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v2bEr4TLHK .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v2bEr4TLHK .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v2bEr4TLHK .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v2bEr4TLHK .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v2bEr4TLHK .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v2bEr4TLHK .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v2bEr4TLHK .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v2bEr4TLHK .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v2bEr4TLHK .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v2bEr4TLHK .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v2bEr4TLHK .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2bEr4TLHK .mbr-label,
.cid-v2bEr4TLHK .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v2bEr4TLHK .mbr-section-title,
.cid-v2bEr4TLHK .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v2bEr4TLHK .mbr-text,
.cid-v2bEr4TLHK .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v2bEr4TLHK .item-title {
  color: #000000;
}
.cid-v2bEr4TLHK .item-text {
  color: #000000;
  text-align: left;
}
.cid-v2bEr5uyoC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bEr5uyoC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bEr5uyoC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bEr5uyoC .mbr-section-title {
  color: #000000;
}
.cid-v2bEr5uyoC .mbr-section-subtitle {
  color: #000000;
}
.cid-v2bEr5uyoC .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bEr64Zh8 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #059a42;
}
.cid-v2bEr64Zh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bEr64Zh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bEr64Zh8 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v2bEr64Zh8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2bEr64Zh8 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2bEr64Zh8 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2bEr64Zh8 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v2bEr64Zh8 .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2bEr64Zh8 .image-wrapper img {
    height: 350px;
  }
}
.cid-v2bEr64Zh8 .mbr-section-title {
  color: #ffffff;
}
.cid-v2bEr64Zh8 .mbr-text {
  color: #ffffff;
}
.cid-v2bEr64Zh8 .mbr-section-title,
.cid-v2bEr64Zh8 .mbr-section-btn {
  color: #ffffff;
}
.cid-v2bEr64Zh8 .mbr-text,
.cid-v2bEr64Zh8 .text-wrapper {
  text-align: center;
}
.cid-v2bEr64Zh8 .mbr-section-title,
.cid-v2bEr64Zh8 .mbr-section-btn DIV {
  text-align: center;
}
.cid-v2bEr6A6SL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bEr6A6SL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bEr6A6SL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bEr6A6SL .mbr-section-title {
  color: #24262b;
}
.cid-v2bEr6A6SL .mbr-section-subtitle {
  color: #059a42;
}
.cid-v2bEr6A6SL .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bEr790BE {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #059a42;
}
.cid-v2bEr790BE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bEr790BE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bEr790BE .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v2bEr790BE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2bEr790BE .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v2bEr790BE .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v2bEr790BE .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v2bEr790BE .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2bEr790BE .image-wrapper img {
    height: 350px;
  }
}
.cid-v2bEr790BE .mbr-section-title {
  color: #ffffff;
}
.cid-v2bEr790BE .mbr-text {
  color: #ffffff;
}
.cid-v2bEr790BE .mbr-section-title,
.cid-v2bEr790BE .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v2bEr790BE .mbr-text,
.cid-v2bEr790BE .text-wrapper {
  text-align: center;
}
.cid-v2bEr7HBZb {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bEr7HBZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bEr7HBZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bEr7HBZb .mbr-section-title {
  color: #000000;
}
.cid-v2bEr7HBZb .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bEr7HBZb .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bEr8hv9c {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2bEr8hv9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bEr8hv9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bEr8hv9c .col-title {
  margin-bottom: 32px;
}
.cid-v2bEr8hv9c .mbr-section-title {
  color: #24262b;
}
.cid-v2bEr8hv9c .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bEr8hv9c .cars-row {
  row-gap: 32px;
}
.cid-v2bEr8hv9c .item {
  border-radius: 0;
}
.cid-v2bEr8hv9c .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-v2bEr8hv9c .text-wrap {
  flex-grow: 1;
}
.cid-v2bEr8hv9c .card-title {
  color: #24262b;
}
.cid-v2bEr8hv9c .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v2bEr8hv9c .mbr-section-btn {
  margin-top: 12px;
}
.cid-v2bEr8hv9c .card-text,
.cid-v2bEr8hv9c .mbr-section-btn {
  color: #000000;
}
.cid-v2bEr8hv9c .card-title,
.cid-v2bEr8hv9c .card-wrapper {
  color: #059a42;
}
.cid-v2bEr8X9uZ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bEr8X9uZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bEr8X9uZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bEr8X9uZ .col-title {
  margin-bottom: 32px;
}
.cid-v2bEr8X9uZ .mbr-section-title {
  color: #24262b;
}
.cid-v2bEr8X9uZ .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bEr8X9uZ .cars-row {
  row-gap: 32px;
}
.cid-v2bEr8X9uZ .item {
  border-radius: 0;
}
.cid-v2bEr8X9uZ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-v2bEr8X9uZ .text-wrap {
  flex-grow: 1;
}
.cid-v2bEr8X9uZ .card-title {
  color: #24262b;
}
.cid-v2bEr8X9uZ .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v2bEr8X9uZ .mbr-section-btn {
  margin-top: 12px;
}
.cid-v2bEr8X9uZ .card-text,
.cid-v2bEr8X9uZ .mbr-section-btn {
  color: #000000;
}
.cid-v2bEr8X9uZ .card-title,
.cid-v2bEr8X9uZ .card-wrapper {
  color: #059a42;
}
.cid-v2bEr9CCQP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2bEr9CCQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bEr9CCQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bEr9CCQP .row {
  justify-content: space-between;
}
.cid-v2bEr9CCQP .row .card {
  justify-content: center;
}
.cid-v2bEr9CCQP .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v2bEr9CCQP .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v2bEr9CCQP .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2bEr9CCQP .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-v2bEr9CCQP .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2bEr9CCQP .content-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-v2bEr9CCQP .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v2bEr9CCQP .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2bEr9CCQP .image-wrapper img {
    height: 300px;
  }
}
.cid-v2bEr9CCQP .mbr-label {
  color: #b52929;
}
.cid-v2bEr9CCQP .mbr-section-title {
  color: #0f0f0f;
}
.cid-v2bEr9CCQP .mbr-desc {
  color: #000000;
}
.cid-v2bEr9CCQP .mbr-text {
  color: #666666;
}
.cid-v2bEr9CCQP .mbr-section-title,
.cid-v2bEr9CCQP .mbr-section-btn {
  color: #000000;
}
.cid-v2bEragmRi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bEragmRi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bEragmRi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bEragmRi .mbr-section-title {
  color: #000000;
}
.cid-v2bEragmRi .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bEragmRi .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bEraThlz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bEraThlz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bEraThlz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bEraThlz .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v2bEraThlz .mbr-section-title {
  color: #24262b;
}
.cid-v2bEraThlz .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bEraThlz .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-v2bEraThlz .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-v2bEraThlz .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-v2bEraThlz .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-v2bEraThlz .item-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.cid-v2bEraThlz .card-title-1 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v2bEraThlz .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v2bEraThlz .card-subtitle-1 {
  color: #24262b;
}
.cid-v2bEraThlz .card-subtitle-2 {
  color: #000000;
}
.cid-v2bEraThlz .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v2bEraThlz .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v2bEraThlz .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2bEraThlz .card-1 .card-wrap {
  position: relative;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-v2bEraThlz .card-2 .card-wrap {
  background: #bdcdc6;
}
.cid-v2bEraThlz .card-text-2,
.cid-v2bEraThlz .mbr-section-btn-2 {
  color: #000000;
}
.cid-v2bErbzFTB {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bErbzFTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bErbzFTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bErbzFTB .mbr-section-title {
  color: #000000;
}
.cid-v2bErbzFTB .mbr-section-subtitle {
  color: #000000;
}
.cid-v2bErbzFTB .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bErcd13m {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bErcd13m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bErcd13m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bErcd13m .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v2bErcd13m .mbr-section-title {
  color: #24262b;
}
.cid-v2bErcd13m .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bErcd13m .cards-row {
  row-gap: 32px;
}
.cid-v2bErcd13m .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2bErcd13m .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-v2bErcd13m .card-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-v2bErcd13m .card-subtitle {
  color: #24262b;
}
.cid-v2bErcd13m .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-v2bErcd13m .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2bErcd13m .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-v2bErcd13m .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-v2bErcd13m .card-text,
.cid-v2bErcd13m .mbr-section-btn {
  color: #000000;
}
.cid-v2bErcUEX5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bErcUEX5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bErcUEX5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bErcUEX5 .mbr-section-title {
  color: #000000;
}
.cid-v2bErcUEX5 .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bErcUEX5 .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bErdCmsT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2bErdCmsT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bErdCmsT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bErdCmsT .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v2bErdCmsT .mbr-section-title {
  color: #24262b;
}
.cid-v2bErdCmsT .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v2bErdCmsT .items-row {
  row-gap: 32px;
}
.cid-v2bErdCmsT .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v2bErdCmsT .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-v2bErdCmsT .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-v2bErdCmsT .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-v2bErdCmsT .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v2bErdCmsT .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v2bErdCmsT .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-v2bErdCmsT .carousel-control,
.cid-v2bErdCmsT .close {
  background: #1b1b1b;
}
.cid-v2bErdCmsT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v2bErdCmsT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v2bErdCmsT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v2bErdCmsT .carousel-control-next span {
  margin-left: 5px;
}
.cid-v2bErdCmsT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v2bErdCmsT .close::before {
  content: '\e91a';
}
.cid-v2bErdCmsT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v2bErdCmsT .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v2bErdCmsT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2bErdCmsT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v2bErdCmsT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v2bErdCmsT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v2bErdCmsT .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v2bErdCmsT .carousel-indicators li.active,
.cid-v2bErdCmsT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v2bErdCmsT .carousel-indicators li::after,
.cid-v2bErdCmsT .carousel-indicators li::before {
  content: none;
}
.cid-v2bErdCmsT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v2bErdCmsT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v2bErdCmsT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2bErdCmsT .carousel-indicators {
    display: none;
  }
}
.cid-v2bErdCmsT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v2bErdCmsT .carousel-inner > .active {
  display: block;
}
.cid-v2bErdCmsT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2bErdCmsT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v2bErdCmsT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v2bErdCmsT .carousel-control,
  .cid-v2bErdCmsT .carousel-indicators,
  .cid-v2bErdCmsT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v2bErdCmsT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v2bErdCmsT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v2bErdCmsT .carousel-indicators .active,
.cid-v2bErdCmsT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v2bErdCmsT .carousel-indicators .active {
  background: #fff;
}
.cid-v2bErdCmsT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v2bErdCmsT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v2bErdCmsT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v2bErdCmsT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v2bErdCmsT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v2bErdCmsT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v2bErdCmsT .carousel {
  width: 100%;
}
.cid-v2bErdCmsT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v2bErdCmsT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v2bErdCmsT .modal.fade .modal-dialog,
.cid-v2bErdCmsT .modal.in .modal-dialog {
  transform: none;
}
.cid-v2bErdCmsT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v2bErdCmsT H6 {
  text-align: center;
}
.cid-v2bEreAnWM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2bEreAnWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bEreAnWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bEreAnWM .mbr-section-title {
  color: #24262b;
}
.cid-v2bEreAnWM .mbr-section-subtitle {
  color: #24262b;
}
.cid-v2bEreAnWM .mbr-section-btn {
  margin-top: 16px;
}
.cid-v2bErfn2i4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v2bErfn2i4 .content {
    text-align: center;
  }
  .cid-v2bErfn2i4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v2bErfn2i4 .logo-subtitle {
  color: #8d97ad;
}
.cid-v2bErfn2i4 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2bErfn2i4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v2bErfn2i4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v2bErfn2i4 .media-wrap img {
  height: 8rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v2bErfn2i4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v2bErfn2i4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v2bErfn2i4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v2bErfn2i4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v2bErfn2i4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v2bErfn2i4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v2bErfn2i4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v2bErfn2i4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v2bErfn2i4 .list-item {
  display: flex;
}
.cid-v2bErfn2i4 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v2bErfn2i4 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v2bErfn2i4 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v2bErfn2i4 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-v2bErfn2i4 .logo-subtitle,
.cid-v2bErfn2i4 .media-wrap {
  color: #000000;
  text-align: center;
}
.cid-v2bErfn2i4 P {
  color: #000000;
  text-align: left;
}
.cid-v2bErfn2i4 .mbr-text {
  color: #000000;
}
.cid-v2bErfn2i4 .mbr-text DIV {
  text-align: left;
}
.cid-v2bErfn2i4 .column-title {
  color: #000000;
  text-align: left;
}
.cid-v2bErgkglz {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v2bErgkglz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2bErgkglz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2bErgkglz .mbr-section-title {
  color: #24262b;
}
.cid-v2bErgkglz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2bErgkglz .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JGFvLGBQ .navbar-dropdown {
  position: relative !important;
}
.cid-v7JGFvLGBQ .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-v7JGFvLGBQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7JGFvLGBQ .dropdown-item:hover,
.cid-v7JGFvLGBQ .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v7JGFvLGBQ .dropdown-item:hover span {
  color: white;
}
.cid-v7JGFvLGBQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7JGFvLGBQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7JGFvLGBQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7JGFvLGBQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7JGFvLGBQ .nav-link {
  position: relative;
}
.cid-v7JGFvLGBQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v7JGFvLGBQ .container {
    flex-wrap: nowrap;
  }
}
.cid-v7JGFvLGBQ .navbar-caption:hover,
.cid-v7JGFvLGBQ .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7JGFvLGBQ .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-v7JGFvLGBQ .navbar-nav .nav-item {
  color: #24262b;
}
.cid-v7JGFvLGBQ .navbar-nav .nav-item:hover {
  color: #000000;
}
.cid-v7JGFvLGBQ .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-v7JGFvLGBQ .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.cid-v7JGFvLGBQ .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-v7JGFvLGBQ .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-v7JGFvLGBQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v7JGFvLGBQ .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v7JGFvLGBQ .dropdown-menu,
.cid-v7JGFvLGBQ .navbar.opened {
  background: #ffffff !important;
}
.cid-v7JGFvLGBQ .nav-item:focus,
.cid-v7JGFvLGBQ .nav-link:focus {
  outline: none;
}
.cid-v7JGFvLGBQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7JGFvLGBQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7JGFvLGBQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7JGFvLGBQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7JGFvLGBQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7JGFvLGBQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7JGFvLGBQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-v7JGFvLGBQ .navbar.opened {
  transition: all 0.3s;
}
.cid-v7JGFvLGBQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7JGFvLGBQ .navbar .navbar-logo img {
  width: auto;
}
.cid-v7JGFvLGBQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7JGFvLGBQ .navbar.collapsed {
  justify-content: center;
}
.cid-v7JGFvLGBQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7JGFvLGBQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7JGFvLGBQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.9rem);
  }
}
.cid-v7JGFvLGBQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7JGFvLGBQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7JGFvLGBQ .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-v7JGFvLGBQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7JGFvLGBQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7JGFvLGBQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7JGFvLGBQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7JGFvLGBQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7JGFvLGBQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7JGFvLGBQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7JGFvLGBQ .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-v7JGFvLGBQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7JGFvLGBQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7JGFvLGBQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7JGFvLGBQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7JGFvLGBQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7JGFvLGBQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v7JGFvLGBQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v7JGFvLGBQ .navbar.navbar-short {
  min-height: 70px;
}
.cid-v7JGFvLGBQ .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;
  width: 25%;
}
.cid-v7JGFvLGBQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7JGFvLGBQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7JGFvLGBQ .dropdown-item.active,
.cid-v7JGFvLGBQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v7JGFvLGBQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7JGFvLGBQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7JGFvLGBQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7JGFvLGBQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7JGFvLGBQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7JGFvLGBQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7JGFvLGBQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7JGFvLGBQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-v7JGFvLGBQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7JGFvLGBQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7JGFvLGBQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7JGFvLGBQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7JGFvLGBQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7JGFvLGBQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7JGFvLGBQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7JGFvLGBQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7JGFvLGBQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7JGFvLGBQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7JGFvLGBQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7JGFvLGBQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7JGFvLGBQ .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-v7JGFvLGBQ .navbar {
    height: 70px;
  }
  .cid-v7JGFvLGBQ .navbar.opened {
    height: auto;
  }
  .cid-v7JGFvLGBQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7JGFvLGBQ .container-fluid {
  padding: 0 1rem !important;
}
.cid-v7JGFvLGBQ .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-v7JGFvLGBQ .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-v7JGFvLGBQ .navbar-collapse {
    width: 100%;
  }
  .cid-v7JGFvLGBQ .navbar-nav {
    width: 100%;
  }
  .cid-v7JGFvLGBQ .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-v7JGFwm4Re {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-v7JGFwm4Re .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFwm4Re .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v7JGFwm4Re .col-content {
    text-align: center;
  }
}
.cid-v7JGFwm4Re .label-text {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-v7JGFwm4Re .mbr-section-title {
  color: #ffffff;
}
.cid-v7JGFwm4Re .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v7JGFwm4Re .mbr-section-btn {
  margin-top: 22px;
}
.cid-v7JGFwm4Re .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-v7JGFwm4Re .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v7JGFwm4Re .text-item {
    text-align: center;
  }
}
.cid-v7JGFwm4Re .mbr-text {
  color: #24262b;
}
.cid-v7JGFwm4Re .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v7JGFwm4Re .mbr-section-subtitle,
.cid-v7JGFwm4Re .mbr-section-btn {
  color: #ffffff;
}
.cid-v7JGFx6lKT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0a0a0a;
  overflow: hidden;
}
.cid-v7JGFx6lKT .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cid-v7JGFx6lKT .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #767676;
}
.cid-v7JGFx6lKT .content-wrapper .border_1 {
  top: 0;
}
.cid-v7JGFx6lKT .content-wrapper .border_2 {
  bottom: 0;
}
.cid-v7JGFx6lKT .content-wrapper::before,
.cid-v7JGFx6lKT .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #767676;
}
.cid-v7JGFx6lKT .content-wrapper::before {
  left: 0;
}
.cid-v7JGFx6lKT .content-wrapper::after {
  right: 0;
}
.cid-v7JGFx6lKT .content-wrapper .content-wrap {
  overflow: hidden;
}
.cid-v7JGFx6lKT .item:focus,
.cid-v7JGFx6lKT span:focus {
  outline: none;
}
.cid-v7JGFx6lKT .item {
  padding: 32px 0;
  color: #ffffff;
}
.cid-v7JGFxDCNG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JGFxDCNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFxDCNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JGFxDCNG .mbr-section-title {
  color: #000000;
}
.cid-v7JGFxDCNG .mbr-section-subtitle {
  color: #000000;
}
.cid-v7JGFxDCNG .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JGFyastE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7JGFyastE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFyastE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JGFyastE .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7JGFyastE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7JGFyastE .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7JGFyastE .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v7JGFyastE .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7JGFyastE .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7JGFyastE .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7JGFyastE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7JGFyastE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7JGFyastE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7JGFyastE .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v7JGFyastE .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v7JGFyastE .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v7JGFyastE .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7JGFyastE .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v7JGFyastE .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7JGFyastE .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v7JGFyastE .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v7JGFyastE .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v7JGFyastE .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v7JGFyastE .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v7JGFyastE .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7JGFyastE .mbr-label,
.cid-v7JGFyastE .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7JGFyastE .mbr-section-title,
.cid-v7JGFyastE .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7JGFyastE .mbr-text,
.cid-v7JGFyastE .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7JGFyastE .item-title {
  color: #000000;
}
.cid-v7JGFyastE .item-text {
  color: #000000;
  text-align: left;
}
.cid-v7JGFyPgEg {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JGFyPgEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFyPgEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JGFyPgEg .mbr-section-title {
  color: #000000;
}
.cid-v7JGFyPgEg .mbr-section-subtitle {
  color: #000000;
}
.cid-v7JGFyPgEg .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JGFzmiWU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #059a42;
}
.cid-v7JGFzmiWU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFzmiWU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JGFzmiWU .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7JGFzmiWU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7JGFzmiWU .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7JGFzmiWU .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7JGFzmiWU .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v7JGFzmiWU .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7JGFzmiWU .image-wrapper img {
    height: 350px;
  }
}
.cid-v7JGFzmiWU .mbr-section-title {
  color: #ffffff;
}
.cid-v7JGFzmiWU .mbr-text {
  color: #ffffff;
}
.cid-v7JGFzmiWU .mbr-section-title,
.cid-v7JGFzmiWU .mbr-section-btn {
  color: #ffffff;
}
.cid-v7JGFzmiWU .mbr-text,
.cid-v7JGFzmiWU .text-wrapper {
  text-align: center;
}
.cid-v7JGFzmiWU .mbr-section-title,
.cid-v7JGFzmiWU .mbr-section-btn DIV {
  text-align: center;
}
.cid-v7JGFzSPcg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JGFzSPcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFzSPcg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JGFzSPcg .mbr-section-title {
  color: #24262b;
}
.cid-v7JGFzSPcg .mbr-section-subtitle {
  color: #059a42;
}
.cid-v7JGFzSPcg .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JGFAr8Qg {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #059a42;
}
.cid-v7JGFAr8Qg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFAr8Qg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JGFAr8Qg .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7JGFAr8Qg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7JGFAr8Qg .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7JGFAr8Qg .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7JGFAr8Qg .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v7JGFAr8Qg .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7JGFAr8Qg .image-wrapper img {
    height: 350px;
  }
}
.cid-v7JGFAr8Qg .mbr-section-title {
  color: #ffffff;
}
.cid-v7JGFAr8Qg .mbr-text {
  color: #ffffff;
}
.cid-v7JGFAr8Qg .mbr-section-title,
.cid-v7JGFAr8Qg .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7JGFAr8Qg .mbr-text,
.cid-v7JGFAr8Qg .text-wrapper {
  text-align: center;
}
.cid-v7JGFAWuyx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JGFAWuyx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFAWuyx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JGFAWuyx .mbr-section-title {
  color: #000000;
}
.cid-v7JGFAWuyx .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JGFAWuyx .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JGFBrbvT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7JGFBrbvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFBrbvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JGFBrbvT .col-title {
  margin-bottom: 32px;
}
.cid-v7JGFBrbvT .mbr-section-title {
  color: #24262b;
}
.cid-v7JGFBrbvT .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JGFBrbvT .cars-row {
  row-gap: 32px;
}
.cid-v7JGFBrbvT .item {
  border-radius: 0;
}
.cid-v7JGFBrbvT .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-v7JGFBrbvT .text-wrap {
  flex-grow: 1;
}
.cid-v7JGFBrbvT .card-title {
  color: #24262b;
}
.cid-v7JGFBrbvT .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v7JGFBrbvT .mbr-section-btn {
  margin-top: 12px;
}
.cid-v7JGFBrbvT .card-text,
.cid-v7JGFBrbvT .mbr-section-btn {
  color: #000000;
}
.cid-v7JGFBrbvT .card-title,
.cid-v7JGFBrbvT .card-wrapper {
  color: #059a42;
}
.cid-v7JGFC4kE5 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JGFC4kE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFC4kE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JGFC4kE5 .col-title {
  margin-bottom: 32px;
}
.cid-v7JGFC4kE5 .mbr-section-title {
  color: #24262b;
}
.cid-v7JGFC4kE5 .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JGFC4kE5 .cars-row {
  row-gap: 32px;
}
.cid-v7JGFC4kE5 .item {
  border-radius: 0;
}
.cid-v7JGFC4kE5 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-v7JGFC4kE5 .text-wrap {
  flex-grow: 1;
}
.cid-v7JGFC4kE5 .card-title {
  color: #24262b;
}
.cid-v7JGFC4kE5 .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v7JGFC4kE5 .mbr-section-btn {
  margin-top: 12px;
}
.cid-v7JGFC4kE5 .card-text,
.cid-v7JGFC4kE5 .mbr-section-btn {
  color: #000000;
}
.cid-v7JGFC4kE5 .card-title,
.cid-v7JGFC4kE5 .card-wrapper {
  color: #059a42;
}
.cid-v7JGFCLaPm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7JGFCLaPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFCLaPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JGFCLaPm .row {
  justify-content: space-between;
}
.cid-v7JGFCLaPm .row .card {
  justify-content: center;
}
.cid-v7JGFCLaPm .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v7JGFCLaPm .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v7JGFCLaPm .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7JGFCLaPm .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-v7JGFCLaPm .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7JGFCLaPm .content-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-v7JGFCLaPm .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v7JGFCLaPm .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7JGFCLaPm .image-wrapper img {
    height: 300px;
  }
}
.cid-v7JGFCLaPm .mbr-label {
  color: #b52929;
}
.cid-v7JGFCLaPm .mbr-section-title {
  color: #0f0f0f;
}
.cid-v7JGFCLaPm .mbr-desc {
  color: #000000;
}
.cid-v7JGFCLaPm .mbr-text {
  color: #666666;
}
.cid-v7JGFCLaPm .mbr-section-title,
.cid-v7JGFCLaPm .mbr-section-btn {
  color: #000000;
}
.cid-v7JGFDnaKc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JGFDnaKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFDnaKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JGFDnaKc .mbr-section-title {
  color: #000000;
}
.cid-v7JGFDnaKc .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JGFDnaKc .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JGFDWfEa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JGFDWfEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFDWfEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JGFDWfEa .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v7JGFDWfEa .mbr-section-title {
  color: #24262b;
}
.cid-v7JGFDWfEa .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JGFDWfEa .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-v7JGFDWfEa .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-v7JGFDWfEa .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-v7JGFDWfEa .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-v7JGFDWfEa .item-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.cid-v7JGFDWfEa .card-title-1 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v7JGFDWfEa .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v7JGFDWfEa .card-subtitle-1 {
  color: #24262b;
}
.cid-v7JGFDWfEa .card-subtitle-2 {
  color: #000000;
}
.cid-v7JGFDWfEa .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v7JGFDWfEa .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v7JGFDWfEa .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7JGFDWfEa .card-1 .card-wrap {
  position: relative;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-v7JGFDWfEa .card-2 .card-wrap {
  background: #bdcdc6;
}
.cid-v7JGFDWfEa .card-text-2,
.cid-v7JGFDWfEa .mbr-section-btn-2 {
  color: #000000;
}
.cid-v7JGFEAzCm {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JGFEAzCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFEAzCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JGFEAzCm .mbr-section-title {
  color: #000000;
}
.cid-v7JGFEAzCm .mbr-section-subtitle {
  color: #000000;
}
.cid-v7JGFEAzCm .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JGFFdKYS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JGFFdKYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFFdKYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JGFFdKYS .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v7JGFFdKYS .mbr-section-title {
  color: #24262b;
}
.cid-v7JGFFdKYS .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JGFFdKYS .cards-row {
  row-gap: 32px;
}
.cid-v7JGFFdKYS .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v7JGFFdKYS .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-v7JGFFdKYS .card-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-v7JGFFdKYS .card-subtitle {
  color: #24262b;
}
.cid-v7JGFFdKYS .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-v7JGFFdKYS .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7JGFFdKYS .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-v7JGFFdKYS .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-v7JGFFdKYS .card-text,
.cid-v7JGFFdKYS .mbr-section-btn {
  color: #000000;
}
.cid-v7JGFFRe0T {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JGFFRe0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFFRe0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JGFFRe0T .mbr-section-title {
  color: #000000;
}
.cid-v7JGFFRe0T .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JGFFRe0T .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JGFGtei9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JGFGtei9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFGtei9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JGFGtei9 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v7JGFGtei9 .mbr-section-title {
  color: #24262b;
}
.cid-v7JGFGtei9 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v7JGFGtei9 .items-row {
  row-gap: 32px;
}
.cid-v7JGFGtei9 .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v7JGFGtei9 .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-v7JGFGtei9 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-v7JGFGtei9 .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-v7JGFGtei9 .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v7JGFGtei9 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v7JGFGtei9 .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-v7JGFGtei9 .carousel-control,
.cid-v7JGFGtei9 .close {
  background: #1b1b1b;
}
.cid-v7JGFGtei9 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v7JGFGtei9 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v7JGFGtei9 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v7JGFGtei9 .carousel-control-next span {
  margin-left: 5px;
}
.cid-v7JGFGtei9 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v7JGFGtei9 .close::before {
  content: '\e91a';
}
.cid-v7JGFGtei9 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v7JGFGtei9 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v7JGFGtei9 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7JGFGtei9 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v7JGFGtei9 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v7JGFGtei9 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v7JGFGtei9 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v7JGFGtei9 .carousel-indicators li.active,
.cid-v7JGFGtei9 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v7JGFGtei9 .carousel-indicators li::after,
.cid-v7JGFGtei9 .carousel-indicators li::before {
  content: none;
}
.cid-v7JGFGtei9 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v7JGFGtei9 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v7JGFGtei9 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7JGFGtei9 .carousel-indicators {
    display: none;
  }
}
.cid-v7JGFGtei9 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v7JGFGtei9 .carousel-inner > .active {
  display: block;
}
.cid-v7JGFGtei9 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7JGFGtei9 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v7JGFGtei9 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v7JGFGtei9 .carousel-control,
  .cid-v7JGFGtei9 .carousel-indicators,
  .cid-v7JGFGtei9 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v7JGFGtei9 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v7JGFGtei9 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v7JGFGtei9 .carousel-indicators .active,
.cid-v7JGFGtei9 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v7JGFGtei9 .carousel-indicators .active {
  background: #fff;
}
.cid-v7JGFGtei9 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v7JGFGtei9 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v7JGFGtei9 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v7JGFGtei9 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v7JGFGtei9 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v7JGFGtei9 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v7JGFGtei9 .carousel {
  width: 100%;
}
.cid-v7JGFGtei9 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v7JGFGtei9 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v7JGFGtei9 .modal.fade .modal-dialog,
.cid-v7JGFGtei9 .modal.in .modal-dialog {
  transform: none;
}
.cid-v7JGFGtei9 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v7JGFGtei9 H6 {
  text-align: center;
}
.cid-v7JGFHsBAK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v7JGFHsBAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFHsBAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JGFHsBAK .mbr-section-title {
  color: #24262b;
}
.cid-v7JGFHsBAK .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JGFHsBAK .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JGFIaBr3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v7JGFIaBr3 .content {
    text-align: center;
  }
  .cid-v7JGFIaBr3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v7JGFIaBr3 .logo-subtitle {
  color: #8d97ad;
}
.cid-v7JGFIaBr3 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7JGFIaBr3 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v7JGFIaBr3 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v7JGFIaBr3 .media-wrap img {
  height: 8rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v7JGFIaBr3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v7JGFIaBr3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v7JGFIaBr3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v7JGFIaBr3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v7JGFIaBr3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7JGFIaBr3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v7JGFIaBr3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v7JGFIaBr3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7JGFIaBr3 .list-item {
  display: flex;
}
.cid-v7JGFIaBr3 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v7JGFIaBr3 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v7JGFIaBr3 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v7JGFIaBr3 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-v7JGFIaBr3 .logo-subtitle,
.cid-v7JGFIaBr3 .media-wrap {
  color: #000000;
  text-align: center;
}
.cid-v7JGFIaBr3 P {
  color: #000000;
  text-align: left;
}
.cid-v7JGFIaBr3 .mbr-text {
  color: #000000;
}
.cid-v7JGFIaBr3 .mbr-text DIV {
  text-align: left;
}
.cid-v7JGFIaBr3 .column-title {
  color: #000000;
  text-align: left;
}
.cid-v7JGFJ4bVT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v7JGFJ4bVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JGFJ4bVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JGFJ4bVT .mbr-section-title {
  color: #24262b;
}
.cid-v7JGFJ4bVT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7JGFJ4bVT .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JNcf4N1G .navbar-dropdown {
  position: relative !important;
}
.cid-v7JNcf4N1G .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-v7JNcf4N1G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7JNcf4N1G .dropdown-item:hover,
.cid-v7JNcf4N1G .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v7JNcf4N1G .dropdown-item:hover span {
  color: white;
}
.cid-v7JNcf4N1G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7JNcf4N1G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7JNcf4N1G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7JNcf4N1G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7JNcf4N1G .nav-link {
  position: relative;
}
.cid-v7JNcf4N1G .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v7JNcf4N1G .container {
    flex-wrap: nowrap;
  }
}
.cid-v7JNcf4N1G .navbar-caption:hover,
.cid-v7JNcf4N1G .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7JNcf4N1G .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-v7JNcf4N1G .navbar-nav .nav-item {
  color: #24262b;
}
.cid-v7JNcf4N1G .navbar-nav .nav-item:hover {
  color: #000000;
}
.cid-v7JNcf4N1G .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-v7JNcf4N1G .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.cid-v7JNcf4N1G .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-v7JNcf4N1G .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-v7JNcf4N1G .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v7JNcf4N1G .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v7JNcf4N1G .dropdown-menu,
.cid-v7JNcf4N1G .navbar.opened {
  background: #ffffff !important;
}
.cid-v7JNcf4N1G .nav-item:focus,
.cid-v7JNcf4N1G .nav-link:focus {
  outline: none;
}
.cid-v7JNcf4N1G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7JNcf4N1G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7JNcf4N1G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7JNcf4N1G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7JNcf4N1G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7JNcf4N1G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7JNcf4N1G .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-v7JNcf4N1G .navbar.opened {
  transition: all 0.3s;
}
.cid-v7JNcf4N1G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7JNcf4N1G .navbar .navbar-logo img {
  width: auto;
}
.cid-v7JNcf4N1G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7JNcf4N1G .navbar.collapsed {
  justify-content: center;
}
.cid-v7JNcf4N1G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7JNcf4N1G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7JNcf4N1G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.9rem);
  }
}
.cid-v7JNcf4N1G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7JNcf4N1G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7JNcf4N1G .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-v7JNcf4N1G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7JNcf4N1G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7JNcf4N1G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7JNcf4N1G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7JNcf4N1G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7JNcf4N1G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7JNcf4N1G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7JNcf4N1G .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-v7JNcf4N1G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7JNcf4N1G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7JNcf4N1G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7JNcf4N1G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7JNcf4N1G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7JNcf4N1G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v7JNcf4N1G .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v7JNcf4N1G .navbar.navbar-short {
  min-height: 70px;
}
.cid-v7JNcf4N1G .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;
  width: 25%;
}
.cid-v7JNcf4N1G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7JNcf4N1G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7JNcf4N1G .dropdown-item.active,
.cid-v7JNcf4N1G .dropdown-item:active {
  background-color: transparent;
}
.cid-v7JNcf4N1G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7JNcf4N1G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7JNcf4N1G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7JNcf4N1G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7JNcf4N1G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7JNcf4N1G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7JNcf4N1G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7JNcf4N1G .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-v7JNcf4N1G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7JNcf4N1G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7JNcf4N1G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7JNcf4N1G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7JNcf4N1G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7JNcf4N1G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7JNcf4N1G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7JNcf4N1G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7JNcf4N1G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7JNcf4N1G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7JNcf4N1G .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7JNcf4N1G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7JNcf4N1G .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-v7JNcf4N1G .navbar {
    height: 70px;
  }
  .cid-v7JNcf4N1G .navbar.opened {
    height: auto;
  }
  .cid-v7JNcf4N1G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7JNcf4N1G .container-fluid {
  padding: 0 1rem !important;
}
.cid-v7JNcf4N1G .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-v7JNcf4N1G .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-v7JNcf4N1G .navbar-collapse {
    width: 100%;
  }
  .cid-v7JNcf4N1G .navbar-nav {
    width: 100%;
  }
  .cid-v7JNcf4N1G .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-v7JNcfFMSA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-v7JNcfFMSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNcfFMSA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v7JNcfFMSA .col-content {
    text-align: center;
  }
}
.cid-v7JNcfFMSA .label-text {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-v7JNcfFMSA .mbr-section-title {
  color: #ffffff;
}
.cid-v7JNcfFMSA .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v7JNcfFMSA .mbr-section-btn {
  margin-top: 22px;
}
.cid-v7JNcfFMSA .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-v7JNcfFMSA .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v7JNcfFMSA .text-item {
    text-align: center;
  }
}
.cid-v7JNcfFMSA .mbr-text {
  color: #24262b;
}
.cid-v7JNcfFMSA .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v7JNcfFMSA .mbr-section-subtitle,
.cid-v7JNcfFMSA .mbr-section-btn {
  color: #ffffff;
}
.cid-v7JNcgltyF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0a0a0a;
  overflow: hidden;
}
.cid-v7JNcgltyF .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cid-v7JNcgltyF .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #767676;
}
.cid-v7JNcgltyF .content-wrapper .border_1 {
  top: 0;
}
.cid-v7JNcgltyF .content-wrapper .border_2 {
  bottom: 0;
}
.cid-v7JNcgltyF .content-wrapper::before,
.cid-v7JNcgltyF .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #767676;
}
.cid-v7JNcgltyF .content-wrapper::before {
  left: 0;
}
.cid-v7JNcgltyF .content-wrapper::after {
  right: 0;
}
.cid-v7JNcgltyF .content-wrapper .content-wrap {
  overflow: hidden;
}
.cid-v7JNcgltyF .item:focus,
.cid-v7JNcgltyF span:focus {
  outline: none;
}
.cid-v7JNcgltyF .item {
  padding: 32px 0;
  color: #ffffff;
}
.cid-v7JNcgPN1f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNcgPN1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNcgPN1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNcgPN1f .mbr-section-title {
  color: #000000;
}
.cid-v7JNcgPN1f .mbr-section-subtitle {
  color: #000000;
}
.cid-v7JNcgPN1f .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JNchkdM1 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7JNchkdM1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNchkdM1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNchkdM1 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7JNchkdM1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7JNchkdM1 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7JNchkdM1 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v7JNchkdM1 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7JNchkdM1 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7JNchkdM1 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7JNchkdM1 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7JNchkdM1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7JNchkdM1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7JNchkdM1 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v7JNchkdM1 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v7JNchkdM1 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v7JNchkdM1 .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7JNchkdM1 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v7JNchkdM1 .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7JNchkdM1 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v7JNchkdM1 .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v7JNchkdM1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v7JNchkdM1 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v7JNchkdM1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v7JNchkdM1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7JNchkdM1 .mbr-label,
.cid-v7JNchkdM1 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7JNchkdM1 .mbr-section-title,
.cid-v7JNchkdM1 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7JNchkdM1 .mbr-text,
.cid-v7JNchkdM1 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7JNchkdM1 .item-title {
  color: #000000;
}
.cid-v7JNchkdM1 .item-text {
  color: #000000;
  text-align: left;
}
.cid-v7JNchYXQS {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNchYXQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNchYXQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNchYXQS .mbr-section-title {
  color: #000000;
}
.cid-v7JNchYXQS .mbr-section-subtitle {
  color: #000000;
}
.cid-v7JNchYXQS .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JNciwqbU {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #059a42;
}
.cid-v7JNciwqbU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNciwqbU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNciwqbU .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7JNciwqbU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7JNciwqbU .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7JNciwqbU .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7JNciwqbU .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v7JNciwqbU .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7JNciwqbU .image-wrapper img {
    height: 350px;
  }
}
.cid-v7JNciwqbU .mbr-section-title {
  color: #ffffff;
}
.cid-v7JNciwqbU .mbr-text {
  color: #ffffff;
}
.cid-v7JNciwqbU .mbr-section-title,
.cid-v7JNciwqbU .mbr-section-btn {
  color: #ffffff;
}
.cid-v7JNciwqbU .mbr-text,
.cid-v7JNciwqbU .text-wrapper {
  text-align: center;
}
.cid-v7JNciwqbU .mbr-section-title,
.cid-v7JNciwqbU .mbr-section-btn DIV {
  text-align: center;
}
.cid-v7JNcj5Abf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNcj5Abf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNcj5Abf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNcj5Abf .mbr-section-title {
  color: #24262b;
}
.cid-v7JNcj5Abf .mbr-section-subtitle {
  color: #059a42;
}
.cid-v7JNcj5Abf .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JNcjz3qh {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #059a42;
}
.cid-v7JNcjz3qh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNcjz3qh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNcjz3qh .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7JNcjz3qh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7JNcjz3qh .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7JNcjz3qh .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7JNcjz3qh .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v7JNcjz3qh .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7JNcjz3qh .image-wrapper img {
    height: 350px;
  }
}
.cid-v7JNcjz3qh .mbr-section-title {
  color: #ffffff;
}
.cid-v7JNcjz3qh .mbr-text {
  color: #ffffff;
}
.cid-v7JNcjz3qh .mbr-section-title,
.cid-v7JNcjz3qh .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7JNcjz3qh .mbr-text,
.cid-v7JNcjz3qh .text-wrapper {
  text-align: center;
}
.cid-v7JNck57bq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNck57bq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNck57bq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNck57bq .mbr-section-title {
  color: #000000;
}
.cid-v7JNck57bq .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JNck57bq .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JNckA3kz {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7JNckA3kz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNckA3kz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNckA3kz .col-title {
  margin-bottom: 32px;
}
.cid-v7JNckA3kz .mbr-section-title {
  color: #24262b;
}
.cid-v7JNckA3kz .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JNckA3kz .cars-row {
  row-gap: 32px;
}
.cid-v7JNckA3kz .item {
  border-radius: 0;
}
.cid-v7JNckA3kz .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-v7JNckA3kz .text-wrap {
  flex-grow: 1;
}
.cid-v7JNckA3kz .card-title {
  color: #24262b;
}
.cid-v7JNckA3kz .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v7JNckA3kz .mbr-section-btn {
  margin-top: 12px;
}
.cid-v7JNckA3kz .card-text,
.cid-v7JNckA3kz .mbr-section-btn {
  color: #000000;
}
.cid-v7JNckA3kz .card-title,
.cid-v7JNckA3kz .card-wrapper {
  color: #059a42;
}
.cid-v7JNclfren {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNclfren .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNclfren .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNclfren .col-title {
  margin-bottom: 32px;
}
.cid-v7JNclfren .mbr-section-title {
  color: #24262b;
}
.cid-v7JNclfren .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JNclfren .cars-row {
  row-gap: 32px;
}
.cid-v7JNclfren .item {
  border-radius: 0;
}
.cid-v7JNclfren .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-v7JNclfren .text-wrap {
  flex-grow: 1;
}
.cid-v7JNclfren .card-title {
  color: #24262b;
}
.cid-v7JNclfren .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v7JNclfren .mbr-section-btn {
  margin-top: 12px;
}
.cid-v7JNclfren .card-text,
.cid-v7JNclfren .mbr-section-btn {
  color: #000000;
}
.cid-v7JNclfren .card-title,
.cid-v7JNclfren .card-wrapper {
  color: #059a42;
}
.cid-v7JNclU9S8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7JNclU9S8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNclU9S8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNclU9S8 .row {
  justify-content: space-between;
}
.cid-v7JNclU9S8 .row .card {
  justify-content: center;
}
.cid-v7JNclU9S8 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v7JNclU9S8 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v7JNclU9S8 .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7JNclU9S8 .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-v7JNclU9S8 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7JNclU9S8 .content-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-v7JNclU9S8 .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v7JNclU9S8 .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7JNclU9S8 .image-wrapper img {
    height: 300px;
  }
}
.cid-v7JNclU9S8 .mbr-label {
  color: #b52929;
}
.cid-v7JNclU9S8 .mbr-section-title {
  color: #0f0f0f;
}
.cid-v7JNclU9S8 .mbr-desc {
  color: #000000;
}
.cid-v7JNclU9S8 .mbr-text {
  color: #666666;
}
.cid-v7JNclU9S8 .mbr-section-title,
.cid-v7JNclU9S8 .mbr-section-btn {
  color: #000000;
}
.cid-v7JNcmwXQP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNcmwXQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNcmwXQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNcmwXQP .mbr-section-title {
  color: #000000;
}
.cid-v7JNcmwXQP .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JNcmwXQP .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JNcn58jW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNcn58jW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNcn58jW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNcn58jW .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v7JNcn58jW .mbr-section-title {
  color: #24262b;
}
.cid-v7JNcn58jW .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JNcn58jW .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-v7JNcn58jW .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-v7JNcn58jW .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-v7JNcn58jW .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-v7JNcn58jW .item-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.cid-v7JNcn58jW .card-title-1 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v7JNcn58jW .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v7JNcn58jW .card-subtitle-1 {
  color: #24262b;
}
.cid-v7JNcn58jW .card-subtitle-2 {
  color: #000000;
}
.cid-v7JNcn58jW .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v7JNcn58jW .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v7JNcn58jW .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7JNcn58jW .card-1 .card-wrap {
  position: relative;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-v7JNcn58jW .card-2 .card-wrap {
  background: #bdcdc6;
}
.cid-v7JNcn58jW .card-text-2,
.cid-v7JNcn58jW .mbr-section-btn-2 {
  color: #000000;
}
.cid-v7JNcnOYNt {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNcnOYNt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNcnOYNt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNcnOYNt .mbr-section-title {
  color: #000000;
}
.cid-v7JNcnOYNt .mbr-section-subtitle {
  color: #000000;
}
.cid-v7JNcnOYNt .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JNcorX6r {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNcorX6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNcorX6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNcorX6r .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v7JNcorX6r .mbr-section-title {
  color: #24262b;
}
.cid-v7JNcorX6r .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JNcorX6r .cards-row {
  row-gap: 32px;
}
.cid-v7JNcorX6r .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v7JNcorX6r .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-v7JNcorX6r .card-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-v7JNcorX6r .card-subtitle {
  color: #24262b;
}
.cid-v7JNcorX6r .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-v7JNcorX6r .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7JNcorX6r .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-v7JNcorX6r .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-v7JNcorX6r .card-text,
.cid-v7JNcorX6r .mbr-section-btn {
  color: #000000;
}
.cid-v7JNcp7oKP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNcp7oKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNcp7oKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNcp7oKP .mbr-section-title {
  color: #000000;
}
.cid-v7JNcp7oKP .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JNcp7oKP .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JNcpNqpY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNcpNqpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNcpNqpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNcpNqpY .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v7JNcpNqpY .mbr-section-title {
  color: #24262b;
}
.cid-v7JNcpNqpY .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v7JNcpNqpY .items-row {
  row-gap: 32px;
}
.cid-v7JNcpNqpY .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v7JNcpNqpY .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-v7JNcpNqpY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-v7JNcpNqpY .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-v7JNcpNqpY .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v7JNcpNqpY .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v7JNcpNqpY .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-v7JNcpNqpY .carousel-control,
.cid-v7JNcpNqpY .close {
  background: #1b1b1b;
}
.cid-v7JNcpNqpY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v7JNcpNqpY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v7JNcpNqpY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v7JNcpNqpY .carousel-control-next span {
  margin-left: 5px;
}
.cid-v7JNcpNqpY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v7JNcpNqpY .close::before {
  content: '\e91a';
}
.cid-v7JNcpNqpY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v7JNcpNqpY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v7JNcpNqpY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7JNcpNqpY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v7JNcpNqpY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v7JNcpNqpY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v7JNcpNqpY .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v7JNcpNqpY .carousel-indicators li.active,
.cid-v7JNcpNqpY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v7JNcpNqpY .carousel-indicators li::after,
.cid-v7JNcpNqpY .carousel-indicators li::before {
  content: none;
}
.cid-v7JNcpNqpY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v7JNcpNqpY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v7JNcpNqpY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7JNcpNqpY .carousel-indicators {
    display: none;
  }
}
.cid-v7JNcpNqpY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v7JNcpNqpY .carousel-inner > .active {
  display: block;
}
.cid-v7JNcpNqpY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7JNcpNqpY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v7JNcpNqpY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v7JNcpNqpY .carousel-control,
  .cid-v7JNcpNqpY .carousel-indicators,
  .cid-v7JNcpNqpY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v7JNcpNqpY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v7JNcpNqpY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v7JNcpNqpY .carousel-indicators .active,
.cid-v7JNcpNqpY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v7JNcpNqpY .carousel-indicators .active {
  background: #fff;
}
.cid-v7JNcpNqpY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v7JNcpNqpY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v7JNcpNqpY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v7JNcpNqpY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v7JNcpNqpY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v7JNcpNqpY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v7JNcpNqpY .carousel {
  width: 100%;
}
.cid-v7JNcpNqpY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v7JNcpNqpY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v7JNcpNqpY .modal.fade .modal-dialog,
.cid-v7JNcpNqpY .modal.in .modal-dialog {
  transform: none;
}
.cid-v7JNcpNqpY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v7JNcpNqpY H6 {
  text-align: center;
}
.cid-v7JNcqR1vW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v7JNcqR1vW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNcqR1vW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNcqR1vW .mbr-section-title {
  color: #24262b;
}
.cid-v7JNcqR1vW .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JNcqR1vW .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JNcrBgkZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v7JNcrBgkZ .content {
    text-align: center;
  }
  .cid-v7JNcrBgkZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v7JNcrBgkZ .logo-subtitle {
  color: #8d97ad;
}
.cid-v7JNcrBgkZ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7JNcrBgkZ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v7JNcrBgkZ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v7JNcrBgkZ .media-wrap img {
  height: 8rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v7JNcrBgkZ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v7JNcrBgkZ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v7JNcrBgkZ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v7JNcrBgkZ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v7JNcrBgkZ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7JNcrBgkZ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v7JNcrBgkZ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v7JNcrBgkZ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7JNcrBgkZ .list-item {
  display: flex;
}
.cid-v7JNcrBgkZ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v7JNcrBgkZ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v7JNcrBgkZ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v7JNcrBgkZ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-v7JNcrBgkZ .logo-subtitle,
.cid-v7JNcrBgkZ .media-wrap {
  color: #000000;
  text-align: center;
}
.cid-v7JNcrBgkZ P {
  color: #000000;
  text-align: left;
}
.cid-v7JNcrBgkZ .mbr-text {
  color: #000000;
}
.cid-v7JNcrBgkZ .mbr-text DIV {
  text-align: left;
}
.cid-v7JNcrBgkZ .column-title {
  color: #000000;
  text-align: left;
}
.cid-v7JNcsAPLN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v7JNcsAPLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNcsAPLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNcsAPLN .mbr-section-title {
  color: #24262b;
}
.cid-v7JNcsAPLN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7JNcsAPLN .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JNpdxVXv .navbar-dropdown {
  position: relative !important;
}
.cid-v7JNpdxVXv .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-v7JNpdxVXv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7JNpdxVXv .dropdown-item:hover,
.cid-v7JNpdxVXv .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v7JNpdxVXv .dropdown-item:hover span {
  color: white;
}
.cid-v7JNpdxVXv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7JNpdxVXv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7JNpdxVXv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7JNpdxVXv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7JNpdxVXv .nav-link {
  position: relative;
}
.cid-v7JNpdxVXv .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v7JNpdxVXv .container {
    flex-wrap: nowrap;
  }
}
.cid-v7JNpdxVXv .navbar-caption:hover,
.cid-v7JNpdxVXv .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v7JNpdxVXv .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(200%/3);
}
.cid-v7JNpdxVXv .navbar-nav .nav-item {
  color: #24262b;
}
.cid-v7JNpdxVXv .navbar-nav .nav-item:hover {
  color: #000000;
}
.cid-v7JNpdxVXv .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-v7JNpdxVXv .navbar-nav .nav-item a:hover {
  color: #000000 !important;
}
.cid-v7JNpdxVXv .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-v7JNpdxVXv .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-v7JNpdxVXv .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v7JNpdxVXv .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #000000 !important;
}
.cid-v7JNpdxVXv .dropdown-menu,
.cid-v7JNpdxVXv .navbar.opened {
  background: #ffffff !important;
}
.cid-v7JNpdxVXv .nav-item:focus,
.cid-v7JNpdxVXv .nav-link:focus {
  outline: none;
}
.cid-v7JNpdxVXv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7JNpdxVXv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7JNpdxVXv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7JNpdxVXv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7JNpdxVXv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7JNpdxVXv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7JNpdxVXv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-v7JNpdxVXv .navbar.opened {
  transition: all 0.3s;
}
.cid-v7JNpdxVXv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7JNpdxVXv .navbar .navbar-logo img {
  width: auto;
}
.cid-v7JNpdxVXv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7JNpdxVXv .navbar.collapsed {
  justify-content: center;
}
.cid-v7JNpdxVXv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7JNpdxVXv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7JNpdxVXv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 7.9rem);
  }
}
.cid-v7JNpdxVXv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7JNpdxVXv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7JNpdxVXv .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-v7JNpdxVXv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7JNpdxVXv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7JNpdxVXv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7JNpdxVXv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7JNpdxVXv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7JNpdxVXv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7JNpdxVXv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7JNpdxVXv .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-v7JNpdxVXv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7JNpdxVXv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7JNpdxVXv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7JNpdxVXv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v7JNpdxVXv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7JNpdxVXv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v7JNpdxVXv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v7JNpdxVXv .navbar.navbar-short {
  min-height: 70px;
}
.cid-v7JNpdxVXv .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;
  width: 25%;
}
.cid-v7JNpdxVXv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7JNpdxVXv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7JNpdxVXv .dropdown-item.active,
.cid-v7JNpdxVXv .dropdown-item:active {
  background-color: transparent;
}
.cid-v7JNpdxVXv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7JNpdxVXv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7JNpdxVXv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7JNpdxVXv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v7JNpdxVXv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7JNpdxVXv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7JNpdxVXv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7JNpdxVXv .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-v7JNpdxVXv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v7JNpdxVXv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v7JNpdxVXv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v7JNpdxVXv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7JNpdxVXv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v7JNpdxVXv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v7JNpdxVXv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7JNpdxVXv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7JNpdxVXv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7JNpdxVXv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7JNpdxVXv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7JNpdxVXv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7JNpdxVXv .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-v7JNpdxVXv .navbar {
    height: 70px;
  }
  .cid-v7JNpdxVXv .navbar.opened {
    height: auto;
  }
  .cid-v7JNpdxVXv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7JNpdxVXv .container-fluid {
  padding: 0 1rem !important;
}
.cid-v7JNpdxVXv .navbar-collapse {
  width: 75%;
}
@media (max-width: 991px) {
  .cid-v7JNpdxVXv .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-v7JNpdxVXv .navbar-collapse {
    width: 100%;
  }
  .cid-v7JNpdxVXv .navbar-nav {
    width: 100%;
  }
  .cid-v7JNpdxVXv .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-v7JNpe7zdg {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-v7JNpe7zdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNpe7zdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-v7JNpe7zdg .col-content {
    text-align: center;
  }
}
.cid-v7JNpe7zdg .label-text {
  margin-bottom: 16px;
  color: #ffffff;
}
.cid-v7JNpe7zdg .mbr-section-title {
  color: #ffffff;
}
.cid-v7JNpe7zdg .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v7JNpe7zdg .mbr-section-btn {
  margin-top: 22px;
}
.cid-v7JNpe7zdg .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-v7JNpe7zdg .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-v7JNpe7zdg .text-item {
    text-align: center;
  }
}
.cid-v7JNpe7zdg .mbr-text {
  color: #24262b;
}
.cid-v7JNpe7zdg .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v7JNpe7zdg .mbr-section-subtitle,
.cid-v7JNpe7zdg .mbr-section-btn {
  color: #ffffff;
}
.cid-v7JNpeHw4x {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #0a0a0a;
  overflow: hidden;
}
.cid-v7JNpeHw4x .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
}
.cid-v7JNpeHw4x .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #767676;
}
.cid-v7JNpeHw4x .content-wrapper .border_1 {
  top: 0;
}
.cid-v7JNpeHw4x .content-wrapper .border_2 {
  bottom: 0;
}
.cid-v7JNpeHw4x .content-wrapper::before,
.cid-v7JNpeHw4x .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #767676;
}
.cid-v7JNpeHw4x .content-wrapper::before {
  left: 0;
}
.cid-v7JNpeHw4x .content-wrapper::after {
  right: 0;
}
.cid-v7JNpeHw4x .content-wrapper .content-wrap {
  overflow: hidden;
}
.cid-v7JNpeHw4x .item:focus,
.cid-v7JNpeHw4x span:focus {
  outline: none;
}
.cid-v7JNpeHw4x .item {
  padding: 32px 0;
  color: #ffffff;
}
.cid-v7JNpfcOUd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNpfcOUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNpfcOUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNpfcOUd .mbr-section-title {
  color: #000000;
}
.cid-v7JNpfcOUd .mbr-section-subtitle {
  color: #000000;
}
.cid-v7JNpfcOUd .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JNpfICHD {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v7JNpfICHD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNpfICHD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNpfICHD .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7JNpfICHD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7JNpfICHD .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v7JNpfICHD .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v7JNpfICHD .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v7JNpfICHD .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7JNpfICHD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v7JNpfICHD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v7JNpfICHD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7JNpfICHD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7JNpfICHD .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v7JNpfICHD .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v7JNpfICHD .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v7JNpfICHD .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7JNpfICHD .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v7JNpfICHD .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v7JNpfICHD .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v7JNpfICHD .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v7JNpfICHD .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v7JNpfICHD .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v7JNpfICHD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v7JNpfICHD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7JNpfICHD .mbr-label,
.cid-v7JNpfICHD .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7JNpfICHD .mbr-section-title,
.cid-v7JNpfICHD .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v7JNpfICHD .mbr-text,
.cid-v7JNpfICHD .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v7JNpfICHD .item-title {
  color: #000000;
}
.cid-v7JNpfICHD .item-text {
  color: #000000;
  text-align: left;
}
.cid-v7JNpgoccR {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNpgoccR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNpgoccR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNpgoccR .mbr-section-title {
  color: #000000;
}
.cid-v7JNpgoccR .mbr-section-subtitle {
  color: #000000;
}
.cid-v7JNpgoccR .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JNph08Fw {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #059a42;
}
.cid-v7JNph08Fw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNph08Fw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNph08Fw .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7JNph08Fw .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7JNph08Fw .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7JNph08Fw .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7JNph08Fw .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v7JNph08Fw .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7JNph08Fw .image-wrapper img {
    height: 350px;
  }
}
.cid-v7JNph08Fw .mbr-section-title {
  color: #ffffff;
}
.cid-v7JNph08Fw .mbr-text {
  color: #ffffff;
}
.cid-v7JNph08Fw .mbr-section-title,
.cid-v7JNph08Fw .mbr-section-btn {
  color: #ffffff;
}
.cid-v7JNph08Fw .mbr-text,
.cid-v7JNph08Fw .text-wrapper {
  text-align: center;
}
.cid-v7JNph08Fw .mbr-section-title,
.cid-v7JNph08Fw .mbr-section-btn DIV {
  text-align: center;
}
.cid-v7JNphyJB0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNphyJB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNphyJB0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNphyJB0 .mbr-section-title {
  color: #24262b;
}
.cid-v7JNphyJB0 .mbr-section-subtitle {
  color: #059a42;
}
.cid-v7JNphyJB0 .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JNpi5i5Y {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #059a42;
}
.cid-v7JNpi5i5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNpi5i5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNpi5i5Y .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7JNpi5i5Y .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v7JNpi5i5Y .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v7JNpi5i5Y .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7JNpi5i5Y .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v7JNpi5i5Y .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7JNpi5i5Y .image-wrapper img {
    height: 350px;
  }
}
.cid-v7JNpi5i5Y .mbr-section-title {
  color: #ffffff;
}
.cid-v7JNpi5i5Y .mbr-text {
  color: #ffffff;
}
.cid-v7JNpi5i5Y .mbr-section-title,
.cid-v7JNpi5i5Y .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v7JNpi5i5Y .mbr-text,
.cid-v7JNpi5i5Y .text-wrapper {
  text-align: center;
}
.cid-v7JNpiC3m2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNpiC3m2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNpiC3m2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNpiC3m2 .mbr-section-title {
  color: #000000;
}
.cid-v7JNpiC3m2 .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JNpiC3m2 .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JNpjaXfY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v7JNpjaXfY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNpjaXfY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNpjaXfY .col-title {
  margin-bottom: 32px;
}
.cid-v7JNpjaXfY .mbr-section-title {
  color: #24262b;
}
.cid-v7JNpjaXfY .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JNpjaXfY .cars-row {
  row-gap: 32px;
}
.cid-v7JNpjaXfY .item {
  border-radius: 0;
}
.cid-v7JNpjaXfY .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-v7JNpjaXfY .text-wrap {
  flex-grow: 1;
}
.cid-v7JNpjaXfY .card-title {
  color: #24262b;
}
.cid-v7JNpjaXfY .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v7JNpjaXfY .mbr-section-btn {
  margin-top: 12px;
}
.cid-v7JNpjaXfY .card-text,
.cid-v7JNpjaXfY .mbr-section-btn {
  color: #000000;
}
.cid-v7JNpjaXfY .card-title,
.cid-v7JNpjaXfY .card-wrapper {
  color: #059a42;
}
.cid-v7JNpjULeL {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNpjULeL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNpjULeL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNpjULeL .col-title {
  margin-bottom: 32px;
}
.cid-v7JNpjULeL .mbr-section-title {
  color: #24262b;
}
.cid-v7JNpjULeL .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JNpjULeL .cars-row {
  row-gap: 32px;
}
.cid-v7JNpjULeL .item {
  border-radius: 0;
}
.cid-v7JNpjULeL .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #33363b;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-v7JNpjULeL .text-wrap {
  flex-grow: 1;
}
.cid-v7JNpjULeL .card-title {
  color: #24262b;
}
.cid-v7JNpjULeL .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-v7JNpjULeL .mbr-section-btn {
  margin-top: 12px;
}
.cid-v7JNpjULeL .card-text,
.cid-v7JNpjULeL .mbr-section-btn {
  color: #000000;
}
.cid-v7JNpjULeL .card-title,
.cid-v7JNpjULeL .card-wrapper {
  color: #059a42;
}
.cid-v7JNpkBaOu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v7JNpkBaOu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNpkBaOu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNpkBaOu .row {
  justify-content: space-between;
}
.cid-v7JNpkBaOu .row .card {
  justify-content: center;
}
.cid-v7JNpkBaOu .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v7JNpkBaOu .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v7JNpkBaOu .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7JNpkBaOu .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-v7JNpkBaOu .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7JNpkBaOu .content-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
@media (max-width: 992px) {
  .cid-v7JNpkBaOu .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v7JNpkBaOu .image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7JNpkBaOu .image-wrapper img {
    height: 300px;
  }
}
.cid-v7JNpkBaOu .mbr-label {
  color: #b52929;
}
.cid-v7JNpkBaOu .mbr-section-title {
  color: #0f0f0f;
}
.cid-v7JNpkBaOu .mbr-desc {
  color: #000000;
}
.cid-v7JNpkBaOu .mbr-text {
  color: #666666;
}
.cid-v7JNpkBaOu .mbr-section-title,
.cid-v7JNpkBaOu .mbr-section-btn {
  color: #000000;
}
.cid-v7JNpleADK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNpleADK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNpleADK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNpleADK .mbr-section-title {
  color: #000000;
}
.cid-v7JNpleADK .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JNpleADK .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JNplSRt5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNplSRt5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNplSRt5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNplSRt5 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v7JNplSRt5 .mbr-section-title {
  color: #24262b;
}
.cid-v7JNplSRt5 .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JNplSRt5 .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-v7JNplSRt5 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-v7JNplSRt5 .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 3rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-v7JNplSRt5 .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-v7JNplSRt5 .item-content {
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
}
.cid-v7JNplSRt5 .card-title-1 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v7JNplSRt5 .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v7JNplSRt5 .card-subtitle-1 {
  color: #24262b;
}
.cid-v7JNplSRt5 .card-subtitle-2 {
  color: #000000;
}
.cid-v7JNplSRt5 .card-text-1 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v7JNplSRt5 .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-v7JNplSRt5 .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7JNplSRt5 .card-1 .card-wrap {
  position: relative;
  background-image: url("../../../assets/images/mbr-1-1920x1440.jpg");
}
.cid-v7JNplSRt5 .card-2 .card-wrap {
  background: #bdcdc6;
}
.cid-v7JNplSRt5 .card-text-2,
.cid-v7JNplSRt5 .mbr-section-btn-2 {
  color: #000000;
}
.cid-v7JNpmCqua {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNpmCqua .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNpmCqua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNpmCqua .mbr-section-title {
  color: #000000;
}
.cid-v7JNpmCqua .mbr-section-subtitle {
  color: #000000;
}
.cid-v7JNpmCqua .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JNpnepYv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNpnepYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNpnepYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNpnepYv .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v7JNpnepYv .mbr-section-title {
  color: #24262b;
}
.cid-v7JNpnepYv .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JNpnepYv .cards-row {
  row-gap: 32px;
}
.cid-v7JNpnepYv .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v7JNpnepYv .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-v7JNpnepYv .card-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-v7JNpnepYv .card-subtitle {
  color: #24262b;
}
.cid-v7JNpnepYv .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-v7JNpnepYv .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7JNpnepYv .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-v7JNpnepYv .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-v7JNpnepYv .card-text,
.cid-v7JNpnepYv .mbr-section-btn {
  color: #000000;
}
.cid-v7JNpnT7aj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNpnT7aj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNpnT7aj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNpnT7aj .mbr-section-title {
  color: #000000;
}
.cid-v7JNpnT7aj .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JNpnT7aj .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JNpoxJfu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v7JNpoxJfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNpoxJfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNpoxJfu .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v7JNpoxJfu .mbr-section-title {
  color: #24262b;
}
.cid-v7JNpoxJfu .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-v7JNpoxJfu .items-row {
  row-gap: 32px;
}
.cid-v7JNpoxJfu .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v7JNpoxJfu .item-wrapper img {
  width: 100%;
  height: calc(50px * 4);
  object-fit: cover;
  transition: all 0.3s;
}
.cid-v7JNpoxJfu .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-v7JNpoxJfu .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-v7JNpoxJfu .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-v7JNpoxJfu .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v7JNpoxJfu .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-v7JNpoxJfu .carousel-control,
.cid-v7JNpoxJfu .close {
  background: #1b1b1b;
}
.cid-v7JNpoxJfu .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v7JNpoxJfu .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v7JNpoxJfu .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v7JNpoxJfu .carousel-control-next span {
  margin-left: 5px;
}
.cid-v7JNpoxJfu .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v7JNpoxJfu .close::before {
  content: '\e91a';
}
.cid-v7JNpoxJfu .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v7JNpoxJfu .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v7JNpoxJfu .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7JNpoxJfu .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v7JNpoxJfu .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v7JNpoxJfu .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v7JNpoxJfu .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v7JNpoxJfu .carousel-indicators li.active,
.cid-v7JNpoxJfu .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v7JNpoxJfu .carousel-indicators li::after,
.cid-v7JNpoxJfu .carousel-indicators li::before {
  content: none;
}
.cid-v7JNpoxJfu .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v7JNpoxJfu .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v7JNpoxJfu .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7JNpoxJfu .carousel-indicators {
    display: none;
  }
}
.cid-v7JNpoxJfu .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v7JNpoxJfu .carousel-inner > .active {
  display: block;
}
.cid-v7JNpoxJfu .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v7JNpoxJfu .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v7JNpoxJfu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v7JNpoxJfu .carousel-control,
  .cid-v7JNpoxJfu .carousel-indicators,
  .cid-v7JNpoxJfu .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v7JNpoxJfu .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v7JNpoxJfu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v7JNpoxJfu .carousel-indicators .active,
.cid-v7JNpoxJfu .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v7JNpoxJfu .carousel-indicators .active {
  background: #fff;
}
.cid-v7JNpoxJfu .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v7JNpoxJfu .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v7JNpoxJfu .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v7JNpoxJfu .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v7JNpoxJfu .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v7JNpoxJfu .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v7JNpoxJfu .carousel {
  width: 100%;
}
.cid-v7JNpoxJfu .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v7JNpoxJfu .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v7JNpoxJfu .modal.fade .modal-dialog,
.cid-v7JNpoxJfu .modal.in .modal-dialog {
  transform: none;
}
.cid-v7JNpoxJfu .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v7JNpoxJfu H6 {
  text-align: center;
}
.cid-v7JNppvTMR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v7JNppvTMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNppvTMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNppvTMR .mbr-section-title {
  color: #24262b;
}
.cid-v7JNppvTMR .mbr-section-subtitle {
  color: #24262b;
}
.cid-v7JNppvTMR .mbr-section-btn {
  margin-top: 16px;
}
.cid-v7JNpqffHw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v7JNpqffHw .content {
    text-align: center;
  }
  .cid-v7JNpqffHw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-v7JNpqffHw .logo-subtitle {
  color: #8d97ad;
}
.cid-v7JNpqffHw .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v7JNpqffHw .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v7JNpqffHw .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v7JNpqffHw .media-wrap img {
  height: 8rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-v7JNpqffHw .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v7JNpqffHw .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-v7JNpqffHw .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v7JNpqffHw .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-v7JNpqffHw .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v7JNpqffHw .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v7JNpqffHw .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v7JNpqffHw .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v7JNpqffHw .list-item {
  display: flex;
}
.cid-v7JNpqffHw .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-v7JNpqffHw ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v7JNpqffHw ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-v7JNpqffHw ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-v7JNpqffHw .logo-subtitle,
.cid-v7JNpqffHw .media-wrap {
  color: #000000;
  text-align: center;
}
.cid-v7JNpqffHw P {
  color: #000000;
  text-align: left;
}
.cid-v7JNpqffHw .mbr-text {
  color: #000000;
}
.cid-v7JNpqffHw .mbr-text DIV {
  text-align: left;
}
.cid-v7JNpqffHw .column-title {
  color: #000000;
  text-align: left;
}
.cid-v7JNprcwJr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v7JNprcwJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7JNprcwJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7JNprcwJr .mbr-section-title {
  color: #24262b;
}
.cid-v7JNprcwJr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v7JNprcwJr .mbr-section-btn {
  margin-top: 16px;
}
