.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: 'Noto Sans', sans-serif !important;
}
.display-1 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.75rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-4 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.09375rem;
}
.display-5 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-7 {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 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.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e31e24 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e31e24 !important;
  border-color: #e31e24 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e94b50 !important;
  border-color: #e94b50 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e94b50 !important;
  border-color: #e94b50 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e31e24;
  color: #e31e24;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #971317 !important;
  background-color: transparent !important;
  border-color: #971317 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e31e24 !important;
  border-color: #e31e24 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e31e24 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8a1115 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e31e24;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e31e24;
  border-color: #e31e24;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e31e24;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fad3d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Noto Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 14px !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: #e31e24 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans', 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: #e31e24;
}
/* 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: #e31e24;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e31e24;
}
.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: #e31e24;
  border-bottom-color: #e31e24;
}
.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: #e31e24 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%23e31e24' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-upVOjo9rE3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upVOjo9rE3 nav.navbar {
  position: fixed;
}
.cid-upVOjo9rE3 .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-upVOjo9rE3 .wrapper {
    padding: 0;
  }
}
.cid-upVOjo9rE3 .btn {
  border-radius: 30px;
}
.cid-upVOjo9rE3 .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-upVOjo9rE3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upVOjo9rE3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upVOjo9rE3 .dropdown-item:hover,
.cid-upVOjo9rE3 .dropdown-item:focus {
  background: #e31e24 !important;
  color: white !important;
}
.cid-upVOjo9rE3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upVOjo9rE3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upVOjo9rE3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-upVOjo9rE3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upVOjo9rE3 .nav-link {
  position: relative;
}
.cid-upVOjo9rE3 .iconfont-wrapper {
  color: #ee0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upVOjo9rE3 .dropdown-menu,
.cid-upVOjo9rE3 .navbar.opened {
  background: #ffffff !important;
}
.cid-upVOjo9rE3 .nav-item:focus,
.cid-upVOjo9rE3 .nav-link:focus {
  outline: none;
}
.cid-upVOjo9rE3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upVOjo9rE3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upVOjo9rE3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upVOjo9rE3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upVOjo9rE3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upVOjo9rE3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upVOjo9rE3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-upVOjo9rE3 .navbar.opened {
  transition: all 0.3s;
}
.cid-upVOjo9rE3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upVOjo9rE3 .navbar .navbar-logo img {
  width: auto;
}
.cid-upVOjo9rE3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upVOjo9rE3 .navbar.collapsed {
  justify-content: center;
}
.cid-upVOjo9rE3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upVOjo9rE3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upVOjo9rE3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upVOjo9rE3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upVOjo9rE3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upVOjo9rE3 .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-upVOjo9rE3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upVOjo9rE3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upVOjo9rE3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upVOjo9rE3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upVOjo9rE3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upVOjo9rE3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upVOjo9rE3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upVOjo9rE3 .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-upVOjo9rE3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upVOjo9rE3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upVOjo9rE3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upVOjo9rE3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upVOjo9rE3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upVOjo9rE3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upVOjo9rE3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-upVOjo9rE3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upVOjo9rE3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upVOjo9rE3 .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-upVOjo9rE3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upVOjo9rE3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upVOjo9rE3 .dropdown-item.active,
.cid-upVOjo9rE3 .dropdown-item:active {
  background-color: transparent;
}
.cid-upVOjo9rE3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upVOjo9rE3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upVOjo9rE3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upVOjo9rE3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upVOjo9rE3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upVOjo9rE3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upVOjo9rE3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upVOjo9rE3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upVOjo9rE3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-upVOjo9rE3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upVOjo9rE3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upVOjo9rE3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVOjo9rE3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVOjo9rE3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upVOjo9rE3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVOjo9rE3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upVOjo9rE3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upVOjo9rE3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVOjo9rE3 .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-upVOjo9rE3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upVOjo9rE3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upVOjo9rE3 .navbar {
    height: 70px;
  }
  .cid-upVOjo9rE3 .navbar.opened {
    height: auto;
  }
  .cid-upVOjo9rE3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ug8H6A94JY {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/mbr.jpeg");
}
.cid-ug8H6A94JY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8H6A94JY .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-ug8H6A94JY .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ug8H6A94JY .container {
    padding: 0 24px;
  }
}
.cid-ug8H6A94JY .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-ug8H6A94JY .content-wrapper {
    padding: 0;
  }
}
.cid-ug8H6A94JY .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-ug8H6A94JY .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-ug8H6A94JY .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-ug8H6A94JY .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ug8H6A94JY .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-ug8H6A94JY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ug8H6A94JY .mbr-section-title {
  color: #ffffff;
}
.cid-ug8H6A94JY .mbr-desc,
.cid-ug8H6A94JY .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ug8H6A94JY .mbr-text,
.cid-ug8H6A94JY .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-ug8H6A94JY .mbr-section-title,
.cid-ug8H6A94JY .mbr-section-btn {
  text-align: left;
}
.cid-ug8InOmwi5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ug8InOmwi5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8InOmwi5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
}
.cid-ug8InOmwi5 img {
  border-radius: 3rem;
}
.cid-ug8InOmwi5 .row {
  flex-direction: row-reverse;
}
.cid-ug8InOmwi5 .row {
  align-items: center;
}
.cid-ug8InOmwi5 .mbr-section-title {
  color: #000000;
}
.cid-ug8InOmwi5 .mbr-text,
.cid-ug8InOmwi5 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-uq8OsH7d1q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq8OsH7d1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq8OsH7d1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq8OsH7d1q .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uq8OsH7d1q .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uq8OsH7d1q .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uq8OsH7d1q .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uq8OsH7d1q .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uq8OsH7d1q .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uq8OsH7d1q .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uq8OsH7d1q .item {
    margin-bottom: 28px;
  }
}
.cid-uq8OsH7d1q .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uq8OsH7d1q .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uq8OsH7d1q .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uq8OsH7d1q .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uq8OsH7d1q .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #3b6bff;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uq8OsH7d1q .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uq8OsH7d1q .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uq8OsH7d1q .mbr-section-title {
  color: #ee0a0a;
  text-align: center;
}
.cid-uq8OsH7d1q .mbr-text,
.cid-uq8OsH7d1q .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uq8OsH7d1q .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uq8OsH7d1q .item-text {
  color: #000000;
  text-align: center;
}
.cid-uq8OsH7d1q .item-title,
.cid-uq8OsH7d1q .icon-wrapper {
  color: #000000;
}
.cid-uq8R4qiT9X {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uq8R4qiT9X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq8R4qiT9X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq8R4qiT9X .mbr-section-title {
  color: #ee0a0a;
}
.cid-uq8P7T0gEV {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uq8P7T0gEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq8P7T0gEV .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-uq8P7T0gEV .container {
    padding: 0 20px;
  }
}
.cid-uq8P7T0gEV .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uq8P7T0gEV .row {
    padding: 0;
  }
}
.cid-uq8P7T0gEV .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-uq8P7T0gEV .card .card-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 30px 80px 30px 30px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-uq8P7T0gEV .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #edefeb;
  opacity: .5;
  border-radius: 16px 40px 16px 16px;
}
@media (max-width: 992px) {
  .cid-uq8P7T0gEV .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-uq8P7T0gEV .card .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.cid-uq8P7T0gEV .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uq8P7T0gEV .card .card-wrapper .title-wrapper .mbr-number {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ee0a0a;
  border-radius: 50%;
  margin-top: -2rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uq8P7T0gEV .card .card-wrapper .title-wrapper .mbr-number {
    right: 0;
  }
}
.cid-uq8P7T0gEV .card .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uq8P7T0gEV .card .card-wrapper .text-wrapper .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-uq8P7T0gEV .mbr-number {
  color: #ffffff;
}
.cid-uq8P7T0gEV .mbr-section-title {
  color: #000000;
}
.cid-uq8P7T0gEV .mbr-text {
  color: #000000;
}
.cid-uq8RI7SjG0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uq8RI7SjG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq8RI7SjG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uq8RI7SjG0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq8RI7SjG0 .row {
  flex-direction: row-reverse;
}
.cid-uq8RI7SjG0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uq8RI7SjG0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ug8LKRMFq3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-2.jpg");
}
.cid-ug8LKRMFq3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug8LKRMFq3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug8LKRMFq3 .title .num {
  width: 100%;
  display: block;
}
.cid-ug8LKRMFq3 .title .card-title {
  z-index: 1;
}
.cid-ug8LKRMFq3 .count {
  color: #e31e24;
  font-weight: 700;
  text-align: center;
}
.cid-ug8LKRMFq3 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ug8LKRMFq3 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ug8LKRMFq3 * {
    text-align: center !important;
  }
  .cid-ug8LKRMFq3 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-ug8LKRMFq3 .content-head {
  max-width: 800px;
}
.cid-ug8LKRMFq3 H3 {
  color: #a6a99c;
  text-align: left;
}
.cid-ug8LKRMFq3 .card-text {
  text-align: left;
}
.cid-ug8LKRMFq3 .card-title,
.cid-ug8LKRMFq3 .card-img {
  text-align: center;
  color: #ffffff;
}
.cid-ug8LKRMFq3 .mbr-section-title,
.cid-ug8LKRMFq3 .card-box {
  color: #ffffff;
}
.cid-ug93vdkasI {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ug93vdkasI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug93vdkasI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug93vdkasI .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ug93vdkasI .container {
    padding: 0 15px;
  }
}
.cid-ug93vdkasI .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ug93vdkasI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ug93vdkasI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ug93vdkasI .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-ug93vdkasI .items-wrapper {
    display: block;
  }
}
.cid-ug93vdkasI .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-ug93vdkasI .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    margin-bottom: 80px;
  }
}
.cid-ug93vdkasI .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-ug93vdkasI .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #000000;
  background-color: #000000;
  font-size: 52px;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-ug93vdkasI .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-ug93vdkasI .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  right: -2rem;
}
@media (max-width: 992px) {
  .cid-ug93vdkasI .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-ug93vdkasI .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #ee0a0a;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-ug93vdkasI .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-ug93vdkasI .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-ug93vdkasI .text-wrapper {
    margin-top: 40px;
  }
}
.cid-ug93vdkasI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ug93vdkasI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ug93vdkasI .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-ug93vdkasI .item-text {
  color: #d2d2df;
}
.cid-ug93vdkasI .item-text,
.cid-ug93vdkasI .icon-wrapper {
  text-align: center;
  color: #232323;
}
.cid-ugp4nboEO0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugp4nboEO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugp4nboEO0 .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-ugp4nboEO0 .container {
    padding: 0 24px;
  }
}
.cid-ugp4nboEO0 .image-wrapper {
  padding-right: 40px;
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-ugp4nboEO0 .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ugp4nboEO0 .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-ugp4nboEO0 .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-ugp4nboEO0 .image-wrapper img {
    height: 350px;
  }
}
.cid-ugp4nboEO0 .content-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-ugp4nboEO0 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ugp4nboEO0 .content-wrapper {
    padding: 0;
  }
}
.cid-ugp4nboEO0 .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ugp4nboEO0 .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-ugp4nboEO0 .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugp4nboEO0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugp4nboEO0 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ugp4nboEO0 .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-ugp4nboEO0 .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #4a8dff;
  background-color: #f2fafd;
}
.cid-ugp4nboEO0 .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-ugp4nboEO0 .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-ugp4nboEO0 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-ugp4nboEO0 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-ugp4nboEO0 .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #990066;
  background-color: #fff2fb;
}
.cid-ugp4nboEO0 .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ugp4nboEO0 .mbr-section-title {
  color: #000000;
}
.cid-ugp4nboEO0 .mbr-section-subtitle {
  color: #232323;
}
.cid-ugp4nboEO0 .card-text {
  color: #262642;
}
.cid-ukL8bJrTCu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ukL8bJrTCu h6 {
  line-height: 1.2;
}
.cid-ukL8bJrTCu img,
.cid-ukL8bJrTCu .item-img {
  width: 100%;
}
.cid-ukL8bJrTCu .item:focus,
.cid-ukL8bJrTCu span:focus {
  outline: none;
}
.cid-ukL8bJrTCu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukL8bJrTCu .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ukL8bJrTCu .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-ukL8bJrTCu .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ukL8bJrTCu .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ukL8bJrTCu .mbr-section-title {
  color: #e31e24;
}
.cid-ukL8bJrTCu .mbr-text,
.cid-ukL8bJrTCu .mbr-section-btn {
  color: #000000;
}
.cid-ukL8bJrTCu .item-title {
  color: #000000;
  text-align: center;
}
.cid-ukL8bJrTCu .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ukL8bJrTCu .item-text {
  color: #000000;
  text-align: center;
}
.cid-ukL8bJrTCu .content-head {
  max-width: 800px;
}
.cid-ugp7SeyUKl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugp7SeyUKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugp7SeyUKl .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-ugp7SeyUKl .container {
    padding: 0 24px;
  }
}
.cid-ugp7SeyUKl .image-wrapper {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-ugp7SeyUKl .image-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-ugp7SeyUKl .image-wrapper img {
  height: 600px;
  object-fit: cover;
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .cid-ugp7SeyUKl .image-wrapper img {
    height: 350px;
  }
}
.cid-ugp7SeyUKl .content-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-ugp7SeyUKl .content-wrapper {
    padding: 0;
  }
}
.cid-ugp7SeyUKl .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-ugp7SeyUKl .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-ugp7SeyUKl .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugp7SeyUKl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugp7SeyUKl .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-ugp7SeyUKl .content-wrapper .items-wrapper .item {
  margin-bottom: 32px;
}
.cid-ugp7SeyUKl .content-wrapper .items-wrapper .item:nth-child(2n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #4a8dff;
  background-color: #f2fafd;
}
.cid-ugp7SeyUKl .content-wrapper .items-wrapper .item:nth-child(3n) .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  color: #f5df4d;
  background-color: #fefced;
}
.cid-ugp7SeyUKl .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
}
.cid-ugp7SeyUKl .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-ugp7SeyUKl .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 16px;
  }
}
.cid-ugp7SeyUKl .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 16px;
  font-size: 24px;
  color: #990066;
  background-color: #fff2fb;
}
.cid-ugp7SeyUKl .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ugp7SeyUKl .mbr-section-title {
  color: #ee0a0a;
}
.cid-ugp7SeyUKl .mbr-section-subtitle {
  color: #232323;
}
.cid-ugp7SeyUKl .card-text {
  color: #262642;
}
.cid-uq8KWm22AY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uq8KWm22AY h6 {
  line-height: 1.2;
}
.cid-uq8KWm22AY img,
.cid-uq8KWm22AY .item-img {
  width: 100%;
}
.cid-uq8KWm22AY .item:focus,
.cid-uq8KWm22AY span:focus {
  outline: none;
}
.cid-uq8KWm22AY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uq8KWm22AY .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uq8KWm22AY .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uq8KWm22AY .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uq8KWm22AY .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uq8KWm22AY .mbr-section-title {
  color: #e31e24;
}
.cid-uq8KWm22AY .mbr-text,
.cid-uq8KWm22AY .mbr-section-btn {
  color: #000000;
}
.cid-uq8KWm22AY .item-title {
  color: #000000;
  text-align: center;
}
.cid-uq8KWm22AY .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uq8KWm22AY .item-text {
  color: #000000;
  text-align: center;
}
.cid-uq8KWm22AY .content-head {
  max-width: 800px;
}
.cid-ukLjoQvLy9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ukLjoQvLy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukLjoQvLy9 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ukLjoQvLy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukLjoQvLy9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-ukLjoQvLy9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ukLjoQvLy9 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ukLjoQvLy9 .card-title,
.cid-ukLjoQvLy9 .iconfont-wrapper {
  color: #000000;
}
.cid-ukLjoQvLy9 .card-text {
  color: #000000;
}
.cid-ukLjoQvLy9 .content-head {
  max-width: 800px;
}
.cid-ukLjoQvLy9 .mbr-section-title {
  color: #e31e24;
}
.cid-ukLjoQvLy9 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukLjoQvLy9 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ukLjoQvLy9 .mbr-section-subtitle {
  text-align: center;
}
.cid-ukQL1wmtqY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ukQL1wmtqY .mbr-section-head {
  margin-bottom: 32px;
}
.cid-ukQL1wmtqY .mbr-section-title {
  color: #ee0a0a;
}
.cid-ukQL1wmtqY .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-ukQL1wmtqY .card {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  padding: 2rem 3rem !important;
}
@media (max-width: 767px) {
  .cid-ukQL1wmtqY .card {
    padding: 1rem !important;
  }
}
.cid-ukQL1wmtqY .card:hover {
  transform: translateY(-1rem);
}
.cid-ukQL1wmtqY .card img {
  max-width: 120px;
  height: auto;
}
.cid-ukLoFBXZh3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-ukLoFBXZh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukLoFBXZh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukLoFBXZh3 .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-ukLoFBXZh3 .mbr-section-title {
  color: #FF014E;
}
.cid-ukLoFBXZh3 .mbr-section-subtitle {
  color: #e31e24;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-ukLoFBXZh3 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-ukLoFBXZh3 .card-row {
  align-items: stretch;
}
.cid-ukLoFBXZh3 .card {
  margin: 15px 0;
}
.cid-ukLoFBXZh3 .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #1e2024, #23272b);
}
@media (max-width: 1199px) {
  .cid-ukLoFBXZh3 .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-ukLoFBXZh3 .card-wrapper {
    padding: 20px;
  }
}
.cid-ukLoFBXZh3 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
  height: 100%;
}
.cid-ukLoFBXZh3 .card-head {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-ukLoFBXZh3 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 10px;
  padding: 7px;
  min-width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
}
.cid-ukLoFBXZh3 .iconfont-wrapper .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
}
.cid-ukLoFBXZh3 .card-head-text {
  flex-grow: 1;
}
.cid-ukLoFBXZh3 .name-title {
  color: #FFFFFF;
}
.cid-ukLoFBXZh3 .name-text {
  color: #FF014E;
}
.cid-ukLoFBXZh3 .card-title {
  color: #FFFFFF;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-ukLoFBXZh3 .card-text {
  color: #ffffff;
  opacity: 0.75;
  margin-bottom: 36px;
  transition: .5s all;
}
.cid-ukLoFBXZh3 .score-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-right: auto;
  padding-top: 4px;
}
.cid-ukLoFBXZh3 .score-container .score-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.cid-ukLoFBXZh3 .score-container .score-wrapper .mbr-iconfont {
  font-size: 12px;
  color: #ff014e;
}
.cid-ugpVuBWctm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-ugpVuBWctm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugpVuBWctm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugpVuBWctm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ugpVuBWctm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ugpVuBWctm .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-ugpVuBWctm .row {
    text-align: center;
  }
  .cid-ugpVuBWctm .social-row {
    justify-content: center;
  }
}
.cid-ugpVuBWctm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ugpVuBWctm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugpVuBWctm .list {
    margin-bottom: 0rem;
  }
}
.cid-ugpVuBWctm .mbr-text {
  color: #bbbbbb;
}
.cid-ugpVuBWctm .mbr-iconfont {
  color: black;
}
.cid-ugpVuBWctm .copyright {
  color: #ffffff;
}
.cid-upVRD9HxQp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upVRD9HxQp nav.navbar {
  position: fixed;
}
.cid-upVRD9HxQp .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-upVRD9HxQp .wrapper {
    padding: 0;
  }
}
.cid-upVRD9HxQp .btn {
  border-radius: 30px;
}
.cid-upVRD9HxQp .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-upVRD9HxQp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upVRD9HxQp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upVRD9HxQp .dropdown-item:hover,
.cid-upVRD9HxQp .dropdown-item:focus {
  background: #e31e24 !important;
  color: white !important;
}
.cid-upVRD9HxQp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upVRD9HxQp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upVRD9HxQp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-upVRD9HxQp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upVRD9HxQp .nav-link {
  position: relative;
}
.cid-upVRD9HxQp .iconfont-wrapper {
  color: #ee0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upVRD9HxQp .dropdown-menu,
.cid-upVRD9HxQp .navbar.opened {
  background: #ffffff !important;
}
.cid-upVRD9HxQp .nav-item:focus,
.cid-upVRD9HxQp .nav-link:focus {
  outline: none;
}
.cid-upVRD9HxQp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upVRD9HxQp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upVRD9HxQp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upVRD9HxQp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upVRD9HxQp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upVRD9HxQp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upVRD9HxQp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-upVRD9HxQp .navbar.opened {
  transition: all 0.3s;
}
.cid-upVRD9HxQp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upVRD9HxQp .navbar .navbar-logo img {
  width: auto;
}
.cid-upVRD9HxQp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upVRD9HxQp .navbar.collapsed {
  justify-content: center;
}
.cid-upVRD9HxQp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upVRD9HxQp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upVRD9HxQp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upVRD9HxQp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upVRD9HxQp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upVRD9HxQp .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-upVRD9HxQp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upVRD9HxQp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upVRD9HxQp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upVRD9HxQp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upVRD9HxQp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upVRD9HxQp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upVRD9HxQp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upVRD9HxQp .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-upVRD9HxQp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upVRD9HxQp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upVRD9HxQp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upVRD9HxQp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upVRD9HxQp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upVRD9HxQp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upVRD9HxQp .navbar.navbar-short {
  min-height: 60px;
}
.cid-upVRD9HxQp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upVRD9HxQp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upVRD9HxQp .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-upVRD9HxQp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upVRD9HxQp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upVRD9HxQp .dropdown-item.active,
.cid-upVRD9HxQp .dropdown-item:active {
  background-color: transparent;
}
.cid-upVRD9HxQp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upVRD9HxQp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upVRD9HxQp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upVRD9HxQp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upVRD9HxQp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upVRD9HxQp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upVRD9HxQp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upVRD9HxQp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upVRD9HxQp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-upVRD9HxQp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upVRD9HxQp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upVRD9HxQp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVRD9HxQp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVRD9HxQp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upVRD9HxQp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVRD9HxQp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upVRD9HxQp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upVRD9HxQp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVRD9HxQp .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-upVRD9HxQp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upVRD9HxQp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upVRD9HxQp .navbar {
    height: 70px;
  }
  .cid-upVRD9HxQp .navbar.opened {
    height: auto;
  }
  .cid-upVRD9HxQp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugAM4tqydz {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/steel-plant-metallurgical-plant-metallurgical-steelmaking-factory.jpg");
}
.cid-ugAM4tqydz .link-wrapper {
  width: 100%;
}
.cid-ugAM4tqydz .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-ugAM4tqydz .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-ugAM4tqydz .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-ugAM4tqydz .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-ugAM4tqydz .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-ugAM4tqydz .mbr-section-title DIV {
  text-align: left;
}
.cid-ugAM4tqydz .mbr-text,
.cid-ugAM4tqydz .mbr-section-btn {
  text-align: center;
}
.cid-ugAM4tqydz .link,
.cid-ugAM4tqydz .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ugAM4tqydz .mbr-section-title {
  color: #ffffff;
}
.cid-ugAM4tqydz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugAM4tqydz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugBGlmSU2t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ugBGlmSU2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBGlmSU2t .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-ugBGlmSU2t .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-ugBGlmSU2t .container {
    padding: 0 24px;
  }
}
.cid-ugBGlmSU2t .image-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-ugBGlmSU2t .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-ugBGlmSU2t .image-wrapper img {
  height: 90vh;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ugBGlmSU2t .image-wrapper img {
    height: 400px;
  }
}
.cid-ugBGlmSU2t .content-wrapper {
  padding: 64px;
  border-radius: 2rem !important;
  border: 1px solid #f3f6f9;
  background-color: #fbfaf9;
}
@media (max-width: 992px) {
  .cid-ugBGlmSU2t .content-wrapper {
    padding: 24px;
  }
}
.cid-ugBGlmSU2t .content-wrapper .content-wrap {
  margin-bottom: 32px;
}
.cid-ugBGlmSU2t .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #f3f6f9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-ugBGlmSU2t .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ugBGlmSU2t .content-wrapper .content-wrap .mbr-text_1 {
  opacity: .5;
  margin-bottom: 0;
}
.cid-ugBGlmSU2t .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-ugBGlmSU2t .content-wrapper .content-wrap .mbr-text_2 {
  margin-bottom: 0;
}
.cid-ugBGlmSU2t .content-wrapper .person-wrapper {
  margin-bottom: 48px;
}
.cid-ugBGlmSU2t .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #f3f6f9;
  border: 1px solid #f3f6f9;
  padding: 16px;
}
.cid-ugBGlmSU2t .content-wrapper .person-wrapper .person-wrap img {
  width: 50px;
  height: 50px;
  border-radius: 100% !important;
  object-fit: cover;
  margin-right: 16px;
}
.cid-ugBGlmSU2t .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-ugBGlmSU2t .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  opacity: .5;
  margin-bottom: 0;
}
.cid-ugBGlmSU2t .mbr-section-title {
  color: #18212d;
}
.cid-ugBGlmSU2t .mbr-section-subtitle {
  color: #18212d;
}
.cid-ugBGlmSU2t .mbr-desc {
  color: #18212d;
}
.cid-ugBGlmSU2t .mbr-text_1 {
  color: #000000;
}
.cid-ugBGlmSU2t .mbr-text_2 {
  color: #18212d;
}
.cid-ugBGlmSU2t .mbr-role {
  color: #18212d;
}
.cid-ugBGlmSU2t .mbr-name {
  color: #18212d;
}
.cid-ukLutvSYDr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukLutvSYDr .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-ukLutvSYDr .mbr-section-title {
  color: #e31e24;
}
.cid-ukLutvSYDr .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
}
.cid-ukLutvSYDr .items-row {
  row-gap: 30px;
}
@media (min-width: 768px) {
  .cid-ukLutvSYDr .items-row {
    margin: 0 -15px;
  }
  .cid-ukLutvSYDr .items-row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-ukLutvSYDr .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: visible;
}
.cid-ukLutvSYDr .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-ukLutvSYDr .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 0.974;
  --bs-aspect-ratio: 0.974;
  object-fit: cover;
}
.cid-ukLutvSYDr .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 25px 0 0;
}
.cid-ukLutvSYDr .item-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-ukLutvSYDr .mbr-text {
  color: #747474;
  padding-top: 5px;
}
.cid-ukLutvSYDr .social-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 25px;
}
.cid-ukLutvSYDr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  margin-right: -5px;
  margin-left: -5px;
  transition: 0.3s all;
}
.cid-ukLutvSYDr .soc-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  background: #1da1f2;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-ukLutvSYDr .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.3s all;
  font-size: 16px;
  color: #000000;
  padding: 10px;
}
.cid-ukLutvSYDr .soc-item:hover .mbr-iconfont {
  color: #FFFFFF !important;
}
.cid-ukLutvSYDr .soc-item:hover:before {
  transform: translate(-50%, -50%) scale(1);
}
.cid-ukLutvSYDr .mbr-section-btn {
  margin-top: 20px;
}
.cid-ukLs18MpSd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.cid-ukLs18MpSd .item-img {
  height: 500px;
  position: relative;
}
.cid-ukLs18MpSd .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-ukLs18MpSd .title-block {
  top: 50%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-ukLs18MpSd .item-img:hover .title-block {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-ukLs18MpSd .item-img:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.2;
}
.cid-ukLs18MpSd .new {
  transform: rotate(-90deg);
  position: absolute;
  padding: 0.5rem 2rem;
  top: 27px;
  right: -10px;
  background-color: #000000;
  color: #ba9b67;
}
.cid-ukLs18MpSd img,
.cid-ukLs18MpSd .item-img {
  transition: all 0.7s;
  width: 100%;
}
.cid-ukLs18MpSd .item:focus,
.cid-ukLs18MpSd span:focus {
  outline: none;
}
.cid-ukLs18MpSd .item {
  cursor: pointer;
  padding-bottom: 32px;
}
.cid-ukLs18MpSd .item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ukLs18MpSd .item-title {
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}
.cid-ukLs18MpSd .item-content {
  text-align: center;
}
.cid-ukLs18MpSd .item-title {
  margin-bottom: 10px;
}
@media (max-width: 690px) {
  .cid-ukLs18MpSd .item {
    padding-bottom: 20px;
  }
}
.cid-ukLs18MpSd .mbr-section-subtitle {
  color: #9a948d;
}
.cid-ukLs18MpSd .text,
.cid-ukLs18MpSd .link {
  color: #ba9b67;
}
.cid-ukLs18MpSd .price {
  color: #9a948d;
}
.cid-ukLs18MpSd .mbr-section-title {
  color: #e31e24;
}
.cid-ukLxeIkxms {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-ukLxeIkxms .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukLxeIkxms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ukLxeIkxms .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ukLxeIkxms .row {
  flex-direction: row-reverse;
}
.cid-ukLxeIkxms .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ukLxeIkxms .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ukLxeIkxms .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ukLxeIkxms .mbr-section-title {
  color: #e31e24;
}
.cid-ukLxeIkxms .mbr-text,
.cid-ukLxeIkxms .mbr-section-btn {
  color: #000000;
}
.cid-ukLCl0I2tS {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-19.jpg");
}
.cid-ukLCl0I2tS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukLCl0I2tS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukLCl0I2tS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ukLCl0I2tS .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ukLCl0I2tS .items-wrapper .item {
    margin-bottom: 12px;
  }
  .cid-ukLCl0I2tS .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-ukLCl0I2tS .items-wrapper .item .item-wrapper {
  position: relative;
  background-color: #f3f6f9;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-ukLCl0I2tS .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-ukLCl0I2tS .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-ukLCl0I2tS .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.cid-ukLCl0I2tS .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-ukLCl0I2tS .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-ukLCl0I2tS .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-bottom: 16px;
  }
}
.cid-ukLCl0I2tS .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-ukLCl0I2tS .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.cid-ukLCl0I2tS .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #050f0f;
  color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-ukLCl0I2tS .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.cid-ukLCl0I2tS .item-title {
  color: #050f0f;
}
.cid-ukLCl0I2tS .item-text {
  color: #050f0f;
}
.cid-ukLCl0I2tS .icon-wrapper {
  text-align: right;
}
.cid-ukLCl0I2tS .item-title,
.cid-ukLCl0I2tS .icon-wrapper,
.cid-ukLCl0I2tS .mbr-section-btn {
  color: #e31e24;
}
.cid-ugBPNju2m1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-ugBPNju2m1 .item {
  position: relative;
  display: flex;
  padding-bottom: 2rem;
}
.cid-ugBPNju2m1 .item:last-child .icon-box:before {
  display: none;
}
.cid-ugBPNju2m1 .item::before {
  content: "";
  width: 2px;
  height: 100%;
  left: 40px;
  position: absolute;
  top: 0;
  background: #d7e1ed;
  transform: translate(-50%, 0);
}
.cid-ugBPNju2m1 .last:before {
  display: none;
}
.cid-ugBPNju2m1 .icon-box {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e31e24;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ugBPNju2m1 .icon-box {
    margin-right: 1rem;
  }
}
.cid-ugBPNju2m1 span {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .cid-ugBPNju2m1 span .card {
    margin-bottom: 2rem;
  }
  .cid-ugBPNju2m1 span .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ugBPNju2m1 span .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-ugBPNju2m1 .icon-box::before {
    top: 114%;
  }
}
.cid-ugBPNju2m1 SPAN {
  color: #ffffff;
}
.cid-ugBPNju2m1 .icon-text {
  color: #232323;
}
.cid-ugBPNju2m1 .icon-title {
  color: #000000;
}
.cid-ugBPNju2m1 .icon-subtitle {
  color: #e31e24;
}
.cid-ugBPNju2m1 .main-title {
  color: #232323;
  text-align: center;
}
.cid-ugBPNju2m1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugBPNju2m1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugAIzXg8kF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ugAIzXg8kF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugAIzXg8kF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugAIzXg8kF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ugAIzXg8kF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ugAIzXg8kF .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-ugAIzXg8kF .row {
    text-align: center;
  }
  .cid-ugAIzXg8kF .social-row {
    justify-content: center;
  }
}
.cid-ugAIzXg8kF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ugAIzXg8kF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugAIzXg8kF .list {
    margin-bottom: 0rem;
  }
}
.cid-ugAIzXg8kF .mbr-text {
  color: #bbbbbb;
}
.cid-ugAIzXg8kF .mbr-iconfont {
  color: black;
}
.cid-ugAIzXg8kF .copyright {
  color: #ffffff;
}
.cid-upVRQFBWhb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upVRQFBWhb nav.navbar {
  position: fixed;
}
.cid-upVRQFBWhb .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-upVRQFBWhb .wrapper {
    padding: 0;
  }
}
.cid-upVRQFBWhb .btn {
  border-radius: 30px;
}
.cid-upVRQFBWhb .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-upVRQFBWhb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upVRQFBWhb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upVRQFBWhb .dropdown-item:hover,
.cid-upVRQFBWhb .dropdown-item:focus {
  background: #e31e24 !important;
  color: white !important;
}
.cid-upVRQFBWhb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upVRQFBWhb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upVRQFBWhb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-upVRQFBWhb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upVRQFBWhb .nav-link {
  position: relative;
}
.cid-upVRQFBWhb .iconfont-wrapper {
  color: #ee0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upVRQFBWhb .dropdown-menu,
.cid-upVRQFBWhb .navbar.opened {
  background: #ffffff !important;
}
.cid-upVRQFBWhb .nav-item:focus,
.cid-upVRQFBWhb .nav-link:focus {
  outline: none;
}
.cid-upVRQFBWhb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upVRQFBWhb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upVRQFBWhb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upVRQFBWhb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upVRQFBWhb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upVRQFBWhb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upVRQFBWhb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-upVRQFBWhb .navbar.opened {
  transition: all 0.3s;
}
.cid-upVRQFBWhb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upVRQFBWhb .navbar .navbar-logo img {
  width: auto;
}
.cid-upVRQFBWhb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upVRQFBWhb .navbar.collapsed {
  justify-content: center;
}
.cid-upVRQFBWhb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upVRQFBWhb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upVRQFBWhb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upVRQFBWhb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upVRQFBWhb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upVRQFBWhb .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-upVRQFBWhb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upVRQFBWhb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upVRQFBWhb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upVRQFBWhb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upVRQFBWhb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upVRQFBWhb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upVRQFBWhb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upVRQFBWhb .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-upVRQFBWhb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upVRQFBWhb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upVRQFBWhb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upVRQFBWhb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upVRQFBWhb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upVRQFBWhb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upVRQFBWhb .navbar.navbar-short {
  min-height: 60px;
}
.cid-upVRQFBWhb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upVRQFBWhb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upVRQFBWhb .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-upVRQFBWhb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upVRQFBWhb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upVRQFBWhb .dropdown-item.active,
.cid-upVRQFBWhb .dropdown-item:active {
  background-color: transparent;
}
.cid-upVRQFBWhb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upVRQFBWhb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upVRQFBWhb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upVRQFBWhb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upVRQFBWhb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upVRQFBWhb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upVRQFBWhb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upVRQFBWhb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upVRQFBWhb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-upVRQFBWhb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upVRQFBWhb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upVRQFBWhb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVRQFBWhb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVRQFBWhb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upVRQFBWhb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVRQFBWhb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upVRQFBWhb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upVRQFBWhb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVRQFBWhb .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-upVRQFBWhb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upVRQFBWhb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upVRQFBWhb .navbar {
    height: 70px;
  }
  .cid-upVRQFBWhb .navbar.opened {
    height: auto;
  }
  .cid-upVRQFBWhb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugC6yNHise {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/steel-plant-metallurgical-plant-metallurgical-steelmaking-factory.jpg");
}
.cid-ugC6yNHise .link-wrapper {
  width: 100%;
}
.cid-ugC6yNHise .link {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  overflow: hidden;
  cursor: pointer;
}
.cid-ugC6yNHise .link:before {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(0px);
}
.cid-ugC6yNHise .link:after {
  content: "\e96b";
  font-family: 'Moririse2' !important;
  position: absolute;
  top: 0;
  right: 0rem;
  transition: all 0.3s;
  transform: rotate(-45deg) translateX(-33px);
}
.cid-ugC6yNHise .link:hover:before {
  transform: rotate(-45deg) translateX(33px);
}
.cid-ugC6yNHise .link:hover:after {
  transform: rotate(-45deg) translateX(0px);
}
.cid-ugC6yNHise .mbr-section-title DIV {
  text-align: left;
}
.cid-ugC6yNHise .mbr-text,
.cid-ugC6yNHise .mbr-section-btn {
  text-align: center;
}
.cid-ugC6yNHise .link,
.cid-ugC6yNHise .link-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ugC6yNHise .mbr-section-title {
  color: #ffffff;
}
.cid-ugC6yNHise .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugC6yNHise .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugSjz4BPuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-ugSjz4BPuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSjz4BPuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugSjz4BPuM .mbr-text {
  color: #000000;
}
.cid-ugSjz4BPuM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ugSjz4BPuM .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-ugSjz4BPuM .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ugSjz4BPuM .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-ugSjz4BPuM .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ugSjz4BPuM .main-button {
    margin-bottom: 2rem;
  }
}
.cid-ugSjz4BPuM .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-ugSjz4BPuM .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-ugSjz4BPuM .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e31e24;
  background-color: #e31e24;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-ugSjz4BPuM .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-ugSjz4BPuM .counter-container ol li {
  margin-bottom: 2rem;
  list-style: disc;
  position: relative;
}
.cid-ugSjz4BPuM .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  /* counter-increment: myCount  er; */
  /* content: counter(myCounter); */
  transition: all .2s;
  color: #e31e24;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugSjz4BPuM .mbr-text UL {
  text-align: left;
}
.cid-ugSjz4BPuM .mbr-section-subtitle,
.cid-ugSjz4BPuM .main-button {
  color: #000000;
}
.cid-ukLJKvJsog {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-ukLJKvJsog .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukLJKvJsog .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-ukLJKvJsog .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukLJKvJsog .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-ukLJKvJsog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukLJKvJsog .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  min-height: 160px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ukLJKvJsog .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ukLJKvJsog .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-ukLJKvJsog .card-title,
.cid-ukLJKvJsog .iconfont-wrapper {
  color: #000000;
}
.cid-ukLJKvJsog .card-text {
  color: #000000;
}
.cid-ukLJKvJsog .content-head {
  max-width: 800px;
}
.cid-ukLJKvJsog .mbr-section-title {
  color: #e31e24;
  text-align: center;
}
.cid-ukLJKvJsog .mbr-section-title DIV {
  text-align: left;
}
.cid-ukLJKvJsog .mbr-section-subtitle {
  text-align: left;
}
.cid-ukLJKvJsog .mbr-section-title text-center {
  text-align: right;
}
.cid-ukLJKvJsog .mbr-section-title {
  text-align: right;
}
.cid-ugSYUnXimg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-32.jpeg");
}
.cid-ugSYUnXimg .justify-content-center {
  align-items: center;
}
.cid-ugSYUnXimg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugSYUnXimg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugSYUnXimg .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ugSYUnXimg .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugSYUnXimg .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-ugSYUnXimg .content-head {
  max-width: 800px;
}
.cid-ugSYUnXimg .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #645600;
  width: 66px;
  justify-content: center;
  align-items: center;
  background: #e31e24;
  height: 66px;
  border-radius: 50%;
}
.cid-ugSYUnXimg .mbr-section-title {
  color: #ffffff;
}
.cid-ugSYUnXimg .card-title {
  color: #ffffff;
}


