.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.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: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 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-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: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    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-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: #ac251e !important;
}
.bg-success {
  background-color: #5ec553 !important;
}
.bg-info {
  background-color: #e0e0e0 !important;
}
.bg-warning {
  background-color: #f0c365 !important;
}
.bg-danger {
  background-color: #ac251e !important;
}
.btn-primary .mbr-iconfont {
  color: #000000 !important;
  background-color: #f7d4d2 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ac251e !important;
  border-color: #ac251e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d72e26 !important;
  border-color: #d72e26 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d72e26 !important;
  border-color: #d72e26 !important;
}
.btn-secondary .mbr-iconfont {
  color: #000000 !important;
  background-color: #f7d4d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ac251e !important;
  border-color: #ac251e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d72e26 !important;
  border-color: #d72e26 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d72e26 !important;
  border-color: #d72e26 !important;
}
.btn-info .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #616161 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-success .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #5ec553 !important;
  border-color: #5ec553 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #82d279 !important;
  border-color: #82d279 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #82d279 !important;
  border-color: #82d279 !important;
}
.btn-warning .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f0c365 !important;
  border-color: #f0c365 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f5d593 !important;
  border-color: #f5d593 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f5d593 !important;
  border-color: #f5d593 !important;
}
.btn-danger .mbr-iconfont {
  color: #000000 !important;
  background-color: #f7d4d2 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ac251e !important;
  border-color: #ac251e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d72e26 !important;
  border-color: #d72e26 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d72e26 !important;
  border-color: #d72e26 !important;
}
.btn-white .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !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 .mbr-iconfont {
  color: #ffffff !important;
  background-color: #a3a3a3 !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 .mbr-iconfont {
  color: #000000 !important;
  background-color: #ac251e !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ac251e;
  color: #ac251e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #621511 !important;
  background-color: transparent !important;
  border-color: #621511 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ac251e !important;
  border-color: #ac251e !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #ac251e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ac251e;
  color: #ac251e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #621511 !important;
  background-color: transparent !important;
  border-color: #621511 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ac251e !important;
  border-color: #ac251e !important;
}
.btn-info-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #e0e0e0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e0e0e0;
  color: #e0e0e0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b5b5b5 !important;
  background-color: transparent !important;
  border-color: #b5b5b5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #616161 !important;
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-success-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #5ec553 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #5ec553;
  color: #5ec553;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3a9131 !important;
  background-color: transparent !important;
  border-color: #3a9131 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #5ec553 !important;
  border-color: #5ec553 !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #f0c365 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f0c365;
  color: #f0c365;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #e8a417 !important;
  background-color: transparent !important;
  border-color: #e8a417 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f0c365 !important;
  border-color: #f0c365 !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #000000 !important;
  background-color: #ac251e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ac251e;
  color: #ac251e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #621511 !important;
  background-color: transparent !important;
  border-color: #621511 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ac251e !important;
  border-color: #ac251e !important;
}
.btn-black-outline .mbr-iconfont {
  color: #ffffff !important;
  background-color: #232323 !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 .mbr-iconfont {
  color: #000000 !important;
  background-color: #fafafa !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: #ac251e !important;
}
.text-secondary {
  color: #ac251e !important;
}
.text-success {
  color: #5ec553 !important;
}
.text-info {
  color: #e0e0e0 !important;
}
.text-warning {
  color: #f0c365 !important;
}
.text-danger {
  color: #ac251e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #55120f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #55120f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #35852d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #adadad !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #da9a15 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #55120f !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: #ac251e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e0e0e0;
}
.alert-warning {
  background-color: #f0c365;
}
.alert-danger {
  background-color: #ac251e;
}
.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: #ac251e;
  border-color: #ac251e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ac251e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e46c65;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b7e5b2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e46c65;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', 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: #ac251e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', 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: #ac251e;
}
/* 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: #ac251e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ac251e;
}
.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: #ac251e;
  border-bottom-color: #ac251e;
}
.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: #ac251e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ac251e !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='%23ac251e' %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;
}
.mbr-section-btn .btn {
  padding: 4px 30px;
  align-items: center;
  min-height: 60px;
  font-weight: 700 !important;
}
.mbr-section-btn .btn span {
  font-weight: 700;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 10px;
  margin-right: -25px;
  transition: all .3s ease;
  font-size: inherit;
  font-weight: 400;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-img {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .item-img {
    border-radius: 20px !important;
  }
}
.item-blur {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .item-blur {
    border-radius: 20px !important;
  }
}
.item-blur::before {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .item-blur::before {
    border-radius: 20px !important;
  }
}
.mbr-label,
.card-label {
  border-radius: 2rem;
}
.item-icon {
  border-radius: 30px 0 30px 30px !important;
}
@media (max-width: 992px) {
  .item-icon {
    border-radius: 20px 0 20px 20px !important;
  }
}
.item-img.small-radius {
  border-radius: 25px !important;
}
@media (max-width: 992px) {
  .item-img.small-radius {
    border-radius: 15px !important;
  }
}
.navbar-collapse {
  border-radius: 30px !important;
}
@media (max-width: 992px) {
  .navbar-collapse {
    border-radius: 20px !important;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uWWKL7XGE4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uWWKL7XGE4 nav.navbar {
  position: fixed;
}
.cid-uWWKL7XGE4 .navbar-nav {
  margin: auto;
}
.cid-uWWKL7XGE4 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWWKL7XGE4 .dropdown-item:hover,
.cid-uWWKL7XGE4 .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uWWKL7XGE4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWWKL7XGE4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWWKL7XGE4 .navbar-short,
.cid-uWWKL7XGE4 .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uWWKL7XGE4 .navbar-short .nav-link,
.cid-uWWKL7XGE4 .opened .nav-link,
.cid-uWWKL7XGE4 .navbar-short .navbar-caption,
.cid-uWWKL7XGE4 .opened .navbar-caption,
.cid-uWWKL7XGE4 .navbar-short .mbr-iconfont,
.cid-uWWKL7XGE4 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uWWKL7XGE4 .navbar-short .hamburger span,
.cid-uWWKL7XGE4 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uWWKL7XGE4 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uWWKL7XGE4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWWKL7XGE4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWWKL7XGE4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWWKL7XGE4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWWKL7XGE4 .container {
  display: flex;
  margin: auto;
}
.cid-uWWKL7XGE4 .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWWKL7XGE4 .dropdown-menu,
.cid-uWWKL7XGE4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uWWKL7XGE4 .nav-item:focus,
.cid-uWWKL7XGE4 .nav-link:focus {
  outline: none;
}
.cid-uWWKL7XGE4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWWKL7XGE4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWWKL7XGE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWWKL7XGE4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWWKL7XGE4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWWKL7XGE4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWWKL7XGE4 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uWWKL7XGE4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWWKL7XGE4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWWKL7XGE4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWWKL7XGE4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWWKL7XGE4 .navbar.collapsed {
  justify-content: center;
}
.cid-uWWKL7XGE4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWWKL7XGE4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWWKL7XGE4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uWWKL7XGE4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWWKL7XGE4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWWKL7XGE4 .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-uWWKL7XGE4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWWKL7XGE4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWWKL7XGE4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWWKL7XGE4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWWKL7XGE4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWWKL7XGE4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWWKL7XGE4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWWKL7XGE4 .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-uWWKL7XGE4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWWKL7XGE4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWWKL7XGE4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWWKL7XGE4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWWKL7XGE4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWWKL7XGE4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWWKL7XGE4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWWKL7XGE4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWWKL7XGE4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWWKL7XGE4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWWKL7XGE4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWWKL7XGE4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWWKL7XGE4 .dropdown-item.active,
.cid-uWWKL7XGE4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWWKL7XGE4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWWKL7XGE4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWWKL7XGE4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWWKL7XGE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWWKL7XGE4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWWKL7XGE4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWWKL7XGE4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWWKL7XGE4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWWKL7XGE4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWWKL7XGE4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWWKL7XGE4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWWKL7XGE4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWWKL7XGE4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWWKL7XGE4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWWKL7XGE4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWWKL7XGE4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWWKL7XGE4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWWKL7XGE4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWWKL7XGE4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uWWKL7XGE4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWWKL7XGE4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWWKL7XGE4 .navbar {
    height: 70px;
  }
  .cid-uWWKL7XGE4 .navbar.opened {
    height: auto;
  }
  .cid-uWWKL7XGE4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMqhPzpDE7 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
.cid-uMqhPzpDE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqhPzpDE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uMqhPzpDE7 .row {
  justify-content: center;
}
.cid-uMqhPzpDE7 .card {
  justify-content: flex-end;
}
.cid-uMqhPzpDE7 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMqhPzpDE7 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMqhPzpDE7 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uMqhPzpDE7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uMqhPzpDE7 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uMqhPzpDE7 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uMqhPzpDE7 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uMqhPzpDE7 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uMqhPzpDE7 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uMqhPzpDE7 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uMqhPzpDE7 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uMqhPzpDE7 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqhPzpDE7 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uMqhPzpDE7 .mbr-text,
.cid-uMqhPzpDE7 .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uMqhPzpDE7 .mbr-desc {
  color: #ffffff;
}
.cid-uMqhPzpDE7 .mbr-desc,
.cid-uMqhPzpDE7 .mbr-section-btn {
  color: #000000;
}
.cid-uMqiyePDHi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMqiyePDHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqiyePDHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqiyePDHi .row {
  justify-content: space-between;
}
.cid-uMqiyePDHi .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqiyePDHi .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMqiyePDHi .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uMqiyePDHi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-top: 0;
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs .nav-item:first-child {
  margin-top: 0;
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #8a8a8a;
  padding: 20px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
  box-shadow: none;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ac251e;
  transition: all 0.3s ease-in-out;
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #ac251e;
}
.cid-uMqiyePDHi .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  width: 100%;
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper {
  position: relative;
  margin-bottom: 30px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-top-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uMqiyePDHi .tab-content .tab-pane .content-wrap .text-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMqiyePDHi .mbr-label {
  color: #000000;
}
.cid-uMqiyePDHi .mbr-section-title {
  color: #000000;
}
.cid-uMqiyePDHi .item-title {
  color: #000000;
}
.cid-uMqiyePDHi .item-text {
  color: #8a8a8a;
}
.cid-uMqiyePDHi .item-title,
.cid-uMqiyePDHi .mbr-section-btn {
  color: #ac251e;
}
.cid-uYlT8ygntr {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uYlT8ygntr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYlT8ygntr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYlT8ygntr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uYlT8ygntr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uYlT8ygntr .embla__slide .slide-content {
  width: 100%;
}
.cid-uYlT8ygntr .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYlT8ygntr .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 20px;
  }
}
.cid-uYlT8ygntr .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  display: inline-flex;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ac251e;
}
.cid-uYlT8ygntr .embla__slide .slide-content .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-uYlT8ygntr .embla__button--next,
.cid-uYlT8ygntr .embla__button--prev {
  display: flex;
}
.cid-uYlT8ygntr .embla__button {
  top: 50px;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uYlT8ygntr .embla__button {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-uYlT8ygntr .embla__button {
    top: 0;
  }
}
.cid-uYlT8ygntr .embla__button:hover {
  background-color: #ac251e !important;
  color: #000000 !important;
}
.cid-uYlT8ygntr .embla__button.embla__button--prev {
  left: 0;
}
.cid-uYlT8ygntr .embla__button.embla__button--next {
  right: 0;
}
.cid-uYlT8ygntr .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-uYlT8ygntr .embla__viewport {
  overflow: hidden;
  width: 70%;
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-uYlT8ygntr .embla__viewport {
    width: 100%;
  }
}
.cid-uYlT8ygntr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYlT8ygntr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYlT8ygntr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYlT8ygntr .item-text {
  color: #0b1d32;
  text-align: center;
}
.cid-uYlT8ygntr .item-name,
.cid-uYlT8ygntr .name-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYlT8ygntr .item-role {
  color: #8a8a8a;
  text-align: center;
}
.cid-uMqhQzLRAw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1378.webp");
}
.cid-uMqhQzLRAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqhQzLRAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqhQzLRAw .card {
  justify-content: flex-end;
}
.cid-uMqhQzLRAw .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqhQzLRAw .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMqhQzLRAw .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uMqhQzLRAw .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uMqhQzLRAw .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uMqhQzLRAw .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uMqhQzLRAw .items-wrapper .item {
  padding: 0 15px;
}
.cid-uMqhQzLRAw .item {
  animation: none !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMqhQzLRAw .item {
    margin-bottom: 15px;
  }
}
.cid-uMqhQzLRAw .item .item-wrapper {
  position: relative;
  padding: 40px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uMqhQzLRAw .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uMqhQzLRAw .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ac251e;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #191616;
}
.cid-uMqhQzLRAw .item .item-wrapper:hover .card-box .border-wrapper::before,
.cid-uMqhQzLRAw .item .item-wrapper:focus .card-box .border-wrapper::before {
  width: 0;
  opacity: 1;
  background-color: #d1453e;
}
.cid-uMqhQzLRAw .item .item-wrapper:hover .card-box .border-wrapper::after,
.cid-uMqhQzLRAw .item .item-wrapper:focus .card-box .border-wrapper::after {
  width: 100%;
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uMqhQzLRAw .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  display: inline-flex;
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box .border-wrapper {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
  transition: all .4s ease;
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box .border-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #d1453e;
  transition: all .6s ease;
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMqhQzLRAw .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqhQzLRAw .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-uMqhQzLRAw .card-title {
  color: #ffffff;
}
.cid-uMqhQzLRAw .card-text {
  color: #ffffff;
}
.cid-uWuhy3qZiU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uWuhy3qZiU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWuhy3qZiU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWuhy3qZiU .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uWuhy3qZiU .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uWuhy3qZiU .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uWuhy3qZiU .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uWuhy3qZiU .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uWuhy3qZiU .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uWuhy3qZiU .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uWuhy3qZiU .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uWuhy3qZiU .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uWuhy3qZiU .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uWuhy3qZiU .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uWuhy3qZiU .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uWuhy3qZiU .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uWuhy3qZiU .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uWuhy3qZiU .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uWuhy3qZiU .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uWuhy3qZiU .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uWuhy3qZiU .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uWuhy3qZiU .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uWuhy3qZiU .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uWuhy3qZiU .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uWuhy3qZiU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uWuhy3qZiU .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uWuhy3qZiU .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uWuhy3qZiU .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uWuhy3qZiU .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uWuhy3qZiU .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uWuhy3qZiU .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uWuhy3qZiU .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uWuhy3qZiU .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uWuhy3qZiU .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uWuhy3qZiU .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWuhy3qZiU .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uWuhy3qZiU .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWuhy3qZiU .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uWuhy3qZiU .mbr-label,
.cid-uWuhy3qZiU .label-wrapper {
  color: #000000;
}
.cid-uWuhy3qZiU .mbr-section-title {
  color: #000000;
}
.cid-uWuhy3qZiU .mbr-text {
  color: #8a8a8a;
}
.cid-uWuhy3qZiU .card-title {
  color: #000000;
}
.cid-uWuhy3qZiU .card-text {
  color: #8a8a8a;
}
.cid-uWuhy3qZiU .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uWuhy3qZiU .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uWuhy3qZiU .item-star,
.cid-uWuhy3qZiU .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uWuhy3qZiU .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXlMvoS3w0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXlMvoS3w0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXlMvoS3w0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXlMvoS3w0 .row {
  justify-content: space-between;
}
.cid-uXlMvoS3w0 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXlMvoS3w0 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uXlMvoS3w0 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXlMvoS3w0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXlMvoS3w0 .mbr-label {
  color: #000000;
}
.cid-uXlMvoS3w0 .mbr-section-title {
  color: #000000;
}
.cid-uMqhR20cfj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uMqhR20cfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqhR20cfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqhR20cfj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqhR20cfj .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uMqhR20cfj .items-wrapper {
  margin: 0 -15px;
}
.cid-uMqhR20cfj .items-wrapper .card {
  padding: 0 15px;
}
.cid-uMqhR20cfj .card-wrapper {
  position: relative;
  height: 100%;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uMqhR20cfj .card-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uMqhR20cfj .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uMqhR20cfj .card-wrapper .image-wrap img {
    position: static;
    height: 300px;
  }
}
.cid-uMqhR20cfj .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uMqhR20cfj .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uMqhR20cfj .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-left-radius: 30px;
  box-shadow: -10px -10px 0 10px #ffffff;
}
.cid-uMqhR20cfj .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-left-radius: 30px;
  box-shadow: -10px -10px 0 10px #ffffff;
}
.cid-uMqhR20cfj .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1200px) {
  .cid-uMqhR20cfj .items-wrap {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-uMqhR20cfj .items-wrap .item {
    margin-bottom: 30px;
  }
  .cid-uMqhR20cfj .items-wrap .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uMqhR20cfj .items-wrap .item {
    margin-bottom: 15px;
  }
}
.cid-uMqhR20cfj .items-wrap .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uMqhR20cfj .items-wrap .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uMqhR20cfj .items-wrap .item .item-wrapper .card-box .card-title {
  margin-bottom: 140px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ac251e;
}
@media (max-width: 992px) {
  .cid-uMqhR20cfj .items-wrap .item .item-wrapper .card-box .card-title {
    margin-bottom: 30px;
  }
}
.cid-uMqhR20cfj .items-wrap .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uMqhR20cfj .items-wrap .item .item-wrapper .card-box .card-desc {
  margin-bottom: 0;
}
.cid-uMqhR20cfj .items-wrap .features-image .item-wrapper {
  padding: 0;
  background-color: transparent;
}
.cid-uMqhR20cfj .items-wrap .features-image .item-wrapper .item-img {
  height: 100%;
}
.cid-uMqhR20cfj .items-wrap .features-image .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMqhR20cfj .items-wrap .features-image .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uMqhR20cfj .btn-wrapper {
  margin-top: 35%;
}
.cid-uMqhR20cfj .mbr-section-title {
  color: #000000;
}
.cid-uMqhR20cfj .card-title {
  color: #000000;
}
.cid-uMqhR20cfj .card-number {
  color: #000000;
}
.cid-uMqhR20cfj .card-desc {
  color: #8a8a8a;
}
.cid-uXs5kjFkLy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f3ec;
}
.cid-uXs5kjFkLy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXs5kjFkLy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXs5kjFkLy .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXs5kjFkLy .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uXs5kjFkLy .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXs5kjFkLy .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXs5kjFkLy .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uXs5kjFkLy .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uXs5kjFkLy .items-wrapper .item {
  padding: 0 15px;
}
.cid-uXs5kjFkLy .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXs5kjFkLy .item {
    margin-bottom: 15px;
  }
}
.cid-uXs5kjFkLy .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 40px;
  background-color: #ffffff;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXs5kjFkLy .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uXs5kjFkLy .item .item-wrapper:hover::before,
.cid-uXs5kjFkLy .item .item-wrapper:focus::before {
  width: 1000px;
  height: 1000px;
}
.cid-uXs5kjFkLy .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-uXs5kjFkLy .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #ac251e;
  color: #ffffff;
}
.cid-uXs5kjFkLy .item .item-wrapper:hover .item-content .card-title,
.cid-uXs5kjFkLy .item .item-wrapper:focus .item-content .card-title {
  color: #ffffff;
}
.cid-uXs5kjFkLy .item .item-wrapper:hover .item-content .card-desc,
.cid-uXs5kjFkLy .item .item-wrapper:focus .item-content .card-desc {
  color: #ffffff;
}
.cid-uXs5kjFkLy .item .item-wrapper:hover .item-img img,
.cid-uXs5kjFkLy .item .item-wrapper:focus .item-img img {
  bottom: -30px;
}
.cid-uXs5kjFkLy .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 0 0 0 100% !important;
  background-color: #ac251e;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
.cid-uXs5kjFkLy .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: #f6f3ec;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uXs5kjFkLy .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uXs5kjFkLy .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f6f3ec;
}
.cid-uXs5kjFkLy .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f6f3ec;
}
.cid-uXs5kjFkLy .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-right: 30px;
}
.cid-uXs5kjFkLy .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-uXs5kjFkLy .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uXs5kjFkLy .item .item-wrapper .item-img {
  height: 200px;
}
.cid-uXs5kjFkLy .item .item-wrapper .item-img img {
  position: absolute;
  left: -30px;
  bottom: -40px;
  height: 280px;
  width: 80%;
  transition: all .5s ease;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXs5kjFkLy .item .item-wrapper .item-img img {
    width: 90%;
  }
}
.cid-uXs5kjFkLy .item .item-wrapper .image_2 img {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uXs5kjFkLy .item .item-wrapper .image_2 img {
    width: 90%;
  }
}
.cid-uXs5kjFkLy .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uXs5kjFkLy .mbr-label,
.cid-uXs5kjFkLy .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXs5kjFkLy .mbr-section-title,
.cid-uXs5kjFkLy .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXs5kjFkLy .card-title {
  color: #000000;
}
.cid-uXs5kjFkLy .card-desc {
  color: #8a8a8a;
}
.cid-uXrSmHJCGT {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1159.webp");
}
.cid-uXrSmHJCGT .mbr-section-title,
.cid-uXrSmHJCGT .mbr-section-subtitle {
  color: #000000;
}
.cid-uXrSmHJCGT .mbr-section-text {
  color: #232323;
}
.cid-uXrSmHJCGT .mbr-text,
.cid-uXrSmHJCGT .typed-text,
.cid-uXrSmHJCGT .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uXrSmHJCGT .btn {
  margin-left: 4px !important;
}
.cid-uXrSmHJCGT .animated-element {
  color: #ffffff;
}
.cid-uXrSmHJCGT .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ffffff;
}
.cid-uXrSmHJCGT .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uXrSmHJCGT .typed-text,
  .cid-uXrSmHJCGT .mbr-section-subtitle,
  .cid-uXrSmHJCGT .mbr-section-text,
  .cid-uXrSmHJCGT .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uXrSmHJCGT .mbr-section-subtitle,
.cid-uXrSmHJCGT .typed-text {
  color: #fafafa;
}
.cid-uXrSmHJCGT .mbr-section-text,
.cid-uXrSmHJCGT .mbr-section-btn {
  color: #fafafa;
}
.cid-uMqiu68wRL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f3ec;
  background-image: linear-gradient(#f5f5f5 50%, #f6f3ec);
}
.cid-uMqiu68wRL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMqiu68wRL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMqiu68wRL .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uMqiu68wRL .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uMqiu68wRL .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uMqiu68wRL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMqiu68wRL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-uMqiu68wRL .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uMqiu68wRL .embla__slide .slide-content {
  width: 100%;
}
.cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #ffffff;
  color: #d1453e;
}
.cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #ac251e;
  color: #ffffff;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uMqiu68wRL .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uMqiu68wRL .embla__button--next,
.cid-uMqiu68wRL .embla__button--prev {
  display: flex;
}
.cid-uMqiu68wRL .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-uMqiu68wRL .embla__button {
    top: 0;
  }
}
.cid-uMqiu68wRL .embla__button:hover {
  background-color: #ac251e !important;
  color: #ffffff !important;
}
.cid-uMqiu68wRL .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-uMqiu68wRL .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-uMqiu68wRL .embla__button.embla__button--next {
  right: 0;
}
.cid-uMqiu68wRL .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-uMqiu68wRL .embla {
    padding-top: 6rem !important;
  }
}
.cid-uMqiu68wRL .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uMqiu68wRL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMqiu68wRL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMqiu68wRL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMqiu68wRL .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uMqiu68wRL .mbr-label,
.cid-uMqiu68wRL .label-wrapper {
  color: #191616;
}
.cid-uMqiu68wRL .mbr-section-title,
.cid-uMqiu68wRL .title-wrapper {
  color: #ffffff;
}
.cid-uMqiu68wRL .card-title {
  color: #000000;
}
.cid-uMqiu68wRL .card-text {
  color: #8a8a8a;
}
.cid-uMqiu68wRL .mbr-section-title {
  color: #191616;
}
.cid-uXjJgtMY94 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uXjJgtMY94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjJgtMY94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uXjJgtMY94 .container {
    padding: 0 20px;
  }
}
.cid-uXjJgtMY94 .mbr-section-title {
  margin-bottom: 64px;
  color: #1d1d1d;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uXjJgtMY94 .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uXjJgtMY94 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 134px;
  max-width: 134px;
}
@media (max-width: 768px) {
  .cid-uXjJgtMY94 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uXjJgtMY94 .embla__slide .card-wrap .item-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uXjJgtMY94 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 70px;
  width: 120px;
  object-fit: contain;
}
.cid-uXjJgtMY94 .embla__button--next,
.cid-uXjJgtMY94 .embla__button--prev {
  display: flex;
}
.cid-uXjJgtMY94 .embla__button {
  top: 7rem;
  width: 30px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #ac251e;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uXjJgtMY94 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uXjJgtMY94 .embla__button:hover {
  background: transparent;
  color: #ac251e;
  opacity: .7;
}
.cid-uXjJgtMY94 .embla__button.embla__button--prev {
  left: auto;
  right: 2rem;
  margin-left: 0;
}
.cid-uXjJgtMY94 .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uXjJgtMY94 .embla__button {
    top: 7rem;
  }
}
.cid-uXjJgtMY94 .embla {
  position: relative;
  width: 100%;
}
.cid-uXjJgtMY94 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uXjJgtMY94 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uXjJgtMY94 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uXjJgtMY94 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uXehaFziP7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXehaFziP7 .content {
    text-align: center;
  }
  .cid-uXehaFziP7 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXehaFziP7 .img-logo img {
  height: 6rem;
}
.cid-uXehaFziP7 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXehaFziP7 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXehaFziP7 .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXehaFziP7 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXehaFziP7 .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXehaFziP7 .social-list a:hover {
  opacity: 1;
}
.cid-uXehaFziP7 .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXehaFziP7 .list li {
  padding-bottom: 0.5rem;
}
.cid-uXehaFziP7 .list li:last-child {
  padding-bottom: 0;
}
.cid-uXehaFziP7 .mbr-footer-list,
.cid-uXehaFziP7 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXehaFziP7 .mbr-footer-list,
  .cid-uXehaFziP7 .form-text,
  .cid-uXehaFziP7 .footer-title,
  .cid-uXehaFziP7 .footer-main-title,
  .cid-uXehaFziP7 .form-text,
  .cid-uXehaFziP7 .list {
    text-align: center !important;
  }
  .cid-uXehaFziP7 .mbr-form,
  .cid-uXehaFziP7 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXehaFziP7 .footer-main-title {
  color: #ffffff;
}
.cid-uXehaFziP7 .mbr-footer-list {
  color: #cccccc;
}
.cid-uXehVZH3E4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXehVZH3E4 .media-container-row .mbr-text {
  color: #191616;
}
.cid-uXfcFN06b9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXfcFN06b9 nav.navbar {
  position: fixed;
}
.cid-uXfcFN06b9 .navbar-nav {
  margin: auto;
}
.cid-uXfcFN06b9 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXfcFN06b9 .dropdown-item:hover,
.cid-uXfcFN06b9 .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXfcFN06b9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXfcFN06b9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXfcFN06b9 .navbar-short,
.cid-uXfcFN06b9 .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXfcFN06b9 .navbar-short .nav-link,
.cid-uXfcFN06b9 .opened .nav-link,
.cid-uXfcFN06b9 .navbar-short .navbar-caption,
.cid-uXfcFN06b9 .opened .navbar-caption,
.cid-uXfcFN06b9 .navbar-short .mbr-iconfont,
.cid-uXfcFN06b9 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXfcFN06b9 .navbar-short .hamburger span,
.cid-uXfcFN06b9 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXfcFN06b9 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXfcFN06b9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXfcFN06b9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXfcFN06b9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXfcFN06b9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXfcFN06b9 .container {
  display: flex;
  margin: auto;
}
.cid-uXfcFN06b9 .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXfcFN06b9 .dropdown-menu,
.cid-uXfcFN06b9 .navbar.opened {
  background: #ffffff !important;
}
.cid-uXfcFN06b9 .nav-item:focus,
.cid-uXfcFN06b9 .nav-link:focus {
  outline: none;
}
.cid-uXfcFN06b9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXfcFN06b9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXfcFN06b9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXfcFN06b9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXfcFN06b9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXfcFN06b9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXfcFN06b9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXfcFN06b9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXfcFN06b9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXfcFN06b9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uXfcFN06b9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXfcFN06b9 .navbar.collapsed {
  justify-content: center;
}
.cid-uXfcFN06b9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXfcFN06b9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXfcFN06b9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXfcFN06b9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXfcFN06b9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXfcFN06b9 .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-uXfcFN06b9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXfcFN06b9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXfcFN06b9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXfcFN06b9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXfcFN06b9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXfcFN06b9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXfcFN06b9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXfcFN06b9 .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-uXfcFN06b9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXfcFN06b9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXfcFN06b9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXfcFN06b9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXfcFN06b9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXfcFN06b9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXfcFN06b9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXfcFN06b9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXfcFN06b9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXfcFN06b9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXfcFN06b9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXfcFN06b9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXfcFN06b9 .dropdown-item.active,
.cid-uXfcFN06b9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXfcFN06b9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXfcFN06b9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXfcFN06b9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXfcFN06b9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXfcFN06b9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXfcFN06b9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXfcFN06b9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXfcFN06b9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXfcFN06b9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXfcFN06b9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXfcFN06b9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXfcFN06b9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXfcFN06b9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXfcFN06b9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXfcFN06b9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXfcFN06b9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXfcFN06b9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXfcFN06b9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXfcFN06b9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXfcFN06b9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXfcFN06b9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXfcFN06b9 .navbar {
    height: 70px;
  }
  .cid-uXfcFN06b9 .navbar.opened {
    height: auto;
  }
  .cid-uXfcFN06b9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXfcFNCdSd {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uXfcFNCdSd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfcFNCdSd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfcFNCdSd .row {
  justify-content: center;
}
.cid-uXfcFNCdSd .card {
  justify-content: flex-end;
}
.cid-uXfcFNCdSd .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXfcFNCdSd .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXfcFNCdSd .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXfcFNCdSd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXfcFNCdSd .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXfcFNCdSd .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXfcFNCdSd .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXfcFNCdSd .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXfcFNCdSd .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXfcFNCdSd .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXfcFNCdSd .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXfcFNCdSd .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXfcFNCdSd .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXfcFNCdSd .mbr-text,
.cid-uXfcFNCdSd .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXfcFNCdSd .mbr-desc {
  color: #ffffff;
}
.cid-uXfcFNCdSd .mbr-desc,
.cid-uXfcFNCdSd .mbr-section-btn {
  color: #000000;
}
.cid-uXfcFPeA05 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXfcFPeA05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXfcFPeA05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXfcFPeA05 .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uXfcFPeA05 .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uXfcFPeA05 .card-wrapper {
    margin-left: 0;
  }
}
.cid-uXfcFPeA05 .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXfcFPeA05 .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXfcFPeA05 .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXfcFPeA05 .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXfcFPeA05 .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXfcFPeA05 .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXfcFPeA05 .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXfcFPeA05 .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXfcFPeA05 .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXfcFPeA05 .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXfcFPeA05 .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXfcFPeA05 .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXfcFPeA05 .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXfcFPeA05 .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXfcFPeA05 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXfcFPeA05 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXfcFPeA05 .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXfcFPeA05 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXfcFPeA05 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXfcFPeA05 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXfcFPeA05 .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXfcFPeA05 .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uXfcFPeA05 .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXfcFPeA05 .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXfcFPeA05 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXfcFPeA05 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXfcFPeA05 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXfcFPeA05 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXfcFPeA05 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXfcFPeA05 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXfcFPeA05 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXfcFPeA05 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXfcFPeA05 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXfcFPeA05 .mbr-label,
.cid-uXfcFPeA05 .label-wrapper {
  color: #000000;
}
.cid-uXfcFPeA05 .mbr-section-title {
  color: #000000;
}
.cid-uXfcFPeA05 .mbr-text {
  color: #8a8a8a;
}
.cid-uXfcFPeA05 .card-title {
  color: #000000;
}
.cid-uXfcFPeA05 .card-text {
  color: #8a8a8a;
}
.cid-uXfcFPeA05 .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXfcFPeA05 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXfcFPeA05 .item-star,
.cid-uXfcFPeA05 .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXfcFPeA05 .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uYWJC1eAOw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uYWJC1eAOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWJC1eAOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWJC1eAOw .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYWJC1eAOw .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYWJC1eAOw .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #911d17;
}
.cid-uYWJC1eAOw .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYWJC1eAOw .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uYWJC1eAOw .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uYWJC1eAOw .items-wrapper .item {
  padding: 0 15px;
}
.cid-uYWJC1eAOw .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYWJC1eAOw .item {
    margin-bottom: 15px;
  }
}
.cid-uYWJC1eAOw .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 40px;
  background-color: #ffffff;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uYWJC1eAOw .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uYWJC1eAOw .item .item-wrapper:hover::before,
.cid-uYWJC1eAOw .item .item-wrapper:focus::before {
  width: 1000px;
  height: 1000px;
}
.cid-uYWJC1eAOw .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-uYWJC1eAOw .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #ac251e;
  color: #ededee;
}
.cid-uYWJC1eAOw .item .item-wrapper:hover .item-content .card-title,
.cid-uYWJC1eAOw .item .item-wrapper:focus .item-content .card-title {
  color: #ededee;
}
.cid-uYWJC1eAOw .item .item-wrapper:hover .item-content .card-desc,
.cid-uYWJC1eAOw .item .item-wrapper:focus .item-content .card-desc {
  color: #ededee;
}
.cid-uYWJC1eAOw .item .item-wrapper:hover .item-img img,
.cid-uYWJC1eAOw .item .item-wrapper:focus .item-img img {
  bottom: -30px;
}
.cid-uYWJC1eAOw .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 0 0 0 100% !important;
  background-color: #ac251e;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
.cid-uYWJC1eAOw .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: #f5f5f5;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uYWJC1eAOw .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uYWJC1eAOw .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uYWJC1eAOw .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uYWJC1eAOw .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-right: 30px;
}
.cid-uYWJC1eAOw .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-uYWJC1eAOw .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uYWJC1eAOw .item .item-wrapper .item-img {
  height: 200px;
}
.cid-uYWJC1eAOw .item .item-wrapper .item-img img {
  position: absolute;
  left: -30px;
  bottom: -40px;
  height: 280px;
  width: 80%;
  transition: all .5s ease;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYWJC1eAOw .item .item-wrapper .item-img img {
    width: 90%;
  }
}
.cid-uYWJC1eAOw .item .item-wrapper .image_2 img {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uYWJC1eAOw .item .item-wrapper .image_2 img {
    width: 90%;
  }
}
.cid-uYWJC1eAOw .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uYWJC1eAOw .mbr-label,
.cid-uYWJC1eAOw .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYWJC1eAOw .mbr-section-title,
.cid-uYWJC1eAOw .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYWJC1eAOw .card-title {
  color: #000000;
}
.cid-uYWJC1eAOw .card-desc {
  color: #8a8a8a;
}
.cid-uYWPmD6rIk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uYWPmD6rIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYWPmD6rIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYWPmD6rIk .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYWPmD6rIk .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYWPmD6rIk .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #911d17;
}
.cid-uYWPmD6rIk .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYWPmD6rIk .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uYWPmD6rIk .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uYWPmD6rIk .items-wrapper .item {
  padding: 0 15px;
}
.cid-uYWPmD6rIk .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYWPmD6rIk .item {
    margin-bottom: 15px;
  }
}
.cid-uYWPmD6rIk .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 40px;
  background-color: #ffffff;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uYWPmD6rIk .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uYWPmD6rIk .item .item-wrapper:hover::before,
.cid-uYWPmD6rIk .item .item-wrapper:focus::before {
  width: 1000px;
  height: 1000px;
}
.cid-uYWPmD6rIk .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-uYWPmD6rIk .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #ac251e;
  color: #ededee;
}
.cid-uYWPmD6rIk .item .item-wrapper:hover .item-content .card-title,
.cid-uYWPmD6rIk .item .item-wrapper:focus .item-content .card-title {
  color: #ededee;
}
.cid-uYWPmD6rIk .item .item-wrapper:hover .item-content .card-desc,
.cid-uYWPmD6rIk .item .item-wrapper:focus .item-content .card-desc {
  color: #ededee;
}
.cid-uYWPmD6rIk .item .item-wrapper:hover .item-img img,
.cid-uYWPmD6rIk .item .item-wrapper:focus .item-img img {
  bottom: -30px;
}
.cid-uYWPmD6rIk .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 0 0 0 100% !important;
  background-color: #ac251e;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
.cid-uYWPmD6rIk .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: #f5f5f5;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uYWPmD6rIk .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uYWPmD6rIk .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uYWPmD6rIk .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uYWPmD6rIk .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-right: 30px;
}
.cid-uYWPmD6rIk .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-uYWPmD6rIk .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uYWPmD6rIk .item .item-wrapper .item-img {
  height: 200px;
}
.cid-uYWPmD6rIk .item .item-wrapper .item-img img {
  position: absolute;
  left: -30px;
  bottom: -40px;
  height: 280px;
  width: 80%;
  transition: all .5s ease;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYWPmD6rIk .item .item-wrapper .item-img img {
    width: 90%;
  }
}
.cid-uYWPmD6rIk .item .item-wrapper .image_2 img {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uYWPmD6rIk .item .item-wrapper .image_2 img {
    width: 90%;
  }
}
.cid-uYWPmD6rIk .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uYWPmD6rIk .mbr-label,
.cid-uYWPmD6rIk .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYWPmD6rIk .mbr-section-title,
.cid-uYWPmD6rIk .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYWPmD6rIk .card-title {
  color: #000000;
}
.cid-uYWPmD6rIk .card-desc {
  color: #8a8a8a;
}
.cid-uZw2kbL1yu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZw2kbL1yu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZw2kbL1yu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZw2kbL1yu .row {
  justify-content: space-between;
}
.cid-uZw2kbL1yu .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
@media (max-width: 992px) {
  .cid-uZw2kbL1yu .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZw2kbL1yu .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uZw2kbL1yu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZw2kbL1yu .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uZw2kbL1yu .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZw2kbL1yu .mbr-label {
  color: #000000;
}
.cid-uZw2kbL1yu .mbr-section-title {
  color: #000000;
}
.cid-uZw2kbL1yu .mbr-desc {
  color: #000000;
}
.cid-uZw2kbL1yu .mbr-text {
  color: #8a8a8a;
}
.cid-uXfcFTtqx1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXfcFTtqx1 .content {
    text-align: center;
  }
  .cid-uXfcFTtqx1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXfcFTtqx1 .img-logo img {
  height: 6rem;
}
.cid-uXfcFTtqx1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXfcFTtqx1 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXfcFTtqx1 .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXfcFTtqx1 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXfcFTtqx1 .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXfcFTtqx1 .social-list a:hover {
  opacity: 1;
}
.cid-uXfcFTtqx1 .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXfcFTtqx1 .list li {
  padding-bottom: 0.5rem;
}
.cid-uXfcFTtqx1 .list li:last-child {
  padding-bottom: 0;
}
.cid-uXfcFTtqx1 .mbr-footer-list,
.cid-uXfcFTtqx1 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXfcFTtqx1 .mbr-footer-list,
  .cid-uXfcFTtqx1 .form-text,
  .cid-uXfcFTtqx1 .footer-title,
  .cid-uXfcFTtqx1 .footer-main-title,
  .cid-uXfcFTtqx1 .form-text,
  .cid-uXfcFTtqx1 .list {
    text-align: center !important;
  }
  .cid-uXfcFTtqx1 .mbr-form,
  .cid-uXfcFTtqx1 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXfcFTtqx1 .footer-main-title {
  color: #ffffff;
}
.cid-uXfcFTtqx1 .mbr-footer-list {
  color: #cccccc;
}
.cid-uXfcFUc1Gx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXfcFUc1Gx .media-container-row .mbr-text {
  color: #191616;
}
.cid-uYJneSQwwK.popup-builder {
  background-color: #ffffff;
}
.cid-uYJneSQwwK.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uYJneSQwwK.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uYJneSQwwK .modal-content,
.cid-uYJneSQwwK .modal-dialog {
  height: auto;
}
.cid-uYJneSQwwK .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uYJneSQwwK .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uYJneSQwwK .form-wrapper .mbr-form .form-group,
  .cid-uYJneSQwwK .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uYJneSQwwK .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uYJneSQwwK .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYJneSQwwK .mbr-text {
  text-align: center;
}
.cid-uYJneSQwwK .pt-0 {
  padding-top: 0 !important;
}
.cid-uYJneSQwwK .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uYJneSQwwK .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uYJneSQwwK .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uYJneSQwwK .modal-open {
  overflow: hidden;
}
.cid-uYJneSQwwK .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uYJneSQwwK .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uYJneSQwwK .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uYJneSQwwK .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uYJneSQwwK .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uYJneSQwwK .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uYJneSQwwK .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uYJneSQwwK .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uYJneSQwwK .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uYJneSQwwK .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uYJneSQwwK .modal-backdrop.fade {
  opacity: 0;
}
.cid-uYJneSQwwK .modal-backdrop.show {
  opacity: .5;
}
.cid-uYJneSQwwK .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uYJneSQwwK .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uYJneSQwwK .modal-header {
    padding: 1rem;
  }
}
.cid-uYJneSQwwK .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uYJneSQwwK .modal-header .close svg {
  fill: #353535;
}
.cid-uYJneSQwwK .modal-header .close:hover {
  opacity: 1;
}
.cid-uYJneSQwwK .modal-header .close:focus {
  outline: none;
}
.cid-uYJneSQwwK .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uYJneSQwwK .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uYJneSQwwK .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYJneSQwwK .modal-body {
    padding: 1rem;
  }
}
.cid-uYJneSQwwK .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uYJneSQwwK .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uYJneSQwwK .modal-footer {
    padding: 1rem;
  }
}
.cid-uYJneSQwwK .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uYJneSQwwK .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uYJneSQwwK .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uYJneSQwwK .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uYJneSQwwK .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uYJneSQwwK .modal-lg,
  .cid-uYJneSQwwK .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uYJneSQwwK .modal-xl {
    max-width: 1140px;
  }
}
.cid-uYJneSQwwK .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uYJneSQwwK .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uYJneSQwwK .form-group {
  margin-bottom: 1rem;
}
.cid-uYJneSQwwK .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uYJneSQwwK .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uYJneSQwwK .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uYJneSQwwK .mbr-section-btn {
  margin: 0;
}
.cid-uYJneSQwwK .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZw2ixozS3.popup-builder {
  background-color: #ffffff;
}
.cid-uZw2ixozS3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZw2ixozS3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZw2ixozS3 .modal-content,
.cid-uZw2ixozS3 .modal-dialog {
  height: auto;
}
.cid-uZw2ixozS3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZw2ixozS3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZw2ixozS3 .form-wrapper .mbr-form .form-group,
  .cid-uZw2ixozS3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZw2ixozS3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZw2ixozS3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZw2ixozS3 .mbr-text {
  text-align: center;
}
.cid-uZw2ixozS3 .pt-0 {
  padding-top: 0 !important;
}
.cid-uZw2ixozS3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZw2ixozS3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZw2ixozS3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZw2ixozS3 .modal-open {
  overflow: hidden;
}
.cid-uZw2ixozS3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZw2ixozS3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZw2ixozS3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZw2ixozS3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZw2ixozS3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZw2ixozS3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZw2ixozS3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZw2ixozS3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZw2ixozS3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZw2ixozS3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZw2ixozS3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZw2ixozS3 .modal-backdrop.show {
  opacity: .5;
}
.cid-uZw2ixozS3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZw2ixozS3 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZw2ixozS3 .modal-header {
    padding: 1rem;
  }
}
.cid-uZw2ixozS3 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZw2ixozS3 .modal-header .close svg {
  fill: #353535;
}
.cid-uZw2ixozS3 .modal-header .close:hover {
  opacity: 1;
}
.cid-uZw2ixozS3 .modal-header .close:focus {
  outline: none;
}
.cid-uZw2ixozS3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZw2ixozS3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZw2ixozS3 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZw2ixozS3 .modal-body {
    padding: 1rem;
  }
}
.cid-uZw2ixozS3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZw2ixozS3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZw2ixozS3 .modal-footer {
    padding: 1rem;
  }
}
.cid-uZw2ixozS3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZw2ixozS3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZw2ixozS3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZw2ixozS3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZw2ixozS3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZw2ixozS3 .modal-lg,
  .cid-uZw2ixozS3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZw2ixozS3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZw2ixozS3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZw2ixozS3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZw2ixozS3 .form-group {
  margin-bottom: 1rem;
}
.cid-uZw2ixozS3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZw2ixozS3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZw2ixozS3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZw2ixozS3 .mbr-section-btn {
  margin: 0;
}
.cid-uZw2ixozS3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXjSMH5Lkj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXjSMH5Lkj nav.navbar {
  position: fixed;
}
.cid-uXjSMH5Lkj .navbar-nav {
  margin: auto;
}
.cid-uXjSMH5Lkj .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXjSMH5Lkj .dropdown-item:hover,
.cid-uXjSMH5Lkj .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXjSMH5Lkj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXjSMH5Lkj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXjSMH5Lkj .navbar-short,
.cid-uXjSMH5Lkj .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXjSMH5Lkj .navbar-short .nav-link,
.cid-uXjSMH5Lkj .opened .nav-link,
.cid-uXjSMH5Lkj .navbar-short .navbar-caption,
.cid-uXjSMH5Lkj .opened .navbar-caption,
.cid-uXjSMH5Lkj .navbar-short .mbr-iconfont,
.cid-uXjSMH5Lkj .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXjSMH5Lkj .navbar-short .hamburger span,
.cid-uXjSMH5Lkj .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXjSMH5Lkj .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXjSMH5Lkj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXjSMH5Lkj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXjSMH5Lkj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXjSMH5Lkj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXjSMH5Lkj .container {
  display: flex;
  margin: auto;
}
.cid-uXjSMH5Lkj .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXjSMH5Lkj .dropdown-menu,
.cid-uXjSMH5Lkj .navbar.opened {
  background: #ffffff !important;
}
.cid-uXjSMH5Lkj .nav-item:focus,
.cid-uXjSMH5Lkj .nav-link:focus {
  outline: none;
}
.cid-uXjSMH5Lkj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXjSMH5Lkj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXjSMH5Lkj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXjSMH5Lkj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXjSMH5Lkj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXjSMH5Lkj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXjSMH5Lkj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXjSMH5Lkj .navbar.opened {
  transition: all 0.3s;
}
.cid-uXjSMH5Lkj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXjSMH5Lkj .navbar .navbar-logo img {
  width: auto;
}
.cid-uXjSMH5Lkj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXjSMH5Lkj .navbar.collapsed {
  justify-content: center;
}
.cid-uXjSMH5Lkj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXjSMH5Lkj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXjSMH5Lkj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXjSMH5Lkj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXjSMH5Lkj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXjSMH5Lkj .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-uXjSMH5Lkj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXjSMH5Lkj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXjSMH5Lkj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXjSMH5Lkj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXjSMH5Lkj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXjSMH5Lkj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXjSMH5Lkj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXjSMH5Lkj .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-uXjSMH5Lkj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXjSMH5Lkj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXjSMH5Lkj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXjSMH5Lkj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXjSMH5Lkj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXjSMH5Lkj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXjSMH5Lkj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXjSMH5Lkj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXjSMH5Lkj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXjSMH5Lkj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXjSMH5Lkj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXjSMH5Lkj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXjSMH5Lkj .dropdown-item.active,
.cid-uXjSMH5Lkj .dropdown-item:active {
  background-color: transparent;
}
.cid-uXjSMH5Lkj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXjSMH5Lkj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXjSMH5Lkj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXjSMH5Lkj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXjSMH5Lkj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXjSMH5Lkj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXjSMH5Lkj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXjSMH5Lkj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXjSMH5Lkj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXjSMH5Lkj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXjSMH5Lkj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXjSMH5Lkj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXjSMH5Lkj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXjSMH5Lkj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXjSMH5Lkj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjSMH5Lkj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXjSMH5Lkj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXjSMH5Lkj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXjSMH5Lkj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXjSMH5Lkj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXjSMH5Lkj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXjSMH5Lkj .navbar {
    height: 70px;
  }
  .cid-uXjSMH5Lkj .navbar.opened {
    height: auto;
  }
  .cid-uXjSMH5Lkj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXjSMHxtKK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1211.webp");
}
.cid-uXjSMHxtKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSMHxtKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSMHxtKK .row {
  justify-content: center;
}
.cid-uXjSMHxtKK .card {
  justify-content: flex-end;
}
.cid-uXjSMHxtKK .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXjSMHxtKK .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXjSMHxtKK .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXjSMHxtKK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjSMHxtKK .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXjSMHxtKK .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXjSMHxtKK .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXjSMHxtKK .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXjSMHxtKK .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXjSMHxtKK .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXjSMHxtKK .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXjSMHxtKK .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXjSMHxtKK .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXjSMHxtKK .mbr-text,
.cid-uXjSMHxtKK .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXjSMHxtKK .mbr-desc {
  color: #ffffff;
}
.cid-uXjSMHxtKK .mbr-desc,
.cid-uXjSMHxtKK .mbr-section-btn {
  color: #000000;
}
.cid-uXjSMHWBE8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXjSMHWBE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjSMHWBE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjSMHWBE8 .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uXjSMHWBE8 .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uXjSMHWBE8 .card-wrapper {
    margin-left: 0;
  }
}
.cid-uXjSMHWBE8 .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXjSMHWBE8 .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXjSMHWBE8 .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXjSMHWBE8 .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXjSMHWBE8 .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXjSMHWBE8 .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXjSMHWBE8 .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXjSMHWBE8 .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXjSMHWBE8 .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXjSMHWBE8 .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXjSMHWBE8 .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXjSMHWBE8 .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXjSMHWBE8 .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXjSMHWBE8 .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXjSMHWBE8 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXjSMHWBE8 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXjSMHWBE8 .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXjSMHWBE8 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXjSMHWBE8 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXjSMHWBE8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXjSMHWBE8 .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXjSMHWBE8 .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXjSMHWBE8 .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXjSMHWBE8 .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXjSMHWBE8 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXjSMHWBE8 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXjSMHWBE8 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXjSMHWBE8 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXjSMHWBE8 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXjSMHWBE8 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjSMHWBE8 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXjSMHWBE8 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjSMHWBE8 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXjSMHWBE8 .mbr-label,
.cid-uXjSMHWBE8 .label-wrapper {
  color: #000000;
}
.cid-uXjSMHWBE8 .mbr-section-title {
  color: #000000;
}
.cid-uXjSMHWBE8 .mbr-text {
  color: #8a8a8a;
}
.cid-uXjSMHWBE8 .card-title {
  color: #000000;
}
.cid-uXjSMHWBE8 .card-text {
  color: #8a8a8a;
}
.cid-uXjSMHWBE8 .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXjSMHWBE8 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXjSMHWBE8 .item-star,
.cid-uXjSMHWBE8 .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXjSMHWBE8 .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXkdE0mTYC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uXkdE0mTYC img,
.cid-uXkdE0mTYC .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uXkdE0mTYC .item:focus,
.cid-uXkdE0mTYC span:focus {
  outline: none;
}
.cid-uXkdE0mTYC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uXkdE0mTYC .item {
    margin-bottom: 1rem;
  }
}
.cid-uXkdE0mTYC .item-wrapper {
  position: relative;
  background: #e0e0e0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXkdE0mTYC .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uXkdE0mTYC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uXkdE0mTYC .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uXkdE0mTYC .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXkdE0mTYC .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uXkdE0mTYC .mbr-section-title {
  color: #232323;
}
.cid-uXkdE0mTYC .mbr-text,
.cid-uXkdE0mTYC .mbr-section-btn {
  text-align: center;
}
.cid-uXkdE0mTYC .item-title {
  text-align: left;
  color: #ac251e;
}
.cid-uXkdE0mTYC .content-head {
  max-width: 800px;
}
.cid-uXkdE0mTYC .mbr-text,
.cid-uXkdE0mTYC .item-wrapper .mbr-section-btn {
  text-align: left;
  color: #191616;
}
.cid-uZumZLtnAv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZumZLtnAv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZumZLtnAv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZumZLtnAv .row {
  justify-content: space-between;
}
.cid-uZumZLtnAv .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
@media (max-width: 992px) {
  .cid-uZumZLtnAv .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZumZLtnAv .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uZumZLtnAv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZumZLtnAv .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uZumZLtnAv .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZumZLtnAv .mbr-label {
  color: #000000;
}
.cid-uZumZLtnAv .mbr-section-title {
  color: #000000;
}
.cid-uZumZLtnAv .mbr-desc {
  color: #000000;
}
.cid-uZumZLtnAv .mbr-text {
  color: #8a8a8a;
}
.cid-uXjSMITrKp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXjSMITrKp .content {
    text-align: center;
  }
  .cid-uXjSMITrKp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXjSMITrKp .img-logo img {
  height: 6rem;
}
.cid-uXjSMITrKp .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXjSMITrKp .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXjSMITrKp .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXjSMITrKp .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXjSMITrKp .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXjSMITrKp .social-list a:hover {
  opacity: 1;
}
.cid-uXjSMITrKp .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXjSMITrKp .list li {
  padding-bottom: 0.5rem;
}
.cid-uXjSMITrKp .list li:last-child {
  padding-bottom: 0;
}
.cid-uXjSMITrKp .mbr-footer-list,
.cid-uXjSMITrKp .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXjSMITrKp .mbr-footer-list,
  .cid-uXjSMITrKp .form-text,
  .cid-uXjSMITrKp .footer-title,
  .cid-uXjSMITrKp .footer-main-title,
  .cid-uXjSMITrKp .form-text,
  .cid-uXjSMITrKp .list {
    text-align: center !important;
  }
  .cid-uXjSMITrKp .mbr-form,
  .cid-uXjSMITrKp .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXjSMITrKp .footer-main-title {
  color: #ffffff;
}
.cid-uXjSMITrKp .mbr-footer-list {
  color: #cccccc;
}
.cid-uXjSMJrtRZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXjSMJrtRZ .media-container-row .mbr-text {
  color: #191616;
}
.cid-uZumXXvXph.popup-builder {
  background-color: #ffffff;
}
.cid-uZumXXvXph.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZumXXvXph.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZumXXvXph .modal-content,
.cid-uZumXXvXph .modal-dialog {
  height: auto;
}
.cid-uZumXXvXph .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZumXXvXph .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZumXXvXph .form-wrapper .mbr-form .form-group,
  .cid-uZumXXvXph .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZumXXvXph .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZumXXvXph .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZumXXvXph .mbr-text {
  text-align: center;
}
.cid-uZumXXvXph .pt-0 {
  padding-top: 0 !important;
}
.cid-uZumXXvXph .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZumXXvXph .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZumXXvXph .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZumXXvXph .modal-open {
  overflow: hidden;
}
.cid-uZumXXvXph .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZumXXvXph .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZumXXvXph .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZumXXvXph .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZumXXvXph .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZumXXvXph .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZumXXvXph .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZumXXvXph .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZumXXvXph .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZumXXvXph .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZumXXvXph .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZumXXvXph .modal-backdrop.show {
  opacity: .5;
}
.cid-uZumXXvXph .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZumXXvXph .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZumXXvXph .modal-header {
    padding: 1rem;
  }
}
.cid-uZumXXvXph .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZumXXvXph .modal-header .close svg {
  fill: #353535;
}
.cid-uZumXXvXph .modal-header .close:hover {
  opacity: 1;
}
.cid-uZumXXvXph .modal-header .close:focus {
  outline: none;
}
.cid-uZumXXvXph .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZumXXvXph .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZumXXvXph .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZumXXvXph .modal-body {
    padding: 1rem;
  }
}
.cid-uZumXXvXph .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZumXXvXph .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZumXXvXph .modal-footer {
    padding: 1rem;
  }
}
.cid-uZumXXvXph .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZumXXvXph .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZumXXvXph .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZumXXvXph .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZumXXvXph .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZumXXvXph .modal-lg,
  .cid-uZumXXvXph .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZumXXvXph .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZumXXvXph .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZumXXvXph .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZumXXvXph .form-group {
  margin-bottom: 1rem;
}
.cid-uZumXXvXph .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZumXXvXph .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZumXXvXph .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZumXXvXph .mbr-section-btn {
  margin: 0;
}
.cid-uZumXXvXph .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXl1dcgvYt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXl1dcgvYt nav.navbar {
  position: fixed;
}
.cid-uXl1dcgvYt .navbar-nav {
  margin: auto;
}
.cid-uXl1dcgvYt .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXl1dcgvYt .dropdown-item:hover,
.cid-uXl1dcgvYt .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXl1dcgvYt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXl1dcgvYt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXl1dcgvYt .navbar-short,
.cid-uXl1dcgvYt .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXl1dcgvYt .navbar-short .nav-link,
.cid-uXl1dcgvYt .opened .nav-link,
.cid-uXl1dcgvYt .navbar-short .navbar-caption,
.cid-uXl1dcgvYt .opened .navbar-caption,
.cid-uXl1dcgvYt .navbar-short .mbr-iconfont,
.cid-uXl1dcgvYt .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXl1dcgvYt .navbar-short .hamburger span,
.cid-uXl1dcgvYt .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXl1dcgvYt .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXl1dcgvYt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXl1dcgvYt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXl1dcgvYt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXl1dcgvYt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXl1dcgvYt .container {
  display: flex;
  margin: auto;
}
.cid-uXl1dcgvYt .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXl1dcgvYt .dropdown-menu,
.cid-uXl1dcgvYt .navbar.opened {
  background: #ffffff !important;
}
.cid-uXl1dcgvYt .nav-item:focus,
.cid-uXl1dcgvYt .nav-link:focus {
  outline: none;
}
.cid-uXl1dcgvYt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXl1dcgvYt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXl1dcgvYt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXl1dcgvYt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXl1dcgvYt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXl1dcgvYt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXl1dcgvYt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXl1dcgvYt .navbar.opened {
  transition: all 0.3s;
}
.cid-uXl1dcgvYt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXl1dcgvYt .navbar .navbar-logo img {
  width: auto;
}
.cid-uXl1dcgvYt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXl1dcgvYt .navbar.collapsed {
  justify-content: center;
}
.cid-uXl1dcgvYt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXl1dcgvYt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXl1dcgvYt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXl1dcgvYt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXl1dcgvYt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXl1dcgvYt .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-uXl1dcgvYt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXl1dcgvYt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXl1dcgvYt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXl1dcgvYt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXl1dcgvYt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXl1dcgvYt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXl1dcgvYt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXl1dcgvYt .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-uXl1dcgvYt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXl1dcgvYt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXl1dcgvYt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXl1dcgvYt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXl1dcgvYt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXl1dcgvYt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXl1dcgvYt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXl1dcgvYt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXl1dcgvYt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXl1dcgvYt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXl1dcgvYt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXl1dcgvYt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXl1dcgvYt .dropdown-item.active,
.cid-uXl1dcgvYt .dropdown-item:active {
  background-color: transparent;
}
.cid-uXl1dcgvYt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXl1dcgvYt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXl1dcgvYt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXl1dcgvYt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXl1dcgvYt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXl1dcgvYt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXl1dcgvYt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXl1dcgvYt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXl1dcgvYt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXl1dcgvYt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXl1dcgvYt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXl1dcgvYt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXl1dcgvYt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXl1dcgvYt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXl1dcgvYt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXl1dcgvYt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXl1dcgvYt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXl1dcgvYt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXl1dcgvYt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXl1dcgvYt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXl1dcgvYt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXl1dcgvYt .navbar {
    height: 70px;
  }
  .cid-uXl1dcgvYt .navbar.opened {
    height: auto;
  }
  .cid-uXl1dcgvYt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXl1ddbp3w {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-uXl1ddbp3w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXl1ddbp3w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXl1ddbp3w .row {
  justify-content: center;
}
.cid-uXl1ddbp3w .card {
  justify-content: flex-end;
}
.cid-uXl1ddbp3w .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXl1ddbp3w .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXl1ddbp3w .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXl1ddbp3w .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXl1ddbp3w .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXl1ddbp3w .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXl1ddbp3w .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXl1ddbp3w .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXl1ddbp3w .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXl1ddbp3w .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXl1ddbp3w .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXl1ddbp3w .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXl1ddbp3w .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXl1ddbp3w .mbr-text,
.cid-uXl1ddbp3w .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXl1ddbp3w .mbr-desc {
  color: #ffffff;
}
.cid-uXl1ddbp3w .mbr-desc,
.cid-uXl1ddbp3w .mbr-section-btn {
  color: #000000;
}
.cid-uXl7mJw7sU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: radial-gradient(ellipse farthest-corner at 50% 60%, #ffffff 0%, #ffffff 70%);
}
.cid-uXl7mJw7sU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXl7mJw7sU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXl7mJw7sU .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXl7mJw7sU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uXl7mJw7sU .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-uXl7mJw7sU .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXl7mJw7sU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXl7mJw7sU .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXl7mJw7sU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXl7mJw7sU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXl7mJw7sU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 415px;
  max-width: 415px;
}
@media (max-width: 767px) {
  .cid-uXl7mJw7sU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uXl7mJw7sU .embla__slide .slide-content {
  width: 100%;
}
.cid-uXl7mJw7sU .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  padding: 64px 24px 24px 24px;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXl7mJw7sU .embla__slide .slide-content .item-wrapper {
    min-height: 400px;
  }
}
.cid-uXl7mJw7sU .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uXl7mJw7sU .embla__slide .slide-content .item-wrapper .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  backdrop-filter: blur(20px);
  mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  -webkit-mask-image: linear-gradient(0deg, #000000 75%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXl7mJw7sU .embla__slide .slide-content .item-wrapper .blur-wrap {
    height: 60%;
  }
}
.cid-uXl7mJw7sU .embla__slide .slide-content .item-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #111111 0, transparent 100%);
  opacity: 0.5;
  pointer-events: none;
}
.cid-uXl7mJw7sU .embla__slide .slide-content .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uXl7mJw7sU .embla__slide .slide-content .item-wrapper .card-box .card-name {
  margin-bottom: 8px;
}
.cid-uXl7mJw7sU .embla__slide .slide-content .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uXl7mJw7sU .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-uXl7mJw7sU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 16px;
}
.cid-uXl7mJw7sU .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-uXl7mJw7sU .embla__button--next,
.cid-uXl7mJw7sU .embla__button--prev {
  display: flex;
}
.cid-uXl7mJw7sU .embla__button {
  top: 45%;
  width: 56px;
  height: 56px;
  font-size: 16px;
  background-color: #a6adbf !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uXl7mJw7sU .embla__button {
    top: 0;
  }
}
.cid-uXl7mJw7sU .embla__button:hover {
  background-color: #7b86a1 !important;
  color: #ffffff !important;
}
.cid-uXl7mJw7sU .embla__button:disabled {
  background-color: #a6adbf !important;
  color: #ffffff !important;
  opacity: .5 !important;
}
.cid-uXl7mJw7sU .embla__button.embla__button--prev {
  left: 32px;
}
.cid-uXl7mJw7sU .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-uXl7mJw7sU .embla__button.embla__button--next {
  right: 32px;
}
.cid-uXl7mJw7sU .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-uXl7mJw7sU .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uXl7mJw7sU .embla {
    padding-top: 6rem;
  }
}
.cid-uXl7mJw7sU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uXl7mJw7sU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uXl7mJw7sU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uXl7mJw7sU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uXl7mJw7sU .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uXl7mJw7sU .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-uXl7mJw7sU .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uXl7mJw7sU .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uXl7mJw7sU .mbr-text,
.cid-uXl7mJw7sU .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uXl7mJw7sU .card-name {
  color: #ffffff;
}
.cid-uXl7mJw7sU .card-role {
  color: #ffffff;
}
.cid-uXl7mJw7sU .card-text {
  color: #ffffff;
}
.cid-uXl1ddG0S5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXl1ddG0S5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXl1ddG0S5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXl1ddG0S5 .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uXl1ddG0S5 .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uXl1ddG0S5 .card-wrapper {
    margin-left: 0;
  }
}
.cid-uXl1ddG0S5 .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXl1ddG0S5 .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXl1ddG0S5 .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #f5f5f5;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXl1ddG0S5 .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXl1ddG0S5 .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uXl1ddG0S5 .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uXl1ddG0S5 .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXl1ddG0S5 .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXl1ddG0S5 .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXl1ddG0S5 .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXl1ddG0S5 .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXl1ddG0S5 .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXl1ddG0S5 .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXl1ddG0S5 .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXl1ddG0S5 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXl1ddG0S5 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXl1ddG0S5 .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXl1ddG0S5 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXl1ddG0S5 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXl1ddG0S5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXl1ddG0S5 .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXl1ddG0S5 .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXl1ddG0S5 .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXl1ddG0S5 .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXl1ddG0S5 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXl1ddG0S5 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXl1ddG0S5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXl1ddG0S5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXl1ddG0S5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXl1ddG0S5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXl1ddG0S5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXl1ddG0S5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXl1ddG0S5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXl1ddG0S5 .mbr-label,
.cid-uXl1ddG0S5 .label-wrapper {
  color: #000000;
}
.cid-uXl1ddG0S5 .mbr-section-title {
  color: #000000;
}
.cid-uXl1ddG0S5 .mbr-text {
  color: #8a8a8a;
}
.cid-uXl1ddG0S5 .card-title {
  color: #000000;
}
.cid-uXl1ddG0S5 .card-text {
  color: #8a8a8a;
}
.cid-uXl1ddG0S5 .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXl1ddG0S5 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXl1ddG0S5 .item-star,
.cid-uXl1ddG0S5 .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXl1ddG0S5 .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXl8IOmqFz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXl8IOmqFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXl8IOmqFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXl8IOmqFz .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXl8IOmqFz .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uXl8IOmqFz .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXl8IOmqFz .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXl8IOmqFz .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXl8IOmqFz .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXl8IOmqFz .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXl8IOmqFz .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXl8IOmqFz .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXl8IOmqFz .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXl8IOmqFz .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXl8IOmqFz .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXl8IOmqFz .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXl8IOmqFz .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXl8IOmqFz .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXl8IOmqFz .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXl8IOmqFz .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXl8IOmqFz .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXl8IOmqFz .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXl8IOmqFz .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXl8IOmqFz .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXl8IOmqFz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXl8IOmqFz .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXl8IOmqFz .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXl8IOmqFz .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXl8IOmqFz .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXl8IOmqFz .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXl8IOmqFz .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXl8IOmqFz .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXl8IOmqFz .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXl8IOmqFz .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXl8IOmqFz .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXl8IOmqFz .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXl8IOmqFz .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXl8IOmqFz .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXl8IOmqFz .mbr-label,
.cid-uXl8IOmqFz .label-wrapper {
  color: #000000;
}
.cid-uXl8IOmqFz .mbr-section-title {
  color: #000000;
}
.cid-uXl8IOmqFz .mbr-text {
  color: #8a8a8a;
}
.cid-uXl8IOmqFz .card-title {
  color: #000000;
}
.cid-uXl8IOmqFz .card-text {
  color: #8a8a8a;
}
.cid-uXl8IOmqFz .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXl8IOmqFz .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXl8IOmqFz .item-star,
.cid-uXl8IOmqFz .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXl8IOmqFz .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXl1deQaaK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXl1deQaaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXl1deQaaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXl1deQaaK .row {
  justify-content: space-between;
}
.cid-uXl1deQaaK .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
@media (max-width: 992px) {
  .cid-uXl1deQaaK .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXl1deQaaK .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uXl1deQaaK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXl1deQaaK .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uXl1deQaaK .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uXl1deQaaK .mbr-label {
  color: #000000;
}
.cid-uXl1deQaaK .mbr-section-title {
  color: #000000;
}
.cid-uXl1deQaaK .mbr-desc {
  color: #000000;
}
.cid-uXl1deQaaK .mbr-text {
  color: #8a8a8a;
}
.cid-uXl1dfhJ6g {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXl1dfhJ6g .content {
    text-align: center;
  }
  .cid-uXl1dfhJ6g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXl1dfhJ6g .img-logo img {
  height: 6rem;
}
.cid-uXl1dfhJ6g .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXl1dfhJ6g .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXl1dfhJ6g .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXl1dfhJ6g .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXl1dfhJ6g .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXl1dfhJ6g .social-list a:hover {
  opacity: 1;
}
.cid-uXl1dfhJ6g .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXl1dfhJ6g .list li {
  padding-bottom: 0.5rem;
}
.cid-uXl1dfhJ6g .list li:last-child {
  padding-bottom: 0;
}
.cid-uXl1dfhJ6g .mbr-footer-list,
.cid-uXl1dfhJ6g .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXl1dfhJ6g .mbr-footer-list,
  .cid-uXl1dfhJ6g .form-text,
  .cid-uXl1dfhJ6g .footer-title,
  .cid-uXl1dfhJ6g .footer-main-title,
  .cid-uXl1dfhJ6g .form-text,
  .cid-uXl1dfhJ6g .list {
    text-align: center !important;
  }
  .cid-uXl1dfhJ6g .mbr-form,
  .cid-uXl1dfhJ6g .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXl1dfhJ6g .footer-main-title {
  color: #ffffff;
}
.cid-uXl1dfhJ6g .mbr-footer-list {
  color: #cccccc;
}
.cid-uXl1dfWONb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXl1dfWONb .media-container-row .mbr-text {
  color: #191616;
}
.cid-uZulowcGs7.popup-builder {
  background-color: #ffffff;
}
.cid-uZulowcGs7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZulowcGs7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZulowcGs7 .modal-content,
.cid-uZulowcGs7 .modal-dialog {
  height: auto;
}
.cid-uZulowcGs7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZulowcGs7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZulowcGs7 .form-wrapper .mbr-form .form-group,
  .cid-uZulowcGs7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZulowcGs7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZulowcGs7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZulowcGs7 .mbr-text {
  text-align: center;
}
.cid-uZulowcGs7 .pt-0 {
  padding-top: 0 !important;
}
.cid-uZulowcGs7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZulowcGs7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZulowcGs7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZulowcGs7 .modal-open {
  overflow: hidden;
}
.cid-uZulowcGs7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZulowcGs7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZulowcGs7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZulowcGs7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZulowcGs7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZulowcGs7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZulowcGs7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZulowcGs7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZulowcGs7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZulowcGs7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZulowcGs7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZulowcGs7 .modal-backdrop.show {
  opacity: .5;
}
.cid-uZulowcGs7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZulowcGs7 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZulowcGs7 .modal-header {
    padding: 1rem;
  }
}
.cid-uZulowcGs7 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZulowcGs7 .modal-header .close svg {
  fill: #353535;
}
.cid-uZulowcGs7 .modal-header .close:hover {
  opacity: 1;
}
.cid-uZulowcGs7 .modal-header .close:focus {
  outline: none;
}
.cid-uZulowcGs7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZulowcGs7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZulowcGs7 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZulowcGs7 .modal-body {
    padding: 1rem;
  }
}
.cid-uZulowcGs7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZulowcGs7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZulowcGs7 .modal-footer {
    padding: 1rem;
  }
}
.cid-uZulowcGs7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZulowcGs7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZulowcGs7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZulowcGs7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZulowcGs7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZulowcGs7 .modal-lg,
  .cid-uZulowcGs7 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZulowcGs7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZulowcGs7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZulowcGs7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZulowcGs7 .form-group {
  margin-bottom: 1rem;
}
.cid-uZulowcGs7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZulowcGs7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZulowcGs7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZulowcGs7 .mbr-section-btn {
  margin: 0;
}
.cid-uZulowcGs7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXlC0HQv0e {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXlC0HQv0e nav.navbar {
  position: fixed;
}
.cid-uXlC0HQv0e .navbar-nav {
  margin: auto;
}
.cid-uXlC0HQv0e .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXlC0HQv0e .dropdown-item:hover,
.cid-uXlC0HQv0e .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXlC0HQv0e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXlC0HQv0e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXlC0HQv0e .navbar-short,
.cid-uXlC0HQv0e .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXlC0HQv0e .navbar-short .nav-link,
.cid-uXlC0HQv0e .opened .nav-link,
.cid-uXlC0HQv0e .navbar-short .navbar-caption,
.cid-uXlC0HQv0e .opened .navbar-caption,
.cid-uXlC0HQv0e .navbar-short .mbr-iconfont,
.cid-uXlC0HQv0e .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXlC0HQv0e .navbar-short .hamburger span,
.cid-uXlC0HQv0e .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXlC0HQv0e .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXlC0HQv0e .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXlC0HQv0e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXlC0HQv0e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXlC0HQv0e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXlC0HQv0e .container {
  display: flex;
  margin: auto;
}
.cid-uXlC0HQv0e .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXlC0HQv0e .dropdown-menu,
.cid-uXlC0HQv0e .navbar.opened {
  background: #ffffff !important;
}
.cid-uXlC0HQv0e .nav-item:focus,
.cid-uXlC0HQv0e .nav-link:focus {
  outline: none;
}
.cid-uXlC0HQv0e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXlC0HQv0e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXlC0HQv0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXlC0HQv0e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXlC0HQv0e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXlC0HQv0e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXlC0HQv0e .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXlC0HQv0e .navbar.opened {
  transition: all 0.3s;
}
.cid-uXlC0HQv0e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXlC0HQv0e .navbar .navbar-logo img {
  width: auto;
}
.cid-uXlC0HQv0e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXlC0HQv0e .navbar.collapsed {
  justify-content: center;
}
.cid-uXlC0HQv0e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXlC0HQv0e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXlC0HQv0e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXlC0HQv0e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXlC0HQv0e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXlC0HQv0e .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-uXlC0HQv0e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXlC0HQv0e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXlC0HQv0e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXlC0HQv0e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXlC0HQv0e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXlC0HQv0e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXlC0HQv0e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXlC0HQv0e .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-uXlC0HQv0e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXlC0HQv0e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXlC0HQv0e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXlC0HQv0e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXlC0HQv0e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXlC0HQv0e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXlC0HQv0e .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXlC0HQv0e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXlC0HQv0e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXlC0HQv0e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXlC0HQv0e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXlC0HQv0e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXlC0HQv0e .dropdown-item.active,
.cid-uXlC0HQv0e .dropdown-item:active {
  background-color: transparent;
}
.cid-uXlC0HQv0e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXlC0HQv0e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXlC0HQv0e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXlC0HQv0e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXlC0HQv0e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXlC0HQv0e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXlC0HQv0e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXlC0HQv0e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXlC0HQv0e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXlC0HQv0e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXlC0HQv0e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXlC0HQv0e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXlC0HQv0e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXlC0HQv0e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXlC0HQv0e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXlC0HQv0e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXlC0HQv0e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXlC0HQv0e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXlC0HQv0e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXlC0HQv0e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXlC0HQv0e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXlC0HQv0e .navbar {
    height: 70px;
  }
  .cid-uXlC0HQv0e .navbar.opened {
    height: auto;
  }
  .cid-uXlC0HQv0e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXlC0IsP2e {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1205.webp");
}
.cid-uXlC0IsP2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXlC0IsP2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXlC0IsP2e .row {
  justify-content: center;
}
.cid-uXlC0IsP2e .card {
  justify-content: flex-end;
}
.cid-uXlC0IsP2e .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXlC0IsP2e .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXlC0IsP2e .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXlC0IsP2e .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXlC0IsP2e .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXlC0IsP2e .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXlC0IsP2e .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXlC0IsP2e .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXlC0IsP2e .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXlC0IsP2e .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXlC0IsP2e .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXlC0IsP2e .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXlC0IsP2e .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXlC0IsP2e .mbr-text,
.cid-uXlC0IsP2e .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXlC0IsP2e .mbr-desc {
  color: #ffffff;
}
.cid-uXlC0IsP2e .mbr-desc,
.cid-uXlC0IsP2e .mbr-section-btn {
  color: #000000;
}
.cid-uXlCV6AtyU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXlCV6AtyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXlCV6AtyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXlCV6AtyU .card-wrapper {
  position: relative;
  padding: 100px 180px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-uXlCV6AtyU .card-wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uXlCV6AtyU .card-wrapper {
    padding: 60px 15px 100px;
  }
}
.cid-uXlCV6AtyU .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uXlCV6AtyU .card-wrapper .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-top-right-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXlCV6AtyU .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXlCV6AtyU .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uXlCV6AtyU .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-uXlCV6AtyU .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  border-bottom-right-radius: 30px;
  pointer-events: none;
  z-index: 1;
}
.cid-uXlCV6AtyU .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-uXlCV6AtyU .card-wrapper .card-wrap {
    padding: 30px 15px 100px;
  }
}
.cid-uXlCV6AtyU .card-wrapper .card-wrap .label-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uXlCV6AtyU .card-wrapper .card-wrap .label-wrapper {
    width: 100%;
  }
}
.cid-uXlCV6AtyU .card-wrapper .card-wrap .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 30px;
  border: 1px solid #ac251e;
}
@media (max-width: 992px) {
  .cid-uXlCV6AtyU .card-wrapper .card-wrap .label-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uXlCV6AtyU .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 40px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uXlCV6AtyU .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 30px;
    width: 100%;
  }
}
.cid-uXlCV6AtyU .card-wrapper .card-wrap .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uXlCV6AtyU .card-wrapper .card-wrap .form-wrap {
    width: 100%;
  }
}
.cid-uXlCV6AtyU .card-wrapper .card-wrap .form-wrap .dragArea.row {
  margin: 0 -15px;
}
.cid-uXlCV6AtyU .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group {
  margin-bottom: 30px !important;
  padding: 0 15px;
}
.cid-uXlCV6AtyU .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uXlCV6AtyU .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control {
  background-color: #f5f5f5;
  padding: 18px 30px;
  box-shadow: none;
  border: none !important;
}
.cid-uXlCV6AtyU .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #8a8a8a;
}
.cid-uXlCV6AtyU .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uXlCV6AtyU .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-uXlCV6AtyU .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-uXlCV6AtyU .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uXlCV6AtyU .card-wrapper .card-wrap .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #8a8a8a;
  border-color: #8a8a8a;
}
.cid-uXlCV6AtyU .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0 15px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uXlCV6AtyU .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uXlCV6AtyU .card-wrapper .card-wrap .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0;
}
.cid-uXlCV6AtyU .mbr-label,
.cid-uXlCV6AtyU .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXlCV6AtyU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXlCV6AtyU label {
  color: #8a8a8a;
}
.cid-uXlCV6AtyU .mbr-section-btn {
  text-align: right;
}
.cid-uXlDjQdNbV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXlDjQdNbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXlDjQdNbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXlDjQdNbV .row {
  justify-content: space-between;
}
.cid-uXlDjQdNbV .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXlDjQdNbV .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXlDjQdNbV .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXlDjQdNbV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXlDjQdNbV .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uXlDjQdNbV .google-map iframe {
  height: 500px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uXlDjQdNbV .google-map iframe {
    height: 350px;
  }
}
.cid-uXlDjQdNbV .mbr-label {
  color: #000000;
}
.cid-uXlDjQdNbV .mbr-section-title {
  color: #000000;
}
.cid-uXlDjQdNbV .mbr-desc {
  color: #000000;
}
.cid-uXlDjQdNbV .mbr-text {
  color: #8a8a8a;
}
.cid-uZuntMIyM0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZuntMIyM0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZuntMIyM0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZuntMIyM0 .row {
  justify-content: space-between;
}
.cid-uZuntMIyM0 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
@media (max-width: 992px) {
  .cid-uZuntMIyM0 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uZuntMIyM0 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uZuntMIyM0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uZuntMIyM0 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uZuntMIyM0 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uZuntMIyM0 .mbr-label {
  color: #000000;
}
.cid-uZuntMIyM0 .mbr-section-title {
  color: #000000;
}
.cid-uZuntMIyM0 .mbr-desc {
  color: #000000;
}
.cid-uZuntMIyM0 .mbr-text {
  color: #8a8a8a;
}
.cid-uXlC0KO6Nn {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXlC0KO6Nn .content {
    text-align: center;
  }
  .cid-uXlC0KO6Nn .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXlC0KO6Nn .img-logo img {
  height: 6rem;
}
.cid-uXlC0KO6Nn .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXlC0KO6Nn .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXlC0KO6Nn .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXlC0KO6Nn .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXlC0KO6Nn .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXlC0KO6Nn .social-list a:hover {
  opacity: 1;
}
.cid-uXlC0KO6Nn .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXlC0KO6Nn .list li {
  padding-bottom: 0.5rem;
}
.cid-uXlC0KO6Nn .list li:last-child {
  padding-bottom: 0;
}
.cid-uXlC0KO6Nn .mbr-footer-list,
.cid-uXlC0KO6Nn .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXlC0KO6Nn .mbr-footer-list,
  .cid-uXlC0KO6Nn .form-text,
  .cid-uXlC0KO6Nn .footer-title,
  .cid-uXlC0KO6Nn .footer-main-title,
  .cid-uXlC0KO6Nn .form-text,
  .cid-uXlC0KO6Nn .list {
    text-align: center !important;
  }
  .cid-uXlC0KO6Nn .mbr-form,
  .cid-uXlC0KO6Nn .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXlC0KO6Nn .footer-main-title {
  color: #ffffff;
}
.cid-uXlC0KO6Nn .mbr-footer-list {
  color: #cccccc;
}
.cid-uXlC0Ltz8t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXlC0Ltz8t .media-container-row .mbr-text {
  color: #191616;
}
.cid-uZunsNpwAc.popup-builder {
  background-color: #ffffff;
}
.cid-uZunsNpwAc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZunsNpwAc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uZunsNpwAc .modal-content,
.cid-uZunsNpwAc .modal-dialog {
  height: auto;
}
.cid-uZunsNpwAc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZunsNpwAc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZunsNpwAc .form-wrapper .mbr-form .form-group,
  .cid-uZunsNpwAc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZunsNpwAc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZunsNpwAc .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZunsNpwAc .mbr-text {
  text-align: center;
}
.cid-uZunsNpwAc .pt-0 {
  padding-top: 0 !important;
}
.cid-uZunsNpwAc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZunsNpwAc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZunsNpwAc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZunsNpwAc .modal-open {
  overflow: hidden;
}
.cid-uZunsNpwAc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZunsNpwAc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZunsNpwAc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZunsNpwAc .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZunsNpwAc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZunsNpwAc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZunsNpwAc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZunsNpwAc .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZunsNpwAc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZunsNpwAc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZunsNpwAc .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZunsNpwAc .modal-backdrop.show {
  opacity: .5;
}
.cid-uZunsNpwAc .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uZunsNpwAc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uZunsNpwAc .modal-header {
    padding: 1rem;
  }
}
.cid-uZunsNpwAc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZunsNpwAc .modal-header .close svg {
  fill: #353535;
}
.cid-uZunsNpwAc .modal-header .close:hover {
  opacity: 1;
}
.cid-uZunsNpwAc .modal-header .close:focus {
  outline: none;
}
.cid-uZunsNpwAc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZunsNpwAc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uZunsNpwAc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZunsNpwAc .modal-body {
    padding: 1rem;
  }
}
.cid-uZunsNpwAc .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZunsNpwAc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZunsNpwAc .modal-footer {
    padding: 1rem;
  }
}
.cid-uZunsNpwAc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZunsNpwAc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uZunsNpwAc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZunsNpwAc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZunsNpwAc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZunsNpwAc .modal-lg,
  .cid-uZunsNpwAc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uZunsNpwAc .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZunsNpwAc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZunsNpwAc .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZunsNpwAc .form-group {
  margin-bottom: 1rem;
}
.cid-uZunsNpwAc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZunsNpwAc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZunsNpwAc .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZunsNpwAc .mbr-section-btn {
  margin: 0;
}
.cid-uZunsNpwAc .mbr-section-btn .btn {
  margin: 0;
}
.cid-uXpucjX8uY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXpucjX8uY nav.navbar {
  position: fixed;
}
.cid-uXpucjX8uY .navbar-nav {
  margin: auto;
}
.cid-uXpucjX8uY .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXpucjX8uY .dropdown-item:hover,
.cid-uXpucjX8uY .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXpucjX8uY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXpucjX8uY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXpucjX8uY .navbar-short,
.cid-uXpucjX8uY .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXpucjX8uY .navbar-short .nav-link,
.cid-uXpucjX8uY .opened .nav-link,
.cid-uXpucjX8uY .navbar-short .navbar-caption,
.cid-uXpucjX8uY .opened .navbar-caption,
.cid-uXpucjX8uY .navbar-short .mbr-iconfont,
.cid-uXpucjX8uY .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXpucjX8uY .navbar-short .hamburger span,
.cid-uXpucjX8uY .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXpucjX8uY .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXpucjX8uY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXpucjX8uY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXpucjX8uY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXpucjX8uY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXpucjX8uY .container {
  display: flex;
  margin: auto;
}
.cid-uXpucjX8uY .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXpucjX8uY .dropdown-menu,
.cid-uXpucjX8uY .navbar.opened {
  background: #ffffff !important;
}
.cid-uXpucjX8uY .nav-item:focus,
.cid-uXpucjX8uY .nav-link:focus {
  outline: none;
}
.cid-uXpucjX8uY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXpucjX8uY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXpucjX8uY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXpucjX8uY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXpucjX8uY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXpucjX8uY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXpucjX8uY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXpucjX8uY .navbar.opened {
  transition: all 0.3s;
}
.cid-uXpucjX8uY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXpucjX8uY .navbar .navbar-logo img {
  width: auto;
}
.cid-uXpucjX8uY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXpucjX8uY .navbar.collapsed {
  justify-content: center;
}
.cid-uXpucjX8uY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXpucjX8uY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXpucjX8uY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXpucjX8uY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXpucjX8uY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXpucjX8uY .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-uXpucjX8uY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXpucjX8uY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXpucjX8uY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXpucjX8uY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXpucjX8uY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXpucjX8uY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXpucjX8uY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXpucjX8uY .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-uXpucjX8uY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXpucjX8uY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXpucjX8uY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXpucjX8uY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXpucjX8uY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXpucjX8uY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXpucjX8uY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXpucjX8uY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXpucjX8uY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXpucjX8uY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXpucjX8uY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXpucjX8uY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXpucjX8uY .dropdown-item.active,
.cid-uXpucjX8uY .dropdown-item:active {
  background-color: transparent;
}
.cid-uXpucjX8uY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXpucjX8uY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXpucjX8uY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXpucjX8uY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXpucjX8uY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXpucjX8uY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXpucjX8uY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXpucjX8uY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXpucjX8uY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXpucjX8uY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXpucjX8uY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXpucjX8uY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXpucjX8uY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXpucjX8uY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXpucjX8uY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXpucjX8uY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXpucjX8uY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXpucjX8uY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXpucjX8uY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXpucjX8uY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXpucjX8uY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXpucjX8uY .navbar {
    height: 70px;
  }
  .cid-uXpucjX8uY .navbar.opened {
    height: auto;
  }
  .cid-uXpucjX8uY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXpuckkoGF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/slider-2-2new-3-1920x553.webp");
}
.cid-uXpuckkoGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXpuckkoGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXpuckkoGF .row {
  justify-content: center;
}
.cid-uXpuckkoGF .card {
  justify-content: flex-end;
}
.cid-uXpuckkoGF .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXpuckkoGF .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXpuckkoGF .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXpuckkoGF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXpuckkoGF .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXpuckkoGF .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXpuckkoGF .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXpuckkoGF .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXpuckkoGF .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXpuckkoGF .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXpuckkoGF .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXpuckkoGF .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXpuckkoGF .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXpuckkoGF .mbr-text,
.cid-uXpuckkoGF .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXpuckkoGF .mbr-desc {
  color: #ffffff;
}
.cid-uXpuckkoGF .mbr-desc,
.cid-uXpuckkoGF .mbr-section-btn {
  color: #000000;
}
.cid-uXpuckAY8X {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXpuckAY8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXpuckAY8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXpuckAY8X .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uXpuckAY8X .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uXpuckAY8X .card-wrapper {
    margin-left: 0;
  }
}
.cid-uXpuckAY8X .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXpuckAY8X .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXpuckAY8X .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXpuckAY8X .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXpuckAY8X .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXpuckAY8X .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXpuckAY8X .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXpuckAY8X .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXpuckAY8X .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXpuckAY8X .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXpuckAY8X .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXpuckAY8X .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXpuckAY8X .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXpuckAY8X .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXpuckAY8X .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXpuckAY8X .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXpuckAY8X .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXpuckAY8X .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXpuckAY8X .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXpuckAY8X .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXpuckAY8X .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXpuckAY8X .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXpuckAY8X .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXpuckAY8X .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXpuckAY8X .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXpuckAY8X .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXpuckAY8X .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXpuckAY8X .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXpuckAY8X .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXpuckAY8X .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXpuckAY8X .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXpuckAY8X .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXpuckAY8X .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXpuckAY8X .mbr-label,
.cid-uXpuckAY8X .label-wrapper {
  color: #000000;
}
.cid-uXpuckAY8X .mbr-section-title {
  color: #000000;
}
.cid-uXpuckAY8X .mbr-text {
  color: #8a8a8a;
}
.cid-uXpuckAY8X .card-title {
  color: #000000;
}
.cid-uXpuckAY8X .card-text {
  color: #8a8a8a;
}
.cid-uXpuckAY8X .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXpuckAY8X .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXpuckAY8X .item-star,
.cid-uXpuckAY8X .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXpuckAY8X .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXpuckXmr5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXpuckXmr5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXpuckXmr5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXpuckXmr5 .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXpuckXmr5 .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uXpuckXmr5 .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXpuckXmr5 .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXpuckXmr5 .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #f5f5f5;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXpuckXmr5 .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXpuckXmr5 .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uXpuckXmr5 .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uXpuckXmr5 .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXpuckXmr5 .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXpuckXmr5 .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXpuckXmr5 .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uXpuckXmr5 .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXpuckXmr5 .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXpuckXmr5 .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXpuckXmr5 .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXpuckXmr5 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXpuckXmr5 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXpuckXmr5 .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXpuckXmr5 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXpuckXmr5 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXpuckXmr5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXpuckXmr5 .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXpuckXmr5 .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uXpuckXmr5 .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXpuckXmr5 .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXpuckXmr5 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXpuckXmr5 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXpuckXmr5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXpuckXmr5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXpuckXmr5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXpuckXmr5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXpuckXmr5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXpuckXmr5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXpuckXmr5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXpuckXmr5 .mbr-label,
.cid-uXpuckXmr5 .label-wrapper {
  color: #000000;
}
.cid-uXpuckXmr5 .mbr-section-title {
  color: #000000;
}
.cid-uXpuckXmr5 .mbr-text {
  color: #8a8a8a;
}
.cid-uXpuckXmr5 .card-title {
  color: #000000;
}
.cid-uXpuckXmr5 .card-text {
  color: #8a8a8a;
}
.cid-uXpuckXmr5 .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXpuckXmr5 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXpuckXmr5 .item-star,
.cid-uXpuckXmr5 .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXpuckXmr5 .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXpuclnG0K {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXpuclnG0K .content {
    text-align: center;
  }
  .cid-uXpuclnG0K .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXpuclnG0K .img-logo img {
  height: 6rem;
}
.cid-uXpuclnG0K .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXpuclnG0K .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXpuclnG0K .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXpuclnG0K .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXpuclnG0K .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXpuclnG0K .social-list a:hover {
  opacity: 1;
}
.cid-uXpuclnG0K .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXpuclnG0K .list li {
  padding-bottom: 0.5rem;
}
.cid-uXpuclnG0K .list li:last-child {
  padding-bottom: 0;
}
.cid-uXpuclnG0K .mbr-footer-list,
.cid-uXpuclnG0K .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXpuclnG0K .mbr-footer-list,
  .cid-uXpuclnG0K .form-text,
  .cid-uXpuclnG0K .footer-title,
  .cid-uXpuclnG0K .footer-main-title,
  .cid-uXpuclnG0K .form-text,
  .cid-uXpuclnG0K .list {
    text-align: center !important;
  }
  .cid-uXpuclnG0K .mbr-form,
  .cid-uXpuclnG0K .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXpuclnG0K .footer-main-title {
  color: #ffffff;
}
.cid-uXpuclnG0K .mbr-footer-list {
  color: #cccccc;
}
.cid-uXpuclQKqZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXpuclQKqZ .media-container-row .mbr-text {
  color: #191616;
}
.cid-uXpIyNGj2S {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXpIyNGj2S nav.navbar {
  position: fixed;
}
.cid-uXpIyNGj2S .navbar-nav {
  margin: auto;
}
.cid-uXpIyNGj2S .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXpIyNGj2S .dropdown-item:hover,
.cid-uXpIyNGj2S .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXpIyNGj2S .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXpIyNGj2S .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXpIyNGj2S .navbar-short,
.cid-uXpIyNGj2S .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXpIyNGj2S .navbar-short .nav-link,
.cid-uXpIyNGj2S .opened .nav-link,
.cid-uXpIyNGj2S .navbar-short .navbar-caption,
.cid-uXpIyNGj2S .opened .navbar-caption,
.cid-uXpIyNGj2S .navbar-short .mbr-iconfont,
.cid-uXpIyNGj2S .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXpIyNGj2S .navbar-short .hamburger span,
.cid-uXpIyNGj2S .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXpIyNGj2S .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXpIyNGj2S .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXpIyNGj2S .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXpIyNGj2S .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXpIyNGj2S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXpIyNGj2S .container {
  display: flex;
  margin: auto;
}
.cid-uXpIyNGj2S .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXpIyNGj2S .dropdown-menu,
.cid-uXpIyNGj2S .navbar.opened {
  background: #ffffff !important;
}
.cid-uXpIyNGj2S .nav-item:focus,
.cid-uXpIyNGj2S .nav-link:focus {
  outline: none;
}
.cid-uXpIyNGj2S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXpIyNGj2S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXpIyNGj2S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXpIyNGj2S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXpIyNGj2S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXpIyNGj2S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXpIyNGj2S .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXpIyNGj2S .navbar.opened {
  transition: all 0.3s;
}
.cid-uXpIyNGj2S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXpIyNGj2S .navbar .navbar-logo img {
  width: auto;
}
.cid-uXpIyNGj2S .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXpIyNGj2S .navbar.collapsed {
  justify-content: center;
}
.cid-uXpIyNGj2S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXpIyNGj2S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXpIyNGj2S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXpIyNGj2S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXpIyNGj2S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXpIyNGj2S .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-uXpIyNGj2S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXpIyNGj2S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXpIyNGj2S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXpIyNGj2S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXpIyNGj2S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXpIyNGj2S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXpIyNGj2S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXpIyNGj2S .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-uXpIyNGj2S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXpIyNGj2S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXpIyNGj2S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXpIyNGj2S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXpIyNGj2S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXpIyNGj2S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXpIyNGj2S .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXpIyNGj2S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXpIyNGj2S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXpIyNGj2S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXpIyNGj2S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXpIyNGj2S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXpIyNGj2S .dropdown-item.active,
.cid-uXpIyNGj2S .dropdown-item:active {
  background-color: transparent;
}
.cid-uXpIyNGj2S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXpIyNGj2S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXpIyNGj2S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXpIyNGj2S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXpIyNGj2S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXpIyNGj2S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXpIyNGj2S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXpIyNGj2S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXpIyNGj2S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXpIyNGj2S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXpIyNGj2S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXpIyNGj2S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXpIyNGj2S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXpIyNGj2S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXpIyNGj2S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXpIyNGj2S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXpIyNGj2S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXpIyNGj2S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXpIyNGj2S .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXpIyNGj2S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXpIyNGj2S .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXpIyNGj2S .navbar {
    height: 70px;
  }
  .cid-uXpIyNGj2S .navbar.opened {
    height: auto;
  }
  .cid-uXpIyNGj2S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXpIyO6Rh1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/e-wallet-fimage-1500x998.webp");
}
.cid-uXpIyO6Rh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXpIyO6Rh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXpIyO6Rh1 .row {
  justify-content: center;
}
.cid-uXpIyO6Rh1 .card {
  justify-content: flex-end;
}
.cid-uXpIyO6Rh1 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXpIyO6Rh1 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXpIyO6Rh1 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXpIyO6Rh1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXpIyO6Rh1 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXpIyO6Rh1 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXpIyO6Rh1 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXpIyO6Rh1 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXpIyO6Rh1 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXpIyO6Rh1 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXpIyO6Rh1 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXpIyO6Rh1 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXpIyO6Rh1 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXpIyO6Rh1 .mbr-text,
.cid-uXpIyO6Rh1 .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXpIyO6Rh1 .mbr-desc {
  color: #ffffff;
}
.cid-uXpIyO6Rh1 .mbr-desc,
.cid-uXpIyO6Rh1 .mbr-section-btn {
  color: #000000;
}
.cid-uXpIyOpkRM {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXpIyOpkRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXpIyOpkRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXpIyOpkRM .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uXpIyOpkRM .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uXpIyOpkRM .card-wrapper {
    margin-left: 0;
  }
}
.cid-uXpIyOpkRM .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXpIyOpkRM .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXpIyOpkRM .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXpIyOpkRM .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXpIyOpkRM .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXpIyOpkRM .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXpIyOpkRM .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXpIyOpkRM .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXpIyOpkRM .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXpIyOpkRM .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXpIyOpkRM .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXpIyOpkRM .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXpIyOpkRM .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXpIyOpkRM .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXpIyOpkRM .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXpIyOpkRM .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXpIyOpkRM .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXpIyOpkRM .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXpIyOpkRM .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXpIyOpkRM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXpIyOpkRM .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXpIyOpkRM .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uXpIyOpkRM .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXpIyOpkRM .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXpIyOpkRM .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXpIyOpkRM .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXpIyOpkRM .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXpIyOpkRM .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXpIyOpkRM .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXpIyOpkRM .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXpIyOpkRM .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXpIyOpkRM .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXpIyOpkRM .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXpIyOpkRM .mbr-label,
.cid-uXpIyOpkRM .label-wrapper {
  color: #000000;
}
.cid-uXpIyOpkRM .mbr-section-title {
  color: #000000;
}
.cid-uXpIyOpkRM .mbr-text {
  color: #8a8a8a;
}
.cid-uXpIyOpkRM .card-title {
  color: #000000;
}
.cid-uXpIyOpkRM .card-text {
  color: #8a8a8a;
}
.cid-uXpIyOpkRM .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXpIyOpkRM .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXpIyOpkRM .item-star,
.cid-uXpIyOpkRM .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXpIyOpkRM .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXpRIXrhAb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uXpRIXrhAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXpRIXrhAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXpRIXrhAb .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uXpRIXrhAb .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uXpRIXrhAb .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uXpRIXrhAb .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uXpRIXrhAb .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uXpRIXrhAb .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uXpRIXrhAb .items-wrapper {
  margin: 0 -5px;
}
.cid-uXpRIXrhAb .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uXpRIXrhAb .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uXpRIXrhAb .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ededee;
}
.cid-uXpRIXrhAb .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXpRIXrhAb .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uXpRIXrhAb .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #ac251e;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uXpRIXrhAb .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uXpRIXrhAb .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uXpRIXrhAb .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXpRIXrhAb .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uXpRIXrhAb .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uXpRIXrhAb .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXpRIXrhAb .mbr-section-title {
  color: #093388;
}
.cid-uXpRIXrhAb .item-title {
  color: #093388;
}
.cid-uXpRIXrhAb .item-text {
  color: #58595b;
}
.cid-uXpRIXrhAb .item-title,
.cid-uXpRIXrhAb .mbr-section-btn,
.cid-uXpRIXrhAb .icon-wrapper {
  color: #ac251e;
}
.cid-uXpIyOMyy7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXpIyOMyy7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXpIyOMyy7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXpIyOMyy7 .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXpIyOMyy7 .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uXpIyOMyy7 .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXpIyOMyy7 .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXpIyOMyy7 .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXpIyOMyy7 .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXpIyOMyy7 .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXpIyOMyy7 .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXpIyOMyy7 .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXpIyOMyy7 .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXpIyOMyy7 .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXpIyOMyy7 .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uXpIyOMyy7 .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXpIyOMyy7 .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXpIyOMyy7 .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXpIyOMyy7 .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXpIyOMyy7 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXpIyOMyy7 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXpIyOMyy7 .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXpIyOMyy7 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXpIyOMyy7 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXpIyOMyy7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXpIyOMyy7 .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXpIyOMyy7 .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uXpIyOMyy7 .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXpIyOMyy7 .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXpIyOMyy7 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXpIyOMyy7 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXpIyOMyy7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXpIyOMyy7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXpIyOMyy7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXpIyOMyy7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXpIyOMyy7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXpIyOMyy7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXpIyOMyy7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXpIyOMyy7 .mbr-label,
.cid-uXpIyOMyy7 .label-wrapper {
  color: #000000;
}
.cid-uXpIyOMyy7 .mbr-section-title {
  color: #000000;
}
.cid-uXpIyOMyy7 .mbr-text {
  color: #8a8a8a;
}
.cid-uXpIyOMyy7 .card-title {
  color: #000000;
}
.cid-uXpIyOMyy7 .card-text {
  color: #8a8a8a;
}
.cid-uXpIyOMyy7 .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXpIyOMyy7 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXpIyOMyy7 .item-star,
.cid-uXpIyOMyy7 .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXpIyOMyy7 .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXpIyPgQPy {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXpIyPgQPy .content {
    text-align: center;
  }
  .cid-uXpIyPgQPy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXpIyPgQPy .img-logo img {
  height: 6rem;
}
.cid-uXpIyPgQPy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXpIyPgQPy .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXpIyPgQPy .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXpIyPgQPy .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXpIyPgQPy .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXpIyPgQPy .social-list a:hover {
  opacity: 1;
}
.cid-uXpIyPgQPy .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXpIyPgQPy .list li {
  padding-bottom: 0.5rem;
}
.cid-uXpIyPgQPy .list li:last-child {
  padding-bottom: 0;
}
.cid-uXpIyPgQPy .mbr-footer-list,
.cid-uXpIyPgQPy .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXpIyPgQPy .mbr-footer-list,
  .cid-uXpIyPgQPy .form-text,
  .cid-uXpIyPgQPy .footer-title,
  .cid-uXpIyPgQPy .footer-main-title,
  .cid-uXpIyPgQPy .form-text,
  .cid-uXpIyPgQPy .list {
    text-align: center !important;
  }
  .cid-uXpIyPgQPy .mbr-form,
  .cid-uXpIyPgQPy .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXpIyPgQPy .footer-main-title {
  color: #ffffff;
}
.cid-uXpIyPgQPy .mbr-footer-list {
  color: #cccccc;
}
.cid-uXpIyPHrBd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXpIyPHrBd .media-container-row .mbr-text {
  color: #191616;
}
.cid-uXrWjrp4ji {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXrWjrp4ji nav.navbar {
  position: fixed;
}
.cid-uXrWjrp4ji .navbar-nav {
  margin: auto;
}
.cid-uXrWjrp4ji .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXrWjrp4ji .dropdown-item:hover,
.cid-uXrWjrp4ji .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXrWjrp4ji .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXrWjrp4ji .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXrWjrp4ji .navbar-short,
.cid-uXrWjrp4ji .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXrWjrp4ji .navbar-short .nav-link,
.cid-uXrWjrp4ji .opened .nav-link,
.cid-uXrWjrp4ji .navbar-short .navbar-caption,
.cid-uXrWjrp4ji .opened .navbar-caption,
.cid-uXrWjrp4ji .navbar-short .mbr-iconfont,
.cid-uXrWjrp4ji .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXrWjrp4ji .navbar-short .hamburger span,
.cid-uXrWjrp4ji .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXrWjrp4ji .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXrWjrp4ji .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXrWjrp4ji .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXrWjrp4ji .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXrWjrp4ji .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXrWjrp4ji .container {
  display: flex;
  margin: auto;
}
.cid-uXrWjrp4ji .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXrWjrp4ji .dropdown-menu,
.cid-uXrWjrp4ji .navbar.opened {
  background: #ffffff !important;
}
.cid-uXrWjrp4ji .nav-item:focus,
.cid-uXrWjrp4ji .nav-link:focus {
  outline: none;
}
.cid-uXrWjrp4ji .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXrWjrp4ji .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXrWjrp4ji .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXrWjrp4ji .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXrWjrp4ji .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXrWjrp4ji .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXrWjrp4ji .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXrWjrp4ji .navbar.opened {
  transition: all 0.3s;
}
.cid-uXrWjrp4ji .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXrWjrp4ji .navbar .navbar-logo img {
  width: auto;
}
.cid-uXrWjrp4ji .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXrWjrp4ji .navbar.collapsed {
  justify-content: center;
}
.cid-uXrWjrp4ji .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXrWjrp4ji .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXrWjrp4ji .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXrWjrp4ji .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXrWjrp4ji .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXrWjrp4ji .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-uXrWjrp4ji .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXrWjrp4ji .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXrWjrp4ji .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXrWjrp4ji .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXrWjrp4ji .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXrWjrp4ji .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXrWjrp4ji .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXrWjrp4ji .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-uXrWjrp4ji .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXrWjrp4ji .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXrWjrp4ji .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXrWjrp4ji .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXrWjrp4ji .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXrWjrp4ji .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXrWjrp4ji .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXrWjrp4ji .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXrWjrp4ji .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXrWjrp4ji .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXrWjrp4ji .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXrWjrp4ji .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXrWjrp4ji .dropdown-item.active,
.cid-uXrWjrp4ji .dropdown-item:active {
  background-color: transparent;
}
.cid-uXrWjrp4ji .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXrWjrp4ji .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXrWjrp4ji .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXrWjrp4ji .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXrWjrp4ji .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXrWjrp4ji .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXrWjrp4ji ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXrWjrp4ji .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXrWjrp4ji button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXrWjrp4ji button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXrWjrp4ji button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXrWjrp4ji button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXrWjrp4ji button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXrWjrp4ji button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXrWjrp4ji nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXrWjrp4ji nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXrWjrp4ji nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXrWjrp4ji nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXrWjrp4ji .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXrWjrp4ji a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXrWjrp4ji .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXrWjrp4ji .navbar {
    height: 70px;
  }
  .cid-uXrWjrp4ji .navbar.opened {
    height: auto;
  }
  .cid-uXrWjrp4ji .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXrWjrPs8I {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1492.webp");
}
.cid-uXrWjrPs8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrWjrPs8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrWjrPs8I .row {
  justify-content: center;
}
.cid-uXrWjrPs8I .card {
  justify-content: flex-end;
}
.cid-uXrWjrPs8I .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXrWjrPs8I .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXrWjrPs8I .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXrWjrPs8I .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXrWjrPs8I .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXrWjrPs8I .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXrWjrPs8I .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXrWjrPs8I .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXrWjrPs8I .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXrWjrPs8I .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXrWjrPs8I .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXrWjrPs8I .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXrWjrPs8I .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXrWjrPs8I .mbr-text,
.cid-uXrWjrPs8I .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXrWjrPs8I .mbr-desc {
  color: #ffffff;
}
.cid-uXrWjrPs8I .mbr-desc,
.cid-uXrWjrPs8I .mbr-section-btn {
  color: #000000;
}
.cid-uXrWjs7g6I {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXrWjs7g6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrWjs7g6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrWjs7g6I .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uXrWjs7g6I .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uXrWjs7g6I .card-wrapper {
    margin-left: 0;
  }
}
.cid-uXrWjs7g6I .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXrWjs7g6I .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXrWjs7g6I .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXrWjs7g6I .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXrWjs7g6I .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXrWjs7g6I .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXrWjs7g6I .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXrWjs7g6I .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXrWjs7g6I .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXrWjs7g6I .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXrWjs7g6I .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXrWjs7g6I .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXrWjs7g6I .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXrWjs7g6I .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXrWjs7g6I .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXrWjs7g6I .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXrWjs7g6I .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXrWjs7g6I .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXrWjs7g6I .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXrWjs7g6I .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXrWjs7g6I .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXrWjs7g6I .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXrWjs7g6I .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXrWjs7g6I .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXrWjs7g6I .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXrWjs7g6I .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXrWjs7g6I .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXrWjs7g6I .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXrWjs7g6I .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXrWjs7g6I .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXrWjs7g6I .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXrWjs7g6I .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXrWjs7g6I .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXrWjs7g6I .mbr-label,
.cid-uXrWjs7g6I .label-wrapper {
  color: #000000;
}
.cid-uXrWjs7g6I .mbr-section-title {
  color: #000000;
}
.cid-uXrWjs7g6I .mbr-text {
  color: #8a8a8a;
}
.cid-uXrWjs7g6I .card-title {
  color: #000000;
}
.cid-uXrWjs7g6I .card-text {
  color: #8a8a8a;
}
.cid-uXrWjs7g6I .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXrWjs7g6I .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXrWjs7g6I .item-star,
.cid-uXrWjs7g6I .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXrWjs7g6I .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXrWFVq8Hq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f3ec;
}
.cid-uXrWFVq8Hq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXrWFVq8Hq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXrWFVq8Hq .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXrWFVq8Hq .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uXrWFVq8Hq .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXrWFVq8Hq .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXrWFVq8Hq .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uXrWFVq8Hq .items-wrapper {
  margin: 0 -15px;
  justify-content: center;
}
.cid-uXrWFVq8Hq .items-wrapper .item {
  padding: 0 15px;
}
.cid-uXrWFVq8Hq .item {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXrWFVq8Hq .item {
    margin-bottom: 15px;
  }
}
.cid-uXrWFVq8Hq .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 40px;
  background-color: #ffffff;
  overflow: hidden;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXrWFVq8Hq .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uXrWFVq8Hq .item .item-wrapper:hover::before,
.cid-uXrWFVq8Hq .item .item-wrapper:focus::before {
  width: 1000px;
  height: 1000px;
}
.cid-uXrWFVq8Hq .item .item-wrapper:hover .icon-card .mbr-iconfont,
.cid-uXrWFVq8Hq .item .item-wrapper:focus .icon-card .mbr-iconfont {
  background-color: #ac251e;
  color: #ffffff;
}
.cid-uXrWFVq8Hq .item .item-wrapper:hover .item-content .card-title,
.cid-uXrWFVq8Hq .item .item-wrapper:focus .item-content .card-title {
  color: #ffffff;
}
.cid-uXrWFVq8Hq .item .item-wrapper:hover .item-content .card-desc,
.cid-uXrWFVq8Hq .item .item-wrapper:focus .item-content .card-desc {
  color: #ffffff;
}
.cid-uXrWFVq8Hq .item .item-wrapper:hover .item-img img,
.cid-uXrWFVq8Hq .item .item-wrapper:focus .item-img img {
  bottom: -30px;
}
.cid-uXrWFVq8Hq .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-radius: 0 0 0 100% !important;
  background-color: #ac251e;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
}
.cid-uXrWFVq8Hq .item .item-wrapper .icon-card {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 0 0 10px 10px;
  background-color: #f6f3ec;
  border-radius: 0 0 0 30px;
  z-index: 2;
}
.cid-uXrWFVq8Hq .item .item-wrapper .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-uXrWFVq8Hq .item .item-wrapper .icon-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f6f3ec;
}
.cid-uXrWFVq8Hq .item .item-wrapper .icon-card::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f6f3ec;
}
.cid-uXrWFVq8Hq .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-right: 30px;
}
.cid-uXrWFVq8Hq .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.cid-uXrWFVq8Hq .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-uXrWFVq8Hq .item .item-wrapper .item-img {
  height: 200px;
}
.cid-uXrWFVq8Hq .item .item-wrapper .item-img img {
  position: absolute;
  left: -30px;
  bottom: -40px;
  height: 280px;
  width: 80%;
  transition: all .5s ease;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXrWFVq8Hq .item .item-wrapper .item-img img {
    width: 90%;
  }
}
.cid-uXrWFVq8Hq .item .item-wrapper .image_2 img {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uXrWFVq8Hq .item .item-wrapper .image_2 img {
    width: 90%;
  }
}
.cid-uXrWFVq8Hq .btn-wrapper {
  margin-top: 0;
  margin-right: 15%;
}
.cid-uXrWFVq8Hq .mbr-label,
.cid-uXrWFVq8Hq .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXrWFVq8Hq .mbr-section-title,
.cid-uXrWFVq8Hq .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXrWFVq8Hq .card-title {
  color: #000000;
}
.cid-uXrWFVq8Hq .card-desc {
  color: #8a8a8a;
}
.cid-uXrWjtttk8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXrWjtttk8 .content {
    text-align: center;
  }
  .cid-uXrWjtttk8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXrWjtttk8 .img-logo img {
  height: 6rem;
}
.cid-uXrWjtttk8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXrWjtttk8 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXrWjtttk8 .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXrWjtttk8 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXrWjtttk8 .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXrWjtttk8 .social-list a:hover {
  opacity: 1;
}
.cid-uXrWjtttk8 .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXrWjtttk8 .list li {
  padding-bottom: 0.5rem;
}
.cid-uXrWjtttk8 .list li:last-child {
  padding-bottom: 0;
}
.cid-uXrWjtttk8 .mbr-footer-list,
.cid-uXrWjtttk8 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXrWjtttk8 .mbr-footer-list,
  .cid-uXrWjtttk8 .form-text,
  .cid-uXrWjtttk8 .footer-title,
  .cid-uXrWjtttk8 .footer-main-title,
  .cid-uXrWjtttk8 .form-text,
  .cid-uXrWjtttk8 .list {
    text-align: center !important;
  }
  .cid-uXrWjtttk8 .mbr-form,
  .cid-uXrWjtttk8 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXrWjtttk8 .footer-main-title {
  color: #ffffff;
}
.cid-uXrWjtttk8 .mbr-footer-list {
  color: #cccccc;
}
.cid-uXrWjtV28P {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXrWjtV28P .media-container-row .mbr-text {
  color: #191616;
}
.cid-uXv5OFxoIn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXv5OFxoIn nav.navbar {
  position: fixed;
}
.cid-uXv5OFxoIn .navbar-nav {
  margin: auto;
}
.cid-uXv5OFxoIn .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXv5OFxoIn .dropdown-item:hover,
.cid-uXv5OFxoIn .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXv5OFxoIn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXv5OFxoIn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXv5OFxoIn .navbar-short,
.cid-uXv5OFxoIn .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXv5OFxoIn .navbar-short .nav-link,
.cid-uXv5OFxoIn .opened .nav-link,
.cid-uXv5OFxoIn .navbar-short .navbar-caption,
.cid-uXv5OFxoIn .opened .navbar-caption,
.cid-uXv5OFxoIn .navbar-short .mbr-iconfont,
.cid-uXv5OFxoIn .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXv5OFxoIn .navbar-short .hamburger span,
.cid-uXv5OFxoIn .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXv5OFxoIn .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXv5OFxoIn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXv5OFxoIn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXv5OFxoIn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXv5OFxoIn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXv5OFxoIn .container {
  display: flex;
  margin: auto;
}
.cid-uXv5OFxoIn .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXv5OFxoIn .dropdown-menu,
.cid-uXv5OFxoIn .navbar.opened {
  background: #ffffff !important;
}
.cid-uXv5OFxoIn .nav-item:focus,
.cid-uXv5OFxoIn .nav-link:focus {
  outline: none;
}
.cid-uXv5OFxoIn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXv5OFxoIn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXv5OFxoIn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXv5OFxoIn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXv5OFxoIn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXv5OFxoIn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXv5OFxoIn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXv5OFxoIn .navbar.opened {
  transition: all 0.3s;
}
.cid-uXv5OFxoIn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXv5OFxoIn .navbar .navbar-logo img {
  width: auto;
}
.cid-uXv5OFxoIn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXv5OFxoIn .navbar.collapsed {
  justify-content: center;
}
.cid-uXv5OFxoIn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXv5OFxoIn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXv5OFxoIn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXv5OFxoIn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXv5OFxoIn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXv5OFxoIn .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-uXv5OFxoIn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXv5OFxoIn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXv5OFxoIn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXv5OFxoIn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXv5OFxoIn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXv5OFxoIn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXv5OFxoIn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXv5OFxoIn .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-uXv5OFxoIn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXv5OFxoIn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXv5OFxoIn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXv5OFxoIn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXv5OFxoIn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXv5OFxoIn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXv5OFxoIn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXv5OFxoIn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXv5OFxoIn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXv5OFxoIn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXv5OFxoIn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXv5OFxoIn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXv5OFxoIn .dropdown-item.active,
.cid-uXv5OFxoIn .dropdown-item:active {
  background-color: transparent;
}
.cid-uXv5OFxoIn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXv5OFxoIn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXv5OFxoIn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXv5OFxoIn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXv5OFxoIn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXv5OFxoIn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXv5OFxoIn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXv5OFxoIn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXv5OFxoIn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXv5OFxoIn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXv5OFxoIn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXv5OFxoIn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXv5OFxoIn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXv5OFxoIn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXv5OFxoIn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXv5OFxoIn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXv5OFxoIn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXv5OFxoIn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXv5OFxoIn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXv5OFxoIn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXv5OFxoIn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXv5OFxoIn .navbar {
    height: 70px;
  }
  .cid-uXv5OFxoIn .navbar.opened {
    height: auto;
  }
  .cid-uXv5OFxoIn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXv5OFUR42 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/b9597ba8301c5c5348e9362ad2c9bf8f2ed91d2d-1280x720.webp");
}
.cid-uXv5OFUR42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXv5OFUR42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXv5OFUR42 .row {
  justify-content: center;
}
.cid-uXv5OFUR42 .card {
  justify-content: flex-end;
}
.cid-uXv5OFUR42 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXv5OFUR42 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXv5OFUR42 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXv5OFUR42 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXv5OFUR42 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXv5OFUR42 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXv5OFUR42 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXv5OFUR42 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXv5OFUR42 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXv5OFUR42 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXv5OFUR42 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXv5OFUR42 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXv5OFUR42 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXv5OFUR42 .mbr-text,
.cid-uXv5OFUR42 .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXv5OFUR42 .mbr-desc {
  color: #ffffff;
}
.cid-uXv5OFUR42 .mbr-desc,
.cid-uXv5OFUR42 .mbr-section-btn {
  color: #000000;
}
.cid-uXv5OGdFe5 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXv5OGdFe5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXv5OGdFe5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXv5OGdFe5 .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uXv5OGdFe5 .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uXv5OGdFe5 .card-wrapper {
    margin-left: 0;
  }
}
.cid-uXv5OGdFe5 .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXv5OGdFe5 .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXv5OGdFe5 .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXv5OGdFe5 .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXv5OGdFe5 .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXv5OGdFe5 .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXv5OGdFe5 .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXv5OGdFe5 .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXv5OGdFe5 .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXv5OGdFe5 .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXv5OGdFe5 .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXv5OGdFe5 .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXv5OGdFe5 .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXv5OGdFe5 .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXv5OGdFe5 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXv5OGdFe5 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXv5OGdFe5 .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXv5OGdFe5 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXv5OGdFe5 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXv5OGdFe5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXv5OGdFe5 .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXv5OGdFe5 .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXv5OGdFe5 .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXv5OGdFe5 .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXv5OGdFe5 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXv5OGdFe5 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXv5OGdFe5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXv5OGdFe5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXv5OGdFe5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXv5OGdFe5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXv5OGdFe5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXv5OGdFe5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXv5OGdFe5 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXv5OGdFe5 .mbr-label,
.cid-uXv5OGdFe5 .label-wrapper {
  color: #000000;
}
.cid-uXv5OGdFe5 .mbr-section-title {
  color: #000000;
}
.cid-uXv5OGdFe5 .mbr-text {
  color: #8a8a8a;
}
.cid-uXv5OGdFe5 .card-title {
  color: #000000;
}
.cid-uXv5OGdFe5 .card-text {
  color: #8a8a8a;
}
.cid-uXv5OGdFe5 .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXv5OGdFe5 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXv5OGdFe5 .item-star,
.cid-uXv5OGdFe5 .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXv5OGdFe5 .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXv5OGAY3m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXv5OGAY3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXv5OGAY3m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXv5OGAY3m .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXv5OGAY3m .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uXv5OGAY3m .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXv5OGAY3m .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXv5OGAY3m .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #f5f5f5;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXv5OGAY3m .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXv5OGAY3m .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uXv5OGAY3m .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uXv5OGAY3m .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXv5OGAY3m .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXv5OGAY3m .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXv5OGAY3m .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uXv5OGAY3m .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXv5OGAY3m .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXv5OGAY3m .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXv5OGAY3m .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXv5OGAY3m .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXv5OGAY3m .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXv5OGAY3m .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXv5OGAY3m .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXv5OGAY3m .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXv5OGAY3m .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXv5OGAY3m .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXv5OGAY3m .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uXv5OGAY3m .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXv5OGAY3m .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXv5OGAY3m .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXv5OGAY3m .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXv5OGAY3m .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXv5OGAY3m .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXv5OGAY3m .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXv5OGAY3m .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXv5OGAY3m .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXv5OGAY3m .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXv5OGAY3m .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXv5OGAY3m .mbr-label,
.cid-uXv5OGAY3m .label-wrapper {
  color: #000000;
}
.cid-uXv5OGAY3m .mbr-section-title {
  color: #000000;
}
.cid-uXv5OGAY3m .mbr-text {
  color: #8a8a8a;
}
.cid-uXv5OGAY3m .card-title {
  color: #000000;
}
.cid-uXv5OGAY3m .card-text {
  color: #8a8a8a;
}
.cid-uXv5OGAY3m .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXv5OGAY3m .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXv5OGAY3m .item-star,
.cid-uXv5OGAY3m .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXv5OGAY3m .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXv5OH3B3f {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXv5OH3B3f .content {
    text-align: center;
  }
  .cid-uXv5OH3B3f .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXv5OH3B3f .img-logo img {
  height: 6rem;
}
.cid-uXv5OH3B3f .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXv5OH3B3f .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXv5OH3B3f .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXv5OH3B3f .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXv5OH3B3f .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXv5OH3B3f .social-list a:hover {
  opacity: 1;
}
.cid-uXv5OH3B3f .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXv5OH3B3f .list li {
  padding-bottom: 0.5rem;
}
.cid-uXv5OH3B3f .list li:last-child {
  padding-bottom: 0;
}
.cid-uXv5OH3B3f .mbr-footer-list,
.cid-uXv5OH3B3f .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXv5OH3B3f .mbr-footer-list,
  .cid-uXv5OH3B3f .form-text,
  .cid-uXv5OH3B3f .footer-title,
  .cid-uXv5OH3B3f .footer-main-title,
  .cid-uXv5OH3B3f .form-text,
  .cid-uXv5OH3B3f .list {
    text-align: center !important;
  }
  .cid-uXv5OH3B3f .mbr-form,
  .cid-uXv5OH3B3f .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXv5OH3B3f .footer-main-title {
  color: #ffffff;
}
.cid-uXv5OH3B3f .mbr-footer-list {
  color: #cccccc;
}
.cid-uXv5OHu6sQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXv5OHu6sQ .media-container-row .mbr-text {
  color: #191616;
}
.cid-uXvBuS1RYP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXvBuS1RYP nav.navbar {
  position: fixed;
}
.cid-uXvBuS1RYP .navbar-nav {
  margin: auto;
}
.cid-uXvBuS1RYP .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXvBuS1RYP .dropdown-item:hover,
.cid-uXvBuS1RYP .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXvBuS1RYP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXvBuS1RYP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXvBuS1RYP .navbar-short,
.cid-uXvBuS1RYP .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXvBuS1RYP .navbar-short .nav-link,
.cid-uXvBuS1RYP .opened .nav-link,
.cid-uXvBuS1RYP .navbar-short .navbar-caption,
.cid-uXvBuS1RYP .opened .navbar-caption,
.cid-uXvBuS1RYP .navbar-short .mbr-iconfont,
.cid-uXvBuS1RYP .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXvBuS1RYP .navbar-short .hamburger span,
.cid-uXvBuS1RYP .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXvBuS1RYP .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXvBuS1RYP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXvBuS1RYP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXvBuS1RYP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXvBuS1RYP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXvBuS1RYP .container {
  display: flex;
  margin: auto;
}
.cid-uXvBuS1RYP .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXvBuS1RYP .dropdown-menu,
.cid-uXvBuS1RYP .navbar.opened {
  background: #ffffff !important;
}
.cid-uXvBuS1RYP .nav-item:focus,
.cid-uXvBuS1RYP .nav-link:focus {
  outline: none;
}
.cid-uXvBuS1RYP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXvBuS1RYP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXvBuS1RYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXvBuS1RYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXvBuS1RYP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXvBuS1RYP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXvBuS1RYP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXvBuS1RYP .navbar.opened {
  transition: all 0.3s;
}
.cid-uXvBuS1RYP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXvBuS1RYP .navbar .navbar-logo img {
  width: auto;
}
.cid-uXvBuS1RYP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXvBuS1RYP .navbar.collapsed {
  justify-content: center;
}
.cid-uXvBuS1RYP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXvBuS1RYP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXvBuS1RYP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXvBuS1RYP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXvBuS1RYP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXvBuS1RYP .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-uXvBuS1RYP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXvBuS1RYP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXvBuS1RYP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXvBuS1RYP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXvBuS1RYP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXvBuS1RYP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXvBuS1RYP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXvBuS1RYP .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-uXvBuS1RYP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXvBuS1RYP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXvBuS1RYP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXvBuS1RYP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXvBuS1RYP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXvBuS1RYP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXvBuS1RYP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXvBuS1RYP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXvBuS1RYP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXvBuS1RYP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXvBuS1RYP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXvBuS1RYP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXvBuS1RYP .dropdown-item.active,
.cid-uXvBuS1RYP .dropdown-item:active {
  background-color: transparent;
}
.cid-uXvBuS1RYP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXvBuS1RYP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXvBuS1RYP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXvBuS1RYP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXvBuS1RYP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXvBuS1RYP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXvBuS1RYP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXvBuS1RYP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXvBuS1RYP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXvBuS1RYP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXvBuS1RYP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXvBuS1RYP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXvBuS1RYP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXvBuS1RYP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXvBuS1RYP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXvBuS1RYP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXvBuS1RYP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXvBuS1RYP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXvBuS1RYP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXvBuS1RYP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXvBuS1RYP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXvBuS1RYP .navbar {
    height: 70px;
  }
  .cid-uXvBuS1RYP .navbar.opened {
    height: auto;
  }
  .cid-uXvBuS1RYP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXvBuSq0e1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
}
.cid-uXvBuSq0e1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXvBuSq0e1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXvBuSq0e1 .row {
  justify-content: center;
}
.cid-uXvBuSq0e1 .card {
  justify-content: flex-end;
}
.cid-uXvBuSq0e1 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXvBuSq0e1 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXvBuSq0e1 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXvBuSq0e1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXvBuSq0e1 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXvBuSq0e1 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXvBuSq0e1 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXvBuSq0e1 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXvBuSq0e1 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXvBuSq0e1 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXvBuSq0e1 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXvBuSq0e1 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXvBuSq0e1 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXvBuSq0e1 .mbr-text,
.cid-uXvBuSq0e1 .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXvBuSq0e1 .mbr-desc {
  color: #ffffff;
}
.cid-uXvBuSq0e1 .mbr-desc,
.cid-uXvBuSq0e1 .mbr-section-btn {
  color: #000000;
}
.cid-uXBckOtKWt {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXBckOtKWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXBckOtKWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXBckOtKWt .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uXBckOtKWt .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uXBckOtKWt .card-wrapper {
    margin-left: 0;
  }
}
.cid-uXBckOtKWt .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXBckOtKWt .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXBckOtKWt .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXBckOtKWt .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXBckOtKWt .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXBckOtKWt .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXBckOtKWt .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXBckOtKWt .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXBckOtKWt .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXBckOtKWt .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXBckOtKWt .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXBckOtKWt .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXBckOtKWt .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXBckOtKWt .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXBckOtKWt .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXBckOtKWt .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXBckOtKWt .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXBckOtKWt .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXBckOtKWt .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXBckOtKWt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXBckOtKWt .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXBckOtKWt .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXBckOtKWt .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXBckOtKWt .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXBckOtKWt .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXBckOtKWt .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXBckOtKWt .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXBckOtKWt .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXBckOtKWt .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXBckOtKWt .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXBckOtKWt .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXBckOtKWt .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXBckOtKWt .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXBckOtKWt .mbr-label,
.cid-uXBckOtKWt .label-wrapper {
  color: #000000;
}
.cid-uXBckOtKWt .mbr-section-title {
  color: #000000;
}
.cid-uXBckOtKWt .mbr-text {
  color: #8a8a8a;
}
.cid-uXBckOtKWt .card-title {
  color: #000000;
}
.cid-uXBckOtKWt .card-text {
  color: #8a8a8a;
}
.cid-uXBckOtKWt .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXBckOtKWt .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXBckOtKWt .item-star,
.cid-uXBckOtKWt .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXBckOtKWt .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXB8jfyotg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXB8jfyotg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXB8jfyotg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXB8jfyotg .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXB8jfyotg .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uXB8jfyotg .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uXB8jfyotg .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uXB8jfyotg .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXB8jfyotg .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXB8jfyotg .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXB8jfyotg .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uXB8jfyotg .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uXB8jfyotg .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uXB8jfyotg .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uXB8jfyotg .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uXB8jfyotg .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uXB8jfyotg .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXB8jfyotg .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uXB8jfyotg .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ac251e;
}
.cid-uXB8jfyotg .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXB8jfyotg .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uXB8jfyotg .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uXB8jfyotg .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXB8jfyotg .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ac251e;
}
.cid-uXB8jfyotg .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXB8jfyotg .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uXB8jfyotg .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uXB8jfyotg .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXB8jfyotg .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uXB8jfyotg .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uXB8jfyotg .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uXB8jfyotg .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXB8jfyotg .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uXB8jfyotg .mbr-label {
  color: #000000;
}
.cid-uXB8jfyotg .mbr-section-title {
  color: #000000;
}
.cid-uXB8jfyotg .panel-title-edit {
  color: #000000;
}
.cid-uXB8jfyotg .panel-text {
  color: #8a8a8a;
}
.cid-uXvBuTBpVf {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXvBuTBpVf .content {
    text-align: center;
  }
  .cid-uXvBuTBpVf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXvBuTBpVf .img-logo img {
  height: 6rem;
}
.cid-uXvBuTBpVf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXvBuTBpVf .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXvBuTBpVf .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXvBuTBpVf .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXvBuTBpVf .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXvBuTBpVf .social-list a:hover {
  opacity: 1;
}
.cid-uXvBuTBpVf .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXvBuTBpVf .list li {
  padding-bottom: 0.5rem;
}
.cid-uXvBuTBpVf .list li:last-child {
  padding-bottom: 0;
}
.cid-uXvBuTBpVf .mbr-footer-list,
.cid-uXvBuTBpVf .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXvBuTBpVf .mbr-footer-list,
  .cid-uXvBuTBpVf .form-text,
  .cid-uXvBuTBpVf .footer-title,
  .cid-uXvBuTBpVf .footer-main-title,
  .cid-uXvBuTBpVf .form-text,
  .cid-uXvBuTBpVf .list {
    text-align: center !important;
  }
  .cid-uXvBuTBpVf .mbr-form,
  .cid-uXvBuTBpVf .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXvBuTBpVf .footer-main-title {
  color: #ffffff;
}
.cid-uXvBuTBpVf .mbr-footer-list {
  color: #cccccc;
}
.cid-uXvBuU1w8g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXvBuU1w8g .media-container-row .mbr-text {
  color: #191616;
}
.cid-uXBqKviYyM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXBqKviYyM nav.navbar {
  position: fixed;
}
.cid-uXBqKviYyM .navbar-nav {
  margin: auto;
}
.cid-uXBqKviYyM .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXBqKviYyM .dropdown-item:hover,
.cid-uXBqKviYyM .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXBqKviYyM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXBqKviYyM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXBqKviYyM .navbar-short,
.cid-uXBqKviYyM .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXBqKviYyM .navbar-short .nav-link,
.cid-uXBqKviYyM .opened .nav-link,
.cid-uXBqKviYyM .navbar-short .navbar-caption,
.cid-uXBqKviYyM .opened .navbar-caption,
.cid-uXBqKviYyM .navbar-short .mbr-iconfont,
.cid-uXBqKviYyM .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXBqKviYyM .navbar-short .hamburger span,
.cid-uXBqKviYyM .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXBqKviYyM .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXBqKviYyM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXBqKviYyM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXBqKviYyM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXBqKviYyM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXBqKviYyM .container {
  display: flex;
  margin: auto;
}
.cid-uXBqKviYyM .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXBqKviYyM .dropdown-menu,
.cid-uXBqKviYyM .navbar.opened {
  background: #ffffff !important;
}
.cid-uXBqKviYyM .nav-item:focus,
.cid-uXBqKviYyM .nav-link:focus {
  outline: none;
}
.cid-uXBqKviYyM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXBqKviYyM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXBqKviYyM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXBqKviYyM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXBqKviYyM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXBqKviYyM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXBqKviYyM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXBqKviYyM .navbar.opened {
  transition: all 0.3s;
}
.cid-uXBqKviYyM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXBqKviYyM .navbar .navbar-logo img {
  width: auto;
}
.cid-uXBqKviYyM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXBqKviYyM .navbar.collapsed {
  justify-content: center;
}
.cid-uXBqKviYyM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXBqKviYyM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXBqKviYyM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXBqKviYyM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXBqKviYyM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXBqKviYyM .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-uXBqKviYyM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXBqKviYyM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXBqKviYyM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXBqKviYyM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXBqKviYyM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXBqKviYyM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXBqKviYyM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXBqKviYyM .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-uXBqKviYyM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXBqKviYyM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXBqKviYyM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXBqKviYyM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXBqKviYyM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXBqKviYyM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXBqKviYyM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXBqKviYyM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXBqKviYyM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXBqKviYyM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXBqKviYyM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXBqKviYyM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXBqKviYyM .dropdown-item.active,
.cid-uXBqKviYyM .dropdown-item:active {
  background-color: transparent;
}
.cid-uXBqKviYyM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXBqKviYyM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXBqKviYyM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXBqKviYyM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXBqKviYyM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXBqKviYyM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXBqKviYyM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXBqKviYyM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXBqKviYyM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXBqKviYyM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXBqKviYyM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXBqKviYyM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXBqKviYyM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXBqKviYyM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXBqKviYyM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXBqKviYyM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXBqKviYyM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXBqKviYyM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXBqKviYyM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXBqKviYyM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXBqKviYyM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXBqKviYyM .navbar {
    height: 70px;
  }
  .cid-uXBqKviYyM .navbar.opened {
    height: auto;
  }
  .cid-uXBqKviYyM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXBqKvIV4L {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
}
.cid-uXBqKvIV4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXBqKvIV4L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXBqKvIV4L .row {
  justify-content: center;
}
.cid-uXBqKvIV4L .card {
  justify-content: flex-end;
}
.cid-uXBqKvIV4L .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXBqKvIV4L .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXBqKvIV4L .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXBqKvIV4L .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXBqKvIV4L .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXBqKvIV4L .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXBqKvIV4L .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXBqKvIV4L .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXBqKvIV4L .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXBqKvIV4L .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXBqKvIV4L .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXBqKvIV4L .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXBqKvIV4L .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXBqKvIV4L .mbr-text,
.cid-uXBqKvIV4L .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXBqKvIV4L .mbr-desc {
  color: #ffffff;
}
.cid-uXBqKvIV4L .mbr-desc,
.cid-uXBqKvIV4L .mbr-section-btn {
  color: #000000;
}
.cid-uXBqKw0agK {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXBqKw0agK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXBqKw0agK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXBqKw0agK .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uXBqKw0agK .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uXBqKw0agK .card-wrapper {
    margin-left: 0;
  }
}
.cid-uXBqKw0agK .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXBqKw0agK .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXBqKw0agK .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXBqKw0agK .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXBqKw0agK .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXBqKw0agK .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXBqKw0agK .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXBqKw0agK .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXBqKw0agK .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXBqKw0agK .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXBqKw0agK .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXBqKw0agK .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXBqKw0agK .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXBqKw0agK .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXBqKw0agK .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXBqKw0agK .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXBqKw0agK .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXBqKw0agK .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXBqKw0agK .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXBqKw0agK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXBqKw0agK .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXBqKw0agK .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXBqKw0agK .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXBqKw0agK .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXBqKw0agK .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXBqKw0agK .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXBqKw0agK .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXBqKw0agK .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXBqKw0agK .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXBqKw0agK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXBqKw0agK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXBqKw0agK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXBqKw0agK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXBqKw0agK .mbr-label,
.cid-uXBqKw0agK .label-wrapper {
  color: #000000;
}
.cid-uXBqKw0agK .mbr-section-title {
  color: #000000;
}
.cid-uXBqKw0agK .mbr-text {
  color: #8a8a8a;
}
.cid-uXBqKw0agK .card-title {
  color: #000000;
}
.cid-uXBqKw0agK .card-text {
  color: #8a8a8a;
}
.cid-uXBqKw0agK .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXBqKw0agK .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXBqKw0agK .item-star,
.cid-uXBqKw0agK .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXBqKw0agK .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXBqKwnfFT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXBqKwnfFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXBqKwnfFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXBqKwnfFT .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXBqKwnfFT .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uXBqKwnfFT .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uXBqKwnfFT .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uXBqKwnfFT .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXBqKwnfFT .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXBqKwnfFT .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXBqKwnfFT .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uXBqKwnfFT .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uXBqKwnfFT .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uXBqKwnfFT .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uXBqKwnfFT .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uXBqKwnfFT .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uXBqKwnfFT .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXBqKwnfFT .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uXBqKwnfFT .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ac251e;
}
.cid-uXBqKwnfFT .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXBqKwnfFT .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uXBqKwnfFT .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uXBqKwnfFT .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXBqKwnfFT .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ac251e;
}
.cid-uXBqKwnfFT .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXBqKwnfFT .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uXBqKwnfFT .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uXBqKwnfFT .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXBqKwnfFT .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uXBqKwnfFT .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uXBqKwnfFT .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uXBqKwnfFT .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXBqKwnfFT .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uXBqKwnfFT .mbr-label {
  color: #000000;
}
.cid-uXBqKwnfFT .mbr-section-title {
  color: #000000;
}
.cid-uXBqKwnfFT .panel-title-edit {
  color: #000000;
}
.cid-uXBqKwnfFT .panel-text {
  color: #8a8a8a;
}
.cid-uXBqKwM61U {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXBqKwM61U .content {
    text-align: center;
  }
  .cid-uXBqKwM61U .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXBqKwM61U .img-logo img {
  height: 6rem;
}
.cid-uXBqKwM61U .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXBqKwM61U .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXBqKwM61U .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXBqKwM61U .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXBqKwM61U .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXBqKwM61U .social-list a:hover {
  opacity: 1;
}
.cid-uXBqKwM61U .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXBqKwM61U .list li {
  padding-bottom: 0.5rem;
}
.cid-uXBqKwM61U .list li:last-child {
  padding-bottom: 0;
}
.cid-uXBqKwM61U .mbr-footer-list,
.cid-uXBqKwM61U .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXBqKwM61U .mbr-footer-list,
  .cid-uXBqKwM61U .form-text,
  .cid-uXBqKwM61U .footer-title,
  .cid-uXBqKwM61U .footer-main-title,
  .cid-uXBqKwM61U .form-text,
  .cid-uXBqKwM61U .list {
    text-align: center !important;
  }
  .cid-uXBqKwM61U .mbr-form,
  .cid-uXBqKwM61U .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXBqKwM61U .footer-main-title {
  color: #ffffff;
}
.cid-uXBqKwM61U .mbr-footer-list {
  color: #cccccc;
}
.cid-uXBqKxe9CQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXBqKxe9CQ .media-container-row .mbr-text {
  color: #191616;
}
.cid-uXBIR0jN5t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXBIR0jN5t nav.navbar {
  position: fixed;
}
.cid-uXBIR0jN5t .navbar-nav {
  margin: auto;
}
.cid-uXBIR0jN5t .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXBIR0jN5t .dropdown-item:hover,
.cid-uXBIR0jN5t .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXBIR0jN5t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXBIR0jN5t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXBIR0jN5t .navbar-short,
.cid-uXBIR0jN5t .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXBIR0jN5t .navbar-short .nav-link,
.cid-uXBIR0jN5t .opened .nav-link,
.cid-uXBIR0jN5t .navbar-short .navbar-caption,
.cid-uXBIR0jN5t .opened .navbar-caption,
.cid-uXBIR0jN5t .navbar-short .mbr-iconfont,
.cid-uXBIR0jN5t .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXBIR0jN5t .navbar-short .hamburger span,
.cid-uXBIR0jN5t .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXBIR0jN5t .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXBIR0jN5t .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXBIR0jN5t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXBIR0jN5t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXBIR0jN5t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXBIR0jN5t .container {
  display: flex;
  margin: auto;
}
.cid-uXBIR0jN5t .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXBIR0jN5t .dropdown-menu,
.cid-uXBIR0jN5t .navbar.opened {
  background: #ffffff !important;
}
.cid-uXBIR0jN5t .nav-item:focus,
.cid-uXBIR0jN5t .nav-link:focus {
  outline: none;
}
.cid-uXBIR0jN5t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXBIR0jN5t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXBIR0jN5t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXBIR0jN5t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXBIR0jN5t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXBIR0jN5t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXBIR0jN5t .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXBIR0jN5t .navbar.opened {
  transition: all 0.3s;
}
.cid-uXBIR0jN5t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXBIR0jN5t .navbar .navbar-logo img {
  width: auto;
}
.cid-uXBIR0jN5t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXBIR0jN5t .navbar.collapsed {
  justify-content: center;
}
.cid-uXBIR0jN5t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXBIR0jN5t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXBIR0jN5t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXBIR0jN5t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXBIR0jN5t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXBIR0jN5t .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-uXBIR0jN5t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXBIR0jN5t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXBIR0jN5t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXBIR0jN5t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXBIR0jN5t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXBIR0jN5t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXBIR0jN5t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXBIR0jN5t .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-uXBIR0jN5t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXBIR0jN5t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXBIR0jN5t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXBIR0jN5t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXBIR0jN5t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXBIR0jN5t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXBIR0jN5t .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXBIR0jN5t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXBIR0jN5t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXBIR0jN5t .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXBIR0jN5t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXBIR0jN5t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXBIR0jN5t .dropdown-item.active,
.cid-uXBIR0jN5t .dropdown-item:active {
  background-color: transparent;
}
.cid-uXBIR0jN5t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXBIR0jN5t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXBIR0jN5t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXBIR0jN5t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXBIR0jN5t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXBIR0jN5t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXBIR0jN5t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXBIR0jN5t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXBIR0jN5t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXBIR0jN5t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXBIR0jN5t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXBIR0jN5t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXBIR0jN5t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXBIR0jN5t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXBIR0jN5t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXBIR0jN5t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXBIR0jN5t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXBIR0jN5t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXBIR0jN5t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXBIR0jN5t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXBIR0jN5t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXBIR0jN5t .navbar {
    height: 70px;
  }
  .cid-uXBIR0jN5t .navbar.opened {
    height: auto;
  }
  .cid-uXBIR0jN5t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXBIR0JzBK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
}
.cid-uXBIR0JzBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXBIR0JzBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXBIR0JzBK .row {
  justify-content: center;
}
.cid-uXBIR0JzBK .card {
  justify-content: flex-end;
}
.cid-uXBIR0JzBK .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXBIR0JzBK .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXBIR0JzBK .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXBIR0JzBK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXBIR0JzBK .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXBIR0JzBK .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXBIR0JzBK .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXBIR0JzBK .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXBIR0JzBK .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXBIR0JzBK .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXBIR0JzBK .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXBIR0JzBK .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXBIR0JzBK .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXBIR0JzBK .mbr-text,
.cid-uXBIR0JzBK .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXBIR0JzBK .mbr-desc {
  color: #ffffff;
}
.cid-uXBIR0JzBK .mbr-desc,
.cid-uXBIR0JzBK .mbr-section-btn {
  color: #000000;
}
.cid-uXBIR11SoC {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXBIR11SoC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXBIR11SoC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXBIR11SoC .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uXBIR11SoC .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uXBIR11SoC .card-wrapper {
    margin-left: 0;
  }
}
.cid-uXBIR11SoC .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXBIR11SoC .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXBIR11SoC .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXBIR11SoC .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXBIR11SoC .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXBIR11SoC .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXBIR11SoC .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXBIR11SoC .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXBIR11SoC .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXBIR11SoC .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXBIR11SoC .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXBIR11SoC .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXBIR11SoC .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXBIR11SoC .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXBIR11SoC .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXBIR11SoC .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXBIR11SoC .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXBIR11SoC .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXBIR11SoC .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXBIR11SoC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXBIR11SoC .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXBIR11SoC .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXBIR11SoC .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXBIR11SoC .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXBIR11SoC .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXBIR11SoC .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXBIR11SoC .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXBIR11SoC .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXBIR11SoC .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXBIR11SoC .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXBIR11SoC .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXBIR11SoC .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXBIR11SoC .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXBIR11SoC .mbr-label,
.cid-uXBIR11SoC .label-wrapper {
  color: #000000;
}
.cid-uXBIR11SoC .mbr-section-title {
  color: #000000;
}
.cid-uXBIR11SoC .mbr-text {
  color: #8a8a8a;
}
.cid-uXBIR11SoC .card-title {
  color: #000000;
}
.cid-uXBIR11SoC .card-text {
  color: #8a8a8a;
}
.cid-uXBIR11SoC .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXBIR11SoC .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXBIR11SoC .item-star,
.cid-uXBIR11SoC .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXBIR11SoC .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXBIR1qKiq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXBIR1qKiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXBIR1qKiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXBIR1qKiq .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXBIR1qKiq .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uXBIR1qKiq .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uXBIR1qKiq .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uXBIR1qKiq .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXBIR1qKiq .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXBIR1qKiq .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXBIR1qKiq .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uXBIR1qKiq .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uXBIR1qKiq .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uXBIR1qKiq .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uXBIR1qKiq .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uXBIR1qKiq .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uXBIR1qKiq .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXBIR1qKiq .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uXBIR1qKiq .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ac251e;
}
.cid-uXBIR1qKiq .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXBIR1qKiq .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uXBIR1qKiq .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uXBIR1qKiq .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXBIR1qKiq .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ac251e;
}
.cid-uXBIR1qKiq .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXBIR1qKiq .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uXBIR1qKiq .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uXBIR1qKiq .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXBIR1qKiq .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uXBIR1qKiq .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uXBIR1qKiq .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uXBIR1qKiq .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXBIR1qKiq .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uXBIR1qKiq .mbr-label {
  color: #000000;
}
.cid-uXBIR1qKiq .mbr-section-title {
  color: #000000;
}
.cid-uXBIR1qKiq .panel-title-edit {
  color: #000000;
}
.cid-uXBIR1qKiq .panel-text {
  color: #8a8a8a;
}
.cid-uXBIR1Rk70 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXBIR1Rk70 .content {
    text-align: center;
  }
  .cid-uXBIR1Rk70 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXBIR1Rk70 .img-logo img {
  height: 6rem;
}
.cid-uXBIR1Rk70 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXBIR1Rk70 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXBIR1Rk70 .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXBIR1Rk70 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXBIR1Rk70 .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXBIR1Rk70 .social-list a:hover {
  opacity: 1;
}
.cid-uXBIR1Rk70 .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXBIR1Rk70 .list li {
  padding-bottom: 0.5rem;
}
.cid-uXBIR1Rk70 .list li:last-child {
  padding-bottom: 0;
}
.cid-uXBIR1Rk70 .mbr-footer-list,
.cid-uXBIR1Rk70 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXBIR1Rk70 .mbr-footer-list,
  .cid-uXBIR1Rk70 .form-text,
  .cid-uXBIR1Rk70 .footer-title,
  .cid-uXBIR1Rk70 .footer-main-title,
  .cid-uXBIR1Rk70 .form-text,
  .cid-uXBIR1Rk70 .list {
    text-align: center !important;
  }
  .cid-uXBIR1Rk70 .mbr-form,
  .cid-uXBIR1Rk70 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXBIR1Rk70 .footer-main-title {
  color: #ffffff;
}
.cid-uXBIR1Rk70 .mbr-footer-list {
  color: #cccccc;
}
.cid-uXBIR2i87i {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXBIR2i87i .media-container-row .mbr-text {
  color: #191616;
}
.cid-uXBP4a1B2X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXBP4a1B2X nav.navbar {
  position: fixed;
}
.cid-uXBP4a1B2X .navbar-nav {
  margin: auto;
}
.cid-uXBP4a1B2X .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXBP4a1B2X .dropdown-item:hover,
.cid-uXBP4a1B2X .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXBP4a1B2X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXBP4a1B2X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXBP4a1B2X .navbar-short,
.cid-uXBP4a1B2X .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXBP4a1B2X .navbar-short .nav-link,
.cid-uXBP4a1B2X .opened .nav-link,
.cid-uXBP4a1B2X .navbar-short .navbar-caption,
.cid-uXBP4a1B2X .opened .navbar-caption,
.cid-uXBP4a1B2X .navbar-short .mbr-iconfont,
.cid-uXBP4a1B2X .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXBP4a1B2X .navbar-short .hamburger span,
.cid-uXBP4a1B2X .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXBP4a1B2X .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXBP4a1B2X .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXBP4a1B2X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXBP4a1B2X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXBP4a1B2X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXBP4a1B2X .container {
  display: flex;
  margin: auto;
}
.cid-uXBP4a1B2X .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXBP4a1B2X .dropdown-menu,
.cid-uXBP4a1B2X .navbar.opened {
  background: #ffffff !important;
}
.cid-uXBP4a1B2X .nav-item:focus,
.cid-uXBP4a1B2X .nav-link:focus {
  outline: none;
}
.cid-uXBP4a1B2X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXBP4a1B2X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXBP4a1B2X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXBP4a1B2X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXBP4a1B2X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXBP4a1B2X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXBP4a1B2X .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXBP4a1B2X .navbar.opened {
  transition: all 0.3s;
}
.cid-uXBP4a1B2X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXBP4a1B2X .navbar .navbar-logo img {
  width: auto;
}
.cid-uXBP4a1B2X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXBP4a1B2X .navbar.collapsed {
  justify-content: center;
}
.cid-uXBP4a1B2X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXBP4a1B2X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXBP4a1B2X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXBP4a1B2X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXBP4a1B2X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXBP4a1B2X .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-uXBP4a1B2X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXBP4a1B2X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXBP4a1B2X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXBP4a1B2X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXBP4a1B2X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXBP4a1B2X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXBP4a1B2X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXBP4a1B2X .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-uXBP4a1B2X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXBP4a1B2X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXBP4a1B2X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXBP4a1B2X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXBP4a1B2X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXBP4a1B2X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXBP4a1B2X .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXBP4a1B2X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXBP4a1B2X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXBP4a1B2X .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXBP4a1B2X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXBP4a1B2X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXBP4a1B2X .dropdown-item.active,
.cid-uXBP4a1B2X .dropdown-item:active {
  background-color: transparent;
}
.cid-uXBP4a1B2X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXBP4a1B2X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXBP4a1B2X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXBP4a1B2X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXBP4a1B2X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXBP4a1B2X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXBP4a1B2X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXBP4a1B2X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXBP4a1B2X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXBP4a1B2X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXBP4a1B2X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXBP4a1B2X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXBP4a1B2X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXBP4a1B2X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXBP4a1B2X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXBP4a1B2X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXBP4a1B2X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXBP4a1B2X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXBP4a1B2X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXBP4a1B2X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXBP4a1B2X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXBP4a1B2X .navbar {
    height: 70px;
  }
  .cid-uXBP4a1B2X .navbar.opened {
    height: auto;
  }
  .cid-uXBP4a1B2X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXBP4avH87 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
}
.cid-uXBP4avH87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXBP4avH87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXBP4avH87 .row {
  justify-content: center;
}
.cid-uXBP4avH87 .card {
  justify-content: flex-end;
}
.cid-uXBP4avH87 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXBP4avH87 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXBP4avH87 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXBP4avH87 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXBP4avH87 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXBP4avH87 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXBP4avH87 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXBP4avH87 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXBP4avH87 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXBP4avH87 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXBP4avH87 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXBP4avH87 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXBP4avH87 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXBP4avH87 .mbr-text,
.cid-uXBP4avH87 .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXBP4avH87 .mbr-desc {
  color: #ffffff;
}
.cid-uXBP4avH87 .mbr-desc,
.cid-uXBP4avH87 .mbr-section-btn {
  color: #000000;
}
.cid-uXBP4aR0CK {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXBP4aR0CK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXBP4aR0CK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXBP4aR0CK .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uXBP4aR0CK .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uXBP4aR0CK .card-wrapper {
    margin-left: 0;
  }
}
.cid-uXBP4aR0CK .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXBP4aR0CK .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXBP4aR0CK .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXBP4aR0CK .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXBP4aR0CK .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXBP4aR0CK .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXBP4aR0CK .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXBP4aR0CK .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXBP4aR0CK .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXBP4aR0CK .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXBP4aR0CK .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXBP4aR0CK .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXBP4aR0CK .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXBP4aR0CK .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXBP4aR0CK .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXBP4aR0CK .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXBP4aR0CK .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXBP4aR0CK .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXBP4aR0CK .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXBP4aR0CK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXBP4aR0CK .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXBP4aR0CK .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXBP4aR0CK .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXBP4aR0CK .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXBP4aR0CK .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXBP4aR0CK .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXBP4aR0CK .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXBP4aR0CK .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXBP4aR0CK .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXBP4aR0CK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXBP4aR0CK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXBP4aR0CK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXBP4aR0CK .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXBP4aR0CK .mbr-label,
.cid-uXBP4aR0CK .label-wrapper {
  color: #000000;
}
.cid-uXBP4aR0CK .mbr-section-title {
  color: #000000;
}
.cid-uXBP4aR0CK .mbr-text {
  color: #8a8a8a;
}
.cid-uXBP4aR0CK .card-title {
  color: #000000;
}
.cid-uXBP4aR0CK .card-text {
  color: #8a8a8a;
}
.cid-uXBP4aR0CK .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXBP4aR0CK .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXBP4aR0CK .item-star,
.cid-uXBP4aR0CK .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXBP4aR0CK .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXBP4bC1Ay {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXBP4bC1Ay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXBP4bC1Ay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXBP4bC1Ay .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXBP4bC1Ay .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uXBP4bC1Ay .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uXBP4bC1Ay .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uXBP4bC1Ay .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXBP4bC1Ay .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXBP4bC1Ay .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXBP4bC1Ay .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uXBP4bC1Ay .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uXBP4bC1Ay .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uXBP4bC1Ay .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uXBP4bC1Ay .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uXBP4bC1Ay .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uXBP4bC1Ay .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXBP4bC1Ay .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uXBP4bC1Ay .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ac251e;
}
.cid-uXBP4bC1Ay .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXBP4bC1Ay .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uXBP4bC1Ay .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uXBP4bC1Ay .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXBP4bC1Ay .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ac251e;
}
.cid-uXBP4bC1Ay .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXBP4bC1Ay .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uXBP4bC1Ay .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uXBP4bC1Ay .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXBP4bC1Ay .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uXBP4bC1Ay .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uXBP4bC1Ay .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uXBP4bC1Ay .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXBP4bC1Ay .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uXBP4bC1Ay .mbr-label {
  color: #000000;
}
.cid-uXBP4bC1Ay .mbr-section-title {
  color: #000000;
}
.cid-uXBP4bC1Ay .panel-title-edit {
  color: #000000;
}
.cid-uXBP4bC1Ay .panel-text {
  color: #8a8a8a;
}
.cid-uXBP4c1VHc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXBP4c1VHc .content {
    text-align: center;
  }
  .cid-uXBP4c1VHc .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXBP4c1VHc .img-logo img {
  height: 6rem;
}
.cid-uXBP4c1VHc .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXBP4c1VHc .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXBP4c1VHc .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXBP4c1VHc .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXBP4c1VHc .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXBP4c1VHc .social-list a:hover {
  opacity: 1;
}
.cid-uXBP4c1VHc .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXBP4c1VHc .list li {
  padding-bottom: 0.5rem;
}
.cid-uXBP4c1VHc .list li:last-child {
  padding-bottom: 0;
}
.cid-uXBP4c1VHc .mbr-footer-list,
.cid-uXBP4c1VHc .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXBP4c1VHc .mbr-footer-list,
  .cid-uXBP4c1VHc .form-text,
  .cid-uXBP4c1VHc .footer-title,
  .cid-uXBP4c1VHc .footer-main-title,
  .cid-uXBP4c1VHc .form-text,
  .cid-uXBP4c1VHc .list {
    text-align: center !important;
  }
  .cid-uXBP4c1VHc .mbr-form,
  .cid-uXBP4c1VHc .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXBP4c1VHc .footer-main-title {
  color: #ffffff;
}
.cid-uXBP4c1VHc .mbr-footer-list {
  color: #cccccc;
}
.cid-uXBP4ctjlh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXBP4ctjlh .media-container-row .mbr-text {
  color: #191616;
}
.cid-uXCv1Fu25K {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXCv1Fu25K nav.navbar {
  position: fixed;
}
.cid-uXCv1Fu25K .navbar-nav {
  margin: auto;
}
.cid-uXCv1Fu25K .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXCv1Fu25K .dropdown-item:hover,
.cid-uXCv1Fu25K .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXCv1Fu25K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXCv1Fu25K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXCv1Fu25K .navbar-short,
.cid-uXCv1Fu25K .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXCv1Fu25K .navbar-short .nav-link,
.cid-uXCv1Fu25K .opened .nav-link,
.cid-uXCv1Fu25K .navbar-short .navbar-caption,
.cid-uXCv1Fu25K .opened .navbar-caption,
.cid-uXCv1Fu25K .navbar-short .mbr-iconfont,
.cid-uXCv1Fu25K .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXCv1Fu25K .navbar-short .hamburger span,
.cid-uXCv1Fu25K .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXCv1Fu25K .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXCv1Fu25K .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXCv1Fu25K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXCv1Fu25K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXCv1Fu25K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXCv1Fu25K .container {
  display: flex;
  margin: auto;
}
.cid-uXCv1Fu25K .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXCv1Fu25K .dropdown-menu,
.cid-uXCv1Fu25K .navbar.opened {
  background: #ffffff !important;
}
.cid-uXCv1Fu25K .nav-item:focus,
.cid-uXCv1Fu25K .nav-link:focus {
  outline: none;
}
.cid-uXCv1Fu25K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXCv1Fu25K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXCv1Fu25K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXCv1Fu25K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXCv1Fu25K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXCv1Fu25K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXCv1Fu25K .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXCv1Fu25K .navbar.opened {
  transition: all 0.3s;
}
.cid-uXCv1Fu25K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXCv1Fu25K .navbar .navbar-logo img {
  width: auto;
}
.cid-uXCv1Fu25K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXCv1Fu25K .navbar.collapsed {
  justify-content: center;
}
.cid-uXCv1Fu25K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXCv1Fu25K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXCv1Fu25K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXCv1Fu25K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXCv1Fu25K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXCv1Fu25K .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-uXCv1Fu25K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXCv1Fu25K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXCv1Fu25K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXCv1Fu25K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXCv1Fu25K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXCv1Fu25K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXCv1Fu25K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXCv1Fu25K .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-uXCv1Fu25K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXCv1Fu25K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXCv1Fu25K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXCv1Fu25K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXCv1Fu25K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXCv1Fu25K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXCv1Fu25K .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXCv1Fu25K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXCv1Fu25K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXCv1Fu25K .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXCv1Fu25K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXCv1Fu25K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXCv1Fu25K .dropdown-item.active,
.cid-uXCv1Fu25K .dropdown-item:active {
  background-color: transparent;
}
.cid-uXCv1Fu25K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXCv1Fu25K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXCv1Fu25K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXCv1Fu25K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXCv1Fu25K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXCv1Fu25K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXCv1Fu25K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXCv1Fu25K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXCv1Fu25K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXCv1Fu25K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXCv1Fu25K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXCv1Fu25K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXCv1Fu25K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXCv1Fu25K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXCv1Fu25K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXCv1Fu25K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXCv1Fu25K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXCv1Fu25K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXCv1Fu25K .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXCv1Fu25K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXCv1Fu25K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXCv1Fu25K .navbar {
    height: 70px;
  }
  .cid-uXCv1Fu25K .navbar.opened {
    height: auto;
  }
  .cid-uXCv1Fu25K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXCv1G8QA4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
}
.cid-uXCv1G8QA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXCv1G8QA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXCv1G8QA4 .row {
  justify-content: center;
}
.cid-uXCv1G8QA4 .card {
  justify-content: flex-end;
}
.cid-uXCv1G8QA4 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXCv1G8QA4 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXCv1G8QA4 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXCv1G8QA4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXCv1G8QA4 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXCv1G8QA4 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXCv1G8QA4 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXCv1G8QA4 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXCv1G8QA4 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXCv1G8QA4 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXCv1G8QA4 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXCv1G8QA4 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXCv1G8QA4 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXCv1G8QA4 .mbr-text,
.cid-uXCv1G8QA4 .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXCv1G8QA4 .mbr-desc {
  color: #ffffff;
}
.cid-uXCv1G8QA4 .mbr-desc,
.cid-uXCv1G8QA4 .mbr-section-btn {
  color: #000000;
}
.cid-uXCv1GzNqk {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXCv1GzNqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXCv1GzNqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXCv1GzNqk .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uXCv1GzNqk .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uXCv1GzNqk .card-wrapper {
    margin-left: 0;
  }
}
.cid-uXCv1GzNqk .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXCv1GzNqk .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXCv1GzNqk .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXCv1GzNqk .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXCv1GzNqk .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXCv1GzNqk .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXCv1GzNqk .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXCv1GzNqk .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXCv1GzNqk .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXCv1GzNqk .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXCv1GzNqk .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXCv1GzNqk .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXCv1GzNqk .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXCv1GzNqk .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXCv1GzNqk .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXCv1GzNqk .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXCv1GzNqk .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXCv1GzNqk .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXCv1GzNqk .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXCv1GzNqk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXCv1GzNqk .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXCv1GzNqk .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXCv1GzNqk .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXCv1GzNqk .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXCv1GzNqk .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXCv1GzNqk .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXCv1GzNqk .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXCv1GzNqk .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXCv1GzNqk .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXCv1GzNqk .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXCv1GzNqk .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXCv1GzNqk .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXCv1GzNqk .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXCv1GzNqk .mbr-label,
.cid-uXCv1GzNqk .label-wrapper {
  color: #000000;
}
.cid-uXCv1GzNqk .mbr-section-title {
  color: #000000;
}
.cid-uXCv1GzNqk .mbr-text {
  color: #8a8a8a;
}
.cid-uXCv1GzNqk .card-title {
  color: #000000;
}
.cid-uXCv1GzNqk .card-text {
  color: #8a8a8a;
}
.cid-uXCv1GzNqk .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXCv1GzNqk .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXCv1GzNqk .item-star,
.cid-uXCv1GzNqk .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXCv1GzNqk .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXCv1H8q4Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXCv1H8q4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXCv1H8q4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXCv1H8q4Y .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXCv1H8q4Y .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uXCv1H8q4Y .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uXCv1H8q4Y .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uXCv1H8q4Y .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXCv1H8q4Y .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXCv1H8q4Y .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXCv1H8q4Y .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uXCv1H8q4Y .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uXCv1H8q4Y .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uXCv1H8q4Y .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uXCv1H8q4Y .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uXCv1H8q4Y .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uXCv1H8q4Y .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXCv1H8q4Y .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uXCv1H8q4Y .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ac251e;
}
.cid-uXCv1H8q4Y .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXCv1H8q4Y .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uXCv1H8q4Y .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uXCv1H8q4Y .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXCv1H8q4Y .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ac251e;
}
.cid-uXCv1H8q4Y .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXCv1H8q4Y .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uXCv1H8q4Y .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uXCv1H8q4Y .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXCv1H8q4Y .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uXCv1H8q4Y .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uXCv1H8q4Y .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uXCv1H8q4Y .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXCv1H8q4Y .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uXCv1H8q4Y .mbr-label {
  color: #000000;
}
.cid-uXCv1H8q4Y .mbr-section-title {
  color: #000000;
}
.cid-uXCv1H8q4Y .panel-title-edit {
  color: #000000;
}
.cid-uXCv1H8q4Y .panel-text {
  color: #8a8a8a;
}
.cid-uXCv1I8g5s {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXCv1I8g5s .content {
    text-align: center;
  }
  .cid-uXCv1I8g5s .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXCv1I8g5s .img-logo img {
  height: 6rem;
}
.cid-uXCv1I8g5s .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXCv1I8g5s .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXCv1I8g5s .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXCv1I8g5s .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXCv1I8g5s .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXCv1I8g5s .social-list a:hover {
  opacity: 1;
}
.cid-uXCv1I8g5s .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXCv1I8g5s .list li {
  padding-bottom: 0.5rem;
}
.cid-uXCv1I8g5s .list li:last-child {
  padding-bottom: 0;
}
.cid-uXCv1I8g5s .mbr-footer-list,
.cid-uXCv1I8g5s .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXCv1I8g5s .mbr-footer-list,
  .cid-uXCv1I8g5s .form-text,
  .cid-uXCv1I8g5s .footer-title,
  .cid-uXCv1I8g5s .footer-main-title,
  .cid-uXCv1I8g5s .form-text,
  .cid-uXCv1I8g5s .list {
    text-align: center !important;
  }
  .cid-uXCv1I8g5s .mbr-form,
  .cid-uXCv1I8g5s .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXCv1I8g5s .footer-main-title {
  color: #ffffff;
}
.cid-uXCv1I8g5s .mbr-footer-list {
  color: #cccccc;
}
.cid-uXCv1IGKaN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXCv1IGKaN .media-container-row .mbr-text {
  color: #191616;
}
.cid-uXCA39sSxG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXCA39sSxG nav.navbar {
  position: fixed;
}
.cid-uXCA39sSxG .navbar-nav {
  margin: auto;
}
.cid-uXCA39sSxG .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXCA39sSxG .dropdown-item:hover,
.cid-uXCA39sSxG .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXCA39sSxG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXCA39sSxG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXCA39sSxG .navbar-short,
.cid-uXCA39sSxG .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXCA39sSxG .navbar-short .nav-link,
.cid-uXCA39sSxG .opened .nav-link,
.cid-uXCA39sSxG .navbar-short .navbar-caption,
.cid-uXCA39sSxG .opened .navbar-caption,
.cid-uXCA39sSxG .navbar-short .mbr-iconfont,
.cid-uXCA39sSxG .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXCA39sSxG .navbar-short .hamburger span,
.cid-uXCA39sSxG .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXCA39sSxG .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXCA39sSxG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXCA39sSxG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXCA39sSxG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXCA39sSxG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXCA39sSxG .container {
  display: flex;
  margin: auto;
}
.cid-uXCA39sSxG .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXCA39sSxG .dropdown-menu,
.cid-uXCA39sSxG .navbar.opened {
  background: #ffffff !important;
}
.cid-uXCA39sSxG .nav-item:focus,
.cid-uXCA39sSxG .nav-link:focus {
  outline: none;
}
.cid-uXCA39sSxG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXCA39sSxG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXCA39sSxG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXCA39sSxG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXCA39sSxG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXCA39sSxG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXCA39sSxG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXCA39sSxG .navbar.opened {
  transition: all 0.3s;
}
.cid-uXCA39sSxG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXCA39sSxG .navbar .navbar-logo img {
  width: auto;
}
.cid-uXCA39sSxG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXCA39sSxG .navbar.collapsed {
  justify-content: center;
}
.cid-uXCA39sSxG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXCA39sSxG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXCA39sSxG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXCA39sSxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXCA39sSxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXCA39sSxG .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-uXCA39sSxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXCA39sSxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXCA39sSxG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXCA39sSxG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXCA39sSxG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXCA39sSxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXCA39sSxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXCA39sSxG .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-uXCA39sSxG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXCA39sSxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXCA39sSxG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXCA39sSxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXCA39sSxG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXCA39sSxG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXCA39sSxG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXCA39sSxG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXCA39sSxG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXCA39sSxG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXCA39sSxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXCA39sSxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXCA39sSxG .dropdown-item.active,
.cid-uXCA39sSxG .dropdown-item:active {
  background-color: transparent;
}
.cid-uXCA39sSxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXCA39sSxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXCA39sSxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXCA39sSxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXCA39sSxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXCA39sSxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXCA39sSxG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXCA39sSxG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXCA39sSxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXCA39sSxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXCA39sSxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXCA39sSxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXCA39sSxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXCA39sSxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXCA39sSxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXCA39sSxG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXCA39sSxG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXCA39sSxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXCA39sSxG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXCA39sSxG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXCA39sSxG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXCA39sSxG .navbar {
    height: 70px;
  }
  .cid-uXCA39sSxG .navbar.opened {
    height: auto;
  }
  .cid-uXCA39sSxG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXCA3a8cT4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
}
.cid-uXCA3a8cT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXCA3a8cT4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXCA3a8cT4 .row {
  justify-content: center;
}
.cid-uXCA3a8cT4 .card {
  justify-content: flex-end;
}
.cid-uXCA3a8cT4 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXCA3a8cT4 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXCA3a8cT4 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXCA3a8cT4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXCA3a8cT4 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXCA3a8cT4 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXCA3a8cT4 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXCA3a8cT4 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXCA3a8cT4 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXCA3a8cT4 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXCA3a8cT4 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXCA3a8cT4 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXCA3a8cT4 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXCA3a8cT4 .mbr-text,
.cid-uXCA3a8cT4 .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXCA3a8cT4 .mbr-desc {
  color: #ffffff;
}
.cid-uXCA3a8cT4 .mbr-desc,
.cid-uXCA3a8cT4 .mbr-section-btn {
  color: #000000;
}
.cid-uXCA3aBYjB {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXCA3aBYjB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXCA3aBYjB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXCA3aBYjB .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uXCA3aBYjB .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uXCA3aBYjB .card-wrapper {
    margin-left: 0;
  }
}
.cid-uXCA3aBYjB .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXCA3aBYjB .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXCA3aBYjB .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXCA3aBYjB .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXCA3aBYjB .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXCA3aBYjB .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXCA3aBYjB .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXCA3aBYjB .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXCA3aBYjB .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXCA3aBYjB .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXCA3aBYjB .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXCA3aBYjB .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXCA3aBYjB .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXCA3aBYjB .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXCA3aBYjB .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXCA3aBYjB .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXCA3aBYjB .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXCA3aBYjB .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXCA3aBYjB .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXCA3aBYjB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXCA3aBYjB .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXCA3aBYjB .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXCA3aBYjB .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXCA3aBYjB .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXCA3aBYjB .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXCA3aBYjB .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXCA3aBYjB .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXCA3aBYjB .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXCA3aBYjB .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXCA3aBYjB .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXCA3aBYjB .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXCA3aBYjB .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXCA3aBYjB .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXCA3aBYjB .mbr-label,
.cid-uXCA3aBYjB .label-wrapper {
  color: #000000;
}
.cid-uXCA3aBYjB .mbr-section-title {
  color: #000000;
}
.cid-uXCA3aBYjB .mbr-text {
  color: #8a8a8a;
}
.cid-uXCA3aBYjB .card-title {
  color: #000000;
}
.cid-uXCA3aBYjB .card-text {
  color: #8a8a8a;
}
.cid-uXCA3aBYjB .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXCA3aBYjB .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXCA3aBYjB .item-star,
.cid-uXCA3aBYjB .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXCA3aBYjB .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXCQm0wNm3 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uXCQm0wNm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXCQm0wNm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXCQm0wNm3 .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXCQm0wNm3 .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uXCQm0wNm3 .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXCQm0wNm3 .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXCQm0wNm3 .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #f5f5f5;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXCQm0wNm3 .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXCQm0wNm3 .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uXCQm0wNm3 .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uXCQm0wNm3 .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXCQm0wNm3 .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXCQm0wNm3 .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXCQm0wNm3 .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXCQm0wNm3 .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXCQm0wNm3 .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXCQm0wNm3 .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXCQm0wNm3 .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXCQm0wNm3 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXCQm0wNm3 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXCQm0wNm3 .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXCQm0wNm3 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXCQm0wNm3 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXCQm0wNm3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXCQm0wNm3 .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXCQm0wNm3 .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXCQm0wNm3 .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXCQm0wNm3 .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXCQm0wNm3 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXCQm0wNm3 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXCQm0wNm3 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXCQm0wNm3 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXCQm0wNm3 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXCQm0wNm3 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXCQm0wNm3 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXCQm0wNm3 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXCQm0wNm3 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXCQm0wNm3 .mbr-label,
.cid-uXCQm0wNm3 .label-wrapper {
  color: #000000;
}
.cid-uXCQm0wNm3 .mbr-section-title {
  color: #000000;
}
.cid-uXCQm0wNm3 .mbr-text {
  color: #8a8a8a;
}
.cid-uXCQm0wNm3 .card-title {
  color: #000000;
}
.cid-uXCQm0wNm3 .card-text {
  color: #8a8a8a;
}
.cid-uXCQm0wNm3 .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXCQm0wNm3 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXCQm0wNm3 .item-star,
.cid-uXCQm0wNm3 .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXCQm0wNm3 .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXCA3bcneX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXCA3bcneX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXCA3bcneX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXCA3bcneX .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXCA3bcneX .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uXCA3bcneX .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uXCA3bcneX .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uXCA3bcneX .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXCA3bcneX .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXCA3bcneX .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXCA3bcneX .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uXCA3bcneX .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uXCA3bcneX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uXCA3bcneX .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uXCA3bcneX .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uXCA3bcneX .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uXCA3bcneX .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXCA3bcneX .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uXCA3bcneX .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ac251e;
}
.cid-uXCA3bcneX .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXCA3bcneX .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uXCA3bcneX .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uXCA3bcneX .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXCA3bcneX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ac251e;
}
.cid-uXCA3bcneX .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXCA3bcneX .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uXCA3bcneX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uXCA3bcneX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXCA3bcneX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uXCA3bcneX .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uXCA3bcneX .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uXCA3bcneX .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXCA3bcneX .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uXCA3bcneX .mbr-label {
  color: #000000;
}
.cid-uXCA3bcneX .mbr-section-title {
  color: #000000;
}
.cid-uXCA3bcneX .panel-title-edit {
  color: #000000;
}
.cid-uXCA3bcneX .panel-text {
  color: #8a8a8a;
}
.cid-uXCA3bTSg8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXCA3bTSg8 .content {
    text-align: center;
  }
  .cid-uXCA3bTSg8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXCA3bTSg8 .img-logo img {
  height: 6rem;
}
.cid-uXCA3bTSg8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXCA3bTSg8 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXCA3bTSg8 .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXCA3bTSg8 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXCA3bTSg8 .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXCA3bTSg8 .social-list a:hover {
  opacity: 1;
}
.cid-uXCA3bTSg8 .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXCA3bTSg8 .list li {
  padding-bottom: 0.5rem;
}
.cid-uXCA3bTSg8 .list li:last-child {
  padding-bottom: 0;
}
.cid-uXCA3bTSg8 .mbr-footer-list,
.cid-uXCA3bTSg8 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXCA3bTSg8 .mbr-footer-list,
  .cid-uXCA3bTSg8 .form-text,
  .cid-uXCA3bTSg8 .footer-title,
  .cid-uXCA3bTSg8 .footer-main-title,
  .cid-uXCA3bTSg8 .form-text,
  .cid-uXCA3bTSg8 .list {
    text-align: center !important;
  }
  .cid-uXCA3bTSg8 .mbr-form,
  .cid-uXCA3bTSg8 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXCA3bTSg8 .footer-main-title {
  color: #ffffff;
}
.cid-uXCA3bTSg8 .mbr-footer-list {
  color: #cccccc;
}
.cid-uXCA3cBHi6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXCA3cBHi6 .media-container-row .mbr-text {
  color: #191616;
}
.cid-uXMX0rnut5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXMX0rnut5 nav.navbar {
  position: fixed;
}
.cid-uXMX0rnut5 .navbar-nav {
  margin: auto;
}
.cid-uXMX0rnut5 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXMX0rnut5 .dropdown-item:hover,
.cid-uXMX0rnut5 .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXMX0rnut5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXMX0rnut5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXMX0rnut5 .navbar-short,
.cid-uXMX0rnut5 .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXMX0rnut5 .navbar-short .nav-link,
.cid-uXMX0rnut5 .opened .nav-link,
.cid-uXMX0rnut5 .navbar-short .navbar-caption,
.cid-uXMX0rnut5 .opened .navbar-caption,
.cid-uXMX0rnut5 .navbar-short .mbr-iconfont,
.cid-uXMX0rnut5 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXMX0rnut5 .navbar-short .hamburger span,
.cid-uXMX0rnut5 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXMX0rnut5 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXMX0rnut5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXMX0rnut5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXMX0rnut5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXMX0rnut5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXMX0rnut5 .container {
  display: flex;
  margin: auto;
}
.cid-uXMX0rnut5 .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXMX0rnut5 .dropdown-menu,
.cid-uXMX0rnut5 .navbar.opened {
  background: #ffffff !important;
}
.cid-uXMX0rnut5 .nav-item:focus,
.cid-uXMX0rnut5 .nav-link:focus {
  outline: none;
}
.cid-uXMX0rnut5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXMX0rnut5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXMX0rnut5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXMX0rnut5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXMX0rnut5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXMX0rnut5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXMX0rnut5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXMX0rnut5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uXMX0rnut5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXMX0rnut5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uXMX0rnut5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXMX0rnut5 .navbar.collapsed {
  justify-content: center;
}
.cid-uXMX0rnut5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXMX0rnut5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXMX0rnut5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXMX0rnut5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXMX0rnut5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXMX0rnut5 .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-uXMX0rnut5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXMX0rnut5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXMX0rnut5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXMX0rnut5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXMX0rnut5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXMX0rnut5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXMX0rnut5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXMX0rnut5 .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-uXMX0rnut5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXMX0rnut5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXMX0rnut5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXMX0rnut5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXMX0rnut5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXMX0rnut5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXMX0rnut5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXMX0rnut5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXMX0rnut5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXMX0rnut5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXMX0rnut5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXMX0rnut5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXMX0rnut5 .dropdown-item.active,
.cid-uXMX0rnut5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uXMX0rnut5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXMX0rnut5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXMX0rnut5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXMX0rnut5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXMX0rnut5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXMX0rnut5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXMX0rnut5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXMX0rnut5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXMX0rnut5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXMX0rnut5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXMX0rnut5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXMX0rnut5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXMX0rnut5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXMX0rnut5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXMX0rnut5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXMX0rnut5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXMX0rnut5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXMX0rnut5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXMX0rnut5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXMX0rnut5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXMX0rnut5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXMX0rnut5 .navbar {
    height: 70px;
  }
  .cid-uXMX0rnut5 .navbar.opened {
    height: auto;
  }
  .cid-uXMX0rnut5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXMX0rP2t1 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
}
.cid-uXMX0rP2t1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMX0rP2t1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXMX0rP2t1 .row {
  justify-content: center;
}
.cid-uXMX0rP2t1 .card {
  justify-content: flex-end;
}
.cid-uXMX0rP2t1 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXMX0rP2t1 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXMX0rP2t1 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXMX0rP2t1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXMX0rP2t1 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXMX0rP2t1 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXMX0rP2t1 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXMX0rP2t1 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXMX0rP2t1 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXMX0rP2t1 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXMX0rP2t1 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXMX0rP2t1 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXMX0rP2t1 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXMX0rP2t1 .mbr-text,
.cid-uXMX0rP2t1 .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXMX0rP2t1 .mbr-desc {
  color: #ffffff;
}
.cid-uXMX0rP2t1 .mbr-desc,
.cid-uXMX0rP2t1 .mbr-section-btn {
  color: #000000;
}
.cid-uXMX0s9ovh {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXMX0s9ovh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMX0s9ovh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXMX0s9ovh .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uXMX0s9ovh .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uXMX0s9ovh .card-wrapper {
    margin-left: 0;
  }
}
.cid-uXMX0s9ovh .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXMX0s9ovh .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXMX0s9ovh .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXMX0s9ovh .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXMX0s9ovh .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXMX0s9ovh .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXMX0s9ovh .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXMX0s9ovh .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXMX0s9ovh .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXMX0s9ovh .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXMX0s9ovh .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXMX0s9ovh .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXMX0s9ovh .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXMX0s9ovh .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXMX0s9ovh .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXMX0s9ovh .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXMX0s9ovh .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXMX0s9ovh .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXMX0s9ovh .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXMX0s9ovh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXMX0s9ovh .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXMX0s9ovh .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXMX0s9ovh .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXMX0s9ovh .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXMX0s9ovh .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXMX0s9ovh .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXMX0s9ovh .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXMX0s9ovh .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXMX0s9ovh .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXMX0s9ovh .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXMX0s9ovh .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXMX0s9ovh .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXMX0s9ovh .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXMX0s9ovh .mbr-label,
.cid-uXMX0s9ovh .label-wrapper {
  color: #000000;
}
.cid-uXMX0s9ovh .mbr-section-title {
  color: #000000;
}
.cid-uXMX0s9ovh .mbr-text {
  color: #8a8a8a;
}
.cid-uXMX0s9ovh .card-title {
  color: #000000;
}
.cid-uXMX0s9ovh .card-text {
  color: #8a8a8a;
}
.cid-uXMX0s9ovh .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXMX0s9ovh .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMX0s9ovh .item-star,
.cid-uXMX0s9ovh .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXMX0s9ovh .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXMX0syk1f {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uXMX0syk1f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMX0syk1f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXMX0syk1f .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXMX0syk1f .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uXMX0syk1f .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXMX0syk1f .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXMX0syk1f .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #f5f5f5;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXMX0syk1f .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXMX0syk1f .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uXMX0syk1f .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uXMX0syk1f .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXMX0syk1f .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXMX0syk1f .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXMX0syk1f .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXMX0syk1f .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXMX0syk1f .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXMX0syk1f .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXMX0syk1f .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXMX0syk1f .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXMX0syk1f .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXMX0syk1f .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXMX0syk1f .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXMX0syk1f .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXMX0syk1f .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXMX0syk1f .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXMX0syk1f .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXMX0syk1f .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXMX0syk1f .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXMX0syk1f .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXMX0syk1f .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXMX0syk1f .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXMX0syk1f .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXMX0syk1f .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXMX0syk1f .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXMX0syk1f .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXMX0syk1f .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXMX0syk1f .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXMX0syk1f .mbr-label,
.cid-uXMX0syk1f .label-wrapper {
  color: #000000;
}
.cid-uXMX0syk1f .mbr-section-title {
  color: #000000;
}
.cid-uXMX0syk1f .mbr-text {
  color: #8a8a8a;
}
.cid-uXMX0syk1f .card-title {
  color: #000000;
}
.cid-uXMX0syk1f .card-text {
  color: #8a8a8a;
}
.cid-uXMX0syk1f .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXMX0syk1f .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXMX0syk1f .item-star,
.cid-uXMX0syk1f .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXMX0syk1f .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXMX0sWia6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXMX0sWia6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXMX0sWia6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXMX0sWia6 .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXMX0sWia6 .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uXMX0sWia6 .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uXMX0sWia6 .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uXMX0sWia6 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXMX0sWia6 .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXMX0sWia6 .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXMX0sWia6 .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uXMX0sWia6 .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uXMX0sWia6 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uXMX0sWia6 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uXMX0sWia6 .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uXMX0sWia6 .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uXMX0sWia6 .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXMX0sWia6 .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uXMX0sWia6 .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ac251e;
}
.cid-uXMX0sWia6 .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXMX0sWia6 .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uXMX0sWia6 .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uXMX0sWia6 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXMX0sWia6 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ac251e;
}
.cid-uXMX0sWia6 .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXMX0sWia6 .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uXMX0sWia6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uXMX0sWia6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXMX0sWia6 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uXMX0sWia6 .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uXMX0sWia6 .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uXMX0sWia6 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXMX0sWia6 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uXMX0sWia6 .mbr-label {
  color: #000000;
}
.cid-uXMX0sWia6 .mbr-section-title {
  color: #000000;
}
.cid-uXMX0sWia6 .panel-title-edit {
  color: #000000;
}
.cid-uXMX0sWia6 .panel-text {
  color: #8a8a8a;
}
.cid-uXMX0tnzOM {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXMX0tnzOM .content {
    text-align: center;
  }
  .cid-uXMX0tnzOM .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXMX0tnzOM .img-logo img {
  height: 6rem;
}
.cid-uXMX0tnzOM .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXMX0tnzOM .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXMX0tnzOM .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXMX0tnzOM .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXMX0tnzOM .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXMX0tnzOM .social-list a:hover {
  opacity: 1;
}
.cid-uXMX0tnzOM .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXMX0tnzOM .list li {
  padding-bottom: 0.5rem;
}
.cid-uXMX0tnzOM .list li:last-child {
  padding-bottom: 0;
}
.cid-uXMX0tnzOM .mbr-footer-list,
.cid-uXMX0tnzOM .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXMX0tnzOM .mbr-footer-list,
  .cid-uXMX0tnzOM .form-text,
  .cid-uXMX0tnzOM .footer-title,
  .cid-uXMX0tnzOM .footer-main-title,
  .cid-uXMX0tnzOM .form-text,
  .cid-uXMX0tnzOM .list {
    text-align: center !important;
  }
  .cid-uXMX0tnzOM .mbr-form,
  .cid-uXMX0tnzOM .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXMX0tnzOM .footer-main-title {
  color: #ffffff;
}
.cid-uXMX0tnzOM .mbr-footer-list {
  color: #cccccc;
}
.cid-uXMX0tPVqp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXMX0tPVqp .media-container-row .mbr-text {
  color: #191616;
}
.cid-uXO04XCdyn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXO04XCdyn nav.navbar {
  position: fixed;
}
.cid-uXO04XCdyn .navbar-nav {
  margin: auto;
}
.cid-uXO04XCdyn .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXO04XCdyn .dropdown-item:hover,
.cid-uXO04XCdyn .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXO04XCdyn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXO04XCdyn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXO04XCdyn .navbar-short,
.cid-uXO04XCdyn .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXO04XCdyn .navbar-short .nav-link,
.cid-uXO04XCdyn .opened .nav-link,
.cid-uXO04XCdyn .navbar-short .navbar-caption,
.cid-uXO04XCdyn .opened .navbar-caption,
.cid-uXO04XCdyn .navbar-short .mbr-iconfont,
.cid-uXO04XCdyn .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXO04XCdyn .navbar-short .hamburger span,
.cid-uXO04XCdyn .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXO04XCdyn .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXO04XCdyn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXO04XCdyn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXO04XCdyn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXO04XCdyn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXO04XCdyn .container {
  display: flex;
  margin: auto;
}
.cid-uXO04XCdyn .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXO04XCdyn .dropdown-menu,
.cid-uXO04XCdyn .navbar.opened {
  background: #ffffff !important;
}
.cid-uXO04XCdyn .nav-item:focus,
.cid-uXO04XCdyn .nav-link:focus {
  outline: none;
}
.cid-uXO04XCdyn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXO04XCdyn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXO04XCdyn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXO04XCdyn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXO04XCdyn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXO04XCdyn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXO04XCdyn .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXO04XCdyn .navbar.opened {
  transition: all 0.3s;
}
.cid-uXO04XCdyn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXO04XCdyn .navbar .navbar-logo img {
  width: auto;
}
.cid-uXO04XCdyn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXO04XCdyn .navbar.collapsed {
  justify-content: center;
}
.cid-uXO04XCdyn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXO04XCdyn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXO04XCdyn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXO04XCdyn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXO04XCdyn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXO04XCdyn .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-uXO04XCdyn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXO04XCdyn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXO04XCdyn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXO04XCdyn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXO04XCdyn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXO04XCdyn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXO04XCdyn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXO04XCdyn .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-uXO04XCdyn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXO04XCdyn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXO04XCdyn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXO04XCdyn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXO04XCdyn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXO04XCdyn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXO04XCdyn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXO04XCdyn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXO04XCdyn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXO04XCdyn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXO04XCdyn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXO04XCdyn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXO04XCdyn .dropdown-item.active,
.cid-uXO04XCdyn .dropdown-item:active {
  background-color: transparent;
}
.cid-uXO04XCdyn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXO04XCdyn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXO04XCdyn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXO04XCdyn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXO04XCdyn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXO04XCdyn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXO04XCdyn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXO04XCdyn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXO04XCdyn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXO04XCdyn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXO04XCdyn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXO04XCdyn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXO04XCdyn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXO04XCdyn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXO04XCdyn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXO04XCdyn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXO04XCdyn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXO04XCdyn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXO04XCdyn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXO04XCdyn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXO04XCdyn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXO04XCdyn .navbar {
    height: 70px;
  }
  .cid-uXO04XCdyn .navbar.opened {
    height: auto;
  }
  .cid-uXO04XCdyn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXO04Y2x4t {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
}
.cid-uXO04Y2x4t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXO04Y2x4t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXO04Y2x4t .row {
  justify-content: center;
}
.cid-uXO04Y2x4t .card {
  justify-content: flex-end;
}
.cid-uXO04Y2x4t .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXO04Y2x4t .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXO04Y2x4t .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXO04Y2x4t .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXO04Y2x4t .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXO04Y2x4t .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXO04Y2x4t .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXO04Y2x4t .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXO04Y2x4t .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXO04Y2x4t .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXO04Y2x4t .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXO04Y2x4t .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXO04Y2x4t .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXO04Y2x4t .mbr-text,
.cid-uXO04Y2x4t .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXO04Y2x4t .mbr-desc {
  color: #ffffff;
}
.cid-uXO04Y2x4t .mbr-desc,
.cid-uXO04Y2x4t .mbr-section-btn {
  color: #000000;
}
.cid-uXO04YlfGF {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uXO04YlfGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXO04YlfGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXO04YlfGF .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uXO04YlfGF .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uXO04YlfGF .card-wrapper {
    margin-left: 0;
  }
}
.cid-uXO04YlfGF .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXO04YlfGF .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXO04YlfGF .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXO04YlfGF .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXO04YlfGF .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXO04YlfGF .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXO04YlfGF .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXO04YlfGF .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXO04YlfGF .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXO04YlfGF .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXO04YlfGF .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXO04YlfGF .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXO04YlfGF .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXO04YlfGF .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXO04YlfGF .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXO04YlfGF .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXO04YlfGF .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXO04YlfGF .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXO04YlfGF .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXO04YlfGF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXO04YlfGF .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXO04YlfGF .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uXO04YlfGF .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXO04YlfGF .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXO04YlfGF .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXO04YlfGF .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXO04YlfGF .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXO04YlfGF .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXO04YlfGF .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXO04YlfGF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXO04YlfGF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXO04YlfGF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXO04YlfGF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXO04YlfGF .mbr-label,
.cid-uXO04YlfGF .label-wrapper {
  color: #000000;
}
.cid-uXO04YlfGF .mbr-section-title {
  color: #000000;
}
.cid-uXO04YlfGF .mbr-text {
  color: #8a8a8a;
}
.cid-uXO04YlfGF .card-title {
  color: #000000;
}
.cid-uXO04YlfGF .card-text {
  color: #8a8a8a;
}
.cid-uXO04YlfGF .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXO04YlfGF .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXO04YlfGF .item-star,
.cid-uXO04YlfGF .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXO04YlfGF .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uYA8imV8KX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f6f3ec;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uYA8imV8KX .container {
    padding: 0 24px;
  }
}
.cid-uYA8imV8KX .card {
  justify-content: center;
}
.cid-uYA8imV8KX .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-uYA8imV8KX .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-uYA8imV8KX .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uYA8imV8KX .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uYA8imV8KX .text-wrapper {
  border-top: 1px solid #911d17;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-uYA8imV8KX .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uYA8imV8KX .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uYA8imV8KX .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYA8imV8KX .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-uYA8imV8KX .mbr-section-title {
  color: #F9F6E0;
}
.cid-uYA8imV8KX .mbr-desc {
  color: #4b4b4b;
}
.cid-uYA8imV8KX .mbr-text {
  color: #4b4b4b;
}
.cid-uYA8imV8KX .mbr-section-btn {
  text-align: right;
}
.cid-uYA8imV8KX .mbr-section-title,
.cid-uYA8imV8KX .mbr-section-btn {
  color: #0b1d32;
}
.cid-uYVFA4rQLf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f3ec;
}
.cid-uYVFA4rQLf .mbr-iconfont-1 {
  color: #e9204f;
  font-size: 3.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uYVFA4rQLf .card-inner {
  transition: 0.7s;
  display: flex;
}
.cid-uYVFA4rQLf .link {
  margin: 0;
}
.cid-uYVFA4rQLf .card-title {
  position: relative;
  margin-bottom: 0.2rem;
  padding-bottom: 0.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uYVFA4rQLf .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uYVFA4rQLf .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uYVFA4rQLf .card:hover .mbr-iconfont {
  color: #101010;
}
.cid-uYVFA4rQLf .card:hover .card-title {
  color: #ac251e;
}
.cid-uYVFA4rQLf .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-uYVFA4rQLf .card {
    padding: 0;
  }
  .cid-uYVFA4rQLf .card-inner {
    flex-direction: column;
    text-align: center;
  }
  .cid-uYVFA4rQLf .card-title {
    margin-top: 2rem;
  }
  .cid-uYVFA4rQLf .mbr-section-title,
  .cid-uYVFA4rQLf .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uYVFA4rQLf .row {
    margin: 0;
  }
}
.cid-uYVFA4rQLf .card {
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
  margin-top: 1rem;
}
.cid-uYVFA4rQLf .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uYVFA4rQLf .mbr-section-title {
  font-weight: 800;
}
.cid-uYVFA4rQLf h2 {
  margin-bottom: 0;
}
.cid-uYVFA4rQLf .title-block {
  margin-bottom: 3rem;
}
.cid-uYVFA4rQLf .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-uYVFA4rQLf .card-box {
    margin-left: 1.5rem;
  }
}
.cid-uYVFA4rQLf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVFA4rQLf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVFTcL77M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f3ec;
}
.cid-uYVFTcL77M .mbr-iconfont-1 {
  color: #e9204f;
  font-size: 3.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uYVFTcL77M .card-inner {
  transition: 0.7s;
  display: flex;
}
.cid-uYVFTcL77M .link {
  margin: 0;
}
.cid-uYVFTcL77M .card-title {
  position: relative;
  margin-bottom: 0.2rem;
  padding-bottom: 0.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uYVFTcL77M .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uYVFTcL77M .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uYVFTcL77M .card:hover .mbr-iconfont {
  color: #101010;
}
.cid-uYVFTcL77M .card:hover .card-title {
  color: #ac251e;
}
.cid-uYVFTcL77M .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-uYVFTcL77M .card {
    padding: 0;
  }
  .cid-uYVFTcL77M .card-inner {
    flex-direction: column;
    text-align: center;
  }
  .cid-uYVFTcL77M .card-title {
    margin-top: 2rem;
  }
  .cid-uYVFTcL77M .mbr-section-title,
  .cid-uYVFTcL77M .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uYVFTcL77M .row {
    margin: 0;
  }
}
.cid-uYVFTcL77M .card {
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
  margin-top: 1rem;
}
.cid-uYVFTcL77M .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uYVFTcL77M .mbr-section-title {
  font-weight: 800;
}
.cid-uYVFTcL77M h2 {
  margin-bottom: 0;
}
.cid-uYVFTcL77M .title-block {
  margin-bottom: 3rem;
}
.cid-uYVFTcL77M .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-uYVFTcL77M .card-box {
    margin-left: 1.5rem;
  }
}
.cid-uYVFTcL77M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVFTcL77M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVFQA9fpu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f3ec;
}
.cid-uYVFQA9fpu .mbr-iconfont-1 {
  color: #e9204f;
  font-size: 3.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uYVFQA9fpu .card-inner {
  transition: 0.7s;
  display: flex;
}
.cid-uYVFQA9fpu .link {
  margin: 0;
}
.cid-uYVFQA9fpu .card-title {
  position: relative;
  margin-bottom: 0.2rem;
  padding-bottom: 0.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uYVFQA9fpu .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uYVFQA9fpu .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uYVFQA9fpu .card:hover .mbr-iconfont {
  color: #101010;
}
.cid-uYVFQA9fpu .card:hover .card-title {
  color: #ac251e;
}
.cid-uYVFQA9fpu .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-uYVFQA9fpu .card {
    padding: 0;
  }
  .cid-uYVFQA9fpu .card-inner {
    flex-direction: column;
    text-align: center;
  }
  .cid-uYVFQA9fpu .card-title {
    margin-top: 2rem;
  }
  .cid-uYVFQA9fpu .mbr-section-title,
  .cid-uYVFQA9fpu .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uYVFQA9fpu .row {
    margin: 0;
  }
}
.cid-uYVFQA9fpu .card {
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
  margin-top: 1rem;
}
.cid-uYVFQA9fpu .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uYVFQA9fpu .mbr-section-title {
  font-weight: 800;
}
.cid-uYVFQA9fpu h2 {
  margin-bottom: 0;
}
.cid-uYVFQA9fpu .title-block {
  margin-bottom: 3rem;
}
.cid-uYVFQA9fpu .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-uYVFQA9fpu .card-box {
    margin-left: 1.5rem;
  }
}
.cid-uYVFQA9fpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVFQA9fpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVFSbJUt8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f3ec;
}
.cid-uYVFSbJUt8 .mbr-iconfont-1 {
  color: #e9204f;
  font-size: 3.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uYVFSbJUt8 .card-inner {
  transition: 0.7s;
  display: flex;
}
.cid-uYVFSbJUt8 .link {
  margin: 0;
}
.cid-uYVFSbJUt8 .card-title {
  position: relative;
  margin-bottom: 0.2rem;
  padding-bottom: 0.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uYVFSbJUt8 .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uYVFSbJUt8 .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uYVFSbJUt8 .card:hover .mbr-iconfont {
  color: #101010;
}
.cid-uYVFSbJUt8 .card:hover .card-title {
  color: #ac251e;
}
.cid-uYVFSbJUt8 .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-uYVFSbJUt8 .card {
    padding: 0;
  }
  .cid-uYVFSbJUt8 .card-inner {
    flex-direction: column;
    text-align: center;
  }
  .cid-uYVFSbJUt8 .card-title {
    margin-top: 2rem;
  }
  .cid-uYVFSbJUt8 .mbr-section-title,
  .cid-uYVFSbJUt8 .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uYVFSbJUt8 .row {
    margin: 0;
  }
}
.cid-uYVFSbJUt8 .card {
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
  margin-top: 1rem;
}
.cid-uYVFSbJUt8 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uYVFSbJUt8 .mbr-section-title {
  font-weight: 800;
}
.cid-uYVFSbJUt8 h2 {
  margin-bottom: 0;
}
.cid-uYVFSbJUt8 .title-block {
  margin-bottom: 3rem;
}
.cid-uYVFSbJUt8 .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-uYVFSbJUt8 .card-box {
    margin-left: 1.5rem;
  }
}
.cid-uYVFSbJUt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVFSbJUt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVIEOaC7l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f6f3ec;
}
.cid-uYVIEOaC7l .mbr-iconfont-1 {
  color: #e9204f;
  font-size: 3.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uYVIEOaC7l .card-inner {
  transition: 0.7s;
  display: flex;
}
.cid-uYVIEOaC7l .link {
  margin: 0;
}
.cid-uYVIEOaC7l .card-title {
  position: relative;
  margin-bottom: 0.2rem;
  padding-bottom: 0.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uYVIEOaC7l .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uYVIEOaC7l .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uYVIEOaC7l .card:hover .mbr-iconfont {
  color: #101010;
}
.cid-uYVIEOaC7l .card:hover .card-title {
  color: #ac251e;
}
.cid-uYVIEOaC7l .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-uYVIEOaC7l .card {
    padding: 0;
  }
  .cid-uYVIEOaC7l .card-inner {
    flex-direction: column;
    text-align: center;
  }
  .cid-uYVIEOaC7l .card-title {
    margin-top: 2rem;
  }
  .cid-uYVIEOaC7l .mbr-section-title,
  .cid-uYVIEOaC7l .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uYVIEOaC7l .row {
    margin: 0;
  }
}
.cid-uYVIEOaC7l .card {
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
  margin-top: 1rem;
}
.cid-uYVIEOaC7l .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uYVIEOaC7l .mbr-section-title {
  font-weight: 800;
}
.cid-uYVIEOaC7l h2 {
  margin-bottom: 0;
}
.cid-uYVIEOaC7l .title-block {
  margin-bottom: 3rem;
}
.cid-uYVIEOaC7l .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-uYVIEOaC7l .card-box {
    margin-left: 1.5rem;
  }
}
.cid-uYVIEOaC7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVIEOaC7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYVIFHdo8y {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f6f3ec;
}
.cid-uYVIFHdo8y .mbr-iconfont-1 {
  color: #e9204f;
  font-size: 3.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uYVIFHdo8y .card-inner {
  transition: 0.7s;
  display: flex;
}
.cid-uYVIFHdo8y .link {
  margin: 0;
}
.cid-uYVIFHdo8y .card-title {
  position: relative;
  margin-bottom: 0.2rem;
  padding-bottom: 0.5rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uYVIFHdo8y .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uYVIFHdo8y .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uYVIFHdo8y .card:hover .mbr-iconfont {
  color: #101010;
}
.cid-uYVIFHdo8y .card:hover .card-title {
  color: #ac251e;
}
.cid-uYVIFHdo8y .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-uYVIFHdo8y .card {
    padding: 0;
  }
  .cid-uYVIFHdo8y .card-inner {
    flex-direction: column;
    text-align: center;
  }
  .cid-uYVIFHdo8y .card-title {
    margin-top: 2rem;
  }
  .cid-uYVIFHdo8y .mbr-section-title,
  .cid-uYVIFHdo8y .mbr-section-subtitle {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .cid-uYVIFHdo8y .row {
    margin: 0;
  }
}
.cid-uYVIFHdo8y .card {
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
  margin-top: 1rem;
}
.cid-uYVIFHdo8y .mbr-section-subtitle {
  color: #e9204f;
}
.cid-uYVIFHdo8y .mbr-section-title {
  font-weight: 800;
}
.cid-uYVIFHdo8y h2 {
  margin-bottom: 0;
}
.cid-uYVIFHdo8y .title-block {
  margin-bottom: 3rem;
}
.cid-uYVIFHdo8y .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
@media (min-width: 767px) {
  .cid-uYVIFHdo8y .card-box {
    margin-left: 1.5rem;
  }
}
.cid-uYVIFHdo8y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYVIFHdo8y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXO04YLaxj {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #f5f5f5;
}
.cid-uXO04YLaxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXO04YLaxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXO04YLaxj .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXO04YLaxj .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uXO04YLaxj .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXO04YLaxj .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXO04YLaxj .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #f5f5f5;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXO04YLaxj .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXO04YLaxj .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uXO04YLaxj .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uXO04YLaxj .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXO04YLaxj .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXO04YLaxj .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXO04YLaxj .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXO04YLaxj .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXO04YLaxj .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXO04YLaxj .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXO04YLaxj .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXO04YLaxj .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXO04YLaxj .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXO04YLaxj .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXO04YLaxj .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXO04YLaxj .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXO04YLaxj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXO04YLaxj .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXO04YLaxj .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uXO04YLaxj .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXO04YLaxj .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXO04YLaxj .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXO04YLaxj .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXO04YLaxj .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXO04YLaxj .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXO04YLaxj .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXO04YLaxj .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXO04YLaxj .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXO04YLaxj .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXO04YLaxj .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXO04YLaxj .mbr-label,
.cid-uXO04YLaxj .label-wrapper {
  color: #000000;
}
.cid-uXO04YLaxj .mbr-section-title {
  color: #000000;
}
.cid-uXO04YLaxj .mbr-text {
  color: #8a8a8a;
}
.cid-uXO04YLaxj .card-title {
  color: #000000;
}
.cid-uXO04YLaxj .card-text {
  color: #8a8a8a;
}
.cid-uXO04YLaxj .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXO04YLaxj .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXO04YLaxj .item-star,
.cid-uXO04YLaxj .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXO04YLaxj .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXO04ZD24l {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXO04ZD24l .content {
    text-align: center;
  }
  .cid-uXO04ZD24l .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXO04ZD24l .img-logo img {
  height: 6rem;
}
.cid-uXO04ZD24l .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXO04ZD24l .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXO04ZD24l .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXO04ZD24l .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXO04ZD24l .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXO04ZD24l .social-list a:hover {
  opacity: 1;
}
.cid-uXO04ZD24l .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXO04ZD24l .list li {
  padding-bottom: 0.5rem;
}
.cid-uXO04ZD24l .list li:last-child {
  padding-bottom: 0;
}
.cid-uXO04ZD24l .mbr-footer-list,
.cid-uXO04ZD24l .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXO04ZD24l .mbr-footer-list,
  .cid-uXO04ZD24l .form-text,
  .cid-uXO04ZD24l .footer-title,
  .cid-uXO04ZD24l .footer-main-title,
  .cid-uXO04ZD24l .form-text,
  .cid-uXO04ZD24l .list {
    text-align: center !important;
  }
  .cid-uXO04ZD24l .mbr-form,
  .cid-uXO04ZD24l .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXO04ZD24l .footer-main-title {
  color: #ffffff;
}
.cid-uXO04ZD24l .mbr-footer-list {
  color: #cccccc;
}
.cid-uXO050bzvO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXO050bzvO .media-container-row .mbr-text {
  color: #191616;
}
.cid-uXSWYYWVwX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXSWYYWVwX nav.navbar {
  position: fixed;
}
.cid-uXSWYYWVwX .navbar-nav {
  margin: auto;
}
.cid-uXSWYYWVwX .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXSWYYWVwX .dropdown-item:hover,
.cid-uXSWYYWVwX .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXSWYYWVwX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXSWYYWVwX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXSWYYWVwX .navbar-short,
.cid-uXSWYYWVwX .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXSWYYWVwX .navbar-short .nav-link,
.cid-uXSWYYWVwX .opened .nav-link,
.cid-uXSWYYWVwX .navbar-short .navbar-caption,
.cid-uXSWYYWVwX .opened .navbar-caption,
.cid-uXSWYYWVwX .navbar-short .mbr-iconfont,
.cid-uXSWYYWVwX .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXSWYYWVwX .navbar-short .hamburger span,
.cid-uXSWYYWVwX .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXSWYYWVwX .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXSWYYWVwX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXSWYYWVwX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXSWYYWVwX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXSWYYWVwX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXSWYYWVwX .container {
  display: flex;
  margin: auto;
}
.cid-uXSWYYWVwX .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXSWYYWVwX .dropdown-menu,
.cid-uXSWYYWVwX .navbar.opened {
  background: #ffffff !important;
}
.cid-uXSWYYWVwX .nav-item:focus,
.cid-uXSWYYWVwX .nav-link:focus {
  outline: none;
}
.cid-uXSWYYWVwX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXSWYYWVwX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXSWYYWVwX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXSWYYWVwX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXSWYYWVwX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXSWYYWVwX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXSWYYWVwX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXSWYYWVwX .navbar.opened {
  transition: all 0.3s;
}
.cid-uXSWYYWVwX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXSWYYWVwX .navbar .navbar-logo img {
  width: auto;
}
.cid-uXSWYYWVwX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXSWYYWVwX .navbar.collapsed {
  justify-content: center;
}
.cid-uXSWYYWVwX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXSWYYWVwX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXSWYYWVwX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXSWYYWVwX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXSWYYWVwX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXSWYYWVwX .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-uXSWYYWVwX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXSWYYWVwX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXSWYYWVwX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXSWYYWVwX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXSWYYWVwX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXSWYYWVwX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXSWYYWVwX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXSWYYWVwX .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-uXSWYYWVwX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXSWYYWVwX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXSWYYWVwX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXSWYYWVwX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXSWYYWVwX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXSWYYWVwX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXSWYYWVwX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXSWYYWVwX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXSWYYWVwX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXSWYYWVwX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXSWYYWVwX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXSWYYWVwX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXSWYYWVwX .dropdown-item.active,
.cid-uXSWYYWVwX .dropdown-item:active {
  background-color: transparent;
}
.cid-uXSWYYWVwX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXSWYYWVwX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXSWYYWVwX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXSWYYWVwX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXSWYYWVwX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXSWYYWVwX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXSWYYWVwX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXSWYYWVwX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXSWYYWVwX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXSWYYWVwX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXSWYYWVwX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXSWYYWVwX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXSWYYWVwX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXSWYYWVwX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXSWYYWVwX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXSWYYWVwX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXSWYYWVwX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXSWYYWVwX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXSWYYWVwX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXSWYYWVwX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXSWYYWVwX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXSWYYWVwX .navbar {
    height: 70px;
  }
  .cid-uXSWYYWVwX .navbar.opened {
    height: auto;
  }
  .cid-uXSWYYWVwX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXSWYZmCao {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
}
.cid-uXSWYZmCao .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXSWYZmCao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXSWYZmCao .row {
  justify-content: center;
}
.cid-uXSWYZmCao .card {
  justify-content: flex-end;
}
.cid-uXSWYZmCao .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXSWYZmCao .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXSWYZmCao .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXSWYZmCao .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXSWYZmCao .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXSWYZmCao .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXSWYZmCao .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXSWYZmCao .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXSWYZmCao .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXSWYZmCao .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXSWYZmCao .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXSWYZmCao .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXSWYZmCao .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXSWYZmCao .mbr-text,
.cid-uXSWYZmCao .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXSWYZmCao .mbr-desc {
  color: #ffffff;
}
.cid-uXSWYZmCao .mbr-desc,
.cid-uXSWYZmCao .mbr-section-btn {
  color: #000000;
}
.cid-uXSWYZE86V {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXSWYZE86V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXSWYZE86V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXSWYZE86V .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uXSWYZE86V .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uXSWYZE86V .card-wrapper {
    margin-left: 0;
  }
}
.cid-uXSWYZE86V .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXSWYZE86V .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXSWYZE86V .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXSWYZE86V .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXSWYZE86V .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXSWYZE86V .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXSWYZE86V .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXSWYZE86V .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXSWYZE86V .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXSWYZE86V .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXSWYZE86V .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXSWYZE86V .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXSWYZE86V .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXSWYZE86V .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXSWYZE86V .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXSWYZE86V .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXSWYZE86V .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXSWYZE86V .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXSWYZE86V .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXSWYZE86V .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXSWYZE86V .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXSWYZE86V .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uXSWYZE86V .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXSWYZE86V .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXSWYZE86V .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXSWYZE86V .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXSWYZE86V .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXSWYZE86V .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXSWYZE86V .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXSWYZE86V .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXSWYZE86V .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXSWYZE86V .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXSWYZE86V .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXSWYZE86V .mbr-label,
.cid-uXSWYZE86V .label-wrapper {
  color: #000000;
}
.cid-uXSWYZE86V .mbr-section-title {
  color: #000000;
}
.cid-uXSWYZE86V .mbr-text {
  color: #8a8a8a;
}
.cid-uXSWYZE86V .card-title {
  color: #000000;
}
.cid-uXSWYZE86V .card-text {
  color: #8a8a8a;
}
.cid-uXSWYZE86V .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXSWYZE86V .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXSWYZE86V .item-star,
.cid-uXSWYZE86V .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXSWYZE86V .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXSWZ01sVF {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uXSWZ01sVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXSWZ01sVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXSWZ01sVF .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXSWZ01sVF .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uXSWZ01sVF .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXSWZ01sVF .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXSWZ01sVF .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #f5f5f5;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXSWZ01sVF .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXSWZ01sVF .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uXSWZ01sVF .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uXSWZ01sVF .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXSWZ01sVF .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXSWZ01sVF .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXSWZ01sVF .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXSWZ01sVF .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXSWZ01sVF .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXSWZ01sVF .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXSWZ01sVF .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXSWZ01sVF .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXSWZ01sVF .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXSWZ01sVF .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXSWZ01sVF .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXSWZ01sVF .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXSWZ01sVF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXSWZ01sVF .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXSWZ01sVF .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXSWZ01sVF .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXSWZ01sVF .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXSWZ01sVF .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXSWZ01sVF .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXSWZ01sVF .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXSWZ01sVF .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXSWZ01sVF .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXSWZ01sVF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXSWZ01sVF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXSWZ01sVF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXSWZ01sVF .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXSWZ01sVF .mbr-label,
.cid-uXSWZ01sVF .label-wrapper {
  color: #000000;
}
.cid-uXSWZ01sVF .mbr-section-title {
  color: #000000;
}
.cid-uXSWZ01sVF .mbr-text {
  color: #8a8a8a;
}
.cid-uXSWZ01sVF .card-title {
  color: #000000;
}
.cid-uXSWZ01sVF .card-text {
  color: #8a8a8a;
}
.cid-uXSWZ01sVF .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXSWZ01sVF .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXSWZ01sVF .item-star,
.cid-uXSWZ01sVF .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXSWZ01sVF .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXSWZ0oRfn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXSWZ0oRfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXSWZ0oRfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXSWZ0oRfn .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXSWZ0oRfn .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uXSWZ0oRfn .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uXSWZ0oRfn .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uXSWZ0oRfn .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXSWZ0oRfn .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXSWZ0oRfn .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXSWZ0oRfn .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uXSWZ0oRfn .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uXSWZ0oRfn .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uXSWZ0oRfn .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uXSWZ0oRfn .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uXSWZ0oRfn .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uXSWZ0oRfn .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXSWZ0oRfn .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uXSWZ0oRfn .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ac251e;
}
.cid-uXSWZ0oRfn .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXSWZ0oRfn .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uXSWZ0oRfn .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uXSWZ0oRfn .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXSWZ0oRfn .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ac251e;
}
.cid-uXSWZ0oRfn .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXSWZ0oRfn .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uXSWZ0oRfn .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uXSWZ0oRfn .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXSWZ0oRfn .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uXSWZ0oRfn .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uXSWZ0oRfn .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uXSWZ0oRfn .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXSWZ0oRfn .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uXSWZ0oRfn .mbr-label {
  color: #000000;
}
.cid-uXSWZ0oRfn .mbr-section-title {
  color: #000000;
}
.cid-uXSWZ0oRfn .panel-title-edit {
  color: #000000;
}
.cid-uXSWZ0oRfn .panel-text {
  color: #8a8a8a;
}
.cid-uXSWZ0PtRe {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXSWZ0PtRe .content {
    text-align: center;
  }
  .cid-uXSWZ0PtRe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXSWZ0PtRe .img-logo img {
  height: 6rem;
}
.cid-uXSWZ0PtRe .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXSWZ0PtRe .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXSWZ0PtRe .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXSWZ0PtRe .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXSWZ0PtRe .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXSWZ0PtRe .social-list a:hover {
  opacity: 1;
}
.cid-uXSWZ0PtRe .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXSWZ0PtRe .list li {
  padding-bottom: 0.5rem;
}
.cid-uXSWZ0PtRe .list li:last-child {
  padding-bottom: 0;
}
.cid-uXSWZ0PtRe .mbr-footer-list,
.cid-uXSWZ0PtRe .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXSWZ0PtRe .mbr-footer-list,
  .cid-uXSWZ0PtRe .form-text,
  .cid-uXSWZ0PtRe .footer-title,
  .cid-uXSWZ0PtRe .footer-main-title,
  .cid-uXSWZ0PtRe .form-text,
  .cid-uXSWZ0PtRe .list {
    text-align: center !important;
  }
  .cid-uXSWZ0PtRe .mbr-form,
  .cid-uXSWZ0PtRe .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXSWZ0PtRe .footer-main-title {
  color: #ffffff;
}
.cid-uXSWZ0PtRe .mbr-footer-list {
  color: #cccccc;
}
.cid-uXSWZ1lc9x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXSWZ1lc9x .media-container-row .mbr-text {
  color: #191616;
}
.cid-uXTfcwz47W {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXTfcwz47W nav.navbar {
  position: fixed;
}
.cid-uXTfcwz47W .navbar-nav {
  margin: auto;
}
.cid-uXTfcwz47W .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXTfcwz47W .dropdown-item:hover,
.cid-uXTfcwz47W .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXTfcwz47W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXTfcwz47W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXTfcwz47W .navbar-short,
.cid-uXTfcwz47W .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXTfcwz47W .navbar-short .nav-link,
.cid-uXTfcwz47W .opened .nav-link,
.cid-uXTfcwz47W .navbar-short .navbar-caption,
.cid-uXTfcwz47W .opened .navbar-caption,
.cid-uXTfcwz47W .navbar-short .mbr-iconfont,
.cid-uXTfcwz47W .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXTfcwz47W .navbar-short .hamburger span,
.cid-uXTfcwz47W .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXTfcwz47W .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXTfcwz47W .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXTfcwz47W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXTfcwz47W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXTfcwz47W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXTfcwz47W .container {
  display: flex;
  margin: auto;
}
.cid-uXTfcwz47W .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXTfcwz47W .dropdown-menu,
.cid-uXTfcwz47W .navbar.opened {
  background: #ffffff !important;
}
.cid-uXTfcwz47W .nav-item:focus,
.cid-uXTfcwz47W .nav-link:focus {
  outline: none;
}
.cid-uXTfcwz47W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXTfcwz47W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXTfcwz47W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXTfcwz47W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXTfcwz47W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXTfcwz47W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXTfcwz47W .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXTfcwz47W .navbar.opened {
  transition: all 0.3s;
}
.cid-uXTfcwz47W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXTfcwz47W .navbar .navbar-logo img {
  width: auto;
}
.cid-uXTfcwz47W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXTfcwz47W .navbar.collapsed {
  justify-content: center;
}
.cid-uXTfcwz47W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXTfcwz47W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXTfcwz47W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXTfcwz47W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXTfcwz47W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXTfcwz47W .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-uXTfcwz47W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXTfcwz47W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXTfcwz47W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXTfcwz47W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXTfcwz47W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXTfcwz47W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXTfcwz47W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXTfcwz47W .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-uXTfcwz47W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXTfcwz47W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXTfcwz47W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXTfcwz47W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXTfcwz47W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXTfcwz47W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXTfcwz47W .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXTfcwz47W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXTfcwz47W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXTfcwz47W .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXTfcwz47W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXTfcwz47W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXTfcwz47W .dropdown-item.active,
.cid-uXTfcwz47W .dropdown-item:active {
  background-color: transparent;
}
.cid-uXTfcwz47W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXTfcwz47W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXTfcwz47W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXTfcwz47W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXTfcwz47W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXTfcwz47W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXTfcwz47W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXTfcwz47W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXTfcwz47W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXTfcwz47W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXTfcwz47W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXTfcwz47W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXTfcwz47W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXTfcwz47W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXTfcwz47W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXTfcwz47W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXTfcwz47W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXTfcwz47W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXTfcwz47W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXTfcwz47W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXTfcwz47W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXTfcwz47W .navbar {
    height: 70px;
  }
  .cid-uXTfcwz47W .navbar.opened {
    height: auto;
  }
  .cid-uXTfcwz47W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXTfcwZl0r {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
}
.cid-uXTfcwZl0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTfcwZl0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTfcwZl0r .row {
  justify-content: center;
}
.cid-uXTfcwZl0r .card {
  justify-content: flex-end;
}
.cid-uXTfcwZl0r .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXTfcwZl0r .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXTfcwZl0r .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXTfcwZl0r .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXTfcwZl0r .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXTfcwZl0r .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXTfcwZl0r .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXTfcwZl0r .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXTfcwZl0r .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXTfcwZl0r .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXTfcwZl0r .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXTfcwZl0r .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXTfcwZl0r .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXTfcwZl0r .mbr-text,
.cid-uXTfcwZl0r .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXTfcwZl0r .mbr-desc {
  color: #ffffff;
}
.cid-uXTfcwZl0r .mbr-desc,
.cid-uXTfcwZl0r .mbr-section-btn {
  color: #000000;
}
.cid-uXTfcxh39u {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXTfcxh39u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTfcxh39u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTfcxh39u .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uXTfcxh39u .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uXTfcxh39u .card-wrapper {
    margin-left: 0;
  }
}
.cid-uXTfcxh39u .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXTfcxh39u .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXTfcxh39u .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXTfcxh39u .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXTfcxh39u .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXTfcxh39u .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXTfcxh39u .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXTfcxh39u .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXTfcxh39u .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXTfcxh39u .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXTfcxh39u .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXTfcxh39u .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXTfcxh39u .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXTfcxh39u .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXTfcxh39u .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXTfcxh39u .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXTfcxh39u .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXTfcxh39u .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXTfcxh39u .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXTfcxh39u .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXTfcxh39u .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXTfcxh39u .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uXTfcxh39u .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXTfcxh39u .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXTfcxh39u .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXTfcxh39u .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXTfcxh39u .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXTfcxh39u .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXTfcxh39u .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXTfcxh39u .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXTfcxh39u .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXTfcxh39u .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXTfcxh39u .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXTfcxh39u .mbr-label,
.cid-uXTfcxh39u .label-wrapper {
  color: #000000;
}
.cid-uXTfcxh39u .mbr-section-title {
  color: #000000;
}
.cid-uXTfcxh39u .mbr-text {
  color: #8a8a8a;
}
.cid-uXTfcxh39u .card-title {
  color: #000000;
}
.cid-uXTfcxh39u .card-text {
  color: #8a8a8a;
}
.cid-uXTfcxh39u .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXTfcxh39u .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXTfcxh39u .item-star,
.cid-uXTfcxh39u .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXTfcxh39u .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXTpmpCghq {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uXTpmpCghq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTpmpCghq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTpmpCghq .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXTpmpCghq .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uXTpmpCghq .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXTpmpCghq .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXTpmpCghq .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #f5f5f5;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXTpmpCghq .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXTpmpCghq .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uXTpmpCghq .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uXTpmpCghq .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXTpmpCghq .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXTpmpCghq .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXTpmpCghq .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXTpmpCghq .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXTpmpCghq .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXTpmpCghq .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXTpmpCghq .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXTpmpCghq .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXTpmpCghq .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXTpmpCghq .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXTpmpCghq .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXTpmpCghq .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXTpmpCghq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXTpmpCghq .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXTpmpCghq .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXTpmpCghq .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXTpmpCghq .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXTpmpCghq .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXTpmpCghq .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXTpmpCghq .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXTpmpCghq .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXTpmpCghq .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXTpmpCghq .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXTpmpCghq .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXTpmpCghq .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXTpmpCghq .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXTpmpCghq .mbr-label,
.cid-uXTpmpCghq .label-wrapper {
  color: #000000;
}
.cid-uXTpmpCghq .mbr-section-title {
  color: #000000;
}
.cid-uXTpmpCghq .mbr-text {
  color: #8a8a8a;
}
.cid-uXTpmpCghq .card-title {
  color: #000000;
}
.cid-uXTpmpCghq .card-text {
  color: #8a8a8a;
}
.cid-uXTpmpCghq .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXTpmpCghq .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXTpmpCghq .item-star,
.cid-uXTpmpCghq .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXTpmpCghq .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXTgA2YCvB {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-uXTgA2YCvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXTgA2YCvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXTgA2YCvB .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXTgA2YCvB .content-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uXTgA2YCvB .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-uXTgA2YCvB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uXTgA2YCvB .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uXTgA2YCvB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXTgA2YCvB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXTgA2YCvB .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXTgA2YCvB .list-wrapper .list .item-wrap {
  position: relative;
  margin-bottom: 20px;
  padding-left: 28px;
}
.cid-uXTgA2YCvB .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 2px solid #ac251e;
  color: #ac251e;
  font-size: 11px;
}
.cid-uXTgA2YCvB .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXTgA2YCvB .list_2 {
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uXTgA2YCvB .list_2 {
    padding-left: 0;
  }
}
.cid-uXTgA2YCvB .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-uXTgA2YCvB .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-uXTgA2YCvB .mbr-text,
.cid-uXTgA2YCvB .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-uXTgA2YCvB .list {
  color: #666666;
}
.cid-uXTfcyvBju {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXTfcyvBju .content {
    text-align: center;
  }
  .cid-uXTfcyvBju .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXTfcyvBju .img-logo img {
  height: 6rem;
}
.cid-uXTfcyvBju .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXTfcyvBju .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXTfcyvBju .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXTfcyvBju .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXTfcyvBju .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXTfcyvBju .social-list a:hover {
  opacity: 1;
}
.cid-uXTfcyvBju .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXTfcyvBju .list li {
  padding-bottom: 0.5rem;
}
.cid-uXTfcyvBju .list li:last-child {
  padding-bottom: 0;
}
.cid-uXTfcyvBju .mbr-footer-list,
.cid-uXTfcyvBju .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXTfcyvBju .mbr-footer-list,
  .cid-uXTfcyvBju .form-text,
  .cid-uXTfcyvBju .footer-title,
  .cid-uXTfcyvBju .footer-main-title,
  .cid-uXTfcyvBju .form-text,
  .cid-uXTfcyvBju .list {
    text-align: center !important;
  }
  .cid-uXTfcyvBju .mbr-form,
  .cid-uXTfcyvBju .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXTfcyvBju .footer-main-title {
  color: #ffffff;
}
.cid-uXTfcyvBju .mbr-footer-list {
  color: #cccccc;
}
.cid-uXTfcyYBhG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXTfcyYBhG .media-container-row .mbr-text {
  color: #191616;
}
.cid-uXUwg39Npi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uXUwg39Npi nav.navbar {
  position: fixed;
}
.cid-uXUwg39Npi .navbar-nav {
  margin: auto;
}
.cid-uXUwg39Npi .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uXUwg39Npi .dropdown-item:hover,
.cid-uXUwg39Npi .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uXUwg39Npi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXUwg39Npi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXUwg39Npi .navbar-short,
.cid-uXUwg39Npi .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uXUwg39Npi .navbar-short .nav-link,
.cid-uXUwg39Npi .opened .nav-link,
.cid-uXUwg39Npi .navbar-short .navbar-caption,
.cid-uXUwg39Npi .opened .navbar-caption,
.cid-uXUwg39Npi .navbar-short .mbr-iconfont,
.cid-uXUwg39Npi .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uXUwg39Npi .navbar-short .hamburger span,
.cid-uXUwg39Npi .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uXUwg39Npi .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uXUwg39Npi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXUwg39Npi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uXUwg39Npi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXUwg39Npi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXUwg39Npi .container {
  display: flex;
  margin: auto;
}
.cid-uXUwg39Npi .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uXUwg39Npi .dropdown-menu,
.cid-uXUwg39Npi .navbar.opened {
  background: #ffffff !important;
}
.cid-uXUwg39Npi .nav-item:focus,
.cid-uXUwg39Npi .nav-link:focus {
  outline: none;
}
.cid-uXUwg39Npi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXUwg39Npi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXUwg39Npi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXUwg39Npi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXUwg39Npi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXUwg39Npi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXUwg39Npi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uXUwg39Npi .navbar.opened {
  transition: all 0.3s;
}
.cid-uXUwg39Npi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uXUwg39Npi .navbar .navbar-logo img {
  width: auto;
}
.cid-uXUwg39Npi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXUwg39Npi .navbar.collapsed {
  justify-content: center;
}
.cid-uXUwg39Npi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXUwg39Npi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXUwg39Npi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uXUwg39Npi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXUwg39Npi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXUwg39Npi .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-uXUwg39Npi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXUwg39Npi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXUwg39Npi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXUwg39Npi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXUwg39Npi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXUwg39Npi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXUwg39Npi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXUwg39Npi .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-uXUwg39Npi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXUwg39Npi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXUwg39Npi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXUwg39Npi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXUwg39Npi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXUwg39Npi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXUwg39Npi .navbar.navbar-short {
  min-height: 60px;
}
.cid-uXUwg39Npi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uXUwg39Npi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uXUwg39Npi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXUwg39Npi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXUwg39Npi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXUwg39Npi .dropdown-item.active,
.cid-uXUwg39Npi .dropdown-item:active {
  background-color: transparent;
}
.cid-uXUwg39Npi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXUwg39Npi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXUwg39Npi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXUwg39Npi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uXUwg39Npi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXUwg39Npi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXUwg39Npi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uXUwg39Npi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXUwg39Npi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uXUwg39Npi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uXUwg39Npi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uXUwg39Npi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXUwg39Npi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uXUwg39Npi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uXUwg39Npi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXUwg39Npi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXUwg39Npi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXUwg39Npi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXUwg39Npi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXUwg39Npi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXUwg39Npi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXUwg39Npi .navbar {
    height: 70px;
  }
  .cid-uXUwg39Npi .navbar.opened {
    height: auto;
  }
  .cid-uXUwg39Npi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXUwg3ynyk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
}
.cid-uXUwg3ynyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUwg3ynyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUwg3ynyk .row {
  justify-content: center;
}
.cid-uXUwg3ynyk .card {
  justify-content: flex-end;
}
.cid-uXUwg3ynyk .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXUwg3ynyk .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uXUwg3ynyk .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uXUwg3ynyk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXUwg3ynyk .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uXUwg3ynyk .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uXUwg3ynyk .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uXUwg3ynyk .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uXUwg3ynyk .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uXUwg3ynyk .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXUwg3ynyk .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uXUwg3ynyk .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXUwg3ynyk .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uXUwg3ynyk .mbr-text,
.cid-uXUwg3ynyk .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uXUwg3ynyk .mbr-desc {
  color: #ffffff;
}
.cid-uXUwg3ynyk .mbr-desc,
.cid-uXUwg3ynyk .mbr-section-btn {
  color: #000000;
}
.cid-uXUwg3Pb76 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uXUwg3Pb76 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUwg3Pb76 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUwg3Pb76 .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uXUwg3Pb76 .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uXUwg3Pb76 .card-wrapper {
    margin-left: 0;
  }
}
.cid-uXUwg3Pb76 .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXUwg3Pb76 .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXUwg3Pb76 .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXUwg3Pb76 .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXUwg3Pb76 .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXUwg3Pb76 .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uXUwg3Pb76 .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXUwg3Pb76 .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXUwg3Pb76 .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXUwg3Pb76 .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXUwg3Pb76 .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXUwg3Pb76 .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXUwg3Pb76 .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXUwg3Pb76 .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXUwg3Pb76 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXUwg3Pb76 .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXUwg3Pb76 .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXUwg3Pb76 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXUwg3Pb76 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXUwg3Pb76 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXUwg3Pb76 .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXUwg3Pb76 .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXUwg3Pb76 .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXUwg3Pb76 .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXUwg3Pb76 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXUwg3Pb76 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXUwg3Pb76 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXUwg3Pb76 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXUwg3Pb76 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXUwg3Pb76 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXUwg3Pb76 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXUwg3Pb76 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXUwg3Pb76 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXUwg3Pb76 .mbr-label,
.cid-uXUwg3Pb76 .label-wrapper {
  color: #000000;
}
.cid-uXUwg3Pb76 .mbr-section-title {
  color: #000000;
}
.cid-uXUwg3Pb76 .mbr-text {
  color: #8a8a8a;
}
.cid-uXUwg3Pb76 .card-title {
  color: #000000;
}
.cid-uXUwg3Pb76 .card-text {
  color: #8a8a8a;
}
.cid-uXUwg3Pb76 .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXUwg3Pb76 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXUwg3Pb76 .item-star,
.cid-uXUwg3Pb76 .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXUwg3Pb76 .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXUwg4dTEb {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uXUwg4dTEb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUwg4dTEb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUwg4dTEb .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXUwg4dTEb .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uXUwg4dTEb .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uXUwg4dTEb .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uXUwg4dTEb .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #f5f5f5;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uXUwg4dTEb .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uXUwg4dTEb .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uXUwg4dTEb .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uXUwg4dTEb .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uXUwg4dTEb .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uXUwg4dTEb .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uXUwg4dTEb .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uXUwg4dTEb .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uXUwg4dTEb .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uXUwg4dTEb .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uXUwg4dTEb .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uXUwg4dTEb .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uXUwg4dTEb .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uXUwg4dTEb .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uXUwg4dTEb .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXUwg4dTEb .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uXUwg4dTEb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uXUwg4dTEb .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uXUwg4dTEb .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uXUwg4dTEb .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uXUwg4dTEb .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uXUwg4dTEb .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXUwg4dTEb .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uXUwg4dTEb .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uXUwg4dTEb .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uXUwg4dTEb .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uXUwg4dTEb .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXUwg4dTEb .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uXUwg4dTEb .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXUwg4dTEb .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uXUwg4dTEb .mbr-label,
.cid-uXUwg4dTEb .label-wrapper {
  color: #000000;
}
.cid-uXUwg4dTEb .mbr-section-title {
  color: #000000;
}
.cid-uXUwg4dTEb .mbr-text {
  color: #8a8a8a;
}
.cid-uXUwg4dTEb .card-title {
  color: #000000;
}
.cid-uXUwg4dTEb .card-text {
  color: #8a8a8a;
}
.cid-uXUwg4dTEb .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uXUwg4dTEb .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uXUwg4dTEb .item-star,
.cid-uXUwg4dTEb .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uXUwg4dTEb .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uXUwg4BWje {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXUwg4BWje .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXUwg4BWje .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXUwg4BWje .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXUwg4BWje .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uXUwg4BWje .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uXUwg4BWje .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uXUwg4BWje .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uXUwg4BWje .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXUwg4BWje .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uXUwg4BWje .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uXUwg4BWje .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uXUwg4BWje .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uXUwg4BWje .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uXUwg4BWje .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uXUwg4BWje .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uXUwg4BWje .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXUwg4BWje .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uXUwg4BWje .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ac251e;
}
.cid-uXUwg4BWje .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uXUwg4BWje .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uXUwg4BWje .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uXUwg4BWje .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uXUwg4BWje .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ac251e;
}
.cid-uXUwg4BWje .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXUwg4BWje .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uXUwg4BWje .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uXUwg4BWje .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uXUwg4BWje .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uXUwg4BWje .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uXUwg4BWje .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uXUwg4BWje .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXUwg4BWje .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uXUwg4BWje .mbr-label {
  color: #000000;
}
.cid-uXUwg4BWje .mbr-section-title {
  color: #000000;
}
.cid-uXUwg4BWje .panel-title-edit {
  color: #000000;
}
.cid-uXUwg4BWje .panel-text {
  color: #8a8a8a;
}
.cid-uXUwg54WoJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uXUwg54WoJ .content {
    text-align: center;
  }
  .cid-uXUwg54WoJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXUwg54WoJ .img-logo img {
  height: 6rem;
}
.cid-uXUwg54WoJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uXUwg54WoJ .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uXUwg54WoJ .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uXUwg54WoJ .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uXUwg54WoJ .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uXUwg54WoJ .social-list a:hover {
  opacity: 1;
}
.cid-uXUwg54WoJ .list {
  list-style-type: none;
  padding: 0;
}
.cid-uXUwg54WoJ .list li {
  padding-bottom: 0.5rem;
}
.cid-uXUwg54WoJ .list li:last-child {
  padding-bottom: 0;
}
.cid-uXUwg54WoJ .mbr-footer-list,
.cid-uXUwg54WoJ .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uXUwg54WoJ .mbr-footer-list,
  .cid-uXUwg54WoJ .form-text,
  .cid-uXUwg54WoJ .footer-title,
  .cid-uXUwg54WoJ .footer-main-title,
  .cid-uXUwg54WoJ .form-text,
  .cid-uXUwg54WoJ .list {
    text-align: center !important;
  }
  .cid-uXUwg54WoJ .mbr-form,
  .cid-uXUwg54WoJ .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uXUwg54WoJ .footer-main-title {
  color: #ffffff;
}
.cid-uXUwg54WoJ .mbr-footer-list {
  color: #cccccc;
}
.cid-uXUwg5xkVc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXUwg5xkVc .media-container-row .mbr-text {
  color: #191616;
}
.cid-uY68JEjh8G {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uY68JEjh8G nav.navbar {
  position: fixed;
}
.cid-uY68JEjh8G .navbar-nav {
  margin: auto;
}
.cid-uY68JEjh8G .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uY68JEjh8G .dropdown-item:hover,
.cid-uY68JEjh8G .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uY68JEjh8G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uY68JEjh8G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uY68JEjh8G .navbar-short,
.cid-uY68JEjh8G .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uY68JEjh8G .navbar-short .nav-link,
.cid-uY68JEjh8G .opened .nav-link,
.cid-uY68JEjh8G .navbar-short .navbar-caption,
.cid-uY68JEjh8G .opened .navbar-caption,
.cid-uY68JEjh8G .navbar-short .mbr-iconfont,
.cid-uY68JEjh8G .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uY68JEjh8G .navbar-short .hamburger span,
.cid-uY68JEjh8G .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uY68JEjh8G .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uY68JEjh8G .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY68JEjh8G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uY68JEjh8G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uY68JEjh8G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uY68JEjh8G .container {
  display: flex;
  margin: auto;
}
.cid-uY68JEjh8G .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uY68JEjh8G .dropdown-menu,
.cid-uY68JEjh8G .navbar.opened {
  background: #ffffff !important;
}
.cid-uY68JEjh8G .nav-item:focus,
.cid-uY68JEjh8G .nav-link:focus {
  outline: none;
}
.cid-uY68JEjh8G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY68JEjh8G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY68JEjh8G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY68JEjh8G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY68JEjh8G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY68JEjh8G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY68JEjh8G .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uY68JEjh8G .navbar.opened {
  transition: all 0.3s;
}
.cid-uY68JEjh8G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uY68JEjh8G .navbar .navbar-logo img {
  width: auto;
}
.cid-uY68JEjh8G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uY68JEjh8G .navbar.collapsed {
  justify-content: center;
}
.cid-uY68JEjh8G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY68JEjh8G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uY68JEjh8G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uY68JEjh8G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY68JEjh8G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY68JEjh8G .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-uY68JEjh8G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY68JEjh8G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uY68JEjh8G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uY68JEjh8G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY68JEjh8G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY68JEjh8G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY68JEjh8G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uY68JEjh8G .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-uY68JEjh8G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uY68JEjh8G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uY68JEjh8G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uY68JEjh8G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uY68JEjh8G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY68JEjh8G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uY68JEjh8G .navbar.navbar-short {
  min-height: 60px;
}
.cid-uY68JEjh8G .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uY68JEjh8G .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uY68JEjh8G .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uY68JEjh8G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uY68JEjh8G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY68JEjh8G .dropdown-item.active,
.cid-uY68JEjh8G .dropdown-item:active {
  background-color: transparent;
}
.cid-uY68JEjh8G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uY68JEjh8G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY68JEjh8G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY68JEjh8G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uY68JEjh8G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY68JEjh8G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY68JEjh8G ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uY68JEjh8G .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uY68JEjh8G button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uY68JEjh8G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uY68JEjh8G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY68JEjh8G button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY68JEjh8G button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY68JEjh8G button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY68JEjh8G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY68JEjh8G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY68JEjh8G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY68JEjh8G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY68JEjh8G .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uY68JEjh8G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uY68JEjh8G .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uY68JEjh8G .navbar {
    height: 70px;
  }
  .cid-uY68JEjh8G .navbar.opened {
    height: auto;
  }
  .cid-uY68JEjh8G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY68JEF1n2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
}
.cid-uY68JEF1n2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY68JEF1n2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY68JEF1n2 .row {
  justify-content: center;
}
.cid-uY68JEF1n2 .card {
  justify-content: flex-end;
}
.cid-uY68JEF1n2 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uY68JEF1n2 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uY68JEF1n2 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uY68JEF1n2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uY68JEF1n2 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uY68JEF1n2 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uY68JEF1n2 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uY68JEF1n2 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uY68JEF1n2 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uY68JEF1n2 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uY68JEF1n2 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uY68JEF1n2 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uY68JEF1n2 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uY68JEF1n2 .mbr-text,
.cid-uY68JEF1n2 .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uY68JEF1n2 .mbr-desc {
  color: #ffffff;
}
.cid-uY68JEF1n2 .mbr-desc,
.cid-uY68JEF1n2 .mbr-section-btn {
  color: #000000;
}
.cid-uY68JEWHWh {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uY68JEWHWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY68JEWHWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY68JEWHWh .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uY68JEWHWh .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uY68JEWHWh .card-wrapper {
    margin-left: 0;
  }
}
.cid-uY68JEWHWh .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uY68JEWHWh .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uY68JEWHWh .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uY68JEWHWh .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uY68JEWHWh .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uY68JEWHWh .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uY68JEWHWh .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uY68JEWHWh .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uY68JEWHWh .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uY68JEWHWh .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uY68JEWHWh .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uY68JEWHWh .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uY68JEWHWh .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uY68JEWHWh .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uY68JEWHWh .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uY68JEWHWh .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uY68JEWHWh .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uY68JEWHWh .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uY68JEWHWh .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uY68JEWHWh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uY68JEWHWh .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uY68JEWHWh .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uY68JEWHWh .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uY68JEWHWh .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uY68JEWHWh .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uY68JEWHWh .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uY68JEWHWh .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uY68JEWHWh .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uY68JEWHWh .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uY68JEWHWh .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY68JEWHWh .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uY68JEWHWh .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY68JEWHWh .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uY68JEWHWh .mbr-label,
.cid-uY68JEWHWh .label-wrapper {
  color: #000000;
}
.cid-uY68JEWHWh .mbr-section-title {
  color: #000000;
}
.cid-uY68JEWHWh .mbr-text {
  color: #8a8a8a;
}
.cid-uY68JEWHWh .card-title {
  color: #000000;
}
.cid-uY68JEWHWh .card-text {
  color: #8a8a8a;
}
.cid-uY68JEWHWh .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uY68JEWHWh .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uY68JEWHWh .item-star,
.cid-uY68JEWHWh .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uY68JEWHWh .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uY68JFkdOo {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uY68JFkdOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY68JFkdOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY68JFkdOo .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uY68JFkdOo .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uY68JFkdOo .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uY68JFkdOo .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uY68JFkdOo .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #f5f5f5;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uY68JFkdOo .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uY68JFkdOo .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uY68JFkdOo .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uY68JFkdOo .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uY68JFkdOo .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uY68JFkdOo .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uY68JFkdOo .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uY68JFkdOo .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uY68JFkdOo .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uY68JFkdOo .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uY68JFkdOo .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uY68JFkdOo .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uY68JFkdOo .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uY68JFkdOo .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uY68JFkdOo .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uY68JFkdOo .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uY68JFkdOo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uY68JFkdOo .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uY68JFkdOo .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uY68JFkdOo .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uY68JFkdOo .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uY68JFkdOo .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uY68JFkdOo .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uY68JFkdOo .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uY68JFkdOo .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uY68JFkdOo .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uY68JFkdOo .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY68JFkdOo .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uY68JFkdOo .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY68JFkdOo .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uY68JFkdOo .mbr-label,
.cid-uY68JFkdOo .label-wrapper {
  color: #000000;
}
.cid-uY68JFkdOo .mbr-section-title {
  color: #000000;
}
.cid-uY68JFkdOo .mbr-text {
  color: #8a8a8a;
}
.cid-uY68JFkdOo .card-title {
  color: #000000;
}
.cid-uY68JFkdOo .card-text {
  color: #8a8a8a;
}
.cid-uY68JFkdOo .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uY68JFkdOo .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uY68JFkdOo .item-star,
.cid-uY68JFkdOo .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uY68JFkdOo .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uY68JFHWBl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uY68JFHWBl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY68JFHWBl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY68JFHWBl .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY68JFHWBl .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uY68JFHWBl .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uY68JFHWBl .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uY68JFHWBl .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uY68JFHWBl .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY68JFHWBl .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uY68JFHWBl .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uY68JFHWBl .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uY68JFHWBl .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uY68JFHWBl .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uY68JFHWBl .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uY68JFHWBl .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uY68JFHWBl .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uY68JFHWBl .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uY68JFHWBl .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ac251e;
}
.cid-uY68JFHWBl .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uY68JFHWBl .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uY68JFHWBl .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uY68JFHWBl .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uY68JFHWBl .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ac251e;
}
.cid-uY68JFHWBl .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uY68JFHWBl .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uY68JFHWBl .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uY68JFHWBl .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uY68JFHWBl .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uY68JFHWBl .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uY68JFHWBl .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uY68JFHWBl .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY68JFHWBl .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uY68JFHWBl .mbr-label {
  color: #000000;
}
.cid-uY68JFHWBl .mbr-section-title {
  color: #000000;
}
.cid-uY68JFHWBl .panel-title-edit {
  color: #000000;
}
.cid-uY68JFHWBl .panel-text {
  color: #8a8a8a;
}
.cid-uY68JG87gB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uY68JG87gB .content {
    text-align: center;
  }
  .cid-uY68JG87gB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uY68JG87gB .img-logo img {
  height: 6rem;
}
.cid-uY68JG87gB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uY68JG87gB .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uY68JG87gB .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uY68JG87gB .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uY68JG87gB .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uY68JG87gB .social-list a:hover {
  opacity: 1;
}
.cid-uY68JG87gB .list {
  list-style-type: none;
  padding: 0;
}
.cid-uY68JG87gB .list li {
  padding-bottom: 0.5rem;
}
.cid-uY68JG87gB .list li:last-child {
  padding-bottom: 0;
}
.cid-uY68JG87gB .mbr-footer-list,
.cid-uY68JG87gB .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uY68JG87gB .mbr-footer-list,
  .cid-uY68JG87gB .form-text,
  .cid-uY68JG87gB .footer-title,
  .cid-uY68JG87gB .footer-main-title,
  .cid-uY68JG87gB .form-text,
  .cid-uY68JG87gB .list {
    text-align: center !important;
  }
  .cid-uY68JG87gB .mbr-form,
  .cid-uY68JG87gB .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uY68JG87gB .footer-main-title {
  color: #ffffff;
}
.cid-uY68JG87gB .mbr-footer-list {
  color: #cccccc;
}
.cid-uY68JGAHEq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uY68JGAHEq .media-container-row .mbr-text {
  color: #191616;
}
.cid-uY6E5kum00 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uY6E5kum00 nav.navbar {
  position: fixed;
}
.cid-uY6E5kum00 .navbar-nav {
  margin: auto;
}
.cid-uY6E5kum00 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uY6E5kum00 .dropdown-item:hover,
.cid-uY6E5kum00 .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uY6E5kum00 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uY6E5kum00 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uY6E5kum00 .navbar-short,
.cid-uY6E5kum00 .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uY6E5kum00 .navbar-short .nav-link,
.cid-uY6E5kum00 .opened .nav-link,
.cid-uY6E5kum00 .navbar-short .navbar-caption,
.cid-uY6E5kum00 .opened .navbar-caption,
.cid-uY6E5kum00 .navbar-short .mbr-iconfont,
.cid-uY6E5kum00 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uY6E5kum00 .navbar-short .hamburger span,
.cid-uY6E5kum00 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uY6E5kum00 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uY6E5kum00 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY6E5kum00 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uY6E5kum00 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uY6E5kum00 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uY6E5kum00 .container {
  display: flex;
  margin: auto;
}
.cid-uY6E5kum00 .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uY6E5kum00 .dropdown-menu,
.cid-uY6E5kum00 .navbar.opened {
  background: #ffffff !important;
}
.cid-uY6E5kum00 .nav-item:focus,
.cid-uY6E5kum00 .nav-link:focus {
  outline: none;
}
.cid-uY6E5kum00 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uY6E5kum00 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY6E5kum00 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uY6E5kum00 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uY6E5kum00 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY6E5kum00 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY6E5kum00 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uY6E5kum00 .navbar.opened {
  transition: all 0.3s;
}
.cid-uY6E5kum00 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uY6E5kum00 .navbar .navbar-logo img {
  width: auto;
}
.cid-uY6E5kum00 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uY6E5kum00 .navbar.collapsed {
  justify-content: center;
}
.cid-uY6E5kum00 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY6E5kum00 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uY6E5kum00 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uY6E5kum00 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY6E5kum00 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY6E5kum00 .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-uY6E5kum00 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY6E5kum00 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uY6E5kum00 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uY6E5kum00 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY6E5kum00 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY6E5kum00 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY6E5kum00 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uY6E5kum00 .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-uY6E5kum00 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uY6E5kum00 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uY6E5kum00 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uY6E5kum00 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uY6E5kum00 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uY6E5kum00 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uY6E5kum00 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uY6E5kum00 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uY6E5kum00 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uY6E5kum00 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uY6E5kum00 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uY6E5kum00 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY6E5kum00 .dropdown-item.active,
.cid-uY6E5kum00 .dropdown-item:active {
  background-color: transparent;
}
.cid-uY6E5kum00 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uY6E5kum00 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY6E5kum00 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uY6E5kum00 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uY6E5kum00 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY6E5kum00 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY6E5kum00 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uY6E5kum00 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uY6E5kum00 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uY6E5kum00 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uY6E5kum00 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uY6E5kum00 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY6E5kum00 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uY6E5kum00 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uY6E5kum00 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY6E5kum00 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uY6E5kum00 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uY6E5kum00 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uY6E5kum00 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uY6E5kum00 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uY6E5kum00 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uY6E5kum00 .navbar {
    height: 70px;
  }
  .cid-uY6E5kum00 .navbar.opened {
    height: auto;
  }
  .cid-uY6E5kum00 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY6E5kVoQx {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
}
.cid-uY6E5kVoQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY6E5kVoQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY6E5kVoQx .row {
  justify-content: center;
}
.cid-uY6E5kVoQx .card {
  justify-content: flex-end;
}
.cid-uY6E5kVoQx .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uY6E5kVoQx .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uY6E5kVoQx .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uY6E5kVoQx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uY6E5kVoQx .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uY6E5kVoQx .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uY6E5kVoQx .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uY6E5kVoQx .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uY6E5kVoQx .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uY6E5kVoQx .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uY6E5kVoQx .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uY6E5kVoQx .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uY6E5kVoQx .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uY6E5kVoQx .mbr-text,
.cid-uY6E5kVoQx .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uY6E5kVoQx .mbr-desc {
  color: #ffffff;
}
.cid-uY6E5kVoQx .mbr-desc,
.cid-uY6E5kVoQx .mbr-section-btn {
  color: #000000;
}
.cid-uY6E5lfVWZ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uY6E5lfVWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY6E5lfVWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY6E5lfVWZ .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uY6E5lfVWZ .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uY6E5lfVWZ .card-wrapper {
    margin-left: 0;
  }
}
.cid-uY6E5lfVWZ .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uY6E5lfVWZ .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uY6E5lfVWZ .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uY6E5lfVWZ .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uY6E5lfVWZ .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uY6E5lfVWZ .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uY6E5lfVWZ .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uY6E5lfVWZ .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uY6E5lfVWZ .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uY6E5lfVWZ .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uY6E5lfVWZ .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uY6E5lfVWZ .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uY6E5lfVWZ .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uY6E5lfVWZ .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uY6E5lfVWZ .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uY6E5lfVWZ .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uY6E5lfVWZ .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uY6E5lfVWZ .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uY6E5lfVWZ .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uY6E5lfVWZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uY6E5lfVWZ .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uY6E5lfVWZ .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uY6E5lfVWZ .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uY6E5lfVWZ .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uY6E5lfVWZ .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uY6E5lfVWZ .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uY6E5lfVWZ .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uY6E5lfVWZ .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uY6E5lfVWZ .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uY6E5lfVWZ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY6E5lfVWZ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uY6E5lfVWZ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY6E5lfVWZ .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uY6E5lfVWZ .mbr-label,
.cid-uY6E5lfVWZ .label-wrapper {
  color: #000000;
}
.cid-uY6E5lfVWZ .mbr-section-title {
  color: #000000;
}
.cid-uY6E5lfVWZ .mbr-text {
  color: #8a8a8a;
}
.cid-uY6E5lfVWZ .card-title {
  color: #000000;
}
.cid-uY6E5lfVWZ .card-text {
  color: #8a8a8a;
}
.cid-uY6E5lfVWZ .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uY6E5lfVWZ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uY6E5lfVWZ .item-star,
.cid-uY6E5lfVWZ .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uY6E5lfVWZ .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uY6E5lDclc {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f5f5f5;
}
.cid-uY6E5lDclc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY6E5lDclc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY6E5lDclc .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uY6E5lDclc .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uY6E5lDclc .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uY6E5lDclc .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uY6E5lDclc .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #f5f5f5;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uY6E5lDclc .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uY6E5lDclc .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uY6E5lDclc .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uY6E5lDclc .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uY6E5lDclc .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uY6E5lDclc .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uY6E5lDclc .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uY6E5lDclc .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uY6E5lDclc .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uY6E5lDclc .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uY6E5lDclc .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uY6E5lDclc .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uY6E5lDclc .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uY6E5lDclc .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uY6E5lDclc .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uY6E5lDclc .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uY6E5lDclc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uY6E5lDclc .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uY6E5lDclc .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uY6E5lDclc .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uY6E5lDclc .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uY6E5lDclc .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uY6E5lDclc .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uY6E5lDclc .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uY6E5lDclc .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uY6E5lDclc .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uY6E5lDclc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY6E5lDclc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uY6E5lDclc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY6E5lDclc .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uY6E5lDclc .mbr-label,
.cid-uY6E5lDclc .label-wrapper {
  color: #000000;
}
.cid-uY6E5lDclc .mbr-section-title {
  color: #000000;
}
.cid-uY6E5lDclc .mbr-text {
  color: #8a8a8a;
}
.cid-uY6E5lDclc .card-title {
  color: #000000;
}
.cid-uY6E5lDclc .card-text {
  color: #8a8a8a;
}
.cid-uY6E5lDclc .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uY6E5lDclc .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uY6E5lDclc .item-star,
.cid-uY6E5lDclc .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uY6E5lDclc .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uY6E5m4ECs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uY6E5m4ECs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY6E5m4ECs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY6E5m4ECs .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY6E5m4ECs .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uY6E5m4ECs .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uY6E5m4ECs .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uY6E5m4ECs .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uY6E5m4ECs .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY6E5m4ECs .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uY6E5m4ECs .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uY6E5m4ECs .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uY6E5m4ECs .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uY6E5m4ECs .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uY6E5m4ECs .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uY6E5m4ECs .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uY6E5m4ECs .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uY6E5m4ECs .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uY6E5m4ECs .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ac251e;
}
.cid-uY6E5m4ECs .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uY6E5m4ECs .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uY6E5m4ECs .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uY6E5m4ECs .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uY6E5m4ECs .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ac251e;
}
.cid-uY6E5m4ECs .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uY6E5m4ECs .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uY6E5m4ECs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uY6E5m4ECs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uY6E5m4ECs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uY6E5m4ECs .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uY6E5m4ECs .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uY6E5m4ECs .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY6E5m4ECs .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uY6E5m4ECs .mbr-label {
  color: #000000;
}
.cid-uY6E5m4ECs .mbr-section-title {
  color: #000000;
}
.cid-uY6E5m4ECs .panel-title-edit {
  color: #000000;
}
.cid-uY6E5m4ECs .panel-text {
  color: #8a8a8a;
}
.cid-uY6E5mx002 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uY6E5mx002 .content {
    text-align: center;
  }
  .cid-uY6E5mx002 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uY6E5mx002 .img-logo img {
  height: 6rem;
}
.cid-uY6E5mx002 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uY6E5mx002 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uY6E5mx002 .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uY6E5mx002 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uY6E5mx002 .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uY6E5mx002 .social-list a:hover {
  opacity: 1;
}
.cid-uY6E5mx002 .list {
  list-style-type: none;
  padding: 0;
}
.cid-uY6E5mx002 .list li {
  padding-bottom: 0.5rem;
}
.cid-uY6E5mx002 .list li:last-child {
  padding-bottom: 0;
}
.cid-uY6E5mx002 .mbr-footer-list,
.cid-uY6E5mx002 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uY6E5mx002 .mbr-footer-list,
  .cid-uY6E5mx002 .form-text,
  .cid-uY6E5mx002 .footer-title,
  .cid-uY6E5mx002 .footer-main-title,
  .cid-uY6E5mx002 .form-text,
  .cid-uY6E5mx002 .list {
    text-align: center !important;
  }
  .cid-uY6E5mx002 .mbr-form,
  .cid-uY6E5mx002 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uY6E5mx002 .footer-main-title {
  color: #ffffff;
}
.cid-uY6E5mx002 .mbr-footer-list {
  color: #cccccc;
}
.cid-uY6E5n7e0x {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uY6E5n7e0x .media-container-row .mbr-text {
  color: #191616;
}
.cid-uYca7ijUvk {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYca7ijUvk nav.navbar {
  position: fixed;
}
.cid-uYca7ijUvk .navbar-nav {
  margin: auto;
}
.cid-uYca7ijUvk .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYca7ijUvk .dropdown-item:hover,
.cid-uYca7ijUvk .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uYca7ijUvk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYca7ijUvk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYca7ijUvk .navbar-short,
.cid-uYca7ijUvk .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uYca7ijUvk .navbar-short .nav-link,
.cid-uYca7ijUvk .opened .nav-link,
.cid-uYca7ijUvk .navbar-short .navbar-caption,
.cid-uYca7ijUvk .opened .navbar-caption,
.cid-uYca7ijUvk .navbar-short .mbr-iconfont,
.cid-uYca7ijUvk .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uYca7ijUvk .navbar-short .hamburger span,
.cid-uYca7ijUvk .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uYca7ijUvk .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uYca7ijUvk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYca7ijUvk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYca7ijUvk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYca7ijUvk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYca7ijUvk .container {
  display: flex;
  margin: auto;
}
.cid-uYca7ijUvk .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYca7ijUvk .dropdown-menu,
.cid-uYca7ijUvk .navbar.opened {
  background: #ffffff !important;
}
.cid-uYca7ijUvk .nav-item:focus,
.cid-uYca7ijUvk .nav-link:focus {
  outline: none;
}
.cid-uYca7ijUvk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYca7ijUvk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYca7ijUvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYca7ijUvk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYca7ijUvk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYca7ijUvk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYca7ijUvk .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uYca7ijUvk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYca7ijUvk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYca7ijUvk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYca7ijUvk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYca7ijUvk .navbar.collapsed {
  justify-content: center;
}
.cid-uYca7ijUvk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYca7ijUvk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYca7ijUvk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uYca7ijUvk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYca7ijUvk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYca7ijUvk .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-uYca7ijUvk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYca7ijUvk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYca7ijUvk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYca7ijUvk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYca7ijUvk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYca7ijUvk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYca7ijUvk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYca7ijUvk .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-uYca7ijUvk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYca7ijUvk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYca7ijUvk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYca7ijUvk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYca7ijUvk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYca7ijUvk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYca7ijUvk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYca7ijUvk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYca7ijUvk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYca7ijUvk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYca7ijUvk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYca7ijUvk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYca7ijUvk .dropdown-item.active,
.cid-uYca7ijUvk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYca7ijUvk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYca7ijUvk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYca7ijUvk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYca7ijUvk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYca7ijUvk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYca7ijUvk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYca7ijUvk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYca7ijUvk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYca7ijUvk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYca7ijUvk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYca7ijUvk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYca7ijUvk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYca7ijUvk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYca7ijUvk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYca7ijUvk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYca7ijUvk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYca7ijUvk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYca7ijUvk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYca7ijUvk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYca7ijUvk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYca7ijUvk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYca7ijUvk .navbar {
    height: 70px;
  }
  .cid-uYca7ijUvk .navbar.opened {
    height: auto;
  }
  .cid-uYca7ijUvk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYca7iJeTK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1203.webp");
}
.cid-uYca7iJeTK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYca7iJeTK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYca7iJeTK .row {
  justify-content: center;
}
.cid-uYca7iJeTK .card {
  justify-content: flex-end;
}
.cid-uYca7iJeTK .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYca7iJeTK .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYca7iJeTK .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uYca7iJeTK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYca7iJeTK .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uYca7iJeTK .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uYca7iJeTK .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uYca7iJeTK .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uYca7iJeTK .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uYca7iJeTK .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uYca7iJeTK .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uYca7iJeTK .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYca7iJeTK .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uYca7iJeTK .mbr-text,
.cid-uYca7iJeTK .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uYca7iJeTK .mbr-desc {
  color: #ffffff;
}
.cid-uYca7iJeTK .mbr-desc,
.cid-uYca7iJeTK .mbr-section-btn {
  color: #000000;
}
.cid-uYca7j1ALP {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYca7j1ALP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYca7j1ALP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYca7j1ALP .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uYca7j1ALP .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uYca7j1ALP .card-wrapper {
    margin-left: 0;
  }
}
.cid-uYca7j1ALP .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uYca7j1ALP .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uYca7j1ALP .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYca7j1ALP .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uYca7j1ALP .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uYca7j1ALP .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uYca7j1ALP .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uYca7j1ALP .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uYca7j1ALP .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uYca7j1ALP .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uYca7j1ALP .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uYca7j1ALP .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uYca7j1ALP .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uYca7j1ALP .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uYca7j1ALP .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uYca7j1ALP .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uYca7j1ALP .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uYca7j1ALP .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uYca7j1ALP .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uYca7j1ALP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYca7j1ALP .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uYca7j1ALP .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uYca7j1ALP .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uYca7j1ALP .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uYca7j1ALP .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYca7j1ALP .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uYca7j1ALP .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uYca7j1ALP .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uYca7j1ALP .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uYca7j1ALP .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYca7j1ALP .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uYca7j1ALP .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYca7j1ALP .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uYca7j1ALP .mbr-label,
.cid-uYca7j1ALP .label-wrapper {
  color: #000000;
}
.cid-uYca7j1ALP .mbr-section-title {
  color: #000000;
}
.cid-uYca7j1ALP .mbr-text {
  color: #8a8a8a;
}
.cid-uYca7j1ALP .card-title {
  color: #000000;
}
.cid-uYca7j1ALP .card-text {
  color: #8a8a8a;
}
.cid-uYca7j1ALP .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uYca7j1ALP .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYca7j1ALP .item-star,
.cid-uYca7j1ALP .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uYca7j1ALP .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uYcboduNDi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f4f4f4;
}
.cid-uYcboduNDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYcboduNDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYcboduNDi .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
@media (max-width: 768px) {
  .cid-uYcboduNDi .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uYcboduNDi .embla__slide .slide-content {
  border: 1px solid #cdcddd;
  background-color: #e0e0eb;
  width: 100%;
  padding: 12px;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-uYcboduNDi .embla__slide .slide-content {
    padding: 6px;
  }
}
.cid-uYcboduNDi .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border: 1px solid #cdcddd;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0.25rem 0.375rem -0.125rem #f5f5f5;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uYcboduNDi .embla__slide .slide-content .item-wrapper {
    padding: 6px;
  }
}
.cid-uYcboduNDi .embla__slide .slide-content .item-wrapper .item-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYcboduNDi .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYcboduNDi .embla__slide .slide-content .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-uYcboduNDi .embla__button--next,
.cid-uYcboduNDi .embla__button--prev {
  display: flex;
}
.cid-uYcboduNDi .embla__button {
  bottom: 0;
  width: 44px;
  height: 44px;
  font-size: 20px;
  background-color: #ac251e !important;
  color: #ffffff !important;
  box-shadow: 0 1px 15px -2px #bcbcd2, 0 0 0 0 #fafafa, inset 0 0.125rem 0.25rem -0.125rem #bcbcd2;
  border: 1px solid #cdcddd !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uYcboduNDi .embla__button:hover {
  box-shadow: 0 6px 20px 0 #bcbcd2, 0 0 0 2px #fafafa, inset 0 0.125rem 0.6rem -0.125rem #bcbcd2;
}
.cid-uYcboduNDi .embla__button:disabled {
  background-color: #ac251e !important;
  color: #ffffff !important;
  box-shadow: 0 1px 15px -2px #bcbcd2, 0 0 0 0 #fafafa, inset 0 0.125rem 0.25rem -0.125rem #bcbcd2;
  opacity: .5 !important;
}
.cid-uYcboduNDi .embla__button.embla__button--prev {
  margin-left: -59px;
}
.cid-uYcboduNDi .embla__button.embla__button--next {
  margin-right: -59px;
}
.cid-uYcboduNDi .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uYcboduNDi .embla {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uYcboduNDi .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 0 0 6px;
}
.cid-uYcboduNDi .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uYcboduNDi .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uYcboduNDi .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uYcboduNDi .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uYccuHTVpF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uYccuHTVpF .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f3f7f9 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uYccuHTVpF .mbr-iconfont {
  align-items: center;
}
.cid-uYccuHTVpF .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYccuHTVpF .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYccuHTVpF .icon-transition span:hover {
  background-color: #000000;
  color: #f3f7f9;
}
.cid-uYccuHTVpF .social-media {
  padding: 0;
}
.cid-uYccuHTVpF .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-uYccuHTVpF .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uYccuHTVpF .mbr-list,
.cid-uYccuHTVpF .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uYccuHTVpF .social-list {
    text-align: center !important;
  }
}
.cid-uYca7kmA7M {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uYca7kmA7M .content {
    text-align: center;
  }
  .cid-uYca7kmA7M .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYca7kmA7M .img-logo img {
  height: 6rem;
}
.cid-uYca7kmA7M .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uYca7kmA7M .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uYca7kmA7M .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uYca7kmA7M .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uYca7kmA7M .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYca7kmA7M .social-list a:hover {
  opacity: 1;
}
.cid-uYca7kmA7M .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYca7kmA7M .list li {
  padding-bottom: 0.5rem;
}
.cid-uYca7kmA7M .list li:last-child {
  padding-bottom: 0;
}
.cid-uYca7kmA7M .mbr-footer-list,
.cid-uYca7kmA7M .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uYca7kmA7M .mbr-footer-list,
  .cid-uYca7kmA7M .form-text,
  .cid-uYca7kmA7M .footer-title,
  .cid-uYca7kmA7M .footer-main-title,
  .cid-uYca7kmA7M .form-text,
  .cid-uYca7kmA7M .list {
    text-align: center !important;
  }
  .cid-uYca7kmA7M .mbr-form,
  .cid-uYca7kmA7M .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uYca7kmA7M .footer-main-title {
  color: #ffffff;
}
.cid-uYca7kmA7M .mbr-footer-list {
  color: #cccccc;
}
.cid-uYca7kT1Y4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYca7kT1Y4 .media-container-row .mbr-text {
  color: #191616;
}
.cid-uYdv3UFUn8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYdv3UFUn8 nav.navbar {
  position: fixed;
}
.cid-uYdv3UFUn8 .navbar-nav {
  margin: auto;
}
.cid-uYdv3UFUn8 .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYdv3UFUn8 .dropdown-item:hover,
.cid-uYdv3UFUn8 .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uYdv3UFUn8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYdv3UFUn8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYdv3UFUn8 .navbar-short,
.cid-uYdv3UFUn8 .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uYdv3UFUn8 .navbar-short .nav-link,
.cid-uYdv3UFUn8 .opened .nav-link,
.cid-uYdv3UFUn8 .navbar-short .navbar-caption,
.cid-uYdv3UFUn8 .opened .navbar-caption,
.cid-uYdv3UFUn8 .navbar-short .mbr-iconfont,
.cid-uYdv3UFUn8 .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uYdv3UFUn8 .navbar-short .hamburger span,
.cid-uYdv3UFUn8 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uYdv3UFUn8 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uYdv3UFUn8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYdv3UFUn8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYdv3UFUn8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYdv3UFUn8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYdv3UFUn8 .container {
  display: flex;
  margin: auto;
}
.cid-uYdv3UFUn8 .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYdv3UFUn8 .dropdown-menu,
.cid-uYdv3UFUn8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uYdv3UFUn8 .nav-item:focus,
.cid-uYdv3UFUn8 .nav-link:focus {
  outline: none;
}
.cid-uYdv3UFUn8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYdv3UFUn8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYdv3UFUn8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYdv3UFUn8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYdv3UFUn8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYdv3UFUn8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYdv3UFUn8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uYdv3UFUn8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYdv3UFUn8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYdv3UFUn8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYdv3UFUn8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYdv3UFUn8 .navbar.collapsed {
  justify-content: center;
}
.cid-uYdv3UFUn8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYdv3UFUn8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYdv3UFUn8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uYdv3UFUn8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYdv3UFUn8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYdv3UFUn8 .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-uYdv3UFUn8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYdv3UFUn8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYdv3UFUn8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYdv3UFUn8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYdv3UFUn8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYdv3UFUn8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYdv3UFUn8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYdv3UFUn8 .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-uYdv3UFUn8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYdv3UFUn8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYdv3UFUn8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYdv3UFUn8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYdv3UFUn8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYdv3UFUn8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYdv3UFUn8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYdv3UFUn8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYdv3UFUn8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYdv3UFUn8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYdv3UFUn8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYdv3UFUn8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYdv3UFUn8 .dropdown-item.active,
.cid-uYdv3UFUn8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYdv3UFUn8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYdv3UFUn8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYdv3UFUn8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYdv3UFUn8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYdv3UFUn8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYdv3UFUn8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYdv3UFUn8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYdv3UFUn8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYdv3UFUn8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYdv3UFUn8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYdv3UFUn8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYdv3UFUn8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYdv3UFUn8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYdv3UFUn8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYdv3UFUn8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYdv3UFUn8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYdv3UFUn8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYdv3UFUn8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYdv3UFUn8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYdv3UFUn8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYdv3UFUn8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYdv3UFUn8 .navbar {
    height: 70px;
  }
  .cid-uYdv3UFUn8 .navbar.opened {
    height: auto;
  }
  .cid-uYdv3UFUn8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYdv3V5psc {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/slider-2-2new-3-1920x553.webp");
}
.cid-uYdv3V5psc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdv3V5psc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdv3V5psc .row {
  justify-content: center;
}
.cid-uYdv3V5psc .card {
  justify-content: flex-end;
}
.cid-uYdv3V5psc .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYdv3V5psc .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYdv3V5psc .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uYdv3V5psc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYdv3V5psc .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uYdv3V5psc .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uYdv3V5psc .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uYdv3V5psc .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uYdv3V5psc .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uYdv3V5psc .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uYdv3V5psc .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uYdv3V5psc .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYdv3V5psc .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uYdv3V5psc .mbr-text,
.cid-uYdv3V5psc .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uYdv3V5psc .mbr-desc {
  color: #ffffff;
}
.cid-uYdv3V5psc .mbr-desc,
.cid-uYdv3V5psc .mbr-section-btn {
  color: #000000;
}
.cid-uYdv3VrVvN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYdv3VrVvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdv3VrVvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdv3VrVvN .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uYdv3VrVvN .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uYdv3VrVvN .card-wrapper {
    margin-left: 0;
  }
}
.cid-uYdv3VrVvN .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uYdv3VrVvN .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uYdv3VrVvN .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYdv3VrVvN .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uYdv3VrVvN .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uYdv3VrVvN .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uYdv3VrVvN .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uYdv3VrVvN .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uYdv3VrVvN .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uYdv3VrVvN .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uYdv3VrVvN .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uYdv3VrVvN .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uYdv3VrVvN .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uYdv3VrVvN .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uYdv3VrVvN .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uYdv3VrVvN .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uYdv3VrVvN .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uYdv3VrVvN .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uYdv3VrVvN .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uYdv3VrVvN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYdv3VrVvN .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uYdv3VrVvN .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uYdv3VrVvN .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uYdv3VrVvN .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uYdv3VrVvN .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYdv3VrVvN .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uYdv3VrVvN .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uYdv3VrVvN .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uYdv3VrVvN .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uYdv3VrVvN .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYdv3VrVvN .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uYdv3VrVvN .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYdv3VrVvN .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uYdv3VrVvN .mbr-label,
.cid-uYdv3VrVvN .label-wrapper {
  color: #000000;
}
.cid-uYdv3VrVvN .mbr-section-title {
  color: #000000;
}
.cid-uYdv3VrVvN .mbr-text {
  color: #8a8a8a;
}
.cid-uYdv3VrVvN .card-title {
  color: #000000;
}
.cid-uYdv3VrVvN .card-text {
  color: #8a8a8a;
}
.cid-uYdv3VrVvN .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uYdv3VrVvN .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYdv3VrVvN .item-star,
.cid-uYdv3VrVvN .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uYdv3VrVvN .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uYdv3VPAmj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uYdv3VPAmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdv3VPAmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdv3VPAmj .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uYdv3VPAmj .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uYdv3VPAmj .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uYdv3VPAmj .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uYdv3VPAmj .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #f5f5f5;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYdv3VPAmj .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uYdv3VPAmj .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uYdv3VPAmj .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #f5f5f5;
}
.cid-uYdv3VPAmj .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uYdv3VPAmj .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uYdv3VPAmj .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uYdv3VPAmj .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uYdv3VPAmj .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uYdv3VPAmj .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uYdv3VPAmj .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uYdv3VPAmj .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uYdv3VPAmj .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uYdv3VPAmj .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uYdv3VPAmj .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uYdv3VPAmj .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uYdv3VPAmj .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uYdv3VPAmj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYdv3VPAmj .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uYdv3VPAmj .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uYdv3VPAmj .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uYdv3VPAmj .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uYdv3VPAmj .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYdv3VPAmj .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uYdv3VPAmj .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uYdv3VPAmj .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uYdv3VPAmj .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uYdv3VPAmj .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYdv3VPAmj .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uYdv3VPAmj .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYdv3VPAmj .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uYdv3VPAmj .mbr-label,
.cid-uYdv3VPAmj .label-wrapper {
  color: #000000;
}
.cid-uYdv3VPAmj .mbr-section-title {
  color: #000000;
}
.cid-uYdv3VPAmj .mbr-text {
  color: #8a8a8a;
}
.cid-uYdv3VPAmj .card-title {
  color: #000000;
}
.cid-uYdv3VPAmj .card-text {
  color: #8a8a8a;
}
.cid-uYdv3VPAmj .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uYdv3VPAmj .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYdv3VPAmj .item-star,
.cid-uYdv3VPAmj .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uYdv3VPAmj .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uYdv3Wgnha {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uYdv3Wgnha .content {
    text-align: center;
  }
  .cid-uYdv3Wgnha .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYdv3Wgnha .img-logo img {
  height: 6rem;
}
.cid-uYdv3Wgnha .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uYdv3Wgnha .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uYdv3Wgnha .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uYdv3Wgnha .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uYdv3Wgnha .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYdv3Wgnha .social-list a:hover {
  opacity: 1;
}
.cid-uYdv3Wgnha .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYdv3Wgnha .list li {
  padding-bottom: 0.5rem;
}
.cid-uYdv3Wgnha .list li:last-child {
  padding-bottom: 0;
}
.cid-uYdv3Wgnha .mbr-footer-list,
.cid-uYdv3Wgnha .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uYdv3Wgnha .mbr-footer-list,
  .cid-uYdv3Wgnha .form-text,
  .cid-uYdv3Wgnha .footer-title,
  .cid-uYdv3Wgnha .footer-main-title,
  .cid-uYdv3Wgnha .form-text,
  .cid-uYdv3Wgnha .list {
    text-align: center !important;
  }
  .cid-uYdv3Wgnha .mbr-form,
  .cid-uYdv3Wgnha .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uYdv3Wgnha .footer-main-title {
  color: #ffffff;
}
.cid-uYdv3Wgnha .mbr-footer-list {
  color: #cccccc;
}
.cid-uYdv3WJGwS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYdv3WJGwS .media-container-row .mbr-text {
  color: #191616;
}
.cid-uYdJFTwuTZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYdJFTwuTZ nav.navbar {
  position: fixed;
}
.cid-uYdJFTwuTZ .navbar-nav {
  margin: auto;
}
.cid-uYdJFTwuTZ .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYdJFTwuTZ .dropdown-item:hover,
.cid-uYdJFTwuTZ .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uYdJFTwuTZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYdJFTwuTZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYdJFTwuTZ .navbar-short,
.cid-uYdJFTwuTZ .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uYdJFTwuTZ .navbar-short .nav-link,
.cid-uYdJFTwuTZ .opened .nav-link,
.cid-uYdJFTwuTZ .navbar-short .navbar-caption,
.cid-uYdJFTwuTZ .opened .navbar-caption,
.cid-uYdJFTwuTZ .navbar-short .mbr-iconfont,
.cid-uYdJFTwuTZ .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uYdJFTwuTZ .navbar-short .hamburger span,
.cid-uYdJFTwuTZ .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uYdJFTwuTZ .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uYdJFTwuTZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYdJFTwuTZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYdJFTwuTZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYdJFTwuTZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYdJFTwuTZ .container {
  display: flex;
  margin: auto;
}
.cid-uYdJFTwuTZ .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYdJFTwuTZ .dropdown-menu,
.cid-uYdJFTwuTZ .navbar.opened {
  background: #ffffff !important;
}
.cid-uYdJFTwuTZ .nav-item:focus,
.cid-uYdJFTwuTZ .nav-link:focus {
  outline: none;
}
.cid-uYdJFTwuTZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYdJFTwuTZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYdJFTwuTZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYdJFTwuTZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYdJFTwuTZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYdJFTwuTZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYdJFTwuTZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uYdJFTwuTZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYdJFTwuTZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYdJFTwuTZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uYdJFTwuTZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYdJFTwuTZ .navbar.collapsed {
  justify-content: center;
}
.cid-uYdJFTwuTZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYdJFTwuTZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYdJFTwuTZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uYdJFTwuTZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYdJFTwuTZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYdJFTwuTZ .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-uYdJFTwuTZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYdJFTwuTZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYdJFTwuTZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYdJFTwuTZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYdJFTwuTZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYdJFTwuTZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYdJFTwuTZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYdJFTwuTZ .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-uYdJFTwuTZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYdJFTwuTZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYdJFTwuTZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYdJFTwuTZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYdJFTwuTZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYdJFTwuTZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYdJFTwuTZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYdJFTwuTZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYdJFTwuTZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYdJFTwuTZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYdJFTwuTZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYdJFTwuTZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYdJFTwuTZ .dropdown-item.active,
.cid-uYdJFTwuTZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYdJFTwuTZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYdJFTwuTZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYdJFTwuTZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYdJFTwuTZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYdJFTwuTZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYdJFTwuTZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYdJFTwuTZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYdJFTwuTZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYdJFTwuTZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYdJFTwuTZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYdJFTwuTZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYdJFTwuTZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYdJFTwuTZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYdJFTwuTZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYdJFTwuTZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYdJFTwuTZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYdJFTwuTZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYdJFTwuTZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYdJFTwuTZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYdJFTwuTZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYdJFTwuTZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYdJFTwuTZ .navbar {
    height: 70px;
  }
  .cid-uYdJFTwuTZ .navbar.opened {
    height: auto;
  }
  .cid-uYdJFTwuTZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYdJFTVIzv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/slider-2-2new-3-1920x553.webp");
}
.cid-uYdJFTVIzv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdJFTVIzv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdJFTVIzv .row {
  justify-content: center;
}
.cid-uYdJFTVIzv .card {
  justify-content: flex-end;
}
.cid-uYdJFTVIzv .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYdJFTVIzv .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYdJFTVIzv .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uYdJFTVIzv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYdJFTVIzv .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uYdJFTVIzv .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uYdJFTVIzv .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uYdJFTVIzv .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uYdJFTVIzv .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uYdJFTVIzv .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uYdJFTVIzv .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uYdJFTVIzv .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYdJFTVIzv .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uYdJFTVIzv .mbr-text,
.cid-uYdJFTVIzv .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uYdJFTVIzv .mbr-desc {
  color: #ffffff;
}
.cid-uYdJFTVIzv .mbr-desc,
.cid-uYdJFTVIzv .mbr-section-btn {
  color: #000000;
}
.cid-uYdJFUfvRR {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYdJFUfvRR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdJFUfvRR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdJFUfvRR .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uYdJFUfvRR .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uYdJFUfvRR .card-wrapper {
    margin-left: 0;
  }
}
.cid-uYdJFUfvRR .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uYdJFUfvRR .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uYdJFUfvRR .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYdJFUfvRR .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uYdJFUfvRR .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uYdJFUfvRR .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uYdJFUfvRR .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uYdJFUfvRR .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uYdJFUfvRR .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uYdJFUfvRR .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uYdJFUfvRR .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uYdJFUfvRR .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uYdJFUfvRR .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uYdJFUfvRR .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uYdJFUfvRR .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uYdJFUfvRR .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uYdJFUfvRR .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uYdJFUfvRR .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uYdJFUfvRR .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uYdJFUfvRR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYdJFUfvRR .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uYdJFUfvRR .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uYdJFUfvRR .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uYdJFUfvRR .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uYdJFUfvRR .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYdJFUfvRR .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uYdJFUfvRR .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uYdJFUfvRR .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uYdJFUfvRR .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uYdJFUfvRR .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYdJFUfvRR .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uYdJFUfvRR .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYdJFUfvRR .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uYdJFUfvRR .mbr-label,
.cid-uYdJFUfvRR .label-wrapper {
  color: #000000;
}
.cid-uYdJFUfvRR .mbr-section-title {
  color: #000000;
}
.cid-uYdJFUfvRR .mbr-text {
  color: #8a8a8a;
}
.cid-uYdJFUfvRR .card-title {
  color: #000000;
}
.cid-uYdJFUfvRR .card-text {
  color: #8a8a8a;
}
.cid-uYdJFUfvRR .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uYdJFUfvRR .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYdJFUfvRR .item-star,
.cid-uYdJFUfvRR .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uYdJFUfvRR .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uYdX3N3HPe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uYdX3N3HPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYdX3N3HPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYdX3N3HPe .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uYdX3N3HPe .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYdX3N3HPe .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uYdX3N3HPe .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uYdX3N3HPe .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uYdX3N3HPe .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uYdX3N3HPe .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uYdX3N3HPe .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uYdX3N3HPe .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uYdX3N3HPe .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-uYdX3N3HPe .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYdX3N3HPe .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYdX3N3HPe .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 12px;
}
.cid-uYdX3N3HPe .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uYdX3N3HPe .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uYdX3N3HPe .mbr-section-title {
  color: #404349;
}
.cid-uYdX3N3HPe .mbr-desc {
  color: #b19a7c;
}
.cid-uYdX3N3HPe .item-title {
  color: #404349;
}
.cid-uYdX3N3HPe .item-text {
  color: #404349;
}
.cid-uYdJFV8yTr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uYdJFV8yTr .content {
    text-align: center;
  }
  .cid-uYdJFV8yTr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYdJFV8yTr .img-logo img {
  height: 6rem;
}
.cid-uYdJFV8yTr .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uYdJFV8yTr .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uYdJFV8yTr .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uYdJFV8yTr .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uYdJFV8yTr .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYdJFV8yTr .social-list a:hover {
  opacity: 1;
}
.cid-uYdJFV8yTr .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYdJFV8yTr .list li {
  padding-bottom: 0.5rem;
}
.cid-uYdJFV8yTr .list li:last-child {
  padding-bottom: 0;
}
.cid-uYdJFV8yTr .mbr-footer-list,
.cid-uYdJFV8yTr .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uYdJFV8yTr .mbr-footer-list,
  .cid-uYdJFV8yTr .form-text,
  .cid-uYdJFV8yTr .footer-title,
  .cid-uYdJFV8yTr .footer-main-title,
  .cid-uYdJFV8yTr .form-text,
  .cid-uYdJFV8yTr .list {
    text-align: center !important;
  }
  .cid-uYdJFV8yTr .mbr-form,
  .cid-uYdJFV8yTr .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uYdJFV8yTr .footer-main-title {
  color: #ffffff;
}
.cid-uYdJFV8yTr .mbr-footer-list {
  color: #cccccc;
}
.cid-uYdJFVDyPt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYdJFVDyPt .media-container-row .mbr-text {
  color: #191616;
}
.cid-uYgx0iB8df {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYgx0iB8df nav.navbar {
  position: fixed;
}
.cid-uYgx0iB8df .navbar-nav {
  margin: auto;
}
.cid-uYgx0iB8df .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYgx0iB8df .dropdown-item:hover,
.cid-uYgx0iB8df .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uYgx0iB8df .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYgx0iB8df .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYgx0iB8df .navbar-short,
.cid-uYgx0iB8df .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uYgx0iB8df .navbar-short .nav-link,
.cid-uYgx0iB8df .opened .nav-link,
.cid-uYgx0iB8df .navbar-short .navbar-caption,
.cid-uYgx0iB8df .opened .navbar-caption,
.cid-uYgx0iB8df .navbar-short .mbr-iconfont,
.cid-uYgx0iB8df .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uYgx0iB8df .navbar-short .hamburger span,
.cid-uYgx0iB8df .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uYgx0iB8df .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uYgx0iB8df .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYgx0iB8df .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYgx0iB8df .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYgx0iB8df .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYgx0iB8df .container {
  display: flex;
  margin: auto;
}
.cid-uYgx0iB8df .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYgx0iB8df .dropdown-menu,
.cid-uYgx0iB8df .navbar.opened {
  background: #ffffff !important;
}
.cid-uYgx0iB8df .nav-item:focus,
.cid-uYgx0iB8df .nav-link:focus {
  outline: none;
}
.cid-uYgx0iB8df .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYgx0iB8df .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYgx0iB8df .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYgx0iB8df .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYgx0iB8df .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYgx0iB8df .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYgx0iB8df .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uYgx0iB8df .navbar.opened {
  transition: all 0.3s;
}
.cid-uYgx0iB8df .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYgx0iB8df .navbar .navbar-logo img {
  width: auto;
}
.cid-uYgx0iB8df .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYgx0iB8df .navbar.collapsed {
  justify-content: center;
}
.cid-uYgx0iB8df .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYgx0iB8df .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYgx0iB8df .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uYgx0iB8df .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYgx0iB8df .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYgx0iB8df .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-uYgx0iB8df .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYgx0iB8df .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYgx0iB8df .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYgx0iB8df .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYgx0iB8df .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYgx0iB8df .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYgx0iB8df .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYgx0iB8df .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-uYgx0iB8df .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYgx0iB8df .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYgx0iB8df .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYgx0iB8df .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYgx0iB8df .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYgx0iB8df .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYgx0iB8df .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYgx0iB8df .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYgx0iB8df .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYgx0iB8df .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYgx0iB8df .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYgx0iB8df .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYgx0iB8df .dropdown-item.active,
.cid-uYgx0iB8df .dropdown-item:active {
  background-color: transparent;
}
.cid-uYgx0iB8df .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYgx0iB8df .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYgx0iB8df .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYgx0iB8df .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYgx0iB8df .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYgx0iB8df .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYgx0iB8df ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYgx0iB8df .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYgx0iB8df button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYgx0iB8df button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYgx0iB8df button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYgx0iB8df button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYgx0iB8df button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYgx0iB8df button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYgx0iB8df nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgx0iB8df nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYgx0iB8df nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYgx0iB8df nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYgx0iB8df .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYgx0iB8df a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYgx0iB8df .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYgx0iB8df .navbar {
    height: 70px;
  }
  .cid-uYgx0iB8df .navbar.opened {
    height: auto;
  }
  .cid-uYgx0iB8df .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYgx0iZ3Ia {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/slider-2-2new-3-1920x553.webp");
}
.cid-uYgx0iZ3Ia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgx0iZ3Ia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgx0iZ3Ia .row {
  justify-content: center;
}
.cid-uYgx0iZ3Ia .card {
  justify-content: flex-end;
}
.cid-uYgx0iZ3Ia .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYgx0iZ3Ia .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYgx0iZ3Ia .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uYgx0iZ3Ia .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYgx0iZ3Ia .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uYgx0iZ3Ia .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uYgx0iZ3Ia .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uYgx0iZ3Ia .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uYgx0iZ3Ia .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uYgx0iZ3Ia .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uYgx0iZ3Ia .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uYgx0iZ3Ia .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYgx0iZ3Ia .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uYgx0iZ3Ia .mbr-text,
.cid-uYgx0iZ3Ia .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uYgx0iZ3Ia .mbr-desc {
  color: #ffffff;
}
.cid-uYgx0iZ3Ia .mbr-desc,
.cid-uYgx0iZ3Ia .mbr-section-btn {
  color: #000000;
}
.cid-uYgx0jhlxR {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYgx0jhlxR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgx0jhlxR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgx0jhlxR .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uYgx0jhlxR .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uYgx0jhlxR .card-wrapper {
    margin-left: 0;
  }
}
.cid-uYgx0jhlxR .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uYgx0jhlxR .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uYgx0jhlxR .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYgx0jhlxR .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uYgx0jhlxR .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uYgx0jhlxR .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uYgx0jhlxR .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uYgx0jhlxR .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uYgx0jhlxR .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uYgx0jhlxR .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uYgx0jhlxR .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uYgx0jhlxR .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uYgx0jhlxR .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uYgx0jhlxR .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uYgx0jhlxR .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uYgx0jhlxR .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uYgx0jhlxR .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uYgx0jhlxR .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uYgx0jhlxR .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uYgx0jhlxR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYgx0jhlxR .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uYgx0jhlxR .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uYgx0jhlxR .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uYgx0jhlxR .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uYgx0jhlxR .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYgx0jhlxR .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uYgx0jhlxR .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uYgx0jhlxR .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uYgx0jhlxR .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uYgx0jhlxR .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYgx0jhlxR .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uYgx0jhlxR .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYgx0jhlxR .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uYgx0jhlxR .mbr-label,
.cid-uYgx0jhlxR .label-wrapper {
  color: #000000;
}
.cid-uYgx0jhlxR .mbr-section-title {
  color: #000000;
}
.cid-uYgx0jhlxR .mbr-text {
  color: #8a8a8a;
}
.cid-uYgx0jhlxR .card-title {
  color: #000000;
}
.cid-uYgx0jhlxR .card-text {
  color: #8a8a8a;
}
.cid-uYgx0jhlxR .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uYgx0jhlxR .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYgx0jhlxR .item-star,
.cid-uYgx0jhlxR .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uYgx0jhlxR .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uYgMB8uJoy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uYgMB8uJoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYgMB8uJoy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYgMB8uJoy .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uYgMB8uJoy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYgMB8uJoy .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uYgMB8uJoy .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uYgMB8uJoy .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uYgMB8uJoy .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uYgMB8uJoy .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #ac251e 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uYgMB8uJoy .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYgMB8uJoy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYgMB8uJoy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYgMB8uJoy .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-uYgMB8uJoy .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uYgMB8uJoy .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-uYgMB8uJoy .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uYgMB8uJoy .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uYgMB8uJoy .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uYgMB8uJoy .items-wrapper .item .item-wrapper .item-content .middle-border {
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-bottom: 24px;
}
.cid-uYgMB8uJoy .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-uYgMB8uJoy .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-uYgMB8uJoy .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYgMB8uJoy .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #ac251e;
}
.cid-uYgMB8uJoy .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 14px;
}
.cid-uYgMB8uJoy .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYgMB8uJoy .mbr-label,
.cid-uYgMB8uJoy .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYgMB8uJoy .mbr-section-title,
.cid-uYgMB8uJoy .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uYgMB8uJoy .mbr-text,
.cid-uYgMB8uJoy .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uYgMB8uJoy .item-title {
  color: #000000;
  text-align: center;
}
.cid-uYgMB8uJoy .list {
  color: #515151;
}
.cid-uYgx0k3bt1 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uYgx0k3bt1 .content {
    text-align: center;
  }
  .cid-uYgx0k3bt1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYgx0k3bt1 .img-logo img {
  height: 6rem;
}
.cid-uYgx0k3bt1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uYgx0k3bt1 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uYgx0k3bt1 .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uYgx0k3bt1 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uYgx0k3bt1 .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYgx0k3bt1 .social-list a:hover {
  opacity: 1;
}
.cid-uYgx0k3bt1 .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYgx0k3bt1 .list li {
  padding-bottom: 0.5rem;
}
.cid-uYgx0k3bt1 .list li:last-child {
  padding-bottom: 0;
}
.cid-uYgx0k3bt1 .mbr-footer-list,
.cid-uYgx0k3bt1 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uYgx0k3bt1 .mbr-footer-list,
  .cid-uYgx0k3bt1 .form-text,
  .cid-uYgx0k3bt1 .footer-title,
  .cid-uYgx0k3bt1 .footer-main-title,
  .cid-uYgx0k3bt1 .form-text,
  .cid-uYgx0k3bt1 .list {
    text-align: center !important;
  }
  .cid-uYgx0k3bt1 .mbr-form,
  .cid-uYgx0k3bt1 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uYgx0k3bt1 .footer-main-title {
  color: #ffffff;
}
.cid-uYgx0k3bt1 .mbr-footer-list {
  color: #cccccc;
}
.cid-uYgx0kwxPJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYgx0kwxPJ .media-container-row .mbr-text {
  color: #191616;
}
.cid-uYh2iX667K {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYh2iX667K nav.navbar {
  position: fixed;
}
.cid-uYh2iX667K .navbar-nav {
  margin: auto;
}
.cid-uYh2iX667K .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYh2iX667K .dropdown-item:hover,
.cid-uYh2iX667K .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uYh2iX667K .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYh2iX667K .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYh2iX667K .navbar-short,
.cid-uYh2iX667K .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uYh2iX667K .navbar-short .nav-link,
.cid-uYh2iX667K .opened .nav-link,
.cid-uYh2iX667K .navbar-short .navbar-caption,
.cid-uYh2iX667K .opened .navbar-caption,
.cid-uYh2iX667K .navbar-short .mbr-iconfont,
.cid-uYh2iX667K .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uYh2iX667K .navbar-short .hamburger span,
.cid-uYh2iX667K .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uYh2iX667K .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uYh2iX667K .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYh2iX667K .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYh2iX667K .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYh2iX667K .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYh2iX667K .container {
  display: flex;
  margin: auto;
}
.cid-uYh2iX667K .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYh2iX667K .dropdown-menu,
.cid-uYh2iX667K .navbar.opened {
  background: #ffffff !important;
}
.cid-uYh2iX667K .nav-item:focus,
.cid-uYh2iX667K .nav-link:focus {
  outline: none;
}
.cid-uYh2iX667K .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYh2iX667K .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYh2iX667K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYh2iX667K .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYh2iX667K .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYh2iX667K .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYh2iX667K .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uYh2iX667K .navbar.opened {
  transition: all 0.3s;
}
.cid-uYh2iX667K .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYh2iX667K .navbar .navbar-logo img {
  width: auto;
}
.cid-uYh2iX667K .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYh2iX667K .navbar.collapsed {
  justify-content: center;
}
.cid-uYh2iX667K .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYh2iX667K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYh2iX667K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uYh2iX667K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYh2iX667K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYh2iX667K .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-uYh2iX667K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYh2iX667K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYh2iX667K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYh2iX667K .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYh2iX667K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYh2iX667K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYh2iX667K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYh2iX667K .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-uYh2iX667K .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYh2iX667K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYh2iX667K .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYh2iX667K .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYh2iX667K .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYh2iX667K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYh2iX667K .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYh2iX667K .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYh2iX667K .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYh2iX667K .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYh2iX667K .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYh2iX667K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYh2iX667K .dropdown-item.active,
.cid-uYh2iX667K .dropdown-item:active {
  background-color: transparent;
}
.cid-uYh2iX667K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYh2iX667K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYh2iX667K .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYh2iX667K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYh2iX667K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYh2iX667K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYh2iX667K ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYh2iX667K .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYh2iX667K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYh2iX667K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYh2iX667K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYh2iX667K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYh2iX667K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYh2iX667K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYh2iX667K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYh2iX667K nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYh2iX667K nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYh2iX667K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYh2iX667K .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYh2iX667K a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYh2iX667K .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYh2iX667K .navbar {
    height: 70px;
  }
  .cid-uYh2iX667K .navbar.opened {
    height: auto;
  }
  .cid-uYh2iX667K .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYh2iXFSnb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/slider-2-2new-3-1920x553.webp");
}
.cid-uYh2iXFSnb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYh2iXFSnb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYh2iXFSnb .row {
  justify-content: center;
}
.cid-uYh2iXFSnb .card {
  justify-content: flex-end;
}
.cid-uYh2iXFSnb .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYh2iXFSnb .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYh2iXFSnb .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uYh2iXFSnb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYh2iXFSnb .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uYh2iXFSnb .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uYh2iXFSnb .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uYh2iXFSnb .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uYh2iXFSnb .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uYh2iXFSnb .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uYh2iXFSnb .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uYh2iXFSnb .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYh2iXFSnb .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uYh2iXFSnb .mbr-text,
.cid-uYh2iXFSnb .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uYh2iXFSnb .mbr-desc {
  color: #ffffff;
}
.cid-uYh2iXFSnb .mbr-desc,
.cid-uYh2iXFSnb .mbr-section-btn {
  color: #000000;
}
.cid-uYh2iY5kRm {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYh2iY5kRm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYh2iY5kRm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYh2iY5kRm .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uYh2iY5kRm .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uYh2iY5kRm .card-wrapper {
    margin-left: 0;
  }
}
.cid-uYh2iY5kRm .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uYh2iY5kRm .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uYh2iY5kRm .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYh2iY5kRm .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uYh2iY5kRm .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uYh2iY5kRm .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uYh2iY5kRm .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uYh2iY5kRm .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uYh2iY5kRm .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uYh2iY5kRm .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uYh2iY5kRm .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uYh2iY5kRm .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uYh2iY5kRm .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uYh2iY5kRm .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uYh2iY5kRm .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uYh2iY5kRm .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uYh2iY5kRm .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uYh2iY5kRm .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uYh2iY5kRm .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uYh2iY5kRm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYh2iY5kRm .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uYh2iY5kRm .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uYh2iY5kRm .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uYh2iY5kRm .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uYh2iY5kRm .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYh2iY5kRm .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uYh2iY5kRm .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uYh2iY5kRm .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uYh2iY5kRm .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uYh2iY5kRm .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYh2iY5kRm .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uYh2iY5kRm .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYh2iY5kRm .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uYh2iY5kRm .mbr-label,
.cid-uYh2iY5kRm .label-wrapper {
  color: #000000;
}
.cid-uYh2iY5kRm .mbr-section-title {
  color: #000000;
}
.cid-uYh2iY5kRm .mbr-text {
  color: #8a8a8a;
}
.cid-uYh2iY5kRm .card-title {
  color: #000000;
}
.cid-uYh2iY5kRm .card-text {
  color: #8a8a8a;
}
.cid-uYh2iY5kRm .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uYh2iY5kRm .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYh2iY5kRm .item-star,
.cid-uYh2iY5kRm .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uYh2iY5kRm .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uYh2iYC2H2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uYh2iYC2H2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYh2iYC2H2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYh2iYC2H2 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uYh2iYC2H2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYh2iYC2H2 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uYh2iYC2H2 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uYh2iYC2H2 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uYh2iYC2H2 .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uYh2iYC2H2 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uYh2iYC2H2 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uYh2iYC2H2 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uYh2iYC2H2 .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-uYh2iYC2H2 .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYh2iYC2H2 .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uYh2iYC2H2 .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 12px;
}
.cid-uYh2iYC2H2 .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uYh2iYC2H2 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uYh2iYC2H2 .mbr-section-title {
  color: #404349;
}
.cid-uYh2iYC2H2 .mbr-desc {
  color: #b19a7c;
}
.cid-uYh2iYC2H2 .item-title {
  color: #404349;
}
.cid-uYh2iYC2H2 .item-text {
  color: #404349;
}
.cid-uYh2iZ9co9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uYh2iZ9co9 .content {
    text-align: center;
  }
  .cid-uYh2iZ9co9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYh2iZ9co9 .img-logo img {
  height: 6rem;
}
.cid-uYh2iZ9co9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uYh2iZ9co9 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uYh2iZ9co9 .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uYh2iZ9co9 .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uYh2iZ9co9 .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYh2iZ9co9 .social-list a:hover {
  opacity: 1;
}
.cid-uYh2iZ9co9 .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYh2iZ9co9 .list li {
  padding-bottom: 0.5rem;
}
.cid-uYh2iZ9co9 .list li:last-child {
  padding-bottom: 0;
}
.cid-uYh2iZ9co9 .mbr-footer-list,
.cid-uYh2iZ9co9 .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uYh2iZ9co9 .mbr-footer-list,
  .cid-uYh2iZ9co9 .form-text,
  .cid-uYh2iZ9co9 .footer-title,
  .cid-uYh2iZ9co9 .footer-main-title,
  .cid-uYh2iZ9co9 .form-text,
  .cid-uYh2iZ9co9 .list {
    text-align: center !important;
  }
  .cid-uYh2iZ9co9 .mbr-form,
  .cid-uYh2iZ9co9 .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uYh2iZ9co9 .footer-main-title {
  color: #ffffff;
}
.cid-uYh2iZ9co9 .mbr-footer-list {
  color: #cccccc;
}
.cid-uYh2iZMUiw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYh2iZMUiw .media-container-row .mbr-text {
  color: #191616;
}
.cid-uYQdBkFaaa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uYQdBkFaaa nav.navbar {
  position: fixed;
}
.cid-uYQdBkFaaa .navbar-nav {
  margin: auto;
}
.cid-uYQdBkFaaa .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYQdBkFaaa .dropdown-item:hover,
.cid-uYQdBkFaaa .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-uYQdBkFaaa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYQdBkFaaa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYQdBkFaaa .navbar-short,
.cid-uYQdBkFaaa .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uYQdBkFaaa .navbar-short .nav-link,
.cid-uYQdBkFaaa .opened .nav-link,
.cid-uYQdBkFaaa .navbar-short .navbar-caption,
.cid-uYQdBkFaaa .opened .navbar-caption,
.cid-uYQdBkFaaa .navbar-short .mbr-iconfont,
.cid-uYQdBkFaaa .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-uYQdBkFaaa .navbar-short .hamburger span,
.cid-uYQdBkFaaa .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-uYQdBkFaaa .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uYQdBkFaaa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYQdBkFaaa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYQdBkFaaa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYQdBkFaaa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYQdBkFaaa .container {
  display: flex;
  margin: auto;
}
.cid-uYQdBkFaaa .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uYQdBkFaaa .dropdown-menu,
.cid-uYQdBkFaaa .navbar.opened {
  background: #ffffff !important;
}
.cid-uYQdBkFaaa .nav-item:focus,
.cid-uYQdBkFaaa .nav-link:focus {
  outline: none;
}
.cid-uYQdBkFaaa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYQdBkFaaa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYQdBkFaaa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYQdBkFaaa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYQdBkFaaa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYQdBkFaaa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYQdBkFaaa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uYQdBkFaaa .navbar.opened {
  transition: all 0.3s;
}
.cid-uYQdBkFaaa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYQdBkFaaa .navbar .navbar-logo img {
  width: auto;
}
.cid-uYQdBkFaaa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYQdBkFaaa .navbar.collapsed {
  justify-content: center;
}
.cid-uYQdBkFaaa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYQdBkFaaa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYQdBkFaaa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uYQdBkFaaa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYQdBkFaaa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYQdBkFaaa .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-uYQdBkFaaa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYQdBkFaaa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYQdBkFaaa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYQdBkFaaa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYQdBkFaaa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYQdBkFaaa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYQdBkFaaa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYQdBkFaaa .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-uYQdBkFaaa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYQdBkFaaa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYQdBkFaaa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYQdBkFaaa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYQdBkFaaa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYQdBkFaaa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYQdBkFaaa .navbar.navbar-short {
  min-height: 60px;
}
.cid-uYQdBkFaaa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uYQdBkFaaa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uYQdBkFaaa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYQdBkFaaa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYQdBkFaaa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYQdBkFaaa .dropdown-item.active,
.cid-uYQdBkFaaa .dropdown-item:active {
  background-color: transparent;
}
.cid-uYQdBkFaaa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYQdBkFaaa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYQdBkFaaa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYQdBkFaaa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uYQdBkFaaa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYQdBkFaaa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYQdBkFaaa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYQdBkFaaa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYQdBkFaaa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYQdBkFaaa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYQdBkFaaa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYQdBkFaaa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYQdBkFaaa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYQdBkFaaa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYQdBkFaaa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYQdBkFaaa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYQdBkFaaa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYQdBkFaaa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYQdBkFaaa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uYQdBkFaaa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYQdBkFaaa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYQdBkFaaa .navbar {
    height: 70px;
  }
  .cid-uYQdBkFaaa .navbar.opened {
    height: auto;
  }
  .cid-uYQdBkFaaa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYQdBl26Vn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-6-1920x1280.webp");
}
.cid-uYQdBl26Vn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQdBl26Vn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYQdBl26Vn .row {
  justify-content: center;
}
.cid-uYQdBl26Vn .card {
  justify-content: flex-end;
}
.cid-uYQdBl26Vn .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYQdBl26Vn .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYQdBl26Vn .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uYQdBl26Vn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYQdBl26Vn .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uYQdBl26Vn .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uYQdBl26Vn .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uYQdBl26Vn .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uYQdBl26Vn .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uYQdBl26Vn .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uYQdBl26Vn .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uYQdBl26Vn .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYQdBl26Vn .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uYQdBl26Vn .mbr-text,
.cid-uYQdBl26Vn .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-uYQdBl26Vn .mbr-desc {
  color: #ffffff;
}
.cid-uYQdBl26Vn .mbr-desc,
.cid-uYQdBl26Vn .mbr-section-btn {
  color: #000000;
}
.cid-uYQdBljkRE {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uYQdBljkRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQdBljkRE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYQdBljkRE .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
  margin-right: 0;
  margin-left: 48px;
}
@media (max-width: 992px) {
  .cid-uYQdBljkRE .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uYQdBljkRE .card-wrapper {
    margin-left: 0;
  }
}
.cid-uYQdBljkRE .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uYQdBljkRE .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uYQdBljkRE .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYQdBljkRE .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uYQdBljkRE .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uYQdBljkRE .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uYQdBljkRE .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uYQdBljkRE .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uYQdBljkRE .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uYQdBljkRE .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uYQdBljkRE .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uYQdBljkRE .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uYQdBljkRE .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uYQdBljkRE .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uYQdBljkRE .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uYQdBljkRE .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uYQdBljkRE .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uYQdBljkRE .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uYQdBljkRE .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uYQdBljkRE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYQdBljkRE .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uYQdBljkRE .content-wrapper .items-wrapper .item {
  padding: 35px 0;
}
@media (max-width: 992px) {
  .cid-uYQdBljkRE .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uYQdBljkRE .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uYQdBljkRE .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYQdBljkRE .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uYQdBljkRE .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uYQdBljkRE .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uYQdBljkRE .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uYQdBljkRE .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYQdBljkRE .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uYQdBljkRE .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYQdBljkRE .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uYQdBljkRE .mbr-label,
.cid-uYQdBljkRE .label-wrapper {
  color: #000000;
}
.cid-uYQdBljkRE .mbr-section-title {
  color: #000000;
}
.cid-uYQdBljkRE .mbr-text {
  color: #8a8a8a;
}
.cid-uYQdBljkRE .card-title {
  color: #000000;
}
.cid-uYQdBljkRE .card-text {
  color: #8a8a8a;
}
.cid-uYQdBljkRE .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uYQdBljkRE .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYQdBljkRE .item-star,
.cid-uYQdBljkRE .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uYQdBljkRE .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uYQwE0bSGg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uYQwE0bSGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQwE0bSGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYQwE0bSGg .card {
  justify-content: flex-end;
}
.cid-uYQwE0bSGg .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYQwE0bSGg .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYQwE0bSGg .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-uYQwE0bSGg .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYQwE0bSGg .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-uYQwE0bSGg .items-wrapper {
  justify-content: center;
  margin: 0 -15px;
}
.cid-uYQwE0bSGg .items-wrapper .item {
  padding: 0 15px;
}
.cid-uYQwE0bSGg .item {
  animation: none !important;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYQwE0bSGg .item {
    margin-bottom: 15px;
  }
}
.cid-uYQwE0bSGg .item .item-wrapper {
  position: relative;
  padding: 40px;
  backdrop-filter: blur(10px);
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYQwE0bSGg .item .item-wrapper {
    padding: 30px;
  }
}
.cid-uYQwE0bSGg .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  background-color: #ededee;
}
.cid-uYQwE0bSGg .item .item-wrapper:hover .card-box .border-wrapper::before,
.cid-uYQwE0bSGg .item .item-wrapper:focus .card-box .border-wrapper::before {
  width: 0;
  opacity: 1;
  background-color: #911d17;
}
.cid-uYQwE0bSGg .item .item-wrapper:hover .card-box .border-wrapper::after,
.cid-uYQwE0bSGg .item .item-wrapper:focus .card-box .border-wrapper::after {
  width: 100%;
}
.cid-uYQwE0bSGg .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uYQwE0bSGg .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYQwE0bSGg .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYQwE0bSGg .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  color: #ac251e;
  display: inline-flex;
}
.cid-uYQwE0bSGg .item .item-wrapper .card-box .border-wrapper {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  transition: all .3s ease;
}
.cid-uYQwE0bSGg .item .item-wrapper .card-box .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  opacity: .4;
  transition: all .4s ease;
}
.cid-uYQwE0bSGg .item .item-wrapper .card-box .border-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #911d17;
  transition: all .6s ease;
}
.cid-uYQwE0bSGg .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uYQwE0bSGg .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  opacity: .6;
}
.cid-uYQwE0bSGg .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYQwE0bSGg .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYQwE0bSGg .mbr-section-title {
  color: #0b1d32;
}
.cid-uYQwE0bSGg .card-title {
  color: #ffffff;
}
.cid-uYQwE0bSGg .card-text {
  color: #000000;
}
.cid-uYQwE0bSGg .card-title,
.cid-uYQwE0bSGg .iconfont-wrapper,
.cid-uYQwE0bSGg .item-btn {
  color: #ac251e;
}
.cid-uYQdBlIt5q {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ededee;
}
.cid-uYQdBlIt5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQdBlIt5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYQdBlIt5q .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uYQdBlIt5q .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uYQdBlIt5q .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uYQdBlIt5q .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uYQdBlIt5q .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ededee;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uYQdBlIt5q .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uYQdBlIt5q .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ededee;
}
.cid-uYQdBlIt5q .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ededee;
}
.cid-uYQdBlIt5q .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uYQdBlIt5q .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uYQdBlIt5q .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uYQdBlIt5q .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #0b1d32;
}
.cid-uYQdBlIt5q .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uYQdBlIt5q .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uYQdBlIt5q .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uYQdBlIt5q .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uYQdBlIt5q .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uYQdBlIt5q .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uYQdBlIt5q .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uYQdBlIt5q .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uYQdBlIt5q .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uYQdBlIt5q .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYQdBlIt5q .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uYQdBlIt5q .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uYQdBlIt5q .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uYQdBlIt5q .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uYQdBlIt5q .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYQdBlIt5q .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uYQdBlIt5q .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uYQdBlIt5q .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uYQdBlIt5q .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #ac251e;
  border-radius: 100%;
}
.cid-uYQdBlIt5q .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYQdBlIt5q .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uYQdBlIt5q .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYQdBlIt5q .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uYQdBlIt5q .mbr-label,
.cid-uYQdBlIt5q .label-wrapper {
  color: #000000;
}
.cid-uYQdBlIt5q .mbr-section-title {
  color: #000000;
}
.cid-uYQdBlIt5q .mbr-text {
  color: #8a8a8a;
}
.cid-uYQdBlIt5q .card-title {
  color: #000000;
}
.cid-uYQdBlIt5q .card-text {
  color: #8a8a8a;
}
.cid-uYQdBlIt5q .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uYQdBlIt5q .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uYQdBlIt5q .item-star,
.cid-uYQdBlIt5q .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uYQdBlIt5q .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uYQdBm6H97 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYQdBm6H97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQdBm6H97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYQdBm6H97 .title-wrapper {
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYQdBm6H97 .title-wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.cid-uYQdBm6H97 .title-wrapper .label-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uYQdBm6H97 .title-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uYQdBm6H97 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #ac251e;
}
.cid-uYQdBm6H97 .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYQdBm6H97 .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYQdBm6H97 .panel-group .card {
  position: relative;
  padding: 40px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uYQdBm6H97 .panel-group .card {
    padding: 30px 0;
  }
}
.cid-uYQdBm6H97 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uYQdBm6H97 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uYQdBm6H97 .panel-group .card .card-header .panel-title .icon-wrap {
  width: 35%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uYQdBm6H97 .panel-group .card .card-header .panel-title .icon-wrap {
    width: 25%;
  }
}
.cid-uYQdBm6H97 .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 10px;
  transition: all .3s ease;
  font-size: 24px;
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uYQdBm6H97 .panel-group .card .card-header .panel-title .icon-wrap .svg1 {
  position: absolute;
  bottom: 0;
  left: 24px;
  transform: rotate(180deg);
  width: 26px;
}
.cid-uYQdBm6H97 .panel-group .card .card-header .panel-title .icon-wrap .svg1 path {
  transition: all .3s ease;
  fill: #ac251e;
}
.cid-uYQdBm6H97 .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 65%;
  padding-right: 30px;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uYQdBm6H97 .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uYQdBm6H97 .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-uYQdBm6H97 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-uYQdBm6H97 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ac251e;
}
.cid-uYQdBm6H97 .panel-group .card .card-header .panel-title:hover .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uYQdBm6H97 .panel-group .card .card-header .panel-title:hover .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uYQdBm6H97 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uYQdBm6H97 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  background-color: #ac251e;
  color: #ac251e;
}
.cid-uYQdBm6H97 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .svg1 path {
  fill: #ac251e;
}
.cid-uYQdBm6H97 .panel-group .card .panel-collapse .panel-body {
  margin-top: 40px;
  margin-left: 35%;
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-uYQdBm6H97 .panel-group .card .panel-collapse .panel-body {
    margin-top: 20px;
    margin-left: 0;
  }
}
.cid-uYQdBm6H97 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYQdBm6H97 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uYQdBm6H97 .mbr-label {
  color: #000000;
}
.cid-uYQdBm6H97 .mbr-section-title {
  color: #000000;
}
.cid-uYQdBm6H97 .panel-title-edit {
  color: #000000;
}
.cid-uYQdBm6H97 .panel-text {
  color: #8a8a8a;
}
.cid-uYQdBmy04A {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-uYQdBmy04A .content {
    text-align: center;
  }
  .cid-uYQdBmy04A .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYQdBmy04A .img-logo img {
  height: 6rem;
}
.cid-uYQdBmy04A .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uYQdBmy04A .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-uYQdBmy04A .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uYQdBmy04A .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-uYQdBmy04A .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uYQdBmy04A .social-list a:hover {
  opacity: 1;
}
.cid-uYQdBmy04A .list {
  list-style-type: none;
  padding: 0;
}
.cid-uYQdBmy04A .list li {
  padding-bottom: 0.5rem;
}
.cid-uYQdBmy04A .list li:last-child {
  padding-bottom: 0;
}
.cid-uYQdBmy04A .mbr-footer-list,
.cid-uYQdBmy04A .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uYQdBmy04A .mbr-footer-list,
  .cid-uYQdBmy04A .form-text,
  .cid-uYQdBmy04A .footer-title,
  .cid-uYQdBmy04A .footer-main-title,
  .cid-uYQdBmy04A .form-text,
  .cid-uYQdBmy04A .list {
    text-align: center !important;
  }
  .cid-uYQdBmy04A .mbr-form,
  .cid-uYQdBmy04A .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-uYQdBmy04A .footer-main-title {
  color: #ffffff;
}
.cid-uYQdBmy04A .mbr-footer-list {
  color: #cccccc;
}
.cid-uYQdBn4Yr8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYQdBn4Yr8 .media-container-row .mbr-text {
  color: #191616;
}
.cid-vb5OIKxBIj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vb5OIKxBIj nav.navbar {
  position: fixed;
}
.cid-vb5OIKxBIj .navbar-nav {
  margin: auto;
}
.cid-vb5OIKxBIj .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vb5OIKxBIj .dropdown-item:hover,
.cid-vb5OIKxBIj .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-vb5OIKxBIj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vb5OIKxBIj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vb5OIKxBIj .navbar-short,
.cid-vb5OIKxBIj .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-vb5OIKxBIj .navbar-short .nav-link,
.cid-vb5OIKxBIj .opened .nav-link,
.cid-vb5OIKxBIj .navbar-short .navbar-caption,
.cid-vb5OIKxBIj .opened .navbar-caption,
.cid-vb5OIKxBIj .navbar-short .mbr-iconfont,
.cid-vb5OIKxBIj .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-vb5OIKxBIj .navbar-short .hamburger span,
.cid-vb5OIKxBIj .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-vb5OIKxBIj .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-vb5OIKxBIj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb5OIKxBIj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vb5OIKxBIj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vb5OIKxBIj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vb5OIKxBIj .container {
  display: flex;
  margin: auto;
}
.cid-vb5OIKxBIj .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vb5OIKxBIj .dropdown-menu,
.cid-vb5OIKxBIj .navbar.opened {
  background: #ffffff !important;
}
.cid-vb5OIKxBIj .nav-item:focus,
.cid-vb5OIKxBIj .nav-link:focus {
  outline: none;
}
.cid-vb5OIKxBIj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vb5OIKxBIj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb5OIKxBIj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vb5OIKxBIj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb5OIKxBIj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vb5OIKxBIj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vb5OIKxBIj .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vb5OIKxBIj .navbar.opened {
  transition: all 0.3s;
}
.cid-vb5OIKxBIj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vb5OIKxBIj .navbar .navbar-logo img {
  width: auto;
}
.cid-vb5OIKxBIj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vb5OIKxBIj .navbar.collapsed {
  justify-content: center;
}
.cid-vb5OIKxBIj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vb5OIKxBIj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vb5OIKxBIj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vb5OIKxBIj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vb5OIKxBIj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vb5OIKxBIj .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-vb5OIKxBIj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb5OIKxBIj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vb5OIKxBIj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vb5OIKxBIj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb5OIKxBIj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb5OIKxBIj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb5OIKxBIj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vb5OIKxBIj .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-vb5OIKxBIj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vb5OIKxBIj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vb5OIKxBIj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vb5OIKxBIj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vb5OIKxBIj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vb5OIKxBIj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vb5OIKxBIj .navbar.navbar-short {
  min-height: 60px;
}
.cid-vb5OIKxBIj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vb5OIKxBIj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vb5OIKxBIj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vb5OIKxBIj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vb5OIKxBIj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb5OIKxBIj .dropdown-item.active,
.cid-vb5OIKxBIj .dropdown-item:active {
  background-color: transparent;
}
.cid-vb5OIKxBIj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb5OIKxBIj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb5OIKxBIj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb5OIKxBIj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vb5OIKxBIj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb5OIKxBIj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb5OIKxBIj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vb5OIKxBIj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vb5OIKxBIj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vb5OIKxBIj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vb5OIKxBIj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb5OIKxBIj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5OIKxBIj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5OIKxBIj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb5OIKxBIj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5OIKxBIj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb5OIKxBIj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb5OIKxBIj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5OIKxBIj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vb5OIKxBIj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vb5OIKxBIj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb5OIKxBIj .navbar {
    height: 70px;
  }
  .cid-vb5OIKxBIj .navbar.opened {
    height: auto;
  }
  .cid-vb5OIKxBIj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb5OIKPBBs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-vb5OIKPBBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5OIKPBBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb5OIKPBBs .row {
  justify-content: center;
}
.cid-vb5OIKPBBs .card {
  justify-content: flex-end;
}
.cid-vb5OIKPBBs .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vb5OIKPBBs .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vb5OIKPBBs .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-vb5OIKPBBs .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vb5OIKPBBs .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-vb5OIKPBBs .border-wrapper {
    margin-top: 30px;
  }
}
.cid-vb5OIKPBBs .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vb5OIKPBBs .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-vb5OIKPBBs .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vb5OIKPBBs .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vb5OIKPBBs .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-vb5OIKPBBs .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vb5OIKPBBs .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-vb5OIKPBBs .mbr-text,
.cid-vb5OIKPBBs .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-vb5OIKPBBs .mbr-desc {
  color: #ffffff;
}
.cid-vb5OIKPBBs .mbr-desc,
.cid-vb5OIKPBBs .mbr-section-btn {
  color: #000000;
}
.cid-vb5TJaWHQB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vb5TJaWHQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5TJaWHQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb5TJaWHQB .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-vb5TJaWHQB .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-vb5TJaWHQB .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-vb5TJaWHQB .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-vb5TJaWHQB .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-vb5TJaWHQB .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #911d17;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-vb5TJaWHQB .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-vb5TJaWHQB .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-vb5TJaWHQB .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vb5TJaWHQB .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb5TJaWHQB .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-vb5TJaWHQB .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vb5TJaWHQB .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vb5TJaWHQB .mbr-label,
.cid-vb5TJaWHQB .label-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-vb5TJaWHQB .mbr-section-title {
  color: #f5f8ff;
}
.cid-vb5TJaWHQB .mbr-text,
.cid-vb5TJaWHQB .text-wrapper {
  color: #8a8a8a;
  text-align: justify;
}
.cid-vb5TJaWHQB .mbr-section-title,
.cid-vb5TJaWHQB .mbr-section-btn {
  text-align: center;
}
.cid-vb5TJaWHQB .mbr-section-title,
.cid-vb5TJaWHQB .mbr-section-btn,
.cid-vb5TJaWHQB .title-wrapper {
  color: #191616;
  text-align: justify;
}
.cid-vb5OIM0Xjk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vb5OIM0Xjk .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f3f7f9 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vb5OIM0Xjk .mbr-iconfont {
  align-items: center;
}
.cid-vb5OIM0Xjk .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-vb5OIM0Xjk .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vb5OIM0Xjk .icon-transition span:hover {
  background-color: #000000;
  color: #f3f7f9;
}
.cid-vb5OIM0Xjk .social-media {
  padding: 0;
}
.cid-vb5OIM0Xjk .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-vb5OIM0Xjk .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vb5OIM0Xjk .mbr-list,
.cid-vb5OIM0Xjk .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-vb5OIM0Xjk .social-list {
    text-align: center !important;
  }
}
.cid-vb5OIMe1hJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-vb5OIMe1hJ .content {
    text-align: center;
  }
  .cid-vb5OIMe1hJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vb5OIMe1hJ .img-logo img {
  height: 6rem;
}
.cid-vb5OIMe1hJ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vb5OIMe1hJ .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-vb5OIMe1hJ .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vb5OIMe1hJ .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-vb5OIMe1hJ .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vb5OIMe1hJ .social-list a:hover {
  opacity: 1;
}
.cid-vb5OIMe1hJ .list {
  list-style-type: none;
  padding: 0;
}
.cid-vb5OIMe1hJ .list li {
  padding-bottom: 0.5rem;
}
.cid-vb5OIMe1hJ .list li:last-child {
  padding-bottom: 0;
}
.cid-vb5OIMe1hJ .mbr-footer-list,
.cid-vb5OIMe1hJ .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-vb5OIMe1hJ .mbr-footer-list,
  .cid-vb5OIMe1hJ .form-text,
  .cid-vb5OIMe1hJ .footer-title,
  .cid-vb5OIMe1hJ .footer-main-title,
  .cid-vb5OIMe1hJ .form-text,
  .cid-vb5OIMe1hJ .list {
    text-align: center !important;
  }
  .cid-vb5OIMe1hJ .mbr-form,
  .cid-vb5OIMe1hJ .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-vb5OIMe1hJ .footer-main-title {
  color: #ffffff;
}
.cid-vb5OIMe1hJ .mbr-footer-list {
  color: #cccccc;
}
.cid-vb5OIMAGfi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vb5OIMAGfi .media-container-row .mbr-text {
  color: #191616;
}
.cid-vb67IerifD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vb67IerifD nav.navbar {
  position: fixed;
}
.cid-vb67IerifD .navbar-nav {
  margin: auto;
}
.cid-vb67IerifD .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vb67IerifD .dropdown-item:hover,
.cid-vb67IerifD .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-vb67IerifD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vb67IerifD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vb67IerifD .navbar-short,
.cid-vb67IerifD .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-vb67IerifD .navbar-short .nav-link,
.cid-vb67IerifD .opened .nav-link,
.cid-vb67IerifD .navbar-short .navbar-caption,
.cid-vb67IerifD .opened .navbar-caption,
.cid-vb67IerifD .navbar-short .mbr-iconfont,
.cid-vb67IerifD .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-vb67IerifD .navbar-short .hamburger span,
.cid-vb67IerifD .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-vb67IerifD .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-vb67IerifD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb67IerifD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vb67IerifD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vb67IerifD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vb67IerifD .container {
  display: flex;
  margin: auto;
}
.cid-vb67IerifD .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vb67IerifD .dropdown-menu,
.cid-vb67IerifD .navbar.opened {
  background: #ffffff !important;
}
.cid-vb67IerifD .nav-item:focus,
.cid-vb67IerifD .nav-link:focus {
  outline: none;
}
.cid-vb67IerifD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vb67IerifD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb67IerifD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vb67IerifD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb67IerifD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vb67IerifD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vb67IerifD .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vb67IerifD .navbar.opened {
  transition: all 0.3s;
}
.cid-vb67IerifD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vb67IerifD .navbar .navbar-logo img {
  width: auto;
}
.cid-vb67IerifD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vb67IerifD .navbar.collapsed {
  justify-content: center;
}
.cid-vb67IerifD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vb67IerifD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vb67IerifD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vb67IerifD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vb67IerifD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vb67IerifD .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-vb67IerifD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb67IerifD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vb67IerifD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vb67IerifD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb67IerifD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb67IerifD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb67IerifD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vb67IerifD .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-vb67IerifD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vb67IerifD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vb67IerifD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vb67IerifD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vb67IerifD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vb67IerifD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vb67IerifD .navbar.navbar-short {
  min-height: 60px;
}
.cid-vb67IerifD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vb67IerifD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vb67IerifD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vb67IerifD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vb67IerifD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb67IerifD .dropdown-item.active,
.cid-vb67IerifD .dropdown-item:active {
  background-color: transparent;
}
.cid-vb67IerifD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb67IerifD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb67IerifD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb67IerifD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vb67IerifD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb67IerifD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb67IerifD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vb67IerifD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vb67IerifD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vb67IerifD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vb67IerifD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb67IerifD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb67IerifD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb67IerifD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb67IerifD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb67IerifD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb67IerifD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb67IerifD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb67IerifD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vb67IerifD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vb67IerifD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb67IerifD .navbar {
    height: 70px;
  }
  .cid-vb67IerifD .navbar.opened {
    height: auto;
  }
  .cid-vb67IerifD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb67IeOS02 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-vb67IeOS02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb67IeOS02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb67IeOS02 .row {
  justify-content: center;
}
.cid-vb67IeOS02 .card {
  justify-content: flex-end;
}
.cid-vb67IeOS02 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vb67IeOS02 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vb67IeOS02 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-vb67IeOS02 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vb67IeOS02 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-vb67IeOS02 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-vb67IeOS02 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vb67IeOS02 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-vb67IeOS02 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vb67IeOS02 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vb67IeOS02 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-vb67IeOS02 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vb67IeOS02 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-vb67IeOS02 .mbr-text,
.cid-vb67IeOS02 .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-vb67IeOS02 .mbr-desc {
  color: #ffffff;
}
.cid-vb67IeOS02 .mbr-desc,
.cid-vb67IeOS02 .mbr-section-btn {
  color: #000000;
}
.cid-vb67If7H9H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vb67If7H9H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb67If7H9H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb67If7H9H .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-vb67If7H9H .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-vb67If7H9H .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-vb67If7H9H .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-vb67If7H9H .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-vb67If7H9H .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #911d17;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-vb67If7H9H .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-vb67If7H9H .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-vb67If7H9H .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vb67If7H9H .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb67If7H9H .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-vb67If7H9H .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vb67If7H9H .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vb67If7H9H .mbr-label,
.cid-vb67If7H9H .label-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-vb67If7H9H .mbr-section-title {
  color: #f5f8ff;
}
.cid-vb67If7H9H .mbr-text,
.cid-vb67If7H9H .text-wrapper {
  color: #8a8a8a;
  text-align: justify;
}
.cid-vb67If7H9H .mbr-section-title,
.cid-vb67If7H9H .mbr-section-btn {
  text-align: center;
}
.cid-vb67If7H9H .mbr-section-title,
.cid-vb67If7H9H .mbr-section-btn,
.cid-vb67If7H9H .title-wrapper {
  color: #191616;
  text-align: justify;
}
.cid-vb67Ifom86 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vb67Ifom86 .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f3f7f9 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vb67Ifom86 .mbr-iconfont {
  align-items: center;
}
.cid-vb67Ifom86 .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-vb67Ifom86 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vb67Ifom86 .icon-transition span:hover {
  background-color: #000000;
  color: #f3f7f9;
}
.cid-vb67Ifom86 .social-media {
  padding: 0;
}
.cid-vb67Ifom86 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-vb67Ifom86 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vb67Ifom86 .mbr-list,
.cid-vb67Ifom86 .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-vb67Ifom86 .social-list {
    text-align: center !important;
  }
}
.cid-vb67IfFDZz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-vb67IfFDZz .content {
    text-align: center;
  }
  .cid-vb67IfFDZz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vb67IfFDZz .img-logo img {
  height: 6rem;
}
.cid-vb67IfFDZz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vb67IfFDZz .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-vb67IfFDZz .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vb67IfFDZz .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-vb67IfFDZz .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vb67IfFDZz .social-list a:hover {
  opacity: 1;
}
.cid-vb67IfFDZz .list {
  list-style-type: none;
  padding: 0;
}
.cid-vb67IfFDZz .list li {
  padding-bottom: 0.5rem;
}
.cid-vb67IfFDZz .list li:last-child {
  padding-bottom: 0;
}
.cid-vb67IfFDZz .mbr-footer-list,
.cid-vb67IfFDZz .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-vb67IfFDZz .mbr-footer-list,
  .cid-vb67IfFDZz .form-text,
  .cid-vb67IfFDZz .footer-title,
  .cid-vb67IfFDZz .footer-main-title,
  .cid-vb67IfFDZz .form-text,
  .cid-vb67IfFDZz .list {
    text-align: center !important;
  }
  .cid-vb67IfFDZz .mbr-form,
  .cid-vb67IfFDZz .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-vb67IfFDZz .footer-main-title {
  color: #ffffff;
}
.cid-vb67IfFDZz .mbr-footer-list {
  color: #cccccc;
}
.cid-vb67Ig3626 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vb67Ig3626 .media-container-row .mbr-text {
  color: #191616;
}
.cid-vb5YdwJiig {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vb5YdwJiig nav.navbar {
  position: fixed;
}
.cid-vb5YdwJiig .navbar-nav {
  margin: auto;
}
.cid-vb5YdwJiig .dropdown-item {
  color: #000000 !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-vb5YdwJiig .dropdown-item:hover,
.cid-vb5YdwJiig .dropdown-item:focus {
  background: #ac251e !important;
  color: white !important;
}
.cid-vb5YdwJiig .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vb5YdwJiig .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vb5YdwJiig .navbar-short,
.cid-vb5YdwJiig .opened {
  background: #ffffff !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-vb5YdwJiig .navbar-short .nav-link,
.cid-vb5YdwJiig .opened .nav-link,
.cid-vb5YdwJiig .navbar-short .navbar-caption,
.cid-vb5YdwJiig .opened .navbar-caption,
.cid-vb5YdwJiig .navbar-short .mbr-iconfont,
.cid-vb5YdwJiig .opened .mbr-iconfont {
  color: #000000 !important;
}
.cid-vb5YdwJiig .navbar-short .hamburger span,
.cid-vb5YdwJiig .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-vb5YdwJiig .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-vb5YdwJiig .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb5YdwJiig .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vb5YdwJiig .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vb5YdwJiig .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vb5YdwJiig .container {
  display: flex;
  margin: auto;
}
.cid-vb5YdwJiig .iconfont-wrapper {
  color: #191616 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vb5YdwJiig .dropdown-menu,
.cid-vb5YdwJiig .navbar.opened {
  background: #ffffff !important;
}
.cid-vb5YdwJiig .nav-item:focus,
.cid-vb5YdwJiig .nav-link:focus {
  outline: none;
}
.cid-vb5YdwJiig .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vb5YdwJiig .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vb5YdwJiig .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vb5YdwJiig .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vb5YdwJiig .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vb5YdwJiig .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vb5YdwJiig .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vb5YdwJiig .navbar.opened {
  transition: all 0.3s;
}
.cid-vb5YdwJiig .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vb5YdwJiig .navbar .navbar-logo img {
  width: auto;
}
.cid-vb5YdwJiig .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vb5YdwJiig .navbar.collapsed {
  justify-content: center;
}
.cid-vb5YdwJiig .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vb5YdwJiig .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vb5YdwJiig .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vb5YdwJiig .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vb5YdwJiig .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vb5YdwJiig .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-vb5YdwJiig .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vb5YdwJiig .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vb5YdwJiig .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vb5YdwJiig .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vb5YdwJiig .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vb5YdwJiig .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vb5YdwJiig .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vb5YdwJiig .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-vb5YdwJiig .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vb5YdwJiig .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vb5YdwJiig .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vb5YdwJiig .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vb5YdwJiig .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vb5YdwJiig .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vb5YdwJiig .navbar.navbar-short {
  min-height: 60px;
}
.cid-vb5YdwJiig .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vb5YdwJiig .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vb5YdwJiig .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vb5YdwJiig .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vb5YdwJiig .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vb5YdwJiig .dropdown-item.active,
.cid-vb5YdwJiig .dropdown-item:active {
  background-color: transparent;
}
.cid-vb5YdwJiig .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vb5YdwJiig .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vb5YdwJiig .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vb5YdwJiig .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vb5YdwJiig .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vb5YdwJiig .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vb5YdwJiig ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vb5YdwJiig .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vb5YdwJiig button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vb5YdwJiig button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vb5YdwJiig button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vb5YdwJiig button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5YdwJiig button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vb5YdwJiig button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vb5YdwJiig nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5YdwJiig nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vb5YdwJiig nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vb5YdwJiig nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vb5YdwJiig .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vb5YdwJiig a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vb5YdwJiig .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vb5YdwJiig .navbar {
    height: 70px;
  }
  .cid-vb5YdwJiig .navbar.opened {
    height: auto;
  }
  .cid-vb5YdwJiig .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vb5Ydx6oJ7 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.webp");
}
.cid-vb5Ydx6oJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5Ydx6oJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb5Ydx6oJ7 .row {
  justify-content: center;
}
.cid-vb5Ydx6oJ7 .card {
  justify-content: flex-end;
}
.cid-vb5Ydx6oJ7 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vb5Ydx6oJ7 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vb5Ydx6oJ7 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-vb5Ydx6oJ7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vb5Ydx6oJ7 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ac251e;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-vb5Ydx6oJ7 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-vb5Ydx6oJ7 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vb5Ydx6oJ7 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-vb5Ydx6oJ7 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vb5Ydx6oJ7 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vb5Ydx6oJ7 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-vb5Ydx6oJ7 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vb5Ydx6oJ7 .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-vb5Ydx6oJ7 .mbr-text,
.cid-vb5Ydx6oJ7 .text-wrapper {
  color: #191616;
  text-align: center;
}
.cid-vb5Ydx6oJ7 .mbr-desc {
  color: #ffffff;
}
.cid-vb5Ydx6oJ7 .mbr-desc,
.cid-vb5Ydx6oJ7 .mbr-section-btn {
  color: #000000;
}
.cid-vb5Ydxr5IC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vb5Ydxr5IC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb5Ydxr5IC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb5Ydxr5IC .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-vb5Ydxr5IC .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-vb5Ydxr5IC .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-vb5Ydxr5IC .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-vb5Ydxr5IC .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-vb5Ydxr5IC .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #911d17;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-vb5Ydxr5IC .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-vb5Ydxr5IC .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-vb5Ydxr5IC .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vb5Ydxr5IC .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vb5Ydxr5IC .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-vb5Ydxr5IC .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vb5Ydxr5IC .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vb5Ydxr5IC .mbr-label,
.cid-vb5Ydxr5IC .label-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-vb5Ydxr5IC .mbr-section-title {
  color: #f5f8ff;
}
.cid-vb5Ydxr5IC .mbr-text,
.cid-vb5Ydxr5IC .text-wrapper {
  color: #8a8a8a;
  text-align: justify;
}
.cid-vb5Ydxr5IC .mbr-section-title,
.cid-vb5Ydxr5IC .mbr-section-btn {
  text-align: center;
}
.cid-vb5Ydxr5IC .mbr-section-title,
.cid-vb5Ydxr5IC .mbr-section-btn,
.cid-vb5Ydxr5IC .title-wrapper {
  color: #191616;
  text-align: justify;
}
.cid-vb5YdxHLwQ {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-vb5YdxHLwQ .icon-transition span {
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #000000;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 74px;
  height: 74px;
  background: #f3f7f9 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vb5YdxHLwQ .mbr-iconfont {
  align-items: center;
}
.cid-vb5YdxHLwQ .mbr-iconfont:before {
  font-size: 30px;
  display: flex;
  justify-content: center;
}
.cid-vb5YdxHLwQ .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vb5YdxHLwQ .icon-transition span:hover {
  background-color: #000000;
  color: #f3f7f9;
}
.cid-vb5YdxHLwQ .social-media {
  padding: 0;
}
.cid-vb5YdxHLwQ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-vb5YdxHLwQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-vb5YdxHLwQ .mbr-list,
.cid-vb5YdxHLwQ .social-media UL {
  text-align: left;
}
@media (max-width: 767px) {
  .cid-vb5YdxHLwQ .social-list {
    text-align: center !important;
  }
}
.cid-vb5YdxYhup {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ac251e;
}
@media (max-width: 767px) {
  .cid-vb5YdxYhup .content {
    text-align: center;
  }
  .cid-vb5YdxYhup .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-vb5YdxYhup .img-logo img {
  height: 6rem;
}
.cid-vb5YdxYhup .social-list {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-vb5YdxYhup .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #fff;
}
.cid-vb5YdxYhup .social-list .mbr-iconfont:before {
  padding: 0.5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-vb5YdxYhup .social-list .soc-item {
  margin: 0 3px 15px 3px;
}
.cid-vb5YdxYhup .social-list a {
  margin: 0;
  opacity: 0.7;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-vb5YdxYhup .social-list a:hover {
  opacity: 1;
}
.cid-vb5YdxYhup .list {
  list-style-type: none;
  padding: 0;
}
.cid-vb5YdxYhup .list li {
  padding-bottom: 0.5rem;
}
.cid-vb5YdxYhup .list li:last-child {
  padding-bottom: 0;
}
.cid-vb5YdxYhup .mbr-footer-list,
.cid-vb5YdxYhup .form-text {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-vb5YdxYhup .mbr-footer-list,
  .cid-vb5YdxYhup .form-text,
  .cid-vb5YdxYhup .footer-title,
  .cid-vb5YdxYhup .footer-main-title,
  .cid-vb5YdxYhup .form-text,
  .cid-vb5YdxYhup .list {
    text-align: center !important;
  }
  .cid-vb5YdxYhup .mbr-form,
  .cid-vb5YdxYhup .social-list {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-vb5YdxYhup .footer-main-title {
  color: #ffffff;
}
.cid-vb5YdxYhup .mbr-footer-list {
  color: #cccccc;
}
.cid-vb5Ydymk9k {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-vb5Ydymk9k .media-container-row .mbr-text {
  color: #191616;
}
