.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #00819b !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #00819b !important;
  border-color: #00819b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #00abce !important;
  border-color: #00abce !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00abce !important;
  border-color: #00abce !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00819b !important;
  border-color: #00819b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #00abce !important;
  border-color: #00abce !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #00abce !important;
  border-color: #00abce !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #00819b;
  color: #00819b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #003944 !important;
  background-color: transparent !important;
  border-color: #003944 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00819b !important;
  border-color: #00819b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #00819b;
  color: #00819b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #003944 !important;
  background-color: transparent !important;
  border-color: #003944 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00819b !important;
  border-color: #00819b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #00819b !important;
}
.text-secondary {
  color: #00819b !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #002c35 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #002c35 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #00819b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #00819b;
  border-color: #00819b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00819b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #1cd9ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #00819b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #00819b;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00819b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #00819b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #00819b;
  border-bottom-color: #00819b;
}
.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: #00819b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #00819b !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='%2300819b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cursive3 {
  font-family: 'Dancing Script', handwriting;
  font-size: 3.5rem;
  line-height: 1.5;
}
.cursive3 > .mbr-iconfont {
  font-size: 3.5rem;
}
.texte {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.texte > .mbr-iconfont {
  font-size: 1rem;
}
.cursive2 {
  font-family: 'Dancing Script', handwriting;
  font-size: 2.5rem;
  line-height: 1.5;
}
.cursive2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.texte1-25 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.texte1-25 > .mbr-iconfont {
  font-size: 1.25rem;
}
.texte1-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.texte1-2 > .mbr-iconfont {
  font-size: 1.2rem;
}
.cursive1 {
  font-family: 'Dancing Script', handwriting;
  font-size: 2rem;
  line-height: 1.5;
}
.cursive1 > .mbr-iconfont {
  font-size: 2rem;
}
.cursive4 {
  font-family: 'Dancing Script', handwriting;
  font-size: 4rem;
  line-height: 1.5;
}
.cursive4 > .mbr-iconfont {
  font-size: 4rem;
}
.cid-vazhitGpon .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vazhitGpon .nav-item:focus,
.cid-vazhitGpon .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vazhitGpon .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vazhitGpon .nav-item .nav-link {
    position: relative;
  }
  .cid-vazhitGpon .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vazhitGpon .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vazhitGpon .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazhitGpon .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vazhitGpon .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vazhitGpon .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vazhitGpon .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vazhitGpon .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vazhitGpon .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vazhitGpon .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazhitGpon .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vazhitGpon .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vazhitGpon .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vazhitGpon .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vazhitGpon .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vazhitGpon .navbar.collapsed .navbar-collapse.show,
.cid-vazhitGpon .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazhitGpon .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vazhitGpon .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vazhitGpon .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vazhitGpon .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vazhitGpon .navbar.collapsed .right-menu,
.cid-vazhitGpon .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vazhitGpon .navbar .navbar-collapse.show,
  .cid-vazhitGpon .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazhitGpon .navbar .navbar-collapse.show .brand-container,
  .cid-vazhitGpon .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vazhitGpon .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vazhitGpon .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vazhitGpon .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vazhitGpon .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vazhitGpon .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vazhitGpon .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vazhitGpon .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vazhitGpon .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazhitGpon .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vazhitGpon .navbar .right-menu,
  .cid-vazhitGpon .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vazhitGpon .navbar.navbar-short {
  min-height: 60px;
}
.cid-vazhitGpon .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazhitGpon .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vazhitGpon .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vazhitGpon .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vazhitGpon .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vazhitGpon .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vazhitGpon .dropdown-item.active,
.cid-vazhitGpon .dropdown-item:active {
  background-color: transparent;
}
.cid-vazhitGpon .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vazhitGpon .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vazhitGpon .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vazhitGpon .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vazhitGpon .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vazhitGpon .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vazhitGpon ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vazhitGpon ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vazhitGpon .navbar-buttons {
  margin-left: auto;
}
.cid-vazhitGpon button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vazhitGpon nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazhitGpon nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vazhitGpon nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vazhitGpon nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazhitGpon .navbar-dropdown {
  position: fixed;
}
.cid-vazhitGpon a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vazhitGpon .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vazhitGpon .right-menu,
.cid-vazhitGpon .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vazhitGpon .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazhitGpon .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazhitGpon .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vazhitGpon .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vazhitGpon .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vazhitGpon .card-wrapper {
  z-index: 3;
}
.cid-vazhitGpon .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vazhitGpon .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vazhitGpon .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vasX7ZEK4w {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vasX7ZEK4w .content-head {
  max-width: 800px;
}
.cid-vasX7ZEK4w .mbr-text,
.cid-vasX7ZEK4w .mbr-section-btn {
  color: #000000;
}
.cid-vasX7ZEK4w h1.mbr-section-title {
  text-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
}
.cid-vasX7ZEK4w p.mbr-text {
  color: #000 !important;
  text-shadow: none !important;
  display: inline-block !important;
  background: rgba(255, 255, 255, 0.4) !important;
  padding: 12px 16px !important;
  border-radius: 30px !important;
}
.cid-vat8XvYcE6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vat8XvYcE6 .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vat8XvYcE6 img,
.cid-vat8XvYcE6 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vat8XvYcE6 .item:focus,
.cid-vat8XvYcE6 span:focus {
  outline: none;
}
.cid-vat8XvYcE6 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vat8XvYcE6 .item {
    margin-bottom: 1rem;
  }
}
.cid-vat8XvYcE6 .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vat8XvYcE6 .mbr-section-title {
  color: #232323;
}
.cid-vat8XvYcE6 .mbr-text,
.cid-vat8XvYcE6 .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vat8XvYcE6 .item-title {
  color: #232323;
  text-align: center;
}
.cid-vat8XvYcE6 .content-head {
  max-width: 800px;
}
.cid-vaGnzml3pQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaGnzml3pQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaGnzml3pQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaGnzml3pQ a {
  font-weight: bold;
}
.cid-vaGnzml3pQ .mbr-section-title {
  text-align: center;
  color: #151515;
}
.cid-vaGnzml3pQ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-vaGnzml3pQ .mbr-text,
.cid-vaGnzml3pQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vaGl8tcdSS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaGl8tcdSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaGl8tcdSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaGl8tcdSS .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vaGl8tcdSS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaGl8tcdSS .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vaGl8tcdSS .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vaGl8tcdSS .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vaGl8tcdSS .mbr-section-title {
  color: #000000;
}
.cid-vaGl8tcdSS .mbr-text,
.cid-vaGl8tcdSS .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vaGl8tcdSS img {
  width: 100%;
  height: 100%;
}
.cid-vaGqYSeAMt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaGqYSeAMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaGqYSeAMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaGqYSeAMt .row-reverse {
  flex-direction: row-reverse;
}
.cid-vaGqYSeAMt .row {
  flex-direction: row-reverse;
}
.cid-vaGqYSeAMt .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-vaGqYSeAMt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaGqYSeAMt .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vaGqYSeAMt .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vaGqYSeAMt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vaGqYSeAMt .mbr-section-title {
  color: #000000;
}
.cid-vaGqYSeAMt .mbr-text,
.cid-vaGqYSeAMt .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vaGqYSeAMt img {
  width: 100%;
  height: 100%;
}
.cid-vaVdxv3R8Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vaVdxv3R8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaVdxv3R8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaVdxv3R8Z .row-reverse {
  flex-direction: row-reverse;
}
.cid-vaVdxv3R8Z .row {
  flex-direction: row-reverse;
}
.cid-vaVdxv3R8Z .row-reverse {
  flex-direction: row;
}
@media (max-width: 991px) {
  .cid-vaVdxv3R8Z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaVdxv3R8Z .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vaVdxv3R8Z .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vaVdxv3R8Z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vaVdxv3R8Z .mbr-section-title {
  color: #000000;
}
.cid-vaVdxv3R8Z .mbr-text,
.cid-vaVdxv3R8Z .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vaVdxv3R8Z img {
  width: 100%;
  height: 100%;
}
.cid-vewUV60dFV {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vewUV60dFV .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-vewUV60dFV H4 {
  text-align: center;
}
.cid-vewUV60dFV P {
  text-align: center;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vazhitGpon .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vazhitGpon .nav-item:focus,
.cid-vazhitGpon .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vazhitGpon .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vazhitGpon .nav-item .nav-link {
    position: relative;
  }
  .cid-vazhitGpon .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vazhitGpon .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vazhitGpon .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazhitGpon .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vazhitGpon .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vazhitGpon .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vazhitGpon .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vazhitGpon .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vazhitGpon .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vazhitGpon .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazhitGpon .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vazhitGpon .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vazhitGpon .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vazhitGpon .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vazhitGpon .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vazhitGpon .navbar.collapsed .navbar-collapse.show,
.cid-vazhitGpon .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazhitGpon .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vazhitGpon .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vazhitGpon .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vazhitGpon .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vazhitGpon .navbar.collapsed .right-menu,
.cid-vazhitGpon .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vazhitGpon .navbar .navbar-collapse.show,
  .cid-vazhitGpon .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazhitGpon .navbar .navbar-collapse.show .brand-container,
  .cid-vazhitGpon .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vazhitGpon .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vazhitGpon .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vazhitGpon .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vazhitGpon .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vazhitGpon .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vazhitGpon .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vazhitGpon .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vazhitGpon .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazhitGpon .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vazhitGpon .navbar .right-menu,
  .cid-vazhitGpon .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vazhitGpon .navbar.navbar-short {
  min-height: 60px;
}
.cid-vazhitGpon .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazhitGpon .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vazhitGpon .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vazhitGpon .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vazhitGpon .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vazhitGpon .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vazhitGpon .dropdown-item.active,
.cid-vazhitGpon .dropdown-item:active {
  background-color: transparent;
}
.cid-vazhitGpon .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vazhitGpon .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vazhitGpon .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vazhitGpon .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vazhitGpon .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vazhitGpon .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vazhitGpon ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vazhitGpon ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vazhitGpon .navbar-buttons {
  margin-left: auto;
}
.cid-vazhitGpon button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vazhitGpon nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazhitGpon nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vazhitGpon nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vazhitGpon nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazhitGpon .navbar-dropdown {
  position: fixed;
}
.cid-vazhitGpon a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vazhitGpon .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vazhitGpon .right-menu,
.cid-vazhitGpon .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vazhitGpon .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazhitGpon .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazhitGpon .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vazhitGpon .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vazhitGpon .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vazhitGpon .card-wrapper {
  z-index: 3;
}
.cid-vazhitGpon .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vazhitGpon .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vazhitGpon .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vatpzTLNY7 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vatpzTLNY7 .content-head {
  max-width: 800px;
}
.cid-vatpzTLNY7 .mbr-text,
.cid-vatpzTLNY7 .mbr-section-btn {
  color: #000000;
}
.cid-vatrAohBpZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vatrAohBpZ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vatrAohBpZ .mbr-section-title {
  color: #24262b;
}
.cid-vatrAohBpZ .mbr-section-subtitle {
  color: #24262b;
}
.cid-vatrAohBpZ .items-row {
  row-gap: 48px;
}
.cid-vatrAohBpZ .item {
  cursor: pointer;
}
.cid-vatrAohBpZ .item:focus,
.cid-vatrAohBpZ span:focus {
  outline: none;
}
.cid-vatrAohBpZ .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vatrAohBpZ .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vatrAohBpZ .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.cid-vatrAohBpZ .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
}
.cid-vatrAohBpZ img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vatrAohBpZ .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vatrAohBpZ .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vatrAohBpZ .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vatrAohBpZ .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vatrAohBpZ .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vatrAohBpZ .item-title {
  color: #24262b;
}
.cid-vatrAohBpZ .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vatrAohBpZ .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vazhitGpon .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vazhitGpon .nav-item:focus,
.cid-vazhitGpon .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vazhitGpon .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vazhitGpon .nav-item .nav-link {
    position: relative;
  }
  .cid-vazhitGpon .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vazhitGpon .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vazhitGpon .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazhitGpon .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vazhitGpon .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vazhitGpon .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vazhitGpon .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vazhitGpon .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vazhitGpon .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vazhitGpon .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazhitGpon .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vazhitGpon .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vazhitGpon .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vazhitGpon .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vazhitGpon .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vazhitGpon .navbar.collapsed .navbar-collapse.show,
.cid-vazhitGpon .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazhitGpon .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vazhitGpon .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vazhitGpon .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vazhitGpon .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vazhitGpon .navbar.collapsed .right-menu,
.cid-vazhitGpon .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vazhitGpon .navbar .navbar-collapse.show,
  .cid-vazhitGpon .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazhitGpon .navbar .navbar-collapse.show .brand-container,
  .cid-vazhitGpon .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vazhitGpon .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vazhitGpon .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vazhitGpon .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vazhitGpon .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vazhitGpon .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vazhitGpon .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vazhitGpon .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vazhitGpon .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazhitGpon .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vazhitGpon .navbar .right-menu,
  .cid-vazhitGpon .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vazhitGpon .navbar.navbar-short {
  min-height: 60px;
}
.cid-vazhitGpon .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazhitGpon .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vazhitGpon .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vazhitGpon .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vazhitGpon .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vazhitGpon .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vazhitGpon .dropdown-item.active,
.cid-vazhitGpon .dropdown-item:active {
  background-color: transparent;
}
.cid-vazhitGpon .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vazhitGpon .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vazhitGpon .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vazhitGpon .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vazhitGpon .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vazhitGpon .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vazhitGpon ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vazhitGpon ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vazhitGpon .navbar-buttons {
  margin-left: auto;
}
.cid-vazhitGpon button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vazhitGpon nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazhitGpon nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vazhitGpon nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vazhitGpon nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazhitGpon .navbar-dropdown {
  position: fixed;
}
.cid-vazhitGpon a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vazhitGpon .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vazhitGpon .right-menu,
.cid-vazhitGpon .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vazhitGpon .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazhitGpon .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazhitGpon .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vazhitGpon .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vazhitGpon .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vazhitGpon .card-wrapper {
  z-index: 3;
}
.cid-vazhitGpon .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vazhitGpon .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vazhitGpon .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vatYcQOnPC {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vatYcQOnPC .content-head {
  max-width: 800px;
}
.cid-vatYcQOnPC .mbr-text,
.cid-vatYcQOnPC .mbr-section-btn {
  color: #000000;
}
.cid-vatYqipjBW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vatYqipjBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vatYqipjBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vatYqipjBW .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-vatYqipjBW .item-wrapper {
    margin-bottom: 1rem;
    flex-direction: column;
    align-items: center;
  }
}
.cid-vatYqipjBW .content-head {
  max-width: 800px;
  flex: 1;
}
.cid-vatYqipjBW .img-wrapper {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.25rem;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
.cid-vatYqipjBW .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaA51StagJ .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaA51StagJ .nav-item:focus,
.cid-vaA51StagJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaA51StagJ .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaA51StagJ .nav-item .nav-link {
    position: relative;
  }
  .cid-vaA51StagJ .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaA51StagJ .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaA51StagJ .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaA51StagJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaA51StagJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaA51StagJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaA51StagJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaA51StagJ .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaA51StagJ .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaA51StagJ .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaA51StagJ .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaA51StagJ .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaA51StagJ .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaA51StagJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaA51StagJ .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaA51StagJ .navbar.collapsed .navbar-collapse.show,
.cid-vaA51StagJ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaA51StagJ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaA51StagJ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaA51StagJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaA51StagJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaA51StagJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaA51StagJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaA51StagJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaA51StagJ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaA51StagJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaA51StagJ .navbar.collapsed .right-menu,
.cid-vaA51StagJ .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaA51StagJ .navbar .navbar-collapse.show,
  .cid-vaA51StagJ .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaA51StagJ .navbar .navbar-collapse.show .brand-container,
  .cid-vaA51StagJ .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaA51StagJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaA51StagJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaA51StagJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaA51StagJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaA51StagJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaA51StagJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaA51StagJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaA51StagJ .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaA51StagJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaA51StagJ .navbar .right-menu,
  .cid-vaA51StagJ .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaA51StagJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaA51StagJ .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaA51StagJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaA51StagJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaA51StagJ .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaA51StagJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaA51StagJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaA51StagJ .dropdown-item.active,
.cid-vaA51StagJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vaA51StagJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaA51StagJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaA51StagJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaA51StagJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaA51StagJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaA51StagJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaA51StagJ ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaA51StagJ ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaA51StagJ .navbar-buttons {
  margin-left: auto;
}
.cid-vaA51StagJ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaA51StagJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaA51StagJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaA51StagJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaA51StagJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaA51StagJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaA51StagJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaA51StagJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaA51StagJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaA51StagJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaA51StagJ .navbar-dropdown {
  position: fixed;
}
.cid-vaA51StagJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaA51StagJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaA51StagJ .right-menu,
.cid-vaA51StagJ .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaA51StagJ .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaA51StagJ .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaA51StagJ .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaA51StagJ .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaA51StagJ .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaA51StagJ .card-wrapper {
  z-index: 3;
}
.cid-vaA51StagJ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaA51StagJ .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaA51StagJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaA51TrROT {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaA51TrROT .content-head {
  max-width: 800px;
}
.cid-vaA51TrROT .mbr-text,
.cid-vaA51TrROT .mbr-section-btn {
  color: #000000;
}
.cid-vaA51UlaoD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaA51UlaoD .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaA51UlaoD .mbr-section-title {
  color: #24262b;
}
.cid-vaA51UlaoD .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaA51UlaoD .items-row {
  row-gap: 48px;
}
.cid-vaA51UlaoD .item {
  cursor: pointer;
}
.cid-vaA51UlaoD .item:focus,
.cid-vaA51UlaoD span:focus {
  outline: none;
}
.cid-vaA51UlaoD .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaA51UlaoD .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaA51UlaoD .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vaA51UlaoD .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vaA51UlaoD img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vaA51UlaoD .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaA51UlaoD .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaA51UlaoD .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vaA51UlaoD .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vaA51UlaoD .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaA51UlaoD .item-title {
  color: #24262b;
}
.cid-vaA51UlaoD .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaA51UlaoD .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vazhitGpon .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vazhitGpon .nav-item:focus,
.cid-vazhitGpon .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vazhitGpon .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vazhitGpon .nav-item .nav-link {
    position: relative;
  }
  .cid-vazhitGpon .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vazhitGpon .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vazhitGpon .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazhitGpon .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vazhitGpon .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vazhitGpon .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vazhitGpon .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vazhitGpon .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vazhitGpon .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vazhitGpon .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazhitGpon .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vazhitGpon .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vazhitGpon .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vazhitGpon .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vazhitGpon .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vazhitGpon .navbar.collapsed .navbar-collapse.show,
.cid-vazhitGpon .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazhitGpon .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vazhitGpon .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vazhitGpon .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vazhitGpon .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazhitGpon .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vazhitGpon .navbar.collapsed .right-menu,
.cid-vazhitGpon .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vazhitGpon .navbar .navbar-collapse.show,
  .cid-vazhitGpon .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazhitGpon .navbar .navbar-collapse.show .brand-container,
  .cid-vazhitGpon .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vazhitGpon .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vazhitGpon .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vazhitGpon .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vazhitGpon .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vazhitGpon .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vazhitGpon .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vazhitGpon .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vazhitGpon .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazhitGpon .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vazhitGpon .navbar .right-menu,
  .cid-vazhitGpon .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vazhitGpon .navbar.navbar-short {
  min-height: 60px;
}
.cid-vazhitGpon .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazhitGpon .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vazhitGpon .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vazhitGpon .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vazhitGpon .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vazhitGpon .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vazhitGpon .dropdown-item.active,
.cid-vazhitGpon .dropdown-item:active {
  background-color: transparent;
}
.cid-vazhitGpon .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vazhitGpon .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vazhitGpon .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vazhitGpon .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vazhitGpon .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vazhitGpon .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vazhitGpon ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vazhitGpon ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vazhitGpon .navbar-buttons {
  margin-left: auto;
}
.cid-vazhitGpon button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vazhitGpon button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vazhitGpon nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazhitGpon nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vazhitGpon nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vazhitGpon nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazhitGpon .navbar-dropdown {
  position: fixed;
}
.cid-vazhitGpon a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vazhitGpon .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vazhitGpon .right-menu,
.cid-vazhitGpon .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vazhitGpon .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazhitGpon .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazhitGpon .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vazhitGpon .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vazhitGpon .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vazhitGpon .card-wrapper {
  z-index: 3;
}
.cid-vazhitGpon .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vazhitGpon .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vazhitGpon .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vauq19iBsP {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vauq19iBsP .content-head {
  max-width: 800px;
}
.cid-vauq19iBsP .mbr-text,
.cid-vauq19iBsP .mbr-section-btn {
  color: #000000;
}
.cid-vauq19PZRy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vauq19PZRy .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vauq19PZRy .mbr-section-title {
  color: #24262b;
}
.cid-vauq19PZRy .mbr-section-subtitle {
  color: #24262b;
}
.cid-vauq19PZRy .items-row {
  row-gap: 48px;
}
.cid-vauq19PZRy .item {
  cursor: pointer;
}
.cid-vauq19PZRy .item:focus,
.cid-vauq19PZRy span:focus {
  outline: none;
}
.cid-vauq19PZRy .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vauq19PZRy .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vauq19PZRy .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vauq19PZRy .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vauq19PZRy img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vauq19PZRy .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vauq19PZRy .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vauq19PZRy .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vauq19PZRy .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vauq19PZRy .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vauq19PZRy .item-title {
  color: #24262b;
}
.cid-vauq19PZRy .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vauq19PZRy .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vazn2CoBi0 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vazn2CoBi0 .nav-item:focus,
.cid-vazn2CoBi0 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vazn2CoBi0 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vazn2CoBi0 .nav-item .nav-link {
    position: relative;
  }
  .cid-vazn2CoBi0 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vazn2CoBi0 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vazn2CoBi0 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazn2CoBi0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vazn2CoBi0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vazn2CoBi0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vazn2CoBi0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vazn2CoBi0 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vazn2CoBi0 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vazn2CoBi0 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazn2CoBi0 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vazn2CoBi0 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vazn2CoBi0 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vazn2CoBi0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vazn2CoBi0 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vazn2CoBi0 .navbar.collapsed .navbar-collapse.show,
.cid-vazn2CoBi0 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazn2CoBi0 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vazn2CoBi0 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vazn2CoBi0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vazn2CoBi0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vazn2CoBi0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vazn2CoBi0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vazn2CoBi0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vazn2CoBi0 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazn2CoBi0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vazn2CoBi0 .navbar.collapsed .right-menu,
.cid-vazn2CoBi0 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vazn2CoBi0 .navbar .navbar-collapse.show,
  .cid-vazn2CoBi0 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazn2CoBi0 .navbar .navbar-collapse.show .brand-container,
  .cid-vazn2CoBi0 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vazn2CoBi0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vazn2CoBi0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vazn2CoBi0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vazn2CoBi0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vazn2CoBi0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vazn2CoBi0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vazn2CoBi0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vazn2CoBi0 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazn2CoBi0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vazn2CoBi0 .navbar .right-menu,
  .cid-vazn2CoBi0 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vazn2CoBi0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vazn2CoBi0 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazn2CoBi0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vazn2CoBi0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vazn2CoBi0 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vazn2CoBi0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vazn2CoBi0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vazn2CoBi0 .dropdown-item.active,
.cid-vazn2CoBi0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vazn2CoBi0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vazn2CoBi0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vazn2CoBi0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vazn2CoBi0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vazn2CoBi0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vazn2CoBi0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vazn2CoBi0 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vazn2CoBi0 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vazn2CoBi0 .navbar-buttons {
  margin-left: auto;
}
.cid-vazn2CoBi0 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vazn2CoBi0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vazn2CoBi0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vazn2CoBi0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vazn2CoBi0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vazn2CoBi0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vazn2CoBi0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazn2CoBi0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vazn2CoBi0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vazn2CoBi0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazn2CoBi0 .navbar-dropdown {
  position: fixed;
}
.cid-vazn2CoBi0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vazn2CoBi0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vazn2CoBi0 .right-menu,
.cid-vazn2CoBi0 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vazn2CoBi0 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazn2CoBi0 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazn2CoBi0 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vazn2CoBi0 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vazn2CoBi0 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vazn2CoBi0 .card-wrapper {
  z-index: 3;
}
.cid-vazn2CoBi0 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vazn2CoBi0 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vazn2CoBi0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazn2ATzZg {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vazn2ATzZg .content-head {
  max-width: 800px;
}
.cid-vazn2ATzZg .mbr-text,
.cid-vazn2ATzZg .mbr-section-btn {
  color: #000000;
}
.cid-vazn2BJy30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vazn2BJy30 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vazn2BJy30 .mbr-section-title {
  color: #24262b;
}
.cid-vazn2BJy30 .mbr-section-subtitle {
  color: #24262b;
}
.cid-vazn2BJy30 .items-row {
  row-gap: 48px;
}
.cid-vazn2BJy30 .item {
  cursor: pointer;
}
.cid-vazn2BJy30 .item:focus,
.cid-vazn2BJy30 span:focus {
  outline: none;
}
.cid-vazn2BJy30 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vazn2BJy30 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vazn2BJy30 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vazn2BJy30 .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vazn2BJy30 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vazn2BJy30 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vazn2BJy30 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vazn2BJy30 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vazn2BJy30 .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vazn2BJy30 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vazn2BJy30 .item-title {
  color: #24262b;
}
.cid-vazn2BJy30 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vazn2BJy30 .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vazpSXbCP4 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vazpSXbCP4 .nav-item:focus,
.cid-vazpSXbCP4 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vazpSXbCP4 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vazpSXbCP4 .nav-item .nav-link {
    position: relative;
  }
  .cid-vazpSXbCP4 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vazpSXbCP4 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vazpSXbCP4 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazpSXbCP4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vazpSXbCP4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vazpSXbCP4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vazpSXbCP4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vazpSXbCP4 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vazpSXbCP4 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vazpSXbCP4 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazpSXbCP4 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vazpSXbCP4 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vazpSXbCP4 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vazpSXbCP4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vazpSXbCP4 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vazpSXbCP4 .navbar.collapsed .navbar-collapse.show,
.cid-vazpSXbCP4 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazpSXbCP4 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vazpSXbCP4 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vazpSXbCP4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vazpSXbCP4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vazpSXbCP4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vazpSXbCP4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vazpSXbCP4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vazpSXbCP4 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazpSXbCP4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vazpSXbCP4 .navbar.collapsed .right-menu,
.cid-vazpSXbCP4 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vazpSXbCP4 .navbar .navbar-collapse.show,
  .cid-vazpSXbCP4 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazpSXbCP4 .navbar .navbar-collapse.show .brand-container,
  .cid-vazpSXbCP4 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vazpSXbCP4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vazpSXbCP4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vazpSXbCP4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vazpSXbCP4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vazpSXbCP4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vazpSXbCP4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vazpSXbCP4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vazpSXbCP4 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazpSXbCP4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vazpSXbCP4 .navbar .right-menu,
  .cid-vazpSXbCP4 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vazpSXbCP4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vazpSXbCP4 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazpSXbCP4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vazpSXbCP4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vazpSXbCP4 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vazpSXbCP4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vazpSXbCP4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vazpSXbCP4 .dropdown-item.active,
.cid-vazpSXbCP4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vazpSXbCP4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vazpSXbCP4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vazpSXbCP4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vazpSXbCP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vazpSXbCP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vazpSXbCP4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vazpSXbCP4 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vazpSXbCP4 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vazpSXbCP4 .navbar-buttons {
  margin-left: auto;
}
.cid-vazpSXbCP4 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vazpSXbCP4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vazpSXbCP4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vazpSXbCP4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vazpSXbCP4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vazpSXbCP4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vazpSXbCP4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazpSXbCP4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vazpSXbCP4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vazpSXbCP4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazpSXbCP4 .navbar-dropdown {
  position: fixed;
}
.cid-vazpSXbCP4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vazpSXbCP4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vazpSXbCP4 .right-menu,
.cid-vazpSXbCP4 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vazpSXbCP4 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazpSXbCP4 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazpSXbCP4 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vazpSXbCP4 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vazpSXbCP4 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vazpSXbCP4 .card-wrapper {
  z-index: 3;
}
.cid-vazpSXbCP4 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vazpSXbCP4 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vazpSXbCP4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazpSVOKjJ {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vazpSVOKjJ .content-head {
  max-width: 800px;
}
.cid-vazpSVOKjJ .mbr-text,
.cid-vazpSVOKjJ .mbr-section-btn {
  color: #000000;
}
.cid-vazpSWxhhI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vazpSWxhhI .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vazpSWxhhI .mbr-section-title {
  color: #24262b;
}
.cid-vazpSWxhhI .mbr-section-subtitle {
  color: #24262b;
}
.cid-vazpSWxhhI .items-row {
  row-gap: 48px;
}
.cid-vazpSWxhhI .item {
  cursor: pointer;
}
.cid-vazpSWxhhI .item:focus,
.cid-vazpSWxhhI span:focus {
  outline: none;
}
.cid-vazpSWxhhI .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vazpSWxhhI .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vazpSWxhhI .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vazpSWxhhI .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vazpSWxhhI img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vazpSWxhhI .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vazpSWxhhI .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vazpSWxhhI .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vazpSWxhhI .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vazpSWxhhI .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vazpSWxhhI .item-title {
  color: #24262b;
}
.cid-vazpSWxhhI .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vazpSWxhhI .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vazvSbWWiW .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vazvSbWWiW .nav-item:focus,
.cid-vazvSbWWiW .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vazvSbWWiW .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vazvSbWWiW .nav-item .nav-link {
    position: relative;
  }
  .cid-vazvSbWWiW .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vazvSbWWiW .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vazvSbWWiW .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazvSbWWiW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vazvSbWWiW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vazvSbWWiW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vazvSbWWiW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vazvSbWWiW .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vazvSbWWiW .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vazvSbWWiW .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazvSbWWiW .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vazvSbWWiW .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vazvSbWWiW .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vazvSbWWiW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vazvSbWWiW .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vazvSbWWiW .navbar.collapsed .navbar-collapse.show,
.cid-vazvSbWWiW .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazvSbWWiW .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vazvSbWWiW .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vazvSbWWiW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vazvSbWWiW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vazvSbWWiW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vazvSbWWiW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vazvSbWWiW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vazvSbWWiW .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazvSbWWiW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vazvSbWWiW .navbar.collapsed .right-menu,
.cid-vazvSbWWiW .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vazvSbWWiW .navbar .navbar-collapse.show,
  .cid-vazvSbWWiW .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazvSbWWiW .navbar .navbar-collapse.show .brand-container,
  .cid-vazvSbWWiW .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vazvSbWWiW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vazvSbWWiW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vazvSbWWiW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vazvSbWWiW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vazvSbWWiW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vazvSbWWiW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vazvSbWWiW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vazvSbWWiW .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazvSbWWiW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vazvSbWWiW .navbar .right-menu,
  .cid-vazvSbWWiW .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vazvSbWWiW .navbar.navbar-short {
  min-height: 60px;
}
.cid-vazvSbWWiW .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazvSbWWiW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vazvSbWWiW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vazvSbWWiW .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vazvSbWWiW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vazvSbWWiW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vazvSbWWiW .dropdown-item.active,
.cid-vazvSbWWiW .dropdown-item:active {
  background-color: transparent;
}
.cid-vazvSbWWiW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vazvSbWWiW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vazvSbWWiW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vazvSbWWiW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vazvSbWWiW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vazvSbWWiW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vazvSbWWiW ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vazvSbWWiW ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vazvSbWWiW .navbar-buttons {
  margin-left: auto;
}
.cid-vazvSbWWiW button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vazvSbWWiW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vazvSbWWiW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vazvSbWWiW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vazvSbWWiW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vazvSbWWiW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vazvSbWWiW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazvSbWWiW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vazvSbWWiW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vazvSbWWiW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazvSbWWiW .navbar-dropdown {
  position: fixed;
}
.cid-vazvSbWWiW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vazvSbWWiW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vazvSbWWiW .right-menu,
.cid-vazvSbWWiW .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vazvSbWWiW .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazvSbWWiW .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazvSbWWiW .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vazvSbWWiW .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vazvSbWWiW .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vazvSbWWiW .card-wrapper {
  z-index: 3;
}
.cid-vazvSbWWiW .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vazvSbWWiW .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vazvSbWWiW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazvSatC4O {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vazvSatC4O .content-head {
  max-width: 800px;
}
.cid-vazvSatC4O .mbr-text,
.cid-vazvSatC4O .mbr-section-btn {
  color: #000000;
}
.cid-vazvSbfovt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vazvSbfovt .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vazvSbfovt .mbr-section-title {
  color: #24262b;
}
.cid-vazvSbfovt .mbr-section-subtitle {
  color: #24262b;
}
.cid-vazvSbfovt .items-row {
  row-gap: 48px;
}
.cid-vazvSbfovt .item {
  cursor: pointer;
}
.cid-vazvSbfovt .item:focus,
.cid-vazvSbfovt span:focus {
  outline: none;
}
.cid-vazvSbfovt .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vazvSbfovt .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vazvSbfovt .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vazvSbfovt .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vazvSbfovt img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vazvSbfovt .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vazvSbfovt .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vazvSbfovt .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vazvSbfovt .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vazvSbfovt .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vazvSbfovt .item-title {
  color: #24262b;
}
.cid-vazvSbfovt .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vazvSbfovt .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vazxvfQ2x2 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vazxvfQ2x2 .nav-item:focus,
.cid-vazxvfQ2x2 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vazxvfQ2x2 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vazxvfQ2x2 .nav-item .nav-link {
    position: relative;
  }
  .cid-vazxvfQ2x2 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vazxvfQ2x2 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vazxvfQ2x2 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazxvfQ2x2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vazxvfQ2x2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vazxvfQ2x2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vazxvfQ2x2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vazxvfQ2x2 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vazxvfQ2x2 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vazxvfQ2x2 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazxvfQ2x2 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vazxvfQ2x2 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vazxvfQ2x2 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vazxvfQ2x2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vazxvfQ2x2 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vazxvfQ2x2 .navbar.collapsed .navbar-collapse.show,
.cid-vazxvfQ2x2 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazxvfQ2x2 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vazxvfQ2x2 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vazxvfQ2x2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vazxvfQ2x2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vazxvfQ2x2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vazxvfQ2x2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vazxvfQ2x2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vazxvfQ2x2 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazxvfQ2x2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vazxvfQ2x2 .navbar.collapsed .right-menu,
.cid-vazxvfQ2x2 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vazxvfQ2x2 .navbar .navbar-collapse.show,
  .cid-vazxvfQ2x2 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazxvfQ2x2 .navbar .navbar-collapse.show .brand-container,
  .cid-vazxvfQ2x2 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vazxvfQ2x2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vazxvfQ2x2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vazxvfQ2x2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vazxvfQ2x2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vazxvfQ2x2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vazxvfQ2x2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vazxvfQ2x2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vazxvfQ2x2 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazxvfQ2x2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vazxvfQ2x2 .navbar .right-menu,
  .cid-vazxvfQ2x2 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vazxvfQ2x2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vazxvfQ2x2 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazxvfQ2x2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vazxvfQ2x2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vazxvfQ2x2 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vazxvfQ2x2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vazxvfQ2x2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vazxvfQ2x2 .dropdown-item.active,
.cid-vazxvfQ2x2 .dropdown-item:active {
  background-color: transparent;
}
.cid-vazxvfQ2x2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vazxvfQ2x2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vazxvfQ2x2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vazxvfQ2x2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vazxvfQ2x2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vazxvfQ2x2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vazxvfQ2x2 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vazxvfQ2x2 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vazxvfQ2x2 .navbar-buttons {
  margin-left: auto;
}
.cid-vazxvfQ2x2 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vazxvfQ2x2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vazxvfQ2x2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vazxvfQ2x2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vazxvfQ2x2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vazxvfQ2x2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vazxvfQ2x2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazxvfQ2x2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vazxvfQ2x2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vazxvfQ2x2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazxvfQ2x2 .navbar-dropdown {
  position: fixed;
}
.cid-vazxvfQ2x2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vazxvfQ2x2 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vazxvfQ2x2 .right-menu,
.cid-vazxvfQ2x2 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vazxvfQ2x2 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazxvfQ2x2 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazxvfQ2x2 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vazxvfQ2x2 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vazxvfQ2x2 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vazxvfQ2x2 .card-wrapper {
  z-index: 3;
}
.cid-vazxvfQ2x2 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vazxvfQ2x2 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vazxvfQ2x2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazxve3SNA {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vazxve3SNA .content-head {
  max-width: 800px;
}
.cid-vazxve3SNA .mbr-text,
.cid-vazxve3SNA .mbr-section-btn {
  color: #000000;
}
.cid-vazxvf74a9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vazxvf74a9 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vazxvf74a9 .mbr-section-title {
  color: #24262b;
}
.cid-vazxvf74a9 .mbr-section-subtitle {
  color: #24262b;
}
.cid-vazxvf74a9 .items-row {
  row-gap: 48px;
}
.cid-vazxvf74a9 .item {
  cursor: pointer;
}
.cid-vazxvf74a9 .item:focus,
.cid-vazxvf74a9 span:focus {
  outline: none;
}
.cid-vazxvf74a9 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vazxvf74a9 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vazxvf74a9 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vazxvf74a9 .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vazxvf74a9 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vazxvf74a9 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vazxvf74a9 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vazxvf74a9 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vazxvf74a9 .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vazxvf74a9 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vazxvf74a9 .item-title {
  color: #24262b;
}
.cid-vazxvf74a9 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vazxvf74a9 .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vazmuKL6oT .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vazmuKL6oT .nav-item:focus,
.cid-vazmuKL6oT .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vazmuKL6oT .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vazmuKL6oT .nav-item .nav-link {
    position: relative;
  }
  .cid-vazmuKL6oT .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vazmuKL6oT .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vazmuKL6oT .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazmuKL6oT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vazmuKL6oT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vazmuKL6oT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vazmuKL6oT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vazmuKL6oT .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vazmuKL6oT .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vazmuKL6oT .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazmuKL6oT .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vazmuKL6oT .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vazmuKL6oT .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vazmuKL6oT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vazmuKL6oT .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vazmuKL6oT .navbar.collapsed .navbar-collapse.show,
.cid-vazmuKL6oT .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazmuKL6oT .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vazmuKL6oT .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vazmuKL6oT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vazmuKL6oT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vazmuKL6oT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vazmuKL6oT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vazmuKL6oT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vazmuKL6oT .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazmuKL6oT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vazmuKL6oT .navbar.collapsed .right-menu,
.cid-vazmuKL6oT .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vazmuKL6oT .navbar .navbar-collapse.show,
  .cid-vazmuKL6oT .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazmuKL6oT .navbar .navbar-collapse.show .brand-container,
  .cid-vazmuKL6oT .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vazmuKL6oT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vazmuKL6oT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vazmuKL6oT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vazmuKL6oT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vazmuKL6oT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vazmuKL6oT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vazmuKL6oT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vazmuKL6oT .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazmuKL6oT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vazmuKL6oT .navbar .right-menu,
  .cid-vazmuKL6oT .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vazmuKL6oT .navbar.navbar-short {
  min-height: 60px;
}
.cid-vazmuKL6oT .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazmuKL6oT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vazmuKL6oT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vazmuKL6oT .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vazmuKL6oT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vazmuKL6oT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vazmuKL6oT .dropdown-item.active,
.cid-vazmuKL6oT .dropdown-item:active {
  background-color: transparent;
}
.cid-vazmuKL6oT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vazmuKL6oT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vazmuKL6oT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vazmuKL6oT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vazmuKL6oT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vazmuKL6oT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vazmuKL6oT ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vazmuKL6oT ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vazmuKL6oT .navbar-buttons {
  margin-left: auto;
}
.cid-vazmuKL6oT button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vazmuKL6oT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vazmuKL6oT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vazmuKL6oT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vazmuKL6oT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vazmuKL6oT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vazmuKL6oT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazmuKL6oT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vazmuKL6oT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vazmuKL6oT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazmuKL6oT .navbar-dropdown {
  position: fixed;
}
.cid-vazmuKL6oT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vazmuKL6oT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vazmuKL6oT .right-menu,
.cid-vazmuKL6oT .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vazmuKL6oT .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazmuKL6oT .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazmuKL6oT .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vazmuKL6oT .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vazmuKL6oT .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vazmuKL6oT .card-wrapper {
  z-index: 3;
}
.cid-vazmuKL6oT .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vazmuKL6oT .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vazmuKL6oT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazmuIJfIf {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vazmuIJfIf .content-head {
  max-width: 800px;
}
.cid-vazmuIJfIf .mbr-text,
.cid-vazmuIJfIf .mbr-section-btn {
  color: #000000;
}
.cid-vazmuJv518 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vazmuJv518 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vazmuJv518 .mbr-section-title {
  color: #24262b;
}
.cid-vazmuJv518 .mbr-section-subtitle {
  color: #24262b;
}
.cid-vazmuJv518 .items-row {
  row-gap: 48px;
}
.cid-vazmuJv518 .item {
  cursor: pointer;
}
.cid-vazmuJv518 .item:focus,
.cid-vazmuJv518 span:focus {
  outline: none;
}
.cid-vazmuJv518 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vazmuJv518 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vazmuJv518 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vazmuJv518 .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vazmuJv518 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vazmuJv518 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vazmuJv518 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vazmuJv518 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vazmuJv518 .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vazmuJv518 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vazmuJv518 .item-title {
  color: #24262b;
}
.cid-vazmuJv518 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vazmuJv518 .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vazPFUFiuY .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vazPFUFiuY .nav-item:focus,
.cid-vazPFUFiuY .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vazPFUFiuY .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vazPFUFiuY .nav-item .nav-link {
    position: relative;
  }
  .cid-vazPFUFiuY .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vazPFUFiuY .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vazPFUFiuY .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazPFUFiuY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vazPFUFiuY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vazPFUFiuY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vazPFUFiuY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vazPFUFiuY .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vazPFUFiuY .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vazPFUFiuY .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazPFUFiuY .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vazPFUFiuY .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vazPFUFiuY .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vazPFUFiuY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vazPFUFiuY .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vazPFUFiuY .navbar.collapsed .navbar-collapse.show,
.cid-vazPFUFiuY .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazPFUFiuY .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vazPFUFiuY .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vazPFUFiuY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vazPFUFiuY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vazPFUFiuY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vazPFUFiuY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vazPFUFiuY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vazPFUFiuY .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazPFUFiuY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vazPFUFiuY .navbar.collapsed .right-menu,
.cid-vazPFUFiuY .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vazPFUFiuY .navbar .navbar-collapse.show,
  .cid-vazPFUFiuY .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazPFUFiuY .navbar .navbar-collapse.show .brand-container,
  .cid-vazPFUFiuY .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vazPFUFiuY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vazPFUFiuY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vazPFUFiuY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vazPFUFiuY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vazPFUFiuY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vazPFUFiuY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vazPFUFiuY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vazPFUFiuY .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazPFUFiuY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vazPFUFiuY .navbar .right-menu,
  .cid-vazPFUFiuY .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vazPFUFiuY .navbar.navbar-short {
  min-height: 60px;
}
.cid-vazPFUFiuY .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazPFUFiuY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vazPFUFiuY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vazPFUFiuY .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vazPFUFiuY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vazPFUFiuY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vazPFUFiuY .dropdown-item.active,
.cid-vazPFUFiuY .dropdown-item:active {
  background-color: transparent;
}
.cid-vazPFUFiuY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vazPFUFiuY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vazPFUFiuY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vazPFUFiuY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vazPFUFiuY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vazPFUFiuY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vazPFUFiuY ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vazPFUFiuY ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vazPFUFiuY .navbar-buttons {
  margin-left: auto;
}
.cid-vazPFUFiuY button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vazPFUFiuY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vazPFUFiuY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vazPFUFiuY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vazPFUFiuY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vazPFUFiuY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vazPFUFiuY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazPFUFiuY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vazPFUFiuY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vazPFUFiuY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazPFUFiuY .navbar-dropdown {
  position: fixed;
}
.cid-vazPFUFiuY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vazPFUFiuY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vazPFUFiuY .right-menu,
.cid-vazPFUFiuY .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vazPFUFiuY .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazPFUFiuY .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazPFUFiuY .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vazPFUFiuY .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vazPFUFiuY .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vazPFUFiuY .card-wrapper {
  z-index: 3;
}
.cid-vazPFUFiuY .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vazPFUFiuY .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vazPFUFiuY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazPFVY3EY {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vazPFVY3EY .content-head {
  max-width: 800px;
}
.cid-vazPFVY3EY .mbr-text,
.cid-vazPFVY3EY .mbr-section-btn {
  color: #000000;
}
.cid-vazPFX44Pc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vazPFX44Pc .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vazPFX44Pc .mbr-section-title {
  color: #24262b;
}
.cid-vazPFX44Pc .mbr-section-subtitle {
  color: #24262b;
}
.cid-vazPFX44Pc .items-row {
  row-gap: 48px;
}
.cid-vazPFX44Pc .item {
  cursor: pointer;
}
.cid-vazPFX44Pc .item:focus,
.cid-vazPFX44Pc span:focus {
  outline: none;
}
.cid-vazPFX44Pc .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vazPFX44Pc .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vazPFX44Pc .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vazPFX44Pc .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vazPFX44Pc img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vazPFX44Pc .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vazPFX44Pc .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vazPFX44Pc .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vazPFX44Pc .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vazPFX44Pc .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vazPFX44Pc .item-title {
  color: #24262b;
}
.cid-vazPFX44Pc .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vazPFX44Pc .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vazRzzqAAt .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vazRzzqAAt .nav-item:focus,
.cid-vazRzzqAAt .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vazRzzqAAt .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vazRzzqAAt .nav-item .nav-link {
    position: relative;
  }
  .cid-vazRzzqAAt .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vazRzzqAAt .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vazRzzqAAt .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazRzzqAAt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vazRzzqAAt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vazRzzqAAt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vazRzzqAAt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vazRzzqAAt .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vazRzzqAAt .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vazRzzqAAt .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazRzzqAAt .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vazRzzqAAt .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vazRzzqAAt .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vazRzzqAAt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vazRzzqAAt .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vazRzzqAAt .navbar.collapsed .navbar-collapse.show,
.cid-vazRzzqAAt .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazRzzqAAt .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vazRzzqAAt .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vazRzzqAAt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vazRzzqAAt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vazRzzqAAt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vazRzzqAAt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vazRzzqAAt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vazRzzqAAt .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazRzzqAAt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vazRzzqAAt .navbar.collapsed .right-menu,
.cid-vazRzzqAAt .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vazRzzqAAt .navbar .navbar-collapse.show,
  .cid-vazRzzqAAt .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazRzzqAAt .navbar .navbar-collapse.show .brand-container,
  .cid-vazRzzqAAt .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vazRzzqAAt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vazRzzqAAt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vazRzzqAAt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vazRzzqAAt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vazRzzqAAt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vazRzzqAAt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vazRzzqAAt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vazRzzqAAt .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazRzzqAAt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vazRzzqAAt .navbar .right-menu,
  .cid-vazRzzqAAt .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vazRzzqAAt .navbar.navbar-short {
  min-height: 60px;
}
.cid-vazRzzqAAt .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazRzzqAAt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vazRzzqAAt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vazRzzqAAt .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vazRzzqAAt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vazRzzqAAt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vazRzzqAAt .dropdown-item.active,
.cid-vazRzzqAAt .dropdown-item:active {
  background-color: transparent;
}
.cid-vazRzzqAAt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vazRzzqAAt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vazRzzqAAt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vazRzzqAAt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vazRzzqAAt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vazRzzqAAt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vazRzzqAAt ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vazRzzqAAt ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vazRzzqAAt .navbar-buttons {
  margin-left: auto;
}
.cid-vazRzzqAAt button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vazRzzqAAt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vazRzzqAAt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vazRzzqAAt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vazRzzqAAt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vazRzzqAAt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vazRzzqAAt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazRzzqAAt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vazRzzqAAt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vazRzzqAAt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazRzzqAAt .navbar-dropdown {
  position: fixed;
}
.cid-vazRzzqAAt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vazRzzqAAt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vazRzzqAAt .right-menu,
.cid-vazRzzqAAt .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vazRzzqAAt .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazRzzqAAt .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazRzzqAAt .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vazRzzqAAt .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vazRzzqAAt .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vazRzzqAAt .card-wrapper {
  z-index: 3;
}
.cid-vazRzzqAAt .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vazRzzqAAt .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vazRzzqAAt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazRzArdF3 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vazRzArdF3 .content-head {
  max-width: 800px;
}
.cid-vazRzArdF3 .mbr-text,
.cid-vazRzArdF3 .mbr-section-btn {
  color: #000000;
}
.cid-vazRzBo0Ab {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vazRzBo0Ab .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vazRzBo0Ab .mbr-section-title {
  color: #24262b;
}
.cid-vazRzBo0Ab .mbr-section-subtitle {
  color: #24262b;
}
.cid-vazRzBo0Ab .items-row {
  row-gap: 48px;
}
.cid-vazRzBo0Ab .item {
  cursor: pointer;
}
.cid-vazRzBo0Ab .item:focus,
.cid-vazRzBo0Ab span:focus {
  outline: none;
}
.cid-vazRzBo0Ab .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vazRzBo0Ab .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vazRzBo0Ab .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vazRzBo0Ab .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vazRzBo0Ab img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vazRzBo0Ab .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vazRzBo0Ab .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vazRzBo0Ab .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vazRzBo0Ab .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vazRzBo0Ab .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vazRzBo0Ab .item-title {
  color: #24262b;
}
.cid-vazRzBo0Ab .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vazRzBo0Ab .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vazW3mT4lZ .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vazW3mT4lZ .nav-item:focus,
.cid-vazW3mT4lZ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vazW3mT4lZ .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vazW3mT4lZ .nav-item .nav-link {
    position: relative;
  }
  .cid-vazW3mT4lZ .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vazW3mT4lZ .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vazW3mT4lZ .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazW3mT4lZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vazW3mT4lZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vazW3mT4lZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vazW3mT4lZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vazW3mT4lZ .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vazW3mT4lZ .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vazW3mT4lZ .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazW3mT4lZ .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vazW3mT4lZ .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vazW3mT4lZ .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vazW3mT4lZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vazW3mT4lZ .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vazW3mT4lZ .navbar.collapsed .navbar-collapse.show,
.cid-vazW3mT4lZ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazW3mT4lZ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vazW3mT4lZ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vazW3mT4lZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vazW3mT4lZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vazW3mT4lZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vazW3mT4lZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vazW3mT4lZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vazW3mT4lZ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazW3mT4lZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vazW3mT4lZ .navbar.collapsed .right-menu,
.cid-vazW3mT4lZ .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vazW3mT4lZ .navbar .navbar-collapse.show,
  .cid-vazW3mT4lZ .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazW3mT4lZ .navbar .navbar-collapse.show .brand-container,
  .cid-vazW3mT4lZ .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vazW3mT4lZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vazW3mT4lZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vazW3mT4lZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vazW3mT4lZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vazW3mT4lZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vazW3mT4lZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vazW3mT4lZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vazW3mT4lZ .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazW3mT4lZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vazW3mT4lZ .navbar .right-menu,
  .cid-vazW3mT4lZ .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vazW3mT4lZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vazW3mT4lZ .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazW3mT4lZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vazW3mT4lZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vazW3mT4lZ .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vazW3mT4lZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vazW3mT4lZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vazW3mT4lZ .dropdown-item.active,
.cid-vazW3mT4lZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vazW3mT4lZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vazW3mT4lZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vazW3mT4lZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vazW3mT4lZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vazW3mT4lZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vazW3mT4lZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vazW3mT4lZ ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vazW3mT4lZ ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vazW3mT4lZ .navbar-buttons {
  margin-left: auto;
}
.cid-vazW3mT4lZ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vazW3mT4lZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vazW3mT4lZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vazW3mT4lZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vazW3mT4lZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vazW3mT4lZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vazW3mT4lZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazW3mT4lZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vazW3mT4lZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vazW3mT4lZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazW3mT4lZ .navbar-dropdown {
  position: fixed;
}
.cid-vazW3mT4lZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vazW3mT4lZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vazW3mT4lZ .right-menu,
.cid-vazW3mT4lZ .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vazW3mT4lZ .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazW3mT4lZ .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazW3mT4lZ .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vazW3mT4lZ .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vazW3mT4lZ .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vazW3mT4lZ .card-wrapper {
  z-index: 3;
}
.cid-vazW3mT4lZ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vazW3mT4lZ .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vazW3mT4lZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazW3oBWSA {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vazW3oBWSA .content-head {
  max-width: 800px;
}
.cid-vazW3oBWSA .mbr-text,
.cid-vazW3oBWSA .mbr-section-btn {
  color: #000000;
}
.cid-vazW3qbJ0C {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vazW3qbJ0C .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vazW3qbJ0C .mbr-section-title {
  color: #24262b;
}
.cid-vazW3qbJ0C .mbr-section-subtitle {
  color: #24262b;
}
.cid-vazW3qbJ0C .items-row {
  row-gap: 48px;
}
.cid-vazW3qbJ0C .item {
  cursor: pointer;
}
.cid-vazW3qbJ0C .item:focus,
.cid-vazW3qbJ0C span:focus {
  outline: none;
}
.cid-vazW3qbJ0C .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vazW3qbJ0C .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vazW3qbJ0C .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vazW3qbJ0C .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vazW3qbJ0C img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vazW3qbJ0C .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vazW3qbJ0C .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vazW3qbJ0C .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vazW3qbJ0C .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vazW3qbJ0C .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vazW3qbJ0C .item-title {
  color: #24262b;
}
.cid-vazW3qbJ0C .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vazW3qbJ0C .mbr-text {
  color: #24262b;
}
.cid-vazW3qbJ0C .item-title DIV {
  text-align: left;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaA37wlf3G .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaA37wlf3G .nav-item:focus,
.cid-vaA37wlf3G .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaA37wlf3G .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaA37wlf3G .nav-item .nav-link {
    position: relative;
  }
  .cid-vaA37wlf3G .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaA37wlf3G .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaA37wlf3G .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaA37wlf3G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaA37wlf3G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaA37wlf3G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaA37wlf3G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaA37wlf3G .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaA37wlf3G .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaA37wlf3G .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaA37wlf3G .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaA37wlf3G .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaA37wlf3G .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaA37wlf3G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaA37wlf3G .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaA37wlf3G .navbar.collapsed .navbar-collapse.show,
.cid-vaA37wlf3G .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaA37wlf3G .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaA37wlf3G .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaA37wlf3G .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaA37wlf3G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaA37wlf3G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaA37wlf3G .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaA37wlf3G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaA37wlf3G .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaA37wlf3G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaA37wlf3G .navbar.collapsed .right-menu,
.cid-vaA37wlf3G .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaA37wlf3G .navbar .navbar-collapse.show,
  .cid-vaA37wlf3G .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaA37wlf3G .navbar .navbar-collapse.show .brand-container,
  .cid-vaA37wlf3G .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaA37wlf3G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaA37wlf3G .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaA37wlf3G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaA37wlf3G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaA37wlf3G .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaA37wlf3G .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaA37wlf3G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaA37wlf3G .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaA37wlf3G .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaA37wlf3G .navbar .right-menu,
  .cid-vaA37wlf3G .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaA37wlf3G .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaA37wlf3G .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaA37wlf3G .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaA37wlf3G .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaA37wlf3G .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaA37wlf3G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaA37wlf3G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaA37wlf3G .dropdown-item.active,
.cid-vaA37wlf3G .dropdown-item:active {
  background-color: transparent;
}
.cid-vaA37wlf3G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaA37wlf3G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaA37wlf3G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaA37wlf3G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaA37wlf3G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaA37wlf3G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaA37wlf3G ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaA37wlf3G ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaA37wlf3G .navbar-buttons {
  margin-left: auto;
}
.cid-vaA37wlf3G button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaA37wlf3G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaA37wlf3G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaA37wlf3G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaA37wlf3G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaA37wlf3G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaA37wlf3G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaA37wlf3G nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaA37wlf3G nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaA37wlf3G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaA37wlf3G .navbar-dropdown {
  position: fixed;
}
.cid-vaA37wlf3G a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaA37wlf3G .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaA37wlf3G .right-menu,
.cid-vaA37wlf3G .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaA37wlf3G .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaA37wlf3G .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaA37wlf3G .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaA37wlf3G .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaA37wlf3G .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaA37wlf3G .card-wrapper {
  z-index: 3;
}
.cid-vaA37wlf3G .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaA37wlf3G .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaA37wlf3G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaA37xhFVA {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaA37xhFVA .content-head {
  max-width: 800px;
}
.cid-vaA37xhFVA .mbr-text,
.cid-vaA37xhFVA .mbr-section-btn {
  color: #000000;
}
.cid-vaA37y89zR {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaA37y89zR .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaA37y89zR .mbr-section-title {
  color: #24262b;
}
.cid-vaA37y89zR .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaA37y89zR .items-row {
  row-gap: 48px;
}
.cid-vaA37y89zR .item {
  cursor: pointer;
}
.cid-vaA37y89zR .item:focus,
.cid-vaA37y89zR span:focus {
  outline: none;
}
.cid-vaA37y89zR .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaA37y89zR .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaA37y89zR .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vaA37y89zR .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vaA37y89zR img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vaA37y89zR .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaA37y89zR .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaA37y89zR .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vaA37y89zR .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vaA37y89zR .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaA37y89zR .item-title {
  color: #24262b;
}
.cid-vaA37y89zR .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaA37y89zR .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaAp8NLHUJ .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaAp8NLHUJ .nav-item:focus,
.cid-vaAp8NLHUJ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaAp8NLHUJ .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaAp8NLHUJ .nav-item .nav-link {
    position: relative;
  }
  .cid-vaAp8NLHUJ .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaAp8NLHUJ .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaAp8NLHUJ .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaAp8NLHUJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaAp8NLHUJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaAp8NLHUJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaAp8NLHUJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaAp8NLHUJ .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaAp8NLHUJ .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaAp8NLHUJ .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaAp8NLHUJ .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaAp8NLHUJ .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaAp8NLHUJ .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaAp8NLHUJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaAp8NLHUJ .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaAp8NLHUJ .navbar.collapsed .navbar-collapse.show,
.cid-vaAp8NLHUJ .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaAp8NLHUJ .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaAp8NLHUJ .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaAp8NLHUJ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaAp8NLHUJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaAp8NLHUJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaAp8NLHUJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaAp8NLHUJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaAp8NLHUJ .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaAp8NLHUJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaAp8NLHUJ .navbar.collapsed .right-menu,
.cid-vaAp8NLHUJ .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaAp8NLHUJ .navbar .navbar-collapse.show,
  .cid-vaAp8NLHUJ .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaAp8NLHUJ .navbar .navbar-collapse.show .brand-container,
  .cid-vaAp8NLHUJ .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaAp8NLHUJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaAp8NLHUJ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaAp8NLHUJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaAp8NLHUJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaAp8NLHUJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaAp8NLHUJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaAp8NLHUJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaAp8NLHUJ .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaAp8NLHUJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaAp8NLHUJ .navbar .right-menu,
  .cid-vaAp8NLHUJ .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaAp8NLHUJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaAp8NLHUJ .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaAp8NLHUJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaAp8NLHUJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaAp8NLHUJ .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaAp8NLHUJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaAp8NLHUJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaAp8NLHUJ .dropdown-item.active,
.cid-vaAp8NLHUJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vaAp8NLHUJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaAp8NLHUJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaAp8NLHUJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaAp8NLHUJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaAp8NLHUJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaAp8NLHUJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaAp8NLHUJ ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaAp8NLHUJ ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaAp8NLHUJ .navbar-buttons {
  margin-left: auto;
}
.cid-vaAp8NLHUJ button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaAp8NLHUJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaAp8NLHUJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaAp8NLHUJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaAp8NLHUJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaAp8NLHUJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaAp8NLHUJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaAp8NLHUJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaAp8NLHUJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaAp8NLHUJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaAp8NLHUJ .navbar-dropdown {
  position: fixed;
}
.cid-vaAp8NLHUJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaAp8NLHUJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaAp8NLHUJ .right-menu,
.cid-vaAp8NLHUJ .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaAp8NLHUJ .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaAp8NLHUJ .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaAp8NLHUJ .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaAp8NLHUJ .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaAp8NLHUJ .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaAp8NLHUJ .card-wrapper {
  z-index: 3;
}
.cid-vaAp8NLHUJ .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaAp8NLHUJ .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaAp8NLHUJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaAp8OFzFK {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaAp8OFzFK .content-head {
  max-width: 800px;
}
.cid-vaAp8OFzFK .mbr-text,
.cid-vaAp8OFzFK .mbr-section-btn {
  color: #000000;
}
.cid-vaAp8PuWYn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaAp8PuWYn .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaAp8PuWYn .mbr-section-title {
  color: #24262b;
}
.cid-vaAp8PuWYn .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaAp8PuWYn .items-row {
  row-gap: 48px;
}
.cid-vaAp8PuWYn .item {
  cursor: pointer;
}
.cid-vaAp8PuWYn .item:focus,
.cid-vaAp8PuWYn span:focus {
  outline: none;
}
.cid-vaAp8PuWYn .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaAp8PuWYn .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaAp8PuWYn .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vaAp8PuWYn .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vaAp8PuWYn img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vaAp8PuWYn .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaAp8PuWYn .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaAp8PuWYn .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vaAp8PuWYn .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vaAp8PuWYn .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaAp8PuWYn .item-title {
  color: #24262b;
}
.cid-vaAp8PuWYn .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaAp8PuWYn .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaAs136Myi .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaAs136Myi .nav-item:focus,
.cid-vaAs136Myi .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaAs136Myi .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaAs136Myi .nav-item .nav-link {
    position: relative;
  }
  .cid-vaAs136Myi .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaAs136Myi .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaAs136Myi .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaAs136Myi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaAs136Myi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaAs136Myi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaAs136Myi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaAs136Myi .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaAs136Myi .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaAs136Myi .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaAs136Myi .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaAs136Myi .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaAs136Myi .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaAs136Myi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaAs136Myi .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaAs136Myi .navbar.collapsed .navbar-collapse.show,
.cid-vaAs136Myi .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaAs136Myi .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaAs136Myi .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaAs136Myi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaAs136Myi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaAs136Myi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaAs136Myi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaAs136Myi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaAs136Myi .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaAs136Myi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaAs136Myi .navbar.collapsed .right-menu,
.cid-vaAs136Myi .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaAs136Myi .navbar .navbar-collapse.show,
  .cid-vaAs136Myi .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaAs136Myi .navbar .navbar-collapse.show .brand-container,
  .cid-vaAs136Myi .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaAs136Myi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaAs136Myi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaAs136Myi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaAs136Myi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaAs136Myi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaAs136Myi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaAs136Myi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaAs136Myi .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaAs136Myi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaAs136Myi .navbar .right-menu,
  .cid-vaAs136Myi .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaAs136Myi .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaAs136Myi .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaAs136Myi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaAs136Myi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaAs136Myi .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaAs136Myi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaAs136Myi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaAs136Myi .dropdown-item.active,
.cid-vaAs136Myi .dropdown-item:active {
  background-color: transparent;
}
.cid-vaAs136Myi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaAs136Myi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaAs136Myi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaAs136Myi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaAs136Myi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaAs136Myi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaAs136Myi ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaAs136Myi ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaAs136Myi .navbar-buttons {
  margin-left: auto;
}
.cid-vaAs136Myi button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaAs136Myi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaAs136Myi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaAs136Myi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaAs136Myi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaAs136Myi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaAs136Myi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaAs136Myi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaAs136Myi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaAs136Myi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaAs136Myi .navbar-dropdown {
  position: fixed;
}
.cid-vaAs136Myi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaAs136Myi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaAs136Myi .right-menu,
.cid-vaAs136Myi .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaAs136Myi .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaAs136Myi .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaAs136Myi .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaAs136Myi .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaAs136Myi .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaAs136Myi .card-wrapper {
  z-index: 3;
}
.cid-vaAs136Myi .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaAs136Myi .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaAs136Myi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaAs142ge2 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaAs142ge2 .content-head {
  max-width: 800px;
}
.cid-vaAs142ge2 .mbr-text,
.cid-vaAs142ge2 .mbr-section-btn {
  color: #000000;
}
.cid-vaAs14SIC2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaAs14SIC2 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaAs14SIC2 .mbr-section-title {
  color: #24262b;
}
.cid-vaAs14SIC2 .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaAs14SIC2 .items-row {
  row-gap: 48px;
}
.cid-vaAs14SIC2 .item {
  cursor: pointer;
}
.cid-vaAs14SIC2 .item:focus,
.cid-vaAs14SIC2 span:focus {
  outline: none;
}
.cid-vaAs14SIC2 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaAs14SIC2 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaAs14SIC2 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vaAs14SIC2 .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vaAs14SIC2 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vaAs14SIC2 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaAs14SIC2 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaAs14SIC2 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vaAs14SIC2 .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vaAs14SIC2 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaAs14SIC2 .item-title {
  color: #24262b;
}
.cid-vaAs14SIC2 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaAs14SIC2 .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaAumgmrdu .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaAumgmrdu .nav-item:focus,
.cid-vaAumgmrdu .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaAumgmrdu .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaAumgmrdu .nav-item .nav-link {
    position: relative;
  }
  .cid-vaAumgmrdu .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaAumgmrdu .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaAumgmrdu .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaAumgmrdu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaAumgmrdu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaAumgmrdu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaAumgmrdu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaAumgmrdu .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaAumgmrdu .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaAumgmrdu .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaAumgmrdu .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaAumgmrdu .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaAumgmrdu .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaAumgmrdu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaAumgmrdu .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaAumgmrdu .navbar.collapsed .navbar-collapse.show,
.cid-vaAumgmrdu .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaAumgmrdu .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaAumgmrdu .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaAumgmrdu .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaAumgmrdu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaAumgmrdu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaAumgmrdu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaAumgmrdu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaAumgmrdu .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaAumgmrdu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaAumgmrdu .navbar.collapsed .right-menu,
.cid-vaAumgmrdu .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaAumgmrdu .navbar .navbar-collapse.show,
  .cid-vaAumgmrdu .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaAumgmrdu .navbar .navbar-collapse.show .brand-container,
  .cid-vaAumgmrdu .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaAumgmrdu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaAumgmrdu .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaAumgmrdu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaAumgmrdu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaAumgmrdu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaAumgmrdu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaAumgmrdu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaAumgmrdu .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaAumgmrdu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaAumgmrdu .navbar .right-menu,
  .cid-vaAumgmrdu .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaAumgmrdu .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaAumgmrdu .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaAumgmrdu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaAumgmrdu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaAumgmrdu .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaAumgmrdu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaAumgmrdu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaAumgmrdu .dropdown-item.active,
.cid-vaAumgmrdu .dropdown-item:active {
  background-color: transparent;
}
.cid-vaAumgmrdu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaAumgmrdu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaAumgmrdu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaAumgmrdu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaAumgmrdu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaAumgmrdu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaAumgmrdu ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaAumgmrdu ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaAumgmrdu .navbar-buttons {
  margin-left: auto;
}
.cid-vaAumgmrdu button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaAumgmrdu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaAumgmrdu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaAumgmrdu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaAumgmrdu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaAumgmrdu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaAumgmrdu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaAumgmrdu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaAumgmrdu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaAumgmrdu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaAumgmrdu .navbar-dropdown {
  position: fixed;
}
.cid-vaAumgmrdu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaAumgmrdu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaAumgmrdu .right-menu,
.cid-vaAumgmrdu .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaAumgmrdu .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaAumgmrdu .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaAumgmrdu .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaAumgmrdu .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaAumgmrdu .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaAumgmrdu .card-wrapper {
  z-index: 3;
}
.cid-vaAumgmrdu .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaAumgmrdu .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaAumgmrdu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaAumhXIjg {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaAumhXIjg .content-head {
  max-width: 800px;
}
.cid-vaAumhXIjg .mbr-text,
.cid-vaAumhXIjg .mbr-section-btn {
  color: #000000;
}
.cid-vaAumj497H {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaAumj497H .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaAumj497H .mbr-section-title {
  color: #24262b;
}
.cid-vaAumj497H .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaAumj497H .items-row {
  row-gap: 48px;
}
.cid-vaAumj497H .item {
  cursor: pointer;
}
.cid-vaAumj497H .item:focus,
.cid-vaAumj497H span:focus {
  outline: none;
}
.cid-vaAumj497H .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaAumj497H .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaAumj497H .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vaAumj497H .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vaAumj497H img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vaAumj497H .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaAumj497H .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaAumj497H .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vaAumj497H .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vaAumj497H .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaAumj497H .item-title {
  color: #24262b;
}
.cid-vaAumj497H .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaAumj497H .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaDTJhPTma .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaDTJhPTma .nav-item:focus,
.cid-vaDTJhPTma .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaDTJhPTma .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaDTJhPTma .nav-item .nav-link {
    position: relative;
  }
  .cid-vaDTJhPTma .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaDTJhPTma .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaDTJhPTma .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaDTJhPTma .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaDTJhPTma .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaDTJhPTma .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaDTJhPTma .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaDTJhPTma .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaDTJhPTma .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaDTJhPTma .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaDTJhPTma .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaDTJhPTma .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaDTJhPTma .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaDTJhPTma .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaDTJhPTma .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaDTJhPTma .navbar.collapsed .navbar-collapse.show,
.cid-vaDTJhPTma .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaDTJhPTma .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaDTJhPTma .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaDTJhPTma .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaDTJhPTma .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaDTJhPTma .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaDTJhPTma .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaDTJhPTma .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaDTJhPTma .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaDTJhPTma .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaDTJhPTma .navbar.collapsed .right-menu,
.cid-vaDTJhPTma .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaDTJhPTma .navbar .navbar-collapse.show,
  .cid-vaDTJhPTma .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaDTJhPTma .navbar .navbar-collapse.show .brand-container,
  .cid-vaDTJhPTma .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaDTJhPTma .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaDTJhPTma .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaDTJhPTma .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaDTJhPTma .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaDTJhPTma .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaDTJhPTma .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaDTJhPTma .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaDTJhPTma .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaDTJhPTma .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaDTJhPTma .navbar .right-menu,
  .cid-vaDTJhPTma .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaDTJhPTma .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaDTJhPTma .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaDTJhPTma .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaDTJhPTma .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaDTJhPTma .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaDTJhPTma .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaDTJhPTma .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaDTJhPTma .dropdown-item.active,
.cid-vaDTJhPTma .dropdown-item:active {
  background-color: transparent;
}
.cid-vaDTJhPTma .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaDTJhPTma .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaDTJhPTma .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaDTJhPTma .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaDTJhPTma .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaDTJhPTma .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaDTJhPTma ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaDTJhPTma ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaDTJhPTma .navbar-buttons {
  margin-left: auto;
}
.cid-vaDTJhPTma button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaDTJhPTma button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaDTJhPTma button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaDTJhPTma button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaDTJhPTma button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaDTJhPTma button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaDTJhPTma nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaDTJhPTma nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaDTJhPTma nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaDTJhPTma nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaDTJhPTma .navbar-dropdown {
  position: fixed;
}
.cid-vaDTJhPTma a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaDTJhPTma .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaDTJhPTma .right-menu,
.cid-vaDTJhPTma .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaDTJhPTma .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaDTJhPTma .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaDTJhPTma .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaDTJhPTma .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaDTJhPTma .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaDTJhPTma .card-wrapper {
  z-index: 3;
}
.cid-vaDTJhPTma .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaDTJhPTma .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaDTJhPTma .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaDTJi3Jx2 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaDTJi3Jx2 .content-head {
  max-width: 800px;
}
.cid-vaDTJi3Jx2 .mbr-text,
.cid-vaDTJi3Jx2 .mbr-section-btn {
  color: #000000;
}
.cid-vaDTJiefcQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaDTJiefcQ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaDTJiefcQ .mbr-section-title {
  color: #24262b;
}
.cid-vaDTJiefcQ .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaDTJiefcQ .items-row {
  row-gap: 48px;
}
.cid-vaDTJiefcQ .item {
  cursor: pointer;
}
.cid-vaDTJiefcQ .item:focus,
.cid-vaDTJiefcQ span:focus {
  outline: none;
}
.cid-vaDTJiefcQ .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaDTJiefcQ .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaDTJiefcQ .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vaDTJiefcQ .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vaDTJiefcQ img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vaDTJiefcQ .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaDTJiefcQ .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaDTJiefcQ .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vaDTJiefcQ .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vaDTJiefcQ .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaDTJiefcQ .item-title {
  color: #24262b;
}
.cid-vaDTJiefcQ .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaDTJiefcQ .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaDTLLngP4 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaDTLLngP4 .nav-item:focus,
.cid-vaDTLLngP4 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaDTLLngP4 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaDTLLngP4 .nav-item .nav-link {
    position: relative;
  }
  .cid-vaDTLLngP4 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaDTLLngP4 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaDTLLngP4 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaDTLLngP4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaDTLLngP4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaDTLLngP4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaDTLLngP4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaDTLLngP4 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaDTLLngP4 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaDTLLngP4 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaDTLLngP4 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaDTLLngP4 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaDTLLngP4 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaDTLLngP4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaDTLLngP4 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaDTLLngP4 .navbar.collapsed .navbar-collapse.show,
.cid-vaDTLLngP4 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaDTLLngP4 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaDTLLngP4 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaDTLLngP4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaDTLLngP4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaDTLLngP4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaDTLLngP4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaDTLLngP4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaDTLLngP4 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaDTLLngP4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaDTLLngP4 .navbar.collapsed .right-menu,
.cid-vaDTLLngP4 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaDTLLngP4 .navbar .navbar-collapse.show,
  .cid-vaDTLLngP4 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaDTLLngP4 .navbar .navbar-collapse.show .brand-container,
  .cid-vaDTLLngP4 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaDTLLngP4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaDTLLngP4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaDTLLngP4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaDTLLngP4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaDTLLngP4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaDTLLngP4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaDTLLngP4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaDTLLngP4 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaDTLLngP4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaDTLLngP4 .navbar .right-menu,
  .cid-vaDTLLngP4 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaDTLLngP4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaDTLLngP4 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaDTLLngP4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaDTLLngP4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaDTLLngP4 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaDTLLngP4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaDTLLngP4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaDTLLngP4 .dropdown-item.active,
.cid-vaDTLLngP4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vaDTLLngP4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaDTLLngP4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaDTLLngP4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaDTLLngP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaDTLLngP4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaDTLLngP4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaDTLLngP4 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaDTLLngP4 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaDTLLngP4 .navbar-buttons {
  margin-left: auto;
}
.cid-vaDTLLngP4 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaDTLLngP4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaDTLLngP4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaDTLLngP4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaDTLLngP4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaDTLLngP4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaDTLLngP4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaDTLLngP4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaDTLLngP4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaDTLLngP4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaDTLLngP4 .navbar-dropdown {
  position: fixed;
}
.cid-vaDTLLngP4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaDTLLngP4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaDTLLngP4 .right-menu,
.cid-vaDTLLngP4 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaDTLLngP4 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaDTLLngP4 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaDTLLngP4 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaDTLLngP4 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaDTLLngP4 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaDTLLngP4 .card-wrapper {
  z-index: 3;
}
.cid-vaDTLLngP4 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaDTLLngP4 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaDTLLngP4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaDTLLCebS {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaDTLLCebS .content-head {
  max-width: 800px;
}
.cid-vaDTLLCebS .mbr-text,
.cid-vaDTLLCebS .mbr-section-btn {
  color: #000000;
}
.cid-vaDTLLNKYc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaDTLLNKYc .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaDTLLNKYc .mbr-section-title {
  color: #24262b;
}
.cid-vaDTLLNKYc .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaDTLLNKYc .items-row {
  row-gap: 48px;
}
.cid-vaDTLLNKYc .item {
  cursor: pointer;
}
.cid-vaDTLLNKYc .item:focus,
.cid-vaDTLLNKYc span:focus {
  outline: none;
}
.cid-vaDTLLNKYc .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaDTLLNKYc .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaDTLLNKYc .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vaDTLLNKYc .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vaDTLLNKYc img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vaDTLLNKYc .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaDTLLNKYc .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaDTLLNKYc .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vaDTLLNKYc .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vaDTLLNKYc .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaDTLLNKYc .item-title {
  color: #24262b;
}
.cid-vaDTLLNKYc .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaDTLLNKYc .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaDYdrt4Nd .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaDYdrt4Nd .nav-item:focus,
.cid-vaDYdrt4Nd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaDYdrt4Nd .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaDYdrt4Nd .nav-item .nav-link {
    position: relative;
  }
  .cid-vaDYdrt4Nd .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaDYdrt4Nd .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaDYdrt4Nd .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaDYdrt4Nd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaDYdrt4Nd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaDYdrt4Nd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaDYdrt4Nd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaDYdrt4Nd .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaDYdrt4Nd .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaDYdrt4Nd .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaDYdrt4Nd .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaDYdrt4Nd .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaDYdrt4Nd .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaDYdrt4Nd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaDYdrt4Nd .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaDYdrt4Nd .navbar.collapsed .navbar-collapse.show,
.cid-vaDYdrt4Nd .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaDYdrt4Nd .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaDYdrt4Nd .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaDYdrt4Nd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaDYdrt4Nd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaDYdrt4Nd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaDYdrt4Nd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaDYdrt4Nd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaDYdrt4Nd .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaDYdrt4Nd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaDYdrt4Nd .navbar.collapsed .right-menu,
.cid-vaDYdrt4Nd .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaDYdrt4Nd .navbar .navbar-collapse.show,
  .cid-vaDYdrt4Nd .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaDYdrt4Nd .navbar .navbar-collapse.show .brand-container,
  .cid-vaDYdrt4Nd .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaDYdrt4Nd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaDYdrt4Nd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaDYdrt4Nd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaDYdrt4Nd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaDYdrt4Nd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaDYdrt4Nd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaDYdrt4Nd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaDYdrt4Nd .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaDYdrt4Nd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaDYdrt4Nd .navbar .right-menu,
  .cid-vaDYdrt4Nd .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaDYdrt4Nd .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaDYdrt4Nd .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaDYdrt4Nd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaDYdrt4Nd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaDYdrt4Nd .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaDYdrt4Nd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaDYdrt4Nd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaDYdrt4Nd .dropdown-item.active,
.cid-vaDYdrt4Nd .dropdown-item:active {
  background-color: transparent;
}
.cid-vaDYdrt4Nd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaDYdrt4Nd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaDYdrt4Nd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaDYdrt4Nd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaDYdrt4Nd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaDYdrt4Nd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaDYdrt4Nd ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaDYdrt4Nd ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaDYdrt4Nd .navbar-buttons {
  margin-left: auto;
}
.cid-vaDYdrt4Nd button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaDYdrt4Nd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaDYdrt4Nd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaDYdrt4Nd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaDYdrt4Nd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaDYdrt4Nd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaDYdrt4Nd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaDYdrt4Nd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaDYdrt4Nd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaDYdrt4Nd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaDYdrt4Nd .navbar-dropdown {
  position: fixed;
}
.cid-vaDYdrt4Nd a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaDYdrt4Nd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaDYdrt4Nd .right-menu,
.cid-vaDYdrt4Nd .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaDYdrt4Nd .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaDYdrt4Nd .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaDYdrt4Nd .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaDYdrt4Nd .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaDYdrt4Nd .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaDYdrt4Nd .card-wrapper {
  z-index: 3;
}
.cid-vaDYdrt4Nd .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaDYdrt4Nd .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaDYdrt4Nd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaDYdrNbA3 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaDYdrNbA3 .content-head {
  max-width: 800px;
}
.cid-vaDYdrNbA3 .mbr-text,
.cid-vaDYdrNbA3 .mbr-section-btn {
  color: #000000;
}
.cid-vaDYds15sY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaDYds15sY .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaDYds15sY .mbr-section-title {
  color: #24262b;
}
.cid-vaDYds15sY .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaDYds15sY .items-row {
  row-gap: 48px;
}
.cid-vaDYds15sY .item {
  cursor: pointer;
}
.cid-vaDYds15sY .item:focus,
.cid-vaDYds15sY span:focus {
  outline: none;
}
.cid-vaDYds15sY .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaDYds15sY .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaDYds15sY .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vaDYds15sY .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vaDYds15sY img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vaDYds15sY .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaDYds15sY .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaDYds15sY .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vaDYds15sY .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vaDYds15sY .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaDYds15sY .item-title {
  color: #24262b;
}
.cid-vaDYds15sY .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaDYds15sY .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaE0PE5qzz .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaE0PE5qzz .nav-item:focus,
.cid-vaE0PE5qzz .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaE0PE5qzz .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaE0PE5qzz .nav-item .nav-link {
    position: relative;
  }
  .cid-vaE0PE5qzz .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaE0PE5qzz .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaE0PE5qzz .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaE0PE5qzz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaE0PE5qzz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaE0PE5qzz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaE0PE5qzz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaE0PE5qzz .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaE0PE5qzz .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaE0PE5qzz .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaE0PE5qzz .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaE0PE5qzz .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaE0PE5qzz .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaE0PE5qzz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaE0PE5qzz .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaE0PE5qzz .navbar.collapsed .navbar-collapse.show,
.cid-vaE0PE5qzz .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaE0PE5qzz .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaE0PE5qzz .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaE0PE5qzz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaE0PE5qzz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaE0PE5qzz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaE0PE5qzz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaE0PE5qzz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaE0PE5qzz .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaE0PE5qzz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaE0PE5qzz .navbar.collapsed .right-menu,
.cid-vaE0PE5qzz .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaE0PE5qzz .navbar .navbar-collapse.show,
  .cid-vaE0PE5qzz .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaE0PE5qzz .navbar .navbar-collapse.show .brand-container,
  .cid-vaE0PE5qzz .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaE0PE5qzz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaE0PE5qzz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaE0PE5qzz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaE0PE5qzz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaE0PE5qzz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaE0PE5qzz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaE0PE5qzz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaE0PE5qzz .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaE0PE5qzz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaE0PE5qzz .navbar .right-menu,
  .cid-vaE0PE5qzz .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaE0PE5qzz .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaE0PE5qzz .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaE0PE5qzz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaE0PE5qzz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaE0PE5qzz .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaE0PE5qzz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaE0PE5qzz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaE0PE5qzz .dropdown-item.active,
.cid-vaE0PE5qzz .dropdown-item:active {
  background-color: transparent;
}
.cid-vaE0PE5qzz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaE0PE5qzz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaE0PE5qzz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaE0PE5qzz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaE0PE5qzz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaE0PE5qzz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaE0PE5qzz ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaE0PE5qzz ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaE0PE5qzz .navbar-buttons {
  margin-left: auto;
}
.cid-vaE0PE5qzz button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaE0PE5qzz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaE0PE5qzz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaE0PE5qzz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaE0PE5qzz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaE0PE5qzz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaE0PE5qzz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaE0PE5qzz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaE0PE5qzz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaE0PE5qzz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaE0PE5qzz .navbar-dropdown {
  position: fixed;
}
.cid-vaE0PE5qzz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaE0PE5qzz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaE0PE5qzz .right-menu,
.cid-vaE0PE5qzz .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaE0PE5qzz .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaE0PE5qzz .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaE0PE5qzz .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaE0PE5qzz .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaE0PE5qzz .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaE0PE5qzz .card-wrapper {
  z-index: 3;
}
.cid-vaE0PE5qzz .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaE0PE5qzz .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaE0PE5qzz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaE0PElL0p {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaE0PElL0p .content-head {
  max-width: 800px;
}
.cid-vaE0PElL0p .mbr-text,
.cid-vaE0PElL0p .mbr-section-btn {
  color: #000000;
}
.cid-vaE0PEyiXF {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaE0PEyiXF .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaE0PEyiXF .mbr-section-title {
  color: #24262b;
}
.cid-vaE0PEyiXF .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaE0PEyiXF .items-row {
  row-gap: 48px;
}
.cid-vaE0PEyiXF .item {
  cursor: pointer;
}
.cid-vaE0PEyiXF .item:focus,
.cid-vaE0PEyiXF span:focus {
  outline: none;
}
.cid-vaE0PEyiXF .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaE0PEyiXF .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaE0PEyiXF .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vaE0PEyiXF .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vaE0PEyiXF img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vaE0PEyiXF .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaE0PEyiXF .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaE0PEyiXF .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vaE0PEyiXF .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vaE0PEyiXF .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaE0PEyiXF .item-title {
  color: #24262b;
}
.cid-vaE0PEyiXF .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaE0PEyiXF .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaE7cD35Jy .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaE7cD35Jy .nav-item:focus,
.cid-vaE7cD35Jy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaE7cD35Jy .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaE7cD35Jy .nav-item .nav-link {
    position: relative;
  }
  .cid-vaE7cD35Jy .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaE7cD35Jy .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaE7cD35Jy .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaE7cD35Jy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaE7cD35Jy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaE7cD35Jy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaE7cD35Jy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaE7cD35Jy .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaE7cD35Jy .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaE7cD35Jy .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaE7cD35Jy .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaE7cD35Jy .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaE7cD35Jy .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaE7cD35Jy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaE7cD35Jy .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaE7cD35Jy .navbar.collapsed .navbar-collapse.show,
.cid-vaE7cD35Jy .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaE7cD35Jy .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaE7cD35Jy .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaE7cD35Jy .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaE7cD35Jy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaE7cD35Jy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaE7cD35Jy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaE7cD35Jy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaE7cD35Jy .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaE7cD35Jy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaE7cD35Jy .navbar.collapsed .right-menu,
.cid-vaE7cD35Jy .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaE7cD35Jy .navbar .navbar-collapse.show,
  .cid-vaE7cD35Jy .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaE7cD35Jy .navbar .navbar-collapse.show .brand-container,
  .cid-vaE7cD35Jy .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaE7cD35Jy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaE7cD35Jy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaE7cD35Jy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaE7cD35Jy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaE7cD35Jy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaE7cD35Jy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaE7cD35Jy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaE7cD35Jy .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaE7cD35Jy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaE7cD35Jy .navbar .right-menu,
  .cid-vaE7cD35Jy .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaE7cD35Jy .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaE7cD35Jy .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaE7cD35Jy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaE7cD35Jy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaE7cD35Jy .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaE7cD35Jy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaE7cD35Jy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaE7cD35Jy .dropdown-item.active,
.cid-vaE7cD35Jy .dropdown-item:active {
  background-color: transparent;
}
.cid-vaE7cD35Jy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaE7cD35Jy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaE7cD35Jy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaE7cD35Jy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaE7cD35Jy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaE7cD35Jy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaE7cD35Jy ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaE7cD35Jy ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaE7cD35Jy .navbar-buttons {
  margin-left: auto;
}
.cid-vaE7cD35Jy button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaE7cD35Jy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaE7cD35Jy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaE7cD35Jy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaE7cD35Jy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaE7cD35Jy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaE7cD35Jy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaE7cD35Jy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaE7cD35Jy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaE7cD35Jy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaE7cD35Jy .navbar-dropdown {
  position: fixed;
}
.cid-vaE7cD35Jy a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaE7cD35Jy .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaE7cD35Jy .right-menu,
.cid-vaE7cD35Jy .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaE7cD35Jy .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaE7cD35Jy .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaE7cD35Jy .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaE7cD35Jy .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaE7cD35Jy .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaE7cD35Jy .card-wrapper {
  z-index: 3;
}
.cid-vaE7cD35Jy .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaE7cD35Jy .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaE7cD35Jy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaE7cDxqEY {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaE7cDxqEY .content-head {
  max-width: 800px;
}
.cid-vaE7cDxqEY .mbr-text,
.cid-vaE7cDxqEY .mbr-section-btn {
  color: #000000;
}
.cid-vaE7cDPga6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaE7cDPga6 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaE7cDPga6 .mbr-section-title {
  color: #24262b;
}
.cid-vaE7cDPga6 .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaE7cDPga6 .items-row {
  row-gap: 48px;
}
.cid-vaE7cDPga6 .item {
  cursor: pointer;
}
.cid-vaE7cDPga6 .item:focus,
.cid-vaE7cDPga6 span:focus {
  outline: none;
}
.cid-vaE7cDPga6 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaE7cDPga6 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaE7cDPga6 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vaE7cDPga6 .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vaE7cDPga6 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vaE7cDPga6 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaE7cDPga6 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaE7cDPga6 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vaE7cDPga6 .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vaE7cDPga6 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaE7cDPga6 .item-title {
  color: #24262b;
}
.cid-vaE7cDPga6 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaE7cDPga6 .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vazKV8cgiw .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vazKV8cgiw .nav-item:focus,
.cid-vazKV8cgiw .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vazKV8cgiw .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vazKV8cgiw .nav-item .nav-link {
    position: relative;
  }
  .cid-vazKV8cgiw .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vazKV8cgiw .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vazKV8cgiw .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazKV8cgiw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vazKV8cgiw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vazKV8cgiw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vazKV8cgiw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vazKV8cgiw .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vazKV8cgiw .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vazKV8cgiw .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazKV8cgiw .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vazKV8cgiw .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vazKV8cgiw .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vazKV8cgiw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vazKV8cgiw .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vazKV8cgiw .navbar.collapsed .navbar-collapse.show,
.cid-vazKV8cgiw .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazKV8cgiw .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vazKV8cgiw .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vazKV8cgiw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vazKV8cgiw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vazKV8cgiw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vazKV8cgiw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vazKV8cgiw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vazKV8cgiw .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vazKV8cgiw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vazKV8cgiw .navbar.collapsed .right-menu,
.cid-vazKV8cgiw .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vazKV8cgiw .navbar .navbar-collapse.show,
  .cid-vazKV8cgiw .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazKV8cgiw .navbar .navbar-collapse.show .brand-container,
  .cid-vazKV8cgiw .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vazKV8cgiw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vazKV8cgiw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vazKV8cgiw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vazKV8cgiw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vazKV8cgiw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vazKV8cgiw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vazKV8cgiw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vazKV8cgiw .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vazKV8cgiw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vazKV8cgiw .navbar .right-menu,
  .cid-vazKV8cgiw .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vazKV8cgiw .navbar.navbar-short {
  min-height: 60px;
}
.cid-vazKV8cgiw .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vazKV8cgiw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vazKV8cgiw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vazKV8cgiw .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vazKV8cgiw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vazKV8cgiw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vazKV8cgiw .dropdown-item.active,
.cid-vazKV8cgiw .dropdown-item:active {
  background-color: transparent;
}
.cid-vazKV8cgiw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vazKV8cgiw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vazKV8cgiw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vazKV8cgiw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vazKV8cgiw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vazKV8cgiw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vazKV8cgiw ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vazKV8cgiw ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vazKV8cgiw .navbar-buttons {
  margin-left: auto;
}
.cid-vazKV8cgiw button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vazKV8cgiw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vazKV8cgiw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vazKV8cgiw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vazKV8cgiw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vazKV8cgiw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vazKV8cgiw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazKV8cgiw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vazKV8cgiw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vazKV8cgiw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vazKV8cgiw .navbar-dropdown {
  position: fixed;
}
.cid-vazKV8cgiw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vazKV8cgiw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vazKV8cgiw .right-menu,
.cid-vazKV8cgiw .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vazKV8cgiw .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazKV8cgiw .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vazKV8cgiw .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vazKV8cgiw .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vazKV8cgiw .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vazKV8cgiw .card-wrapper {
  z-index: 3;
}
.cid-vazKV8cgiw .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vazKV8cgiw .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vazKV8cgiw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vazKV69Zj4 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vazKV69Zj4 .content-head {
  max-width: 800px;
}
.cid-vazKV69Zj4 .mbr-text,
.cid-vazKV69Zj4 .mbr-section-btn {
  color: #000000;
}
.cid-vazKV7vG7j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vazKV7vG7j .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vazKV7vG7j .mbr-section-title {
  color: #24262b;
}
.cid-vazKV7vG7j .mbr-section-subtitle {
  color: #24262b;
}
.cid-vazKV7vG7j .items-row {
  row-gap: 48px;
}
.cid-vazKV7vG7j .item {
  cursor: pointer;
}
.cid-vazKV7vG7j .item:focus,
.cid-vazKV7vG7j span:focus {
  outline: none;
}
.cid-vazKV7vG7j .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vazKV7vG7j .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vazKV7vG7j .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vazKV7vG7j .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vazKV7vG7j img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vazKV7vG7j .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vazKV7vG7j .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vazKV7vG7j .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vazKV7vG7j .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vazKV7vG7j .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vazKV7vG7j .item-title {
  color: #24262b;
}
.cid-vazKV7vG7j .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vazKV7vG7j .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaEb6Lphyp .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaEb6Lphyp .nav-item:focus,
.cid-vaEb6Lphyp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaEb6Lphyp .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaEb6Lphyp .nav-item .nav-link {
    position: relative;
  }
  .cid-vaEb6Lphyp .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaEb6Lphyp .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaEb6Lphyp .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaEb6Lphyp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaEb6Lphyp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaEb6Lphyp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaEb6Lphyp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaEb6Lphyp .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaEb6Lphyp .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaEb6Lphyp .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaEb6Lphyp .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaEb6Lphyp .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaEb6Lphyp .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaEb6Lphyp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaEb6Lphyp .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaEb6Lphyp .navbar.collapsed .navbar-collapse.show,
.cid-vaEb6Lphyp .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaEb6Lphyp .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaEb6Lphyp .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaEb6Lphyp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaEb6Lphyp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaEb6Lphyp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaEb6Lphyp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaEb6Lphyp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaEb6Lphyp .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaEb6Lphyp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaEb6Lphyp .navbar.collapsed .right-menu,
.cid-vaEb6Lphyp .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaEb6Lphyp .navbar .navbar-collapse.show,
  .cid-vaEb6Lphyp .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaEb6Lphyp .navbar .navbar-collapse.show .brand-container,
  .cid-vaEb6Lphyp .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaEb6Lphyp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaEb6Lphyp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaEb6Lphyp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaEb6Lphyp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaEb6Lphyp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaEb6Lphyp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaEb6Lphyp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaEb6Lphyp .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaEb6Lphyp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaEb6Lphyp .navbar .right-menu,
  .cid-vaEb6Lphyp .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaEb6Lphyp .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaEb6Lphyp .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaEb6Lphyp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaEb6Lphyp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaEb6Lphyp .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaEb6Lphyp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaEb6Lphyp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaEb6Lphyp .dropdown-item.active,
.cid-vaEb6Lphyp .dropdown-item:active {
  background-color: transparent;
}
.cid-vaEb6Lphyp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaEb6Lphyp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaEb6Lphyp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaEb6Lphyp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaEb6Lphyp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaEb6Lphyp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaEb6Lphyp ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaEb6Lphyp ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaEb6Lphyp .navbar-buttons {
  margin-left: auto;
}
.cid-vaEb6Lphyp button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaEb6Lphyp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaEb6Lphyp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaEb6Lphyp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaEb6Lphyp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaEb6Lphyp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaEb6Lphyp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaEb6Lphyp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaEb6Lphyp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaEb6Lphyp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaEb6Lphyp .navbar-dropdown {
  position: fixed;
}
.cid-vaEb6Lphyp a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaEb6Lphyp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaEb6Lphyp .right-menu,
.cid-vaEb6Lphyp .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaEb6Lphyp .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaEb6Lphyp .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaEb6Lphyp .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaEb6Lphyp .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaEb6Lphyp .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaEb6Lphyp .card-wrapper {
  z-index: 3;
}
.cid-vaEb6Lphyp .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaEb6Lphyp .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaEb6Lphyp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaEb6LFJ1c {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaEb6LFJ1c .content-head {
  max-width: 800px;
}
.cid-vaEb6LFJ1c .mbr-text,
.cid-vaEb6LFJ1c .mbr-section-btn {
  color: #000000;
}
.cid-vaEb6LSLOp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaEb6LSLOp .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaEb6LSLOp .mbr-section-title {
  color: #24262b;
}
.cid-vaEb6LSLOp .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaEb6LSLOp .items-row {
  row-gap: 48px;
}
.cid-vaEb6LSLOp .item {
  cursor: pointer;
}
.cid-vaEb6LSLOp .item:focus,
.cid-vaEb6LSLOp span:focus {
  outline: none;
}
.cid-vaEb6LSLOp .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaEb6LSLOp .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaEb6LSLOp .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vaEb6LSLOp .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vaEb6LSLOp img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vaEb6LSLOp .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaEb6LSLOp .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaEb6LSLOp .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vaEb6LSLOp .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vaEb6LSLOp .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaEb6LSLOp .item-title {
  color: #24262b;
}
.cid-vaEb6LSLOp .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaEb6LSLOp .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaEmUGvLs0 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaEmUGvLs0 .nav-item:focus,
.cid-vaEmUGvLs0 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaEmUGvLs0 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaEmUGvLs0 .nav-item .nav-link {
    position: relative;
  }
  .cid-vaEmUGvLs0 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaEmUGvLs0 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaEmUGvLs0 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaEmUGvLs0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaEmUGvLs0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaEmUGvLs0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaEmUGvLs0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaEmUGvLs0 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaEmUGvLs0 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaEmUGvLs0 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaEmUGvLs0 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaEmUGvLs0 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaEmUGvLs0 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaEmUGvLs0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaEmUGvLs0 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaEmUGvLs0 .navbar.collapsed .navbar-collapse.show,
.cid-vaEmUGvLs0 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaEmUGvLs0 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaEmUGvLs0 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaEmUGvLs0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaEmUGvLs0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaEmUGvLs0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaEmUGvLs0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaEmUGvLs0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaEmUGvLs0 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaEmUGvLs0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaEmUGvLs0 .navbar.collapsed .right-menu,
.cid-vaEmUGvLs0 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaEmUGvLs0 .navbar .navbar-collapse.show,
  .cid-vaEmUGvLs0 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaEmUGvLs0 .navbar .navbar-collapse.show .brand-container,
  .cid-vaEmUGvLs0 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaEmUGvLs0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaEmUGvLs0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaEmUGvLs0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaEmUGvLs0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaEmUGvLs0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaEmUGvLs0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaEmUGvLs0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaEmUGvLs0 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaEmUGvLs0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaEmUGvLs0 .navbar .right-menu,
  .cid-vaEmUGvLs0 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaEmUGvLs0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaEmUGvLs0 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaEmUGvLs0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaEmUGvLs0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaEmUGvLs0 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaEmUGvLs0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaEmUGvLs0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaEmUGvLs0 .dropdown-item.active,
.cid-vaEmUGvLs0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vaEmUGvLs0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaEmUGvLs0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaEmUGvLs0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaEmUGvLs0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaEmUGvLs0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaEmUGvLs0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaEmUGvLs0 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaEmUGvLs0 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaEmUGvLs0 .navbar-buttons {
  margin-left: auto;
}
.cid-vaEmUGvLs0 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaEmUGvLs0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaEmUGvLs0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaEmUGvLs0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaEmUGvLs0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaEmUGvLs0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaEmUGvLs0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaEmUGvLs0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaEmUGvLs0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaEmUGvLs0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaEmUGvLs0 .navbar-dropdown {
  position: fixed;
}
.cid-vaEmUGvLs0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaEmUGvLs0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaEmUGvLs0 .right-menu,
.cid-vaEmUGvLs0 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaEmUGvLs0 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaEmUGvLs0 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaEmUGvLs0 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaEmUGvLs0 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaEmUGvLs0 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaEmUGvLs0 .card-wrapper {
  z-index: 3;
}
.cid-vaEmUGvLs0 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaEmUGvLs0 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaEmUGvLs0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaEmUGLoJK {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaEmUGLoJK .content-head {
  max-width: 800px;
}
.cid-vaEmUGLoJK .mbr-text,
.cid-vaEmUGLoJK .mbr-section-btn {
  color: #000000;
}
.cid-vaEmUGXUL5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaEmUGXUL5 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaEmUGXUL5 .mbr-section-title {
  color: #24262b;
}
.cid-vaEmUGXUL5 .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaEmUGXUL5 .items-row {
  row-gap: 48px;
}
.cid-vaEmUGXUL5 .item {
  cursor: pointer;
}
.cid-vaEmUGXUL5 .item:focus,
.cid-vaEmUGXUL5 span:focus {
  outline: none;
}
.cid-vaEmUGXUL5 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaEmUGXUL5 .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaEmUGXUL5 .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vaEmUGXUL5 .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vaEmUGXUL5 img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vaEmUGXUL5 .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaEmUGXUL5 .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaEmUGXUL5 .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vaEmUGXUL5 .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vaEmUGXUL5 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaEmUGXUL5 .item-title {
  color: #24262b;
}
.cid-vaEmUGXUL5 .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaEmUGXUL5 .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaExN9TVAh .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaExN9TVAh .nav-item:focus,
.cid-vaExN9TVAh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaExN9TVAh .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaExN9TVAh .nav-item .nav-link {
    position: relative;
  }
  .cid-vaExN9TVAh .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaExN9TVAh .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaExN9TVAh .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaExN9TVAh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaExN9TVAh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaExN9TVAh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaExN9TVAh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaExN9TVAh .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaExN9TVAh .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaExN9TVAh .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaExN9TVAh .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaExN9TVAh .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaExN9TVAh .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaExN9TVAh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaExN9TVAh .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaExN9TVAh .navbar.collapsed .navbar-collapse.show,
.cid-vaExN9TVAh .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaExN9TVAh .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaExN9TVAh .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaExN9TVAh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaExN9TVAh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaExN9TVAh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaExN9TVAh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaExN9TVAh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaExN9TVAh .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaExN9TVAh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaExN9TVAh .navbar.collapsed .right-menu,
.cid-vaExN9TVAh .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaExN9TVAh .navbar .navbar-collapse.show,
  .cid-vaExN9TVAh .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaExN9TVAh .navbar .navbar-collapse.show .brand-container,
  .cid-vaExN9TVAh .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaExN9TVAh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaExN9TVAh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaExN9TVAh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaExN9TVAh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaExN9TVAh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaExN9TVAh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaExN9TVAh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaExN9TVAh .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaExN9TVAh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaExN9TVAh .navbar .right-menu,
  .cid-vaExN9TVAh .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaExN9TVAh .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaExN9TVAh .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaExN9TVAh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaExN9TVAh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaExN9TVAh .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaExN9TVAh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaExN9TVAh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaExN9TVAh .dropdown-item.active,
.cid-vaExN9TVAh .dropdown-item:active {
  background-color: transparent;
}
.cid-vaExN9TVAh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaExN9TVAh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaExN9TVAh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaExN9TVAh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaExN9TVAh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaExN9TVAh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaExN9TVAh ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaExN9TVAh ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaExN9TVAh .navbar-buttons {
  margin-left: auto;
}
.cid-vaExN9TVAh button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaExN9TVAh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaExN9TVAh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaExN9TVAh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaExN9TVAh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaExN9TVAh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaExN9TVAh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaExN9TVAh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaExN9TVAh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaExN9TVAh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaExN9TVAh .navbar-dropdown {
  position: fixed;
}
.cid-vaExN9TVAh a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaExN9TVAh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaExN9TVAh .right-menu,
.cid-vaExN9TVAh .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaExN9TVAh .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaExN9TVAh .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaExN9TVAh .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaExN9TVAh .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaExN9TVAh .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaExN9TVAh .card-wrapper {
  z-index: 3;
}
.cid-vaExN9TVAh .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaExN9TVAh .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaExN9TVAh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaExNa98OU {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaExNa98OU .content-head {
  max-width: 800px;
}
.cid-vaExNa98OU .mbr-text,
.cid-vaExNa98OU .mbr-section-btn {
  color: #000000;
}
.cid-vaExNamvlV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaExNamvlV .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaExNamvlV .mbr-section-title {
  color: #24262b;
}
.cid-vaExNamvlV .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaExNamvlV .items-row {
  row-gap: 48px;
}
.cid-vaExNamvlV .item {
  cursor: pointer;
}
.cid-vaExNamvlV .item:focus,
.cid-vaExNamvlV span:focus {
  outline: none;
}
.cid-vaExNamvlV .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaExNamvlV .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaExNamvlV .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vaExNamvlV .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vaExNamvlV img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vaExNamvlV .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaExNamvlV .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaExNamvlV .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vaExNamvlV .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vaExNamvlV .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaExNamvlV .item-title {
  color: #24262b;
}
.cid-vaExNamvlV .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaExNamvlV .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaEzqjo7Zo .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaEzqjo7Zo .nav-item:focus,
.cid-vaEzqjo7Zo .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaEzqjo7Zo .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaEzqjo7Zo .nav-item .nav-link {
    position: relative;
  }
  .cid-vaEzqjo7Zo .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaEzqjo7Zo .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaEzqjo7Zo .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaEzqjo7Zo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaEzqjo7Zo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaEzqjo7Zo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaEzqjo7Zo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaEzqjo7Zo .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaEzqjo7Zo .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaEzqjo7Zo .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaEzqjo7Zo .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaEzqjo7Zo .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaEzqjo7Zo .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaEzqjo7Zo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaEzqjo7Zo .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaEzqjo7Zo .navbar.collapsed .navbar-collapse.show,
.cid-vaEzqjo7Zo .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaEzqjo7Zo .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaEzqjo7Zo .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaEzqjo7Zo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaEzqjo7Zo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaEzqjo7Zo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaEzqjo7Zo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaEzqjo7Zo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaEzqjo7Zo .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaEzqjo7Zo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaEzqjo7Zo .navbar.collapsed .right-menu,
.cid-vaEzqjo7Zo .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaEzqjo7Zo .navbar .navbar-collapse.show,
  .cid-vaEzqjo7Zo .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaEzqjo7Zo .navbar .navbar-collapse.show .brand-container,
  .cid-vaEzqjo7Zo .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaEzqjo7Zo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaEzqjo7Zo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaEzqjo7Zo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaEzqjo7Zo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaEzqjo7Zo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaEzqjo7Zo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaEzqjo7Zo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaEzqjo7Zo .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaEzqjo7Zo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaEzqjo7Zo .navbar .right-menu,
  .cid-vaEzqjo7Zo .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaEzqjo7Zo .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaEzqjo7Zo .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaEzqjo7Zo .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaEzqjo7Zo .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaEzqjo7Zo .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaEzqjo7Zo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaEzqjo7Zo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaEzqjo7Zo .dropdown-item.active,
.cid-vaEzqjo7Zo .dropdown-item:active {
  background-color: transparent;
}
.cid-vaEzqjo7Zo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaEzqjo7Zo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaEzqjo7Zo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaEzqjo7Zo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaEzqjo7Zo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaEzqjo7Zo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaEzqjo7Zo ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaEzqjo7Zo ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaEzqjo7Zo .navbar-buttons {
  margin-left: auto;
}
.cid-vaEzqjo7Zo button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaEzqjo7Zo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaEzqjo7Zo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaEzqjo7Zo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaEzqjo7Zo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaEzqjo7Zo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaEzqjo7Zo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaEzqjo7Zo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaEzqjo7Zo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaEzqjo7Zo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaEzqjo7Zo .navbar-dropdown {
  position: fixed;
}
.cid-vaEzqjo7Zo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaEzqjo7Zo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaEzqjo7Zo .right-menu,
.cid-vaEzqjo7Zo .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaEzqjo7Zo .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaEzqjo7Zo .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaEzqjo7Zo .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaEzqjo7Zo .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaEzqjo7Zo .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaEzqjo7Zo .card-wrapper {
  z-index: 3;
}
.cid-vaEzqjo7Zo .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaEzqjo7Zo .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaEzqjo7Zo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaEzqjNFvC {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaEzqjNFvC .content-head {
  max-width: 800px;
}
.cid-vaEzqjNFvC .mbr-text,
.cid-vaEzqjNFvC .mbr-section-btn {
  color: #000000;
}
.cid-vaEzqkcUBS {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaEzqkcUBS .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaEzqkcUBS .mbr-section-title {
  color: #24262b;
}
.cid-vaEzqkcUBS .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaEzqkcUBS .items-row {
  row-gap: 48px;
}
.cid-vaEzqkcUBS .item {
  cursor: pointer;
}
.cid-vaEzqkcUBS .item:focus,
.cid-vaEzqkcUBS span:focus {
  outline: none;
}
.cid-vaEzqkcUBS .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaEzqkcUBS .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaEzqkcUBS .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vaEzqkcUBS .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vaEzqkcUBS img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vaEzqkcUBS .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaEzqkcUBS .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaEzqkcUBS .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vaEzqkcUBS .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vaEzqkcUBS .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaEzqkcUBS .item-title {
  color: #24262b;
}
.cid-vaEzqkcUBS .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaEzqkcUBS .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaEC8xfWQS .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaEC8xfWQS .nav-item:focus,
.cid-vaEC8xfWQS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaEC8xfWQS .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaEC8xfWQS .nav-item .nav-link {
    position: relative;
  }
  .cid-vaEC8xfWQS .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaEC8xfWQS .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaEC8xfWQS .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaEC8xfWQS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaEC8xfWQS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaEC8xfWQS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaEC8xfWQS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaEC8xfWQS .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaEC8xfWQS .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaEC8xfWQS .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaEC8xfWQS .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaEC8xfWQS .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaEC8xfWQS .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaEC8xfWQS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaEC8xfWQS .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaEC8xfWQS .navbar.collapsed .navbar-collapse.show,
.cid-vaEC8xfWQS .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaEC8xfWQS .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaEC8xfWQS .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaEC8xfWQS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaEC8xfWQS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaEC8xfWQS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaEC8xfWQS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaEC8xfWQS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaEC8xfWQS .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaEC8xfWQS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaEC8xfWQS .navbar.collapsed .right-menu,
.cid-vaEC8xfWQS .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaEC8xfWQS .navbar .navbar-collapse.show,
  .cid-vaEC8xfWQS .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaEC8xfWQS .navbar .navbar-collapse.show .brand-container,
  .cid-vaEC8xfWQS .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaEC8xfWQS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaEC8xfWQS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaEC8xfWQS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaEC8xfWQS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaEC8xfWQS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaEC8xfWQS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaEC8xfWQS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaEC8xfWQS .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaEC8xfWQS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaEC8xfWQS .navbar .right-menu,
  .cid-vaEC8xfWQS .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaEC8xfWQS .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaEC8xfWQS .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaEC8xfWQS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaEC8xfWQS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaEC8xfWQS .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaEC8xfWQS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaEC8xfWQS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaEC8xfWQS .dropdown-item.active,
.cid-vaEC8xfWQS .dropdown-item:active {
  background-color: transparent;
}
.cid-vaEC8xfWQS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaEC8xfWQS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaEC8xfWQS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaEC8xfWQS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaEC8xfWQS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaEC8xfWQS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaEC8xfWQS ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaEC8xfWQS ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaEC8xfWQS .navbar-buttons {
  margin-left: auto;
}
.cid-vaEC8xfWQS button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaEC8xfWQS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaEC8xfWQS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaEC8xfWQS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaEC8xfWQS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaEC8xfWQS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaEC8xfWQS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaEC8xfWQS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaEC8xfWQS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaEC8xfWQS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaEC8xfWQS .navbar-dropdown {
  position: fixed;
}
.cid-vaEC8xfWQS a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaEC8xfWQS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaEC8xfWQS .right-menu,
.cid-vaEC8xfWQS .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaEC8xfWQS .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaEC8xfWQS .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaEC8xfWQS .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaEC8xfWQS .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaEC8xfWQS .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaEC8xfWQS .card-wrapper {
  z-index: 3;
}
.cid-vaEC8xfWQS .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaEC8xfWQS .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaEC8xfWQS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaEC8xGv6P {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaEC8xGv6P .content-head {
  max-width: 800px;
}
.cid-vaEC8xGv6P .mbr-text,
.cid-vaEC8xGv6P .mbr-section-btn {
  color: #000000;
}
.cid-vaEC8xXYvE {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaEC8xXYvE .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaEC8xXYvE .mbr-section-title {
  color: #24262b;
}
.cid-vaEC8xXYvE .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaEC8xXYvE .items-row {
  row-gap: 48px;
}
.cid-vaEC8xXYvE .item {
  cursor: pointer;
}
.cid-vaEC8xXYvE .item:focus,
.cid-vaEC8xXYvE span:focus {
  outline: none;
}
.cid-vaEC8xXYvE .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaEC8xXYvE .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaEC8xXYvE .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vaEC8xXYvE .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vaEC8xXYvE img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vaEC8xXYvE .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaEC8xXYvE .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaEC8xXYvE .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vaEC8xXYvE .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vaEC8xXYvE .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaEC8xXYvE .item-title {
  color: #24262b;
}
.cid-vaEC8xXYvE .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaEC8xXYvE .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaEHEwVwqd .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaEHEwVwqd .nav-item:focus,
.cid-vaEHEwVwqd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaEHEwVwqd .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaEHEwVwqd .nav-item .nav-link {
    position: relative;
  }
  .cid-vaEHEwVwqd .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaEHEwVwqd .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaEHEwVwqd .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaEHEwVwqd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaEHEwVwqd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaEHEwVwqd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaEHEwVwqd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaEHEwVwqd .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaEHEwVwqd .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaEHEwVwqd .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaEHEwVwqd .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaEHEwVwqd .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaEHEwVwqd .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaEHEwVwqd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaEHEwVwqd .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaEHEwVwqd .navbar.collapsed .navbar-collapse.show,
.cid-vaEHEwVwqd .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaEHEwVwqd .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaEHEwVwqd .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaEHEwVwqd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaEHEwVwqd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaEHEwVwqd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaEHEwVwqd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaEHEwVwqd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaEHEwVwqd .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaEHEwVwqd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaEHEwVwqd .navbar.collapsed .right-menu,
.cid-vaEHEwVwqd .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaEHEwVwqd .navbar .navbar-collapse.show,
  .cid-vaEHEwVwqd .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaEHEwVwqd .navbar .navbar-collapse.show .brand-container,
  .cid-vaEHEwVwqd .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaEHEwVwqd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaEHEwVwqd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaEHEwVwqd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaEHEwVwqd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaEHEwVwqd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaEHEwVwqd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaEHEwVwqd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaEHEwVwqd .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaEHEwVwqd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaEHEwVwqd .navbar .right-menu,
  .cid-vaEHEwVwqd .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaEHEwVwqd .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaEHEwVwqd .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaEHEwVwqd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaEHEwVwqd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaEHEwVwqd .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaEHEwVwqd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaEHEwVwqd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaEHEwVwqd .dropdown-item.active,
.cid-vaEHEwVwqd .dropdown-item:active {
  background-color: transparent;
}
.cid-vaEHEwVwqd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaEHEwVwqd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaEHEwVwqd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaEHEwVwqd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaEHEwVwqd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaEHEwVwqd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaEHEwVwqd ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaEHEwVwqd ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaEHEwVwqd .navbar-buttons {
  margin-left: auto;
}
.cid-vaEHEwVwqd button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaEHEwVwqd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaEHEwVwqd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaEHEwVwqd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaEHEwVwqd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaEHEwVwqd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaEHEwVwqd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaEHEwVwqd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaEHEwVwqd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaEHEwVwqd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaEHEwVwqd .navbar-dropdown {
  position: fixed;
}
.cid-vaEHEwVwqd a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaEHEwVwqd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaEHEwVwqd .right-menu,
.cid-vaEHEwVwqd .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaEHEwVwqd .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaEHEwVwqd .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaEHEwVwqd .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaEHEwVwqd .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaEHEwVwqd .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaEHEwVwqd .card-wrapper {
  z-index: 3;
}
.cid-vaEHEwVwqd .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaEHEwVwqd .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaEHEwVwqd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaEHExiMyL {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaEHExiMyL .content-head {
  max-width: 800px;
}
.cid-vaEHExiMyL .mbr-text,
.cid-vaEHExiMyL .mbr-section-btn {
  color: #000000;
}
.cid-vaEHExBwBV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaEHExBwBV .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaEHExBwBV .mbr-section-title {
  color: #24262b;
}
.cid-vaEHExBwBV .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaEHExBwBV .items-row {
  row-gap: 48px;
}
.cid-vaEHExBwBV .item {
  cursor: pointer;
}
.cid-vaEHExBwBV .item:focus,
.cid-vaEHExBwBV span:focus {
  outline: none;
}
.cid-vaEHExBwBV .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaEHExBwBV .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaEHExBwBV .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vaEHExBwBV .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vaEHExBwBV img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vaEHExBwBV .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaEHExBwBV .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaEHExBwBV .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vaEHExBwBV .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vaEHExBwBV .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaEHExBwBV .item-title {
  color: #24262b;
}
.cid-vaEHExBwBV .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaEHExBwBV .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaEKfjoqPC .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaEKfjoqPC .nav-item:focus,
.cid-vaEKfjoqPC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaEKfjoqPC .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaEKfjoqPC .nav-item .nav-link {
    position: relative;
  }
  .cid-vaEKfjoqPC .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaEKfjoqPC .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaEKfjoqPC .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaEKfjoqPC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaEKfjoqPC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaEKfjoqPC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaEKfjoqPC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaEKfjoqPC .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaEKfjoqPC .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaEKfjoqPC .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaEKfjoqPC .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaEKfjoqPC .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaEKfjoqPC .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaEKfjoqPC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaEKfjoqPC .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaEKfjoqPC .navbar.collapsed .navbar-collapse.show,
.cid-vaEKfjoqPC .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaEKfjoqPC .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaEKfjoqPC .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaEKfjoqPC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaEKfjoqPC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaEKfjoqPC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaEKfjoqPC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaEKfjoqPC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaEKfjoqPC .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaEKfjoqPC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaEKfjoqPC .navbar.collapsed .right-menu,
.cid-vaEKfjoqPC .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaEKfjoqPC .navbar .navbar-collapse.show,
  .cid-vaEKfjoqPC .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaEKfjoqPC .navbar .navbar-collapse.show .brand-container,
  .cid-vaEKfjoqPC .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaEKfjoqPC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaEKfjoqPC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaEKfjoqPC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaEKfjoqPC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaEKfjoqPC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaEKfjoqPC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaEKfjoqPC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaEKfjoqPC .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaEKfjoqPC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaEKfjoqPC .navbar .right-menu,
  .cid-vaEKfjoqPC .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaEKfjoqPC .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaEKfjoqPC .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaEKfjoqPC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaEKfjoqPC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaEKfjoqPC .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaEKfjoqPC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaEKfjoqPC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaEKfjoqPC .dropdown-item.active,
.cid-vaEKfjoqPC .dropdown-item:active {
  background-color: transparent;
}
.cid-vaEKfjoqPC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaEKfjoqPC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaEKfjoqPC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaEKfjoqPC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaEKfjoqPC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaEKfjoqPC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaEKfjoqPC ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaEKfjoqPC ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaEKfjoqPC .navbar-buttons {
  margin-left: auto;
}
.cid-vaEKfjoqPC button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaEKfjoqPC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaEKfjoqPC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaEKfjoqPC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaEKfjoqPC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaEKfjoqPC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaEKfjoqPC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaEKfjoqPC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaEKfjoqPC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaEKfjoqPC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaEKfjoqPC .navbar-dropdown {
  position: fixed;
}
.cid-vaEKfjoqPC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaEKfjoqPC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaEKfjoqPC .right-menu,
.cid-vaEKfjoqPC .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaEKfjoqPC .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaEKfjoqPC .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaEKfjoqPC .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaEKfjoqPC .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaEKfjoqPC .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaEKfjoqPC .card-wrapper {
  z-index: 3;
}
.cid-vaEKfjoqPC .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaEKfjoqPC .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaEKfjoqPC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaEKfjDglG {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaEKfjDglG .content-head {
  max-width: 800px;
}
.cid-vaEKfjDglG .mbr-text,
.cid-vaEKfjDglG .mbr-section-btn {
  color: #000000;
}
.cid-vaEKfjPplx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaEKfjPplx .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaEKfjPplx .mbr-section-title {
  color: #24262b;
}
.cid-vaEKfjPplx .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaEKfjPplx .items-row {
  row-gap: 48px;
}
.cid-vaEKfjPplx .item {
  cursor: pointer;
}
.cid-vaEKfjPplx .item:focus,
.cid-vaEKfjPplx span:focus {
  outline: none;
}
.cid-vaEKfjPplx .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaEKfjPplx .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaEKfjPplx .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vaEKfjPplx .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vaEKfjPplx img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vaEKfjPplx .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaEKfjPplx .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaEKfjPplx .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vaEKfjPplx .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vaEKfjPplx .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaEKfjPplx .item-title {
  color: #24262b;
}
.cid-vaEKfjPplx .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaEKfjPplx .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaFUEoOgz3 .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaFUEoOgz3 .nav-item:focus,
.cid-vaFUEoOgz3 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaFUEoOgz3 .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaFUEoOgz3 .nav-item .nav-link {
    position: relative;
  }
  .cid-vaFUEoOgz3 .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaFUEoOgz3 .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaFUEoOgz3 .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaFUEoOgz3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaFUEoOgz3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaFUEoOgz3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaFUEoOgz3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaFUEoOgz3 .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaFUEoOgz3 .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaFUEoOgz3 .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaFUEoOgz3 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaFUEoOgz3 .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaFUEoOgz3 .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaFUEoOgz3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaFUEoOgz3 .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaFUEoOgz3 .navbar.collapsed .navbar-collapse.show,
.cid-vaFUEoOgz3 .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaFUEoOgz3 .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaFUEoOgz3 .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaFUEoOgz3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaFUEoOgz3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaFUEoOgz3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaFUEoOgz3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaFUEoOgz3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaFUEoOgz3 .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaFUEoOgz3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaFUEoOgz3 .navbar.collapsed .right-menu,
.cid-vaFUEoOgz3 .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaFUEoOgz3 .navbar .navbar-collapse.show,
  .cid-vaFUEoOgz3 .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaFUEoOgz3 .navbar .navbar-collapse.show .brand-container,
  .cid-vaFUEoOgz3 .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaFUEoOgz3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaFUEoOgz3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaFUEoOgz3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaFUEoOgz3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaFUEoOgz3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaFUEoOgz3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaFUEoOgz3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaFUEoOgz3 .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaFUEoOgz3 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaFUEoOgz3 .navbar .right-menu,
  .cid-vaFUEoOgz3 .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaFUEoOgz3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaFUEoOgz3 .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaFUEoOgz3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaFUEoOgz3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaFUEoOgz3 .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaFUEoOgz3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaFUEoOgz3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaFUEoOgz3 .dropdown-item.active,
.cid-vaFUEoOgz3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vaFUEoOgz3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaFUEoOgz3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaFUEoOgz3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaFUEoOgz3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaFUEoOgz3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaFUEoOgz3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaFUEoOgz3 ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaFUEoOgz3 ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaFUEoOgz3 .navbar-buttons {
  margin-left: auto;
}
.cid-vaFUEoOgz3 button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaFUEoOgz3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaFUEoOgz3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaFUEoOgz3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaFUEoOgz3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaFUEoOgz3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaFUEoOgz3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaFUEoOgz3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaFUEoOgz3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaFUEoOgz3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaFUEoOgz3 .navbar-dropdown {
  position: fixed;
}
.cid-vaFUEoOgz3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaFUEoOgz3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaFUEoOgz3 .right-menu,
.cid-vaFUEoOgz3 .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaFUEoOgz3 .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaFUEoOgz3 .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaFUEoOgz3 .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaFUEoOgz3 .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaFUEoOgz3 .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaFUEoOgz3 .card-wrapper {
  z-index: 3;
}
.cid-vaFUEoOgz3 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaFUEoOgz3 .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaFUEoOgz3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaFUEp4kxT {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaFUEp4kxT .content-head {
  max-width: 800px;
}
.cid-vaFUEp4kxT .mbr-text,
.cid-vaFUEp4kxT .mbr-section-btn {
  color: #000000;
}
.cid-vaFV3JFM5Y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-vaFV3JFM5Y .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaFV3JFM5Y .mbr-section-title {
  color: #24262b;
}
.cid-vaFV3JFM5Y .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaFV3JFM5Y .items-row {
  row-gap: 48px;
}
.cid-vaFV3JFM5Y .item {
  cursor: pointer;
}
.cid-vaFV3JFM5Y .item:focus,
.cid-vaFV3JFM5Y span:focus {
  outline: none;
}
.cid-vaFV3JFM5Y .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaFV3JFM5Y .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaFV3JFM5Y .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
}
.cid-vaFV3JFM5Y img {
  width: 100%;
  aspect-ratio: calc(305 / (57 * 6));
  object-fit: cover;
}
.cid-vaFV3JFM5Y .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaFV3JFM5Y .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaFV3JFM5Y .mbr-section-btn .btn {
  margin: 0 !important;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}
.cid-vaFV3JFM5Y .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaFV3JFM5Y .item-title {
  color: #24262b;
}
.cid-vaFV3JFM5Y .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaFV3JFM5Y .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vbSv0Q2Ack .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbSv0Q2Ack .nav-item:focus,
.cid-vbSv0Q2Ack .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vbSv0Q2Ack .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vbSv0Q2Ack .nav-item .nav-link {
    position: relative;
  }
  .cid-vbSv0Q2Ack .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vbSv0Q2Ack .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vbSv0Q2Ack .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbSv0Q2Ack .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vbSv0Q2Ack .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbSv0Q2Ack .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbSv0Q2Ack .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbSv0Q2Ack .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vbSv0Q2Ack .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vbSv0Q2Ack .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vbSv0Q2Ack .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vbSv0Q2Ack .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vbSv0Q2Ack .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vbSv0Q2Ack .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vbSv0Q2Ack .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vbSv0Q2Ack .navbar.collapsed .navbar-collapse.show,
.cid-vbSv0Q2Ack .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vbSv0Q2Ack .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vbSv0Q2Ack .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vbSv0Q2Ack .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vbSv0Q2Ack .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbSv0Q2Ack .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbSv0Q2Ack .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vbSv0Q2Ack .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbSv0Q2Ack .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vbSv0Q2Ack .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vbSv0Q2Ack .navbar.collapsed .right-menu,
.cid-vbSv0Q2Ack .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vbSv0Q2Ack .navbar .navbar-collapse.show,
  .cid-vbSv0Q2Ack .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vbSv0Q2Ack .navbar .navbar-collapse.show .brand-container,
  .cid-vbSv0Q2Ack .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vbSv0Q2Ack .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbSv0Q2Ack .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vbSv0Q2Ack .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbSv0Q2Ack .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbSv0Q2Ack .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vbSv0Q2Ack .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vbSv0Q2Ack .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbSv0Q2Ack .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vbSv0Q2Ack .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vbSv0Q2Ack .navbar .right-menu,
  .cid-vbSv0Q2Ack .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vbSv0Q2Ack .navbar.navbar-short {
  min-height: 60px;
}
.cid-vbSv0Q2Ack .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vbSv0Q2Ack .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vbSv0Q2Ack .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vbSv0Q2Ack .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vbSv0Q2Ack .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vbSv0Q2Ack .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbSv0Q2Ack .dropdown-item.active,
.cid-vbSv0Q2Ack .dropdown-item:active {
  background-color: transparent;
}
.cid-vbSv0Q2Ack .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbSv0Q2Ack .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbSv0Q2Ack .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbSv0Q2Ack .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vbSv0Q2Ack .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbSv0Q2Ack .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbSv0Q2Ack ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vbSv0Q2Ack ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vbSv0Q2Ack .navbar-buttons {
  margin-left: auto;
}
.cid-vbSv0Q2Ack button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vbSv0Q2Ack button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vbSv0Q2Ack button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vbSv0Q2Ack button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vbSv0Q2Ack button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vbSv0Q2Ack button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vbSv0Q2Ack nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vbSv0Q2Ack nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vbSv0Q2Ack nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vbSv0Q2Ack nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vbSv0Q2Ack .navbar-dropdown {
  position: fixed;
}
.cid-vbSv0Q2Ack a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vbSv0Q2Ack .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vbSv0Q2Ack .right-menu,
.cid-vbSv0Q2Ack .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vbSv0Q2Ack .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vbSv0Q2Ack .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vbSv0Q2Ack .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vbSv0Q2Ack .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vbSv0Q2Ack .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vbSv0Q2Ack .card-wrapper {
  z-index: 3;
}
.cid-vbSv0Q2Ack .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vbSv0Q2Ack .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbSv0Q2Ack .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbSv0QgL5m {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vbSv0QgL5m .content-head {
  max-width: 800px;
}
.cid-vbSv0QgL5m .mbr-text,
.cid-vbSv0QgL5m .mbr-section-btn {
  color: #000000;
}
.cid-vbSv0QsMza {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vbSv0QsMza .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vbSv0QsMza .mbr-section-title {
  color: #24262b;
}
.cid-vbSv0QsMza .mbr-section-subtitle {
  color: #24262b;
}
.cid-vbSv0QsMza .items-row {
  row-gap: 48px;
}
.cid-vbSv0QsMza .item {
  cursor: pointer;
}
.cid-vbSv0QsMza .item:focus,
.cid-vbSv0QsMza span:focus {
  outline: none;
}
.cid-vbSv0QsMza .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vbSv0QsMza .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vbSv0QsMza .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vbSv0QsMza .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vbSv0QsMza img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vbSv0QsMza .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vbSv0QsMza .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vbSv0QsMza .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vbSv0QsMza .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vbSv0QsMza .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vbSv0QsMza .item-title {
  color: #24262b;
}
.cid-vbSv0QsMza .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vbSv0QsMza .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vaG4pjQMtC .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vaG4pjQMtC .nav-item:focus,
.cid-vaG4pjQMtC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vaG4pjQMtC .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vaG4pjQMtC .nav-item .nav-link {
    position: relative;
  }
  .cid-vaG4pjQMtC .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vaG4pjQMtC .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vaG4pjQMtC .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaG4pjQMtC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vaG4pjQMtC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vaG4pjQMtC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vaG4pjQMtC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vaG4pjQMtC .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vaG4pjQMtC .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vaG4pjQMtC .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaG4pjQMtC .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vaG4pjQMtC .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vaG4pjQMtC .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vaG4pjQMtC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vaG4pjQMtC .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vaG4pjQMtC .navbar.collapsed .navbar-collapse.show,
.cid-vaG4pjQMtC .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaG4pjQMtC .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vaG4pjQMtC .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vaG4pjQMtC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vaG4pjQMtC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vaG4pjQMtC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vaG4pjQMtC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vaG4pjQMtC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vaG4pjQMtC .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vaG4pjQMtC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vaG4pjQMtC .navbar.collapsed .right-menu,
.cid-vaG4pjQMtC .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vaG4pjQMtC .navbar .navbar-collapse.show,
  .cid-vaG4pjQMtC .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaG4pjQMtC .navbar .navbar-collapse.show .brand-container,
  .cid-vaG4pjQMtC .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vaG4pjQMtC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vaG4pjQMtC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vaG4pjQMtC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vaG4pjQMtC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vaG4pjQMtC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vaG4pjQMtC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vaG4pjQMtC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vaG4pjQMtC .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vaG4pjQMtC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vaG4pjQMtC .navbar .right-menu,
  .cid-vaG4pjQMtC .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vaG4pjQMtC .navbar.navbar-short {
  min-height: 60px;
}
.cid-vaG4pjQMtC .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vaG4pjQMtC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vaG4pjQMtC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vaG4pjQMtC .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vaG4pjQMtC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vaG4pjQMtC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vaG4pjQMtC .dropdown-item.active,
.cid-vaG4pjQMtC .dropdown-item:active {
  background-color: transparent;
}
.cid-vaG4pjQMtC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vaG4pjQMtC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vaG4pjQMtC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vaG4pjQMtC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vaG4pjQMtC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vaG4pjQMtC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vaG4pjQMtC ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vaG4pjQMtC ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vaG4pjQMtC .navbar-buttons {
  margin-left: auto;
}
.cid-vaG4pjQMtC button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vaG4pjQMtC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vaG4pjQMtC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vaG4pjQMtC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vaG4pjQMtC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vaG4pjQMtC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vaG4pjQMtC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaG4pjQMtC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vaG4pjQMtC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vaG4pjQMtC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vaG4pjQMtC .navbar-dropdown {
  position: fixed;
}
.cid-vaG4pjQMtC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vaG4pjQMtC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vaG4pjQMtC .right-menu,
.cid-vaG4pjQMtC .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vaG4pjQMtC .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaG4pjQMtC .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vaG4pjQMtC .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vaG4pjQMtC .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vaG4pjQMtC .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vaG4pjQMtC .card-wrapper {
  z-index: 3;
}
.cid-vaG4pjQMtC .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vaG4pjQMtC .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vaG4pjQMtC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vaG4pk7ME8 {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vaG4pk7ME8 .content-head {
  max-width: 800px;
}
.cid-vaG4pk7ME8 .mbr-text,
.cid-vaG4pk7ME8 .mbr-section-btn {
  color: #000000;
}
.cid-vaG4pklaWu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vaG4pklaWu .mbr-section-head {
  margin-bottom: 32px;
}
.cid-vaG4pklaWu .mbr-section-title {
  color: #24262b;
}
.cid-vaG4pklaWu .mbr-section-subtitle {
  color: #24262b;
}
.cid-vaG4pklaWu .items-row {
  row-gap: 48px;
}
.cid-vaG4pklaWu .item {
  cursor: pointer;
}
.cid-vaG4pklaWu .item:focus,
.cid-vaG4pklaWu span:focus {
  outline: none;
}
.cid-vaG4pklaWu .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-vaG4pklaWu .item-wrapper:hover .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaG4pklaWu .item-img {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: flex-start;
  align-items: left;
  background-color: #ffffff;
  text-align: left !important;
}
.cid-vaG4pklaWu .item-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
  display: block !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.cid-vaG4pklaWu img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cid-vaG4pklaWu .mbr-section-btn {
  position: absolute;
  bottom: 0.5rem;
  left: 1rem;
  max-width: calc(100% - 32px);
  margin: 0 !important;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-vaG4pklaWu .mbr-section-btn {
    opacity: 1 !important;
    bottom: 1.5rem !important;
    pointer-events: auto !important;
  }
}
.cid-vaG4pklaWu .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-vaG4pklaWu .mbr-section-btn .btn {
  padding: 0.8rem 1rem;
  font-size: 1rem;
}
.cid-vaG4pklaWu .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem 0 0;
}
.cid-vaG4pklaWu .item-title {
  color: #24262b;
}
.cid-vaG4pklaWu .item-subtitle {
  color: #24262b;
  margin-top: 2px;
}
.cid-vaG4pklaWu .mbr-text {
  color: #24262b;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vdvm1Bcjys .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdvm1Bcjys .nav-item:focus,
.cid-vdvm1Bcjys .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vdvm1Bcjys .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vdvm1Bcjys .nav-item .nav-link {
    position: relative;
  }
  .cid-vdvm1Bcjys .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vdvm1Bcjys .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vdvm1Bcjys .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdvm1Bcjys .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vdvm1Bcjys .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vdvm1Bcjys .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdvm1Bcjys .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vdvm1Bcjys .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vdvm1Bcjys .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vdvm1Bcjys .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vdvm1Bcjys .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vdvm1Bcjys .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vdvm1Bcjys .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vdvm1Bcjys .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vdvm1Bcjys .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vdvm1Bcjys .navbar.collapsed .navbar-collapse.show,
.cid-vdvm1Bcjys .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdvm1Bcjys .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vdvm1Bcjys .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vdvm1Bcjys .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vdvm1Bcjys .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vdvm1Bcjys .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vdvm1Bcjys .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vdvm1Bcjys .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdvm1Bcjys .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vdvm1Bcjys .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vdvm1Bcjys .navbar.collapsed .right-menu,
.cid-vdvm1Bcjys .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vdvm1Bcjys .navbar .navbar-collapse.show,
  .cid-vdvm1Bcjys .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdvm1Bcjys .navbar .navbar-collapse.show .brand-container,
  .cid-vdvm1Bcjys .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vdvm1Bcjys .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdvm1Bcjys .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vdvm1Bcjys .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdvm1Bcjys .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vdvm1Bcjys .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vdvm1Bcjys .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vdvm1Bcjys .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdvm1Bcjys .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vdvm1Bcjys .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vdvm1Bcjys .navbar .right-menu,
  .cid-vdvm1Bcjys .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vdvm1Bcjys .navbar.navbar-short {
  min-height: 60px;
}
.cid-vdvm1Bcjys .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vdvm1Bcjys .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vdvm1Bcjys .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vdvm1Bcjys .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vdvm1Bcjys .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vdvm1Bcjys .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdvm1Bcjys .dropdown-item.active,
.cid-vdvm1Bcjys .dropdown-item:active {
  background-color: transparent;
}
.cid-vdvm1Bcjys .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdvm1Bcjys .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdvm1Bcjys .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdvm1Bcjys .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vdvm1Bcjys .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vdvm1Bcjys .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdvm1Bcjys ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vdvm1Bcjys ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vdvm1Bcjys .navbar-buttons {
  margin-left: auto;
}
.cid-vdvm1Bcjys button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vdvm1Bcjys button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vdvm1Bcjys button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vdvm1Bcjys button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vdvm1Bcjys button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vdvm1Bcjys button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vdvm1Bcjys nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdvm1Bcjys nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vdvm1Bcjys nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vdvm1Bcjys nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vdvm1Bcjys .navbar-dropdown {
  position: fixed;
}
.cid-vdvm1Bcjys a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vdvm1Bcjys .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vdvm1Bcjys .right-menu,
.cid-vdvm1Bcjys .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vdvm1Bcjys .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vdvm1Bcjys .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vdvm1Bcjys .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vdvm1Bcjys .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vdvm1Bcjys .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vdvm1Bcjys .card-wrapper {
  z-index: 3;
}
.cid-vdvm1Bcjys .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vdvm1Bcjys .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdvm1Bcjys .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdvm1BBH5G {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vdvm1BBH5G .content-head {
  max-width: 800px;
}
.cid-vdvm1BBH5G .mbr-text,
.cid-vdvm1BBH5G .mbr-section-btn {
  color: #000000;
}
.cid-vdvmGsqPzr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vdvmGsqPzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdvmGsqPzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdvmGsqPzr .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vdvmGsqPzr .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdvmGsqPzr .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdvmGsqPzr .card-wrapper {
    padding: 4rem;
  }
}
.cid-vdvmGsqPzr .mbr-text,
.cid-vdvmGsqPzr .mbr-section-btn {
  color: #000000;
  text-align: justify;
}
.cid-vdvmGsqPzr .card-title,
.cid-vdvmGsqPzr .card-box {
  text-align: left;
  color: #000000;
}
.cid-vdzPGCuTAT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vdzPGCuTAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdzPGCuTAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdzPGCuTAT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container-fluid {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .container {
    padding: 0 20px;
  }
}
.cid-vdzPGCuTAT .list-wrapper .list,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vdzPGCuTAT .list-wrapper .list .item-wrap:hover,
.cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper .list .item-wrap,
  .cid-vdzPGCuTAT .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vdzPGCuTAT .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdzPGCuTAT .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vdzPGCuTAT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vdzPGCuTAT .mbr-section-title,
.cid-vdzPGCuTAT .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vdzPGCuTAT .list {
  color: #1d1d1d;
}
.cid-vdzPGCuTAT .list_2 {
  color: #989898;
}
.cid-vdzPGCuTAT .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vdzPGCuTAT .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vdzPGCuTAT .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdzPGCuTAT .list-wrapper,
  .cid-vdzPGCuTAT .list-wrapper_2 {
    text-align: center;
  }
}
.cid-vgvY8TD6Rl .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: .5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vgvY8TD6Rl .nav-item:focus,
.cid-vgvY8TD6Rl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-vgvY8TD6Rl .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-vgvY8TD6Rl .nav-item .nav-link {
    position: relative;
  }
  .cid-vgvY8TD6Rl .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #00819b, #00819b);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-vgvY8TD6Rl .nav-item.open .nav-link::before {
    bottom: .2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-vgvY8TD6Rl .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgvY8TD6Rl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-vgvY8TD6Rl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vgvY8TD6Rl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vgvY8TD6Rl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vgvY8TD6Rl .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-vgvY8TD6Rl .navbar .mbr-overlay {
  z-index: -1;
  transition: all .3s;
  background: #ffffff;
  background: linear-gradient(#00819b, #ffffff);
}
.cid-vgvY8TD6Rl .navbar.opened .mbr-overlay {
  transition: all .3s;
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vgvY8TD6Rl .navbar .dropdown-item {
  padding: .25rem 1.5rem;
  line-height: 1.6;
}
.cid-vgvY8TD6Rl .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: .5rem 1rem;
}
@media (max-width: 991px) {
  .cid-vgvY8TD6Rl .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-vgvY8TD6Rl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vgvY8TD6Rl .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vgvY8TD6Rl .navbar.collapsed .navbar-collapse.show,
.cid-vgvY8TD6Rl .navbar.collapsed .navbar-collapse.collapsing {
  transition: all .3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgvY8TD6Rl .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-vgvY8TD6Rl .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-vgvY8TD6Rl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-vgvY8TD6Rl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vgvY8TD6Rl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vgvY8TD6Rl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-vgvY8TD6Rl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vgvY8TD6Rl .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-vgvY8TD6Rl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-vgvY8TD6Rl .navbar.collapsed .right-menu,
.cid-vgvY8TD6Rl .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-vgvY8TD6Rl .navbar .navbar-collapse.show,
  .cid-vgvY8TD6Rl .navbar .navbar-collapse.collapsing {
    transition: all .3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgvY8TD6Rl .navbar .navbar-collapse.show .brand-container,
  .cid-vgvY8TD6Rl .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-vgvY8TD6Rl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vgvY8TD6Rl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-vgvY8TD6Rl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vgvY8TD6Rl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vgvY8TD6Rl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-vgvY8TD6Rl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-vgvY8TD6Rl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vgvY8TD6Rl .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-vgvY8TD6Rl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-vgvY8TD6Rl .navbar .right-menu,
  .cid-vgvY8TD6Rl .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-vgvY8TD6Rl .navbar.navbar-short {
  min-height: 60px;
}
.cid-vgvY8TD6Rl .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
  background: linear-gradient(#00819b, #ffffff) !important;
}
.cid-vgvY8TD6Rl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-vgvY8TD6Rl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-vgvY8TD6Rl .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vgvY8TD6Rl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vgvY8TD6Rl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vgvY8TD6Rl .dropdown-item.active,
.cid-vgvY8TD6Rl .dropdown-item:active {
  background-color: transparent;
}
.cid-vgvY8TD6Rl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vgvY8TD6Rl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vgvY8TD6Rl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vgvY8TD6Rl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vgvY8TD6Rl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vgvY8TD6Rl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vgvY8TD6Rl ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vgvY8TD6Rl ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-vgvY8TD6Rl .navbar-buttons {
  margin-left: auto;
}
.cid-vgvY8TD6Rl button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-vgvY8TD6Rl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-vgvY8TD6Rl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-vgvY8TD6Rl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-vgvY8TD6Rl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-vgvY8TD6Rl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-vgvY8TD6Rl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vgvY8TD6Rl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
  width: 20px;
  right: -2px;
}
.cid-vgvY8TD6Rl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
  width: 20px;
  left: -2px;
}
.cid-vgvY8TD6Rl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-vgvY8TD6Rl .navbar-dropdown {
  position: fixed;
}
.cid-vgvY8TD6Rl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-vgvY8TD6Rl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-vgvY8TD6Rl .right-menu,
.cid-vgvY8TD6Rl .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-vgvY8TD6Rl .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vgvY8TD6Rl .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-vgvY8TD6Rl .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-vgvY8TD6Rl .menu-top {
  text-align: center;
  width: 100%;
  background-color: #00819b;
  padding: .5rem 0;
}
.cid-vgvY8TD6Rl .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-vgvY8TD6Rl .card-wrapper {
  z-index: 3;
}
.cid-vgvY8TD6Rl .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-vgvY8TD6Rl .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vgvY8TD6Rl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgvY8TTIWj {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr.webp");
}
.cid-vgvY8TTIWj .content-head {
  max-width: 800px;
}
.cid-vgvY8TTIWj .mbr-text,
.cid-vgvY8TTIWj .mbr-section-btn {
  color: #000000;
}
.cid-vgw1hVOLHz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vgw1hVOLHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgw1hVOLHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgvY8UmiGc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #00819b;
}
.cid-vgvY8UmiGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgvY8UmiGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgvY8UmiGc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vgvY8UmiGc .container-fluid {
    padding: 0 20px;
  }
}
.cid-vgvY8UmiGc .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vgvY8UmiGc .container {
    padding: 0 20px;
  }
}
.cid-vgvY8UmiGc .list-wrapper .list,
.cid-vgvY8UmiGc .list-wrapper_2 .list_2 {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vgvY8UmiGc .list-wrapper .list .item-wrap,
.cid-vgvY8UmiGc .list-wrapper_2 .list_2 .item-wrap {
  margin-right: 24px;
  transition: all 0.3s ease-out;
}
.cid-vgvY8UmiGc .list-wrapper .list .item-wrap:hover,
.cid-vgvY8UmiGc .list-wrapper_2 .list_2 .item-wrap:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .cid-vgvY8UmiGc .list-wrapper .list .item-wrap,
  .cid-vgvY8UmiGc .list-wrapper_2 .list_2 .item-wrap {
    margin-bottom: 32px;
  }
}
.cid-vgvY8UmiGc .logo-wrap img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: inline-flex;
  margin-bottom: 6px;
}
.cid-vgvY8UmiGc .mbr-section-title {
  margin-bottom: 0;
  color: #1d1d1d;
}
@media (max-width: 992px) {
  .cid-vgvY8UmiGc .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vgvY8UmiGc .text-wrapper {
  margin: 15px 0 15px;
}
.cid-vgvY8UmiGc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vgvY8UmiGc .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-vgvY8UmiGc .mbr-section-title,
.cid-vgvY8UmiGc .logo-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-vgvY8UmiGc .list {
  color: #1d1d1d;
}
.cid-vgvY8UmiGc .list_2 {
  color: #989898;
}
.cid-vgvY8UmiGc .mbr-text {
  color: #989898;
  text-align: center;
}
.cid-vgvY8UmiGc .copyright {
  color: #ffffff;
  text-align: center;
}
.cid-vgvY8UmiGc .list-wrapper_2 {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vgvY8UmiGc .list-wrapper,
  .cid-vgvY8UmiGc .list-wrapper_2 {
    text-align: center;
  }
}