.cid-ukRsJNgYbf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-32.jpeg");
}
.cid-ukRsJNgYbf .justify-content-center {
  align-items: center;
}
.cid-ukRsJNgYbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRsJNgYbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRsJNgYbf .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-ukRsJNgYbf .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ukRsJNgYbf .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-ukRsJNgYbf .content-head {
  max-width: 800px;
}
.cid-ukRsJNgYbf .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #645600;
  width: 66px;
  justify-content: center;
  align-items: center;
  background: #e31e24;
  height: 66px;
  border-radius: 50%;
}
.cid-ukRsJNgYbf .mbr-section-title {
  color: #ffffff;
}
.cid-ukRsJNgYbf .card-title {
  color: #ffffff;
}






.cid-ukQLySOpNB {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-ukQLySOpNB .mbr-overlay {
  background: #efefef;
}
.cid-ukQLySOpNB .mbr-section-subtitle {
  color: #000000;
}
.cid-ukQLySOpNB .client-name {
  color: #000000;
}
.cid-ukQLySOpNB .wrap-img {
  padding-bottom: 1rem;
}
.cid-ukQLySOpNB .wrap-img img {
  max-width: 100%;
  display: inline-block;
  width: auto;
}
.cid-ukQLySOpNB .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-ukQLySOpNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukQLySOpNB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukQLySOpNB .mbr-section-title {
  color: #e31e24;
}
.cid-ukQMEPOYMd {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ukQMEPOYMd .mbr-overlay {
  background: #efefef;
}
.cid-ukQMEPOYMd .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-ukQMEPOYMd .client-name {
  color: #000000;
}
.cid-ukQMEPOYMd .wrap-img {
  padding-bottom: 1rem;
}
.cid-ukQMEPOYMd .wrap-img img {
  max-width: 100%;
  display: inline-block;
  width: auto;
}
.cid-ukQMEPOYMd .card-box p {
  color: #8d97ad;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-ukQMEPOYMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukQMEPOYMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukQMEPOYMd .mbr-section-title {
  color: #ee0a0a;
}
.cid-ukQOZ9Yd6v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ukQOZ9Yd6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukQOZ9Yd6v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukQOZ9Yd6v .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ukQOZ9Yd6v .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukQOZ9Yd6v .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ukQOZ9Yd6v .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ukQOZ9Yd6v .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ukQOZ9Yd6v .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ukQOZ9Yd6v .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ukQOZ9Yd6v .image-wrapper img {
    height: 350px;
  }
}
.cid-ukQOZ9Yd6v .mbr-section-title {
  color: #ffffff;
}
.cid-ukQOZ9Yd6v .mbr-text,
.cid-ukQOZ9Yd6v .text-wrapper {
  color: #000000;
}
.cid-ukQOZ9Yd6v .mbr-section-title,
.cid-ukQOZ9Yd6v .mbr-section-btn {
  color: #e31e24;
}
.cid-ukQZEfdL8V {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-ukQZEfdL8V img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) {
  .cid-ukQZEfdL8V .container-fluid {
    padding: 0 2rem;
  }
}
.cid-ukQZEfdL8V .card-wrapper {
  background: #f2f2f2;
  padding: 3rem;
}
.cid-ukQZEfdL8V .card-wrapper:hover {
  background: linear-gradient(to left, #d7d7d7, #d7d7d7);
}
.cid-ukQZEfdL8V .text-wrap {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
.cid-ukQZEfdL8V .icon-wrapper {
  padding: 0 1rem;
}
.cid-ukQZEfdL8V .card-box {
  padding-top: 2rem;
}
.cid-ukQZEfdL8V .link-icon {
  font-size: 1.5rem;
  background: linear-gradient(to left, #ffd7ef, #e31e24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-ukQZEfdL8V .card-title {
  color: #232323;
}
.cid-ukQZEfdL8V .mbr-subtitle {
  color: #232323;
}
.cid-ukQZEfdL8V .main-title {
  color: #e31e24;
}
.cid-ukQZEfdL8V .main-subtitle {
  color: #999999;
}
.cid-ukQZEfdL8V .card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-ukQZEfdL8V .card:hover {
  transform: translateY(-10px);
}
.cid-ukQZEfdL8V .card:hover .link-icon {
  color: #ffffff;
  -webkit-background-clip: transparent;
  -webkit-text-fill-color: unset;
}
.cid-ukQZEfdL8V .card:hover .card-title,
.cid-ukQZEfdL8V .card:hover .mbr-subtitle {
  color: #000000 !important;
}
@media (min-width: 1600px) {
  .cid-ukQZEfdL8V .card {
    max-width: 20%;
  }
}
@media (max-width: 1600px) {
  .cid-ukQZEfdL8V .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-ukQZEfdL8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukQZEfdL8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugC6yR9qlM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ugC6yR9qlM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugC6yR9qlM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugC6yR9qlM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ugC6yR9qlM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ugC6yR9qlM .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-ugC6yR9qlM .row {
    text-align: center;
  }
  .cid-ugC6yR9qlM .social-row {
    justify-content: center;
  }
}
.cid-ugC6yR9qlM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ugC6yR9qlM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugC6yR9qlM .list {
    margin-bottom: 0rem;
  }
}
.cid-ugC6yR9qlM .mbr-text {
  color: #bbbbbb;
}
.cid-ugC6yR9qlM .mbr-iconfont {
  color: black;
}
.cid-ugC6yR9qlM .copyright {
  color: #ffffff;
}
.cid-upVRU37uzH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upVRU37uzH nav.navbar {
  position: fixed;
}
.cid-upVRU37uzH .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-upVRU37uzH .wrapper {
    padding: 0;
  }
}
.cid-upVRU37uzH .btn {
  border-radius: 30px;
}
.cid-upVRU37uzH .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-upVRU37uzH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upVRU37uzH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upVRU37uzH .dropdown-item:hover,
.cid-upVRU37uzH .dropdown-item:focus {
  background: #e31e24 !important;
  color: white !important;
}
.cid-upVRU37uzH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upVRU37uzH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upVRU37uzH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-upVRU37uzH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upVRU37uzH .nav-link {
  position: relative;
}
.cid-upVRU37uzH .iconfont-wrapper {
  color: #ee0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upVRU37uzH .dropdown-menu,
.cid-upVRU37uzH .navbar.opened {
  background: #ffffff !important;
}
.cid-upVRU37uzH .nav-item:focus,
.cid-upVRU37uzH .nav-link:focus {
  outline: none;
}
.cid-upVRU37uzH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upVRU37uzH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upVRU37uzH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upVRU37uzH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upVRU37uzH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upVRU37uzH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upVRU37uzH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-upVRU37uzH .navbar.opened {
  transition: all 0.3s;
}
.cid-upVRU37uzH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upVRU37uzH .navbar .navbar-logo img {
  width: auto;
}
.cid-upVRU37uzH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upVRU37uzH .navbar.collapsed {
  justify-content: center;
}
.cid-upVRU37uzH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upVRU37uzH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upVRU37uzH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upVRU37uzH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upVRU37uzH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upVRU37uzH .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-upVRU37uzH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upVRU37uzH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upVRU37uzH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upVRU37uzH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upVRU37uzH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upVRU37uzH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upVRU37uzH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upVRU37uzH .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-upVRU37uzH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upVRU37uzH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upVRU37uzH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upVRU37uzH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upVRU37uzH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upVRU37uzH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upVRU37uzH .navbar.navbar-short {
  min-height: 60px;
}
.cid-upVRU37uzH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upVRU37uzH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upVRU37uzH .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-upVRU37uzH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upVRU37uzH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upVRU37uzH .dropdown-item.active,
.cid-upVRU37uzH .dropdown-item:active {
  background-color: transparent;
}
.cid-upVRU37uzH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upVRU37uzH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upVRU37uzH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upVRU37uzH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upVRU37uzH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upVRU37uzH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upVRU37uzH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upVRU37uzH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upVRU37uzH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-upVRU37uzH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upVRU37uzH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upVRU37uzH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVRU37uzH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVRU37uzH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upVRU37uzH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVRU37uzH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upVRU37uzH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upVRU37uzH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVRU37uzH .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-upVRU37uzH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upVRU37uzH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upVRU37uzH .navbar {
    height: 70px;
  }
  .cid-upVRU37uzH .navbar.opened {
    height: auto;
  }
  .cid-upVRU37uzH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukRnWPbsPR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/3685479-997-converted-1.jpg");
}
.cid-ukRnWPbsPR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRnWPbsPR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRnWPbsPR .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-ukRnWPbsPR .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-ukRnWPbsPR .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-ukRnWPbsPR .mbr-section-btn {
  margin-top: 30px;
}
.cid-ukRnWPbsPR .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-ukRnWPbsPR .mbr-text,
.cid-ukRnWPbsPR .mbr-section-btn {
  color: #ffffff;
}



.cid-uqdSrRdItC {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #dfdfdf;
}
.cid-uqdSrRdItC .wrap-block {
  padding-right: 30px;
}
.cid-uqdSrRdItC .cards {
  padding-left: 30px;
}
.cid-uqdSrRdItC .image-wrap img {
  max-width: 428px;
  max-height: 428px;
  z-index: 9;
  position: relative;
}
.cid-uqdSrRdItC .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-uqdSrRdItC .wrap-block .contents .mbr-subtitle {
  color: #ffd7ef;
  margin-bottom: 14px;
}
.cid-uqdSrRdItC .wrap-block .contents .mbr-section-title {
  margin-bottom: 5px;
  color: #e31e24;
}
.cid-uqdSrRdItC .wrap-block .contents .mbr-text {
  margin-top: 17px;
}
.cid-uqdSrRdItC .wrap-block .contents h3 {
  color: #320707;
}
.cid-uqdSrRdItC .wrap-block .contents h4 {
  color: #320707;
}
.cid-uqdSrRdItC .wrap-block .contents .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-uqdSrRdItC .cards-wrap {
  flex-direction: column;
}
.cid-uqdSrRdItC .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-uqdSrRdItC .wrapper .img {
  margin-bottom: 20px;
}
.cid-uqdSrRdItC .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #ffd7ef;
  border-radius: 50%;
}
.cid-uqdSrRdItC .wrapper .mbr-card-title {
  color: #e31e24;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-uqdSrRdItC .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #320707;
}
@media (max-width: 767px) {
  .cid-uqdSrRdItC * {
    text-align: left;
  }
}
.cid-uqdSrRdItC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqdSrRdItC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqdSrRdItC .wrapper .mbr-card-title,
.cid-uqdSrRdItC .img {
  color: #000000;
}





.cid-uqdSrRdItC {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #fff;
}
.cid-uqdSrRdItC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqdSrRdItC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqdSrRdItC .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ee0a0a;
  margin-bottom: 2rem;
}
.cid-uqdSrRdItC .card-wrapper {
  margin-top: 3rem;
}
.cid-uqdSrRdItC .row {
  justify-content: center;
}
.cid-uqdSrRdItC .mbr-section-title {
  color: #19303d;
}
.cid-uqdSrRdItC .mbr-section-subtitle {
  color: #19303d;
}
.cid-uqdSrRdItC .card-title,
.cid-uqdSrRdItC .iconfont-wrapper {
  text-align: left;
}
.cid-uqdSrRdItC .card-text {
  text-align: left;
}




