.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: Figtree;
}
.display-1 {
  font-family: 'Figtree', sans-serif;
  font-size: 6rem;
  line-height: 100%;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Figtree', sans-serif;
  font-size: 4rem;
  line-height: 100%;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Figtree', sans-serif;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: -0.02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Figtree', sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 125%;
  letter-spacing: -0.02em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
.bg-primary {
  background-color: #a20e20 !important;
}
.bg-success {
  background-color: #ec4d61 !important;
}
.bg-info {
  background-color: #fdfcfc !important;
}
.bg-warning {
  background-color: #d7d7d7 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a20e20 !important;
  border-color: #a20e20 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #d11229 !important;
  border-color: #d11229 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d11229 !important;
  border-color: #d11229 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #373a43 !important;
  border-color: #373a43 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #4e525f !important;
  border-color: #4e525f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4e525f !important;
  border-color: #4e525f !important;
}
.btn-info,
.btn-info:active {
  background-color: #fdfcfc !important;
  border-color: #fdfcfc !important;
  color: #966464 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #966464 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ec4d61 !important;
  border-color: #ec4d61 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f17b8a !important;
  border-color: #f17b8a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f17b8a !important;
  border-color: #f17b8a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d7d7d7 !important;
  border-color: #d7d7d7 !important;
  color: #585858 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #585858 !important;
  background-color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !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: #a20e20;
  color: #a20e20;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #520710 !important;
  background-color: transparent !important;
  border-color: #520710 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a20e20 !important;
  border-color: #a20e20 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #373a43;
  color: #373a43;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #101113 !important;
  background-color: transparent !important;
  border-color: #101113 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #373a43 !important;
  border-color: #373a43 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fdfcfc;
  color: #fdfcfc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #dac8c8 !important;
  background-color: transparent !important;
  border-color: #dac8c8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #966464 !important;
  background-color: #fdfcfc !important;
  border-color: #fdfcfc !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ec4d61;
  color: #ec4d61;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #cc162d !important;
  background-color: transparent !important;
  border-color: #cc162d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ec4d61 !important;
  border-color: #ec4d61 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d7d7d7;
  color: #d7d7d7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #acacac !important;
  background-color: transparent !important;
  border-color: #acacac !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #585858 !important;
  background-color: #d7d7d7 !important;
  border-color: #d7d7d7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  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: #a20e20 !important;
}
.text-secondary {
  color: #373a43 !important;
}
.text-success {
  color: #ec4d61 !important;
}
.text-info {
  color: #fdfcfc !important;
}
.text-warning {
  color: #d7d7d7 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #44060d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #090a0b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bf142a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #d4bfbf !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a4a4a4 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #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: #a20e20;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fdfcfc;
}
.alert-warning {
  background-color: #d7d7d7;
}
.alert-danger {
  background-color: #000000;
}
.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: #a20e20;
  border-color: #a20e20;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a20e20;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ef4156;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #a20e20 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #a20e20;
}
/* 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: #a20e20;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a20e20;
}
.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: #a20e20;
  border-bottom-color: #a20e20;
}
.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: #a20e20 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #373a43 !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='%23a20e20' %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;
}
img {
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn,
  .mbr-section-btn-main {
    padding: 0 10px;
  }
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 40px 70px;
  border-radius: 20px !important;
  margin: 10px;
  box-shadow: none;
  border: none;
  min-width: 450px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 20px;
    min-width: auto;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  padding: 20px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 10px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  justify-content: flex-end;
  width: 120px;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn:hover .mbr-iconfont,
  .mbr-section-btn-main .btn:hover .mbr-iconfont,
  .mbr-section-btn .btn:focus .mbr-iconfont,
  .mbr-section-btn-main .btn:focus .mbr-iconfont {
    width: 70px;
  }
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  background-color: #373a43 !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #a20e20 !important;
}
.mbr-section-btn .btn-secondary .mbr-iconfont,
.mbr-section-btn-main .btn-secondary .mbr-iconfont {
  color: #373a43 !important;
  background-color: #a20e20 !important;
}
.mbr-section-btn .btn-success .mbr-iconfont,
.mbr-section-btn-main .btn-success .mbr-iconfont {
  background-color: #fdfcfc !important;
}
.mbr-section-btn .btn-info .mbr-iconfont,
.mbr-section-btn-main .btn-info .mbr-iconfont {
  background-color: #a20e20 !important;
}
.mbr-section-btn .btn-warning .mbr-iconfont,
.mbr-section-btn-main .btn-warning .mbr-iconfont {
  color: #d7d7d7 !important;
  background-color: #fdfcfc !important;
}
.mbr-section-btn .btn-danger .mbr-iconfont,
.mbr-section-btn-main .btn-danger .mbr-iconfont {
  color: #000000 !important;
  background-color: #fdfcfc !important;
}
.mbr-section-btn .btn-black .mbr-iconfont,
.mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #000000 !important;
  background-color: #ffffff !important;
}
.mbr-section-btn .btn-white .mbr-iconfont,
.mbr-section-btn-main .btn-white .mbr-iconfont {
  color: #ffffff !important;
  background-color: #000000 !important;
}
.cid-u2y2Y82Vs1 {
  z-index: 1000;
  width: 100%;
}
.cid-u2y2Y82Vs1 .navbar-dropdown {
  background: #192227 !important;
  padding: 0;
  position: fixed;
}
.cid-u2y2Y82Vs1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192227 !important;
  background: #192227;
}
.cid-u2y2Y82Vs1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2y2Y82Vs1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2y2Y82Vs1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2y2Y82Vs1 .menu_box .navbar.opened,
  .cid-u2y2Y82Vs1 .menu_box .navbar-collapse {
    background-color: #192227 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2y2Y82Vs1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u2y2Y82Vs1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u2y2Y82Vs1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2y2Y82Vs1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2y2Y82Vs1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2y2Y82Vs1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2y2Y82Vs1 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #4a5357;
  }
  .cid-u2y2Y82Vs1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2y2Y82Vs1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2y2Y82Vs1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2y2Y82Vs1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2y2Y82Vs1 .offcanvas-body .mbr-text,
  .cid-u2y2Y82Vs1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2y2Y82Vs1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2y2Y82Vs1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2y2Y82Vs1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-u2y2Y82Vs1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2y2Y82Vs1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2y2Y82Vs1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2y2Y82Vs1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2y2Y82Vs1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2y2Y82Vs1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2y2Y82Vs1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u2y2Y82Vs1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2y2Y82Vs1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u2y2Y82Vs1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2y2Y82Vs1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u2y2Y82Vs1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2y2Y82Vs1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u2y2Y82Vs1 .nav-item {
    margin: 0 !important;
  }
}
.cid-u2y2Y82Vs1 .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2y2Y82Vs1 .nav-item .nav-link:hover,
.cid-u2y2Y82Vs1 .nav-item .nav-link:focus {
  color: #a20e20 !important;
  transition: all 0.3s ease-out;
}
.cid-u2y2Y82Vs1 .nav-item .nav-link:hover .mbr-iconfont,
.cid-u2y2Y82Vs1 .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #373a43 !important;
  color: #a20e20 !important;
  transform: rotate(-45deg);
}
.cid-u2y2Y82Vs1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2y2Y82Vs1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2y2Y82Vs1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2y2Y82Vs1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2y2Y82Vs1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u2y2Y82Vs1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2y2Y82Vs1 .offcanvas_box {
    display: none;
  }
}
.cid-u2y2Y82Vs1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2y2Y82Vs1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2y2Y82Vs1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2y2Y82Vs1 .container {
  display: flex;
  margin: auto;
}
.cid-u2y2Y82Vs1 .iconfont-wrapper {
  color: #fdfcfc;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u2y2Y82Vs1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2y2Y82Vs1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2y2Y82Vs1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2y2Y82Vs1 .navbar-nav {
    margin: 0;
  }
}
.cid-u2y2Y82Vs1 .dropdown-menu,
.cid-u2y2Y82Vs1 .navbar.opened {
  background-color: true !important;
}
.cid-u2y2Y82Vs1 .nav-item:focus,
.cid-u2y2Y82Vs1 .nav-link:focus {
  outline: none;
}
.cid-u2y2Y82Vs1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2y2Y82Vs1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2y2Y82Vs1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2y2Y82Vs1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2y2Y82Vs1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2y2Y82Vs1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2y2Y82Vs1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2y2Y82Vs1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2y2Y82Vs1 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2y2Y82Vs1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2y2Y82Vs1 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-u2y2Y82Vs1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2y2Y82Vs1 .navbar.collapsed {
  justify-content: center;
}
.cid-u2y2Y82Vs1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2y2Y82Vs1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2y2Y82Vs1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2y2Y82Vs1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2y2Y82Vs1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2y2Y82Vs1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2y2Y82Vs1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2y2Y82Vs1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2y2Y82Vs1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u2y2Y82Vs1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2y2Y82Vs1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2y2Y82Vs1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2y2Y82Vs1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2y2Y82Vs1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2y2Y82Vs1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2y2Y82Vs1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2y2Y82Vs1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2y2Y82Vs1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2y2Y82Vs1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2y2Y82Vs1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2y2Y82Vs1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2y2Y82Vs1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2y2Y82Vs1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2y2Y82Vs1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2y2Y82Vs1 .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-u2y2Y82Vs1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-u2y2Y82Vs1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2y2Y82Vs1 .dropdown-item.active,
.cid-u2y2Y82Vs1 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2y2Y82Vs1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2y2Y82Vs1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2y2Y82Vs1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2y2Y82Vs1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2y2Y82Vs1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2y2Y82Vs1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2y2Y82Vs1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #192227;
  background: #192227;
}
.cid-u2y2Y82Vs1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-u2y2Y82Vs1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2y2Y82Vs1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2y2Y82Vs1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2y2Y82Vs1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2y2Y82Vs1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2y2Y82Vs1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2y2Y82Vs1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2y2Y82Vs1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2y2Y82Vs1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2y2Y82Vs1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2y2Y82Vs1 .navbar {
    height: 70px;
  }
  .cid-u2y2Y82Vs1 .navbar.opened {
    height: auto;
  }
  .cid-u2y2Y82Vs1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2y2Y82Vs1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u2y2Y82Vs1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u2y2Y82Vs1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2y2Y82Vs1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2y2Y82Vs1 .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-u2y2Y82Vs1 .mbr-section-btn-main .btn:hover,
.cid-u2y2Y82Vs1 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-u2y2Y82Vs1 .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-u2y2Y82Vs1 .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-u2y2Y82Vs1 .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #a20e20 !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-u2y2Y82Vs1 .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-u2y2Y82Vs1 .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-u2y2Y82Vs1 .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #fdfcfc !important;
}
.cid-u2y2Y82Vs1 .navbar-caption:hover {
  color: #a20e20;
}
@media (min-width: 992px) {
  .cid-u2y2Y82Vs1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2y2Y82Vs1 .text_widget {
  margin-bottom: 32px;
}
.cid-u2y2Y82Vs1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2y2Y82Vs1 .text_widget a:hover,
.cid-u2y2Y82Vs1 .text_widget a:focus {
  color: #373a43 !important;
}
.cid-u2y2Y82Vs1 .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-u2y2Y82Vs1 .navbar-caption {
  color: #ffffff;
}
.cid-u2y2Y82Vs1 .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-u2y2Y82Vs1 .mbr-section-subtitle,
.cid-u2y2Y82Vs1 .text_widget,
.cid-u2y2Y82Vs1 .mbr-section-btn {
  text-align: center;
}
.cid-u2y2Y82Vs1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tN0YvQmWp6 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #192227;
}
.cid-tN0YvQmWp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0YvQmWp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0YvQmWp6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .container {
    padding: 0 16px;
  }
}
.cid-tN0YvQmWp6 .row {
  border-radius: 20px;
  background-color: #fdfcfc;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-tN0YvQmWp6 .row {
    padding: 45px 4px;
  }
}
.cid-tN0YvQmWp6 .row .card {
  justify-content: center;
}
.cid-tN0YvQmWp6 .title-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-tN0YvQmWp6 .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tN0YvQmWp6 .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tN0YvQmWp6 .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-tN0YvQmWp6 .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-tN0YvQmWp6 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tN0YvQmWp6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tN0YvQmWp6 .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-tN0YvQmWp6 .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-tN0YvQmWp6 .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-tN0YvQmWp6 .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-tN0YvQmWp6 .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-tN0YvQmWp6 .image-wrapper img {
    height: 350px;
  }
}
.cid-tN0YvQmWp6 .mbr-section-subtitle {
  color: #d1cece;
}
.cid-tN0YvQmWp6 .mbr-section-title {
  color: #192227;
}
.cid-tN0YvQmWp6 .mbr-text {
  color: #192227;
}
.cid-tN0YvQmWp6 .mbr-section-subtitle,
.cid-tN0YvQmWp6 .subtitle-wrapper {
  color: #a20e20;
}
.cid-tN0YvQmWp6 .mbr-section-title,
.cid-tN0YvQmWp6 .mbr-section-btn {
  color: #a20e20;
}
.cid-tN0YRvRkma {
  padding-top: 0rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN0YRvRkma .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0YRvRkma .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-tN0YRvRkma .container {
    padding: 0 16px;
  }
}
.cid-tN0YRvRkma .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .row {
    margin: 0 10px;
  }
}
.cid-tN0YRvRkma .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .row .card {
    padding: 0;
  }
}
.cid-tN0YRvRkma .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -40px;
  width: 2000px;
  height: 2000px;
  border: 40px solid #a20e20;
  border-radius: 24%;
  pointer-events: none;
  z-index: 1;
  right: auto;
  left: -40px;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .row .card:first-child .decor-wrapper {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tN0YRvRkma .row .card:last-child .decor-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 2000px;
  border: 40px solid #4a5357;
  border-radius: 24%;
  pointer-events: none;
  left: auto;
  right: 0;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .row .card:last-child .decor-wrapper {
    display: none;
  }
}
.cid-tN0YRvRkma .title-wrapper {
  padding: 400px 0;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .title-wrapper {
    padding: 200px 0 0;
  }
}
.cid-tN0YRvRkma .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tN0YRvRkma .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #a20e20;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-tN0YRvRkma .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tN0YRvRkma .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tN0YRvRkma .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tN0YRvRkma .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0YRvRkma .mbr-text {
  color: #F9A600;
}
.cid-tN0YRvRkma .mbr-text,
.cid-tN0YRvRkma .mbr-section-btn {
  color: #ffffff;
}
.cid-tN0YRvRkma .mbr-section-title,
.cid-tN0YRvRkma .icon-wrapper {
  color: #a20e20;
}
.cid-tN0YRQkTJW {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN0YRQkTJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0YRQkTJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0YRQkTJW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .container {
    padding: 0 16px;
  }
}
.cid-tN0YRQkTJW .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .row {
    margin: 0 10px;
  }
}
.cid-tN0YRQkTJW .row .card {
  position: relative;
  padding: 0;
}
.cid-tN0YRQkTJW .row .card .decor-wrapper {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tN0YRQkTJW .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .row .card .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tN0YRQkTJW .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tN0YRQkTJW .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .row .card .icon-decor {
    display: none;
  }
}
.cid-tN0YRQkTJW .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-tN0YRQkTJW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tN0YRQkTJW .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-tN0YRQkTJW .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #a20e20;
  overflow: hidden;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-tN0YRQkTJW .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-tN0YRQkTJW .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0YRQkTJW .item-title {
  color: #192227;
}
.cid-tN0YRQkTJW .mbr-text {
  color: #ffffff;
}
.cid-tN0YRQkTJW .item-title,
.cid-tN0YRQkTJW .icon-wrapper {
  color: #ffffff;
}
.cid-tN0YYfAY3a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
  overflow: hidden;
}
.cid-tN0YYfAY3a .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .container {
    padding: 0 16px;
  }
}
.cid-tN0YYfAY3a .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .row {
    margin: 0 10px;
  }
}
.cid-tN0YYfAY3a .row .card {
  position: relative;
  padding: 0;
}
.cid-tN0YYfAY3a .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tN0YYfAY3a .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .row .card .decor-wrapper {
    display: none;
  }
}
.cid-tN0YYfAY3a .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tN0YYfAY3a .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .row .card .icon-decor {
    display: none;
  }
}
.cid-tN0YYfAY3a .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tN0YYfAY3a .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tN0YYfAY3a .item:focus,
.cid-tN0YYfAY3a span:focus {
  outline: none;
}
.cid-tN0YYfAY3a .item-wrapper {
  position: relative;
}
.cid-tN0YYfAY3a .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 475px;
  max-width: 475px;
}
@media (max-width: 767px) {
  .cid-tN0YYfAY3a .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tN0YYfAY3a .embla__slide .slide-content {
  border-radius: 16px !important;
  background-color: #a20e20;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tN0YYfAY3a .embla__slide .slide-content {
    margin-right: 0;
  }
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-tN0YYfAY3a .embla__slide .slide-content .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-tN0YYfAY3a .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-tN0YYfAY3a .embla__button--next,
.cid-tN0YYfAY3a .embla__button--prev {
  display: flex;
}
.cid-tN0YYfAY3a .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #373a43 !important;
  border: 2px solid #373a43 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-tN0YYfAY3a .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tN0YYfAY3a .embla__button:hover {
  color: #fdfcfc !important;
}
.cid-tN0YYfAY3a .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tN0YYfAY3a .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tN0YYfAY3a .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-tN0YYfAY3a .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tN0YYfAY3a .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tN0YYfAY3a .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tN0YYfAY3a .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tN0YYfAY3a .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0YYfAY3a .item-title {
  color: #192227;
}
.cid-tN0YYfAY3a .mbr-text {
  color: #192227;
}
.cid-tN0YYfAY3a .mbr-text,
.cid-tN0YYfAY3a .mbr-section-btn {
  color: #ffffff;
}
.cid-tN0YYfAY3a .item-title,
.cid-tN0YYfAY3a .icon-wrapper {
  color: #ffffff;
}
.cid-tN0YVvHIFG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN0YVvHIFG .image-wrapper img {
  position: absolute;
  z-index: 99;
  left: 5rem;
  top: 1rem;
  height: 500px;
  width: 350px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-tN0YVvHIFG .image-wrapper img {
    height: 500px;
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-tN0YVvHIFG .image-wrapper img {
    height: 400px;
    width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-tN0YVvHIFG .image-wrapper img {
    height: 300px;
    width: 160px;
  }
}
.cid-tN0YVvHIFG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0YVvHIFG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0YVvHIFG .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .container {
    padding: 0 16px;
  }
}
.cid-tN0YVvHIFG .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .row {
    margin: 0 10px;
  }
}
.cid-tN0YVvHIFG .row .card {
  position: relative;
  padding: 0;
}
.cid-tN0YVvHIFG .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tN0YVvHIFG .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tN0YVvHIFG .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #4a5357;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tN0YVvHIFG .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-tN0YVvHIFG .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-tN0YVvHIFG .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tN0YVvHIFG .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background-color: #a20e20;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-tN0YVvHIFG .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tN0YVvHIFG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tN0YVvHIFG .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tN0YVvHIFG .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0YVvHIFG .mbr-text {
  color: #F9A600;
}
.cid-tN0YVvHIFG .mbr-text,
.cid-tN0YVvHIFG .mbr-section-btn {
  color: #ffffff;
}
.cid-tN0Z28w70R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-tN0Z28w70R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN0Z28w70R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN0Z28w70R .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .container {
    padding: 0 16px;
  }
}
.cid-tN0Z28w70R .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .row {
    margin: 0 10px;
  }
}
.cid-tN0Z28w70R .row .card {
  position: relative;
  padding: 0;
}
.cid-tN0Z28w70R .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #a20e20;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-tN0Z28w70R .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .row .card .decor-wrapper {
    display: none;
  }
}
.cid-tN0Z28w70R .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-tN0Z28w70R .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .row .card .icon-decor {
    display: none;
  }
}
.cid-tN0Z28w70R .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .title-wrapper {
    width: 100%;
  }
}
.cid-tN0Z28w70R .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN0Z28w70R .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tN0Z28w70R .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tN0Z28w70R .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN0Z28w70R .mbr-text {
  color: #fdfcfc;
}
.cid-u2SD4nKQJ3 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #192227;
}
@media (max-width: 992px) {
  .cid-u2SD4nKQJ3 .container {
    padding: 0 22px;
  }
}
.cid-u2SD4nKQJ3 .row {
  justify-content: space-between;
}
.cid-u2SD4nKQJ3 .title-wrapper .mbr-section-title {
  width: 65%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-u2SD4nKQJ3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-u2SD4nKQJ3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 880px;
  max-width: 880px;
  padding: 0 6px;
}
@media (max-width: 992px) {
  .cid-u2SD4nKQJ3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u2SD4nKQJ3 .embla__slide .slide-content {
  border-radius: 16px !important;
  width: 100%;
}
.cid-u2SD4nKQJ3 .embla__slide .slide-content .item-wrapper {
  display: flex;
  align-items: center;
  background-color: #a20e20;
  border-radius: 16px !important;
  padding: 16px;
}
@media (max-width: 992px) {
  .cid-u2SD4nKQJ3 .embla__slide .slide-content .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-u2SD4nKQJ3 .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-u2SD4nKQJ3 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u2SD4nKQJ3 .embla__slide .slide-content .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-u2SD4nKQJ3 .embla__slide .slide-content .item-wrapper .item-content {
  padding: 16px 32px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-u2SD4nKQJ3 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0;
  }
}
.cid-u2SD4nKQJ3 .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-u2SD4nKQJ3 .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
}
.cid-u2SD4nKQJ3 .embla__button--next,
.cid-u2SD4nKQJ3 .embla__button--prev {
  display: flex;
}
.cid-u2SD4nKQJ3 .embla__button {
  top: -3.5rem;
  width: 48px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #a20e20 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: auto;
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-u2SD4nKQJ3 .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-u2SD4nKQJ3 .embla__button:hover {
  color: #ffffff !important;
}
.cid-u2SD4nKQJ3 .embla__button.embla__button--prev {
  right: 6rem;
}
.cid-u2SD4nKQJ3 .embla__button.embla__button--next {
  right: 0;
}
.cid-u2SD4nKQJ3 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-u2SD4nKQJ3 .embla {
    padding-bottom: 4rem;
  }
}
.cid-u2SD4nKQJ3 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u2SD4nKQJ3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u2SD4nKQJ3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u2SD4nKQJ3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u2SD4nKQJ3 .mbr-section-title {
  color: #000000;
}
.cid-u2SD4nKQJ3 .item-title {
  color: #ffffff;
}
.cid-u2SD4nKQJ3 .item-text {
  color: #d4d3d3;
}
.cid-tN10J5kPi3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-tN10J5kPi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN10J5kPi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN10J5kPi3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .container {
    padding: 0 16px;
  }
}
.cid-tN10J5kPi3 .row {
  position: relative;
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .row {
    margin: 0 10px;
  }
}
.cid-tN10J5kPi3 .row .card {
  position: relative;
  padding: 0;
}
.cid-tN10J5kPi3 .items-wrapper .item {
  margin-bottom: 100px;
  transform: rotate(3deg);
}
.cid-tN10J5kPi3 .items-wrapper .item:nth-child(2n) {
  transform: rotate(-3deg);
}
.cid-tN10J5kPi3 .items-wrapper .item:nth-child(2n) .item-wrapper .item-img {
  background-color: #ec4d61;
}
.cid-tN10J5kPi3 .items-wrapper .item:nth-child(2n) .item-wrapper .item-content {
  background-color: #ec4d61;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .items-wrapper .item:nth-child(2n) {
    transform: rotate(0);
  }
}
.cid-tN10J5kPi3 .items-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #a20e20;
}
.cid-tN10J5kPi3 .items-wrapper .item:nth-child(3n) .item-wrapper .item-content {
  background-color: #a20e20;
}
.cid-tN10J5kPi3 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .items-wrapper .item {
    transform: rotate(0);
    margin-bottom: 20px;
  }
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-img {
  padding: 30px 40px;
  background-color: #a20e20;
  border-radius: 20px;
  margin-right: 5px;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-img {
    padding: 20px;
    margin: 0 0 5px 0;
  }
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-img img {
  height: 200px;
  width: 145px;
  object-fit: cover;
  border-radius: 5rem !important;
  margin: 0 auto 30px;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-img img {
    margin: 0 auto 20px;
  }
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-img .name-wrapper .mbr-name {
  margin-bottom: 10px;
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-img .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-content {
  background-color: #a20e20;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-content .mbr-text {
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-tN10J5kPi3 .items-wrapper .item .item-wrapper .item-content .mbr-text {
    padding: 20px;
  }
}
.cid-tN10J5kPi3 .mbr-name {
  color: #192227;
  text-align: center;
}
.cid-tN10J5kPi3 .mbr-role {
  color: #192227;
  text-align: center;
}
.cid-tN10J5kPi3 .mbr-text {
  color: #192227;
}
.cid-tN10jiEfk5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-tN10jiEfk5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN10jiEfk5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN10jiEfk5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .container {
    padding: 0 16px;
  }
}
.cid-tN10jiEfk5 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .row {
    margin: 0 10px;
  }
}
.cid-tN10jiEfk5 .row .item {
  padding: 0;
}
.cid-tN10jiEfk5 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tN10jiEfk5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tN10jiEfk5 .panel-group {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  overflow: hidden;
}
.cid-tN10jiEfk5 .panel-group .card {
  border-top: 1px solid #4a5357;
  border-radius: 0 !important;
}
.cid-tN10jiEfk5 .panel-group .card:first-child {
  border-top: none;
}
.cid-tN10jiEfk5 .panel-group .card:last-child {
  border-bottom: none;
}
.cid-tN10jiEfk5 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #f9a600;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #a20e20;
  background-color: #ffffff;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #ffffff;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tN10jiEfk5 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #a20e20;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tN10jiEfk5 .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-tN10jiEfk5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tN10jiEfk5 .image-wrapper {
  height: 100%;
}
.cid-tN10jiEfk5 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tN10jiEfk5 .image-wrapper img {
    height: 350px;
  }
}
.cid-tN10jiEfk5 .mbr-section-title {
  color: #fdfcfc;
}
.cid-tN10jiEfk5 .panel-title-edit {
  color: #fdfcfc;
}
.cid-tN10jiEfk5 .panel-text {
  color: #fdfcfc;
}
.cid-tN10mtkxBR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-tN10mtkxBR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN10mtkxBR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN10mtkxBR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN10mtkxBR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN10mtkxBR .container {
    padding: 0 16px;
  }
}
.cid-tN10mtkxBR .row {
  position: relative;
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tN10mtkxBR .row {
    margin: 0 10px;
  }
}
.cid-tN10mtkxBR .row .card {
  position: relative;
  padding: 0;
}
.cid-tN10mtkxBR .form-wrapper {
  padding: 30px !important;
  background-color: #fdfcfc;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-tN10mtkxBR .form-wrapper {
    padding: 20px !important;
  }
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-tN10mtkxBR .form-wrapper .dragArea.row .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 0 0 15px;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #a20e20 !important;
  border-radius: 0 !important;
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #a20e20;
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-tN10mtkxBR .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #a20e20 !important;
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #a20e20;
  border-color: #a20e20;
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tN10mtkxBR .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-tN10mtkxBR .mbr-section-title {
  color: #192227;
  text-align: center;
}
.cid-tN10mtkxBR .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-tN10mtkxBR label {
  color: #192227;
}
.cid-tN10mtkxBR .mbr-section-title,
.cid-tN10mtkxBR .mbr-section-btn {
  text-align: center;
}
.cid-tN10nYGY7q {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #192227;
}
.cid-tN10nYGY7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN10nYGY7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN10nYGY7q .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tN10nYGY7q .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tN10nYGY7q .container {
    padding: 0 16px;
  }
}
.cid-tN10nYGY7q .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-tN10nYGY7q .row {
    margin: 0 10px;
  }
}
.cid-tN10nYGY7q .row .card {
  padding: 0;
}
.cid-tN10nYGY7q .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tN10nYGY7q .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tN10nYGY7q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tN10nYGY7q .google-map iframe {
  height: 500px;
  border: 40px solid #a20e20 !important;
  border-radius: 20px !important;
  background-color: #a20e20 !important;
}
@media (max-width: 992px) {
  .cid-tN10nYGY7q .google-map iframe {
    height: 450px;
  }
}
.cid-tN10nYGY7q .mbr-section-title {
  color: #fdfcfc;
}
.cid-u2yfJXBWv9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2yfJXBWv9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2yfJXBWv9 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u2yfJXBWv9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2yfJXBWv9 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-u2yfJXBWv9 a {
  font-weight: 600;
}
.cid-u2yfJXBWv9 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-u2yfJXBWv9 .col-lg-3,
  .cid-u2yfJXBWv9 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-u2yfJXBWv9 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-u2yfJXBWv9 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u2yfJXBWv9 h5 {
  margin: 0;
}
.cid-u2yfJXBWv9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2yfJXBWv9 .iconfont-wrapper {
  position: relative;
}
.cid-u2yfJXBWv9 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-u2yfJXBWv9 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-u2yfJXBWv9 .sociconfont-wrapper {
  display: flex;
}
.cid-u2yfJXBWv9 .card-title,
.cid-u2yfJXBWv9 .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-u2yfJXBWv9 .card-text {
  color: #000000;
}
.cid-u2yfJXBWv9 .mbr-section-title {
  color: #000000;
}
.cid-u2yfJXBWv9 .main-title,
.cid-u2yfJXBWv9 .iconfont-wrapper {
  text-align: left;
}
.cid-u2SAqX7kvD {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-color: #192227;
}
.cid-u2SAqX7kvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2SAqX7kvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2SAqX7kvD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2SAqX7kvD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2SAqX7kvD .container {
    padding: 0 16px;
  }
}
.cid-u2SAqX7kvD .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u2SAqX7kvD .row {
    margin: 0 10px;
  }
}
.cid-u2SAqX7kvD .row .card {
  padding: 0;
}
.cid-u2SAqX7kvD .row .card:first-child {
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-u2SAqX7kvD .row .card:first-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2SAqX7kvD .row .card:first-child {
    padding: 0;
  }
}
.cid-u2SAqX7kvD .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 8px !important;
  align-items: center;
  justify-content: center;
}
.cid-u2SAqX7kvD .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #a20e20;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u2SAqX7kvD .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u2SAqX7kvD .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-u2SAqX7kvD .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
    align-items: center;
    justify-content: center;
  }
}
.cid-u2SAqX7kvD .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u2SAqX7kvD .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #ffffff;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-u2SAqX7kvD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2SAqX7kvD .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u2SAqX7kvD .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-u2SAqX7kvD .list-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-u2SAqX7kvD .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-u2SAqX7kvD .list-wrapper .item:last-child {
  border: none;
}
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #a20e20;
}
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #fdfcfc;
  transition: all 0.3s ease-in-out;
}
.cid-u2SAqX7kvD .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-u2SAqX7kvD .mbr-section-title {
  color: #192227;
}
.cid-u2SAqX7kvD .mbr-copy {
  color: #ffffff;
}
.cid-u2SAqX7kvD .card-title {
  color: #fdfcfc;
}
.cid-u2SAqX7kvD .mbr-section-title,
.cid-u2SAqX7kvD .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-u2y2Y82Vs1 {
  z-index: 1000;
  width: 100%;
}
.cid-u2y2Y82Vs1 .navbar-dropdown {
  background: #192227 !important;
  padding: 0;
  position: fixed;
}
.cid-u2y2Y82Vs1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192227 !important;
  background: #192227;
}
.cid-u2y2Y82Vs1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u2y2Y82Vs1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u2y2Y82Vs1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u2y2Y82Vs1 .menu_box .navbar.opened,
  .cid-u2y2Y82Vs1 .menu_box .navbar-collapse {
    background-color: #192227 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u2y2Y82Vs1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u2y2Y82Vs1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-u2y2Y82Vs1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u2y2Y82Vs1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u2y2Y82Vs1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u2y2Y82Vs1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u2y2Y82Vs1 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #4a5357;
  }
  .cid-u2y2Y82Vs1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u2y2Y82Vs1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u2y2Y82Vs1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u2y2Y82Vs1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u2y2Y82Vs1 .offcanvas-body .mbr-text,
  .cid-u2y2Y82Vs1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u2y2Y82Vs1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u2y2Y82Vs1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u2y2Y82Vs1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-u2y2Y82Vs1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u2y2Y82Vs1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u2y2Y82Vs1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u2y2Y82Vs1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u2y2Y82Vs1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u2y2Y82Vs1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2y2Y82Vs1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u2y2Y82Vs1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u2y2Y82Vs1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u2y2Y82Vs1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-u2y2Y82Vs1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u2y2Y82Vs1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-u2y2Y82Vs1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-u2y2Y82Vs1 .nav-item {
    margin: 0 !important;
  }
}
.cid-u2y2Y82Vs1 .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u2y2Y82Vs1 .nav-item .nav-link:hover,
.cid-u2y2Y82Vs1 .nav-item .nav-link:focus {
  color: #a20e20 !important;
  transition: all 0.3s ease-out;
}
.cid-u2y2Y82Vs1 .nav-item .nav-link:hover .mbr-iconfont,
.cid-u2y2Y82Vs1 .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #373a43 !important;
  color: #a20e20 !important;
  transform: rotate(-45deg);
}
.cid-u2y2Y82Vs1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u2y2Y82Vs1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u2y2Y82Vs1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u2y2Y82Vs1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u2y2Y82Vs1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u2y2Y82Vs1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u2y2Y82Vs1 .offcanvas_box {
    display: none;
  }
}
.cid-u2y2Y82Vs1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u2y2Y82Vs1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u2y2Y82Vs1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u2y2Y82Vs1 .container {
  display: flex;
  margin: auto;
}
.cid-u2y2Y82Vs1 .iconfont-wrapper {
  color: #fdfcfc;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u2y2Y82Vs1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u2y2Y82Vs1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u2y2Y82Vs1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u2y2Y82Vs1 .navbar-nav {
    margin: 0;
  }
}
.cid-u2y2Y82Vs1 .dropdown-menu,
.cid-u2y2Y82Vs1 .navbar.opened {
  background-color: true !important;
}
.cid-u2y2Y82Vs1 .nav-item:focus,
.cid-u2y2Y82Vs1 .nav-link:focus {
  outline: none;
}
.cid-u2y2Y82Vs1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u2y2Y82Vs1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u2y2Y82Vs1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u2y2Y82Vs1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u2y2Y82Vs1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u2y2Y82Vs1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u2y2Y82Vs1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u2y2Y82Vs1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u2y2Y82Vs1 .navbar.opened {
  transition: all 0.3s;
}
.cid-u2y2Y82Vs1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u2y2Y82Vs1 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-u2y2Y82Vs1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-u2y2Y82Vs1 .navbar.collapsed {
  justify-content: center;
}
.cid-u2y2Y82Vs1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u2y2Y82Vs1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u2y2Y82Vs1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u2y2Y82Vs1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u2y2Y82Vs1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u2y2Y82Vs1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u2y2Y82Vs1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u2y2Y82Vs1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u2y2Y82Vs1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-u2y2Y82Vs1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u2y2Y82Vs1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u2y2Y82Vs1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u2y2Y82Vs1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u2y2Y82Vs1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u2y2Y82Vs1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u2y2Y82Vs1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u2y2Y82Vs1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u2y2Y82Vs1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u2y2Y82Vs1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u2y2Y82Vs1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u2y2Y82Vs1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u2y2Y82Vs1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u2y2Y82Vs1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u2y2Y82Vs1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u2y2Y82Vs1 .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-u2y2Y82Vs1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-u2y2Y82Vs1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u2y2Y82Vs1 .dropdown-item.active,
.cid-u2y2Y82Vs1 .dropdown-item:active {
  background-color: transparent;
}
.cid-u2y2Y82Vs1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u2y2Y82Vs1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u2y2Y82Vs1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u2y2Y82Vs1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u2y2Y82Vs1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u2y2Y82Vs1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u2y2Y82Vs1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #192227;
  background: #192227;
}
.cid-u2y2Y82Vs1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-u2y2Y82Vs1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u2y2Y82Vs1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2y2Y82Vs1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u2y2Y82Vs1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u2y2Y82Vs1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2y2Y82Vs1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u2y2Y82Vs1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u2y2Y82Vs1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u2y2Y82Vs1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u2y2Y82Vs1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u2y2Y82Vs1 .navbar {
    height: 70px;
  }
  .cid-u2y2Y82Vs1 .navbar.opened {
    height: auto;
  }
  .cid-u2y2Y82Vs1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u2y2Y82Vs1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-u2y2Y82Vs1 .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-u2y2Y82Vs1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u2y2Y82Vs1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u2y2Y82Vs1 .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-u2y2Y82Vs1 .mbr-section-btn-main .btn:hover,
.cid-u2y2Y82Vs1 .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-u2y2Y82Vs1 .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-u2y2Y82Vs1 .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-u2y2Y82Vs1 .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #a20e20 !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-u2y2Y82Vs1 .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-u2y2Y82Vs1 .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-u2y2Y82Vs1 .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #fdfcfc !important;
}
.cid-u2y2Y82Vs1 .navbar-caption:hover {
  color: #a20e20;
}
@media (min-width: 992px) {
  .cid-u2y2Y82Vs1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u2y2Y82Vs1 .text_widget {
  margin-bottom: 32px;
}
.cid-u2y2Y82Vs1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u2y2Y82Vs1 .text_widget a:hover,
.cid-u2y2Y82Vs1 .text_widget a:focus {
  color: #373a43 !important;
}
.cid-u2y2Y82Vs1 .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-u2y2Y82Vs1 .navbar-caption {
  color: #ffffff;
}
.cid-u2y2Y82Vs1 .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-u2y2Y82Vs1 .mbr-section-subtitle,
.cid-u2y2Y82Vs1 .text_widget,
.cid-u2y2Y82Vs1 .mbr-section-btn {
  text-align: center;
}
.cid-u2y2Y82Vs1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u2y12ShcXz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-u2y12ShcXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2y12ShcXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2y12ShcXz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2y12ShcXz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2y12ShcXz .container {
    padding: 0 16px;
  }
}
.cid-u2y12ShcXz .row {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u2y12ShcXz .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-u2y12ShcXz .row {
    padding: 45px 4px;
  }
}
.cid-u2y12ShcXz .row .card {
  justify-content: center;
}
.cid-u2y12ShcXz .title-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-u2y12ShcXz .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-u2y12ShcXz .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-u2y12ShcXz .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u2y12ShcXz .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-u2y12ShcXz .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-u2y12ShcXz .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-u2y12ShcXz .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u2y12ShcXz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u2y12ShcXz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2y12ShcXz .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-u2y12ShcXz .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-u2y12ShcXz .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-u2y12ShcXz .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-u2y12ShcXz .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-u2y12ShcXz .image-wrapper img {
    height: 350px;
  }
}
.cid-u2y12ShcXz .mbr-section-subtitle {
  color: #d1cece;
}
.cid-u2y12ShcXz .mbr-section-title {
  color: #192227;
}
.cid-u2y12ShcXz .mbr-text {
  color: #192227;
}
.cid-u2y12ShcXz .mbr-text,
.cid-u2y12ShcXz .mbr-section-btn {
  color: #000000;
}
.cid-u2y12ShcXz .mbr-section-title,
.cid-u2y12ShcXz .mbr-section-btn {
  color: #a20e20;
}
.cid-u2y8RNXVtv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u2y8RNXVtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2y8RNXVtv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2y8RNXVtv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2y8RNXVtv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2y8RNXVtv .container {
    padding: 0 16px;
  }
}
.cid-u2y8RNXVtv .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u2y8RNXVtv .row {
    margin: 0 10px;
  }
}
.cid-u2y8RNXVtv .row .card {
  position: relative;
  padding: 0;
}
.cid-u2y8RNXVtv .row .card .decor-wrapper {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-u2y8RNXVtv .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u2y8RNXVtv .row .card .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u2y8RNXVtv .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-u2y8RNXVtv .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-u2y8RNXVtv .row .card .icon-decor {
    display: none;
  }
}
.cid-u2y8RNXVtv .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-u2y8RNXVtv .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2y8RNXVtv .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u2y8RNXVtv .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-u2y8RNXVtv .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-u2y8RNXVtv .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #f9a600;
  overflow: hidden;
}
.cid-u2y8RNXVtv .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-u2y8RNXVtv .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-u2y8RNXVtv .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-u2y8RNXVtv .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-u2y8RNXVtv .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-u2y8RNXVtv .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-u2y8RNXVtv .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-u2y8RNXVtv .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-u2y8RNXVtv .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-u2y8RNXVtv .mbr-section-title {
  color: #fdfcfc;
}
.cid-u2y8RNXVtv .item-title {
  color: #192227;
}
.cid-u2y8RNXVtv .mbr-text {
  color: #192227;
}
.cid-u2y8RNXVtv .mbr-text,
.cid-u2y8RNXVtv .mbr-section-btn {
  color: #ffffff;
}
.cid-u2y5sH5rTA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u2y5sH5rTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2y5sH5rTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2y5sH5rTA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2y5sH5rTA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2y5sH5rTA .container {
    padding: 0 16px;
  }
}
.cid-u2y5sH5rTA .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u2y5sH5rTA .row {
    margin: 0 10px;
  }
}
.cid-u2y5sH5rTA .row .card {
  position: relative;
  padding: 0;
}
.cid-u2y5sH5rTA .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-u2y5sH5rTA .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u2y5sH5rTA .row .card .decor-wrapper {
    display: none;
  }
}
.cid-u2y5sH5rTA .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-u2y5sH5rTA .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-u2y5sH5rTA .row .card .icon-decor {
    display: none;
  }
}
.cid-u2y5sH5rTA .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u2y5sH5rTA .title-wrapper {
    width: 100%;
  }
}
.cid-u2y5sH5rTA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2y5sH5rTA .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u2y5sH5rTA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2y5sH5rTA .mbr-section-title {
  color: #fdfcfc;
}
.cid-u2y5sH5rTA .mbr-text {
  color: #fdfcfc;
}
.cid-u2y1pskhUa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u2y1pskhUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2y1pskhUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2y1pskhUa .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2y1pskhUa .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2y1pskhUa .container {
    padding: 0 16px;
  }
}
.cid-u2y1pskhUa .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u2y1pskhUa .row {
    margin: 0 10px;
  }
}
.cid-u2y1pskhUa .row .card {
  position: relative;
  padding: 0;
}
.cid-u2y1pskhUa .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-u2y1pskhUa .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u2y1pskhUa .row .card .decor-wrapper {
    display: none;
  }
}
.cid-u2y1pskhUa .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-u2y1pskhUa .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-u2y1pskhUa .row .card .icon-decor {
    display: none;
  }
}
.cid-u2y1pskhUa .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u2y1pskhUa .title-wrapper {
    width: 100%;
  }
}
.cid-u2y1pskhUa .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2y1pskhUa .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u2y1pskhUa .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2y1pskhUa .mbr-section-title {
  color: #fdfcfc;
}
.cid-u2y1pskhUa .mbr-text {
  color: #fdfcfc;
}
.cid-u2y2nTp0KF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u2y2nTp0KF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2y2nTp0KF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2y2nTp0KF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2y2nTp0KF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2y2nTp0KF .container {
    padding: 0 16px;
  }
}
.cid-u2y2nTp0KF .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u2y2nTp0KF .row {
    margin: 0 10px;
  }
}
.cid-u2y2nTp0KF .row .card {
  position: relative;
  padding: 0;
}
.cid-u2y2nTp0KF .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-u2y2nTp0KF .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u2y2nTp0KF .row .card .decor-wrapper {
    display: none;
  }
}
.cid-u2y2nTp0KF .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-u2y2nTp0KF .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-u2y2nTp0KF .row .card .icon-decor {
    display: none;
  }
}
.cid-u2y2nTp0KF .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u2y2nTp0KF .title-wrapper {
    width: 100%;
  }
}
.cid-u2y2nTp0KF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2y2nTp0KF .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u2y2nTp0KF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2y2nTp0KF .mbr-section-title {
  color: #fdfcfc;
}
.cid-u2y2nTp0KF .mbr-text {
  color: #fdfcfc;
}
.cid-u2y8NaDMC8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u2y8NaDMC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2y8NaDMC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2y8NaDMC8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2y8NaDMC8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2y8NaDMC8 .container {
    padding: 0 16px;
  }
}
.cid-u2y8NaDMC8 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u2y8NaDMC8 .row {
    margin: 0 10px;
  }
}
.cid-u2y8NaDMC8 .row .card {
  position: relative;
  padding: 0;
}
.cid-u2y8NaDMC8 .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #a20e20;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-u2y8NaDMC8 .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u2y8NaDMC8 .row .card .decor-wrapper {
    display: none;
  }
}
.cid-u2y8NaDMC8 .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-u2y8NaDMC8 .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-u2y8NaDMC8 .row .card .icon-decor {
    display: none;
  }
}
.cid-u2y8NaDMC8 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-u2y8NaDMC8 .title-wrapper {
    width: 100%;
  }
}
.cid-u2y8NaDMC8 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u2y8NaDMC8 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u2y8NaDMC8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u2y8NaDMC8 .mbr-section-title {
  color: #fdfcfc;
}
.cid-u2y8NaDMC8 .mbr-text {
  color: #fdfcfc;
}
.cid-u2SAvRr2rv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u2SAvRr2rv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2SAvRr2rv .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u2SAvRr2rv .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u2SAvRr2rv .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-u2SAvRr2rv a {
  font-weight: 600;
}
.cid-u2SAvRr2rv a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-u2SAvRr2rv .col-lg-3,
  .cid-u2SAvRr2rv .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-u2SAvRr2rv .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-u2SAvRr2rv .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u2SAvRr2rv h5 {
  margin: 0;
}
.cid-u2SAvRr2rv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2SAvRr2rv .iconfont-wrapper {
  position: relative;
}
.cid-u2SAvRr2rv .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-u2SAvRr2rv .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-u2SAvRr2rv .sociconfont-wrapper {
  display: flex;
}
.cid-u2SAvRr2rv .card-title,
.cid-u2SAvRr2rv .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-u2SAvRr2rv .card-text {
  color: #000000;
}
.cid-u2SAvRr2rv .mbr-section-title {
  color: #000000;
}
.cid-u2SAvRr2rv .main-title,
.cid-u2SAvRr2rv .iconfont-wrapper {
  text-align: left;
}
.cid-u2SAqX7kvD {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-color: #192227;
}
.cid-u2SAqX7kvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u2SAqX7kvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u2SAqX7kvD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u2SAqX7kvD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2SAqX7kvD .container {
    padding: 0 16px;
  }
}
.cid-u2SAqX7kvD .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u2SAqX7kvD .row {
    margin: 0 10px;
  }
}
.cid-u2SAqX7kvD .row .card {
  padding: 0;
}
.cid-u2SAqX7kvD .row .card:first-child {
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-u2SAqX7kvD .row .card:first-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u2SAqX7kvD .row .card:first-child {
    padding: 0;
  }
}
.cid-u2SAqX7kvD .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 8px !important;
  align-items: center;
  justify-content: center;
}
.cid-u2SAqX7kvD .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #a20e20;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-u2SAqX7kvD .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-u2SAqX7kvD .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-u2SAqX7kvD .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
    align-items: center;
    justify-content: center;
  }
}
.cid-u2SAqX7kvD .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u2SAqX7kvD .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #ffffff;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-u2SAqX7kvD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-u2SAqX7kvD .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-u2SAqX7kvD .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-u2SAqX7kvD .list-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-u2SAqX7kvD .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-u2SAqX7kvD .list-wrapper .item:last-child {
  border: none;
}
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #a20e20;
}
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-u2SAqX7kvD .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #fdfcfc;
  transition: all 0.3s ease-in-out;
}
.cid-u2SAqX7kvD .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-u2SAqX7kvD .mbr-section-title {
  color: #192227;
}
.cid-u2SAqX7kvD .mbr-copy {
  color: #ffffff;
}
.cid-u2SAqX7kvD .card-title {
  color: #fdfcfc;
}
.cid-u2SAqX7kvD .mbr-section-title,
.cid-u2SAqX7kvD .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-umaZLau9dm {
  z-index: 1000;
  width: 100%;
}
.cid-umaZLau9dm .navbar-dropdown {
  background: #192227 !important;
  padding: 0;
  position: fixed;
}
.cid-umaZLau9dm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192227 !important;
  background: #192227;
}
.cid-umaZLau9dm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umaZLau9dm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-umaZLau9dm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-umaZLau9dm .menu_box .navbar.opened,
  .cid-umaZLau9dm .menu_box .navbar-collapse {
    background-color: #192227 !important;
    transition: all 0s ease 0s;
  }
}
.cid-umaZLau9dm nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-umaZLau9dm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-umaZLau9dm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-umaZLau9dm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-umaZLau9dm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-umaZLau9dm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-umaZLau9dm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #4a5357;
  }
  .cid-umaZLau9dm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-umaZLau9dm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-umaZLau9dm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-umaZLau9dm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-umaZLau9dm .offcanvas-body .mbr-text,
  .cid-umaZLau9dm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-umaZLau9dm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-umaZLau9dm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-umaZLau9dm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-umaZLau9dm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-umaZLau9dm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-umaZLau9dm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-umaZLau9dm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-umaZLau9dm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-umaZLau9dm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-umaZLau9dm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-umaZLau9dm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-umaZLau9dm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-umaZLau9dm .lg_brand {
    margin: 0 1rem;
  }
  .cid-umaZLau9dm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-umaZLau9dm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-umaZLau9dm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-umaZLau9dm .nav-item {
    margin: 0 !important;
  }
}
.cid-umaZLau9dm .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-umaZLau9dm .nav-item .nav-link:hover,
.cid-umaZLau9dm .nav-item .nav-link:focus {
  color: #a20e20 !important;
  transition: all 0.3s ease-out;
}
.cid-umaZLau9dm .nav-item .nav-link:hover .mbr-iconfont,
.cid-umaZLau9dm .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #373a43 !important;
  color: #a20e20 !important;
  transform: rotate(-45deg);
}
.cid-umaZLau9dm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-umaZLau9dm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-umaZLau9dm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-umaZLau9dm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-umaZLau9dm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-umaZLau9dm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-umaZLau9dm .offcanvas_box {
    display: none;
  }
}
.cid-umaZLau9dm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-umaZLau9dm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-umaZLau9dm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-umaZLau9dm .container {
  display: flex;
  margin: auto;
}
.cid-umaZLau9dm .iconfont-wrapper {
  color: #fdfcfc;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-umaZLau9dm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-umaZLau9dm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-umaZLau9dm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-umaZLau9dm .navbar-nav {
    margin: 0;
  }
}
.cid-umaZLau9dm .dropdown-menu,
.cid-umaZLau9dm .navbar.opened {
  background-color: true !important;
}
.cid-umaZLau9dm .nav-item:focus,
.cid-umaZLau9dm .nav-link:focus {
  outline: none;
}
.cid-umaZLau9dm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umaZLau9dm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umaZLau9dm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umaZLau9dm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umaZLau9dm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umaZLau9dm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umaZLau9dm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-umaZLau9dm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-umaZLau9dm .navbar.opened {
  transition: all 0.3s;
}
.cid-umaZLau9dm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-umaZLau9dm .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-umaZLau9dm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-umaZLau9dm .navbar.collapsed {
  justify-content: center;
}
.cid-umaZLau9dm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umaZLau9dm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-umaZLau9dm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umaZLau9dm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umaZLau9dm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umaZLau9dm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-umaZLau9dm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-umaZLau9dm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-umaZLau9dm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-umaZLau9dm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umaZLau9dm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umaZLau9dm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-umaZLau9dm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umaZLau9dm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-umaZLau9dm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umaZLau9dm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-umaZLau9dm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-umaZLau9dm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-umaZLau9dm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-umaZLau9dm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umaZLau9dm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-umaZLau9dm .navbar.navbar-short {
  min-height: 60px;
}
.cid-umaZLau9dm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umaZLau9dm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umaZLau9dm .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-umaZLau9dm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-umaZLau9dm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umaZLau9dm .dropdown-item.active,
.cid-umaZLau9dm .dropdown-item:active {
  background-color: transparent;
}
.cid-umaZLau9dm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umaZLau9dm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umaZLau9dm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umaZLau9dm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umaZLau9dm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-umaZLau9dm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umaZLau9dm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #192227;
  background: #192227;
}
.cid-umaZLau9dm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-umaZLau9dm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umaZLau9dm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umaZLau9dm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umaZLau9dm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umaZLau9dm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umaZLau9dm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umaZLau9dm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umaZLau9dm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umaZLau9dm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-umaZLau9dm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umaZLau9dm .navbar {
    height: 70px;
  }
  .cid-umaZLau9dm .navbar.opened {
    height: auto;
  }
  .cid-umaZLau9dm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-umaZLau9dm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-umaZLau9dm .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-umaZLau9dm .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-umaZLau9dm .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-umaZLau9dm .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-umaZLau9dm .mbr-section-btn-main .btn:hover,
.cid-umaZLau9dm .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-umaZLau9dm .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-umaZLau9dm .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-umaZLau9dm .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #a20e20 !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-umaZLau9dm .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-umaZLau9dm .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-umaZLau9dm .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #fdfcfc !important;
}
.cid-umaZLau9dm .navbar-caption:hover {
  color: #a20e20;
}
@media (min-width: 992px) {
  .cid-umaZLau9dm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-umaZLau9dm .text_widget {
  margin-bottom: 32px;
}
.cid-umaZLau9dm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-umaZLau9dm .text_widget a:hover,
.cid-umaZLau9dm .text_widget a:focus {
  color: #373a43 !important;
}
.cid-umaZLau9dm .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-umaZLau9dm .navbar-caption {
  color: #ffffff;
}
.cid-umaZLau9dm .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-umaZLau9dm .mbr-section-subtitle,
.cid-umaZLau9dm .text_widget,
.cid-umaZLau9dm .mbr-section-btn {
  text-align: center;
}
.cid-umaZLau9dm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-umaZLbkcfM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-umaZLbkcfM .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaZLbkcfM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umaZLbkcfM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umaZLbkcfM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-umaZLbkcfM .container {
    padding: 0 16px;
  }
}
.cid-umaZLbkcfM .row {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-umaZLbkcfM .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-umaZLbkcfM .row {
    padding: 45px 4px;
  }
}
.cid-umaZLbkcfM .row .card {
  justify-content: center;
}
.cid-umaZLbkcfM .title-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-umaZLbkcfM .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-umaZLbkcfM .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-umaZLbkcfM .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-umaZLbkcfM .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-umaZLbkcfM .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-umaZLbkcfM .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-umaZLbkcfM .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-umaZLbkcfM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-umaZLbkcfM .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umaZLbkcfM .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-umaZLbkcfM .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-umaZLbkcfM .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-umaZLbkcfM .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-umaZLbkcfM .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-umaZLbkcfM .image-wrapper img {
    height: 350px;
  }
}
.cid-umaZLbkcfM .mbr-section-subtitle {
  color: #d1cece;
}
.cid-umaZLbkcfM .mbr-section-title {
  color: #192227;
}
.cid-umaZLbkcfM .mbr-text {
  color: #192227;
}
.cid-umaZLbkcfM .mbr-text,
.cid-umaZLbkcfM .mbr-section-btn {
  color: #000000;
}
.cid-umaZLbkcfM .mbr-section-title,
.cid-umaZLbkcfM .mbr-section-btn {
  color: #a20e20;
}
.cid-umaZLbK9rT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-umaZLbK9rT .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaZLbK9rT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umaZLbK9rT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umaZLbK9rT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-umaZLbK9rT .container {
    padding: 0 16px;
  }
}
.cid-umaZLbK9rT .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-umaZLbK9rT .row {
    margin: 0 10px;
  }
}
.cid-umaZLbK9rT .row .card {
  position: relative;
  padding: 0;
}
.cid-umaZLbK9rT .row .card .decor-wrapper {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-umaZLbK9rT .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-umaZLbK9rT .row .card .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-umaZLbK9rT .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-umaZLbK9rT .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-umaZLbK9rT .row .card .icon-decor {
    display: none;
  }
}
.cid-umaZLbK9rT .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-umaZLbK9rT .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-umaZLbK9rT .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-umaZLbK9rT .image-wrapper img {
    height: 350px;
  }
}
.cid-umaZLbK9rT .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-umaZLbK9rT .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-umaZLbK9rT .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-umaZLbK9rT .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-umaZLbK9rT .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-umaZLbK9rT .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #f9a600;
  overflow: hidden;
}
.cid-umaZLbK9rT .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-umaZLbK9rT .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-umaZLbK9rT .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-umaZLbK9rT .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-umaZLbK9rT .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-umaZLbK9rT .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-umaZLbK9rT .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-umaZLbK9rT .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-umaZLbK9rT .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-umaZLbK9rT .mbr-section-title {
  color: #fdfcfc;
}
.cid-umaZLbK9rT .item-title {
  color: #192227;
}
.cid-umaZLbK9rT .mbr-text {
  color: #192227;
}
.cid-umaZLbK9rT .mbr-text,
.cid-umaZLbK9rT .mbr-section-btn {
  color: #ffffff;
}
.cid-umaZLcC4he {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-umaZLcC4he .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaZLcC4he .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umaZLcC4he .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umaZLcC4he .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-umaZLcC4he .container {
    padding: 0 16px;
  }
}
.cid-umaZLcC4he .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-umaZLcC4he .row {
    margin: 0 10px;
  }
}
.cid-umaZLcC4he .row .card {
  position: relative;
  padding: 0;
}
.cid-umaZLcC4he .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-umaZLcC4he .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-umaZLcC4he .row .card .decor-wrapper {
    display: none;
  }
}
.cid-umaZLcC4he .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-umaZLcC4he .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-umaZLcC4he .row .card .icon-decor {
    display: none;
  }
}
.cid-umaZLcC4he .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-umaZLcC4he .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-umaZLcC4he .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-umaZLcC4he .image-wrapper img {
    height: 350px;
  }
}
.cid-umaZLcC4he .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-umaZLcC4he .title-wrapper {
    width: 100%;
  }
}
.cid-umaZLcC4he .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-umaZLcC4he .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-umaZLcC4he .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umaZLcC4he .mbr-section-title {
  color: #fdfcfc;
}
.cid-umaZLcC4he .mbr-text {
  color: #fdfcfc;
}
.cid-umaZLdyYdc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-umaZLdyYdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaZLdyYdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umaZLdyYdc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umaZLdyYdc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-umaZLdyYdc .container {
    padding: 0 16px;
  }
}
.cid-umaZLdyYdc .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-umaZLdyYdc .row {
    margin: 0 10px;
  }
}
.cid-umaZLdyYdc .row .card {
  position: relative;
  padding: 0;
}
.cid-umaZLdyYdc .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #a20e20;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-umaZLdyYdc .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-umaZLdyYdc .row .card .decor-wrapper {
    display: none;
  }
}
.cid-umaZLdyYdc .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-umaZLdyYdc .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-umaZLdyYdc .row .card .icon-decor {
    display: none;
  }
}
.cid-umaZLdyYdc .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-umaZLdyYdc .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-umaZLdyYdc .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-umaZLdyYdc .image-wrapper img {
    height: 350px;
  }
}
.cid-umaZLdyYdc .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-umaZLdyYdc .title-wrapper {
    width: 100%;
  }
}
.cid-umaZLdyYdc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-umaZLdyYdc .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-umaZLdyYdc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-umaZLdyYdc .mbr-section-title {
  color: #fdfcfc;
}
.cid-umaZLdyYdc .mbr-text {
  color: #fdfcfc;
}
.cid-umaZLdZn5A {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-umaZLdZn5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaZLdZn5A .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-umaZLdZn5A .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-umaZLdZn5A .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-umaZLdZn5A a {
  font-weight: 600;
}
.cid-umaZLdZn5A a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-umaZLdZn5A .col-lg-3,
  .cid-umaZLdZn5A .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-umaZLdZn5A .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-umaZLdZn5A .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-umaZLdZn5A h5 {
  margin: 0;
}
.cid-umaZLdZn5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umaZLdZn5A .iconfont-wrapper {
  position: relative;
}
.cid-umaZLdZn5A .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-umaZLdZn5A .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-umaZLdZn5A .sociconfont-wrapper {
  display: flex;
}
.cid-umaZLdZn5A .card-title,
.cid-umaZLdZn5A .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-umaZLdZn5A .card-text {
  color: #000000;
}
.cid-umaZLdZn5A .mbr-section-title {
  color: #000000;
}
.cid-umaZLdZn5A .main-title,
.cid-umaZLdZn5A .iconfont-wrapper {
  text-align: left;
}
.cid-umaZLeBZq0 {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-color: #192227;
}
.cid-umaZLeBZq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-umaZLeBZq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-umaZLeBZq0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-umaZLeBZq0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-umaZLeBZq0 .container {
    padding: 0 16px;
  }
}
.cid-umaZLeBZq0 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-umaZLeBZq0 .row {
    margin: 0 10px;
  }
}
.cid-umaZLeBZq0 .row .card {
  padding: 0;
}
.cid-umaZLeBZq0 .row .card:first-child {
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-umaZLeBZq0 .row .card:first-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-umaZLeBZq0 .row .card:first-child {
    padding: 0;
  }
}
.cid-umaZLeBZq0 .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 8px !important;
  align-items: center;
  justify-content: center;
}
.cid-umaZLeBZq0 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #a20e20;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-umaZLeBZq0 .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-umaZLeBZq0 .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-umaZLeBZq0 .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
    align-items: center;
    justify-content: center;
  }
}
.cid-umaZLeBZq0 .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-umaZLeBZq0 .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #ffffff;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-umaZLeBZq0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-umaZLeBZq0 .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-umaZLeBZq0 .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-umaZLeBZq0 .list-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-umaZLeBZq0 .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-umaZLeBZq0 .list-wrapper .item:last-child {
  border: none;
}
.cid-umaZLeBZq0 .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-umaZLeBZq0 .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-umaZLeBZq0 .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-umaZLeBZq0 .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #a20e20;
}
.cid-umaZLeBZq0 .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-umaZLeBZq0 .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-umaZLeBZq0 .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-umaZLeBZq0 .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-umaZLeBZq0 .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-umaZLeBZq0 .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-umaZLeBZq0 .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-umaZLeBZq0 .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #fdfcfc;
  transition: all 0.3s ease-in-out;
}
.cid-umaZLeBZq0 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-umaZLeBZq0 .mbr-section-title {
  color: #192227;
}
.cid-umaZLeBZq0 .mbr-copy {
  color: #ffffff;
}
.cid-umaZLeBZq0 .card-title {
  color: #fdfcfc;
}
.cid-umaZLeBZq0 .mbr-section-title,
.cid-umaZLeBZq0 .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uofJuSI6Ar {
  z-index: 1000;
  width: 100%;
}
.cid-uofJuSI6Ar .navbar-dropdown {
  background: #192227 !important;
  padding: 0;
  position: fixed;
}
.cid-uofJuSI6Ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192227 !important;
  background: #192227;
}
.cid-uofJuSI6Ar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uofJuSI6Ar .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uofJuSI6Ar .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uofJuSI6Ar .menu_box .navbar.opened,
  .cid-uofJuSI6Ar .menu_box .navbar-collapse {
    background-color: #192227 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uofJuSI6Ar nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uofJuSI6Ar .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uofJuSI6Ar .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uofJuSI6Ar .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uofJuSI6Ar .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uofJuSI6Ar .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uofJuSI6Ar .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #4a5357;
  }
  .cid-uofJuSI6Ar .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uofJuSI6Ar .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uofJuSI6Ar .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uofJuSI6Ar .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uofJuSI6Ar .offcanvas-body .mbr-text,
  .cid-uofJuSI6Ar .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uofJuSI6Ar .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uofJuSI6Ar .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uofJuSI6Ar .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uofJuSI6Ar .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uofJuSI6Ar .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uofJuSI6Ar .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uofJuSI6Ar .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uofJuSI6Ar ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uofJuSI6Ar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uofJuSI6Ar .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uofJuSI6Ar .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uofJuSI6Ar li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uofJuSI6Ar .lg_brand {
    margin: 0 1rem;
  }
  .cid-uofJuSI6Ar .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uofJuSI6Ar .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uofJuSI6Ar .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uofJuSI6Ar .nav-item {
    margin: 0 !important;
  }
}
.cid-uofJuSI6Ar .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uofJuSI6Ar .nav-item .nav-link:hover,
.cid-uofJuSI6Ar .nav-item .nav-link:focus {
  color: #a20e20 !important;
  transition: all 0.3s ease-out;
}
.cid-uofJuSI6Ar .nav-item .nav-link:hover .mbr-iconfont,
.cid-uofJuSI6Ar .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #373a43 !important;
  color: #a20e20 !important;
  transform: rotate(-45deg);
}
.cid-uofJuSI6Ar .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uofJuSI6Ar .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uofJuSI6Ar .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uofJuSI6Ar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uofJuSI6Ar .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uofJuSI6Ar .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uofJuSI6Ar .offcanvas_box {
    display: none;
  }
}
.cid-uofJuSI6Ar .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uofJuSI6Ar .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uofJuSI6Ar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uofJuSI6Ar .container {
  display: flex;
  margin: auto;
}
.cid-uofJuSI6Ar .iconfont-wrapper {
  color: #fdfcfc;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uofJuSI6Ar .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uofJuSI6Ar .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uofJuSI6Ar .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uofJuSI6Ar .navbar-nav {
    margin: 0;
  }
}
.cid-uofJuSI6Ar .dropdown-menu,
.cid-uofJuSI6Ar .navbar.opened {
  background-color: true !important;
}
.cid-uofJuSI6Ar .nav-item:focus,
.cid-uofJuSI6Ar .nav-link:focus {
  outline: none;
}
.cid-uofJuSI6Ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uofJuSI6Ar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uofJuSI6Ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uofJuSI6Ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uofJuSI6Ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uofJuSI6Ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uofJuSI6Ar .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uofJuSI6Ar .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uofJuSI6Ar .navbar.opened {
  transition: all 0.3s;
}
.cid-uofJuSI6Ar .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uofJuSI6Ar .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uofJuSI6Ar .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uofJuSI6Ar .navbar.collapsed {
  justify-content: center;
}
.cid-uofJuSI6Ar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uofJuSI6Ar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uofJuSI6Ar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uofJuSI6Ar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uofJuSI6Ar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uofJuSI6Ar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uofJuSI6Ar .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uofJuSI6Ar .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uofJuSI6Ar .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uofJuSI6Ar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uofJuSI6Ar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uofJuSI6Ar .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uofJuSI6Ar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uofJuSI6Ar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uofJuSI6Ar .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uofJuSI6Ar .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uofJuSI6Ar .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uofJuSI6Ar .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uofJuSI6Ar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uofJuSI6Ar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uofJuSI6Ar .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uofJuSI6Ar .navbar.navbar-short {
  min-height: 60px;
}
.cid-uofJuSI6Ar .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uofJuSI6Ar .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uofJuSI6Ar .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-uofJuSI6Ar .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-uofJuSI6Ar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uofJuSI6Ar .dropdown-item.active,
.cid-uofJuSI6Ar .dropdown-item:active {
  background-color: transparent;
}
.cid-uofJuSI6Ar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uofJuSI6Ar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uofJuSI6Ar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uofJuSI6Ar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uofJuSI6Ar ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uofJuSI6Ar .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uofJuSI6Ar button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #192227;
  background: #192227;
}
.cid-uofJuSI6Ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uofJuSI6Ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uofJuSI6Ar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uofJuSI6Ar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uofJuSI6Ar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uofJuSI6Ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uofJuSI6Ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uofJuSI6Ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uofJuSI6Ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uofJuSI6Ar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uofJuSI6Ar .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uofJuSI6Ar .navbar {
    height: 70px;
  }
  .cid-uofJuSI6Ar .navbar.opened {
    height: auto;
  }
  .cid-uofJuSI6Ar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uofJuSI6Ar .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uofJuSI6Ar .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uofJuSI6Ar .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uofJuSI6Ar .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uofJuSI6Ar .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uofJuSI6Ar .mbr-section-btn-main .btn:hover,
.cid-uofJuSI6Ar .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uofJuSI6Ar .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uofJuSI6Ar .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uofJuSI6Ar .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #a20e20 !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uofJuSI6Ar .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uofJuSI6Ar .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uofJuSI6Ar .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #fdfcfc !important;
}
.cid-uofJuSI6Ar .navbar-caption:hover {
  color: #a20e20;
}
@media (min-width: 992px) {
  .cid-uofJuSI6Ar .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uofJuSI6Ar .text_widget {
  margin-bottom: 32px;
}
.cid-uofJuSI6Ar .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uofJuSI6Ar .text_widget a:hover,
.cid-uofJuSI6Ar .text_widget a:focus {
  color: #373a43 !important;
}
.cid-uofJuSI6Ar .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uofJuSI6Ar .navbar-caption {
  color: #ffffff;
}
.cid-uofJuSI6Ar .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uofJuSI6Ar .mbr-section-subtitle,
.cid-uofJuSI6Ar .text_widget,
.cid-uofJuSI6Ar .mbr-section-btn {
  text-align: center;
}
.cid-uofJuSI6Ar a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uofJuTkoVZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uofJuTkoVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofJuTkoVZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofJuTkoVZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uofJuTkoVZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uofJuTkoVZ .container {
    padding: 0 16px;
  }
}
.cid-uofJuTkoVZ .row {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uofJuTkoVZ .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-uofJuTkoVZ .row {
    padding: 45px 4px;
  }
}
.cid-uofJuTkoVZ .row .card {
  justify-content: center;
}
.cid-uofJuTkoVZ .title-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-uofJuTkoVZ .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uofJuTkoVZ .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uofJuTkoVZ .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uofJuTkoVZ .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uofJuTkoVZ .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-uofJuTkoVZ .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-uofJuTkoVZ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uofJuTkoVZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uofJuTkoVZ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uofJuTkoVZ .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uofJuTkoVZ .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uofJuTkoVZ .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uofJuTkoVZ .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uofJuTkoVZ .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uofJuTkoVZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uofJuTkoVZ .mbr-section-subtitle {
  color: #d1cece;
}
.cid-uofJuTkoVZ .mbr-section-title {
  color: #192227;
}
.cid-uofJuTkoVZ .mbr-text {
  color: #192227;
}
.cid-uofJuTkoVZ .mbr-text,
.cid-uofJuTkoVZ .mbr-section-btn {
  color: #000000;
}
.cid-uofJuTkoVZ .mbr-section-title,
.cid-uofJuTkoVZ .mbr-section-btn {
  color: #a20e20;
}
.cid-uofJuTOW9G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uofJuTOW9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofJuTOW9G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofJuTOW9G .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uofJuTOW9G .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uofJuTOW9G .container {
    padding: 0 16px;
  }
}
.cid-uofJuTOW9G .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uofJuTOW9G .row {
    margin: 0 10px;
  }
}
.cid-uofJuTOW9G .row .card {
  position: relative;
  padding: 0;
}
.cid-uofJuTOW9G .row .card .decor-wrapper {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uofJuTOW9G .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uofJuTOW9G .row .card .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uofJuTOW9G .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uofJuTOW9G .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uofJuTOW9G .row .card .icon-decor {
    display: none;
  }
}
.cid-uofJuTOW9G .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uofJuTOW9G .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uofJuTOW9G .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uofJuTOW9G .image-wrapper img {
    height: 350px;
  }
}
.cid-uofJuTOW9G .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-uofJuTOW9G .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uofJuTOW9G .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uofJuTOW9G .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uofJuTOW9G .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uofJuTOW9G .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #f9a600;
  overflow: hidden;
}
.cid-uofJuTOW9G .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uofJuTOW9G .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uofJuTOW9G .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uofJuTOW9G .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uofJuTOW9G .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-uofJuTOW9G .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uofJuTOW9G .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uofJuTOW9G .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-uofJuTOW9G .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uofJuTOW9G .mbr-section-title {
  color: #fdfcfc;
}
.cid-uofJuTOW9G .item-title {
  color: #192227;
}
.cid-uofJuTOW9G .mbr-text {
  color: #192227;
}
.cid-uofJuTOW9G .mbr-text,
.cid-uofJuTOW9G .mbr-section-btn {
  color: #ffffff;
}
.cid-uofJuUalzY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uofJuUalzY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofJuUalzY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofJuUalzY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uofJuUalzY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uofJuUalzY .container {
    padding: 0 16px;
  }
}
.cid-uofJuUalzY .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uofJuUalzY .row {
    margin: 0 10px;
  }
}
.cid-uofJuUalzY .row .card {
  position: relative;
  padding: 0;
}
.cid-uofJuUalzY .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uofJuUalzY .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uofJuUalzY .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uofJuUalzY .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uofJuUalzY .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uofJuUalzY .row .card .icon-decor {
    display: none;
  }
}
.cid-uofJuUalzY .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uofJuUalzY .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uofJuUalzY .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uofJuUalzY .image-wrapper img {
    height: 350px;
  }
}
.cid-uofJuUalzY .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uofJuUalzY .title-wrapper {
    width: 100%;
  }
}
.cid-uofJuUalzY .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uofJuUalzY .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uofJuUalzY .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uofJuUalzY .mbr-section-title {
  color: #fdfcfc;
}
.cid-uofJuUalzY .mbr-text {
  color: #fdfcfc;
}
.cid-uofJuUC9ra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uofJuUC9ra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofJuUC9ra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofJuUC9ra .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uofJuUC9ra .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uofJuUC9ra .container {
    padding: 0 16px;
  }
}
.cid-uofJuUC9ra .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uofJuUC9ra .row {
    margin: 0 10px;
  }
}
.cid-uofJuUC9ra .row .card {
  position: relative;
  padding: 0;
}
.cid-uofJuUC9ra .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #a20e20;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uofJuUC9ra .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uofJuUC9ra .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uofJuUC9ra .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uofJuUC9ra .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uofJuUC9ra .row .card .icon-decor {
    display: none;
  }
}
.cid-uofJuUC9ra .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uofJuUC9ra .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uofJuUC9ra .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uofJuUC9ra .image-wrapper img {
    height: 350px;
  }
}
.cid-uofJuUC9ra .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uofJuUC9ra .title-wrapper {
    width: 100%;
  }
}
.cid-uofJuUC9ra .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uofJuUC9ra .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uofJuUC9ra .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uofJuUC9ra .mbr-section-title {
  color: #fdfcfc;
}
.cid-uofJuUC9ra .mbr-text {
  color: #fdfcfc;
}
.cid-uofJuVbrOa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uofJuVbrOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofJuVbrOa .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uofJuVbrOa .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uofJuVbrOa .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uofJuVbrOa a {
  font-weight: 600;
}
.cid-uofJuVbrOa a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uofJuVbrOa .col-lg-3,
  .cid-uofJuVbrOa .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uofJuVbrOa .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uofJuVbrOa .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uofJuVbrOa h5 {
  margin: 0;
}
.cid-uofJuVbrOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofJuVbrOa .iconfont-wrapper {
  position: relative;
}
.cid-uofJuVbrOa .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uofJuVbrOa .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uofJuVbrOa .sociconfont-wrapper {
  display: flex;
}
.cid-uofJuVbrOa .card-title,
.cid-uofJuVbrOa .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-uofJuVbrOa .card-text {
  color: #000000;
}
.cid-uofJuVbrOa .mbr-section-title {
  color: #000000;
}
.cid-uofJuVbrOa .main-title,
.cid-uofJuVbrOa .iconfont-wrapper {
  text-align: left;
}
.cid-uofJuVQb9s {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-color: #192227;
}
.cid-uofJuVQb9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofJuVQb9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofJuVQb9s .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uofJuVQb9s .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uofJuVQb9s .container {
    padding: 0 16px;
  }
}
.cid-uofJuVQb9s .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uofJuVQb9s .row {
    margin: 0 10px;
  }
}
.cid-uofJuVQb9s .row .card {
  padding: 0;
}
.cid-uofJuVQb9s .row .card:first-child {
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-uofJuVQb9s .row .card:first-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uofJuVQb9s .row .card:first-child {
    padding: 0;
  }
}
.cid-uofJuVQb9s .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 8px !important;
  align-items: center;
  justify-content: center;
}
.cid-uofJuVQb9s .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #a20e20;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uofJuVQb9s .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-uofJuVQb9s .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-uofJuVQb9s .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
    align-items: center;
    justify-content: center;
  }
}
.cid-uofJuVQb9s .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uofJuVQb9s .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #ffffff;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-uofJuVQb9s .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uofJuVQb9s .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uofJuVQb9s .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-uofJuVQb9s .list-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-uofJuVQb9s .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-uofJuVQb9s .list-wrapper .item:last-child {
  border: none;
}
.cid-uofJuVQb9s .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-uofJuVQb9s .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-uofJuVQb9s .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-uofJuVQb9s .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #a20e20;
}
.cid-uofJuVQb9s .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-uofJuVQb9s .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-uofJuVQb9s .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-uofJuVQb9s .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-uofJuVQb9s .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uofJuVQb9s .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-uofJuVQb9s .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uofJuVQb9s .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #fdfcfc;
  transition: all 0.3s ease-in-out;
}
.cid-uofJuVQb9s .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uofJuVQb9s .mbr-section-title {
  color: #192227;
}
.cid-uofJuVQb9s .mbr-copy {
  color: #ffffff;
}
.cid-uofJuVQb9s .card-title {
  color: #fdfcfc;
}
.cid-uofJuVQb9s .mbr-section-title,
.cid-uofJuVQb9s .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uofJwenEFC {
  z-index: 1000;
  width: 100%;
}
.cid-uofJwenEFC .navbar-dropdown {
  background: #192227 !important;
  padding: 0;
  position: fixed;
}
.cid-uofJwenEFC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192227 !important;
  background: #192227;
}
.cid-uofJwenEFC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uofJwenEFC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uofJwenEFC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uofJwenEFC .menu_box .navbar.opened,
  .cid-uofJwenEFC .menu_box .navbar-collapse {
    background-color: #192227 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uofJwenEFC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uofJwenEFC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uofJwenEFC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uofJwenEFC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uofJwenEFC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uofJwenEFC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uofJwenEFC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #4a5357;
  }
  .cid-uofJwenEFC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uofJwenEFC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uofJwenEFC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uofJwenEFC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uofJwenEFC .offcanvas-body .mbr-text,
  .cid-uofJwenEFC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uofJwenEFC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uofJwenEFC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uofJwenEFC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uofJwenEFC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uofJwenEFC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uofJwenEFC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uofJwenEFC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uofJwenEFC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uofJwenEFC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uofJwenEFC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uofJwenEFC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uofJwenEFC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uofJwenEFC .lg_brand {
    margin: 0 1rem;
  }
  .cid-uofJwenEFC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uofJwenEFC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uofJwenEFC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uofJwenEFC .nav-item {
    margin: 0 !important;
  }
}
.cid-uofJwenEFC .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uofJwenEFC .nav-item .nav-link:hover,
.cid-uofJwenEFC .nav-item .nav-link:focus {
  color: #a20e20 !important;
  transition: all 0.3s ease-out;
}
.cid-uofJwenEFC .nav-item .nav-link:hover .mbr-iconfont,
.cid-uofJwenEFC .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #373a43 !important;
  color: #a20e20 !important;
  transform: rotate(-45deg);
}
.cid-uofJwenEFC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uofJwenEFC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uofJwenEFC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uofJwenEFC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uofJwenEFC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uofJwenEFC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uofJwenEFC .offcanvas_box {
    display: none;
  }
}
.cid-uofJwenEFC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uofJwenEFC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uofJwenEFC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uofJwenEFC .container {
  display: flex;
  margin: auto;
}
.cid-uofJwenEFC .iconfont-wrapper {
  color: #fdfcfc;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uofJwenEFC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uofJwenEFC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uofJwenEFC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uofJwenEFC .navbar-nav {
    margin: 0;
  }
}
.cid-uofJwenEFC .dropdown-menu,
.cid-uofJwenEFC .navbar.opened {
  background-color: true !important;
}
.cid-uofJwenEFC .nav-item:focus,
.cid-uofJwenEFC .nav-link:focus {
  outline: none;
}
.cid-uofJwenEFC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uofJwenEFC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uofJwenEFC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uofJwenEFC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uofJwenEFC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uofJwenEFC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uofJwenEFC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uofJwenEFC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uofJwenEFC .navbar.opened {
  transition: all 0.3s;
}
.cid-uofJwenEFC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uofJwenEFC .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uofJwenEFC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uofJwenEFC .navbar.collapsed {
  justify-content: center;
}
.cid-uofJwenEFC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uofJwenEFC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uofJwenEFC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uofJwenEFC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uofJwenEFC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uofJwenEFC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uofJwenEFC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uofJwenEFC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uofJwenEFC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uofJwenEFC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uofJwenEFC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uofJwenEFC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uofJwenEFC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uofJwenEFC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uofJwenEFC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uofJwenEFC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uofJwenEFC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uofJwenEFC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uofJwenEFC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uofJwenEFC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uofJwenEFC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uofJwenEFC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uofJwenEFC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uofJwenEFC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uofJwenEFC .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-uofJwenEFC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-uofJwenEFC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uofJwenEFC .dropdown-item.active,
.cid-uofJwenEFC .dropdown-item:active {
  background-color: transparent;
}
.cid-uofJwenEFC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uofJwenEFC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uofJwenEFC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uofJwenEFC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uofJwenEFC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uofJwenEFC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uofJwenEFC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #192227;
  background: #192227;
}
.cid-uofJwenEFC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uofJwenEFC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uofJwenEFC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uofJwenEFC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uofJwenEFC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uofJwenEFC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uofJwenEFC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uofJwenEFC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uofJwenEFC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uofJwenEFC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uofJwenEFC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uofJwenEFC .navbar {
    height: 70px;
  }
  .cid-uofJwenEFC .navbar.opened {
    height: auto;
  }
  .cid-uofJwenEFC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uofJwenEFC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uofJwenEFC .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uofJwenEFC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uofJwenEFC .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uofJwenEFC .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uofJwenEFC .mbr-section-btn-main .btn:hover,
.cid-uofJwenEFC .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uofJwenEFC .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uofJwenEFC .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uofJwenEFC .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #a20e20 !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uofJwenEFC .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uofJwenEFC .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uofJwenEFC .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #fdfcfc !important;
}
.cid-uofJwenEFC .navbar-caption:hover {
  color: #a20e20;
}
@media (min-width: 992px) {
  .cid-uofJwenEFC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uofJwenEFC .text_widget {
  margin-bottom: 32px;
}
.cid-uofJwenEFC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uofJwenEFC .text_widget a:hover,
.cid-uofJwenEFC .text_widget a:focus {
  color: #373a43 !important;
}
.cid-uofJwenEFC .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uofJwenEFC .navbar-caption {
  color: #ffffff;
}
.cid-uofJwenEFC .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uofJwenEFC .mbr-section-subtitle,
.cid-uofJwenEFC .text_widget,
.cid-uofJwenEFC .mbr-section-btn {
  text-align: center;
}
.cid-uofJwenEFC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uofJwf1pYO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uofJwf1pYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofJwf1pYO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofJwf1pYO .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uofJwf1pYO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uofJwf1pYO .container {
    padding: 0 16px;
  }
}
.cid-uofJwf1pYO .row {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uofJwf1pYO .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-uofJwf1pYO .row {
    padding: 45px 4px;
  }
}
.cid-uofJwf1pYO .row .card {
  justify-content: center;
}
.cid-uofJwf1pYO .title-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-uofJwf1pYO .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uofJwf1pYO .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uofJwf1pYO .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uofJwf1pYO .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uofJwf1pYO .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-uofJwf1pYO .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-uofJwf1pYO .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uofJwf1pYO .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uofJwf1pYO .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uofJwf1pYO .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uofJwf1pYO .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uofJwf1pYO .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uofJwf1pYO .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uofJwf1pYO .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uofJwf1pYO .image-wrapper img {
    height: 350px;
  }
}
.cid-uofJwf1pYO .mbr-section-subtitle {
  color: #d1cece;
}
.cid-uofJwf1pYO .mbr-section-title {
  color: #192227;
}
.cid-uofJwf1pYO .mbr-text {
  color: #192227;
}
.cid-uofJwf1pYO .mbr-text,
.cid-uofJwf1pYO .mbr-section-btn {
  color: #000000;
}
.cid-uofJwf1pYO .mbr-section-title,
.cid-uofJwf1pYO .mbr-section-btn {
  color: #a20e20;
}
.cid-uofJwfsjyV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uofJwfsjyV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofJwfsjyV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofJwfsjyV .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uofJwfsjyV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uofJwfsjyV .container {
    padding: 0 16px;
  }
}
.cid-uofJwfsjyV .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uofJwfsjyV .row {
    margin: 0 10px;
  }
}
.cid-uofJwfsjyV .row .card {
  position: relative;
  padding: 0;
}
.cid-uofJwfsjyV .row .card .decor-wrapper {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uofJwfsjyV .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uofJwfsjyV .row .card .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uofJwfsjyV .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uofJwfsjyV .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uofJwfsjyV .row .card .icon-decor {
    display: none;
  }
}
.cid-uofJwfsjyV .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uofJwfsjyV .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uofJwfsjyV .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uofJwfsjyV .image-wrapper img {
    height: 350px;
  }
}
.cid-uofJwfsjyV .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-uofJwfsjyV .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uofJwfsjyV .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uofJwfsjyV .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uofJwfsjyV .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uofJwfsjyV .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #f9a600;
  overflow: hidden;
}
.cid-uofJwfsjyV .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uofJwfsjyV .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uofJwfsjyV .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uofJwfsjyV .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uofJwfsjyV .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-uofJwfsjyV .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uofJwfsjyV .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uofJwfsjyV .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-uofJwfsjyV .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uofJwfsjyV .mbr-section-title {
  color: #fdfcfc;
}
.cid-uofJwfsjyV .item-title {
  color: #192227;
}
.cid-uofJwfsjyV .mbr-text {
  color: #192227;
}
.cid-uofJwfsjyV .mbr-text,
.cid-uofJwfsjyV .mbr-section-btn {
  color: #ffffff;
}
.cid-uofJwfPing {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uofJwfPing .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofJwfPing .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofJwfPing .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uofJwfPing .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uofJwfPing .container {
    padding: 0 16px;
  }
}
.cid-uofJwfPing .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uofJwfPing .row {
    margin: 0 10px;
  }
}
.cid-uofJwfPing .row .card {
  position: relative;
  padding: 0;
}
.cid-uofJwfPing .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uofJwfPing .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uofJwfPing .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uofJwfPing .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uofJwfPing .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uofJwfPing .row .card .icon-decor {
    display: none;
  }
}
.cid-uofJwfPing .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uofJwfPing .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uofJwfPing .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uofJwfPing .image-wrapper img {
    height: 350px;
  }
}
.cid-uofJwfPing .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uofJwfPing .title-wrapper {
    width: 100%;
  }
}
.cid-uofJwfPing .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uofJwfPing .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uofJwfPing .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uofJwfPing .mbr-section-title {
  color: #fdfcfc;
}
.cid-uofJwfPing .mbr-text {
  color: #fdfcfc;
}
.cid-uofJwgllzd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uofJwgllzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofJwgllzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofJwgllzd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uofJwgllzd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uofJwgllzd .container {
    padding: 0 16px;
  }
}
.cid-uofJwgllzd .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uofJwgllzd .row {
    margin: 0 10px;
  }
}
.cid-uofJwgllzd .row .card {
  position: relative;
  padding: 0;
}
.cid-uofJwgllzd .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #a20e20;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uofJwgllzd .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uofJwgllzd .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uofJwgllzd .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uofJwgllzd .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uofJwgllzd .row .card .icon-decor {
    display: none;
  }
}
.cid-uofJwgllzd .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uofJwgllzd .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uofJwgllzd .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uofJwgllzd .image-wrapper img {
    height: 350px;
  }
}
.cid-uofJwgllzd .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uofJwgllzd .title-wrapper {
    width: 100%;
  }
}
.cid-uofJwgllzd .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uofJwgllzd .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uofJwgllzd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uofJwgllzd .mbr-section-title {
  color: #fdfcfc;
}
.cid-uofJwgllzd .mbr-text {
  color: #fdfcfc;
}
.cid-uofJwgNVPi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uofJwgNVPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofJwgNVPi .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uofJwgNVPi .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uofJwgNVPi .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uofJwgNVPi a {
  font-weight: 600;
}
.cid-uofJwgNVPi a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uofJwgNVPi .col-lg-3,
  .cid-uofJwgNVPi .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uofJwgNVPi .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uofJwgNVPi .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uofJwgNVPi h5 {
  margin: 0;
}
.cid-uofJwgNVPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofJwgNVPi .iconfont-wrapper {
  position: relative;
}
.cid-uofJwgNVPi .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uofJwgNVPi .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uofJwgNVPi .sociconfont-wrapper {
  display: flex;
}
.cid-uofJwgNVPi .card-title,
.cid-uofJwgNVPi .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-uofJwgNVPi .card-text {
  color: #000000;
}
.cid-uofJwgNVPi .mbr-section-title {
  color: #000000;
}
.cid-uofJwgNVPi .main-title,
.cid-uofJwgNVPi .iconfont-wrapper {
  text-align: left;
}
.cid-uofJwhm48K {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-color: #192227;
}
.cid-uofJwhm48K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofJwhm48K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofJwhm48K .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uofJwhm48K .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uofJwhm48K .container {
    padding: 0 16px;
  }
}
.cid-uofJwhm48K .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uofJwhm48K .row {
    margin: 0 10px;
  }
}
.cid-uofJwhm48K .row .card {
  padding: 0;
}
.cid-uofJwhm48K .row .card:first-child {
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-uofJwhm48K .row .card:first-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uofJwhm48K .row .card:first-child {
    padding: 0;
  }
}
.cid-uofJwhm48K .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 8px !important;
  align-items: center;
  justify-content: center;
}
.cid-uofJwhm48K .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #a20e20;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uofJwhm48K .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-uofJwhm48K .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-uofJwhm48K .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
    align-items: center;
    justify-content: center;
  }
}
.cid-uofJwhm48K .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uofJwhm48K .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #ffffff;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-uofJwhm48K .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uofJwhm48K .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uofJwhm48K .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-uofJwhm48K .list-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-uofJwhm48K .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-uofJwhm48K .list-wrapper .item:last-child {
  border: none;
}
.cid-uofJwhm48K .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-uofJwhm48K .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-uofJwhm48K .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-uofJwhm48K .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #a20e20;
}
.cid-uofJwhm48K .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-uofJwhm48K .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-uofJwhm48K .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-uofJwhm48K .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-uofJwhm48K .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uofJwhm48K .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-uofJwhm48K .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uofJwhm48K .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #fdfcfc;
  transition: all 0.3s ease-in-out;
}
.cid-uofJwhm48K .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uofJwhm48K .mbr-section-title {
  color: #192227;
}
.cid-uofJwhm48K .mbr-copy {
  color: #ffffff;
}
.cid-uofJwhm48K .card-title {
  color: #fdfcfc;
}
.cid-uofJwhm48K .mbr-section-title,
.cid-uofJwhm48K .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uofJwM4YKH {
  z-index: 1000;
  width: 100%;
}
.cid-uofJwM4YKH .navbar-dropdown {
  background: #192227 !important;
  padding: 0;
  position: fixed;
}
.cid-uofJwM4YKH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192227 !important;
  background: #192227;
}
.cid-uofJwM4YKH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uofJwM4YKH .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uofJwM4YKH .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uofJwM4YKH .menu_box .navbar.opened,
  .cid-uofJwM4YKH .menu_box .navbar-collapse {
    background-color: #192227 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uofJwM4YKH nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uofJwM4YKH .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uofJwM4YKH .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uofJwM4YKH .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uofJwM4YKH .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uofJwM4YKH .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uofJwM4YKH .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #4a5357;
  }
  .cid-uofJwM4YKH .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uofJwM4YKH .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uofJwM4YKH .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uofJwM4YKH .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uofJwM4YKH .offcanvas-body .mbr-text,
  .cid-uofJwM4YKH .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uofJwM4YKH .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uofJwM4YKH .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uofJwM4YKH .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uofJwM4YKH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uofJwM4YKH .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uofJwM4YKH .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uofJwM4YKH .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uofJwM4YKH ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uofJwM4YKH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uofJwM4YKH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uofJwM4YKH .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uofJwM4YKH li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uofJwM4YKH .lg_brand {
    margin: 0 1rem;
  }
  .cid-uofJwM4YKH .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uofJwM4YKH .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uofJwM4YKH .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uofJwM4YKH .nav-item {
    margin: 0 !important;
  }
}
.cid-uofJwM4YKH .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uofJwM4YKH .nav-item .nav-link:hover,
.cid-uofJwM4YKH .nav-item .nav-link:focus {
  color: #a20e20 !important;
  transition: all 0.3s ease-out;
}
.cid-uofJwM4YKH .nav-item .nav-link:hover .mbr-iconfont,
.cid-uofJwM4YKH .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #373a43 !important;
  color: #a20e20 !important;
  transform: rotate(-45deg);
}
.cid-uofJwM4YKH .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uofJwM4YKH .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uofJwM4YKH .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uofJwM4YKH .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uofJwM4YKH .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uofJwM4YKH .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uofJwM4YKH .offcanvas_box {
    display: none;
  }
}
.cid-uofJwM4YKH .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uofJwM4YKH .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uofJwM4YKH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uofJwM4YKH .container {
  display: flex;
  margin: auto;
}
.cid-uofJwM4YKH .iconfont-wrapper {
  color: #fdfcfc;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uofJwM4YKH .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uofJwM4YKH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uofJwM4YKH .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uofJwM4YKH .navbar-nav {
    margin: 0;
  }
}
.cid-uofJwM4YKH .dropdown-menu,
.cid-uofJwM4YKH .navbar.opened {
  background-color: true !important;
}
.cid-uofJwM4YKH .nav-item:focus,
.cid-uofJwM4YKH .nav-link:focus {
  outline: none;
}
.cid-uofJwM4YKH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uofJwM4YKH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uofJwM4YKH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uofJwM4YKH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uofJwM4YKH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uofJwM4YKH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uofJwM4YKH .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uofJwM4YKH .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uofJwM4YKH .navbar.opened {
  transition: all 0.3s;
}
.cid-uofJwM4YKH .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uofJwM4YKH .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uofJwM4YKH .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uofJwM4YKH .navbar.collapsed {
  justify-content: center;
}
.cid-uofJwM4YKH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uofJwM4YKH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uofJwM4YKH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uofJwM4YKH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uofJwM4YKH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uofJwM4YKH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uofJwM4YKH .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uofJwM4YKH .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uofJwM4YKH .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uofJwM4YKH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uofJwM4YKH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uofJwM4YKH .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uofJwM4YKH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uofJwM4YKH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uofJwM4YKH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uofJwM4YKH .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uofJwM4YKH .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uofJwM4YKH .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uofJwM4YKH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uofJwM4YKH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uofJwM4YKH .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uofJwM4YKH .navbar.navbar-short {
  min-height: 60px;
}
.cid-uofJwM4YKH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uofJwM4YKH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uofJwM4YKH .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-uofJwM4YKH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-uofJwM4YKH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uofJwM4YKH .dropdown-item.active,
.cid-uofJwM4YKH .dropdown-item:active {
  background-color: transparent;
}
.cid-uofJwM4YKH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uofJwM4YKH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uofJwM4YKH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uofJwM4YKH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uofJwM4YKH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uofJwM4YKH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uofJwM4YKH button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #192227;
  background: #192227;
}
.cid-uofJwM4YKH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uofJwM4YKH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uofJwM4YKH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uofJwM4YKH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uofJwM4YKH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uofJwM4YKH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uofJwM4YKH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uofJwM4YKH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uofJwM4YKH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uofJwM4YKH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uofJwM4YKH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uofJwM4YKH .navbar {
    height: 70px;
  }
  .cid-uofJwM4YKH .navbar.opened {
    height: auto;
  }
  .cid-uofJwM4YKH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uofJwM4YKH .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uofJwM4YKH .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uofJwM4YKH .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uofJwM4YKH .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uofJwM4YKH .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uofJwM4YKH .mbr-section-btn-main .btn:hover,
.cid-uofJwM4YKH .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uofJwM4YKH .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uofJwM4YKH .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uofJwM4YKH .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #a20e20 !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uofJwM4YKH .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uofJwM4YKH .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uofJwM4YKH .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #fdfcfc !important;
}
.cid-uofJwM4YKH .navbar-caption:hover {
  color: #a20e20;
}
@media (min-width: 992px) {
  .cid-uofJwM4YKH .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uofJwM4YKH .text_widget {
  margin-bottom: 32px;
}
.cid-uofJwM4YKH .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uofJwM4YKH .text_widget a:hover,
.cid-uofJwM4YKH .text_widget a:focus {
  color: #373a43 !important;
}
.cid-uofJwM4YKH .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uofJwM4YKH .navbar-caption {
  color: #ffffff;
}
.cid-uofJwM4YKH .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uofJwM4YKH .mbr-section-subtitle,
.cid-uofJwM4YKH .text_widget,
.cid-uofJwM4YKH .mbr-section-btn {
  text-align: center;
}
.cid-uofJwM4YKH a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uofJwMG9da {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uofJwMG9da .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofJwMG9da .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofJwMG9da .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uofJwMG9da .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uofJwMG9da .container {
    padding: 0 16px;
  }
}
.cid-uofJwMG9da .row {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uofJwMG9da .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-uofJwMG9da .row {
    padding: 45px 4px;
  }
}
.cid-uofJwMG9da .row .card {
  justify-content: center;
}
.cid-uofJwMG9da .title-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-uofJwMG9da .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uofJwMG9da .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uofJwMG9da .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uofJwMG9da .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uofJwMG9da .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-uofJwMG9da .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-uofJwMG9da .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uofJwMG9da .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uofJwMG9da .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uofJwMG9da .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uofJwMG9da .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uofJwMG9da .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uofJwMG9da .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uofJwMG9da .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uofJwMG9da .image-wrapper img {
    height: 350px;
  }
}
.cid-uofJwMG9da .mbr-section-subtitle {
  color: #d1cece;
}
.cid-uofJwMG9da .mbr-section-title {
  color: #192227;
}
.cid-uofJwMG9da .mbr-text {
  color: #192227;
}
.cid-uofJwMG9da .mbr-text,
.cid-uofJwMG9da .mbr-section-btn {
  color: #000000;
}
.cid-uofJwMG9da .mbr-section-title,
.cid-uofJwMG9da .mbr-section-btn {
  color: #a20e20;
}
.cid-uofJwN8bUb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uofJwN8bUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofJwN8bUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofJwN8bUb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uofJwN8bUb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uofJwN8bUb .container {
    padding: 0 16px;
  }
}
.cid-uofJwN8bUb .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uofJwN8bUb .row {
    margin: 0 10px;
  }
}
.cid-uofJwN8bUb .row .card {
  position: relative;
  padding: 0;
}
.cid-uofJwN8bUb .row .card .decor-wrapper {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uofJwN8bUb .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uofJwN8bUb .row .card .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uofJwN8bUb .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uofJwN8bUb .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uofJwN8bUb .row .card .icon-decor {
    display: none;
  }
}
.cid-uofJwN8bUb .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uofJwN8bUb .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uofJwN8bUb .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uofJwN8bUb .image-wrapper img {
    height: 350px;
  }
}
.cid-uofJwN8bUb .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-uofJwN8bUb .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uofJwN8bUb .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uofJwN8bUb .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uofJwN8bUb .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uofJwN8bUb .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #ffca61;
  overflow: hidden;
}
.cid-uofJwN8bUb .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uofJwN8bUb .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uofJwN8bUb .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uofJwN8bUb .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uofJwN8bUb .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-uofJwN8bUb .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uofJwN8bUb .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uofJwN8bUb .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-uofJwN8bUb .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uofJwN8bUb .mbr-section-title {
  color: #fdfcfc;
}
.cid-uofJwN8bUb .item-title {
  color: #192227;
}
.cid-uofJwN8bUb .mbr-text {
  color: #192227;
}
.cid-uofJwN8bUb .mbr-table {
  color: #192227;
  margin-bottom: 20px;
}
.cid-uofJwN8bUb .mbr-table td {
  padding: 10px;
}
.cid-uofJwN8bUb .mbr-text,
.cid-uofJwN8bUb .mbr-section-btn {
  color: #ffffff;
}
.cid-uofJwN8bUb .divImage {
  display: inline-block;
  width: auto;
  margin: 10px;
  top: 0;
  vertical-align: top;
}
.cid-uofJwN8bUb .divSpecs {
  display: inline-block;
  width: auto;
  margin: 10px;
  border: 3px solid darkred;
  top: 0;
  vertical-align: top;
}
.cid-uofJwNsQTb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uofJwNsQTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofJwNsQTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofJwNsQTb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uofJwNsQTb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uofJwNsQTb .container {
    padding: 0 16px;
  }
}
.cid-uofJwNsQTb .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uofJwNsQTb .row {
    margin: 0 10px;
  }
}
.cid-uofJwNsQTb .row .card {
  position: relative;
  padding: 0;
}
.cid-uofJwNsQTb .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uofJwNsQTb .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uofJwNsQTb .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uofJwNsQTb .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uofJwNsQTb .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uofJwNsQTb .row .card .icon-decor {
    display: none;
  }
}
.cid-uofJwNsQTb .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uofJwNsQTb .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uofJwNsQTb .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uofJwNsQTb .image-wrapper img {
    height: 350px;
  }
}
.cid-uofJwNsQTb .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-uofJwNsQTb .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uofJwNsQTb .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uofJwNsQTb .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uofJwNsQTb .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uofJwNsQTb .items-wrapper .item {
  border-radius: 16px !important;
  background-color: yellow;
  overflow: hidden;
}
.cid-uofJwNsQTb .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uofJwNsQTb .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uofJwNsQTb .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uofJwNsQTb .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uofJwNsQTb .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-uofJwNsQTb .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uofJwNsQTb .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uofJwNsQTb .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-uofJwNsQTb .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uofJwNsQTb .mbr-section-title {
  color: #fdfcfc;
}
.cid-uofJwNsQTb .item-title {
  color: #192227;
}
.cid-uofJwNsQTb .mbr-text {
  color: #192227;
}
.cid-uofJwNsQTb .mbr-table {
  color: #192227;
  margin-bottom: 20px;
}
.cid-uofJwNsQTb .mbr-table td {
  padding: 10px;
}
.cid-uofJwNsQTb .mbr-text,
.cid-uofJwNsQTb .mbr-section-btn {
  color: #ffffff;
}
.cid-uofJwNsQTb .divImage {
  display: inline-block;
  width: auto;
  margin: 10px;
  top: 0;
  vertical-align: top;
}
.cid-uofJwNsQTb .divSpecs {
  display: inline-block;
  width: auto;
  margin: 10px;
  border: 3px solid darkred;
  top: 0;
  vertical-align: top;
}
.cid-uogatOxYWZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uogatOxYWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uogatOxYWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uogatOxYWZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uogatOxYWZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uogatOxYWZ .container {
    padding: 0 16px;
  }
}
.cid-uogatOxYWZ .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uogatOxYWZ .row {
    margin: 0 10px;
  }
}
.cid-uogatOxYWZ .row .card {
  position: relative;
  padding: 0;
}
.cid-uogatOxYWZ .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uogatOxYWZ .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uogatOxYWZ .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uogatOxYWZ .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uogatOxYWZ .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uogatOxYWZ .row .card .icon-decor {
    display: none;
  }
}
.cid-uogatOxYWZ .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uogatOxYWZ .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uogatOxYWZ .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uogatOxYWZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uogatOxYWZ .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-uogatOxYWZ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uogatOxYWZ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uogatOxYWZ .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uogatOxYWZ .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uogatOxYWZ .items-wrapper .item {
  border-radius: 16px !important;
  background-color: yellow;
  overflow: hidden;
}
.cid-uogatOxYWZ .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uogatOxYWZ .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uogatOxYWZ .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uogatOxYWZ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uogatOxYWZ .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-uogatOxYWZ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uogatOxYWZ .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uogatOxYWZ .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-uogatOxYWZ .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uogatOxYWZ .mbr-section-title {
  color: #fdfcfc;
}
.cid-uogatOxYWZ .item-title {
  color: #192227;
}
.cid-uogatOxYWZ .mbr-text {
  color: #192227;
}
.cid-uogatOxYWZ .mbr-table {
  color: #192227;
  margin-bottom: 20px;
}
.cid-uogatOxYWZ .mbr-table td {
  padding: 10px;
}
.cid-uogatOxYWZ .mbr-text,
.cid-uogatOxYWZ .mbr-section-btn {
  color: #ffffff;
}
.cid-uogatOxYWZ .divImage {
  display: inline-block;
  width: auto;
  margin: 10px;
  top: 0;
  vertical-align: top;
}
.cid-uogatOxYWZ .divSpecs {
  display: inline-block;
  width: auto;
  margin: 10px;
  border: 3px solid darkred;
  top: 0;
  vertical-align: top;
}
.cid-uofJwNYRfm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uofJwNYRfm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofJwNYRfm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofJwNYRfm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uofJwNYRfm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uofJwNYRfm .container {
    padding: 0 16px;
  }
}
.cid-uofJwNYRfm .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uofJwNYRfm .row {
    margin: 0 10px;
  }
}
.cid-uofJwNYRfm .row .card {
  position: relative;
  padding: 0;
}
.cid-uofJwNYRfm .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #a20e20;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uofJwNYRfm .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uofJwNYRfm .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uofJwNYRfm .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uofJwNYRfm .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uofJwNYRfm .row .card .icon-decor {
    display: none;
  }
}
.cid-uofJwNYRfm .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uofJwNYRfm .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uofJwNYRfm .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uofJwNYRfm .image-wrapper img {
    height: 350px;
  }
}
.cid-uofJwNYRfm .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uofJwNYRfm .title-wrapper {
    width: 100%;
  }
}
.cid-uofJwNYRfm .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uofJwNYRfm .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uofJwNYRfm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uofJwNYRfm .mbr-section-title {
  color: #fdfcfc;
}
.cid-uofJwNYRfm .mbr-text {
  color: #fdfcfc;
}
.cid-uofJwOpEim {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uofJwOpEim .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofJwOpEim .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uofJwOpEim .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uofJwOpEim .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uofJwOpEim a {
  font-weight: 600;
}
.cid-uofJwOpEim a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uofJwOpEim .col-lg-3,
  .cid-uofJwOpEim .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uofJwOpEim .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uofJwOpEim .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uofJwOpEim h5 {
  margin: 0;
}
.cid-uofJwOpEim .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofJwOpEim .iconfont-wrapper {
  position: relative;
}
.cid-uofJwOpEim .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uofJwOpEim .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uofJwOpEim .sociconfont-wrapper {
  display: flex;
}
.cid-uofJwOpEim .card-title,
.cid-uofJwOpEim .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-uofJwOpEim .card-text {
  color: #000000;
}
.cid-uofJwOpEim .mbr-section-title {
  color: #000000;
}
.cid-uofJwOpEim .main-title,
.cid-uofJwOpEim .iconfont-wrapper {
  text-align: left;
}
.cid-uofJwOZepQ {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-color: #192227;
}
.cid-uofJwOZepQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uofJwOZepQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uofJwOZepQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uofJwOZepQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uofJwOZepQ .container {
    padding: 0 16px;
  }
}
.cid-uofJwOZepQ .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uofJwOZepQ .row {
    margin: 0 10px;
  }
}
.cid-uofJwOZepQ .row .card {
  padding: 0;
}
.cid-uofJwOZepQ .row .card:first-child {
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-uofJwOZepQ .row .card:first-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uofJwOZepQ .row .card:first-child {
    padding: 0;
  }
}
.cid-uofJwOZepQ .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 8px !important;
  align-items: center;
  justify-content: center;
}
.cid-uofJwOZepQ .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #a20e20;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uofJwOZepQ .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-uofJwOZepQ .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-uofJwOZepQ .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
    align-items: center;
    justify-content: center;
  }
}
.cid-uofJwOZepQ .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uofJwOZepQ .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #ffffff;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-uofJwOZepQ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uofJwOZepQ .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uofJwOZepQ .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-uofJwOZepQ .list-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-uofJwOZepQ .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-uofJwOZepQ .list-wrapper .item:last-child {
  border: none;
}
.cid-uofJwOZepQ .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-uofJwOZepQ .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-uofJwOZepQ .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-uofJwOZepQ .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #a20e20;
}
.cid-uofJwOZepQ .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-uofJwOZepQ .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-uofJwOZepQ .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-uofJwOZepQ .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-uofJwOZepQ .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uofJwOZepQ .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-uofJwOZepQ .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uofJwOZepQ .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #fdfcfc;
  transition: all 0.3s ease-in-out;
}
.cid-uofJwOZepQ .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uofJwOZepQ .mbr-section-title {
  color: #192227;
}
.cid-uofJwOZepQ .mbr-copy {
  color: #ffffff;
}
.cid-uofJwOZepQ .card-title {
  color: #fdfcfc;
}
.cid-uofJwOZepQ .mbr-section-title,
.cid-uofJwOZepQ .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uozMdQZ74b {
  z-index: 1000;
  width: 100%;
}
.cid-uozMdQZ74b .navbar-dropdown {
  background: #192227 !important;
  padding: 0;
  position: fixed;
}
.cid-uozMdQZ74b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #192227 !important;
  background: #192227;
}
.cid-uozMdQZ74b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uozMdQZ74b .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uozMdQZ74b .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uozMdQZ74b .menu_box .navbar.opened,
  .cid-uozMdQZ74b .menu_box .navbar-collapse {
    background-color: #192227 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uozMdQZ74b nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uozMdQZ74b .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uozMdQZ74b .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uozMdQZ74b .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uozMdQZ74b .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uozMdQZ74b .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uozMdQZ74b .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #4a5357;
  }
  .cid-uozMdQZ74b .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uozMdQZ74b .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uozMdQZ74b .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uozMdQZ74b .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uozMdQZ74b .offcanvas-body .mbr-text,
  .cid-uozMdQZ74b .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uozMdQZ74b .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uozMdQZ74b .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uozMdQZ74b .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #fdfcfc;
  }
  .cid-uozMdQZ74b .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uozMdQZ74b .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uozMdQZ74b .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uozMdQZ74b .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uozMdQZ74b ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uozMdQZ74b .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uozMdQZ74b .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uozMdQZ74b .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uozMdQZ74b li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uozMdQZ74b .lg_brand {
    margin: 0 1rem;
  }
  .cid-uozMdQZ74b .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uozMdQZ74b .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uozMdQZ74b .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uozMdQZ74b .nav-item {
    margin: 0 !important;
  }
}
.cid-uozMdQZ74b .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uozMdQZ74b .nav-item .nav-link:hover,
.cid-uozMdQZ74b .nav-item .nav-link:focus {
  color: #a20e20 !important;
  transition: all 0.3s ease-out;
}
.cid-uozMdQZ74b .nav-item .nav-link:hover .mbr-iconfont,
.cid-uozMdQZ74b .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #373a43 !important;
  color: #a20e20 !important;
  transform: rotate(-45deg);
}
.cid-uozMdQZ74b .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uozMdQZ74b .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uozMdQZ74b .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uozMdQZ74b .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uozMdQZ74b .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uozMdQZ74b .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uozMdQZ74b .offcanvas_box {
    display: none;
  }
}
.cid-uozMdQZ74b .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uozMdQZ74b .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uozMdQZ74b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uozMdQZ74b .container {
  display: flex;
  margin: auto;
}
.cid-uozMdQZ74b .iconfont-wrapper {
  color: #fdfcfc;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uozMdQZ74b .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uozMdQZ74b .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uozMdQZ74b .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uozMdQZ74b .navbar-nav {
    margin: 0;
  }
}
.cid-uozMdQZ74b .dropdown-menu,
.cid-uozMdQZ74b .navbar.opened {
  background-color: true !important;
}
.cid-uozMdQZ74b .nav-item:focus,
.cid-uozMdQZ74b .nav-link:focus {
  outline: none;
}
.cid-uozMdQZ74b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uozMdQZ74b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uozMdQZ74b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uozMdQZ74b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uozMdQZ74b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uozMdQZ74b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uozMdQZ74b .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uozMdQZ74b .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uozMdQZ74b .navbar.opened {
  transition: all 0.3s;
}
.cid-uozMdQZ74b .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uozMdQZ74b .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uozMdQZ74b .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uozMdQZ74b .navbar.collapsed {
  justify-content: center;
}
.cid-uozMdQZ74b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uozMdQZ74b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uozMdQZ74b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uozMdQZ74b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uozMdQZ74b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uozMdQZ74b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uozMdQZ74b .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uozMdQZ74b .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uozMdQZ74b .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uozMdQZ74b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uozMdQZ74b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uozMdQZ74b .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uozMdQZ74b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uozMdQZ74b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uozMdQZ74b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uozMdQZ74b .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uozMdQZ74b .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uozMdQZ74b .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uozMdQZ74b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uozMdQZ74b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uozMdQZ74b .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uozMdQZ74b .navbar.navbar-short {
  min-height: 60px;
}
.cid-uozMdQZ74b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uozMdQZ74b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uozMdQZ74b .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-uozMdQZ74b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
  color: #ffffff;
}
.cid-uozMdQZ74b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uozMdQZ74b .dropdown-item.active,
.cid-uozMdQZ74b .dropdown-item:active {
  background-color: transparent;
}
.cid-uozMdQZ74b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uozMdQZ74b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uozMdQZ74b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uozMdQZ74b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uozMdQZ74b ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uozMdQZ74b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uozMdQZ74b button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #192227;
  background: #192227;
}
.cid-uozMdQZ74b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #fdfcfc;
}
.cid-uozMdQZ74b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uozMdQZ74b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uozMdQZ74b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uozMdQZ74b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uozMdQZ74b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uozMdQZ74b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uozMdQZ74b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uozMdQZ74b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uozMdQZ74b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uozMdQZ74b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uozMdQZ74b .navbar {
    height: 70px;
  }
  .cid-uozMdQZ74b .navbar.opened {
    height: auto;
  }
  .cid-uozMdQZ74b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uozMdQZ74b .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uozMdQZ74b .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uozMdQZ74b .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uozMdQZ74b .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uozMdQZ74b .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 15px;
  border: none;
  min-width: 185px;
  margin: 8px;
  border-radius: 50px !important;
  width: auto;
}
.cid-uozMdQZ74b .mbr-section-btn-main .btn:hover,
.cid-uozMdQZ74b .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uozMdQZ74b .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uozMdQZ74b .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
}
.cid-uozMdQZ74b .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  color: #a20e20 !important;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uozMdQZ74b .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uozMdQZ74b .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uozMdQZ74b .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #fdfcfc !important;
}
.cid-uozMdQZ74b .navbar-caption:hover {
  color: #a20e20;
}
@media (min-width: 992px) {
  .cid-uozMdQZ74b .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uozMdQZ74b .text_widget {
  margin-bottom: 32px;
}
.cid-uozMdQZ74b .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uozMdQZ74b .text_widget a:hover,
.cid-uozMdQZ74b .text_widget a:focus {
  color: #373a43 !important;
}
.cid-uozMdQZ74b .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uozMdQZ74b .navbar-caption {
  color: #ffffff;
}
.cid-uozMdQZ74b .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uozMdQZ74b .mbr-section-subtitle,
.cid-uozMdQZ74b .text_widget,
.cid-uozMdQZ74b .mbr-section-btn {
  text-align: center;
}
.cid-uozMdQZ74b a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uozMdRABWK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #192227;
}
.cid-uozMdRABWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozMdRABWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozMdRABWK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uozMdRABWK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uozMdRABWK .container {
    padding: 0 16px;
  }
}
.cid-uozMdRABWK .row {
  border-radius: 20px;
  background-color: #ffffff;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uozMdRABWK .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-uozMdRABWK .row {
    padding: 45px 4px;
  }
}
.cid-uozMdRABWK .row .card {
  justify-content: center;
}
.cid-uozMdRABWK .title-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-uozMdRABWK .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uozMdRABWK .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uozMdRABWK .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uozMdRABWK .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uozMdRABWK .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-uozMdRABWK .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-uozMdRABWK .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uozMdRABWK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uozMdRABWK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uozMdRABWK .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uozMdRABWK .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uozMdRABWK .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uozMdRABWK .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uozMdRABWK .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uozMdRABWK .image-wrapper img {
    height: 350px;
  }
}
.cid-uozMdRABWK .mbr-section-subtitle {
  color: #d1cece;
}
.cid-uozMdRABWK .mbr-section-title {
  color: #192227;
}
.cid-uozMdRABWK .mbr-text {
  color: #192227;
}
.cid-uozMdRABWK .mbr-text,
.cid-uozMdRABWK .mbr-section-btn {
  color: #000000;
}
.cid-uozMdRABWK .mbr-section-title,
.cid-uozMdRABWK .mbr-section-btn {
  color: #a20e20;
}
.cid-uozMdSbp7n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uozMdSbp7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozMdSbp7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozMdSbp7n .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uozMdSbp7n .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uozMdSbp7n .container {
    padding: 0 16px;
  }
}
.cid-uozMdSbp7n .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uozMdSbp7n .row {
    margin: 0 10px;
  }
}
.cid-uozMdSbp7n .row .card {
  position: relative;
  padding: 0;
}
.cid-uozMdSbp7n .row .card .decor-wrapper {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uozMdSbp7n .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uozMdSbp7n .row .card .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uozMdSbp7n .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uozMdSbp7n .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uozMdSbp7n .row .card .icon-decor {
    display: none;
  }
}
.cid-uozMdSbp7n .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uozMdSbp7n .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uozMdSbp7n .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uozMdSbp7n .image-wrapper img {
    height: 350px;
  }
}
.cid-uozMdSbp7n .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-uozMdSbp7n .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uozMdSbp7n .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uozMdSbp7n .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uozMdSbp7n .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uozMdSbp7n .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #ffca61;
  overflow: hidden;
}
.cid-uozMdSbp7n .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uozMdSbp7n .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uozMdSbp7n .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uozMdSbp7n .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uozMdSbp7n .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-uozMdSbp7n .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uozMdSbp7n .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uozMdSbp7n .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-uozMdSbp7n .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uozMdSbp7n .mbr-section-title {
  color: #fdfcfc;
}
.cid-uozMdSbp7n .item-title {
  color: #192227;
}
.cid-uozMdSbp7n .mbr-text {
  color: #192227;
}
.cid-uozMdSbp7n .mbr-table {
  color: #192227;
  margin-bottom: 20px;
}
.cid-uozMdSbp7n .mbr-table td {
  padding: 10px;
}
.cid-uozMdSbp7n .mbr-text,
.cid-uozMdSbp7n .mbr-section-btn {
  color: #ffffff;
}
.cid-uozMdSbp7n .divImage {
  display: inline-block;
  width: auto;
  margin: 10px;
  top: 0;
  vertical-align: top;
}
.cid-uozMdSbp7n .divSpecs {
  display: inline-block;
  width: auto;
  margin: 10px;
  border: 3px solid darkred;
  top: 0;
  vertical-align: top;
}
.cid-uozMdSEmgT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uozMdSEmgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozMdSEmgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozMdSEmgT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uozMdSEmgT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uozMdSEmgT .container {
    padding: 0 16px;
  }
}
.cid-uozMdSEmgT .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uozMdSEmgT .row {
    margin: 0 10px;
  }
}
.cid-uozMdSEmgT .row .card {
  position: relative;
  padding: 0;
}
.cid-uozMdSEmgT .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uozMdSEmgT .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uozMdSEmgT .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uozMdSEmgT .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uozMdSEmgT .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uozMdSEmgT .row .card .icon-decor {
    display: none;
  }
}
.cid-uozMdSEmgT .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uozMdSEmgT .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uozMdSEmgT .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uozMdSEmgT .image-wrapper img {
    height: 350px;
  }
}
.cid-uozMdSEmgT .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-uozMdSEmgT .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uozMdSEmgT .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uozMdSEmgT .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uozMdSEmgT .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uozMdSEmgT .items-wrapper .item {
  border-radius: 16px !important;
  background-color: yellow;
  overflow: hidden;
}
.cid-uozMdSEmgT .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uozMdSEmgT .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uozMdSEmgT .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uozMdSEmgT .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uozMdSEmgT .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-uozMdSEmgT .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uozMdSEmgT .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uozMdSEmgT .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-uozMdSEmgT .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uozMdSEmgT .mbr-section-title {
  color: #fdfcfc;
}
.cid-uozMdSEmgT .item-title {
  color: #192227;
}
.cid-uozMdSEmgT .mbr-text {
  color: #192227;
}
.cid-uozMdSEmgT .mbr-table {
  color: #192227;
  margin-bottom: 20px;
}
.cid-uozMdSEmgT .mbr-table td {
  padding: 10px;
}
.cid-uozMdSEmgT .mbr-text,
.cid-uozMdSEmgT .mbr-section-btn {
  color: #ffffff;
}
.cid-uozMdSEmgT .divImage {
  display: inline-block;
  width: auto;
  margin: 10px;
  top: 0;
  vertical-align: top;
}
.cid-uozMdSEmgT .divSpecs {
  display: inline-block;
  width: auto;
  margin: 10px;
  border: 3px solid darkred;
  top: 0;
  vertical-align: top;
}
.cid-uozMdT7gWR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uozMdT7gWR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozMdT7gWR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozMdT7gWR .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uozMdT7gWR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uozMdT7gWR .container {
    padding: 0 16px;
  }
}
.cid-uozMdT7gWR .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uozMdT7gWR .row {
    margin: 0 10px;
  }
}
.cid-uozMdT7gWR .row .card {
  position: relative;
  padding: 0;
}
.cid-uozMdT7gWR .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uozMdT7gWR .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uozMdT7gWR .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uozMdT7gWR .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uozMdT7gWR .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uozMdT7gWR .row .card .icon-decor {
    display: none;
  }
}
.cid-uozMdT7gWR .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uozMdT7gWR .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uozMdT7gWR .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uozMdT7gWR .image-wrapper img {
    height: 350px;
  }
}
.cid-uozMdT7gWR .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-uozMdT7gWR .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uozMdT7gWR .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uozMdT7gWR .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uozMdT7gWR .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uozMdT7gWR .items-wrapper .item {
  border-radius: 16px !important;
  background-color: yellow;
  overflow: hidden;
}
.cid-uozMdT7gWR .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uozMdT7gWR .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uozMdT7gWR .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uozMdT7gWR .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uozMdT7gWR .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-uozMdT7gWR .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uozMdT7gWR .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uozMdT7gWR .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-uozMdT7gWR .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uozMdT7gWR .mbr-section-title {
  color: #fdfcfc;
}
.cid-uozMdT7gWR .item-title {
  color: #192227;
}
.cid-uozMdT7gWR .mbr-text {
  color: #192227;
}
.cid-uozMdT7gWR .mbr-table {
  color: #192227;
  margin-bottom: 20px;
}
.cid-uozMdT7gWR .mbr-table td {
  padding: 10px;
}
.cid-uozMdT7gWR .mbr-text,
.cid-uozMdT7gWR .mbr-section-btn {
  color: #ffffff;
}
.cid-uozMdT7gWR .divImage {
  display: inline-block;
  width: auto;
  margin: 10px;
  top: 0;
  vertical-align: top;
}
.cid-uozMdT7gWR .divSpecs {
  display: inline-block;
  width: auto;
  margin: 10px;
  border: 3px solid darkred;
  top: 0;
  vertical-align: top;
}
.cid-uozWLiXg62 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uozWLiXg62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozWLiXg62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozWLiXg62 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uozWLiXg62 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uozWLiXg62 .container {
    padding: 0 16px;
  }
}
.cid-uozWLiXg62 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uozWLiXg62 .row {
    margin: 0 10px;
  }
}
.cid-uozWLiXg62 .row .card {
  position: relative;
  padding: 0;
}
.cid-uozWLiXg62 .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uozWLiXg62 .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uozWLiXg62 .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uozWLiXg62 .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uozWLiXg62 .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uozWLiXg62 .row .card .icon-decor {
    display: none;
  }
}
.cid-uozWLiXg62 .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uozWLiXg62 .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uozWLiXg62 .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uozWLiXg62 .image-wrapper img {
    height: 350px;
  }
}
.cid-uozWLiXg62 .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-uozWLiXg62 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uozWLiXg62 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uozWLiXg62 .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uozWLiXg62 .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uozWLiXg62 .items-wrapper .item {
  border-radius: 16px !important;
  background-color: yellow;
  overflow: hidden;
}
.cid-uozWLiXg62 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uozWLiXg62 .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uozWLiXg62 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uozWLiXg62 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uozWLiXg62 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-uozWLiXg62 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uozWLiXg62 .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uozWLiXg62 .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-uozWLiXg62 .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uozWLiXg62 .mbr-section-title {
  color: #fdfcfc;
}
.cid-uozWLiXg62 .item-title {
  color: #192227;
}
.cid-uozWLiXg62 .mbr-text {
  color: #192227;
}
.cid-uozWLiXg62 .mbr-table {
  color: #192227;
  margin-bottom: 20px;
}
.cid-uozWLiXg62 .mbr-table td {
  padding: 10px;
}
.cid-uozWLiXg62 .mbr-text,
.cid-uozWLiXg62 .mbr-section-btn {
  color: #ffffff;
}
.cid-uozWLiXg62 .divImage {
  display: inline-block;
  width: auto;
  margin: 10px;
  top: 0;
  vertical-align: top;
}
.cid-uozWLiXg62 .divSpecs {
  display: inline-block;
  width: auto;
  margin: 10px;
  border: 3px solid darkred;
  top: 0;
  vertical-align: top;
}
.cid-uozXGuTWxv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uozXGuTWxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozXGuTWxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozXGuTWxv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uozXGuTWxv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uozXGuTWxv .container {
    padding: 0 16px;
  }
}
.cid-uozXGuTWxv .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uozXGuTWxv .row {
    margin: 0 10px;
  }
}
.cid-uozXGuTWxv .row .card {
  position: relative;
  padding: 0;
}
.cid-uozXGuTWxv .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uozXGuTWxv .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uozXGuTWxv .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uozXGuTWxv .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uozXGuTWxv .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uozXGuTWxv .row .card .icon-decor {
    display: none;
  }
}
.cid-uozXGuTWxv .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uozXGuTWxv .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uozXGuTWxv .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uozXGuTWxv .image-wrapper img {
    height: 350px;
  }
}
.cid-uozXGuTWxv .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-uozXGuTWxv .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uozXGuTWxv .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uozXGuTWxv .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uozXGuTWxv .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uozXGuTWxv .items-wrapper .item {
  border-radius: 16px !important;
  background-color: yellow;
  overflow: hidden;
}
.cid-uozXGuTWxv .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uozXGuTWxv .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uozXGuTWxv .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uozXGuTWxv .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uozXGuTWxv .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-uozXGuTWxv .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uozXGuTWxv .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uozXGuTWxv .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-uozXGuTWxv .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uozXGuTWxv .mbr-section-title {
  color: #fdfcfc;
}
.cid-uozXGuTWxv .item-title {
  color: #192227;
}
.cid-uozXGuTWxv .mbr-text {
  color: #192227;
}
.cid-uozXGuTWxv .mbr-table {
  color: #192227;
  margin-bottom: 20px;
}
.cid-uozXGuTWxv .mbr-table td {
  padding: 10px;
}
.cid-uozXGuTWxv .mbr-text,
.cid-uozXGuTWxv .mbr-section-btn {
  color: #ffffff;
}
.cid-uozXGuTWxv .divImage {
  display: inline-block;
  width: auto;
  margin: 10px;
  top: 0;
  vertical-align: top;
}
.cid-uozXGuTWxv .divSpecs {
  display: inline-block;
  width: auto;
  margin: 10px;
  border: 3px solid darkred;
  top: 0;
  vertical-align: top;
}
.cid-uozZe3W64z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uozZe3W64z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozZe3W64z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozZe3W64z .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uozZe3W64z .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uozZe3W64z .container {
    padding: 0 16px;
  }
}
.cid-uozZe3W64z .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uozZe3W64z .row {
    margin: 0 10px;
  }
}
.cid-uozZe3W64z .row .card {
  position: relative;
  padding: 0;
}
.cid-uozZe3W64z .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uozZe3W64z .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uozZe3W64z .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uozZe3W64z .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uozZe3W64z .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uozZe3W64z .row .card .icon-decor {
    display: none;
  }
}
.cid-uozZe3W64z .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uozZe3W64z .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uozZe3W64z .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uozZe3W64z .image-wrapper img {
    height: 350px;
  }
}
.cid-uozZe3W64z .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-uozZe3W64z .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uozZe3W64z .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uozZe3W64z .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uozZe3W64z .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uozZe3W64z .items-wrapper .item {
  border-radius: 16px !important;
  background-color: yellow;
  overflow: hidden;
}
.cid-uozZe3W64z .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uozZe3W64z .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uozZe3W64z .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uozZe3W64z .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uozZe3W64z .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-uozZe3W64z .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uozZe3W64z .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uozZe3W64z .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-uozZe3W64z .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uozZe3W64z .mbr-section-title {
  color: #fdfcfc;
}
.cid-uozZe3W64z .item-title {
  color: #192227;
}
.cid-uozZe3W64z .mbr-text {
  color: #192227;
}
.cid-uozZe3W64z .mbr-table {
  color: #192227;
  margin-bottom: 20px;
}
.cid-uozZe3W64z .mbr-table td {
  padding: 10px;
}
.cid-uozZe3W64z .mbr-text,
.cid-uozZe3W64z .mbr-section-btn {
  color: #ffffff;
}
.cid-uozZe3W64z .divImage {
  display: inline-block;
  width: auto;
  margin: 10px;
  top: 0;
  vertical-align: top;
}
.cid-uozZe3W64z .divSpecs {
  display: inline-block;
  width: auto;
  margin: 10px;
  border: 3px solid darkred;
  top: 0;
  vertical-align: top;
}
.cid-uoA0vLJWv0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uoA0vLJWv0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA0vLJWv0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA0vLJWv0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uoA0vLJWv0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uoA0vLJWv0 .container {
    padding: 0 16px;
  }
}
.cid-uoA0vLJWv0 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uoA0vLJWv0 .row {
    margin: 0 10px;
  }
}
.cid-uoA0vLJWv0 .row .card {
  position: relative;
  padding: 0;
}
.cid-uoA0vLJWv0 .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uoA0vLJWv0 .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uoA0vLJWv0 .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uoA0vLJWv0 .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uoA0vLJWv0 .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uoA0vLJWv0 .row .card .icon-decor {
    display: none;
  }
}
.cid-uoA0vLJWv0 .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uoA0vLJWv0 .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uoA0vLJWv0 .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uoA0vLJWv0 .image-wrapper img {
    height: 350px;
  }
}
.cid-uoA0vLJWv0 .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-uoA0vLJWv0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uoA0vLJWv0 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uoA0vLJWv0 .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uoA0vLJWv0 .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uoA0vLJWv0 .items-wrapper .item {
  border-radius: 16px !important;
  background-color: yellow;
  overflow: hidden;
}
.cid-uoA0vLJWv0 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uoA0vLJWv0 .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uoA0vLJWv0 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uoA0vLJWv0 .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uoA0vLJWv0 .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-uoA0vLJWv0 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uoA0vLJWv0 .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uoA0vLJWv0 .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-uoA0vLJWv0 .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uoA0vLJWv0 .mbr-section-title {
  color: #fdfcfc;
}
.cid-uoA0vLJWv0 .item-title {
  color: #192227;
}
.cid-uoA0vLJWv0 .mbr-text {
  color: #192227;
}
.cid-uoA0vLJWv0 .mbr-table {
  color: #192227;
  margin-bottom: 20px;
}
.cid-uoA0vLJWv0 .mbr-table td {
  padding: 10px;
}
.cid-uoA0vLJWv0 .mbr-text,
.cid-uoA0vLJWv0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uoA0vLJWv0 .divImage {
  display: inline-block;
  width: auto;
  margin: 10px;
  top: 0;
  vertical-align: top;
}
.cid-uoA0vLJWv0 .divSpecs {
  display: inline-block;
  width: auto;
  margin: 10px;
  border: 3px solid darkred;
  top: 0;
  vertical-align: top;
}
.cid-uoA1DEO0el {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uoA1DEO0el .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA1DEO0el .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA1DEO0el .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uoA1DEO0el .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uoA1DEO0el .container {
    padding: 0 16px;
  }
}
.cid-uoA1DEO0el .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uoA1DEO0el .row {
    margin: 0 10px;
  }
}
.cid-uoA1DEO0el .row .card {
  position: relative;
  padding: 0;
}
.cid-uoA1DEO0el .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uoA1DEO0el .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uoA1DEO0el .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uoA1DEO0el .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uoA1DEO0el .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uoA1DEO0el .row .card .icon-decor {
    display: none;
  }
}
.cid-uoA1DEO0el .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uoA1DEO0el .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uoA1DEO0el .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uoA1DEO0el .image-wrapper img {
    height: 350px;
  }
}
.cid-uoA1DEO0el .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-uoA1DEO0el .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uoA1DEO0el .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uoA1DEO0el .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uoA1DEO0el .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uoA1DEO0el .items-wrapper .item {
  border-radius: 16px !important;
  background-color: yellow;
  overflow: hidden;
}
.cid-uoA1DEO0el .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uoA1DEO0el .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uoA1DEO0el .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uoA1DEO0el .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uoA1DEO0el .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-uoA1DEO0el .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uoA1DEO0el .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uoA1DEO0el .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-uoA1DEO0el .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uoA1DEO0el .mbr-section-title {
  color: #fdfcfc;
}
.cid-uoA1DEO0el .item-title {
  color: #192227;
}
.cid-uoA1DEO0el .mbr-text {
  color: #192227;
}
.cid-uoA1DEO0el .mbr-table {
  color: #192227;
  margin-bottom: 20px;
}
.cid-uoA1DEO0el .mbr-table td {
  padding: 10px;
}
.cid-uoA1DEO0el .mbr-text,
.cid-uoA1DEO0el .mbr-section-btn {
  color: #ffffff;
}
.cid-uoA1DEO0el .divImage {
  display: inline-block;
  width: auto;
  margin: 10px;
  top: 0;
  vertical-align: top;
}
.cid-uoA1DEO0el .divSpecs {
  display: inline-block;
  width: auto;
  margin: 10px;
  border: 3px solid darkred;
  top: 0;
  vertical-align: top;
}
.cid-uoA3a8NRNf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uoA3a8NRNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA3a8NRNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA3a8NRNf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uoA3a8NRNf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uoA3a8NRNf .container {
    padding: 0 16px;
  }
}
.cid-uoA3a8NRNf .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uoA3a8NRNf .row {
    margin: 0 10px;
  }
}
.cid-uoA3a8NRNf .row .card {
  position: relative;
  padding: 0;
}
.cid-uoA3a8NRNf .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uoA3a8NRNf .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uoA3a8NRNf .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uoA3a8NRNf .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uoA3a8NRNf .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uoA3a8NRNf .row .card .icon-decor {
    display: none;
  }
}
.cid-uoA3a8NRNf .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uoA3a8NRNf .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uoA3a8NRNf .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uoA3a8NRNf .image-wrapper img {
    height: 350px;
  }
}
.cid-uoA3a8NRNf .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-uoA3a8NRNf .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uoA3a8NRNf .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uoA3a8NRNf .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uoA3a8NRNf .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uoA3a8NRNf .items-wrapper .item {
  border-radius: 16px !important;
  background-color: yellow;
  overflow: hidden;
}
.cid-uoA3a8NRNf .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uoA3a8NRNf .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uoA3a8NRNf .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uoA3a8NRNf .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uoA3a8NRNf .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-uoA3a8NRNf .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uoA3a8NRNf .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uoA3a8NRNf .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-uoA3a8NRNf .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uoA3a8NRNf .mbr-section-title {
  color: #fdfcfc;
}
.cid-uoA3a8NRNf .item-title {
  color: #192227;
}
.cid-uoA3a8NRNf .mbr-text {
  color: #192227;
}
.cid-uoA3a8NRNf .mbr-table {
  color: #192227;
  margin-bottom: 20px;
}
.cid-uoA3a8NRNf .mbr-table td {
  padding: 10px;
}
.cid-uoA3a8NRNf .mbr-text,
.cid-uoA3a8NRNf .mbr-section-btn {
  color: #ffffff;
}
.cid-uoA3a8NRNf .divImage {
  display: inline-block;
  width: auto;
  margin: 10px;
  top: 0;
  vertical-align: top;
}
.cid-uoA3a8NRNf .divSpecs {
  display: inline-block;
  width: auto;
  margin: 10px;
  border: 3px solid darkred;
  top: 0;
  vertical-align: top;
}
.cid-uoA4HHr9ny {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uoA4HHr9ny .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoA4HHr9ny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoA4HHr9ny .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uoA4HHr9ny .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uoA4HHr9ny .container {
    padding: 0 16px;
  }
}
.cid-uoA4HHr9ny .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uoA4HHr9ny .row {
    margin: 0 10px;
  }
}
.cid-uoA4HHr9ny .row .card {
  position: relative;
  padding: 0;
}
.cid-uoA4HHr9ny .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #a20e20;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uoA4HHr9ny .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uoA4HHr9ny .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uoA4HHr9ny .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uoA4HHr9ny .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uoA4HHr9ny .row .card .icon-decor {
    display: none;
  }
}
.cid-uoA4HHr9ny .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uoA4HHr9ny .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uoA4HHr9ny .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uoA4HHr9ny .image-wrapper img {
    height: 350px;
  }
}
.cid-uoA4HHr9ny .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-uoA4HHr9ny .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uoA4HHr9ny .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uoA4HHr9ny .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uoA4HHr9ny .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uoA4HHr9ny .items-wrapper .item {
  border-radius: 16px !important;
  background-color: yellow;
  overflow: hidden;
}
.cid-uoA4HHr9ny .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uoA4HHr9ny .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uoA4HHr9ny .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uoA4HHr9ny .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uoA4HHr9ny .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 50%;
}
.cid-uoA4HHr9ny .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uoA4HHr9ny .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uoA4HHr9ny .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-uoA4HHr9ny .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uoA4HHr9ny .mbr-section-title {
  color: #fdfcfc;
}
.cid-uoA4HHr9ny .item-title {
  color: #192227;
}
.cid-uoA4HHr9ny .mbr-text {
  color: #192227;
}
.cid-uoA4HHr9ny .mbr-table {
  color: #192227;
  margin-bottom: 20px;
}
.cid-uoA4HHr9ny .mbr-table td {
  padding: 10px;
}
.cid-uoA4HHr9ny .mbr-text,
.cid-uoA4HHr9ny .mbr-section-btn {
  color: #ffffff;
}
.cid-uoA4HHr9ny .divImage {
  display: inline-block;
  width: auto;
  margin: 10px;
  top: 0;
  vertical-align: top;
}
.cid-uoA4HHr9ny .divSpecs {
  display: inline-block;
  width: auto;
  margin: 10px;
  border: 3px solid darkred;
  top: 0;
  vertical-align: top;
}
.cid-uozMdTHCl8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-uozMdTHCl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozMdTHCl8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozMdTHCl8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uozMdTHCl8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uozMdTHCl8 .container {
    padding: 0 16px;
  }
}
.cid-uozMdTHCl8 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uozMdTHCl8 .row {
    margin: 0 10px;
  }
}
.cid-uozMdTHCl8 .row .card {
  position: relative;
  padding: 0;
}
.cid-uozMdTHCl8 .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #a20e20;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uozMdTHCl8 .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uozMdTHCl8 .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uozMdTHCl8 .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4a5357;
  color: #fdfcfc;
  border-radius: 100%;
  border: 5px solid #a20e20;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uozMdTHCl8 .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uozMdTHCl8 .row .card .icon-decor {
    display: none;
  }
}
.cid-uozMdTHCl8 .image-wrapper img {
  height: 590px;
  width: 70%;
  margin-right: 0;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #a20e20;
}
@media (max-width: 1440px) {
  .cid-uozMdTHCl8 .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uozMdTHCl8 .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uozMdTHCl8 .image-wrapper img {
    height: 350px;
  }
}
.cid-uozMdTHCl8 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uozMdTHCl8 .title-wrapper {
    width: 100%;
  }
}
.cid-uozMdTHCl8 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uozMdTHCl8 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uozMdTHCl8 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uozMdTHCl8 .mbr-section-title {
  color: #fdfcfc;
}
.cid-uozMdTHCl8 .mbr-text {
  color: #fdfcfc;
}
.cid-uozMdUj9CM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uozMdUj9CM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozMdUj9CM .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uozMdUj9CM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uozMdUj9CM .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uozMdUj9CM a {
  font-weight: 600;
}
.cid-uozMdUj9CM a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uozMdUj9CM .col-lg-3,
  .cid-uozMdUj9CM .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uozMdUj9CM .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uozMdUj9CM .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uozMdUj9CM h5 {
  margin: 0;
}
.cid-uozMdUj9CM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozMdUj9CM .iconfont-wrapper {
  position: relative;
}
.cid-uozMdUj9CM .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uozMdUj9CM .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uozMdUj9CM .sociconfont-wrapper {
  display: flex;
}
.cid-uozMdUj9CM .card-title,
.cid-uozMdUj9CM .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-uozMdUj9CM .card-text {
  color: #000000;
}
.cid-uozMdUj9CM .mbr-section-title {
  color: #000000;
}
.cid-uozMdUj9CM .main-title,
.cid-uozMdUj9CM .iconfont-wrapper {
  text-align: left;
}
.cid-uozMdV1mvp {
  padding-top: 5rem;
  padding-bottom: 12rem;
  background-color: #192227;
}
.cid-uozMdV1mvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uozMdV1mvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uozMdV1mvp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uozMdV1mvp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uozMdV1mvp .container {
    padding: 0 16px;
  }
}
.cid-uozMdV1mvp .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uozMdV1mvp .row {
    margin: 0 10px;
  }
}
.cid-uozMdV1mvp .row .card {
  padding: 0;
}
.cid-uozMdV1mvp .row .card:first-child {
  padding-right: 10px;
  padding-right: 0;
  padding-left: 10px;
}
@media (max-width: 992px) {
  .cid-uozMdV1mvp .row .card:first-child {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uozMdV1mvp .row .card:first-child {
    padding: 0;
  }
}
.cid-uozMdV1mvp .navbar-logo img {
  max-width: 150px;
  min-height: 150px;
  object-fit: contain;
  border-radius: 8px !important;
  align-items: center;
  justify-content: center;
}
.cid-uozMdV1mvp .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #a20e20;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uozMdV1mvp .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-uozMdV1mvp .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-uozMdV1mvp .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
    align-items: center;
    justify-content: center;
  }
}
.cid-uozMdV1mvp .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uozMdV1mvp .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #ffffff;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-uozMdV1mvp .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uozMdV1mvp .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
  border-top: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uozMdV1mvp .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-uozMdV1mvp .list-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-uozMdV1mvp .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-uozMdV1mvp .list-wrapper .item:last-child {
  border: none;
}
.cid-uozMdV1mvp .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-uozMdV1mvp .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-uozMdV1mvp .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-uozMdV1mvp .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #a20e20;
}
.cid-uozMdV1mvp .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-uozMdV1mvp .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-uozMdV1mvp .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-uozMdV1mvp .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-uozMdV1mvp .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uozMdV1mvp .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-uozMdV1mvp .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uozMdV1mvp .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #fdfcfc;
  transition: all 0.3s ease-in-out;
}
.cid-uozMdV1mvp .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uozMdV1mvp .mbr-section-title {
  color: #192227;
}
.cid-uozMdV1mvp .mbr-copy {
  color: #ffffff;
}
.cid-uozMdV1mvp .card-title {
  color: #fdfcfc;
}
.cid-uozMdV1mvp .mbr-section-title,
.cid-uozMdV1mvp .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
