.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fdedee;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #ff2400 !important;
}
.bg-success {
  background-color: #27d383 !important;
}
.bg-info {
  background-color: #0dc8ed !important;
}
.bg-warning {
  background-color: #fabc00 !important;
}
.bg-danger {
  background-color: #d52536 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2400 !important;
  border-color: #ff2400 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff5033 !important;
  border-color: #ff5033 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff5033 !important;
  border-color: #ff5033 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f4dc83 !important;
  border-color: #f4dc83 !important;
  color: #6e590a !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f8e9b2 !important;
  border-color: #f8e9b2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #6e590a !important;
  background-color: #f8e9b2 !important;
  border-color: #f8e9b2 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0dc8ed !important;
  border-color: #0dc8ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #39d5f4 !important;
  border-color: #39d5f4 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #39d5f4 !important;
  border-color: #39d5f4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #27d383 !important;
  border-color: #27d383 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #4fde9c !important;
  border-color: #4fde9c !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4fde9c !important;
  border-color: #4fde9c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fabc00 !important;
  border-color: #fabc00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffcb2e !important;
  border-color: #ffcb2e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffcb2e !important;
  border-color: #ffcb2e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d52536 !important;
  border-color: #d52536 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e04d5b !important;
  border-color: #e04d5b !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e04d5b !important;
  border-color: #e04d5b !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: #ff2400;
  color: #ff2400;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a81800 !important;
  background-color: transparent !important;
  border-color: #a81800 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2400 !important;
  border-color: #ff2400 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f4dc83;
  color: #f4dc83;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #edc633 !important;
  background-color: transparent !important;
  border-color: #edc633 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #6e590a !important;
  background-color: #f4dc83 !important;
  border-color: #f4dc83 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0dc8ed;
  color: #0dc8ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #08839b !important;
  background-color: transparent !important;
  border-color: #08839b !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0dc8ed !important;
  border-color: #0dc8ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #27d383;
  color: #27d383;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #198a56 !important;
  background-color: transparent !important;
  border-color: #198a56 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #27d383 !important;
  border-color: #27d383 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fabc00;
  color: #fabc00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a37b00 !important;
  background-color: transparent !important;
  border-color: #a37b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fabc00 !important;
  border-color: #fabc00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d52536;
  color: #d52536;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8b1823 !important;
  background-color: transparent !important;
  border-color: #8b1823 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d52536 !important;
  border-color: #d52536 !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: #ff2400 !important;
}
.text-secondary {
  color: #f4dc83 !important;
}
.text-success {
  color: #27d383 !important;
}
.text-info {
  color: #0dc8ed !important;
}
.text-warning {
  color: #fabc00 !important;
}
.text-danger {
  color: #d52536 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #991600 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ecc225 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #177d4e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #08768c !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #946f00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7e1620 !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: #ff2400;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0dc8ed;
}
.alert-warning {
  background-color: #fabc00;
}
.alert-danger {
  background-color: #d52536;
}
.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: #ff2400;
  border-color: #ff2400;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff2400;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd3cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0f6e4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #caf4fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff1c7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7cfd3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff2400 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff2400;
}
/* 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: #ff2400;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff2400;
}
.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: #ff2400;
  border-bottom-color: #ff2400;
}
.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: #ff2400 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f4dc83 !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='%23ff2400' %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;
  }
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uajDw2Xkzk {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
@media (min-width: 992px) {
  .cid-uajDw2Xkzk .carousel {
    max-height: 400px;
  }
  .cid-uajDw2Xkzk .carousel img {
    height: 400px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uajDw2Xkzk .carousel {
    min-height: 260px;
  }
  .cid-uajDw2Xkzk .carousel img {
    height: 260px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uajDw2Xkzk .carousel {
    min-height: 220px;
  }
  .cid-uajDw2Xkzk .carousel img {
    height: 220px;
    object-fit: cover;
  }
  .cid-uajDw2Xkzk .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uajDw2Xkzk .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uajDw2Xkzk .carousel,
.cid-uajDw2Xkzk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uajDw2Xkzk .item-wrapper {
  width: 100%;
}
.cid-uajDw2Xkzk .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uajDw2Xkzk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uajDw2Xkzk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uajDw2Xkzk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uajDw2Xkzk .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uajDw2Xkzk .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uajDw2Xkzk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uajDw2Xkzk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uajDw2Xkzk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uajDw2Xkzk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uajDw2Xkzk .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uajDw2Xkzk .carousel-indicators li.active,
.cid-uajDw2Xkzk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uajDw2Xkzk .carousel-indicators li::after,
.cid-uajDw2Xkzk .carousel-indicators li::before {
  content: none;
}
.cid-uajDw2Xkzk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uajDw2Xkzk .carousel-indicators {
    display: none !important;
  }
}
.cid-uajrKMjdko {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uajrKMjdko .mbr-fallback-image.disabled {
  display: none;
}
.cid-uajrKMjdko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uajrKMjdko .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uajrKMjdko .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uajrKMjdko .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uajrKMjdko .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uajrKMjdko .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uajrKMjdko .mbr-text,
.cid-uajrKMjdko .mbr-section-btn {
  color: #000000;
}
.cid-uan3L1dqwh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uan3L1dqwh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uan3L1dqwh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uan3L1dqwh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uan3L1dqwh .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uan3L1dqwh .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uan3L1dqwh .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uan3L1dqwh .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uan3L1dqwh .mbr-text,
.cid-uan3L1dqwh .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uajzpR9aEw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uajzpR9aEw .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uajzpR9aEw .mbr-section-subtitle {
  color: #000000;
}
.cid-uajzpR9aEw .mbr-section-title {
  color: #000000;
}
.cid-uanmZqwnUR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uanmZqwnUR hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 35%;
}
.cid-uanmZqwnUR .progress {
  background: #cccccc;
  opacity: 1;
  height: 7px;
  overflow: hidden;
  position: relative;
}
.cid-uanmZqwnUR .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #149dcc;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 156px;
  }
  to {
    margin-left: 100%;
    width: 156px;
  }
}
.cid-uajBic0uMD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uajBic0uMD img,
.cid-uajBic0uMD .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uajBic0uMD .item:focus,
.cid-uajBic0uMD span:focus {
  outline: none;
}
.cid-uajBic0uMD .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uajBic0uMD .item {
    margin-bottom: 1rem;
  }
}
.cid-uajBic0uMD .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uajBic0uMD .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uajBic0uMD .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uajBic0uMD .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uajBic0uMD .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uajBic0uMD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uajBic0uMD .item-title {
  text-align: center;
}
.cid-uajBic0uMD .item-subtitle {
  text-align: left;
}
.cid-uajBic0uMD .mbr-text,
.cid-uajBic0uMD .item .mbr-section-btn {
  text-align: center;
}
.cid-uajBic0uMD .content-head {
  max-width: 800px;
}
.cid-uajGm6UqSw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uajGm6UqSw img,
.cid-uajGm6UqSw .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-uajGm6UqSw .item:focus,
.cid-uajGm6UqSw span:focus {
  outline: none;
}
.cid-uajGm6UqSw .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uajGm6UqSw .item {
    margin-bottom: 1rem;
  }
}
.cid-uajGm6UqSw .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uajGm6UqSw .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uajGm6UqSw .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uajGm6UqSw .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uajGm6UqSw .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uajGm6UqSw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uajGm6UqSw .item-title {
  text-align: center;
}
.cid-uajGm6UqSw .item-subtitle {
  text-align: left;
}
.cid-uajGm6UqSw .mbr-text,
.cid-uajGm6UqSw .item .mbr-section-btn {
  text-align: center;
}
.cid-uajGm6UqSw .content-head {
  max-width: 800px;
}
.cid-uann1HBxDZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uann1HBxDZ hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 35%;
}
.cid-uann1HBxDZ .progress {
  background: #cccccc;
  opacity: 0.4;
  height: 7px;
  overflow: hidden;
  position: relative;
}
.cid-uann1HBxDZ .progress::before {
  animation-duration: 10s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ff4900;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 10px;
  }
  to {
    margin-left: 100%;
    width: 10px;
  }
}
.cid-uamVYT8rIh {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/world20map-2000x844.webp");
}
.cid-uamVYT8rIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uamVYT8rIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uamVYT8rIh .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uamVYT8rIh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uamVYT8rIh .mbr-section-title {
  text-align: center;
  color: #ff4900;
}
.cid-uamVYT8rIh .mbr-section-subtitle {
  text-align: center;
}
.cid-uamVYT8rIh .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uamVYT8rIh .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uamVYT8rIh .content-head {
  max-width: 800px;
}
.cid-uamVYT8rIh .img-box {
  display: flex;
  justify-content: center;
}
.cid-uamVYT8rIh .card-title {
  text-align: center;
}
.cid-uamVYT8rIh .card-text {
  text-align: center;
}
.cid-uamVYT8rIh .link {
  text-align: center;
}
.cid-vaCE7GAGne {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1335.webp");
}
.cid-vaCE7GAGne .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaCE7GAGne .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaCE7GAGne .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vaCE7GAGne .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaCE7GAGne .mbr-section-title {
  text-align: center;
}
.cid-vaCE7GAGne .mbr-section-subtitle {
  text-align: center;
}
.cid-vaCE7GAGne .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-vaCE7GAGne .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vaCE7GAGne .content-head {
  max-width: 800px;
}
.cid-vaCE7GAGne .img-box {
  display: flex;
  justify-content: center;
}
.cid-vaCE7GAGne .card-title {
  text-align: center;
}
.cid-vaCE7GAGne .card-text {
  text-align: center;
}
.cid-vaCE7GAGne .link {
  text-align: center;
}
.cid-uamWOg8887 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uamWOg8887 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uamWOg8887 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uamWOg8887 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uamWOg8887 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uamWOg8887 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uamWOg8887 .content-head {
  max-width: 800px;
}
.cid-uamWOg8887 .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uan6yMYkLD {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-uan6yMYkLD .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uan6yMYkLD {
    align-items: flex-end;
  }
  .cid-uan6yMYkLD .row {
    justify-content: center;
  }
  .cid-uan6yMYkLD .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uan6yMYkLD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uan6yMYkLD {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uan6yMYkLD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uan6yMYkLD .content-wrap {
    width: 100%;
  }
}
.cid-uan6yMYkLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uan6yMYkLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uan6yMYkLD .mbr-section-title,
.cid-uan6yMYkLD .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uan6yMYkLD .mbr-text,
.cid-uan6yMYkLD .mbr-section-btn {
  text-align: left;
}
.cid-uan6yMYkLD .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-uajPx4S8ll {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uajPx4S8ll .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uajPx4S8ll .mbr-section-subtitle {
  color: #000000;
}
.cid-uajPx4S8ll .mbr-section-title {
  color: #000000;
}
.cid-uanaAWTMor {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uanaAWTMor .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanaAWTMor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uanaAWTMor .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uanaAWTMor .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanaAWTMor .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uanaAWTMor .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uanaAWTMor .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uanaAWTMor .mbr-text,
.cid-uanaAWTMor .mbr-section-btn {
  color: #000000;
}
.cid-uanaC5PQQg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uanaC5PQQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanaC5PQQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uanaC5PQQg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uanaC5PQQg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanaC5PQQg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uanaC5PQQg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uanaC5PQQg .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uanaC5PQQg .mbr-text,
.cid-uanaC5PQQg .mbr-section-btn {
  color: #000000;
}
.cid-uajWLGj7hQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uajWLGj7hQ .mbr-text {
  color: #000000;
}
.cid-uajWLGj7hQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uajWLGj7hQ .mbr-section-title {
  color: #000000;
}
.cid-ue8h9Tjmrp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ue8h9Tjmrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8h9Tjmrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8h8lpwQM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-ue8h8lpwQM .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ue8h8lpwQM .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ue8h8lpwQM .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1a2538;
  background-color: #1a2538;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uan8fqL0O4 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-uan8fqL0O4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uan8fqL0O4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uan8fqL0O4 .mbr-description {
  text-align: left;
}
.cid-uan8fqL0O4 .item-wrapper {
  background: #ffe9e9;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uan8fqL0O4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uan8fqL0O4 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uan8fqL0O4 .card-title,
.cid-uan8fqL0O4 .iconfont-wrapper {
  color: #000000;
}
.cid-uan8fqL0O4 .card-text {
  color: #000000;
}
.cid-uan8fqL0O4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uan8fqL0O4 .mbr-number {
  color: #9fe870;
}
.cid-uan8fqL0O4 .mbr-text,
.cid-uan8fqL0O4 .mbr-section-btn {
  text-align: center;
}
.cid-uan8fqL0O4 .card-text,
.cid-uan8fqL0O4 .item .mbr-section-btn {
  text-align: left;
}
.cid-ue8taYKZbh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8taYKZbh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8taYKZbh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8taYKZbh .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8taYKZbh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8taYKZbh .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8taYKZbh .content-head {
  max-width: 800px;
}
.cid-ue8taYKZbh .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uanswgAbtN {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-uanswgAbtN .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uanswgAbtN {
    align-items: flex-end;
  }
  .cid-uanswgAbtN .row {
    justify-content: center;
  }
  .cid-uanswgAbtN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uanswgAbtN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uanswgAbtN {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uanswgAbtN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uanswgAbtN .content-wrap {
    width: 100%;
  }
}
.cid-uanswgAbtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanswgAbtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uanswgAbtN .mbr-section-title,
.cid-uanswgAbtN .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uanswgAbtN .mbr-text,
.cid-uanswgAbtN .mbr-section-btn {
  text-align: left;
}
.cid-uanswgAbtN .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-uansZFXJag {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uansZFXJag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uansZFXJag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uansZFXJag .mbr-section-subtitle {
  text-align: left;
}
.cid-uant3rV1Cy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uant3rV1Cy img,
.cid-uant3rV1Cy .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uant3rV1Cy .item:focus,
.cid-uant3rV1Cy span:focus {
  outline: none;
}
.cid-uant3rV1Cy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uant3rV1Cy .item {
    margin-bottom: 1rem;
  }
}
.cid-uant3rV1Cy .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uant3rV1Cy .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uant3rV1Cy .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uant3rV1Cy .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uant3rV1Cy .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uant3rV1Cy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uant3rV1Cy .item-title {
  text-align: center;
}
.cid-uant3rV1Cy .item-subtitle {
  text-align: left;
}
.cid-uant3rV1Cy .mbr-text,
.cid-uant3rV1Cy .item .mbr-section-btn {
  text-align: center;
}
.cid-uant3rV1Cy .content-head {
  max-width: 800px;
}
.cid-uanxO2RMEg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uanxO2RMEg hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 100%;
}
.cid-uanxO2RMEg .progress {
  background: #cccccc;
  opacity: 1;
  height: 3px;
  overflow: hidden;
  position: relative;
}
.cid-uanxO2RMEg .progress::before {
  animation-duration: 6s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #ffa600;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 39px;
  }
  to {
    margin-left: 100%;
    width: 39px;
  }
}
.cid-ue8umKQGDX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8umKQGDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8umKQGDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8umKQGDX .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8umKQGDX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8umKQGDX .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8umKQGDX .content-head {
  max-width: 800px;
}
.cid-ue8umKQGDX .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ud0on0cFzN {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1099.webp");
}
.cid-ud0on0cFzN .mbr-overlay {
  background-color: #adadad;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ud0on0cFzN {
    align-items: flex-end;
  }
  .cid-ud0on0cFzN .row {
    justify-content: center;
  }
  .cid-ud0on0cFzN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ud0on0cFzN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ud0on0cFzN {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ud0on0cFzN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ud0on0cFzN .content-wrap {
    width: 100%;
  }
}
.cid-ud0on0cFzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud0on0cFzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud0on0cFzN .mbr-section-title,
.cid-ud0on0cFzN .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ud0on0cFzN .mbr-text,
.cid-ud0on0cFzN .mbr-section-btn {
  text-align: left;
}
.cid-ud0on0cFzN .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ud0oV0V6hE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud0oV0V6hE .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-ud0oV0V6hE .mbr-section-subtitle {
  color: #000000;
}
.cid-ud0oV0V6hE .mbr-section-title {
  color: #000000;
}
.cid-ud0oReoVDn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ud0oReoVDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud0oReoVDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud0oReoVDn .mbr-section-subtitle {
  text-align: center;
}
.cid-ud0oReoVDn .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ue8owt3oCL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1630.webp");
}
.cid-ue8owt3oCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8owt3oCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8owt3oCL .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #d10f31;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-ue8owt3oCL .card-title,
.cid-ue8owt3oCL .iconfont-wrapper {
  color: #232323;
}
.cid-ue8owt3oCL .card-text {
  color: #232323;
}
.cid-ue8owt3oCL .mbr-section-title {
  color: #232323;
}
.cid-ue8owt3oCL .mbr-section-subtitle {
  color: #232323;
}
.cid-ue8owt3oCL .content-head {
  max-width: 800px;
}
.cid-ue8yAGEPWB {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8yAGEPWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8yAGEPWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8yAGEPWB .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8yAGEPWB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8yAGEPWB .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8yAGEPWB .content-head {
  max-width: 800px;
}
.cid-ue8yAGEPWB .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ud0nXaMfT5 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1357.webp");
}
.cid-ud0nXaMfT5 .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ud0nXaMfT5 {
    align-items: flex-end;
  }
  .cid-ud0nXaMfT5 .row {
    justify-content: center;
  }
  .cid-ud0nXaMfT5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ud0nXaMfT5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ud0nXaMfT5 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ud0nXaMfT5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ud0nXaMfT5 .content-wrap {
    width: 100%;
  }
}
.cid-ud0nXaMfT5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud0nXaMfT5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud0nXaMfT5 .mbr-section-title,
.cid-ud0nXaMfT5 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ud0nXaMfT5 .mbr-text,
.cid-ud0nXaMfT5 .mbr-section-btn {
  text-align: left;
}
.cid-ud0nXaMfT5 .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ud0oYIHqrZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ud0oYIHqrZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ud0oYIHqrZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ud0oYIHqrZ .mbr-section-subtitle {
  text-align: left;
}
.cid-v9XSMePYh4 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v9XSMePYh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9XSMePYh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9XSMePYh4 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v9XSMePYh4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v9XSMePYh4 .content-head {
  max-width: 800px;
}
.cid-v9XSMePYh4 .img-wrapper {
  padding-right: 1.5rem;
}
.cid-v9XSMePYh4 .img-wrapper img {
  width: 6rem;
}
.cid-ue8CBUcmpj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8CBUcmpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8CBUcmpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8CBUcmpj .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8CBUcmpj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8CBUcmpj .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8CBUcmpj .content-head {
  max-width: 800px;
}
.cid-ue8CBUcmpj .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhEQwcpy93 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-uhEQwcpy93 .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uhEQwcpy93 {
    align-items: flex-end;
  }
  .cid-uhEQwcpy93 .row {
    justify-content: center;
  }
  .cid-uhEQwcpy93 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uhEQwcpy93 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uhEQwcpy93 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uhEQwcpy93 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uhEQwcpy93 .content-wrap {
    width: 100%;
  }
}
.cid-uhEQwcpy93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEQwcpy93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhEQwcpy93 .mbr-section-title,
.cid-uhEQwcpy93 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uhEQwcpy93 .mbr-text,
.cid-uhEQwcpy93 .mbr-section-btn {
  text-align: left;
}
.cid-uhEQwcpy93 .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubxKC6r5bQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubxKC6r5bQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxKC6r5bQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxKC6r5bQ .mbr-section-subtitle {
  text-align: left;
}
.cid-uanTZQPFYI {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uanTZQPFYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanTZQPFYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uanTZQPFYI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uanTZQPFYI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanTZQPFYI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uanTZQPFYI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uanTZQPFYI .mbr-section-title {
  color: #000000;
}
.cid-uanTZQPFYI .mbr-text,
.cid-uanTZQPFYI .mbr-section-btn {
  color: #000000;
}
.cid-v9ZlZMl2Ch {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9ZlZMl2Ch img,
.cid-v9ZlZMl2Ch .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9ZlZMl2Ch img,
  .cid-v9ZlZMl2Ch .item-img {
    max-height: 300px;
  }
}
.cid-v9ZlZMl2Ch .item:focus,
.cid-v9ZlZMl2Ch span:focus {
  outline: none;
}
.cid-v9ZlZMl2Ch .item-wrapper {
  position: relative;
}
.cid-v9ZlZMl2Ch .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9ZlZMl2Ch .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9ZlZMl2Ch .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9ZlZMl2Ch .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9ZlZMl2Ch .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9ZlZMl2Ch .mbr-section-title {
  color: #232323;
}
.cid-v9ZlZMl2Ch .mbr-text,
.cid-v9ZlZMl2Ch .mbr-section-btn {
  text-align: left;
}
.cid-v9ZlZMl2Ch .item-title {
  text-align: left;
}
.cid-v9ZlZMl2Ch .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9ZlZMl2Ch .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9ZlZMl2Ch .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9ZlZMl2Ch .embla__button--next,
.cid-v9ZlZMl2Ch .embla__button--prev {
  display: flex;
}
.cid-v9ZlZMl2Ch .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9ZlZMl2Ch .embla__button {
    display: none;
  }
}
.cid-v9ZlZMl2Ch .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9ZlZMl2Ch .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9ZlZMl2Ch .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9ZlZMl2Ch .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9ZlZMl2Ch .embla__button {
    top: auto;
  }
}
.cid-v9ZlZMl2Ch .embla {
  position: relative;
  width: 100%;
}
.cid-v9ZlZMl2Ch .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9ZlZMl2Ch .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9ZlZMl2Ch .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9ZlZMl2Ch .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9ZlZMl2Ch .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9ZlZMl2Ch .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9ZlZMl2Ch .content-head {
  max-width: 800px;
}
.cid-ue8CNpj31b {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8CNpj31b .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8CNpj31b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8CNpj31b .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8CNpj31b .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8CNpj31b .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8CNpj31b .content-head {
  max-width: 800px;
}
.cid-ue8CNpj31b .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uhEPZtXxRh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhEPZtXxRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhEPZtXxRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhEPZtXxRh .mbr-section-subtitle {
  text-align: left;
}
.cid-uanUdQrQH5 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uanUdQrQH5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanUdQrQH5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uanUdQrQH5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uanUdQrQH5 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanUdQrQH5 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uanUdQrQH5 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uanUdQrQH5 .mbr-section-title {
  color: #000000;
}
.cid-uanUdQrQH5 .mbr-text,
.cid-uanUdQrQH5 .mbr-section-btn {
  color: #000000;
}
.cid-v9Zm9IXXpG {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9Zm9IXXpG img,
.cid-v9Zm9IXXpG .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9Zm9IXXpG img,
  .cid-v9Zm9IXXpG .item-img {
    max-height: 300px;
  }
}
.cid-v9Zm9IXXpG .item:focus,
.cid-v9Zm9IXXpG span:focus {
  outline: none;
}
.cid-v9Zm9IXXpG .item-wrapper {
  position: relative;
}
.cid-v9Zm9IXXpG .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9Zm9IXXpG .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9Zm9IXXpG .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9Zm9IXXpG .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9Zm9IXXpG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9Zm9IXXpG .mbr-section-title {
  color: #232323;
}
.cid-v9Zm9IXXpG .mbr-text,
.cid-v9Zm9IXXpG .mbr-section-btn {
  text-align: left;
}
.cid-v9Zm9IXXpG .item-title {
  text-align: left;
}
.cid-v9Zm9IXXpG .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9Zm9IXXpG .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9Zm9IXXpG .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9Zm9IXXpG .embla__button--next,
.cid-v9Zm9IXXpG .embla__button--prev {
  display: flex;
}
.cid-v9Zm9IXXpG .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9Zm9IXXpG .embla__button {
    display: none;
  }
}
.cid-v9Zm9IXXpG .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9Zm9IXXpG .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9Zm9IXXpG .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9Zm9IXXpG .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9Zm9IXXpG .embla__button {
    top: auto;
  }
}
.cid-v9Zm9IXXpG .embla {
  position: relative;
  width: 100%;
}
.cid-v9Zm9IXXpG .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9Zm9IXXpG .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9Zm9IXXpG .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9Zm9IXXpG .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9Zm9IXXpG .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9Zm9IXXpG .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9Zm9IXXpG .content-head {
  max-width: 800px;
}
.cid-ue8CPyFgwv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8CPyFgwv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8CPyFgwv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8CPyFgwv .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8CPyFgwv .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8CPyFgwv .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8CPyFgwv .content-head {
  max-width: 800px;
}
.cid-ue8CPyFgwv .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uap83ii3oG {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-uap83ii3oG .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uap83ii3oG {
    align-items: flex-end;
  }
  .cid-uap83ii3oG .row {
    justify-content: center;
  }
  .cid-uap83ii3oG .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uap83ii3oG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uap83ii3oG {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uap83ii3oG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uap83ii3oG .content-wrap {
    width: 100%;
  }
}
.cid-uap83ii3oG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uap83ii3oG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uap83ii3oG .mbr-section-title,
.cid-uap83ii3oG .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uap83ii3oG .mbr-text,
.cid-uap83ii3oG .mbr-section-btn {
  text-align: left;
}
.cid-uap83ii3oG .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-uap840mEsx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uap840mEsx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uap840mEsx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uap840mEsx .mbr-section-subtitle {
  text-align: left;
}
.cid-uap8538flJ {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uap8538flJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uap8538flJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uap8538flJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uap8538flJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uap8538flJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uap8538flJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uap8538flJ .mbr-section-title {
  color: #000000;
}
.cid-uap8538flJ .mbr-text,
.cid-uap8538flJ .mbr-section-btn {
  color: #000000;
}
.cid-uap8iGj9sq {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uap8iGj9sq img,
.cid-uap8iGj9sq .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uap8iGj9sq img,
  .cid-uap8iGj9sq .item-img {
    max-height: 300px;
  }
}
.cid-uap8iGj9sq .item:focus,
.cid-uap8iGj9sq span:focus {
  outline: none;
}
.cid-uap8iGj9sq .item-wrapper {
  position: relative;
}
.cid-uap8iGj9sq .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uap8iGj9sq .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uap8iGj9sq .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uap8iGj9sq .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-uap8iGj9sq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uap8iGj9sq .mbr-section-title {
  color: #232323;
}
.cid-uap8iGj9sq .mbr-text,
.cid-uap8iGj9sq .mbr-section-btn {
  text-align: left;
}
.cid-uap8iGj9sq .item-title {
  text-align: left;
}
.cid-uap8iGj9sq .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uap8iGj9sq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uap8iGj9sq .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uap8iGj9sq .embla__button--next,
.cid-uap8iGj9sq .embla__button--prev {
  display: flex;
}
.cid-uap8iGj9sq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uap8iGj9sq .embla__button {
    display: none;
  }
}
.cid-uap8iGj9sq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uap8iGj9sq .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uap8iGj9sq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uap8iGj9sq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uap8iGj9sq .embla__button {
    top: auto;
  }
}
.cid-uap8iGj9sq .embla {
  position: relative;
  width: 100%;
}
.cid-uap8iGj9sq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uap8iGj9sq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uap8iGj9sq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uap8iGj9sq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uap8iGj9sq .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uap8iGj9sq .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uap8iGj9sq .content-head {
  max-width: 800px;
}
.cid-ue8CG3v7BY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8CG3v7BY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8CG3v7BY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8CG3v7BY .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8CG3v7BY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8CG3v7BY .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8CG3v7BY .content-head {
  max-width: 800px;
}
.cid-ue8CG3v7BY .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubxK4LjMgO {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-ubxK4LjMgO .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubxK4LjMgO {
    align-items: flex-end;
  }
  .cid-ubxK4LjMgO .row {
    justify-content: center;
  }
  .cid-ubxK4LjMgO .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubxK4LjMgO .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubxK4LjMgO {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubxK4LjMgO .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubxK4LjMgO .content-wrap {
    width: 100%;
  }
}
.cid-ubxK4LjMgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxK4LjMgO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxK4LjMgO .mbr-section-title,
.cid-ubxK4LjMgO .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubxK4LjMgO .mbr-text,
.cid-ubxK4LjMgO .mbr-section-btn {
  text-align: left;
}
.cid-ubxK4LjMgO .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubxK5jC1jg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubxK5jC1jg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxK5jC1jg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxK5jC1jg .mbr-section-subtitle {
  text-align: left;
}
.cid-uanPcEeMek {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uanPcEeMek .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanPcEeMek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uanPcEeMek .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uanPcEeMek .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanPcEeMek .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uanPcEeMek .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uanPcEeMek .mbr-section-title {
  color: #000000;
}
.cid-uanPcEeMek .mbr-text,
.cid-uanPcEeMek .mbr-section-btn {
  color: #000000;
}
.cid-v9XZfoay71 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9XZfoay71 img,
.cid-v9XZfoay71 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9XZfoay71 img,
  .cid-v9XZfoay71 .item-img {
    max-height: 300px;
  }
}
.cid-v9XZfoay71 .item:focus,
.cid-v9XZfoay71 span:focus {
  outline: none;
}
.cid-v9XZfoay71 .item-wrapper {
  position: relative;
}
.cid-v9XZfoay71 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9XZfoay71 .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9XZfoay71 .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9XZfoay71 .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9XZfoay71 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9XZfoay71 .mbr-section-title {
  color: #232323;
}
.cid-v9XZfoay71 .mbr-text,
.cid-v9XZfoay71 .mbr-section-btn {
  text-align: left;
}
.cid-v9XZfoay71 .item-title {
  text-align: left;
}
.cid-v9XZfoay71 .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9XZfoay71 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9XZfoay71 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9XZfoay71 .embla__button--next,
.cid-v9XZfoay71 .embla__button--prev {
  display: flex;
}
.cid-v9XZfoay71 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9XZfoay71 .embla__button {
    display: none;
  }
}
.cid-v9XZfoay71 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9XZfoay71 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9XZfoay71 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9XZfoay71 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9XZfoay71 .embla__button {
    top: auto;
  }
}
.cid-v9XZfoay71 .embla {
  position: relative;
  width: 100%;
}
.cid-v9XZfoay71 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9XZfoay71 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9XZfoay71 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9XZfoay71 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9XZfoay71 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9XZfoay71 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9XZfoay71 .content-head {
  max-width: 800px;
}
.cid-ue8CI8YiYH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8CI8YiYH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8CI8YiYH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8CI8YiYH .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8CI8YiYH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8CI8YiYH .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8CI8YiYH .content-head {
  max-width: 800px;
}
.cid-ue8CI8YiYH .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubxKmhV63Q {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-ubxKmhV63Q .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubxKmhV63Q {
    align-items: flex-end;
  }
  .cid-ubxKmhV63Q .row {
    justify-content: center;
  }
  .cid-ubxKmhV63Q .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubxKmhV63Q .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubxKmhV63Q {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubxKmhV63Q .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubxKmhV63Q .content-wrap {
    width: 100%;
  }
}
.cid-ubxKmhV63Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxKmhV63Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxKmhV63Q .mbr-section-title,
.cid-ubxKmhV63Q .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubxKmhV63Q .mbr-text,
.cid-ubxKmhV63Q .mbr-section-btn {
  text-align: left;
}
.cid-ubxKmhV63Q .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubxKmLXJgp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubxKmLXJgp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxKmLXJgp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxKmLXJgp .mbr-section-subtitle {
  text-align: left;
}
.cid-ubxKlvsFAp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ubxKlvsFAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxKlvsFAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubxKlvsFAp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubxKlvsFAp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ubxKlvsFAp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ubxKlvsFAp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubxKlvsFAp .mbr-section-title {
  color: #000000;
}
.cid-ubxKlvsFAp .mbr-text,
.cid-ubxKlvsFAp .mbr-section-btn {
  color: #000000;
}
.cid-v9ZlOEweYY {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9ZlOEweYY img,
.cid-v9ZlOEweYY .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9ZlOEweYY img,
  .cid-v9ZlOEweYY .item-img {
    max-height: 300px;
  }
}
.cid-v9ZlOEweYY .item:focus,
.cid-v9ZlOEweYY span:focus {
  outline: none;
}
.cid-v9ZlOEweYY .item-wrapper {
  position: relative;
}
.cid-v9ZlOEweYY .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9ZlOEweYY .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9ZlOEweYY .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9ZlOEweYY .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9ZlOEweYY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9ZlOEweYY .mbr-section-title {
  color: #232323;
}
.cid-v9ZlOEweYY .mbr-text,
.cid-v9ZlOEweYY .mbr-section-btn {
  text-align: left;
}
.cid-v9ZlOEweYY .item-title {
  text-align: left;
}
.cid-v9ZlOEweYY .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9ZlOEweYY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9ZlOEweYY .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9ZlOEweYY .embla__button--next,
.cid-v9ZlOEweYY .embla__button--prev {
  display: flex;
}
.cid-v9ZlOEweYY .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9ZlOEweYY .embla__button {
    display: none;
  }
}
.cid-v9ZlOEweYY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9ZlOEweYY .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9ZlOEweYY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9ZlOEweYY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9ZlOEweYY .embla__button {
    top: auto;
  }
}
.cid-v9ZlOEweYY .embla {
  position: relative;
  width: 100%;
}
.cid-v9ZlOEweYY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9ZlOEweYY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9ZlOEweYY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9ZlOEweYY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9ZlOEweYY .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9ZlOEweYY .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9ZlOEweYY .content-head {
  max-width: 800px;
}
.cid-ue8CKpFKGD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8CKpFKGD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8CKpFKGD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8CKpFKGD .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8CKpFKGD .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8CKpFKGD .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8CKpFKGD .content-head {
  max-width: 800px;
}
.cid-ue8CKpFKGD .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubxJNT2AKA {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-ubxJNT2AKA .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubxJNT2AKA {
    align-items: flex-end;
  }
  .cid-ubxJNT2AKA .row {
    justify-content: center;
  }
  .cid-ubxJNT2AKA .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubxJNT2AKA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubxJNT2AKA {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubxJNT2AKA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubxJNT2AKA .content-wrap {
    width: 100%;
  }
}
.cid-ubxJNT2AKA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxJNT2AKA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxJNT2AKA .mbr-section-title,
.cid-ubxJNT2AKA .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubxJNT2AKA .mbr-text,
.cid-ubxJNT2AKA .mbr-section-btn {
  text-align: left;
}
.cid-ubxJNT2AKA .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubxJPc0Cht {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubxJPc0Cht .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxJPc0Cht .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxJPc0Cht .mbr-section-subtitle {
  text-align: left;
}
.cid-uanPMe9t0g {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uanPMe9t0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanPMe9t0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uanPMe9t0g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uanPMe9t0g .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanPMe9t0g .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uanPMe9t0g .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uanPMe9t0g .mbr-section-title {
  color: #000000;
}
.cid-uanPMe9t0g .mbr-text,
.cid-uanPMe9t0g .mbr-section-btn {
  color: #000000;
}
.cid-v9Zl5yVLGL {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9Zl5yVLGL img,
.cid-v9Zl5yVLGL .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9Zl5yVLGL img,
  .cid-v9Zl5yVLGL .item-img {
    max-height: 300px;
  }
}
.cid-v9Zl5yVLGL .item:focus,
.cid-v9Zl5yVLGL span:focus {
  outline: none;
}
.cid-v9Zl5yVLGL .item-wrapper {
  position: relative;
}
.cid-v9Zl5yVLGL .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9Zl5yVLGL .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9Zl5yVLGL .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9Zl5yVLGL .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9Zl5yVLGL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9Zl5yVLGL .mbr-section-title {
  color: #232323;
}
.cid-v9Zl5yVLGL .mbr-text,
.cid-v9Zl5yVLGL .mbr-section-btn {
  text-align: left;
}
.cid-v9Zl5yVLGL .item-title {
  text-align: left;
}
.cid-v9Zl5yVLGL .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9Zl5yVLGL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9Zl5yVLGL .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9Zl5yVLGL .embla__button--next,
.cid-v9Zl5yVLGL .embla__button--prev {
  display: flex;
}
.cid-v9Zl5yVLGL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9Zl5yVLGL .embla__button {
    display: none;
  }
}
.cid-v9Zl5yVLGL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9Zl5yVLGL .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9Zl5yVLGL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9Zl5yVLGL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9Zl5yVLGL .embla__button {
    top: auto;
  }
}
.cid-v9Zl5yVLGL .embla {
  position: relative;
  width: 100%;
}
.cid-v9Zl5yVLGL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9Zl5yVLGL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9Zl5yVLGL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9Zl5yVLGL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9Zl5yVLGL .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9Zl5yVLGL .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9Zl5yVLGL .content-head {
  max-width: 800px;
}
.cid-ue8Cwkp2pY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8Cwkp2pY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8Cwkp2pY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8Cwkp2pY .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8Cwkp2pY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8Cwkp2pY .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8Cwkp2pY .content-head {
  max-width: 800px;
}
.cid-ue8Cwkp2pY .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubxJJF8Jvq {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-ubxJJF8Jvq .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubxJJF8Jvq {
    align-items: flex-end;
  }
  .cid-ubxJJF8Jvq .row {
    justify-content: center;
  }
  .cid-ubxJJF8Jvq .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubxJJF8Jvq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubxJJF8Jvq {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubxJJF8Jvq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubxJJF8Jvq .content-wrap {
    width: 100%;
  }
}
.cid-ubxJJF8Jvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxJJF8Jvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxJJF8Jvq .mbr-section-title,
.cid-ubxJJF8Jvq .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubxJJF8Jvq .mbr-text,
.cid-ubxJJF8Jvq .mbr-section-btn {
  text-align: left;
}
.cid-ubxJJF8Jvq .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubxJK0unyv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubxJK0unyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxJK0unyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxJK0unyv .mbr-section-subtitle {
  text-align: left;
}
.cid-uanQXPqimQ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uanQXPqimQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanQXPqimQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uanQXPqimQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uanQXPqimQ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanQXPqimQ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uanQXPqimQ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uanQXPqimQ .mbr-section-title {
  color: #000000;
}
.cid-uanQXPqimQ .mbr-text,
.cid-uanQXPqimQ .mbr-section-btn {
  color: #000000;
}
.cid-v9ZgItI0J2 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9ZgItI0J2 img,
.cid-v9ZgItI0J2 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9ZgItI0J2 img,
  .cid-v9ZgItI0J2 .item-img {
    max-height: 300px;
  }
}
.cid-v9ZgItI0J2 .item:focus,
.cid-v9ZgItI0J2 span:focus {
  outline: none;
}
.cid-v9ZgItI0J2 .item-wrapper {
  position: relative;
}
.cid-v9ZgItI0J2 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9ZgItI0J2 .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9ZgItI0J2 .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9ZgItI0J2 .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9ZgItI0J2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9ZgItI0J2 .mbr-section-title {
  color: #232323;
}
.cid-v9ZgItI0J2 .mbr-text,
.cid-v9ZgItI0J2 .mbr-section-btn {
  text-align: left;
}
.cid-v9ZgItI0J2 .item-title {
  text-align: left;
}
.cid-v9ZgItI0J2 .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9ZgItI0J2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9ZgItI0J2 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9ZgItI0J2 .embla__button--next,
.cid-v9ZgItI0J2 .embla__button--prev {
  display: flex;
}
.cid-v9ZgItI0J2 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9ZgItI0J2 .embla__button {
    display: none;
  }
}
.cid-v9ZgItI0J2 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9ZgItI0J2 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9ZgItI0J2 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9ZgItI0J2 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9ZgItI0J2 .embla__button {
    top: auto;
  }
}
.cid-v9ZgItI0J2 .embla {
  position: relative;
  width: 100%;
}
.cid-v9ZgItI0J2 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9ZgItI0J2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9ZgItI0J2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9ZgItI0J2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9ZgItI0J2 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9ZgItI0J2 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9ZgItI0J2 .content-head {
  max-width: 800px;
}
.cid-ue8BiAKaU8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8BiAKaU8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8BiAKaU8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8BiAKaU8 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8BiAKaU8 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8BiAKaU8 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8BiAKaU8 .content-head {
  max-width: 800px;
}
.cid-ue8BiAKaU8 .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubxJFBd8ey {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-ubxJFBd8ey .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubxJFBd8ey {
    align-items: flex-end;
  }
  .cid-ubxJFBd8ey .row {
    justify-content: center;
  }
  .cid-ubxJFBd8ey .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubxJFBd8ey .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubxJFBd8ey {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubxJFBd8ey .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubxJFBd8ey .content-wrap {
    width: 100%;
  }
}
.cid-ubxJFBd8ey .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxJFBd8ey .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxJFBd8ey .mbr-section-title,
.cid-ubxJFBd8ey .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubxJFBd8ey .mbr-text,
.cid-ubxJFBd8ey .mbr-section-btn {
  text-align: left;
}
.cid-ubxJFBd8ey .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubxJG0Ksvi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubxJG0Ksvi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxJG0Ksvi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxJG0Ksvi .mbr-section-subtitle {
  text-align: left;
}
.cid-uanRH1TESe {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uanRH1TESe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanRH1TESe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uanRH1TESe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uanRH1TESe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanRH1TESe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uanRH1TESe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uanRH1TESe .mbr-section-title {
  color: #000000;
}
.cid-uanRH1TESe .mbr-text,
.cid-uanRH1TESe .mbr-section-btn {
  color: #000000;
}
.cid-v9ZkRIqtvT {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9ZkRIqtvT img,
.cid-v9ZkRIqtvT .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9ZkRIqtvT img,
  .cid-v9ZkRIqtvT .item-img {
    max-height: 300px;
  }
}
.cid-v9ZkRIqtvT .item:focus,
.cid-v9ZkRIqtvT span:focus {
  outline: none;
}
.cid-v9ZkRIqtvT .item-wrapper {
  position: relative;
}
.cid-v9ZkRIqtvT .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9ZkRIqtvT .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9ZkRIqtvT .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9ZkRIqtvT .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9ZkRIqtvT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9ZkRIqtvT .mbr-section-title {
  color: #232323;
}
.cid-v9ZkRIqtvT .mbr-text,
.cid-v9ZkRIqtvT .mbr-section-btn {
  text-align: left;
}
.cid-v9ZkRIqtvT .item-title {
  text-align: left;
}
.cid-v9ZkRIqtvT .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9ZkRIqtvT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9ZkRIqtvT .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9ZkRIqtvT .embla__button--next,
.cid-v9ZkRIqtvT .embla__button--prev {
  display: flex;
}
.cid-v9ZkRIqtvT .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9ZkRIqtvT .embla__button {
    display: none;
  }
}
.cid-v9ZkRIqtvT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9ZkRIqtvT .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9ZkRIqtvT .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9ZkRIqtvT .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9ZkRIqtvT .embla__button {
    top: auto;
  }
}
.cid-v9ZkRIqtvT .embla {
  position: relative;
  width: 100%;
}
.cid-v9ZkRIqtvT .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9ZkRIqtvT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9ZkRIqtvT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9ZkRIqtvT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9ZkRIqtvT .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9ZkRIqtvT .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9ZkRIqtvT .content-head {
  max-width: 800px;
}
.cid-ue8BdsBngp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8BdsBngp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8BdsBngp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8BdsBngp .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8BdsBngp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8BdsBngp .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8BdsBngp .content-head {
  max-width: 800px;
}
.cid-ue8BdsBngp .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubxJBvIt2H {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-ubxJBvIt2H .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubxJBvIt2H {
    align-items: flex-end;
  }
  .cid-ubxJBvIt2H .row {
    justify-content: center;
  }
  .cid-ubxJBvIt2H .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubxJBvIt2H .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubxJBvIt2H {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubxJBvIt2H .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubxJBvIt2H .content-wrap {
    width: 100%;
  }
}
.cid-ubxJBvIt2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxJBvIt2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxJBvIt2H .mbr-section-title,
.cid-ubxJBvIt2H .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubxJBvIt2H .mbr-text,
.cid-ubxJBvIt2H .mbr-section-btn {
  text-align: left;
}
.cid-ubxJBvIt2H .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubxJBUWB6E {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubxJBUWB6E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxJBUWB6E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxJBUWB6E .mbr-section-subtitle {
  text-align: left;
}
.cid-uanRYMqPzr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uanRYMqPzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanRYMqPzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uanRYMqPzr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uanRYMqPzr .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanRYMqPzr .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uanRYMqPzr .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uanRYMqPzr .mbr-section-title {
  color: #000000;
}
.cid-uanRYMqPzr .mbr-text,
.cid-uanRYMqPzr .mbr-section-btn {
  color: #000000;
}
.cid-v9XZ4CsHfS {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9XZ4CsHfS img,
.cid-v9XZ4CsHfS .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9XZ4CsHfS img,
  .cid-v9XZ4CsHfS .item-img {
    max-height: 300px;
  }
}
.cid-v9XZ4CsHfS .item:focus,
.cid-v9XZ4CsHfS span:focus {
  outline: none;
}
.cid-v9XZ4CsHfS .item-wrapper {
  position: relative;
}
.cid-v9XZ4CsHfS .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9XZ4CsHfS .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9XZ4CsHfS .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9XZ4CsHfS .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9XZ4CsHfS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9XZ4CsHfS .mbr-section-title {
  color: #232323;
}
.cid-v9XZ4CsHfS .mbr-text,
.cid-v9XZ4CsHfS .mbr-section-btn {
  text-align: left;
}
.cid-v9XZ4CsHfS .item-title {
  text-align: left;
}
.cid-v9XZ4CsHfS .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9XZ4CsHfS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9XZ4CsHfS .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9XZ4CsHfS .embla__button--next,
.cid-v9XZ4CsHfS .embla__button--prev {
  display: flex;
}
.cid-v9XZ4CsHfS .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9XZ4CsHfS .embla__button {
    display: none;
  }
}
.cid-v9XZ4CsHfS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9XZ4CsHfS .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9XZ4CsHfS .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9XZ4CsHfS .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9XZ4CsHfS .embla__button {
    top: auto;
  }
}
.cid-v9XZ4CsHfS .embla {
  position: relative;
  width: 100%;
}
.cid-v9XZ4CsHfS .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9XZ4CsHfS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9XZ4CsHfS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9XZ4CsHfS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9XZ4CsHfS .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9XZ4CsHfS .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9XZ4CsHfS .content-head {
  max-width: 800px;
}
.cid-ue8BavPRdg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8BavPRdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8BavPRdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8BavPRdg .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8BavPRdg .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8BavPRdg .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8BavPRdg .content-head {
  max-width: 800px;
}
.cid-ue8BavPRdg .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubxJxdWQoo {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-ubxJxdWQoo .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubxJxdWQoo {
    align-items: flex-end;
  }
  .cid-ubxJxdWQoo .row {
    justify-content: center;
  }
  .cid-ubxJxdWQoo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubxJxdWQoo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubxJxdWQoo {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubxJxdWQoo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubxJxdWQoo .content-wrap {
    width: 100%;
  }
}
.cid-ubxJxdWQoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxJxdWQoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxJxdWQoo .mbr-section-title,
.cid-ubxJxdWQoo .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubxJxdWQoo .mbr-text,
.cid-ubxJxdWQoo .mbr-section-btn {
  text-align: left;
}
.cid-ubxJxdWQoo .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubxJxLFHTt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubxJxLFHTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxJxLFHTt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxJxLFHTt .mbr-section-subtitle {
  text-align: left;
}
.cid-uanWALySLc {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uanWALySLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanWALySLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uanWALySLc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uanWALySLc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanWALySLc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uanWALySLc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uanWALySLc .mbr-section-title {
  color: #000000;
}
.cid-uanWALySLc .mbr-text,
.cid-uanWALySLc .mbr-section-btn {
  color: #000000;
}
.cid-v9ZksFBRE4 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9ZksFBRE4 img,
.cid-v9ZksFBRE4 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9ZksFBRE4 img,
  .cid-v9ZksFBRE4 .item-img {
    max-height: 300px;
  }
}
.cid-v9ZksFBRE4 .item:focus,
.cid-v9ZksFBRE4 span:focus {
  outline: none;
}
.cid-v9ZksFBRE4 .item-wrapper {
  position: relative;
}
.cid-v9ZksFBRE4 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9ZksFBRE4 .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9ZksFBRE4 .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9ZksFBRE4 .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9ZksFBRE4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9ZksFBRE4 .mbr-section-title {
  color: #232323;
}
.cid-v9ZksFBRE4 .mbr-text,
.cid-v9ZksFBRE4 .mbr-section-btn {
  text-align: left;
}
.cid-v9ZksFBRE4 .item-title {
  text-align: left;
}
.cid-v9ZksFBRE4 .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9ZksFBRE4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9ZksFBRE4 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9ZksFBRE4 .embla__button--next,
.cid-v9ZksFBRE4 .embla__button--prev {
  display: flex;
}
.cid-v9ZksFBRE4 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9ZksFBRE4 .embla__button {
    display: none;
  }
}
.cid-v9ZksFBRE4 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9ZksFBRE4 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9ZksFBRE4 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9ZksFBRE4 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9ZksFBRE4 .embla__button {
    top: auto;
  }
}
.cid-v9ZksFBRE4 .embla {
  position: relative;
  width: 100%;
}
.cid-v9ZksFBRE4 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9ZksFBRE4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9ZksFBRE4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9ZksFBRE4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9ZksFBRE4 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9ZksFBRE4 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9ZksFBRE4 .content-head {
  max-width: 800px;
}
.cid-ue8B7UcqrV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8B7UcqrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8B7UcqrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8B7UcqrV .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8B7UcqrV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8B7UcqrV .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8B7UcqrV .content-head {
  max-width: 800px;
}
.cid-ue8B7UcqrV .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubxJqDf4It {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-ubxJqDf4It .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubxJqDf4It {
    align-items: flex-end;
  }
  .cid-ubxJqDf4It .row {
    justify-content: center;
  }
  .cid-ubxJqDf4It .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubxJqDf4It .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubxJqDf4It {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubxJqDf4It .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubxJqDf4It .content-wrap {
    width: 100%;
  }
}
.cid-ubxJqDf4It .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxJqDf4It .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxJqDf4It .mbr-section-title,
.cid-ubxJqDf4It .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubxJqDf4It .mbr-text,
.cid-ubxJqDf4It .mbr-section-btn {
  text-align: left;
}
.cid-ubxJqDf4It .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubxJq6QCmS {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubxJq6QCmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxJq6QCmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxJq6QCmS .mbr-section-subtitle {
  text-align: left;
}
.cid-uanX7yKn2C {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uanX7yKn2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanX7yKn2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uanX7yKn2C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uanX7yKn2C .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanX7yKn2C .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uanX7yKn2C .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uanX7yKn2C .mbr-section-title {
  color: #000000;
}
.cid-uanX7yKn2C .mbr-text,
.cid-uanX7yKn2C .mbr-section-btn {
  color: #000000;
}
.cid-v9ZkiFtY5I {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9ZkiFtY5I img,
.cid-v9ZkiFtY5I .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9ZkiFtY5I img,
  .cid-v9ZkiFtY5I .item-img {
    max-height: 300px;
  }
}
.cid-v9ZkiFtY5I .item:focus,
.cid-v9ZkiFtY5I span:focus {
  outline: none;
}
.cid-v9ZkiFtY5I .item-wrapper {
  position: relative;
}
.cid-v9ZkiFtY5I .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9ZkiFtY5I .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9ZkiFtY5I .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9ZkiFtY5I .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9ZkiFtY5I .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9ZkiFtY5I .mbr-section-title {
  color: #232323;
}
.cid-v9ZkiFtY5I .mbr-text,
.cid-v9ZkiFtY5I .mbr-section-btn {
  text-align: left;
}
.cid-v9ZkiFtY5I .item-title {
  text-align: left;
}
.cid-v9ZkiFtY5I .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9ZkiFtY5I .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9ZkiFtY5I .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9ZkiFtY5I .embla__button--next,
.cid-v9ZkiFtY5I .embla__button--prev {
  display: flex;
}
.cid-v9ZkiFtY5I .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9ZkiFtY5I .embla__button {
    display: none;
  }
}
.cid-v9ZkiFtY5I .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9ZkiFtY5I .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9ZkiFtY5I .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9ZkiFtY5I .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9ZkiFtY5I .embla__button {
    top: auto;
  }
}
.cid-v9ZkiFtY5I .embla {
  position: relative;
  width: 100%;
}
.cid-v9ZkiFtY5I .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9ZkiFtY5I .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9ZkiFtY5I .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9ZkiFtY5I .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9ZkiFtY5I .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9ZkiFtY5I .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9ZkiFtY5I .content-head {
  max-width: 800px;
}
.cid-ue8B4PYsea {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8B4PYsea .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8B4PYsea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8B4PYsea .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8B4PYsea .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8B4PYsea .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8B4PYsea .content-head {
  max-width: 800px;
}
.cid-ue8B4PYsea .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubxJ2ZPmze {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-ubxJ2ZPmze .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubxJ2ZPmze {
    align-items: flex-end;
  }
  .cid-ubxJ2ZPmze .row {
    justify-content: center;
  }
  .cid-ubxJ2ZPmze .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubxJ2ZPmze .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubxJ2ZPmze {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubxJ2ZPmze .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubxJ2ZPmze .content-wrap {
    width: 100%;
  }
}
.cid-ubxJ2ZPmze .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxJ2ZPmze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxJ2ZPmze .mbr-section-title,
.cid-ubxJ2ZPmze .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubxJ2ZPmze .mbr-text,
.cid-ubxJ2ZPmze .mbr-section-btn {
  text-align: left;
}
.cid-ubxJ2ZPmze .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubxJ3r8Luy {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubxJ3r8Luy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxJ3r8Luy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxJ3r8Luy .mbr-section-subtitle {
  text-align: left;
}
.cid-uanXCXC211 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uanXCXC211 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanXCXC211 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uanXCXC211 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uanXCXC211 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanXCXC211 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uanXCXC211 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uanXCXC211 .mbr-section-title {
  color: #000000;
}
.cid-uanXCXC211 .mbr-text,
.cid-uanXCXC211 .mbr-section-btn {
  color: #000000;
}
.cid-v9Zk6R4prf {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9Zk6R4prf img,
.cid-v9Zk6R4prf .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9Zk6R4prf img,
  .cid-v9Zk6R4prf .item-img {
    max-height: 300px;
  }
}
.cid-v9Zk6R4prf .item:focus,
.cid-v9Zk6R4prf span:focus {
  outline: none;
}
.cid-v9Zk6R4prf .item-wrapper {
  position: relative;
}
.cid-v9Zk6R4prf .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9Zk6R4prf .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9Zk6R4prf .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9Zk6R4prf .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9Zk6R4prf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9Zk6R4prf .mbr-section-title {
  color: #232323;
}
.cid-v9Zk6R4prf .mbr-text,
.cid-v9Zk6R4prf .mbr-section-btn {
  text-align: left;
}
.cid-v9Zk6R4prf .item-title {
  text-align: left;
}
.cid-v9Zk6R4prf .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9Zk6R4prf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9Zk6R4prf .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9Zk6R4prf .embla__button--next,
.cid-v9Zk6R4prf .embla__button--prev {
  display: flex;
}
.cid-v9Zk6R4prf .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9Zk6R4prf .embla__button {
    display: none;
  }
}
.cid-v9Zk6R4prf .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9Zk6R4prf .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9Zk6R4prf .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9Zk6R4prf .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9Zk6R4prf .embla__button {
    top: auto;
  }
}
.cid-v9Zk6R4prf .embla {
  position: relative;
  width: 100%;
}
.cid-v9Zk6R4prf .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9Zk6R4prf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9Zk6R4prf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9Zk6R4prf .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9Zk6R4prf .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9Zk6R4prf .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9Zk6R4prf .content-head {
  max-width: 800px;
}
.cid-ue8B1Rb5k3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8B1Rb5k3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8B1Rb5k3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8B1Rb5k3 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8B1Rb5k3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8B1Rb5k3 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8B1Rb5k3 .content-head {
  max-width: 800px;
}
.cid-ue8B1Rb5k3 .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubxIY7lmNo {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-ubxIY7lmNo .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubxIY7lmNo {
    align-items: flex-end;
  }
  .cid-ubxIY7lmNo .row {
    justify-content: center;
  }
  .cid-ubxIY7lmNo .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubxIY7lmNo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubxIY7lmNo {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubxIY7lmNo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubxIY7lmNo .content-wrap {
    width: 100%;
  }
}
.cid-ubxIY7lmNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxIY7lmNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxIY7lmNo .mbr-section-title,
.cid-ubxIY7lmNo .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubxIY7lmNo .mbr-text,
.cid-ubxIY7lmNo .mbr-section-btn {
  text-align: left;
}
.cid-ubxIY7lmNo .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubxIYzwBWM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubxIYzwBWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxIYzwBWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxIYzwBWM .mbr-section-subtitle {
  text-align: left;
}
.cid-uanY1VjEY6 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uanY1VjEY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanY1VjEY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uanY1VjEY6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uanY1VjEY6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanY1VjEY6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uanY1VjEY6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uanY1VjEY6 .mbr-section-title {
  color: #000000;
}
.cid-uanY1VjEY6 .mbr-text,
.cid-uanY1VjEY6 .mbr-section-btn {
  color: #000000;
}
.cid-v9ZjWSmZIo {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9ZjWSmZIo img,
.cid-v9ZjWSmZIo .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9ZjWSmZIo img,
  .cid-v9ZjWSmZIo .item-img {
    max-height: 300px;
  }
}
.cid-v9ZjWSmZIo .item:focus,
.cid-v9ZjWSmZIo span:focus {
  outline: none;
}
.cid-v9ZjWSmZIo .item-wrapper {
  position: relative;
}
.cid-v9ZjWSmZIo .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9ZjWSmZIo .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9ZjWSmZIo .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9ZjWSmZIo .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9ZjWSmZIo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9ZjWSmZIo .mbr-section-title {
  color: #232323;
}
.cid-v9ZjWSmZIo .mbr-text,
.cid-v9ZjWSmZIo .mbr-section-btn {
  text-align: left;
}
.cid-v9ZjWSmZIo .item-title {
  text-align: left;
}
.cid-v9ZjWSmZIo .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9ZjWSmZIo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9ZjWSmZIo .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9ZjWSmZIo .embla__button--next,
.cid-v9ZjWSmZIo .embla__button--prev {
  display: flex;
}
.cid-v9ZjWSmZIo .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9ZjWSmZIo .embla__button {
    display: none;
  }
}
.cid-v9ZjWSmZIo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9ZjWSmZIo .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9ZjWSmZIo .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9ZjWSmZIo .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9ZjWSmZIo .embla__button {
    top: auto;
  }
}
.cid-v9ZjWSmZIo .embla {
  position: relative;
  width: 100%;
}
.cid-v9ZjWSmZIo .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9ZjWSmZIo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9ZjWSmZIo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9ZjWSmZIo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9ZjWSmZIo .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9ZjWSmZIo .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9ZjWSmZIo .content-head {
  max-width: 800px;
}
.cid-ue8AZ5fPGe {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8AZ5fPGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8AZ5fPGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8AZ5fPGe .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8AZ5fPGe .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8AZ5fPGe .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8AZ5fPGe .content-head {
  max-width: 800px;
}
.cid-ue8AZ5fPGe .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubxIHJk7KH {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-ubxIHJk7KH .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubxIHJk7KH {
    align-items: flex-end;
  }
  .cid-ubxIHJk7KH .row {
    justify-content: center;
  }
  .cid-ubxIHJk7KH .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubxIHJk7KH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubxIHJk7KH {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubxIHJk7KH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubxIHJk7KH .content-wrap {
    width: 100%;
  }
}
.cid-ubxIHJk7KH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxIHJk7KH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxIHJk7KH .mbr-section-title,
.cid-ubxIHJk7KH .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubxIHJk7KH .mbr-text,
.cid-ubxIHJk7KH .mbr-section-btn {
  text-align: left;
}
.cid-ubxIHJk7KH .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubxIIt2Eug {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubxIIt2Eug .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxIIt2Eug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxIIt2Eug .mbr-section-subtitle {
  text-align: left;
}
.cid-uanZM3JSEK {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uanZM3JSEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uanZM3JSEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uanZM3JSEK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uanZM3JSEK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uanZM3JSEK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uanZM3JSEK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uanZM3JSEK .mbr-section-title {
  color: #000000;
}
.cid-uanZM3JSEK .mbr-text,
.cid-uanZM3JSEK .mbr-section-btn {
  color: #000000;
}
.cid-v9ZjLiRdEN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9ZjLiRdEN img,
.cid-v9ZjLiRdEN .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9ZjLiRdEN img,
  .cid-v9ZjLiRdEN .item-img {
    max-height: 300px;
  }
}
.cid-v9ZjLiRdEN .item:focus,
.cid-v9ZjLiRdEN span:focus {
  outline: none;
}
.cid-v9ZjLiRdEN .item-wrapper {
  position: relative;
}
.cid-v9ZjLiRdEN .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9ZjLiRdEN .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9ZjLiRdEN .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9ZjLiRdEN .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9ZjLiRdEN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9ZjLiRdEN .mbr-section-title {
  color: #232323;
}
.cid-v9ZjLiRdEN .mbr-text,
.cid-v9ZjLiRdEN .mbr-section-btn {
  text-align: left;
}
.cid-v9ZjLiRdEN .item-title {
  text-align: left;
}
.cid-v9ZjLiRdEN .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9ZjLiRdEN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9ZjLiRdEN .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9ZjLiRdEN .embla__button--next,
.cid-v9ZjLiRdEN .embla__button--prev {
  display: flex;
}
.cid-v9ZjLiRdEN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9ZjLiRdEN .embla__button {
    display: none;
  }
}
.cid-v9ZjLiRdEN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9ZjLiRdEN .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9ZjLiRdEN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9ZjLiRdEN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9ZjLiRdEN .embla__button {
    top: auto;
  }
}
.cid-v9ZjLiRdEN .embla {
  position: relative;
  width: 100%;
}
.cid-v9ZjLiRdEN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9ZjLiRdEN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9ZjLiRdEN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9ZjLiRdEN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9ZjLiRdEN .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9ZjLiRdEN .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9ZjLiRdEN .content-head {
  max-width: 800px;
}
.cid-ue8AVGFKTk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8AVGFKTk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8AVGFKTk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8AVGFKTk .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8AVGFKTk .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8AVGFKTk .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8AVGFKTk .content-head {
  max-width: 800px;
}
.cid-ue8AVGFKTk .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubxIiXYvYc {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-ubxIiXYvYc .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubxIiXYvYc {
    align-items: flex-end;
  }
  .cid-ubxIiXYvYc .row {
    justify-content: center;
  }
  .cid-ubxIiXYvYc .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubxIiXYvYc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubxIiXYvYc {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubxIiXYvYc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubxIiXYvYc .content-wrap {
    width: 100%;
  }
}
.cid-ubxIiXYvYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxIiXYvYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxIiXYvYc .mbr-section-title,
.cid-ubxIiXYvYc .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubxIiXYvYc .mbr-text,
.cid-ubxIiXYvYc .mbr-section-btn {
  text-align: left;
}
.cid-ubxIiXYvYc .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubxIjUGvHM {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubxIjUGvHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxIjUGvHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxIjUGvHM .mbr-section-subtitle {
  text-align: left;
}
.cid-uao0qNxuel {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uao0qNxuel .mbr-fallback-image.disabled {
  display: none;
}
.cid-uao0qNxuel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uao0qNxuel .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uao0qNxuel .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uao0qNxuel .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uao0qNxuel .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uao0qNxuel .mbr-section-title {
  color: #000000;
}
.cid-uao0qNxuel .mbr-text,
.cid-uao0qNxuel .mbr-section-btn {
  color: #000000;
}
.cid-v9ZjBeKp7F {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9ZjBeKp7F img,
.cid-v9ZjBeKp7F .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9ZjBeKp7F img,
  .cid-v9ZjBeKp7F .item-img {
    max-height: 300px;
  }
}
.cid-v9ZjBeKp7F .item:focus,
.cid-v9ZjBeKp7F span:focus {
  outline: none;
}
.cid-v9ZjBeKp7F .item-wrapper {
  position: relative;
}
.cid-v9ZjBeKp7F .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9ZjBeKp7F .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9ZjBeKp7F .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9ZjBeKp7F .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9ZjBeKp7F .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9ZjBeKp7F .mbr-section-title {
  color: #232323;
}
.cid-v9ZjBeKp7F .mbr-text,
.cid-v9ZjBeKp7F .mbr-section-btn {
  text-align: left;
}
.cid-v9ZjBeKp7F .item-title {
  text-align: left;
}
.cid-v9ZjBeKp7F .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9ZjBeKp7F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9ZjBeKp7F .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9ZjBeKp7F .embla__button--next,
.cid-v9ZjBeKp7F .embla__button--prev {
  display: flex;
}
.cid-v9ZjBeKp7F .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9ZjBeKp7F .embla__button {
    display: none;
  }
}
.cid-v9ZjBeKp7F .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9ZjBeKp7F .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9ZjBeKp7F .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9ZjBeKp7F .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9ZjBeKp7F .embla__button {
    top: auto;
  }
}
.cid-v9ZjBeKp7F .embla {
  position: relative;
  width: 100%;
}
.cid-v9ZjBeKp7F .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9ZjBeKp7F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9ZjBeKp7F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9ZjBeKp7F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9ZjBeKp7F .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9ZjBeKp7F .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9ZjBeKp7F .content-head {
  max-width: 800px;
}
.cid-ue8ASUpLmy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8ASUpLmy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8ASUpLmy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8ASUpLmy .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8ASUpLmy .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8ASUpLmy .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8ASUpLmy .content-head {
  max-width: 800px;
}
.cid-ue8ASUpLmy .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubxvzgN5ck {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-ubxvzgN5ck .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubxvzgN5ck {
    align-items: flex-end;
  }
  .cid-ubxvzgN5ck .row {
    justify-content: center;
  }
  .cid-ubxvzgN5ck .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubxvzgN5ck .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubxvzgN5ck {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubxvzgN5ck .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubxvzgN5ck .content-wrap {
    width: 100%;
  }
}
.cid-ubxvzgN5ck .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxvzgN5ck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxvzgN5ck .mbr-section-title,
.cid-ubxvzgN5ck .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubxvzgN5ck .mbr-text,
.cid-ubxvzgN5ck .mbr-section-btn {
  text-align: left;
}
.cid-ubxvzgN5ck .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubxvzRwAsd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubxvzRwAsd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubxvzRwAsd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubxvzRwAsd .mbr-section-subtitle {
  text-align: left;
}
.cid-uao10KKkFT {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uao10KKkFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uao10KKkFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uao10KKkFT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uao10KKkFT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uao10KKkFT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uao10KKkFT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uao10KKkFT .mbr-section-title {
  color: #000000;
}
.cid-uao10KKkFT .mbr-text,
.cid-uao10KKkFT .mbr-section-btn {
  color: #000000;
}
.cid-v9Zjo18fEp {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9Zjo18fEp img,
.cid-v9Zjo18fEp .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9Zjo18fEp img,
  .cid-v9Zjo18fEp .item-img {
    max-height: 300px;
  }
}
.cid-v9Zjo18fEp .item:focus,
.cid-v9Zjo18fEp span:focus {
  outline: none;
}
.cid-v9Zjo18fEp .item-wrapper {
  position: relative;
}
.cid-v9Zjo18fEp .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9Zjo18fEp .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9Zjo18fEp .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9Zjo18fEp .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9Zjo18fEp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9Zjo18fEp .mbr-section-title {
  color: #232323;
}
.cid-v9Zjo18fEp .mbr-text,
.cid-v9Zjo18fEp .mbr-section-btn {
  text-align: left;
}
.cid-v9Zjo18fEp .item-title {
  text-align: left;
}
.cid-v9Zjo18fEp .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9Zjo18fEp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9Zjo18fEp .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9Zjo18fEp .embla__button--next,
.cid-v9Zjo18fEp .embla__button--prev {
  display: flex;
}
.cid-v9Zjo18fEp .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9Zjo18fEp .embla__button {
    display: none;
  }
}
.cid-v9Zjo18fEp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9Zjo18fEp .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9Zjo18fEp .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9Zjo18fEp .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9Zjo18fEp .embla__button {
    top: auto;
  }
}
.cid-v9Zjo18fEp .embla {
  position: relative;
  width: 100%;
}
.cid-v9Zjo18fEp .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9Zjo18fEp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9Zjo18fEp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9Zjo18fEp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9Zjo18fEp .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9Zjo18fEp .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9Zjo18fEp .content-head {
  max-width: 800px;
}
.cid-ue8Ao21vLY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8Ao21vLY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8Ao21vLY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8Ao21vLY .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8Ao21vLY .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8Ao21vLY .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8Ao21vLY .content-head {
  max-width: 800px;
}
.cid-ue8Ao21vLY .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubv4ch7mrX {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-ubv4ch7mrX .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubv4ch7mrX {
    align-items: flex-end;
  }
  .cid-ubv4ch7mrX .row {
    justify-content: center;
  }
  .cid-ubv4ch7mrX .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubv4ch7mrX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubv4ch7mrX {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubv4ch7mrX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubv4ch7mrX .content-wrap {
    width: 100%;
  }
}
.cid-ubv4ch7mrX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubv4ch7mrX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubv4ch7mrX .mbr-section-title,
.cid-ubv4ch7mrX .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubv4ch7mrX .mbr-text,
.cid-ubv4ch7mrX .mbr-section-btn {
  text-align: left;
}
.cid-ubv4ch7mrX .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubv4dmWbRI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubv4dmWbRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubv4dmWbRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubv4dmWbRI .mbr-section-subtitle {
  text-align: left;
}
.cid-uao1xD1f6d {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uao1xD1f6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uao1xD1f6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uao1xD1f6d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uao1xD1f6d .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uao1xD1f6d .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uao1xD1f6d .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uao1xD1f6d .mbr-section-title {
  color: #000000;
}
.cid-uao1xD1f6d .mbr-text,
.cid-uao1xD1f6d .mbr-section-btn {
  color: #000000;
}
.cid-v9Zjd5tUeQ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9Zjd5tUeQ img,
.cid-v9Zjd5tUeQ .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9Zjd5tUeQ img,
  .cid-v9Zjd5tUeQ .item-img {
    max-height: 300px;
  }
}
.cid-v9Zjd5tUeQ .item:focus,
.cid-v9Zjd5tUeQ span:focus {
  outline: none;
}
.cid-v9Zjd5tUeQ .item-wrapper {
  position: relative;
}
.cid-v9Zjd5tUeQ .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9Zjd5tUeQ .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9Zjd5tUeQ .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9Zjd5tUeQ .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9Zjd5tUeQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9Zjd5tUeQ .mbr-section-title {
  color: #232323;
}
.cid-v9Zjd5tUeQ .mbr-text,
.cid-v9Zjd5tUeQ .mbr-section-btn {
  text-align: left;
}
.cid-v9Zjd5tUeQ .item-title {
  text-align: left;
}
.cid-v9Zjd5tUeQ .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9Zjd5tUeQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9Zjd5tUeQ .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9Zjd5tUeQ .embla__button--next,
.cid-v9Zjd5tUeQ .embla__button--prev {
  display: flex;
}
.cid-v9Zjd5tUeQ .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9Zjd5tUeQ .embla__button {
    display: none;
  }
}
.cid-v9Zjd5tUeQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9Zjd5tUeQ .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9Zjd5tUeQ .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9Zjd5tUeQ .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9Zjd5tUeQ .embla__button {
    top: auto;
  }
}
.cid-v9Zjd5tUeQ .embla {
  position: relative;
  width: 100%;
}
.cid-v9Zjd5tUeQ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9Zjd5tUeQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9Zjd5tUeQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9Zjd5tUeQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9Zjd5tUeQ .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9Zjd5tUeQ .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9Zjd5tUeQ .content-head {
  max-width: 800px;
}
.cid-ue8zVyrb3U {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8zVyrb3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8zVyrb3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8zVyrb3U .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8zVyrb3U .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8zVyrb3U .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8zVyrb3U .content-head {
  max-width: 800px;
}
.cid-ue8zVyrb3U .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubv45kvcm7 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-ubv45kvcm7 .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubv45kvcm7 {
    align-items: flex-end;
  }
  .cid-ubv45kvcm7 .row {
    justify-content: center;
  }
  .cid-ubv45kvcm7 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubv45kvcm7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubv45kvcm7 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubv45kvcm7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubv45kvcm7 .content-wrap {
    width: 100%;
  }
}
.cid-ubv45kvcm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubv45kvcm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubv45kvcm7 .mbr-section-title,
.cid-ubv45kvcm7 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubv45kvcm7 .mbr-text,
.cid-ubv45kvcm7 .mbr-section-btn {
  text-align: left;
}
.cid-ubv45kvcm7 .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubv45P8ue9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubv45P8ue9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubv45P8ue9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubv45P8ue9 .mbr-section-subtitle {
  text-align: left;
}
.cid-uao22WI2Jg {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uao22WI2Jg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uao22WI2Jg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uao22WI2Jg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uao22WI2Jg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uao22WI2Jg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uao22WI2Jg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uao22WI2Jg .mbr-section-title {
  color: #000000;
}
.cid-uao22WI2Jg .mbr-text,
.cid-uao22WI2Jg .mbr-section-btn {
  color: #000000;
}
.cid-v9Zj2VTynr {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9Zj2VTynr img,
.cid-v9Zj2VTynr .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9Zj2VTynr img,
  .cid-v9Zj2VTynr .item-img {
    max-height: 300px;
  }
}
.cid-v9Zj2VTynr .item:focus,
.cid-v9Zj2VTynr span:focus {
  outline: none;
}
.cid-v9Zj2VTynr .item-wrapper {
  position: relative;
}
.cid-v9Zj2VTynr .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9Zj2VTynr .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9Zj2VTynr .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9Zj2VTynr .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9Zj2VTynr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9Zj2VTynr .mbr-section-title {
  color: #232323;
}
.cid-v9Zj2VTynr .mbr-text,
.cid-v9Zj2VTynr .mbr-section-btn {
  text-align: left;
}
.cid-v9Zj2VTynr .item-title {
  text-align: left;
}
.cid-v9Zj2VTynr .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9Zj2VTynr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9Zj2VTynr .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9Zj2VTynr .embla__button--next,
.cid-v9Zj2VTynr .embla__button--prev {
  display: flex;
}
.cid-v9Zj2VTynr .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9Zj2VTynr .embla__button {
    display: none;
  }
}
.cid-v9Zj2VTynr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9Zj2VTynr .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9Zj2VTynr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9Zj2VTynr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9Zj2VTynr .embla__button {
    top: auto;
  }
}
.cid-v9Zj2VTynr .embla {
  position: relative;
  width: 100%;
}
.cid-v9Zj2VTynr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9Zj2VTynr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9Zj2VTynr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9Zj2VTynr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9Zj2VTynr .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9Zj2VTynr .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9Zj2VTynr .content-head {
  max-width: 800px;
}
.cid-ue8zT50OZM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8zT50OZM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8zT50OZM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8zT50OZM .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8zT50OZM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8zT50OZM .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8zT50OZM .content-head {
  max-width: 800px;
}
.cid-ue8zT50OZM .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubv3Un22Ko {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-ubv3Un22Ko .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubv3Un22Ko {
    align-items: flex-end;
  }
  .cid-ubv3Un22Ko .row {
    justify-content: center;
  }
  .cid-ubv3Un22Ko .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubv3Un22Ko .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubv3Un22Ko {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubv3Un22Ko .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubv3Un22Ko .content-wrap {
    width: 100%;
  }
}
.cid-ubv3Un22Ko .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubv3Un22Ko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubv3Un22Ko .mbr-section-title,
.cid-ubv3Un22Ko .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubv3Un22Ko .mbr-text,
.cid-ubv3Un22Ko .mbr-section-btn {
  text-align: left;
}
.cid-ubv3Un22Ko .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubv3UWtpGx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubv3UWtpGx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubv3UWtpGx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubv3UWtpGx .mbr-section-subtitle {
  text-align: left;
}
.cid-uao2y30vah {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uao2y30vah .mbr-fallback-image.disabled {
  display: none;
}
.cid-uao2y30vah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uao2y30vah .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uao2y30vah .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uao2y30vah .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uao2y30vah .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uao2y30vah .mbr-section-title {
  color: #000000;
}
.cid-uao2y30vah .mbr-text,
.cid-uao2y30vah .mbr-section-btn {
  color: #000000;
}
.cid-v9ZiLssy7B {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9ZiLssy7B img,
.cid-v9ZiLssy7B .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9ZiLssy7B img,
  .cid-v9ZiLssy7B .item-img {
    max-height: 300px;
  }
}
.cid-v9ZiLssy7B .item:focus,
.cid-v9ZiLssy7B span:focus {
  outline: none;
}
.cid-v9ZiLssy7B .item-wrapper {
  position: relative;
}
.cid-v9ZiLssy7B .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9ZiLssy7B .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9ZiLssy7B .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9ZiLssy7B .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9ZiLssy7B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9ZiLssy7B .mbr-section-title {
  color: #232323;
}
.cid-v9ZiLssy7B .mbr-text,
.cid-v9ZiLssy7B .mbr-section-btn {
  text-align: left;
}
.cid-v9ZiLssy7B .item-title {
  text-align: left;
}
.cid-v9ZiLssy7B .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9ZiLssy7B .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9ZiLssy7B .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9ZiLssy7B .embla__button--next,
.cid-v9ZiLssy7B .embla__button--prev {
  display: flex;
}
.cid-v9ZiLssy7B .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9ZiLssy7B .embla__button {
    display: none;
  }
}
.cid-v9ZiLssy7B .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9ZiLssy7B .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9ZiLssy7B .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9ZiLssy7B .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9ZiLssy7B .embla__button {
    top: auto;
  }
}
.cid-v9ZiLssy7B .embla {
  position: relative;
  width: 100%;
}
.cid-v9ZiLssy7B .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9ZiLssy7B .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9ZiLssy7B .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9ZiLssy7B .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9ZiLssy7B .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9ZiLssy7B .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9ZiLssy7B .content-head {
  max-width: 800px;
}
.cid-ue8zQufIEV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8zQufIEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8zQufIEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8zQufIEV .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8zQufIEV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8zQufIEV .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8zQufIEV .content-head {
  max-width: 800px;
}
.cid-ue8zQufIEV .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubv3BgSB0f {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-ubv3BgSB0f .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubv3BgSB0f {
    align-items: flex-end;
  }
  .cid-ubv3BgSB0f .row {
    justify-content: center;
  }
  .cid-ubv3BgSB0f .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubv3BgSB0f .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubv3BgSB0f {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubv3BgSB0f .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubv3BgSB0f .content-wrap {
    width: 100%;
  }
}
.cid-ubv3BgSB0f .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubv3BgSB0f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubv3BgSB0f .mbr-section-title,
.cid-ubv3BgSB0f .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubv3BgSB0f .mbr-text,
.cid-ubv3BgSB0f .mbr-section-btn {
  text-align: left;
}
.cid-ubv3BgSB0f .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubv3Eh8CRQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubv3Eh8CRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubv3Eh8CRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubv3Eh8CRQ .mbr-section-subtitle {
  text-align: left;
}
.cid-uao3hmkE0q {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uao3hmkE0q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uao3hmkE0q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uao3hmkE0q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uao3hmkE0q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uao3hmkE0q .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uao3hmkE0q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uao3hmkE0q .mbr-section-title {
  color: #000000;
}
.cid-uao3hmkE0q .mbr-text,
.cid-uao3hmkE0q .mbr-section-btn {
  color: #000000;
}
.cid-v9Ziv7ffu5 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9Ziv7ffu5 img,
.cid-v9Ziv7ffu5 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9Ziv7ffu5 img,
  .cid-v9Ziv7ffu5 .item-img {
    max-height: 300px;
  }
}
.cid-v9Ziv7ffu5 .item:focus,
.cid-v9Ziv7ffu5 span:focus {
  outline: none;
}
.cid-v9Ziv7ffu5 .item-wrapper {
  position: relative;
}
.cid-v9Ziv7ffu5 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9Ziv7ffu5 .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9Ziv7ffu5 .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9Ziv7ffu5 .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9Ziv7ffu5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9Ziv7ffu5 .mbr-section-title {
  color: #232323;
}
.cid-v9Ziv7ffu5 .mbr-text,
.cid-v9Ziv7ffu5 .mbr-section-btn {
  text-align: left;
}
.cid-v9Ziv7ffu5 .item-title {
  text-align: left;
}
.cid-v9Ziv7ffu5 .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9Ziv7ffu5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9Ziv7ffu5 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9Ziv7ffu5 .embla__button--next,
.cid-v9Ziv7ffu5 .embla__button--prev {
  display: flex;
}
.cid-v9Ziv7ffu5 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9Ziv7ffu5 .embla__button {
    display: none;
  }
}
.cid-v9Ziv7ffu5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9Ziv7ffu5 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9Ziv7ffu5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9Ziv7ffu5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9Ziv7ffu5 .embla__button {
    top: auto;
  }
}
.cid-v9Ziv7ffu5 .embla {
  position: relative;
  width: 100%;
}
.cid-v9Ziv7ffu5 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9Ziv7ffu5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9Ziv7ffu5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9Ziv7ffu5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9Ziv7ffu5 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9Ziv7ffu5 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9Ziv7ffu5 .content-head {
  max-width: 800px;
}
.cid-ue8zMWbead {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8zMWbead .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8zMWbead .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8zMWbead .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8zMWbead .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8zMWbead .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8zMWbead .content-head {
  max-width: 800px;
}
.cid-ue8zMWbead .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uboTXQHvn5 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-uboTXQHvn5 .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uboTXQHvn5 {
    align-items: flex-end;
  }
  .cid-uboTXQHvn5 .row {
    justify-content: center;
  }
  .cid-uboTXQHvn5 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uboTXQHvn5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uboTXQHvn5 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uboTXQHvn5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uboTXQHvn5 .content-wrap {
    width: 100%;
  }
}
.cid-uboTXQHvn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uboTXQHvn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uboTXQHvn5 .mbr-section-title,
.cid-uboTXQHvn5 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uboTXQHvn5 .mbr-text,
.cid-uboTXQHvn5 .mbr-section-btn {
  text-align: left;
}
.cid-uboTXQHvn5 .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubv2ISx2pC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubv2ISx2pC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubv2ISx2pC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubv2ISx2pC .mbr-section-subtitle {
  text-align: left;
}
.cid-uao3ZoKEVE {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uao3ZoKEVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uao3ZoKEVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uao3ZoKEVE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uao3ZoKEVE .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uao3ZoKEVE .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uao3ZoKEVE .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uao3ZoKEVE .mbr-section-title {
  color: #000000;
}
.cid-uao3ZoKEVE .mbr-text,
.cid-uao3ZoKEVE .mbr-section-btn {
  color: #000000;
}
.cid-v9ZhuNTpx0 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9ZhuNTpx0 img,
.cid-v9ZhuNTpx0 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9ZhuNTpx0 img,
  .cid-v9ZhuNTpx0 .item-img {
    max-height: 300px;
  }
}
.cid-v9ZhuNTpx0 .item:focus,
.cid-v9ZhuNTpx0 span:focus {
  outline: none;
}
.cid-v9ZhuNTpx0 .item-wrapper {
  position: relative;
}
.cid-v9ZhuNTpx0 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9ZhuNTpx0 .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9ZhuNTpx0 .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9ZhuNTpx0 .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9ZhuNTpx0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9ZhuNTpx0 .mbr-section-title {
  color: #232323;
}
.cid-v9ZhuNTpx0 .mbr-text,
.cid-v9ZhuNTpx0 .mbr-section-btn {
  text-align: left;
}
.cid-v9ZhuNTpx0 .item-title {
  text-align: left;
}
.cid-v9ZhuNTpx0 .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9ZhuNTpx0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9ZhuNTpx0 .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9ZhuNTpx0 .embla__button--next,
.cid-v9ZhuNTpx0 .embla__button--prev {
  display: flex;
}
.cid-v9ZhuNTpx0 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9ZhuNTpx0 .embla__button {
    display: none;
  }
}
.cid-v9ZhuNTpx0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9ZhuNTpx0 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9ZhuNTpx0 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9ZhuNTpx0 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9ZhuNTpx0 .embla__button {
    top: auto;
  }
}
.cid-v9ZhuNTpx0 .embla {
  position: relative;
  width: 100%;
}
.cid-v9ZhuNTpx0 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9ZhuNTpx0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9ZhuNTpx0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9ZhuNTpx0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9ZhuNTpx0 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9ZhuNTpx0 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9ZhuNTpx0 .content-head {
  max-width: 800px;
}
.cid-ue8zEOjlvH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8zEOjlvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8zEOjlvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8zEOjlvH .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8zEOjlvH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8zEOjlvH .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8zEOjlvH .content-head {
  max-width: 800px;
}
.cid-ue8zEOjlvH .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uap6ik9nE1 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-uap6ik9nE1 .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uap6ik9nE1 {
    align-items: flex-end;
  }
  .cid-uap6ik9nE1 .row {
    justify-content: center;
  }
  .cid-uap6ik9nE1 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uap6ik9nE1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uap6ik9nE1 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uap6ik9nE1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uap6ik9nE1 .content-wrap {
    width: 100%;
  }
}
.cid-uap6ik9nE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uap6ik9nE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uap6ik9nE1 .mbr-section-title,
.cid-uap6ik9nE1 .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uap6ik9nE1 .mbr-text,
.cid-uap6ik9nE1 .mbr-section-btn {
  text-align: left;
}
.cid-uap6ik9nE1 .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-uap6jOo54D {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uap6jOo54D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uap6jOo54D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uap6jOo54D .mbr-section-subtitle {
  text-align: left;
}
.cid-uao4mHIB77 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uao4mHIB77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uao4mHIB77 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uao4mHIB77 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uao4mHIB77 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uao4mHIB77 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uao4mHIB77 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uao4mHIB77 .mbr-section-title {
  color: #000000;
}
.cid-uao4mHIB77 .mbr-text,
.cid-uao4mHIB77 .mbr-section-btn {
  color: #000000;
}
.cid-v9ZheoFyeN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9ZheoFyeN img,
.cid-v9ZheoFyeN .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9ZheoFyeN img,
  .cid-v9ZheoFyeN .item-img {
    max-height: 300px;
  }
}
.cid-v9ZheoFyeN .item:focus,
.cid-v9ZheoFyeN span:focus {
  outline: none;
}
.cid-v9ZheoFyeN .item-wrapper {
  position: relative;
}
.cid-v9ZheoFyeN .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9ZheoFyeN .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9ZheoFyeN .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9ZheoFyeN .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9ZheoFyeN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9ZheoFyeN .mbr-section-title {
  color: #232323;
}
.cid-v9ZheoFyeN .mbr-text,
.cid-v9ZheoFyeN .mbr-section-btn {
  text-align: left;
}
.cid-v9ZheoFyeN .item-title {
  text-align: left;
}
.cid-v9ZheoFyeN .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9ZheoFyeN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9ZheoFyeN .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9ZheoFyeN .embla__button--next,
.cid-v9ZheoFyeN .embla__button--prev {
  display: flex;
}
.cid-v9ZheoFyeN .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9ZheoFyeN .embla__button {
    display: none;
  }
}
.cid-v9ZheoFyeN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9ZheoFyeN .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9ZheoFyeN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9ZheoFyeN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9ZheoFyeN .embla__button {
    top: auto;
  }
}
.cid-v9ZheoFyeN .embla {
  position: relative;
  width: 100%;
}
.cid-v9ZheoFyeN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9ZheoFyeN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9ZheoFyeN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9ZheoFyeN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9ZheoFyeN .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9ZheoFyeN .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9ZheoFyeN .content-head {
  max-width: 800px;
}
.cid-ue8zCFwmp3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8zCFwmp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8zCFwmp3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8zCFwmp3 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8zCFwmp3 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8zCFwmp3 .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8zCFwmp3 .content-head {
  max-width: 800px;
}
.cid-ue8zCFwmp3 .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uap32R8YCD {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-uap32R8YCD .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uap32R8YCD {
    align-items: flex-end;
  }
  .cid-uap32R8YCD .row {
    justify-content: center;
  }
  .cid-uap32R8YCD .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uap32R8YCD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uap32R8YCD {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uap32R8YCD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uap32R8YCD .content-wrap {
    width: 100%;
  }
}
.cid-uap32R8YCD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uap32R8YCD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uap32R8YCD .mbr-section-title,
.cid-uap32R8YCD .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uap32R8YCD .mbr-text,
.cid-uap32R8YCD .mbr-section-btn {
  text-align: left;
}
.cid-uap32R8YCD .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-uap33X8l9g {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uap33X8l9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uap33X8l9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uap33X8l9g .mbr-section-subtitle {
  text-align: left;
}
.cid-uao4KMt1my {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uao4KMt1my .mbr-fallback-image.disabled {
  display: none;
}
.cid-uao4KMt1my .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uao4KMt1my .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uao4KMt1my .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uao4KMt1my .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uao4KMt1my .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uao4KMt1my .mbr-section-title {
  color: #000000;
}
.cid-uao4KMt1my .mbr-text,
.cid-uao4KMt1my .mbr-section-btn {
  color: #000000;
}
.cid-v9ZgXgXPtD {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9ZgXgXPtD img,
.cid-v9ZgXgXPtD .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9ZgXgXPtD img,
  .cid-v9ZgXgXPtD .item-img {
    max-height: 300px;
  }
}
.cid-v9ZgXgXPtD .item:focus,
.cid-v9ZgXgXPtD span:focus {
  outline: none;
}
.cid-v9ZgXgXPtD .item-wrapper {
  position: relative;
}
.cid-v9ZgXgXPtD .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9ZgXgXPtD .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9ZgXgXPtD .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9ZgXgXPtD .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9ZgXgXPtD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9ZgXgXPtD .mbr-section-title {
  color: #232323;
}
.cid-v9ZgXgXPtD .mbr-text,
.cid-v9ZgXgXPtD .mbr-section-btn {
  text-align: left;
}
.cid-v9ZgXgXPtD .item-title {
  text-align: left;
}
.cid-v9ZgXgXPtD .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9ZgXgXPtD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9ZgXgXPtD .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9ZgXgXPtD .embla__button--next,
.cid-v9ZgXgXPtD .embla__button--prev {
  display: flex;
}
.cid-v9ZgXgXPtD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9ZgXgXPtD .embla__button {
    display: none;
  }
}
.cid-v9ZgXgXPtD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9ZgXgXPtD .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9ZgXgXPtD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9ZgXgXPtD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9ZgXgXPtD .embla__button {
    top: auto;
  }
}
.cid-v9ZgXgXPtD .embla {
  position: relative;
  width: 100%;
}
.cid-v9ZgXgXPtD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9ZgXgXPtD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9ZgXgXPtD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9ZgXgXPtD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9ZgXgXPtD .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9ZgXgXPtD .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9ZgXgXPtD .content-head {
  max-width: 800px;
}
.cid-ue8zeGxTtf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8zeGxTtf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8zeGxTtf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8zeGxTtf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8zeGxTtf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8zeGxTtf .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8zeGxTtf .content-head {
  max-width: 800px;
}
.cid-ue8zeGxTtf .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ubv36jnKlZ {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x614.webp");
}
.cid-ubv36jnKlZ .mbr-overlay {
  background-color: #163300;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ubv36jnKlZ {
    align-items: flex-end;
  }
  .cid-ubv36jnKlZ .row {
    justify-content: center;
  }
  .cid-ubv36jnKlZ .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ubv36jnKlZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ubv36jnKlZ {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ubv36jnKlZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ubv36jnKlZ .content-wrap {
    width: 100%;
  }
}
.cid-ubv36jnKlZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubv36jnKlZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubv36jnKlZ .mbr-section-title,
.cid-ubv36jnKlZ .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ubv36jnKlZ .mbr-text,
.cid-ubv36jnKlZ .mbr-section-btn {
  text-align: left;
}
.cid-ubv36jnKlZ .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ubv2LFzjjD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ubv2LFzjjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubv2LFzjjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubv2LFzjjD .mbr-section-subtitle {
  text-align: left;
}
.cid-uao3CTj3Np {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uao3CTj3Np .mbr-fallback-image.disabled {
  display: none;
}
.cid-uao3CTj3Np .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uao3CTj3Np .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uao3CTj3Np .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uao3CTj3Np .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uao3CTj3Np .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uao3CTj3Np .mbr-section-title {
  color: #000000;
}
.cid-uao3CTj3Np .mbr-text,
.cid-uao3CTj3Np .mbr-section-btn {
  color: #000000;
}
.cid-v9Zi51HfRY {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v9Zi51HfRY img,
.cid-v9Zi51HfRY .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v9Zi51HfRY img,
  .cid-v9Zi51HfRY .item-img {
    max-height: 300px;
  }
}
.cid-v9Zi51HfRY .item:focus,
.cid-v9Zi51HfRY span:focus {
  outline: none;
}
.cid-v9Zi51HfRY .item-wrapper {
  position: relative;
}
.cid-v9Zi51HfRY .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-v9Zi51HfRY .slide-content .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v9Zi51HfRY .slide-content .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v9Zi51HfRY .slide-content .item-content {
    padding: 1.5rem;
  }
}
.cid-v9Zi51HfRY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v9Zi51HfRY .mbr-section-title {
  color: #232323;
}
.cid-v9Zi51HfRY .mbr-text,
.cid-v9Zi51HfRY .mbr-section-btn {
  text-align: left;
}
.cid-v9Zi51HfRY .item-title {
  text-align: left;
}
.cid-v9Zi51HfRY .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-v9Zi51HfRY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v9Zi51HfRY .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-v9Zi51HfRY .embla__button--next,
.cid-v9Zi51HfRY .embla__button--prev {
  display: flex;
}
.cid-v9Zi51HfRY .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v9Zi51HfRY .embla__button {
    display: none;
  }
}
.cid-v9Zi51HfRY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v9Zi51HfRY .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v9Zi51HfRY .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v9Zi51HfRY .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v9Zi51HfRY .embla__button {
    top: auto;
  }
}
.cid-v9Zi51HfRY .embla {
  position: relative;
  width: 100%;
}
.cid-v9Zi51HfRY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v9Zi51HfRY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v9Zi51HfRY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v9Zi51HfRY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v9Zi51HfRY .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v9Zi51HfRY .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v9Zi51HfRY .content-head {
  max-width: 800px;
}
.cid-ue8zHEVQID {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ue8zHEVQID .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue8zHEVQID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue8zHEVQID .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ue8zHEVQID .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ue8zHEVQID .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ue8zHEVQID .content-head {
  max-width: 800px;
}
.cid-ue8zHEVQID .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
.cid-uaj6CGUDda {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uaj6CGUDda .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uaj6CGUDda .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uaj6CGUDda .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uaj6CGUDda .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uaj6CGUDda .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uaj6CGUDda .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-uaj6CGUDda .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uaj6CGUDda .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uaj6CGUDda .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uaj6CGUDda .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar-logo {
    padding-left: 0;
  }
}
.cid-uaj6CGUDda .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uaj6CGUDda .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #edefeb;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uaj6CGUDda .iconfont-wrapper {
  color: #ff4900 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #edefeb;
}
.cid-uaj6CGUDda .nav-item:focus,
.cid-uaj6CGUDda .nav-link:focus {
  outline: none;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uaj6CGUDda .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uaj6CGUDda .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uaj6CGUDda .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uaj6CGUDda .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uaj6CGUDda .navbar.opened {
  transition: all 0.3s;
}
.cid-uaj6CGUDda .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uaj6CGUDda .navbar .navbar-logo img {
  min-width: 6rem;
  object-fit: cover;
}
.cid-uaj6CGUDda .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uaj6CGUDda .navbar.collapsed {
  justify-content: center;
}
.cid-uaj6CGUDda .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uaj6CGUDda .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uaj6CGUDda .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uaj6CGUDda .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uaj6CGUDda .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uaj6CGUDda .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uaj6CGUDda .navbar {
    min-height: 72px;
  }
  .cid-uaj6CGUDda .navbar .navbar-logo img {
    height: 2.5rem !important;
    min-width: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uaj6CGUDda .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uaj6CGUDda .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uaj6CGUDda .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uaj6CGUDda .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uaj6CGUDda .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uaj6CGUDda .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uaj6CGUDda .dropdown-item.active,
.cid-uaj6CGUDda .dropdown-item:active {
  background-color: transparent;
}
.cid-uaj6CGUDda .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uaj6CGUDda .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #edefeb;
}
.cid-uaj6CGUDda .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uaj6CGUDda ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uaj6CGUDda .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .navbar-buttons {
    text-align: left;
  }
}
.cid-uaj6CGUDda button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ff4900;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uaj6CGUDda button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uaj6CGUDda nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uaj6CGUDda .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uaj6CGUDda a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uaj6CGUDda .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uaj6CGUDda .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uaj6CGUDda .navbar {
    height: 70px;
  }
  .cid-uaj6CGUDda .navbar.opened {
    height: auto;
  }
  .cid-uaj6CGUDda .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uaj6CGUDda .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uaj6CGUDda .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uaj6CGUDda .navbar-brand {
    margin-right: auto;
  }
  .cid-uaj6CGUDda .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #edefeb;
    backdrop-filter: blur(8px);
  }
  .cid-uaj6CGUDda .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uaj6CGUDda .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uaj6CGUDda .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uaj6CGUDda .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uaj6CGUDda .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ueasD7hlUD {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-1920x1284.webp");
}
.cid-ueasD7hlUD .mbr-overlay {
  background-color: #a6a99c;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-ueasD7hlUD {
    align-items: flex-end;
  }
  .cid-ueasD7hlUD .row {
    justify-content: center;
  }
  .cid-ueasD7hlUD .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ueasD7hlUD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ueasD7hlUD {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-ueasD7hlUD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ueasD7hlUD .content-wrap {
    width: 100%;
  }
}
.cid-ueasD7hlUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueasD7hlUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueasD7hlUD .mbr-section-title,
.cid-ueasD7hlUD .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-ueasD7hlUD .mbr-text,
.cid-ueasD7hlUD .mbr-section-btn {
  text-align: left;
}
.cid-ueasD7hlUD .mbr-section-title {
  text-align: left;
  color: #edefeb;
}
.cid-ueasHRkC7Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ueasHRkC7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueasHRkC7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueasHRkC7Q .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-ueasHRkC7Q .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ueasHRkC7Q .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-ueasHRkC7Q .card-wrapper {
    padding: 4rem;
  }
}
.cid-ueasHRkC7Q .mbr-text,
.cid-ueasHRkC7Q .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-ueasHRkC7Q .card-title,
.cid-ueasHRkC7Q .card-box {
  text-align: left;
  color: #000000;
}
.cid-ueasCiyCMN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-ueasCiyCMN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueasCiyCMN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueasCiyCMN .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ueasCiyCMN .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ueasCiyCMN .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-ueasCiyCMN .content-head {
  max-width: 800px;
}
.cid-ueasCiyCMN .card-title {
  color: #d10f31;
}
.cid-ud0ddazCdn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ud0ddazCdn .media-container-row .mbr-text {
  color: #000000;
}