.cid-uquWp5BVt3 {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #d3d3d3;
  overflow: hidden;
}
.cid-uquWp5BVt3 .mbr-section-title {
  margin-bottom: 32px;
  color: #ee0a0a;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uquWp5BVt3 .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uquWp5BVt3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uquWp5BVt3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uquWp5BVt3 .embla__slide .slide-content {
  width: 100%;
}
.cid-uquWp5BVt3 .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #ffffff;
}
.cid-uquWp5BVt3 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uquWp5BVt3 .embla__button--next,
.cid-uquWp5BVt3 .embla__button--prev {
  display: flex;
}
.cid-uquWp5BVt3 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #ee0a0a !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uquWp5BVt3 .embla__button:hover {
  opacity: .5 !important;
}
.cid-uquWp5BVt3 .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uquWp5BVt3 .embla__button.embla__button--next {
  right: 0;
}
.cid-uquWp5BVt3 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uquWp5BVt3 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uquWp5BVt3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uquWp5BVt3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uquWp5BVt3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}



.cid-uquWp5BVt3a {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-uquWp5BVt3a .mbr-section-title {
  margin-bottom: 32px;
  color: #ee0a0a;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uquWp5BVt3a .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uquWp5BVt3a .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uquWp5BVt3a .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uquWp5BVt3a .embla__slide .slide-content {
  width: 100%;
}
.cid-uquWp5BVt3a .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #ffffff;
}
.cid-uquWp5BVt3a .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uquWp5BVt3a .embla__button--next,
.cid-uquWp5BVt3a .embla__button--prev {
  display: flex;
}
.cid-uquWp5BVt3a .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #ee0a0a !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uquWp5BVt3a .embla__button:hover {
  opacity: .5 !important;
}
.cid-uquWp5BVt3a .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uquWp5BVt3a .embla__button.embla__button--next {
  right: 0;
}
.cid-uquWp5BVt3a .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uquWp5BVt3a .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uquWp5BVt3a .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uquWp5BVt3a .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uquWp5BVt3a .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}




.cid-ukRsJNgYbf {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
 /* background-image: url("../../../assets/images/mbr-45.jpeg");*/
}
.cid-ukRsJNgYbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRsJNgYbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRsJNgYbf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukRsJNgYbf .container {
    padding: 0 15px;
  }
}
.cid-ukRsJNgYbf .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukRsJNgYbf .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukRsJNgYbf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukRsJNgYbf .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-ukRsJNgYbf .items-wrapper {
    display: block;
  }
}
.cid-ukRsJNgYbf .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-ukRsJNgYbf .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-ukRsJNgYbf .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-ukRsJNgYbf .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #e31e24;
  font-size: 52px;
  border: 1px solid #e31e24;
  border-radius: 100%;
}
.cid-ukRsJNgYbf .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-ukRsJNgYbf .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-ukRsJNgYbf .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-ukRsJNgYbf .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #ff0000;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-ukRsJNgYbf .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-ukRsJNgYbf .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-ukRsJNgYbf .text-wrapper {
    margin-top: 40px;
  }
}
.cid-ukRsJNgYbf .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukRsJNgYbf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ukRsJNgYbf .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-ukRsJNgYbf .item-text {
  color: #d2d2df;
}
.cid-ukRsJNgYbf .item-text,
.cid-ukRsJNgYbf .icon-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-ukRv2thOzP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-ukRv2thOzP h6 {
  line-height: 1.2;
}
.cid-ukRv2thOzP img,
.cid-ukRv2thOzP .item-img {
  width: 100%;
}
.cid-ukRv2thOzP .item:focus,
.cid-ukRv2thOzP span:focus {
  outline: none;
}
.cid-ukRv2thOzP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-ukRv2thOzP .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ukRv2thOzP .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-ukRv2thOzP .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-ukRv2thOzP .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-ukRv2thOzP .mbr-section-title {
  color: #e31e24;
}
.cid-ukRv2thOzP .mbr-text,
.cid-ukRv2thOzP .mbr-section-btn {
  color: #000000;
}
.cid-ukRv2thOzP .item-title {
  color: #000000;
  text-align: center;
}
.cid-ukRv2thOzP .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ukRv2thOzP .item-text {
  color: #000000;
  text-align: center;
}
.cid-ukRv2thOzP .content-head {
  max-width: 800px;
}
.cid-ukRxzrldH8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-ukRxzrldH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRxzrldH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRxzrldH8 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ukRxzrldH8 .container {
    padding: 0 15px;
  }
}
.cid-ukRxzrldH8 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ukRxzrldH8 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ukRxzrldH8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ukRxzrldH8 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-ukRxzrldH8 .items-wrapper {
    display: block;
  }
}
.cid-ukRxzrldH8 .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-ukRxzrldH8 .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    margin-bottom: 80px;
  }
}
.cid-ukRxzrldH8 .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-ukRxzrldH8 .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #232323;
  font-size: 52px;
  border: 1px solid #232323;
  border-radius: 100%;
}
.cid-ukRxzrldH8 .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-ukRxzrldH8 .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-ukRxzrldH8 .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-ukRxzrldH8 .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #ff0000;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-ukRxzrldH8 .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-ukRxzrldH8 .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-ukRxzrldH8 .text-wrapper {
    margin-top: 40px;
  }
}
.cid-ukRxzrldH8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ukRxzrldH8 .mbr-section-title {
  color: #e31e24;
  text-align: center;
}
.cid-ukRxzrldH8 .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-ukRxzrldH8 .item-text {
  color: #d2d2df;
}
.cid-ukRxzrldH8 .item-text,
.cid-ukRxzrldH8 .icon-wrapper {
  text-align: center;
  color: #232323;
}
.cid-uoUGTJ58VE {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uoUGTJ58VE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoUGTJ58VE .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-uoUGTJ58VE .container {
    padding: 0 30px;
  }
}
.cid-uoUGTJ58VE .content-wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uoUGTJ58VE .content-wrapper {
    display: block;
  }
}
.cid-uoUGTJ58VE .content-wrapper .card {
  justify-content: center;
}
.cid-uoUGTJ58VE .content-wrapper .content-wrap {
  width: 50%;
  /* padding: 50px 110px; */
  min-height: 100%;
}
.cid-uoUGTJ58VE .content-wrapper .image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 50%;
  padding-left:10px;
  min-height: 630px;
  object-fit: contain;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uoUGTJ58VE .content-wrapper .content-wrap {
    width: 100%;
    padding: 40px 0 60px;
  }
}
.cid-uoUGTJ58VE .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uoUGTJ58VE .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .cid-uoUGTJ58VE .content-wrapper .image-wrapper {
    min-height: auto;
    height: 400px;
    width: 100%;
  }
}
.cid-uoUGTJ58VE .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uoUGTJ58VE .content-wrapper .image-wrapper .list {
  position: relative;
  display: inline-block;
  max-width: 310px;
  flex-direction: column;
  width: fit-content;
  padding: 50px 30px;
  list-style-type: none;
  background-color: #ffc2c2;
  border-radius: 2rem 0 2rem 0;
  margin: 50px 50px -100px 0;
}
@media (max-width: 992px) {
  .cid-uoUGTJ58VE .content-wrapper .image-wrapper .list {
    padding: 40px 20px;
    max-width: 100%;
    width: 100%;
    margin: 50px 0 -100px 0;
  }
}
.cid-uoUGTJ58VE .content-wrapper .image-wrapper .list .item-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uoUGTJ58VE .content-wrapper .image-wrapper .list .item-wrap {
    display: block;
  }
}
.cid-uoUGTJ58VE .content-wrapper .image-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoUGTJ58VE .content-wrapper .image-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-uoUGTJ58VE .content-wrapper .image-wrapper .list .item-wrap::before {
    top: 10px;
  }
}
.cid-uoUGTJ58VE .mbr-section-title {
  color: #144031;
}
.cid-uoUGTJ58VE .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uoUGTJ58VE .list {
  color: #144031;
}
.cid-uoUGTJ58VE .mbr-section-title,
.cid-uoUGTJ58VE .mbr-section-btn {
  color: #ee0a0a;
}
.cid-uoUGTJ58VE .list,
.cid-uoUGTJ58VE .item-wrap {
  color: #000000;
}
.cid-uoZBZYvcPK {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoZBZYvcPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoZBZYvcPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uoZBZYvcPK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoZBZYvcPK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uoZBZYvcPK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uoZBZYvcPK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uoZBZYvcPK .mbr-section-title {
  color: #ee0a0a;
}
.cid-uoZBZYvcPK .mbr-text,
.cid-uoZBZYvcPK .mbr-section-btn {
  color: #000000;
}
.cid-up04aNqw7n {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-up04aNqw7n .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-up04aNqw7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-up04aNqw7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-up04aNqw7n .item-wrapper {
  background: #f7f7f7;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-up04aNqw7n .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-up04aNqw7n .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.cid-up04aNqw7n .card-title,
.cid-up04aNqw7n .iconfont-wrapper {
  color: #000000;
}
.cid-up04aNqw7n .content-head {
  max-width: 800px;
}
.cid-up04aNqw7n .mbr-section-title {
  color: #9fe870;
}
.cid-up04aNqw7n .mbr-section-subtitle {
  color: #ffffff;
}
.cid-up04aNqw7n .card-text {
  color: #000000;
}
.cid-up04aNqw7n .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-up04aNqw7n .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uqegyT9Jjg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1.jpeg");
}
.cid-uqegyT9Jjg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqegyT9Jjg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqegyT9Jjg .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqegyT9Jjg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqegyT9Jjg .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqegyT9Jjg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqegyT9Jjg .tabs-wrapper {
  padding-bottom: 24px;
  border-bottom: 1px solid #7e7e7e;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uqegyT9Jjg .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uqegyT9Jjg .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uqegyT9Jjg .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 8px 8px;
}
.cid-uqegyT9Jjg .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #24262b;
  padding: 14px 32px;
  margin-bottom: 0;
  background-color: #ffffff;
  border: none;
}
.cid-uqegyT9Jjg .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #ee0a0a;
}
.cid-uqegyT9Jjg .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqegyT9Jjg .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uqegyT9Jjg .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uqegyT9Jjg .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqegyT9Jjg .tab-content .tab-pane .content-wrapper .image-wrapper img {
  height: 440px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uqegyT9Jjg .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uqegyT9Jjg .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-uqegyT9Jjg .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqegyT9Jjg .tab-content .tab-pane .content-wrapper .text-wrapper .item-title {
  margin-bottom: 24px;
}
.cid-uqegyT9Jjg .tab-content .tab-pane .content-wrapper .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-uqegyT9Jjg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqegyT9Jjg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uqegyT9Jjg .item-title {
  color: #ffffff;
}
.cid-uqegyT9Jjg .item-text {
  color: #ffffff;
}
.cid-uqeEhDRr3Z {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqeEhDRr3Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqeEhDRr3Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqeEhDRr3Z .mbr-section-title {
  color: #ee0a0a;
}
.cid-uqeDEeSvqi {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqeDEeSvqi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqeDEeSvqi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqeDEeSvqi .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uqeDEeSvqi .items-wrapper .card {
  padding: 0 32px;
}
.cid-uqeDEeSvqi .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqeDEeSvqi .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uqeDEeSvqi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uqeDEeSvqi .tabs-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqeDEeSvqi .tabs-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uqeDEeSvqi .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 64px;
}
@media (max-width: 992px) {
  .cid-uqeDEeSvqi .tabs-wrapper .nav.nav-tabs {
    display: block;
  }
}
.cid-uqeDEeSvqi .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-uqeDEeSvqi .tabs-wrapper .nav.nav-tabs .nav-item {
    margin-bottom: 8px;
  }
}
.cid-uqeDEeSvqi .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #ffffff;
  padding: 14px;
  border: 1px solid #232323;
  margin-bottom: 0;
  background-color: #232323;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  transition: all 0.3s ease-in-out;
}
.cid-uqeDEeSvqi .tabs-wrapper .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  display: inline-block;
  margin-left: 14px;
  color: #ee0a0a;
}
.cid-uqeDEeSvqi .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #ee0a0a;
}
.cid-uqeDEeSvqi .tab-content .tab-pane .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uqeDEeSvqi .tab-content .tab-pane .content-wrapper {
    display: block;
  }
}
.cid-uqeDEeSvqi .tab-content .tab-pane .content-wrapper .text-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uqeDEeSvqi .tab-content .tab-pane .content-wrapper .text-wrapper {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uqeDEeSvqi .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqeDEeSvqi .tab-content .tab-pane .content-wrapper .text-wrapper .item-text {
    margin-bottom: 36px;
  }
}
.cid-uqeDEeSvqi .tab-content .tab-pane .content-wrapper .image-wrapper {
  width: 50%;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uqeDEeSvqi .tab-content .tab-pane .content-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uqeDEeSvqi .tab-content .tab-pane .content-wrapper .image-wrapper img {
  display: inline-flex;
  height: 580px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqeDEeSvqi .tab-content .tab-pane .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uqeDEeSvqi .mbr-section-title {
  color: #ffffff;
}
.cid-uqeDEeSvqi .item-text {
  color: #24262b;
}
.cid-uqeDEeSvqi .mbr-section-title,
.cid-uqeDEeSvqi .mbr-section-btn {
  color: #ee0a0a;
}
.cid-upzTwaZoPg {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
.cid-upzTwaZoPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-upzTwaZoPg .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-upzTwaZoPg .container {
    padding: 0 16px;
  }
}
.cid-upzTwaZoPg .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-upzTwaZoPg .text-wrapper {
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-upzTwaZoPg .text-wrapper .text-wrap .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-upzTwaZoPg .text-wrapper .text-wrap .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-upzTwaZoPg .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upzTwaZoPg .text-wrapper .text-wrap .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-upzTwaZoPg .image-wrapper {
  position: relative;
  margin: 0 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .cid-upzTwaZoPg .image-wrapper {
    margin: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-upzTwaZoPg .image-wrapper {
    margin: 0;
  }
}
.cid-upzTwaZoPg .image-wrapper .image_1 {
  position: absolute;
  top: 0;
  right: 0;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-upzTwaZoPg .image-wrapper .image_1 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-upzTwaZoPg .image-wrapper .image_2 {
  position: absolute;
  top: 90px;
  left: 0;
  width: 220px;
  height: 160px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-upzTwaZoPg .image-wrapper .image_2 {
    position: static;
    margin-bottom: 20px;
  }
}
.cid-upzTwaZoPg .image-wrapper .image_3 {
  width: 70%;
  height: 215px;
  margin-top: 65%;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-upzTwaZoPg .image-wrapper .image_3 {
    position: static;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.cid-upzTwaZoPg .image-wrapper .container-wrap {
  position: absolute;
  top: 1rem;
  left: 40px;
  height: 100%;
  width: 81%;
  border: 2px dashed #ee0a0a;
  border-top: 2px solid #ee0a0a;
  border-right: 2px solid #ee0a0a;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-upzTwaZoPg .image-wrapper .container-wrap {
    display: none;
  }
}
.cid-upzTwaZoPg .mbr-section-title {
  color: #ffffff;
}
.cid-upzTwaZoPg .mbr-text {
  color: #000000;
}
.cid-upzTwaZoPg .mbr-section-title,
.cid-upzTwaZoPg .mbr-section-btn {
  color: #ee0a0a;
}
.cid-uqeP575xN8 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-uqeP575xN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqeP575xN8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqeP575xN8 .content-wrapper {
  padding: 115px 80px;
  background-color: #ffffff;
  border-radius: 6rem;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .cid-uqeP575xN8 .content-wrapper {
    padding: 115px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uqeP575xN8 .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uqeP575xN8 .content-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uqeP575xN8 .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uqeP575xN8 .content-wrap .mbr-desc {
  margin-bottom: 95px;
}
@media (max-width: 992px) {
  .cid-uqeP575xN8 .content-wrap .mbr-desc {
    margin-bottom: 35px;
  }
}
.cid-uqeP575xN8 .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uqeP575xN8 .content-wrap .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-uqeP575xN8 .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uqeP575xN8 .image-wrapper {
  margin-bottom: 70px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-uqeP575xN8 .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uqeP575xN8 .image-wrapper img {
  height: 464px;
  width: 150%;
  border-radius: 2rem;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uqeP575xN8 .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
.cid-uqeP575xN8 .item {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uqeP575xN8 .item {
    margin-bottom: 35px;
  }
  .cid-uqeP575xN8 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uqeP575xN8 .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uqeP575xN8 .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 15px;
  }
}
.cid-uqeP575xN8 .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  width: 95px;
  height: 95px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #ffffff;
  font-size: 60px;
}
.cid-uqeP575xN8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uqeP575xN8 .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uqeP575xN8 .item .item-wrapper .card-box .item-text {
  margin: 30px 0 0 0;
}
.cid-uqeP575xN8 .mbr-section-title {
  color: #ee0a0a;
  text-align: left;
}
.cid-uqeP575xN8 .mbr-desc {
  color: #000000;
}
.cid-uqeP575xN8 .mbr-text {
  color: #000000;
}
.cid-uqeP575xN8 .item-title {
  color: #000000;
}
.cid-uqeP575xN8 .item-desc {
  color: #000000;
  text-align: left;
}
.cid-uqeP575xN8 .item-text {
  color: #000000;
}
.cid-upEtKh2exm {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-upEtKh2exm .mbr-fallback-image.disabled {
  display: none;
}
.cid-upEtKh2exm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upEtKh2exm .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-upEtKh2exm .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-upEtKh2exm .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-upEtKh2exm .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-upEtKh2exm .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-upEtKh2exm .row {
  flex-direction: row-reverse;
}
.cid-upEtKh2exm .image-wrapper {
  padding: 0 1rem;
}
.cid-upEtKh2exm img,
.cid-upEtKh2exm .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-upEtKh2exm img,
  .cid-upEtKh2exm .image-wrapper {
    max-height: 350px;
  }
}
.cid-upEtKh2exm .mbr-section-title {
  color: #ee0a0a;
}
.cid-upEtKh2exm .mbr-text {
  color: #000000;
}
.cid-upR4cBU9FR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upR4cBU9FR .row {
  flex-direction: row-reverse;
}
.cid-upR4cBU9FR .mbr-fallback-image.disabled {
  display: none;
}
.cid-upR4cBU9FR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upR4cBU9FR .mbr-description {
  text-align: left;
}
.cid-upR4cBU9FR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-upR4cBU9FR .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-upR4cBU9FR .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-upR4cBU9FR .card-title,
.cid-upR4cBU9FR .iconfont-wrapper {
  color: #000000;
}
.cid-upR4cBU9FR .card-text {
  color: #000000;
}
.cid-upR4cBU9FR .mbr-section-title {
  color: #ee0a0a;
  text-align: center;
}
.cid-upR4cBU9FR .mbr-text,
.cid-upR4cBU9FR .mbr-section-btn {
  text-align: center;
}
.cid-upR4cBU9FR .card-text,
.cid-upR4cBU9FR .item .mbr-section-btn {
  text-align: left;
}
.cid-upR4cBU9FR .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-upR4cBU9FR .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-upR4cBU9FR .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-upR4cBU9FR .mbr-text UL {
  text-align: left;
}
.cid-upR4cBU9FR .mbr-text P {
  text-align: left;
}
.cid-upRcsNhWuN {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/pexels-kateryna-babaieva-1423213.jpg");
}
.cid-upRcsNhWuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRcsNhWuN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRcsNhWuN .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-upRcsNhWuN .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-upRcsNhWuN .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-upRcsNhWuN .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-upRcsNhWuN .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upRcsNhWuN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upRcsNhWuN .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-upRcsNhWuN .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-upRcsNhWuN .content-wrapper .list .item-wrap:hover,
.cid-upRcsNhWuN .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-upRcsNhWuN .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-upRcsNhWuN .mbr-section-title {
  color: #ffffff;
}
.cid-upRcsNhWuN .mbr-text {
  color: #ffffff;
}
.cid-upRcsNhWuN .list {
  color: #d2d2df;
}
.cid-ukRkvCUsJo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ukRkvCUsJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukRkvCUsJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukRkvCUsJo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukRkvCUsJo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ukRkvCUsJo .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-ukRkvCUsJo .row {
    text-align: center;
  }
  .cid-ukRkvCUsJo .social-row {
    justify-content: center;
  }
}
.cid-ukRkvCUsJo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ukRkvCUsJo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukRkvCUsJo .list {
    margin-bottom: 0rem;
  }
}
.cid-ukRkvCUsJo .mbr-text {
  color: #bbbbbb;
}
.cid-ukRkvCUsJo .mbr-iconfont {
  color: black;
}
.cid-ukRkvCUsJo .copyright {
  color: #ffffff;
}
.cid-upVRXuKxzQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upVRXuKxzQ nav.navbar {
  position: fixed;
}
.cid-upVRXuKxzQ .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-upVRXuKxzQ .wrapper {
    padding: 0;
  }
}
.cid-upVRXuKxzQ .btn {
  border-radius: 30px;
}
.cid-upVRXuKxzQ .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-upVRXuKxzQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upVRXuKxzQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upVRXuKxzQ .dropdown-item:hover,
.cid-upVRXuKxzQ .dropdown-item:focus {
  background: #e31e24 !important;
  color: white !important;
}
.cid-upVRXuKxzQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upVRXuKxzQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upVRXuKxzQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-upVRXuKxzQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upVRXuKxzQ .nav-link {
  position: relative;
}
.cid-upVRXuKxzQ .iconfont-wrapper {
  color: #ee0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upVRXuKxzQ .dropdown-menu,
.cid-upVRXuKxzQ .navbar.opened {
  background: #ffffff !important;
}
.cid-upVRXuKxzQ .nav-item:focus,
.cid-upVRXuKxzQ .nav-link:focus {
  outline: none;
}
.cid-upVRXuKxzQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upVRXuKxzQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upVRXuKxzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upVRXuKxzQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upVRXuKxzQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upVRXuKxzQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upVRXuKxzQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-upVRXuKxzQ .navbar.opened {
  transition: all 0.3s;
}
.cid-upVRXuKxzQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upVRXuKxzQ .navbar .navbar-logo img {
  width: auto;
}
.cid-upVRXuKxzQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upVRXuKxzQ .navbar.collapsed {
  justify-content: center;
}
.cid-upVRXuKxzQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upVRXuKxzQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upVRXuKxzQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upVRXuKxzQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upVRXuKxzQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upVRXuKxzQ .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-upVRXuKxzQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upVRXuKxzQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upVRXuKxzQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upVRXuKxzQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upVRXuKxzQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upVRXuKxzQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upVRXuKxzQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upVRXuKxzQ .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-upVRXuKxzQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upVRXuKxzQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upVRXuKxzQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upVRXuKxzQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upVRXuKxzQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upVRXuKxzQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upVRXuKxzQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-upVRXuKxzQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upVRXuKxzQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upVRXuKxzQ .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-upVRXuKxzQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upVRXuKxzQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upVRXuKxzQ .dropdown-item.active,
.cid-upVRXuKxzQ .dropdown-item:active {
  background-color: transparent;
}
.cid-upVRXuKxzQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upVRXuKxzQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upVRXuKxzQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upVRXuKxzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upVRXuKxzQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upVRXuKxzQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upVRXuKxzQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upVRXuKxzQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upVRXuKxzQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-upVRXuKxzQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upVRXuKxzQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upVRXuKxzQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVRXuKxzQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVRXuKxzQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upVRXuKxzQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVRXuKxzQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upVRXuKxzQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upVRXuKxzQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVRXuKxzQ .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-upVRXuKxzQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upVRXuKxzQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upVRXuKxzQ .navbar {
    height: 70px;
  }
  .cid-upVRXuKxzQ .navbar.opened {
    height: auto;
  }
  .cid-upVRXuKxzQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uofF0BMmFY {
  padding-top: 6rem;
  padding-bottom: 6rem;
 /* background-image: url("../../../assets/images/mbr-35.jpeg");*/
}
.cid-uofF0BMmFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofF0BMmFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofF0BMmFY .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uofF0BMmFY .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-uofF0BMmFY .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-uofF0BMmFY .mbr-section-btn {
  margin-top: 30px;
}
.cid-uofF0BMmFY .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-uofF0BMmFY .mbr-text,
.cid-uofF0BMmFY .mbr-section-btn {
  color: #ffffff;
}
.cid-uofIsKTLGl {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uofIsKTLGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofIsKTLGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofIsKTLGl .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uofIsKTLGl .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uofIsKTLGl .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uofIsKTLGl .content-head {
  max-width: 800px;
}
.cid-uofIsKTLGl .mbr-section-title {
  color: #ff0000;
}
.cid-uofF0Cj8Zf {
  padding-top: 6rem;
  padding-bottom: 8rem;
  overflow: hidden;
  /*background-image: url("../../../assets/images/mbr-4.jpg");*/
}
.cid-uofF0Cj8Zf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofF0Cj8Zf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofF0Cj8Zf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uofF0Cj8Zf .container {
    padding: 0 15px;
  }
}
.cid-uofF0Cj8Zf .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uofF0Cj8Zf .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uofF0Cj8Zf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uofF0Cj8Zf .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 992px) {
  .cid-uofF0Cj8Zf .items-wrapper {
    display: block;
  }
}
.cid-uofF0Cj8Zf .items-wrapper .card-wrap {
  position: relative;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-uofF0Cj8Zf .items-wrapper .card-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
  }
}
.cid-uofF0Cj8Zf .items-wrapper .card-wrap .icon-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cid-uofF0Cj8Zf .items-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  color: #f2ac2b;
  background-color: #232323;
  font-size: 52px;
  border: 1px solid #ffffff;
  border-radius: 100%;
}
.cid-uofF0Cj8Zf .items-wrapper .card-wrap .item-text {
  position: relative;
  margin-bottom: 0;
}
.cid-uofF0Cj8Zf .items-wrapper .card-wrap .arrow-wrap {
  position: absolute;
  top: 26%;
  left: -2rem;
}
@media (max-width: 992px) {
  .cid-uofF0Cj8Zf .items-wrapper .card-wrap .arrow-wrap {
    top: -3.5rem;
    transform: rotate(90deg);
    left: auto;
  }
}
.cid-uofF0Cj8Zf .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
  font-size: 32px;
  color: #ffffff;
  opacity: .75;
}
@media (max-width: 992px) {
  .cid-uofF0Cj8Zf .items-wrapper .card-wrap .arrow-wrap .mbr-iconfont {
    display: flex;
  }
}
.cid-uofF0Cj8Zf .text-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uofF0Cj8Zf .text-wrapper {
    margin-top: 40px;
  }
}
.cid-uofF0Cj8Zf .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uofF0Cj8Zf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uofF0Cj8Zf .mbr-text {
  color: #d2d2df;
  text-align: center;
}
.cid-uofF0Cj8Zf .item-text {
  color: #d2d2df;
}
.cid-uofF0Cj8Zf .item-text,
.cid-uofF0Cj8Zf .icon-wrapper {
  text-align: center;
  color: #f7f7f7;
}
.cid-uofF0CGKvm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uofF0CGKvm h6 {
  line-height: 1.2;
}
.cid-uofF0CGKvm img,
.cid-uofF0CGKvm .item-img {
  width: 100%;
}
.cid-uofF0CGKvm .item:focus,
.cid-uofF0CGKvm span:focus {
  outline: none;
}
.cid-uofF0CGKvm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uofF0CGKvm .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uofF0CGKvm .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uofF0CGKvm .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uofF0CGKvm .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uofF0CGKvm .mbr-section-title {
  color: #e31e24;
}
.cid-uofF0CGKvm .mbr-text,
.cid-uofF0CGKvm .mbr-section-btn {
  color: #000000;
}
.cid-uofF0CGKvm .item-title {
  color: #000000;
  text-align: center;
}
.cid-uofF0CGKvm .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uofF0CGKvm .item-text {
  color: #000000;
  text-align: center;
}
.cid-uofF0CGKvm .content-head {
  max-width: 800px;
}


.cid-uquYTogo3R {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-uquYTogo3R .mbr-section-title {
  margin-bottom: 32px;
  color: #ee0a0a;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uquYTogo3R .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uquYTogo3R .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uquYTogo3R .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uquYTogo3R .embla__slide .slide-content {
  width: 100%;
}
.cid-uquYTogo3R .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #ffffff;
}
.cid-uquYTogo3R .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uquYTogo3R .embla__button--next,
.cid-uquYTogo3R .embla__button--prev {
  display: flex;
}
.cid-uquYTogo3R .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #ee0a0a !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uquYTogo3R .embla__button:hover {
  opacity: .5 !important;
}
.cid-uquYTogo3R .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uquYTogo3R .embla__button.embla__button--next {
  right: 0;
}
.cid-uquYTogo3R .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uquYTogo3R .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uquYTogo3R .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uquYTogo3R .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uquYTogo3R .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}




.cid-uquYTogo3Re {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-uquYTogo3Re .mbr-section-title {
  margin-bottom: 32px;
  color: #ee0a0a;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uquYTogo3Re .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uquYTogo3Re .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 200px;
  max-width: 200px;
}
@media (max-width: 767px) {
  .cid-uquYTogo3Re .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uquYTogo3Re .embla__slide .slide-content {
  width: 100%;
}
.cid-uquYTogo3Re .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #ffffff;
}
.cid-uquYTogo3Re .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-uquYTogo3Re .embla__button--next,
.cid-uquYTogo3Re .embla__button--prev {
  display: flex;
}
.cid-uquYTogo3Re .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  font-size: 32px;
  background-color: transparent !important;
  color: #ee0a0a !important;
  border: transparent !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uquYTogo3Re .embla__button:hover {
  opacity: .5 !important;
}
.cid-uquYTogo3Re .embla__button.embla__button--prev {
  right: 48px;
}
.cid-uquYTogo3Re .embla__button.embla__button--next {
  right: 0;
}
.cid-uquYTogo3Re .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uquYTogo3Re .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uquYTogo3Re .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uquYTogo3Re .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uquYTogo3Re .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}




.cid-uokrfagM7W {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uokrfagM7W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uokrfagM7W .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uokrfagM7W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uokrfagM7W .item-wrapper {
  background: #efefef;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uokrfagM7W .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uokrfagM7W .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uokrfagM7W .card-title,
.cid-uokrfagM7W .iconfont-wrapper {
  color: #000000;
}
.cid-uokrfagM7W .card-text {
  color: #000000;
}
.cid-uokrfagM7W .content-head {
  max-width: 800px;
}
.cid-uokrfagM7W .mbr-section-title {
  color: #ff0000;
}
.cid-uokrfagM7W .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uokrfagM7W .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uokrfagM7W .card-title,
.cid-uokrfagM7W .img-wrapper {
  color: #000000;
}
.cid-uqvbkIKeTn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uqvbkIKeTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvbkIKeTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqvbkIKeTn .mbr-section-title {
  color: #ee0a0a;
}
.cid-uqvbkIKeTn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-uqvbkIKeTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvbkIKeTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqvbkIKeTn .section-border-item {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uqvbkIKeTn .section-border-item_center {
    display: none;
  }
}
.cid-uqvbkIKeTn .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uqvbkIKeTn .main-container {
    flex-wrap: wrap;
  }
}
.cid-uqvbkIKeTn .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uqvbkIKeTn .card-wrap {
    width: 100%;
  }
}
.cid-uqvbkIKeTn .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-uqvbkIKeTn .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uqvbkIKeTn .card-box {
    max-width: 100%;
  }
}
.cid-uqvbkIKeTn .card-title {
  color: #ee0a0a;
}
.cid-uqvbkIKeTn .card-subtitle {
  color: #fcdb42;
}
.cid-uqvbkIKeTn .mbr-text {
  color: #FFF;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uqvbkIKeTn .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-uqvbkIKeTn .counter-container {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uqvbkIKeTn .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-uqvbkIKeTn .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1rem;
}
@media (max-width: 767px) {
  .cid-uqvbkIKeTn .list {
    grid-template-columns: 1fr;
  }
}
.cid-uqvbkIKeTn .list-title {
  color: #000000;
}
.cid-uqvbkIKeTn .list-text {
  color: #232323;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uqvbkIKeTn .list-text {
    margin-top: 0.75rem;
  }
}
.cid-uqvbkIKeTn .mbr-section-btn {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uqvbkIKeTn .mbr-section-btn {
    margin-top: 1.5rem;
  }
}
.cid-uqvbkIKeTn .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-uqvbkIKeTn .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-uqvbkIKeTn .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #ffffff;
  }
}
.cid-uqvbkIKeTn .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-uqvbkIKeTn .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-uqvbkIKeTn .mbr-text,
.cid-uqvbkIKeTn .mbr-section-btn {
  color: #000000;
}
.cid-uqva1OZXGp {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqva1OZXGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqva1OZXGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqva1OZXGp .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqva1OZXGp .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uqva1OZXGp .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqva1OZXGp .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqva1OZXGp .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uqva1OZXGp .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uqva1OZXGp .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uqva1OZXGp .item {
    margin-bottom: 28px;
  }
}
.cid-uqva1OZXGp .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uqva1OZXGp .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uqva1OZXGp .item .item-wrapper .item-content .icon-wrapper {
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uqva1OZXGp .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uqva1OZXGp .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #3b6bff;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uqva1OZXGp .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uqva1OZXGp .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uqva1OZXGp .mbr-section-title {
  color: #ee0a0a;
  text-align: center;
}
.cid-uqva1OZXGp .mbr-text,
.cid-uqva1OZXGp .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uqva1OZXGp .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqva1OZXGp .item-text {
  color: #000000;
  text-align: center;
}
.cid-uqva1OZXGp .item-title,
.cid-uqva1OZXGp .icon-wrapper {
  color: #000000;
}
.cid-uqvc1kFzRr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uqvc1kFzRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvc1kFzRr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqvc1kFzRr .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqvc1kFzRr .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uqvc1kFzRr .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqvc1kFzRr .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uqvc1kFzRr .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uqvc1kFzRr .item {
    margin-bottom: 28px;
  }
}
.cid-uqvc1kFzRr .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uqvc1kFzRr .item .item-wrapper:hover,
.cid-uqvc1kFzRr .item .item-wrapper:focus {
  border: 2px solid #f7f7f7;
  background-color: #f7f7f7;
}
.cid-uqvc1kFzRr .item .item-wrapper .item-wrap {
  border: 1px solid #e7e7e7;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uqvc1kFzRr .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uqvc1kFzRr .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uqvc1kFzRr .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uqvc1kFzRr .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uqvc1kFzRr .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uqvc1kFzRr .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uqvc1kFzRr .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uqvc1kFzRr .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uqvc1kFzRr .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uqvc1kFzRr .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ee0a0a;
}
.cid-uqvc1kFzRr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqvc1kFzRr .item-title {
  color: #9aa0a6;
}
.cid-uqvc1kFzRr .item-text {
  color: #000000;
}
.cid-uqvc1kFzRr .item-date {
  color: #9aa0a6;
}
.cid-uqvc1kFzRr .mbr-section-title,
.cid-uqvc1kFzRr .mbr-section-btn {
  text-align: center;
  color: #ee0a0a;
}
.cid-uqvc1kFzRr .item-title,
.cid-uqvc1kFzRr .icon-wrapper {
  color: #000000;
}
.cid-uofF0E8I5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uofF0E8I5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofF0E8I5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofF0E8I5s .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uofF0E8I5s .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uofF0E8I5s .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uofF0E8I5s .row {
    text-align: center;
  }
  .cid-uofF0E8I5s .social-row {
    justify-content: center;
  }
}
.cid-uofF0E8I5s .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uofF0E8I5s .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uofF0E8I5s .list {
    margin-bottom: 0rem;
  }
}
.cid-uofF0E8I5s .mbr-text {
  color: #bbbbbb;
}
.cid-uofF0E8I5s .mbr-iconfont {
  color: black;
}
.cid-uofF0E8I5s .copyright {
  color: #ffffff;
}
.cid-upVS13i7c9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upVS13i7c9 nav.navbar {
  position: fixed;
}
.cid-upVS13i7c9 .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-upVS13i7c9 .wrapper {
    padding: 0;
  }
}
.cid-upVS13i7c9 .btn {
  border-radius: 30px;
}
.cid-upVS13i7c9 .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-upVS13i7c9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upVS13i7c9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upVS13i7c9 .dropdown-item:hover,
.cid-upVS13i7c9 .dropdown-item:focus {
  background: #e31e24 !important;
  color: white !important;
}
.cid-upVS13i7c9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upVS13i7c9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upVS13i7c9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-upVS13i7c9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upVS13i7c9 .nav-link {
  position: relative;
}
.cid-upVS13i7c9 .iconfont-wrapper {
  color: #ee0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upVS13i7c9 .dropdown-menu,
.cid-upVS13i7c9 .navbar.opened {
  background: #ffffff !important;
}
.cid-upVS13i7c9 .nav-item:focus,
.cid-upVS13i7c9 .nav-link:focus {
  outline: none;
}
.cid-upVS13i7c9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upVS13i7c9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upVS13i7c9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upVS13i7c9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upVS13i7c9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upVS13i7c9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upVS13i7c9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-upVS13i7c9 .navbar.opened {
  transition: all 0.3s;
}
.cid-upVS13i7c9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upVS13i7c9 .navbar .navbar-logo img {
  width: auto;
}
.cid-upVS13i7c9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upVS13i7c9 .navbar.collapsed {
  justify-content: center;
}
.cid-upVS13i7c9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upVS13i7c9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upVS13i7c9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upVS13i7c9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upVS13i7c9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upVS13i7c9 .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-upVS13i7c9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upVS13i7c9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upVS13i7c9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upVS13i7c9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upVS13i7c9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upVS13i7c9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upVS13i7c9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upVS13i7c9 .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-upVS13i7c9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upVS13i7c9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upVS13i7c9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upVS13i7c9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upVS13i7c9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upVS13i7c9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upVS13i7c9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-upVS13i7c9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upVS13i7c9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upVS13i7c9 .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-upVS13i7c9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upVS13i7c9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upVS13i7c9 .dropdown-item.active,
.cid-upVS13i7c9 .dropdown-item:active {
  background-color: transparent;
}
.cid-upVS13i7c9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upVS13i7c9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upVS13i7c9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upVS13i7c9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upVS13i7c9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upVS13i7c9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upVS13i7c9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upVS13i7c9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upVS13i7c9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-upVS13i7c9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upVS13i7c9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upVS13i7c9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVS13i7c9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVS13i7c9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upVS13i7c9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVS13i7c9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upVS13i7c9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upVS13i7c9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVS13i7c9 .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-upVS13i7c9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upVS13i7c9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upVS13i7c9 .navbar {
    height: 70px;
  }
  .cid-upVS13i7c9 .navbar.opened {
    height: auto;
  }
  .cid-upVS13i7c9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uog3izxbnu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  /*background-image: url("../../../assets/images/mbr-37.jpeg");*/
}
.cid-uog3izxbnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uog3izxbnu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uog3izxbnu .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uog3izxbnu .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-uog3izxbnu .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-uog3izxbnu .mbr-section-btn {
  margin-top: 30px;
}
.cid-uog3izxbnu .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-uog3izxbnu .mbr-text,
.cid-uog3izxbnu .mbr-section-btn {
  color: #ffffff;
}
.cid-uokQgEP7fy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uokQgEP7fy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uokQgEP7fy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uokQgEP7fy .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uokQgEP7fy .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uokQgEP7fy .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uokQgEP7fy .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uokQgEP7fy .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uokQgEP7fy .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uokQgEP7fy .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uokQgEP7fy .item {
    margin-bottom: 28px;
  }
}
.cid-uokQgEP7fy .item .item-wrapper {
  padding: 24px;
  height: 100%;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uokQgEP7fy .item .item-wrapper {
    padding: 16px;
  }
}
.cid-uokQgEP7fy .item .item-wrapper .item-content .icon-wrapper {
  /* height: 176px; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uokQgEP7fy .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uokQgEP7fy .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 70px;
  color: #ee0a0a;
  background: linear-gradient(90deg, #ee0a0a, #f63535 65%, #f96565);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uokQgEP7fy .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uokQgEP7fy .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uokQgEP7fy .mbr-section-title {
  color: #ee0a0a;
  text-align: center;
}
.cid-uokQgEP7fy .mbr-text,
.cid-uokQgEP7fy .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uokQgEP7fy .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uokQgEP7fy .item-text {
  color: #000000;
  text-align: center;
}
.cid-uokQgEP7fy .item-title,
.cid-uokQgEP7fy .icon-wrapper {
  color: #000000;
}
.cid-uow1mo4R08 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uow1mo4R08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uow1mo4R08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uow1mo4R08 .items-wrap {
  justify-content: center;
}
.cid-uow1mo4R08 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uow1mo4R08 .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uow1mo4R08 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uow1mo4R08 .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uow1mo4R08 .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uow1mo4R08 .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uow1mo4R08 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uow1mo4R08 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uow1mo4R08 .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uow1mo4R08 .item-desc {
  color: #ffffff;
}
.cid-uokVWMTzfB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uokVWMTzfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uokVWMTzfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uokVWMTzfB .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uokVWMTzfB .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uokVWMTzfB .container {
    padding: 0 15px;
  }
}
.cid-uokVWMTzfB .row {
  justify-content: center;
}
.cid-uokVWMTzfB .desc-wrapper .mbr-desc {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uokVWMTzfB .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uokVWMTzfB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px 40px;
}
@media (max-width: 992px) {
  .cid-uokVWMTzfB .items-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uokVWMTzfB .items-wrapper .item:nth-child(2n) {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uokVWMTzfB .items-wrapper .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uokVWMTzfB .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 40px;
}
.cid-uokVWMTzfB .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uokVWMTzfB .items-wrapper .item .item-wrapper .card-box .border-wrap {
  margin-top: 60px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #ff0000;
}
.cid-uokVWMTzfB .items-wrapper .item .item-wrapper .card-box .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #ff0000;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uokVWMTzfB .items-wrapper .item .item-wrapper .card-box .border-wrap {
    margin-top: 40px;
  }
}
.cid-uokVWMTzfB .item-menu-overlay .btn-wrapper {
  margin-top: -14%;
}
.cid-uokVWMTzfB .mbr-desc {
  color: #ee0a0a;
  text-align: center;
}
.cid-uokVWMTzfB .item-text {
  color: #2d3622;
}
.cid-uokVWMTzfB .item-number {
  color: #2d3622;
}
.cid-uokYIPAetv {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #f7f7f7;
}
.cid-uokYIPAetv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uokYIPAetv .item {
    margin-bottom: 1rem;
  }
}
.cid-uokYIPAetv .item-wrapper {
  height: 240px;
  position: relative;
}
.cid-uokYIPAetv .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uokYIPAetv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uokYIPAetv .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uokYIPAetv .carousel-control,
.cid-uokYIPAetv .close {
  background: #1b1b1b;
}
.cid-uokYIPAetv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uokYIPAetv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uokYIPAetv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uokYIPAetv .carousel-control-next span {
  margin-left: 5px;
}
.cid-uokYIPAetv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uokYIPAetv .close::before {
  content: '\e91a';
}
.cid-uokYIPAetv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uokYIPAetv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uokYIPAetv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uokYIPAetv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uokYIPAetv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uokYIPAetv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uokYIPAetv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uokYIPAetv .carousel-indicators li.active,
.cid-uokYIPAetv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uokYIPAetv .carousel-indicators li::after,
.cid-uokYIPAetv .carousel-indicators li::before {
  content: none;
}
.cid-uokYIPAetv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uokYIPAetv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uokYIPAetv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uokYIPAetv .carousel-indicators {
    display: none;
  }
}
.cid-uokYIPAetv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uokYIPAetv .carousel-inner > .active {
  display: block;
}
.cid-uokYIPAetv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uokYIPAetv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uokYIPAetv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uokYIPAetv .carousel-control,
  .cid-uokYIPAetv .carousel-indicators,
  .cid-uokYIPAetv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uokYIPAetv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uokYIPAetv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uokYIPAetv .carousel-indicators .active,
.cid-uokYIPAetv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uokYIPAetv .carousel-indicators .active {
  background: #fff;
}
.cid-uokYIPAetv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uokYIPAetv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uokYIPAetv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uokYIPAetv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uokYIPAetv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uokYIPAetv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uokYIPAetv .carousel {
  width: 100%;
}
.cid-uokYIPAetv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uokYIPAetv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uokYIPAetv .modal.fade .modal-dialog,
.cid-uokYIPAetv .modal.in .modal-dialog {
  transform: none;
}
.cid-uokYIPAetv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uokYIPAetv .content-head {
  max-width: 800px;
}
.cid-uokYIPAetv H3 {
  color: #ee0a0a;
}
.cid-uol4ZBdqH5 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uol4ZBdqH5 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uol4ZBdqH5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uol4ZBdqH5 .mbr-section-title {
  color: #ee0a0a;
  text-align: center;
}
.cid-uqvHjD9gTZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uqvHjD9gTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvHjD9gTZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqvHjD9gTZ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqvHjD9gTZ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uqvHjD9gTZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqvHjD9gTZ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uqvHjD9gTZ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uqvHjD9gTZ .item {
    margin-bottom: 28px;
  }
}
.cid-uqvHjD9gTZ .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uqvHjD9gTZ .item .item-wrapper:hover,
.cid-uqvHjD9gTZ .item .item-wrapper:focus {
  border: 2px solid #f7f7f7;
  background-color: #f7f7f7;
}
.cid-uqvHjD9gTZ .item .item-wrapper .item-wrap {
  border: 1px solid #e7e7e7;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uqvHjD9gTZ .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uqvHjD9gTZ .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uqvHjD9gTZ .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uqvHjD9gTZ .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uqvHjD9gTZ .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uqvHjD9gTZ .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uqvHjD9gTZ .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uqvHjD9gTZ .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uqvHjD9gTZ .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uqvHjD9gTZ .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ee0a0a;
}
.cid-uqvHjD9gTZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqvHjD9gTZ .item-title {
  color: #9aa0a6;
}
.cid-uqvHjD9gTZ .item-text {
  color: #000000;
}
.cid-uqvHjD9gTZ .item-date {
  color: #9aa0a6;
}
.cid-uqvHjD9gTZ .mbr-section-title,
.cid-uqvHjD9gTZ .mbr-section-btn {
  text-align: center;
  color: #ee0a0a;
}
.cid-uqvHjD9gTZ .item-title,
.cid-uqvHjD9gTZ .icon-wrapper {
  color: #000000;
}
.cid-uqvHk5PmqK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uqvHk5PmqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvHk5PmqK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqvHk5PmqK .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uqvHk5PmqK .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uqvHk5PmqK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uqvHk5PmqK .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uqvHk5PmqK .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uqvHk5PmqK .item {
    margin-bottom: 28px;
  }
}
.cid-uqvHk5PmqK .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uqvHk5PmqK .item .item-wrapper:hover,
.cid-uqvHk5PmqK .item .item-wrapper:focus {
  border: 2px solid #f7f7f7;
  background-color: #f7f7f7;
}
.cid-uqvHk5PmqK .item .item-wrapper .item-wrap {
  border: 1px solid #e7e7e7;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uqvHk5PmqK .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uqvHk5PmqK .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uqvHk5PmqK .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uqvHk5PmqK .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uqvHk5PmqK .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uqvHk5PmqK .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uqvHk5PmqK .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uqvHk5PmqK .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uqvHk5PmqK .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uqvHk5PmqK .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #ee0a0a;
}
.cid-uqvHk5PmqK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uqvHk5PmqK .item-title {
  color: #9aa0a6;
}
.cid-uqvHk5PmqK .item-text {
  color: #000000;
}
.cid-uqvHk5PmqK .item-date {
  color: #9aa0a6;
}
.cid-uqvHk5PmqK .mbr-section-title,
.cid-uqvHk5PmqK .mbr-section-btn {
  text-align: center;
  color: #ee0a0a;
}
.cid-uqvHk5PmqK .item-title,
.cid-uqvHk5PmqK .icon-wrapper {
  color: #000000;
}
.cid-uog3iD1dOo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uog3iD1dOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uog3iD1dOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uog3iD1dOo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uog3iD1dOo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uog3iD1dOo .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uog3iD1dOo .row {
    text-align: center;
  }
  .cid-uog3iD1dOo .social-row {
    justify-content: center;
  }
}
.cid-uog3iD1dOo .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uog3iD1dOo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uog3iD1dOo .list {
    margin-bottom: 0rem;
  }
}
.cid-uog3iD1dOo .mbr-text {
  color: #bbbbbb;
}
.cid-uog3iD1dOo .mbr-iconfont {
  color: black;
}
.cid-uog3iD1dOo .copyright {
  color: #ffffff;
}
.cid-upVS8sAM82 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upVS8sAM82 nav.navbar {
  position: fixed;
}
.cid-upVS8sAM82 .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-upVS8sAM82 .wrapper {
    padding: 0;
  }
}
.cid-upVS8sAM82 .btn {
  border-radius: 30px;
}
.cid-upVS8sAM82 .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-upVS8sAM82 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upVS8sAM82 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upVS8sAM82 .dropdown-item:hover,
.cid-upVS8sAM82 .dropdown-item:focus {
  background: #e31e24 !important;
  color: white !important;
}
.cid-upVS8sAM82 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upVS8sAM82 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upVS8sAM82 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-upVS8sAM82 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upVS8sAM82 .nav-link {
  position: relative;
}
.cid-upVS8sAM82 .iconfont-wrapper {
  color: #ee0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upVS8sAM82 .dropdown-menu,
.cid-upVS8sAM82 .navbar.opened {
  background: #ffffff !important;
}
.cid-upVS8sAM82 .nav-item:focus,
.cid-upVS8sAM82 .nav-link:focus {
  outline: none;
}
.cid-upVS8sAM82 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upVS8sAM82 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upVS8sAM82 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upVS8sAM82 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upVS8sAM82 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upVS8sAM82 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upVS8sAM82 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-upVS8sAM82 .navbar.opened {
  transition: all 0.3s;
}
.cid-upVS8sAM82 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upVS8sAM82 .navbar .navbar-logo img {
  width: auto;
}
.cid-upVS8sAM82 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upVS8sAM82 .navbar.collapsed {
  justify-content: center;
}
.cid-upVS8sAM82 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upVS8sAM82 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upVS8sAM82 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upVS8sAM82 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upVS8sAM82 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upVS8sAM82 .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-upVS8sAM82 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upVS8sAM82 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upVS8sAM82 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upVS8sAM82 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upVS8sAM82 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upVS8sAM82 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upVS8sAM82 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upVS8sAM82 .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-upVS8sAM82 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upVS8sAM82 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upVS8sAM82 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upVS8sAM82 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upVS8sAM82 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upVS8sAM82 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upVS8sAM82 .navbar.navbar-short {
  min-height: 60px;
}
.cid-upVS8sAM82 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upVS8sAM82 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upVS8sAM82 .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-upVS8sAM82 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upVS8sAM82 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upVS8sAM82 .dropdown-item.active,
.cid-upVS8sAM82 .dropdown-item:active {
  background-color: transparent;
}
.cid-upVS8sAM82 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upVS8sAM82 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upVS8sAM82 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upVS8sAM82 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upVS8sAM82 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upVS8sAM82 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upVS8sAM82 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upVS8sAM82 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upVS8sAM82 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-upVS8sAM82 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upVS8sAM82 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upVS8sAM82 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVS8sAM82 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVS8sAM82 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upVS8sAM82 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVS8sAM82 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upVS8sAM82 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upVS8sAM82 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVS8sAM82 .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-upVS8sAM82 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upVS8sAM82 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upVS8sAM82 .navbar {
    height: 70px;
  }
  .cid-upVS8sAM82 .navbar.opened {
    height: auto;
  }
  .cid-upVS8sAM82 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uog3kerR1k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/3685479-997-converted-1.jpg");
}
.cid-uog3kerR1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uog3kerR1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uog3kerR1k .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uog3kerR1k .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-uog3kerR1k .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-uog3kerR1k .mbr-section-btn {
  margin-top: 30px;
}
.cid-uog3kerR1k .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-uoUaxrahB0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoUaxrahB0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoUaxrahB0 .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-uoUaxrahB0 .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uoUaxrahB0 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uoUaxrahB0 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uoUaxrahB0 .media-content,
.cid-uoUaxrahB0 .mbr-figure {
  align-self: center;
}
.cid-uoUaxrahB0 .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uoUaxrahB0 .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uoUaxrahB0 .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uoUaxrahB0 .mbr-section-maintitle {
  text-align: center;
  color: #ee0a0a;
}
.cid-uoUaxrahB0 .mbr-section-title {
  text-align: left;
}
.cid-uoUaxrahB0 .mbr-text,
.cid-uoUaxrahB0 .mbr-section-btn {
  text-align: left;
}
.cid-uoUbaFvd1J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoUbaFvd1J h6 {
  line-height: 1.2;
}
.cid-uoUbaFvd1J img,
.cid-uoUbaFvd1J .item-img {
  width: 100%;
  height: 100%;
}
.cid-uoUbaFvd1J .item:focus,
.cid-uoUbaFvd1J span:focus {
  outline: none;
}
.cid-uoUbaFvd1J .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uoUbaFvd1J .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uoUbaFvd1J .mbr-section-title {
  color: #ee0a0a;
}
.cid-uoUbaFvd1J .mbr-text,
.cid-uoUbaFvd1J .mbr-section-btn {
  color: #000000;
}
.cid-uoUbaFvd1J .item-title {
  color: #000000;
  text-align: center;
}
.cid-uoUbaFvd1J .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uoUbaFvd1J .item-text {
  color: #000000;
  text-align: center;
}
.cid-uoUbaFvd1J .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uoUbaFvd1J .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoUc3awlUD {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
@media (max-width: 767px) {
  .cid-uoUc3awlUD {
    padding-bottom: 5rem;
  }
}
.cid-uoUc3awlUD img,
.cid-uoUc3awlUD .item-img {
  width: 100%;
  height: 100%;
}
.cid-uoUc3awlUD .mbr-text {
  color: #000000;
}
.cid-uoUc3awlUD .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uoUc3awlUD .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uoUc3awlUD .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uoUc3awlUD .mbr-text UL {
  text-align: left;
}
.cid-uoUc3awlUD .mbr-section-subtitle,
.cid-uoUc3awlUD .main-button {
  color: #000000;
}
.cid-uoUc3awlUD .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uoUc3awlUD .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uoUc3awlUD .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uoUc3awlUD .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoUc3awlUD .item-title {
  text-align: center;
}
.cid-uoUc3awlUD .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uoUc3awlUD .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uoUc3awlUD .mbr-section-title {
  color: #ee0a0a;
}
.cid-uoUcTt6ySa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoUcTt6ySa .item-img,
.cid-uoUcTt6ySa .img-wrap,
.cid-uoUcTt6ySa img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uoUcTt6ySa img,
.cid-uoUcTt6ySa .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uoUcTt6ySa img,
  .cid-uoUcTt6ySa .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uoUcTt6ySa .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uoUcTt6ySa .item:focus,
.cid-uoUcTt6ySa span:focus {
  outline: none;
}
.cid-uoUcTt6ySa .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uoUcTt6ySa .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uoUcTt6ySa .item {
    margin-bottom: 1rem;
  }
}
.cid-uoUcTt6ySa h5 {
  margin: 0;
}
.cid-uoUcTt6ySa .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uoUcTt6ySa .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uoUcTt6ySa .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uoUcTt6ySa .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uoUcTt6ySa .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uoUcTt6ySa .item-wrapper {
    height: auto;
  }
}
.cid-uoUcTt6ySa .mbr-section-title {
  color: #ee0a0a;
  text-align: left;
}
.cid-uoUcTt6ySa .item-title {
  text-align: center;
}
.cid-uoUcTt6ySa .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uoUcTt6ySa .mbr-text,
.cid-uoUcTt6ySa .item .mbr-section-btn {
  text-align: center;
}
.cid-uoUcTt6ySa .mbr-section-subtitle,
.cid-uoUcTt6ySa .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uoUdGgtjZu {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
@media (max-width: 767px) {
  .cid-uoUdGgtjZu {
    padding-bottom: 5rem;
  }
}
.cid-uoUdGgtjZu img,
.cid-uoUdGgtjZu .item-img {
  width: 100%;
  height: 100%;
}
.cid-uoUdGgtjZu .row {
  flex-direction: row-reverse;
}
.cid-uoUdGgtjZu .mbr-text {
  color: #000000;
}
.cid-uoUdGgtjZu .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uoUdGgtjZu .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uoUdGgtjZu .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uoUdGgtjZu .mbr-text UL {
  text-align: left;
}
.cid-uoUdGgtjZu .mbr-section-subtitle,
.cid-uoUdGgtjZu .main-button {
  color: #000000;
}
.cid-uoUdGgtjZu .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uoUdGgtjZu .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uoUdGgtjZu .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uoUdGgtjZu .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uoUdGgtjZu .item-title {
  text-align: center;
}
.cid-uoUdGgtjZu .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uoUdGgtjZu .main-text {
    padding-left: 0;
    padding-right: 32px;
    padding-left: 32px;
    padding-right: 0;
  }
}
.cid-uoUdGgtjZu .mbr-section-title {
  color: #ee0a0a;
}
.cid-uoUdVxxbeR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uoUdVxxbeR .item-img,
.cid-uoUdVxxbeR .img-wrap,
.cid-uoUdVxxbeR img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-uoUdVxxbeR img,
.cid-uoUdVxxbeR .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-uoUdVxxbeR img,
  .cid-uoUdVxxbeR .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-uoUdVxxbeR .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uoUdVxxbeR .item:focus,
.cid-uoUdVxxbeR span:focus {
  outline: none;
}
.cid-uoUdVxxbeR .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uoUdVxxbeR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uoUdVxxbeR .item {
    margin-bottom: 1rem;
  }
}
.cid-uoUdVxxbeR h5 {
  margin: 0;
}
.cid-uoUdVxxbeR .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uoUdVxxbeR .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uoUdVxxbeR .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uoUdVxxbeR .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-uoUdVxxbeR .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-uoUdVxxbeR .item-wrapper {
    height: auto;
  }
}
.cid-uoUdVxxbeR .mbr-section-title {
  color: #ee0a0a;
  text-align: left;
}
.cid-uoUdVxxbeR .item-title {
  text-align: center;
}
.cid-uoUdVxxbeR .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uoUdVxxbeR .mbr-text,
.cid-uoUdVxxbeR .item .mbr-section-btn {
  text-align: center;
}
.cid-uoUdVxxbeR .mbr-section-subtitle,
.cid-uoUdVxxbeR .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uoUexN36BR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uoUexN36BR .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uoUexN36BR .item {
    margin-bottom: 1rem;
  }
}
.cid-uoUexN36BR .item-wrapper {
  position: relative;
}
.cid-uoUexN36BR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uoUexN36BR .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uoUexN36BR .carousel-control,
.cid-uoUexN36BR .close {
  background: #1b1b1b;
}
.cid-uoUexN36BR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uoUexN36BR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uoUexN36BR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uoUexN36BR .carousel-control-next span {
  margin-left: 5px;
}
.cid-uoUexN36BR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uoUexN36BR .close::before {
  content: '\e91a';
}
.cid-uoUexN36BR .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uoUexN36BR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uoUexN36BR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoUexN36BR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoUexN36BR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoUexN36BR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uoUexN36BR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uoUexN36BR .carousel-indicators li.active,
.cid-uoUexN36BR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uoUexN36BR .carousel-indicators li::after,
.cid-uoUexN36BR .carousel-indicators li::before {
  content: none;
}
.cid-uoUexN36BR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uoUexN36BR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uoUexN36BR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uoUexN36BR .carousel-indicators {
    display: none;
  }
}
.cid-uoUexN36BR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uoUexN36BR .carousel-inner > .active {
  display: block;
}
.cid-uoUexN36BR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoUexN36BR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uoUexN36BR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uoUexN36BR .carousel-control,
  .cid-uoUexN36BR .carousel-indicators,
  .cid-uoUexN36BR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uoUexN36BR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uoUexN36BR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uoUexN36BR .carousel-indicators .active,
.cid-uoUexN36BR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uoUexN36BR .carousel-indicators .active {
  background: #fff;
}
.cid-uoUexN36BR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uoUexN36BR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uoUexN36BR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uoUexN36BR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uoUexN36BR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uoUexN36BR .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uoUexN36BR .carousel {
  width: 100%;
}
.cid-uoUexN36BR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uoUexN36BR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uoUexN36BR .modal.fade .modal-dialog,
.cid-uoUexN36BR .modal.in .modal-dialog {
  transform: none;
}
.cid-uoUexN36BR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uoUexN36BR .content-head {
  max-width: 800px;
}
.cid-uoUexN36BR H3 {
  color: #ee0a0a;
}
.cid-uoUeQVx08S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uoUeQVx08S .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uoUeQVx08S .item {
    margin-bottom: 1rem;
  }
}
.cid-uoUeQVx08S .item-wrapper {
  position: relative;
}
.cid-uoUeQVx08S .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uoUeQVx08S .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uoUeQVx08S .carousel-control,
.cid-uoUeQVx08S .close {
  background: #1b1b1b;
}
.cid-uoUeQVx08S .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uoUeQVx08S .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uoUeQVx08S .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uoUeQVx08S .carousel-control-next span {
  margin-left: 5px;
}
.cid-uoUeQVx08S .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uoUeQVx08S .close::before {
  content: '\e91a';
}
.cid-uoUeQVx08S .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uoUeQVx08S .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uoUeQVx08S .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoUeQVx08S .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoUeQVx08S .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoUeQVx08S .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uoUeQVx08S .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uoUeQVx08S .carousel-indicators li.active,
.cid-uoUeQVx08S .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uoUeQVx08S .carousel-indicators li::after,
.cid-uoUeQVx08S .carousel-indicators li::before {
  content: none;
}
.cid-uoUeQVx08S .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uoUeQVx08S .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uoUeQVx08S .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uoUeQVx08S .carousel-indicators {
    display: none;
  }
}
.cid-uoUeQVx08S .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uoUeQVx08S .carousel-inner > .active {
  display: block;
}
.cid-uoUeQVx08S .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoUeQVx08S .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uoUeQVx08S .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uoUeQVx08S .carousel-control,
  .cid-uoUeQVx08S .carousel-indicators,
  .cid-uoUeQVx08S .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uoUeQVx08S .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uoUeQVx08S .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uoUeQVx08S .carousel-indicators .active,
.cid-uoUeQVx08S .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uoUeQVx08S .carousel-indicators .active {
  background: #fff;
}
.cid-uoUeQVx08S .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uoUeQVx08S .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uoUeQVx08S .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uoUeQVx08S .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uoUeQVx08S .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uoUeQVx08S .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uoUeQVx08S .carousel {
  width: 100%;
}
.cid-uoUeQVx08S .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uoUeQVx08S .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uoUeQVx08S .modal.fade .modal-dialog,
.cid-uoUeQVx08S .modal.in .modal-dialog {
  transform: none;
}
.cid-uoUeQVx08S .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uoUeQVx08S .content-head {
  max-width: 800px;
}
.cid-uoUeQVx08S H3 {
  color: #ee0a0a;
}
.cid-uog3khRJVH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uog3khRJVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uog3khRJVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uog3khRJVH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uog3khRJVH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uog3khRJVH .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uog3khRJVH .row {
    text-align: center;
  }
  .cid-uog3khRJVH .social-row {
    justify-content: center;
  }
}
.cid-uog3khRJVH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uog3khRJVH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uog3khRJVH .list {
    margin-bottom: 0rem;
  }
}
.cid-uog3khRJVH .mbr-text {
  color: #bbbbbb;
}
.cid-uog3khRJVH .mbr-iconfont {
  color: black;
}
.cid-uog3khRJVH .copyright {
  color: #ffffff;
}
.cid-upVSnjzXgK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upVSnjzXgK nav.navbar {
  position: fixed;
}
.cid-upVSnjzXgK .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-upVSnjzXgK .wrapper {
    padding: 0;
  }
}
.cid-upVSnjzXgK .btn {
  border-radius: 30px;
}
.cid-upVSnjzXgK .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-upVSnjzXgK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upVSnjzXgK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upVSnjzXgK .dropdown-item:hover,
.cid-upVSnjzXgK .dropdown-item:focus {
  background: #e31e24 !important;
  color: white !important;
}
.cid-upVSnjzXgK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upVSnjzXgK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upVSnjzXgK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-upVSnjzXgK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upVSnjzXgK .nav-link {
  position: relative;
}
.cid-upVSnjzXgK .iconfont-wrapper {
  color: #ee0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upVSnjzXgK .dropdown-menu,
.cid-upVSnjzXgK .navbar.opened {
  background: #ffffff !important;
}
.cid-upVSnjzXgK .nav-item:focus,
.cid-upVSnjzXgK .nav-link:focus {
  outline: none;
}
.cid-upVSnjzXgK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upVSnjzXgK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upVSnjzXgK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upVSnjzXgK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upVSnjzXgK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upVSnjzXgK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upVSnjzXgK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-upVSnjzXgK .navbar.opened {
  transition: all 0.3s;
}
.cid-upVSnjzXgK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upVSnjzXgK .navbar .navbar-logo img {
  width: auto;
}
.cid-upVSnjzXgK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upVSnjzXgK .navbar.collapsed {
  justify-content: center;
}
.cid-upVSnjzXgK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upVSnjzXgK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upVSnjzXgK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upVSnjzXgK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upVSnjzXgK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upVSnjzXgK .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-upVSnjzXgK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upVSnjzXgK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upVSnjzXgK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upVSnjzXgK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upVSnjzXgK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upVSnjzXgK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upVSnjzXgK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upVSnjzXgK .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-upVSnjzXgK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upVSnjzXgK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upVSnjzXgK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upVSnjzXgK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upVSnjzXgK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upVSnjzXgK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upVSnjzXgK .navbar.navbar-short {
  min-height: 60px;
}
.cid-upVSnjzXgK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upVSnjzXgK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upVSnjzXgK .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-upVSnjzXgK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upVSnjzXgK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upVSnjzXgK .dropdown-item.active,
.cid-upVSnjzXgK .dropdown-item:active {
  background-color: transparent;
}
.cid-upVSnjzXgK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upVSnjzXgK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upVSnjzXgK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upVSnjzXgK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upVSnjzXgK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upVSnjzXgK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upVSnjzXgK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upVSnjzXgK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upVSnjzXgK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-upVSnjzXgK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upVSnjzXgK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upVSnjzXgK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVSnjzXgK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVSnjzXgK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upVSnjzXgK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVSnjzXgK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upVSnjzXgK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upVSnjzXgK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVSnjzXgK .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-upVSnjzXgK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upVSnjzXgK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upVSnjzXgK .navbar {
    height: 70px;
  }
  .cid-upVSnjzXgK .navbar.opened {
    height: auto;
  }
  .cid-upVSnjzXgK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uog3omaWS8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  /*background-image: url("../../../assets/images/mbr-41.jpeg");*/
}
.cid-uog3omaWS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uog3omaWS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uog3omaWS8 .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uog3omaWS8 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-uog3omaWS8 .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-uog3omaWS8 .mbr-section-btn {
  margin-top: 30px;
}
.cid-uog3omaWS8 .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-uqvMOFcDGX {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uqvMOFcDGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvMOFcDGX .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uqvMOFcDGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqvMOFcDGX .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uqvMOFcDGX .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uqvMOFcDGX .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uqvMOFcDGX .card-title,
.cid-uqvMOFcDGX .iconfont-wrapper {
  color: #000000;
}
.cid-uqvMOFcDGX .card-text {
  color: #000000;
}
.cid-uqvMOFcDGX .content-head {
  max-width: 800px;
}
.cid-uqvMOFcDGX .mbr-section-title {
  color: #ee0a0a;
}
.cid-uqvMOFcDGX .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uqvMOFcDGX .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uqvQfRyIuh {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-uqvQfRyIuh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvQfRyIuh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqvQfRyIuh .google-map {
  height: 30rem;
  position: relative;
}
.cid-uqvQfRyIuh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uqvQfRyIuh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uqvQfRyIuh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqvQfRyIuh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqvR5VUxJf {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uqvR5VUxJf .content {
    text-align: center;
  }
  .cid-uqvR5VUxJf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uqvR5VUxJf .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-uqvR5VUxJf .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uqvR5VUxJf .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: 0.05;
}
.cid-uqvR5VUxJf .google-map {
  height: 25rem;
  position: relative;
}
.cid-uqvR5VUxJf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uqvR5VUxJf .google-map [data-state-details] {
  color: #ffd7ef;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uqvR5VUxJf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqvR5VUxJf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqvR5VUxJf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 993px) {
  .cid-uqvR5VUxJf .social-list {
    margin-left: -7px;
  }
}
.cid-uqvR5VUxJf .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uqvR5VUxJf .social-list .soc-item {
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 0.5rem 0.5rem;
  filter: invert(1);
  padding: 0.6rem;
  border: 1px solid rgba(225, 225, 225, 0.2);
}
@media (max-width: 992px) {
  .cid-uqvR5VUxJf .social-list .soc-item {
    margin: 0 0.1rem 0.2rem;
  }
}
.cid-uqvR5VUxJf .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uqvR5VUxJf .social-list a:hover {
  opacity: 0.2;
}
@media (max-width: 992px) {
  .cid-uqvR5VUxJf .social-list {
    justify-content: left;
  }
}
@media (max-width: 767px) {
  .cid-uqvR5VUxJf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uqvR5VUxJf .list {
  list-style-type: none;
  padding: 0;
}
.cid-uqvR5VUxJf .socicon {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .cid-uqvR5VUxJf .mbr-section-head {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .cid-uqvR5VUxJf .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uqvR5VUxJf H5 {
  color: #000000;
}
.cid-uqvR5VUxJf .mbr-text {
  color: #000000;
}
.cid-uqvR5VUxJf .mbr-section-title {
  text-align: center;
  color: #ee0a0a;
}
.cid-uqvZrGdYyg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/contact-jsons.jpg");
}
.cid-uqvZrGdYyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqvZrGdYyg .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-uqvZrGdYyg .container {
    padding: 0 16px;
  }
}
.cid-uqvZrGdYyg .content-wrapper {
  position: relative;
  padding: 64px;
  background-color: #dfdfdf;
  border-radius: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.cid-uqvZrGdYyg .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  background-image: linear-gradient(#1c1c1c, #1c1c1c);
  opacity: .83;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uqvZrGdYyg .content-wrapper {
    padding: 36px;
    display: block;
  }
}
.cid-uqvZrGdYyg .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqvZrGdYyg .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-uqvZrGdYyg .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uqvZrGdYyg .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uqvZrGdYyg .content-wrapper .content-wrap .person-wrapper .person-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uqvZrGdYyg .content-wrapper .content-wrap .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-uqvZrGdYyg .content-wrapper .content-wrap .person-wrapper .person-wrap .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 108px;
  min-width: 108px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #ee0a0a, #ffffff);
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uqvZrGdYyg .content-wrapper .content-wrap .person-wrapper .person-wrap .image-wrapper {
    margin: 0 0 30px 0;
  }
}
.cid-uqvZrGdYyg .content-wrapper .content-wrap .person-wrapper .person-wrap .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #1c1c1c;
}
.cid-uqvZrGdYyg .content-wrapper .content-wrap .person-wrapper .person-wrap .image-wrapper a {
  width: 100%;
  height: 100%;
}
.cid-uqvZrGdYyg .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqvZrGdYyg .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrapper .email-wrapper:hover .mbr-email,
.cid-uqvZrGdYyg .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrapper .email-wrapper:focus .mbr-email {
  color: #ee0a0a;
}
.cid-uqvZrGdYyg .content-wrapper .content-wrap .person-wrapper .person-wrap .name-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqvZrGdYyg .content-wrapper .content-wrap .person-wrapper .link-wrapper {
  display: block;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uqvZrGdYyg .content-wrapper .content-wrap .person-wrapper .link-wrapper {
    margin-top: 24px;
  }
}
.cid-uqvZrGdYyg .content-wrapper .content-wrap .person-wrapper .link-wrapper:hover .mbr-link,
.cid-uqvZrGdYyg .content-wrapper .content-wrap .person-wrapper .link-wrapper:focus .mbr-link {
  color: #ee0a0a;
}
.cid-uqvZrGdYyg .content-wrapper .content-wrap .person-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqvZrGdYyg .content-wrapper .form-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uqvZrGdYyg .content-wrapper .form-wrapper .mbr-form .dragArea.row {
  padding: 0;
}
.cid-uqvZrGdYyg .content-wrapper .form-wrapper .mbr-form .dragArea.row .form-group {
  margin-bottom: 64px !important;
}
@media (max-width: 992px) {
  .cid-uqvZrGdYyg .content-wrapper .form-wrapper .mbr-form .dragArea.row .form-group {
    margin-bottom: 32px !important;
  }
}
.cid-uqvZrGdYyg .content-wrapper .form-wrapper .mbr-form .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  background: transparent;
  border-bottom: 3px solid #7e7e7e !important;
  border-radius: 0 !important;
  padding: 0;
}
.cid-uqvZrGdYyg .content-wrapper .form-wrapper .mbr-form .dragArea.row .form-group .form-control::placeholder {
  color: #7e7e7e;
}
.cid-uqvZrGdYyg .content-wrapper .form-wrapper .mbr-form .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #e31e24;
  border-color: #e31e24;
}
.cid-uqvZrGdYyg .content-wrapper .form-wrapper .mbr-form .dragArea.row .form-group .form-check .form-check-label {
  color: #e31e24;
}
.cid-uqvZrGdYyg .content-wrapper .form-wrapper .mbr-form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uqvZrGdYyg .content-wrapper .form-wrapper .mbr-form .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uqvZrGdYyg .mbr-section-title {
  color: #f0f0f0;
}
.cid-uqvZrGdYyg .mbr-name {
  color: #cccccc;
}
.cid-uqvZrGdYyg .mbr-email {
  color: #ffffff;
}
.cid-uqvZrGdYyg .mbr-link {
  color: #ffffff;
}
.cid-uqvZrGdYyg label {
  color: #f0f0f0;
}
.cid-uqvZrGdYyg .mbr-section-title,
.cid-uqvZrGdYyg .mbr-section-btn {
  color: #ffffff;
}
.cid-uqvZrGdYyg .mbr-name,
.cid-uqvZrGdYyg .person-wrapper {
  color: #ffffff;
}
.cid-uog3opQHNk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uog3opQHNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uog3opQHNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uog3opQHNk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uog3opQHNk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uog3opQHNk .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uog3opQHNk .row {
    text-align: center;
  }
  .cid-uog3opQHNk .social-row {
    justify-content: center;
  }
}
.cid-uog3opQHNk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uog3opQHNk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uog3opQHNk .list {
    margin-bottom: 0rem;
  }
}
.cid-uog3opQHNk .mbr-text {
  color: #bbbbbb;
}
.cid-uog3opQHNk .mbr-iconfont {
  color: black;
}
.cid-uog3opQHNk .copyright {
  color: #ffffff;
}
.cid-upVS5jT2Hb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upVS5jT2Hb nav.navbar {
  position: fixed;
}
.cid-upVS5jT2Hb .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-upVS5jT2Hb .wrapper {
    padding: 0;
  }
}
.cid-upVS5jT2Hb .btn {
  border-radius: 30px;
}
.cid-upVS5jT2Hb .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-upVS5jT2Hb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upVS5jT2Hb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upVS5jT2Hb .dropdown-item:hover,
.cid-upVS5jT2Hb .dropdown-item:focus {
  background: #e31e24 !important;
  color: white !important;
}
.cid-upVS5jT2Hb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upVS5jT2Hb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upVS5jT2Hb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-upVS5jT2Hb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upVS5jT2Hb .nav-link {
  position: relative;
}
.cid-upVS5jT2Hb .iconfont-wrapper {
  color: #ee0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upVS5jT2Hb .dropdown-menu,
.cid-upVS5jT2Hb .navbar.opened {
  background: #ffffff !important;
}
.cid-upVS5jT2Hb .nav-item:focus,
.cid-upVS5jT2Hb .nav-link:focus {
  outline: none;
}
.cid-upVS5jT2Hb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upVS5jT2Hb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upVS5jT2Hb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upVS5jT2Hb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upVS5jT2Hb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upVS5jT2Hb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upVS5jT2Hb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-upVS5jT2Hb .navbar.opened {
  transition: all 0.3s;
}
.cid-upVS5jT2Hb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upVS5jT2Hb .navbar .navbar-logo img {
  width: auto;
}
.cid-upVS5jT2Hb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upVS5jT2Hb .navbar.collapsed {
  justify-content: center;
}
.cid-upVS5jT2Hb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upVS5jT2Hb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upVS5jT2Hb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upVS5jT2Hb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upVS5jT2Hb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upVS5jT2Hb .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-upVS5jT2Hb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upVS5jT2Hb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upVS5jT2Hb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upVS5jT2Hb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upVS5jT2Hb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upVS5jT2Hb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upVS5jT2Hb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upVS5jT2Hb .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-upVS5jT2Hb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upVS5jT2Hb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upVS5jT2Hb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upVS5jT2Hb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upVS5jT2Hb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upVS5jT2Hb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upVS5jT2Hb .navbar.navbar-short {
  min-height: 60px;
}
.cid-upVS5jT2Hb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upVS5jT2Hb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upVS5jT2Hb .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-upVS5jT2Hb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upVS5jT2Hb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upVS5jT2Hb .dropdown-item.active,
.cid-upVS5jT2Hb .dropdown-item:active {
  background-color: transparent;
}
.cid-upVS5jT2Hb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upVS5jT2Hb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upVS5jT2Hb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upVS5jT2Hb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upVS5jT2Hb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upVS5jT2Hb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upVS5jT2Hb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upVS5jT2Hb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upVS5jT2Hb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-upVS5jT2Hb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upVS5jT2Hb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upVS5jT2Hb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVS5jT2Hb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVS5jT2Hb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upVS5jT2Hb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVS5jT2Hb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upVS5jT2Hb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upVS5jT2Hb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVS5jT2Hb .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-upVS5jT2Hb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upVS5jT2Hb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upVS5jT2Hb .navbar {
    height: 70px;
  }
  .cid-upVS5jT2Hb .navbar.opened {
    height: auto;
  }
  .cid-upVS5jT2Hb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uowDlBLYFc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  /*background-image: url("../../../assets/images/mbr-40.jpeg");*/
}
.cid-uowDlBLYFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uowDlBLYFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uowDlBLYFc .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-uowDlBLYFc .mbr-section-subtitle {
  color: #ffffff;
  margin-bottom: 30px;
}
.cid-uowDlBLYFc .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-uowDlBLYFc .mbr-section-btn {
  margin-top: 30px;
}
.cid-uowDlBLYFc .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-uowDlBLYFc .mbr-text,
.cid-uowDlBLYFc .mbr-section-btn {
  color: #ffffff;
}
.cid-uowLkcOHmN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uowLkcOHmN .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uowLkcOHmN img,
.cid-uowLkcOHmN .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uowLkcOHmN .item:focus,
.cid-uowLkcOHmN span:focus {
  outline: none;
}
.cid-uowLkcOHmN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uowLkcOHmN .item {
    margin-bottom: 1rem;
  }
}
.cid-uowLkcOHmN .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uowLkcOHmN .mbr-section-title {
  color: #ee0a0a;
  text-align: center;
}
.cid-uowLkcOHmN .mbr-text,
.cid-uowLkcOHmN .mbr-section-btn {
  color: #232323;
}
.cid-uowLkcOHmN .item-title {
  color: #232323;
}
.cid-uowLkcOHmN .content-head {
  max-width: 800px;
}
.cid-uowLcKCtna {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uowLcKCtna img,
.cid-uowLcKCtna .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uowLcKCtna .item:focus,
.cid-uowLcKCtna span:focus {
  outline: none;
}
.cid-uowLcKCtna .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uowLcKCtna .item {
    margin-bottom: 1rem;
  }
}
.cid-uowLcKCtna .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uowLcKCtna .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uowLcKCtna .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uowLcKCtna .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uowLcKCtna .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uowLcKCtna .mbr-section-title {
  color: #ee0a0a;
}
.cid-uowLcKCtna .item-title {
  text-align: left;
}
.cid-uowLcKCtna .item-subtitle {
  text-align: left;
}
.cid-uowLcKCtna .mbr-text,
.cid-uowLcKCtna .item .mbr-section-btn {
  text-align: left;
}
.cid-uowLcKCtna .content-head {
  max-width: 800px;
}
.cid-uowNmN8n1n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uowNmN8n1n .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uowNmN8n1n img,
.cid-uowNmN8n1n .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uowNmN8n1n .item:focus,
.cid-uowNmN8n1n span:focus {
  outline: none;
}
.cid-uowNmN8n1n .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uowNmN8n1n .item {
    margin-bottom: 1rem;
  }
}
.cid-uowNmN8n1n .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uowNmN8n1n .mbr-section-title {
  color: #ee0a0a;
  text-align: center;
}
.cid-uowNmN8n1n .mbr-text,
.cid-uowNmN8n1n .mbr-section-btn {
  color: #232323;
}
.cid-uowNmN8n1n .item-title {
  color: #232323;
}
.cid-uowNmN8n1n .content-head {
  max-width: 800px;
}
.cid-uowNvoteDX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uowNvoteDX img,
.cid-uowNvoteDX .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uowNvoteDX .item:focus,
.cid-uowNvoteDX span:focus {
  outline: none;
}
.cid-uowNvoteDX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uowNvoteDX .item {
    margin-bottom: 1rem;
  }
}
.cid-uowNvoteDX .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uowNvoteDX .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uowNvoteDX .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uowNvoteDX .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uowNvoteDX .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uowNvoteDX .mbr-section-title {
  color: #ee0a0a;
}
.cid-uowNvoteDX .item-title {
  text-align: left;
}
.cid-uowNvoteDX .item-subtitle {
  text-align: left;
}
.cid-uowNvoteDX .mbr-text,
.cid-uowNvoteDX .item .mbr-section-btn {
  text-align: left;
}
.cid-uowNvoteDX .content-head {
  max-width: 800px;
}
.cid-uowDlG4s3J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uowDlG4s3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uowDlG4s3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uowDlG4s3J .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uowDlG4s3J .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uowDlG4s3J .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-uowDlG4s3J .row {
    text-align: center;
  }
  .cid-uowDlG4s3J .social-row {
    justify-content: center;
  }
}
.cid-uowDlG4s3J .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uowDlG4s3J .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uowDlG4s3J .list {
    margin-bottom: 0rem;
  }
}
.cid-uowDlG4s3J .mbr-text {
  color: #bbbbbb;
}
.cid-uowDlG4s3J .mbr-iconfont {
  color: black;
}
.cid-uowDlG4s3J .copyright {
  color: #ffffff;
}
.cid-upVSkCTWL0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upVSkCTWL0 nav.navbar {
  position: fixed;
}
.cid-upVSkCTWL0 .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-upVSkCTWL0 .wrapper {
    padding: 0;
  }
}
.cid-upVSkCTWL0 .btn {
  border-radius: 30px;
}
.cid-upVSkCTWL0 .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-upVSkCTWL0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upVSkCTWL0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upVSkCTWL0 .dropdown-item:hover,
.cid-upVSkCTWL0 .dropdown-item:focus {
  background: #e31e24 !important;
  color: white !important;
}
.cid-upVSkCTWL0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upVSkCTWL0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upVSkCTWL0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-upVSkCTWL0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upVSkCTWL0 .nav-link {
  position: relative;
}
.cid-upVSkCTWL0 .iconfont-wrapper {
  color: #ee0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upVSkCTWL0 .dropdown-menu,
.cid-upVSkCTWL0 .navbar.opened {
  background: #ffffff !important;
}
.cid-upVSkCTWL0 .nav-item:focus,
.cid-upVSkCTWL0 .nav-link:focus {
  outline: none;
}
.cid-upVSkCTWL0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upVSkCTWL0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upVSkCTWL0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upVSkCTWL0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upVSkCTWL0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upVSkCTWL0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upVSkCTWL0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-upVSkCTWL0 .navbar.opened {
  transition: all 0.3s;
}
.cid-upVSkCTWL0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upVSkCTWL0 .navbar .navbar-logo img {
  width: auto;
}
.cid-upVSkCTWL0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upVSkCTWL0 .navbar.collapsed {
  justify-content: center;
}
.cid-upVSkCTWL0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upVSkCTWL0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upVSkCTWL0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upVSkCTWL0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upVSkCTWL0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upVSkCTWL0 .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-upVSkCTWL0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upVSkCTWL0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upVSkCTWL0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upVSkCTWL0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upVSkCTWL0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upVSkCTWL0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upVSkCTWL0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upVSkCTWL0 .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-upVSkCTWL0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upVSkCTWL0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upVSkCTWL0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upVSkCTWL0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upVSkCTWL0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upVSkCTWL0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upVSkCTWL0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-upVSkCTWL0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upVSkCTWL0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upVSkCTWL0 .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-upVSkCTWL0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upVSkCTWL0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upVSkCTWL0 .dropdown-item.active,
.cid-upVSkCTWL0 .dropdown-item:active {
  background-color: transparent;
}
.cid-upVSkCTWL0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upVSkCTWL0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upVSkCTWL0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upVSkCTWL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upVSkCTWL0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upVSkCTWL0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upVSkCTWL0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upVSkCTWL0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upVSkCTWL0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-upVSkCTWL0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upVSkCTWL0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upVSkCTWL0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVSkCTWL0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVSkCTWL0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upVSkCTWL0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVSkCTWL0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upVSkCTWL0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upVSkCTWL0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVSkCTWL0 .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-upVSkCTWL0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upVSkCTWL0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upVSkCTWL0 .navbar {
    height: 70px;
  }
  .cid-upVSkCTWL0 .navbar.opened {
    height: auto;
  }
  .cid-upVSkCTWL0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upRgrCx3Vd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/3685479-997-converted-1.jpg");
}
.cid-upRgrCx3Vd .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRgrCx3Vd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRgrCx3Vd .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-upRgrCx3Vd .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-upRgrCx3Vd .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-upRgrCx3Vd .mbr-section-btn {
  margin-top: 30px;
}
.cid-upRgrCx3Vd .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-upRgrDLgd5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upRgrDLgd5 h6 {
  line-height: 1.2;
}
.cid-upRgrDLgd5 img,
.cid-upRgrDLgd5 .item-img {
  width: 100%;
  height: 100%;
}
.cid-upRgrDLgd5 .item:focus,
.cid-upRgrDLgd5 span:focus {
  outline: none;
}
.cid-upRgrDLgd5 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-upRgrDLgd5 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-upRgrDLgd5 .mbr-section-title {
  color: #ee0a0a;
}
.cid-upRgrDLgd5 .mbr-text,
.cid-upRgrDLgd5 .mbr-section-btn {
  color: #000000;
}
.cid-upRgrDLgd5 .item-title {
  color: #000000;
  text-align: center;
}
.cid-upRgrDLgd5 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-upRgrDLgd5 .item-text {
  color: #000000;
  text-align: center;
}
.cid-upRgrDLgd5 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-upRgrDLgd5 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upRgrIezoP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-upRgrIezoP .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRgrIezoP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRgrIezoP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upRgrIezoP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-upRgrIezoP .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-upRgrIezoP .row {
    text-align: center;
  }
  .cid-upRgrIezoP .social-row {
    justify-content: center;
  }
}
.cid-upRgrIezoP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-upRgrIezoP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upRgrIezoP .list {
    margin-bottom: 0rem;
  }
}
.cid-upRgrIezoP .mbr-text {
  color: #bbbbbb;
}
.cid-upRgrIezoP .mbr-iconfont {
  color: black;
}
.cid-upRgrIezoP .copyright {
  color: #ffffff;
}
.cid-upVSfRbNhQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upVSfRbNhQ nav.navbar {
  position: fixed;
}
.cid-upVSfRbNhQ .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-upVSfRbNhQ .wrapper {
    padding: 0;
  }
}
.cid-upVSfRbNhQ .btn {
  border-radius: 30px;
}
.cid-upVSfRbNhQ .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-upVSfRbNhQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upVSfRbNhQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upVSfRbNhQ .dropdown-item:hover,
.cid-upVSfRbNhQ .dropdown-item:focus {
  background: #e31e24 !important;
  color: white !important;
}
.cid-upVSfRbNhQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upVSfRbNhQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upVSfRbNhQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-upVSfRbNhQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upVSfRbNhQ .nav-link {
  position: relative;
}
.cid-upVSfRbNhQ .iconfont-wrapper {
  color: #ee0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upVSfRbNhQ .dropdown-menu,
.cid-upVSfRbNhQ .navbar.opened {
  background: #ffffff !important;
}
.cid-upVSfRbNhQ .nav-item:focus,
.cid-upVSfRbNhQ .nav-link:focus {
  outline: none;
}
.cid-upVSfRbNhQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upVSfRbNhQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upVSfRbNhQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upVSfRbNhQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upVSfRbNhQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upVSfRbNhQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upVSfRbNhQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-upVSfRbNhQ .navbar.opened {
  transition: all 0.3s;
}
.cid-upVSfRbNhQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upVSfRbNhQ .navbar .navbar-logo img {
  width: auto;
}
.cid-upVSfRbNhQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upVSfRbNhQ .navbar.collapsed {
  justify-content: center;
}
.cid-upVSfRbNhQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upVSfRbNhQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upVSfRbNhQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upVSfRbNhQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upVSfRbNhQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upVSfRbNhQ .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-upVSfRbNhQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upVSfRbNhQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upVSfRbNhQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upVSfRbNhQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upVSfRbNhQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upVSfRbNhQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upVSfRbNhQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upVSfRbNhQ .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-upVSfRbNhQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upVSfRbNhQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upVSfRbNhQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upVSfRbNhQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upVSfRbNhQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upVSfRbNhQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upVSfRbNhQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-upVSfRbNhQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upVSfRbNhQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upVSfRbNhQ .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-upVSfRbNhQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upVSfRbNhQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upVSfRbNhQ .dropdown-item.active,
.cid-upVSfRbNhQ .dropdown-item:active {
  background-color: transparent;
}
.cid-upVSfRbNhQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upVSfRbNhQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upVSfRbNhQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upVSfRbNhQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upVSfRbNhQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upVSfRbNhQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upVSfRbNhQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upVSfRbNhQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upVSfRbNhQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-upVSfRbNhQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upVSfRbNhQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upVSfRbNhQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVSfRbNhQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVSfRbNhQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upVSfRbNhQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVSfRbNhQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upVSfRbNhQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upVSfRbNhQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVSfRbNhQ .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-upVSfRbNhQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upVSfRbNhQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upVSfRbNhQ .navbar {
    height: 70px;
  }
  .cid-upVSfRbNhQ .navbar.opened {
    height: auto;
  }
  .cid-upVSfRbNhQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upRh4iAcDU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  /*background-image: url("../../../assets/images/3685479-997-converted-1.jpg");*/
}
.cid-upRh4iAcDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRh4iAcDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRh4iAcDU .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-upRh4iAcDU .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-upRh4iAcDU .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-upRh4iAcDU .mbr-section-btn {
  margin-top: 30px;
}
.cid-upRh4iAcDU .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-upRh4jUoAX {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
@media (max-width: 767px) {
  .cid-upRh4jUoAX {
    padding-bottom: 5rem;
  }
}
.cid-upRh4jUoAX img,
.cid-upRh4jUoAX .item-img {
  width: 100%;
  height: 100%;
}
.cid-upRh4jUoAX .mbr-text {
  color: #000000;
}
.cid-upRh4jUoAX .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-upRh4jUoAX .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-upRh4jUoAX .main-button {
    margin-bottom: 2rem;
  }
}
.cid-upRh4jUoAX .mbr-text UL {
  text-align: left;
}
.cid-upRh4jUoAX .mbr-section-subtitle,
.cid-upRh4jUoAX .main-button {
  color: #000000;
}
.cid-upRh4jUoAX .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-upRh4jUoAX .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-upRh4jUoAX .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-upRh4jUoAX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upRh4jUoAX .item-title {
  text-align: center;
}
.cid-upRh4jUoAX .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upRh4jUoAX .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-upRh4jUoAX .mbr-section-title {
  color: #ee0a0a;
}
.cid-upRh4krhFK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-upRh4krhFK .item-img,
.cid-upRh4krhFK .img-wrap,
.cid-upRh4krhFK img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-upRh4krhFK img,
.cid-upRh4krhFK .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-upRh4krhFK img,
  .cid-upRh4krhFK .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-upRh4krhFK .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-upRh4krhFK .item:focus,
.cid-upRh4krhFK span:focus {
  outline: none;
}
.cid-upRh4krhFK .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-upRh4krhFK .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-upRh4krhFK .item {
    margin-bottom: 1rem;
  }
}
.cid-upRh4krhFK h5 {
  margin: 0;
}
.cid-upRh4krhFK .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-upRh4krhFK .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-upRh4krhFK .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-upRh4krhFK .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-upRh4krhFK .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-upRh4krhFK .item-wrapper {
    height: auto;
  }
}
.cid-upRh4krhFK .mbr-section-title {
  color: #ee0a0a;
  text-align: left;
}
.cid-upRh4krhFK .item-title {
  text-align: center;
}
.cid-upRh4krhFK .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-upRh4krhFK .mbr-text,
.cid-upRh4krhFK .item .mbr-section-btn {
  text-align: center;
}
.cid-upRh4krhFK .mbr-section-subtitle,
.cid-upRh4krhFK .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-upRh4nUWvI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-upRh4nUWvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRh4nUWvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRh4nUWvI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upRh4nUWvI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-upRh4nUWvI .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-upRh4nUWvI .row {
    text-align: center;
  }
  .cid-upRh4nUWvI .social-row {
    justify-content: center;
  }
}
.cid-upRh4nUWvI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-upRh4nUWvI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upRh4nUWvI .list {
    margin-bottom: 0rem;
  }
}
.cid-upRh4nUWvI .mbr-text {
  color: #bbbbbb;
}
.cid-upRh4nUWvI .mbr-iconfont {
  color: black;
}
.cid-upRh4nUWvI .copyright {
  color: #ffffff;
}
.cid-upVSdO4S5i {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upVSdO4S5i nav.navbar {
  position: fixed;
}
.cid-upVSdO4S5i .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-upVSdO4S5i .wrapper {
    padding: 0;
  }
}
.cid-upVSdO4S5i .btn {
  border-radius: 30px;
}
.cid-upVSdO4S5i .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-upVSdO4S5i .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upVSdO4S5i .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upVSdO4S5i .dropdown-item:hover,
.cid-upVSdO4S5i .dropdown-item:focus {
  background: #e31e24 !important;
  color: white !important;
}
.cid-upVSdO4S5i .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upVSdO4S5i .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upVSdO4S5i .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-upVSdO4S5i .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upVSdO4S5i .nav-link {
  position: relative;
}
.cid-upVSdO4S5i .iconfont-wrapper {
  color: #ee0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upVSdO4S5i .dropdown-menu,
.cid-upVSdO4S5i .navbar.opened {
  background: #ffffff !important;
}
.cid-upVSdO4S5i .nav-item:focus,
.cid-upVSdO4S5i .nav-link:focus {
  outline: none;
}
.cid-upVSdO4S5i .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upVSdO4S5i .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upVSdO4S5i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upVSdO4S5i .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upVSdO4S5i .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upVSdO4S5i .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upVSdO4S5i .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-upVSdO4S5i .navbar.opened {
  transition: all 0.3s;
}
.cid-upVSdO4S5i .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upVSdO4S5i .navbar .navbar-logo img {
  width: auto;
}
.cid-upVSdO4S5i .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upVSdO4S5i .navbar.collapsed {
  justify-content: center;
}
.cid-upVSdO4S5i .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upVSdO4S5i .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upVSdO4S5i .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upVSdO4S5i .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upVSdO4S5i .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upVSdO4S5i .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-upVSdO4S5i .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upVSdO4S5i .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upVSdO4S5i .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upVSdO4S5i .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upVSdO4S5i .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upVSdO4S5i .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upVSdO4S5i .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upVSdO4S5i .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-upVSdO4S5i .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upVSdO4S5i .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upVSdO4S5i .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upVSdO4S5i .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upVSdO4S5i .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upVSdO4S5i .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upVSdO4S5i .navbar.navbar-short {
  min-height: 60px;
}
.cid-upVSdO4S5i .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upVSdO4S5i .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upVSdO4S5i .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-upVSdO4S5i .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upVSdO4S5i .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upVSdO4S5i .dropdown-item.active,
.cid-upVSdO4S5i .dropdown-item:active {
  background-color: transparent;
}
.cid-upVSdO4S5i .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upVSdO4S5i .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upVSdO4S5i .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upVSdO4S5i .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upVSdO4S5i .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upVSdO4S5i .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upVSdO4S5i ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upVSdO4S5i .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upVSdO4S5i button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-upVSdO4S5i button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upVSdO4S5i button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upVSdO4S5i button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVSdO4S5i button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVSdO4S5i button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upVSdO4S5i nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVSdO4S5i nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upVSdO4S5i nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upVSdO4S5i nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVSdO4S5i .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-upVSdO4S5i a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upVSdO4S5i .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upVSdO4S5i .navbar {
    height: 70px;
  }
  .cid-upVSdO4S5i .navbar.opened {
    height: auto;
  }
  .cid-upVSdO4S5i .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upRhbP0BTg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  /*background-image: url("../../../assets/images/3685479-997-converted-1.jpg");*/
}
.cid-upRhbP0BTg .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRhbP0BTg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRhbP0BTg .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-upRhbP0BTg .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-upRhbP0BTg .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-upRhbP0BTg .mbr-section-btn {
  margin-top: 30px;
}
.cid-upRhbP0BTg .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-upRhbRuliA {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
@media (max-width: 767px) {
  .cid-upRhbRuliA {
    padding-bottom: 5rem;
  }
}
.cid-upRhbRuliA img,
.cid-upRhbRuliA .item-img {
  width: 100%;
  height: 100%;
}
.cid-upRhbRuliA .row {
  flex-direction: row-reverse;
}
.cid-upRhbRuliA .mbr-text {
  color: #000000;
}
.cid-upRhbRuliA .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-upRhbRuliA .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-upRhbRuliA .main-button {
    margin-bottom: 2rem;
  }
}
.cid-upRhbRuliA .mbr-text UL {
  text-align: left;
}
.cid-upRhbRuliA .mbr-section-subtitle,
.cid-upRhbRuliA .main-button {
  color: #000000;
}
.cid-upRhbRuliA .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-upRhbRuliA .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-upRhbRuliA .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-upRhbRuliA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upRhbRuliA .item-title {
  text-align: center;
}
.cid-upRhbRuliA .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-upRhbRuliA .main-text {
    padding-left: 0;
    padding-right: 32px;
    padding-left: 32px;
    padding-right: 0;
  }
}
.cid-upRhbRuliA .mbr-section-title {
  color: #ee0a0a;
}
.cid-upRhbS4QAi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-upRhbS4QAi .item-img,
.cid-upRhbS4QAi .img-wrap,
.cid-upRhbS4QAi img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-upRhbS4QAi img,
.cid-upRhbS4QAi .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-upRhbS4QAi img,
  .cid-upRhbS4QAi .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-upRhbS4QAi .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-upRhbS4QAi .item:focus,
.cid-upRhbS4QAi span:focus {
  outline: none;
}
.cid-upRhbS4QAi .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-upRhbS4QAi .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-upRhbS4QAi .item {
    margin-bottom: 1rem;
  }
}
.cid-upRhbS4QAi h5 {
  margin: 0;
}
.cid-upRhbS4QAi .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-upRhbS4QAi .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-upRhbS4QAi .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-upRhbS4QAi .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-upRhbS4QAi .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-upRhbS4QAi .item-wrapper {
    height: auto;
  }
}
.cid-upRhbS4QAi .mbr-section-title {
  color: #ee0a0a;
  text-align: left;
}
.cid-upRhbS4QAi .item-title {
  text-align: center;
}
.cid-upRhbS4QAi .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-upRhbS4QAi .mbr-text,
.cid-upRhbS4QAi .item .mbr-section-btn {
  text-align: center;
}
.cid-upRhbS4QAi .mbr-section-subtitle,
.cid-upRhbS4QAi .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-upRhbUtG5A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-upRhbUtG5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRhbUtG5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRhbUtG5A .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upRhbUtG5A .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-upRhbUtG5A .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-upRhbUtG5A .row {
    text-align: center;
  }
  .cid-upRhbUtG5A .social-row {
    justify-content: center;
  }
}
.cid-upRhbUtG5A .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-upRhbUtG5A .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upRhbUtG5A .list {
    margin-bottom: 0rem;
  }
}
.cid-upRhbUtG5A .mbr-text {
  color: #bbbbbb;
}
.cid-upRhbUtG5A .mbr-iconfont {
  color: black;
}
.cid-upRhbUtG5A .copyright {
  color: #ffffff;
}
.cid-upVSbwIEeo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-upVSbwIEeo nav.navbar {
  position: fixed;
}
.cid-upVSbwIEeo .wrapper {
  justify-content: space-between;
  padding: 0 6rem;
}
@media (max-width: 991px) {
  .cid-upVSbwIEeo .wrapper {
    padding: 0;
  }
}
.cid-upVSbwIEeo .btn {
  border-radius: 30px;
}
.cid-upVSbwIEeo .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-upVSbwIEeo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upVSbwIEeo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upVSbwIEeo .dropdown-item:hover,
.cid-upVSbwIEeo .dropdown-item:focus {
  background: #e31e24 !important;
  color: white !important;
}
.cid-upVSbwIEeo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upVSbwIEeo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upVSbwIEeo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em .3em !important;
}
.cid-upVSbwIEeo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upVSbwIEeo .nav-link {
  position: relative;
}
.cid-upVSbwIEeo .iconfont-wrapper {
  color: #ee0a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upVSbwIEeo .dropdown-menu,
.cid-upVSbwIEeo .navbar.opened {
  background: #ffffff !important;
}
.cid-upVSbwIEeo .nav-item:focus,
.cid-upVSbwIEeo .nav-link:focus {
  outline: none;
}
.cid-upVSbwIEeo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upVSbwIEeo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upVSbwIEeo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upVSbwIEeo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upVSbwIEeo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upVSbwIEeo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upVSbwIEeo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-upVSbwIEeo .navbar.opened {
  transition: all 0.3s;
}
.cid-upVSbwIEeo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upVSbwIEeo .navbar .navbar-logo img {
  width: auto;
}
.cid-upVSbwIEeo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upVSbwIEeo .navbar.collapsed {
  justify-content: center;
}
.cid-upVSbwIEeo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upVSbwIEeo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upVSbwIEeo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-upVSbwIEeo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upVSbwIEeo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upVSbwIEeo .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-upVSbwIEeo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upVSbwIEeo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upVSbwIEeo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upVSbwIEeo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upVSbwIEeo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upVSbwIEeo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upVSbwIEeo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upVSbwIEeo .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-upVSbwIEeo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upVSbwIEeo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upVSbwIEeo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upVSbwIEeo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upVSbwIEeo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upVSbwIEeo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upVSbwIEeo .navbar.navbar-short {
  min-height: 60px;
}
.cid-upVSbwIEeo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upVSbwIEeo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upVSbwIEeo .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-upVSbwIEeo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upVSbwIEeo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upVSbwIEeo .dropdown-item.active,
.cid-upVSbwIEeo .dropdown-item:active {
  background-color: transparent;
}
.cid-upVSbwIEeo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upVSbwIEeo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upVSbwIEeo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upVSbwIEeo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-upVSbwIEeo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upVSbwIEeo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upVSbwIEeo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upVSbwIEeo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upVSbwIEeo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  order: 0;
}
.cid-upVSbwIEeo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upVSbwIEeo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upVSbwIEeo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVSbwIEeo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upVSbwIEeo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upVSbwIEeo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVSbwIEeo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upVSbwIEeo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upVSbwIEeo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upVSbwIEeo .navbar-dropdown {
  padding: 0 .5rem;
  position: fixed;
}
.cid-upVSbwIEeo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upVSbwIEeo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upVSbwIEeo .navbar {
    height: 70px;
  }
  .cid-upVSbwIEeo .navbar.opened {
    height: auto;
  }
  .cid-upVSbwIEeo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upRhkDWCj7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
 /* background-image: url("../../../assets/images/3685479-997-converted-1.jpg");*/
}
.cid-upRhkDWCj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRhkDWCj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRhkDWCj7 .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 20px;
}
.cid-upRhkDWCj7 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 30px;
}
.cid-upRhkDWCj7 .mbr-text {
  color: #878e99;
  margin-top: 0;
}
.cid-upRhkDWCj7 .mbr-section-btn {
  margin-top: 30px;
}
.cid-upRhkDWCj7 .mbr-section-btn .btn {
  box-shadow: none !important;
}
.cid-upRhkHDkrv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-upRhkHDkrv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-upRhkHDkrv .item {
    margin-bottom: 1rem;
  }
}
.cid-upRhkHDkrv .item-wrapper {
  position: relative;
}
.cid-upRhkHDkrv .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-upRhkHDkrv .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-upRhkHDkrv .carousel-control,
.cid-upRhkHDkrv .close {
  background: #1b1b1b;
}
.cid-upRhkHDkrv .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upRhkHDkrv .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upRhkHDkrv .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upRhkHDkrv .carousel-control-next span {
  margin-left: 5px;
}
.cid-upRhkHDkrv .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upRhkHDkrv .close::before {
  content: '\e91a';
}
.cid-upRhkHDkrv .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upRhkHDkrv .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upRhkHDkrv .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upRhkHDkrv .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upRhkHDkrv .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upRhkHDkrv .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upRhkHDkrv .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upRhkHDkrv .carousel-indicators li.active,
.cid-upRhkHDkrv .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upRhkHDkrv .carousel-indicators li::after,
.cid-upRhkHDkrv .carousel-indicators li::before {
  content: none;
}
.cid-upRhkHDkrv .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upRhkHDkrv .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upRhkHDkrv .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upRhkHDkrv .carousel-indicators {
    display: none;
  }
}
.cid-upRhkHDkrv .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upRhkHDkrv .carousel-inner > .active {
  display: block;
}
.cid-upRhkHDkrv .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upRhkHDkrv .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upRhkHDkrv .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upRhkHDkrv .carousel-control,
  .cid-upRhkHDkrv .carousel-indicators,
  .cid-upRhkHDkrv .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upRhkHDkrv .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upRhkHDkrv .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upRhkHDkrv .carousel-indicators .active,
.cid-upRhkHDkrv .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upRhkHDkrv .carousel-indicators .active {
  background: #fff;
}
.cid-upRhkHDkrv .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upRhkHDkrv .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upRhkHDkrv .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upRhkHDkrv .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upRhkHDkrv .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upRhkHDkrv .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upRhkHDkrv .carousel {
  width: 100%;
}
.cid-upRhkHDkrv .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upRhkHDkrv .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upRhkHDkrv .modal.fade .modal-dialog,
.cid-upRhkHDkrv .modal.in .modal-dialog {
  transform: none;
}
.cid-upRhkHDkrv .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upRhkHDkrv .content-head {
  max-width: 800px;
}
.cid-upRhkHDkrv H3 {
  color: #ee0a0a;
}
.cid-upRhkItw25 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-upRhkItw25 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-upRhkItw25 .item {
    margin-bottom: 1rem;
  }
}
.cid-upRhkItw25 .item-wrapper {
  position: relative;
}
.cid-upRhkItw25 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-upRhkItw25 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-upRhkItw25 .carousel-control,
.cid-upRhkItw25 .close {
  background: #1b1b1b;
}
.cid-upRhkItw25 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-upRhkItw25 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-upRhkItw25 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-upRhkItw25 .carousel-control-next span {
  margin-left: 5px;
}
.cid-upRhkItw25 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-upRhkItw25 .close::before {
  content: '\e91a';
}
.cid-upRhkItw25 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-upRhkItw25 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-upRhkItw25 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upRhkItw25 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upRhkItw25 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-upRhkItw25 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-upRhkItw25 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-upRhkItw25 .carousel-indicators li.active,
.cid-upRhkItw25 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-upRhkItw25 .carousel-indicators li::after,
.cid-upRhkItw25 .carousel-indicators li::before {
  content: none;
}
.cid-upRhkItw25 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-upRhkItw25 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-upRhkItw25 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-upRhkItw25 .carousel-indicators {
    display: none;
  }
}
.cid-upRhkItw25 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-upRhkItw25 .carousel-inner > .active {
  display: block;
}
.cid-upRhkItw25 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-upRhkItw25 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-upRhkItw25 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-upRhkItw25 .carousel-control,
  .cid-upRhkItw25 .carousel-indicators,
  .cid-upRhkItw25 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-upRhkItw25 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-upRhkItw25 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-upRhkItw25 .carousel-indicators .active,
.cid-upRhkItw25 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-upRhkItw25 .carousel-indicators .active {
  background: #fff;
}
.cid-upRhkItw25 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-upRhkItw25 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-upRhkItw25 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-upRhkItw25 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-upRhkItw25 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-upRhkItw25 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-upRhkItw25 .carousel {
  width: 100%;
}
.cid-upRhkItw25 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-upRhkItw25 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-upRhkItw25 .modal.fade .modal-dialog,
.cid-upRhkItw25 .modal.in .modal-dialog {
  transform: none;
}
.cid-upRhkItw25 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-upRhkItw25 .content-head {
  max-width: 800px;
}
.cid-upRhkItw25 H3 {
  color: #ee0a0a;
}
.cid-upRhkJhcC5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-upRhkJhcC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upRhkJhcC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upRhkJhcC5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upRhkJhcC5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-upRhkJhcC5 .socicon {
  color: #ffffff !important;
}
@media (max-width: 767px) {
  .cid-upRhkJhcC5 .row {
    text-align: center;
  }
  .cid-upRhkJhcC5 .social-row {
    justify-content: center;
  }
}
.cid-upRhkJhcC5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-upRhkJhcC5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upRhkJhcC5 .list {
    margin-bottom: 0rem;
  }
}
.cid-upRhkJhcC5 .mbr-text {
  color: #bbbbbb;
}
.cid-upRhkJhcC5 .mbr-iconfont {
  color: black;
}
.cid-upRhkJhcC5 .copyright {
  color: #ffffff;
}
