body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.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: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: 1rem 2.6rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fd290a !important;
}
.bg-success {
  background-color: #eff0ff !important;
}
.bg-info {
  background-color: #1f357f !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #8e1a1a !important;
}
.btn-primary {
  border: 5px solid #d1d1f7 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fd290a !important;
  border-color: #d1d1f7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #fd290a !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fd290a !important;
  border-color: #fd290a !important;
}
.btn-primary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-secondary {
  border: 5px solid #d1d1f7 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
  color: #1e1eab !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #1e1eab !important;
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #1e1eab !important;
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
}
.btn-secondary:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-info {
  border: 5px solid #d1d1f7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1f357f !important;
  border-color: #d1d1f7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-info:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-success {
  border: 5px solid #d1d1f7 !important;
}
.btn-success,
.btn-success:active {
  background-color: #eff0ff !important;
  border-color: #d1d1f7 !important;
  color: #000fef !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #eff0ff !important;
}
.btn-success:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-warning {
  border: 5px solid #d1d1f7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #d1d1f7 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-danger {
  border: 5px solid #d1d1f7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8e1a1a !important;
  border-color: #d1d1f7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8e1a1a !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8e1a1a !important;
  border-color: #8e1a1a !important;
}
.btn-danger:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-white {
  border: 5px solid #d1d1f7 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #d1d1f7 !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-black {
  border: 5px solid #d1d1f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #d1d1f7 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #d1d1f7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black:hover {
  box-shadow: 0px 0px 30px 0px rgba(86, 90, 221, 0.3) !important;
  transform: scale(1.02) translateY(-2px);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fd290a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #af1801 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fd290a !important;
  border-color: #fd290a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d1d1f7;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8787ea !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #1e1eab !important;
  background-color: #d1d1f7 !important;
  border-color: #d1d1f7 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1f357f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0e1839 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #1f357f !important;
  border-color: #1f357f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eff0ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #989fff !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000fef !important;
  background-color: #eff0ff !important;
  border-color: #eff0ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8e1a1a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #450d0d !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8e1a1a !important;
  border-color: #8e1a1a !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: transparent;
  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: transparent !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: #fd290a !important;
}
.text-secondary {
  color: #d1d1f7 !important;
}
.text-success {
  color: #eff0ff !important;
}
.text-info {
  color: #1f357f !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #8e1a1a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a01601 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7a7ae8 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #8990ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0b132d !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #380a0a !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: #fd290a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1f357f;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #8e1a1a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fd290a;
  border-color: #fd290a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fd290a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffdad4;
}
.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: #4b6ad3;
}
.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: #de4a4a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #fd290a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #fd290a;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #fd290a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fd290a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fd290a;
  border-bottom-color: #fd290a;
}
.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: #fd290a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #d1d1f7 !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='%23fd290a' %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;
}
.cid-uqHQxtyttV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqHQxtyttV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHQxtyttV img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #fd290a;
}
@media (max-width: 767px) {
  .cid-uqHQxtyttV img {
    margin-top: 2rem;
  }
}
.cid-uqHQxtyttV .row {
  background: #111019;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqHQxtyttV .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-uqHQxtyttV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHQxtyttV .mbr-text,
.cid-uqHQxtyttV .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uqHQxtyttV .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uqHQxtyttV .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uqH7n8llp1 {
  background-color: transparent;
}
.cid-uqH7n8llp1 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uqH7n8llp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uqH7n8llp1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqH7n8llp1 .navbar {
  border-bottom: 2px solid #000000 !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uqH7n8llp1 .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uqH7n8llp1 .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uqH7n8llp1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uqH7n8llp1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqH7n8llp1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uqH7n8llp1 .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uqH7n8llp1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqH7n8llp1 .navbar.collapsed {
  justify-content: center;
}
.cid-uqH7n8llp1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqH7n8llp1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqH7n8llp1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqH7n8llp1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqH7n8llp1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqH7n8llp1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uqH7n8llp1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqH7n8llp1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uqH7n8llp1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uqH7n8llp1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqH7n8llp1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqH7n8llp1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uqH7n8llp1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqH7n8llp1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uqH7n8llp1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqH7n8llp1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uqH7n8llp1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqH7n8llp1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uqH7n8llp1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uqH7n8llp1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqH7n8llp1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uqH7n8llp1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqH7n8llp1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqH7n8llp1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqH7n8llp1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqH7n8llp1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uqH7n8llp1 .menu_box .navbar.opened,
  .cid-uqH7n8llp1 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uqH7n8llp1 .navbar-dropdown {
  position: relative !important;
}
.cid-uqH7n8llp1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uqH7n8llp1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uqH7n8llp1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uqH7n8llp1 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uqH7n8llp1 .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uqH7n8llp1 .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uqH7n8llp1 .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uqH7n8llp1 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uqH7n8llp1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uqH7n8llp1 .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uqH7n8llp1 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uqH7n8llp1 .nav-item .nav-link:hover,
.cid-uqH7n8llp1 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uqH7n8llp1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uqH7n8llp1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uqH7n8llp1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uqH7n8llp1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqH7n8llp1 .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-uqH7n8llp1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uqH7n8llp1 .offcanvas_box {
    display: none;
  }
}
.cid-uqH7n8llp1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uqH7n8llp1 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uqH7n8llp1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uqH7n8llp1 .container {
  display: flex;
  margin: auto;
}
.cid-uqH7n8llp1 .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uqH7n8llp1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uqH7n8llp1 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uqH7n8llp1 .navbar-nav {
    margin: 0;
  }
}
.cid-uqH7n8llp1 .dropdown-menu,
.cid-uqH7n8llp1 .navbar.opened {
  background-color: false !important;
}
.cid-uqH7n8llp1 .nav-item:focus,
.cid-uqH7n8llp1 .nav-link:focus {
  outline: none;
}
.cid-uqH7n8llp1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqH7n8llp1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqH7n8llp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqH7n8llp1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqH7n8llp1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqH7n8llp1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqH7n8llp1 .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-uqH7n8llp1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uqH7n8llp1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqH7n8llp1 .dropdown-item.active,
.cid-uqH7n8llp1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqH7n8llp1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uqH7n8llp1 .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uqH7n8llp1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqH7n8llp1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqH7n8llp1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqH7n8llp1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uqH7n8llp1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqH7n8llp1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #bc7e20;
}
.cid-uqH7n8llp1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uqH7n8llp1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqH7n8llp1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqH7n8llp1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqH7n8llp1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqH7n8llp1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqH7n8llp1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqH7n8llp1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqH7n8llp1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqH7n8llp1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uqH7n8llp1 .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-uqH7n8llp1 .navbar {
    height: 70px;
  }
  .cid-uqH7n8llp1 .navbar.opened {
    height: auto;
  }
  .cid-uqH7n8llp1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqH7n8llp1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uqH7n8llp1 .navbar-caption:hover {
  color: #fd290a;
}
@media (min-width: 992px) {
  .cid-uqH7n8llp1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uqH7n8llp1 .text_widget {
  margin-bottom: 32px;
}
.cid-uqH7n8llp1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uqH7n8llp1 .text_widget a:hover,
.cid-uqH7n8llp1 .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uqH7n8llp1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uqH7n8llp1 .navbar-caption {
  color: #150764;
}
.cid-uqH7n8llp1 .mbr-section-subtitle,
.cid-uqH7n8llp1 .text_widget,
.cid-uqH7n8llp1 .mbr-section-btn {
  text-align: center;
}
.cid-uqH7n8llp1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqHnx5HpvS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqHnx5HpvS .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uqHnx5HpvS .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uqHnx5HpvS .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ffedec;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uqHnx5HpvS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uqHnx5HpvS .mbr-text {
  color: #ffffff;
}
.cid-uqHmNT0Ftq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqHmNT0Ftq::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uqHmNT0Ftq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHmNT0Ftq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqHmNT0Ftq .container {
    padding: 0 16px;
  }
}
.cid-uqHmNT0Ftq .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqHmNT0Ftq .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqHmNT0Ftq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqHmNT0Ftq .mbr-section-title {
  color: #000000;
}
.cid-uqHmNT0Ftq .mbr-text {
  color: #000000;
}
.cid-uqHmRHSVEK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8e1a1a;
}
.cid-uqHmRHSVEK .card-wrapper {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uqHmRHSVEK .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uqHmRHSVEK .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-uqHmRHSVEK .row {
  justify-content: center;
}
.cid-uqHmRHSVEK .card-box {
  display: flex;
  align-items: center;
}
.cid-uqHmRHSVEK .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uqHmRHSVEK .card-box {
    flex-direction: column;
  }
  .cid-uqHmRHSVEK .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uqHmRHSVEK .card-link:hover a {
  background-image: none !important;
}
.cid-uqHmRHSVEK .mbr-section-subtitle {
  color: #777777;
}
.cid-uqHmRHSVEK .card-text {
  color: #777777;
}
.cid-uqHeNzbL34 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqHeNzbL34::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uqHeNzbL34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHeNzbL34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqHeNzbL34 .container {
    padding: 0 16px;
  }
}
.cid-uqHeNzbL34 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqHeNzbL34 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqHeNzbL34 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqHeNzbL34 .mbr-section-title {
  color: #000000;
}
.cid-uqHeNzbL34 .mbr-text {
  color: #000000;
}
.cid-uqHR0YY1rj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqHR0YY1rj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHR0YY1rj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHR0YY1rj .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqHR0YY1rj .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uqHR0YY1rj .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqHR0YY1rj .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqHR0YY1rj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqHR0YY1rj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqHR0YY1rj .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqHR0YY1rj .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uqHR0YY1rj .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uqHR0YY1rj .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uqHR0YY1rj .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uqHR0YY1rj .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uqHR0YY1rj .mbr-section-title {
  color: #050f0f;
}
.cid-uqHR0YY1rj .mbr-text {
  color: #050f0f;
}
.cid-uqHR0YY1rj .mbr-section-title,
.cid-uqHR0YY1rj .mbr-section-btn {
  color: #ffffff;
}
.cid-uqHR0YY1rj .mbr-text,
.cid-uqHR0YY1rj .text-wrapper,
.cid-uqHR0YY1rj .rating-wrapper {
  color: #ffffff;
}
.cid-uqHndb94Kc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqHndb94Kc::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uqHndb94Kc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHndb94Kc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqHndb94Kc .container {
    padding: 0 16px;
  }
}
.cid-uqHndb94Kc .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqHndb94Kc .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqHndb94Kc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqHndb94Kc .mbr-section-title {
  color: #000000;
}
.cid-uqHndb94Kc .mbr-text {
  color: #000000;
}
.cid-uqHnbeMxZt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqHnbeMxZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHnbeMxZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHnbeMxZt img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uqHnbeMxZt img {
    margin-bottom: 2rem;
  }
}
.cid-uqHnbeMxZt .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqHnbeMxZt .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-uqHnbeMxZt .card-wrapper {
    max-width: 450px;
  }
}
.cid-uqHnbeMxZt .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uqHnbeMxZt .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-uqHnbeMxZt .card-text {
  color: #ffffff;
}
.cid-uqHnbeMxZt .card-title {
  color: #ffffff;
}
.cid-uqHShxwKhf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqHShxwKhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHShxwKhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHShxwKhf .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uqHShxwKhf .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uqHShxwKhf .container {
    padding: 0 26px;
  }
}
.cid-uqHShxwKhf .row {
  justify-content: center;
}
.cid-uqHShxwKhf .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8e1a1a;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uqHShxwKhf .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqHShxwKhf .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uqHShxwKhf .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uqHShxwKhf .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uqHShxwKhf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uqHShxwKhf .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uqHShxwKhf .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqHShxwKhf .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqHShxwKhf .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uqHShxwKhf .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uqHShxwKhf .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uqHShxwKhf .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uqHShxwKhf .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqHShxwKhf .mbr-section-title {
  color: #ffffff;
}
.cid-uqHShxwKhf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHShxwKhf .mbr-desc {
  color: #ffffff;
}
.cid-uqHShxwKhf .mbr-text {
  color: #ffffff;
}
.cid-uqHShxwKhf .mbr-link {
  color: #ffffff;
}
.cid-uqHnaioEc1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqHnaioEc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHnaioEc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHnaioEc1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uqHnaioEc1 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uqHnaioEc1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uqHnaioEc1 .container {
    padding: 0 16px;
  }
}
.cid-uqHnaioEc1 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uqHnaioEc1 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uqHnaioEc1 .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uqHnaioEc1 .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uqHnaioEc1 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uqHnaioEc1 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqHnaioEc1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uqHnaioEc1 .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uqHnaioEc1 .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uqHnaioEc1 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqHnaioEc1 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uqHnaioEc1 .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uqHnaioEc1 .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uqHnaioEc1 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uqHnaioEc1 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uqHnaioEc1 .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uqHnaioEc1 .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uqHnaioEc1 .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uqHnaioEc1 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uqHnaioEc1 .mbr-section-title {
  color: #ffffff;
}
.cid-uqHnaioEc1 .panel-number {
  color: #ffffff;
}
.cid-uqHnaioEc1 .panel-title-edit {
  color: #ffffff;
}
.cid-uqHnaioEc1 .panel-text {
  color: #1c1c1c;
}
.cid-uqHoM5t2fO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mattress-protector-water-resilent.webp");
}
.cid-uqHoM5t2fO::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uqHoM5t2fO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHoM5t2fO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqHoM5t2fO .container {
    padding: 0 16px;
  }
}
.cid-uqHoM5t2fO .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqHoM5t2fO .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqHoM5t2fO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqHoM5t2fO .mbr-section-title {
  color: #000000;
}
.cid-uqHoM5t2fO .mbr-text {
  color: #000000;
}
.cid-uqHRmYpIIY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uqHRmYpIIY .item-wrapper {
  overflow: hidden;
  height: 100%;
  background: #8e1a1a;
  color: #444444;
  padding: 46.8px 48.6px 30.8px 46.8px  ;
}
.cid-uqHRmYpIIY .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-uqHRmYpIIY p {
  line-height: 1.6;
}
.cid-uqHRmYpIIY .rev,
.cid-uqHRmYpIIY .mbr-iconfont {
  display: inline-block;
}
.cid-uqHRmYpIIY mbr-iconfont {
  width: 20px !important;
}
.cid-uqHRmYpIIY .item-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.85rem;
  text-align: center;
  transition: .3s;
}
.cid-uqHRmYpIIY .item-title:hover {
  color: #d1d1f7;
}
.cid-uqHRmYpIIY .item-box {
  padding-top: 2rem;
}
.cid-uqHRmYpIIY .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-uqHRmYpIIY .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-uqHRmYpIIY .mbr-section-title,
.cid-uqHRmYpIIY .line-wrap {
  text-align: center;
  color: #b8d94f;
  padding-bottom: 0.7rem !important;
}
.cid-uqHRmYpIIY .rev {
  color: #8d8d8d;
  margin-right: 20px;
}
.cid-uqHRmYpIIY .item-text,
.cid-uqHRmYpIIY .mbr-section-btn,
.cid-uqHRmYpIIY .ico-line {
  color: #8d8d8d;
}
.cid-uqHRmYpIIY .item-text {
  margin-bottom: 1.65rem !important;
}
.cid-uqHRmYpIIY .item {
  background-color: transparent;
}
.cid-uqHRmYpIIY .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-uqHRmYpIIY .item-img {
  position: relative;
}
.cid-uqHRmYpIIY .item-img:hover .second-img {
  opacity: 0.5;
}
.cid-uqHRmYpIIY .mbr-section-subtitle {
  color: #b8d94f;
  margin: 0;
  padding: 0 !important;
}
.cid-uqHRmYpIIY .mbr-section-subtitle,
.cid-uqHRmYpIIY .line-wrap {
  text-align: center;
  color: #47a15d;
}
.cid-uqHRmYpIIY .time {
  color: #b8d94f;
  margin: 0 !important;
}
.cid-uqHRmYpIIY .time P {
  text-align: left;
}
.cid-uqHRmYpIIY .time .mbr-fonts-style P {
  text-align: center;
}
.cid-uqHRmYpIIY .time .mbr-fonts-style {
  color: #6592e6;
}
.cid-uqHRmYpIIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHRmYpIIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHSOH2gDW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqHSOH2gDW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHSOH2gDW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHSOH2gDW .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uqHSOH2gDW .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uqHSOH2gDW .container {
    padding: 0 26px;
  }
}
.cid-uqHSOH2gDW .row {
  justify-content: center;
}
.cid-uqHSOH2gDW .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8e1a1a;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uqHSOH2gDW .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqHSOH2gDW .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uqHSOH2gDW .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uqHSOH2gDW .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uqHSOH2gDW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uqHSOH2gDW .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uqHSOH2gDW .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqHSOH2gDW .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqHSOH2gDW .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uqHSOH2gDW .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uqHSOH2gDW .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uqHSOH2gDW .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uqHSOH2gDW .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqHSOH2gDW .mbr-section-title {
  color: #ffffff;
}
.cid-uqHSOH2gDW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHSOH2gDW .mbr-desc {
  color: #ffffff;
}
.cid-uqHSOH2gDW .mbr-text {
  color: #ffffff;
}
.cid-uqHSOH2gDW .mbr-link {
  color: #ffffff;
}
.cid-uqI2SDxnYh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqI2SDxnYh .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uqI2SDxnYh .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uqI2SDxnYh .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uqI2SDxnYh .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uqI2SDxnYh .row > div {
    margin: auto;
  }
}
.cid-uqI2SDxnYh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqI2SDxnYh .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uqI2SDxnYh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqI2SDxnYh .list {
    margin-bottom: 0rem;
  }
}
.cid-uqI2SDxnYh .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uqI2SDxnYh .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uqI2SDxnYh .row {
    display: grid;
  }
  .cid-uqI2SDxnYh .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uqI2SDxnYh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqI2SDxnYh .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uqI2SDxnYh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqHlH0jkGU {
  background-color: transparent;
}
.cid-uqHlH0jkGU .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uqHlH0jkGU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uqHlH0jkGU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqHlH0jkGU .navbar {
  border-bottom: 2px solid #000000 !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uqHlH0jkGU .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uqHlH0jkGU .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uqHlH0jkGU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uqHlH0jkGU .navbar.opened {
  transition: all 0.3s;
}
.cid-uqHlH0jkGU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uqHlH0jkGU .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uqHlH0jkGU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqHlH0jkGU .navbar.collapsed {
  justify-content: center;
}
.cid-uqHlH0jkGU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqHlH0jkGU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqHlH0jkGU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqHlH0jkGU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqHlH0jkGU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqHlH0jkGU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uqHlH0jkGU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqHlH0jkGU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uqHlH0jkGU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uqHlH0jkGU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqHlH0jkGU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqHlH0jkGU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uqHlH0jkGU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqHlH0jkGU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uqHlH0jkGU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqHlH0jkGU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uqHlH0jkGU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqHlH0jkGU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uqHlH0jkGU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uqHlH0jkGU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqHlH0jkGU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uqHlH0jkGU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqHlH0jkGU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqHlH0jkGU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqHlH0jkGU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqHlH0jkGU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uqHlH0jkGU .menu_box .navbar.opened,
  .cid-uqHlH0jkGU .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uqHlH0jkGU .navbar-dropdown {
  position: relative !important;
}
.cid-uqHlH0jkGU .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uqHlH0jkGU .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uqHlH0jkGU .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uqHlH0jkGU .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uqHlH0jkGU .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uqHlH0jkGU .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uqHlH0jkGU .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uqHlH0jkGU .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uqHlH0jkGU .nav-item {
    margin: 0 !important;
  }
}
.cid-uqHlH0jkGU .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uqHlH0jkGU .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uqHlH0jkGU .nav-item .nav-link:hover,
.cid-uqHlH0jkGU .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uqHlH0jkGU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uqHlH0jkGU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uqHlH0jkGU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uqHlH0jkGU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqHlH0jkGU .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-uqHlH0jkGU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uqHlH0jkGU .offcanvas_box {
    display: none;
  }
}
.cid-uqHlH0jkGU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uqHlH0jkGU .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uqHlH0jkGU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uqHlH0jkGU .container {
  display: flex;
  margin: auto;
}
.cid-uqHlH0jkGU .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uqHlH0jkGU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uqHlH0jkGU .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uqHlH0jkGU .navbar-nav {
    margin: 0;
  }
}
.cid-uqHlH0jkGU .dropdown-menu,
.cid-uqHlH0jkGU .navbar.opened {
  background-color: false !important;
}
.cid-uqHlH0jkGU .nav-item:focus,
.cid-uqHlH0jkGU .nav-link:focus {
  outline: none;
}
.cid-uqHlH0jkGU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqHlH0jkGU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqHlH0jkGU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqHlH0jkGU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqHlH0jkGU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqHlH0jkGU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqHlH0jkGU .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-uqHlH0jkGU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uqHlH0jkGU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqHlH0jkGU .dropdown-item.active,
.cid-uqHlH0jkGU .dropdown-item:active {
  background-color: transparent;
}
.cid-uqHlH0jkGU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uqHlH0jkGU .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uqHlH0jkGU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqHlH0jkGU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqHlH0jkGU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqHlH0jkGU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uqHlH0jkGU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqHlH0jkGU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #bc7e20;
}
.cid-uqHlH0jkGU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uqHlH0jkGU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqHlH0jkGU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqHlH0jkGU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqHlH0jkGU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqHlH0jkGU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqHlH0jkGU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqHlH0jkGU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqHlH0jkGU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqHlH0jkGU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uqHlH0jkGU .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-uqHlH0jkGU .navbar {
    height: 70px;
  }
  .cid-uqHlH0jkGU .navbar.opened {
    height: auto;
  }
  .cid-uqHlH0jkGU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqHlH0jkGU .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uqHlH0jkGU .navbar-caption:hover {
  color: #fd290a;
}
@media (min-width: 992px) {
  .cid-uqHlH0jkGU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uqHlH0jkGU .text_widget {
  margin-bottom: 32px;
}
.cid-uqHlH0jkGU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uqHlH0jkGU .text_widget a:hover,
.cid-uqHlH0jkGU .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uqHlH0jkGU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uqHlH0jkGU .navbar-caption {
  color: #150764;
}
.cid-uqHlH0jkGU .mbr-section-subtitle,
.cid-uqHlH0jkGU .text_widget,
.cid-uqHlH0jkGU .mbr-section-btn {
  text-align: center;
}
.cid-uqHlH0jkGU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqI7AIysTD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqI7AIysTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqI7AIysTD img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #fd290a;
}
@media (max-width: 767px) {
  .cid-uqI7AIysTD img {
    margin-top: 2rem;
  }
}
.cid-uqI7AIysTD .row {
  background: #111019;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqI7AIysTD .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-uqI7AIysTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqI7AIysTD .mbr-text,
.cid-uqI7AIysTD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uqI7AIysTD .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uqI7AIysTD .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uqHlH2FyfI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqHlH2FyfI::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uqHlH2FyfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHlH2FyfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqHlH2FyfI .container {
    padding: 0 16px;
  }
}
.cid-uqHlH2FyfI .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqHlH2FyfI .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqHlH2FyfI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqHlH2FyfI .mbr-section-title {
  color: #f1634f;
}
.cid-uqHlH2FyfI .mbr-text {
  color: #000000;
}
.cid-uqHlH3FkU4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uqHlH3FkU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHlH3FkU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHlH3FkU4 .map-wrapper {
  height: 100%;
}
.cid-uqHlH3FkU4 .card-wrapper {
  border: 1px solid #fd290a;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uqHlH3FkU4 .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHlH3FkU4 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uqHlH3FkU4 .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHlH3FkU4 .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uqHlH3FkU4 .google-map {
  height: 100%;
  position: relative;
}
.cid-uqHlH3FkU4 .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uqHlH3FkU4 .google-map iframe {
    min-height: 350px;
  }
}
.cid-uqHlH3FkU4 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uqHlH3FkU4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqHlH3FkU4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqHlH3FkU4 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uqHlH3FkU4 .content-head {
  max-width: 800px;
}
.cid-uqHlH3FkU4 .mbr-section-title {
  color: #000000;
}
.cid-uqHlH3FkU4 .cardTitle {
  color: #221b35;
}
.cid-uqHlH3FkU4 .list,
.cid-uqHlH3FkU4 .item-wrap {
  color: #221b35;
}
.cid-uqI2SDxnYh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqI2SDxnYh .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uqI2SDxnYh .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uqI2SDxnYh .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uqI2SDxnYh .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uqI2SDxnYh .row > div {
    margin: auto;
  }
}
.cid-uqI2SDxnYh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqI2SDxnYh .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uqI2SDxnYh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqI2SDxnYh .list {
    margin-bottom: 0rem;
  }
}
.cid-uqI2SDxnYh .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uqI2SDxnYh .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uqI2SDxnYh .row {
    display: grid;
  }
  .cid-uqI2SDxnYh .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uqI2SDxnYh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqI2SDxnYh .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uqI2SDxnYh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqHlYJyKp2 {
  background-color: transparent;
}
.cid-uqHlYJyKp2 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uqHlYJyKp2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uqHlYJyKp2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqHlYJyKp2 .navbar {
  border-bottom: 2px solid #000000 !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uqHlYJyKp2 .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uqHlYJyKp2 .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uqHlYJyKp2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uqHlYJyKp2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqHlYJyKp2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uqHlYJyKp2 .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uqHlYJyKp2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqHlYJyKp2 .navbar.collapsed {
  justify-content: center;
}
.cid-uqHlYJyKp2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqHlYJyKp2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqHlYJyKp2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqHlYJyKp2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqHlYJyKp2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqHlYJyKp2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uqHlYJyKp2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqHlYJyKp2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uqHlYJyKp2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uqHlYJyKp2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqHlYJyKp2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqHlYJyKp2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uqHlYJyKp2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqHlYJyKp2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uqHlYJyKp2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqHlYJyKp2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uqHlYJyKp2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqHlYJyKp2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uqHlYJyKp2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uqHlYJyKp2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqHlYJyKp2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uqHlYJyKp2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqHlYJyKp2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqHlYJyKp2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqHlYJyKp2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqHlYJyKp2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uqHlYJyKp2 .menu_box .navbar.opened,
  .cid-uqHlYJyKp2 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uqHlYJyKp2 .navbar-dropdown {
  position: relative !important;
}
.cid-uqHlYJyKp2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uqHlYJyKp2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uqHlYJyKp2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uqHlYJyKp2 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uqHlYJyKp2 .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uqHlYJyKp2 .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uqHlYJyKp2 .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uqHlYJyKp2 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uqHlYJyKp2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uqHlYJyKp2 .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uqHlYJyKp2 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uqHlYJyKp2 .nav-item .nav-link:hover,
.cid-uqHlYJyKp2 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uqHlYJyKp2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uqHlYJyKp2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uqHlYJyKp2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uqHlYJyKp2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqHlYJyKp2 .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-uqHlYJyKp2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uqHlYJyKp2 .offcanvas_box {
    display: none;
  }
}
.cid-uqHlYJyKp2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uqHlYJyKp2 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uqHlYJyKp2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uqHlYJyKp2 .container {
  display: flex;
  margin: auto;
}
.cid-uqHlYJyKp2 .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uqHlYJyKp2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uqHlYJyKp2 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uqHlYJyKp2 .navbar-nav {
    margin: 0;
  }
}
.cid-uqHlYJyKp2 .dropdown-menu,
.cid-uqHlYJyKp2 .navbar.opened {
  background-color: false !important;
}
.cid-uqHlYJyKp2 .nav-item:focus,
.cid-uqHlYJyKp2 .nav-link:focus {
  outline: none;
}
.cid-uqHlYJyKp2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqHlYJyKp2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqHlYJyKp2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqHlYJyKp2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqHlYJyKp2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqHlYJyKp2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqHlYJyKp2 .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-uqHlYJyKp2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uqHlYJyKp2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqHlYJyKp2 .dropdown-item.active,
.cid-uqHlYJyKp2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqHlYJyKp2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uqHlYJyKp2 .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uqHlYJyKp2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqHlYJyKp2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqHlYJyKp2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqHlYJyKp2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uqHlYJyKp2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqHlYJyKp2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #bc7e20;
}
.cid-uqHlYJyKp2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uqHlYJyKp2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqHlYJyKp2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqHlYJyKp2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqHlYJyKp2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqHlYJyKp2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqHlYJyKp2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqHlYJyKp2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqHlYJyKp2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqHlYJyKp2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uqHlYJyKp2 .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-uqHlYJyKp2 .navbar {
    height: 70px;
  }
  .cid-uqHlYJyKp2 .navbar.opened {
    height: auto;
  }
  .cid-uqHlYJyKp2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqHlYJyKp2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uqHlYJyKp2 .navbar-caption:hover {
  color: #fd290a;
}
@media (min-width: 992px) {
  .cid-uqHlYJyKp2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uqHlYJyKp2 .text_widget {
  margin-bottom: 32px;
}
.cid-uqHlYJyKp2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uqHlYJyKp2 .text_widget a:hover,
.cid-uqHlYJyKp2 .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uqHlYJyKp2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uqHlYJyKp2 .navbar-caption {
  color: #150764;
}
.cid-uqHlYJyKp2 .mbr-section-subtitle,
.cid-uqHlYJyKp2 .text_widget,
.cid-uqHlYJyKp2 .mbr-section-btn {
  text-align: center;
}
.cid-uqHlYJyKp2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqI7PaQg6F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqI7PaQg6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqI7PaQg6F img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #fd290a;
}
@media (max-width: 767px) {
  .cid-uqI7PaQg6F img {
    margin-top: 2rem;
  }
}
.cid-uqI7PaQg6F .row {
  background: #111019;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqI7PaQg6F .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-uqI7PaQg6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqI7PaQg6F .mbr-text,
.cid-uqI7PaQg6F .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uqI7PaQg6F .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uqI7PaQg6F .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uqHlYMidt1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqHlYMidt1::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uqHlYMidt1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHlYMidt1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqHlYMidt1 .container {
    padding: 0 16px;
  }
}
.cid-uqHlYMidt1 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqHlYMidt1 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqHlYMidt1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqHlYMidt1 .mbr-section-title {
  color: #f1634f;
}
.cid-uqHlYMidt1 .mbr-text {
  color: #000000;
}
.cid-uqHlYNvywx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uqHlYNvywx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqHlYNvywx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqHlYNvywx .map-wrapper {
  height: 100%;
}
.cid-uqHlYNvywx .card-wrapper {
  border: 1px solid #fd290a;
  padding: 3rem 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uqHlYNvywx .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHlYNvywx .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-uqHlYNvywx .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqHlYNvywx .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uqHlYNvywx .google-map {
  height: 100%;
  position: relative;
}
.cid-uqHlYNvywx .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uqHlYNvywx .google-map iframe {
    min-height: 350px;
  }
}
.cid-uqHlYNvywx .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uqHlYNvywx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uqHlYNvywx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uqHlYNvywx ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uqHlYNvywx .content-head {
  max-width: 800px;
}
.cid-uqHlYNvywx .mbr-section-title {
  color: #000000;
}
.cid-uqHlYNvywx .cardTitle {
  color: #221b35;
}
.cid-uqHlYNvywx .list,
.cid-uqHlYNvywx .item-wrap {
  color: #221b35;
}
.cid-uqI2SDxnYh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqI2SDxnYh .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uqI2SDxnYh .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uqI2SDxnYh .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uqI2SDxnYh .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uqI2SDxnYh .row > div {
    margin: auto;
  }
}
.cid-uqI2SDxnYh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqI2SDxnYh .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uqI2SDxnYh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqI2SDxnYh .list {
    margin-bottom: 0rem;
  }
}
.cid-uqI2SDxnYh .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uqI2SDxnYh .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uqI2SDxnYh .row {
    display: grid;
  }
  .cid-uqI2SDxnYh .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uqI2SDxnYh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqI2SDxnYh .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uqI2SDxnYh div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqI7pIldqK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqI7pIldqK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqI7pIldqK img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #fd290a;
}
@media (max-width: 767px) {
  .cid-uqI7pIldqK img {
    margin-top: 2rem;
  }
}
.cid-uqI7pIldqK .row {
  background: #111019;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqI7pIldqK .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-uqI7pIldqK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqI7pIldqK .mbr-text,
.cid-uqI7pIldqK .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uqI7pIldqK .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uqI7pIldqK .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uqI7pJW2w5 {
  background-color: transparent;
}
.cid-uqI7pJW2w5 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uqI7pJW2w5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uqI7pJW2w5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqI7pJW2w5 .navbar {
  border-bottom: 2px solid #000000 !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uqI7pJW2w5 .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uqI7pJW2w5 .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uqI7pJW2w5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uqI7pJW2w5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uqI7pJW2w5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uqI7pJW2w5 .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uqI7pJW2w5 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqI7pJW2w5 .navbar.collapsed {
  justify-content: center;
}
.cid-uqI7pJW2w5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqI7pJW2w5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqI7pJW2w5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqI7pJW2w5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqI7pJW2w5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqI7pJW2w5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uqI7pJW2w5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqI7pJW2w5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uqI7pJW2w5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uqI7pJW2w5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqI7pJW2w5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqI7pJW2w5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uqI7pJW2w5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqI7pJW2w5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uqI7pJW2w5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqI7pJW2w5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uqI7pJW2w5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqI7pJW2w5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uqI7pJW2w5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uqI7pJW2w5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqI7pJW2w5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uqI7pJW2w5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqI7pJW2w5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqI7pJW2w5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqI7pJW2w5 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqI7pJW2w5 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uqI7pJW2w5 .menu_box .navbar.opened,
  .cid-uqI7pJW2w5 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uqI7pJW2w5 .navbar-dropdown {
  position: relative !important;
}
.cid-uqI7pJW2w5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uqI7pJW2w5 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uqI7pJW2w5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uqI7pJW2w5 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uqI7pJW2w5 .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uqI7pJW2w5 .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uqI7pJW2w5 .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uqI7pJW2w5 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uqI7pJW2w5 .nav-item {
    margin: 0 !important;
  }
}
.cid-uqI7pJW2w5 .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uqI7pJW2w5 .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uqI7pJW2w5 .nav-item .nav-link:hover,
.cid-uqI7pJW2w5 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uqI7pJW2w5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uqI7pJW2w5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uqI7pJW2w5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uqI7pJW2w5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqI7pJW2w5 .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-uqI7pJW2w5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uqI7pJW2w5 .offcanvas_box {
    display: none;
  }
}
.cid-uqI7pJW2w5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uqI7pJW2w5 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uqI7pJW2w5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uqI7pJW2w5 .container {
  display: flex;
  margin: auto;
}
.cid-uqI7pJW2w5 .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uqI7pJW2w5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uqI7pJW2w5 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uqI7pJW2w5 .navbar-nav {
    margin: 0;
  }
}
.cid-uqI7pJW2w5 .dropdown-menu,
.cid-uqI7pJW2w5 .navbar.opened {
  background-color: false !important;
}
.cid-uqI7pJW2w5 .nav-item:focus,
.cid-uqI7pJW2w5 .nav-link:focus {
  outline: none;
}
.cid-uqI7pJW2w5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqI7pJW2w5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqI7pJW2w5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqI7pJW2w5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqI7pJW2w5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqI7pJW2w5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqI7pJW2w5 .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-uqI7pJW2w5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uqI7pJW2w5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqI7pJW2w5 .dropdown-item.active,
.cid-uqI7pJW2w5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uqI7pJW2w5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uqI7pJW2w5 .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uqI7pJW2w5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqI7pJW2w5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqI7pJW2w5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqI7pJW2w5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uqI7pJW2w5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqI7pJW2w5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #bc7e20;
}
.cid-uqI7pJW2w5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uqI7pJW2w5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqI7pJW2w5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqI7pJW2w5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqI7pJW2w5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqI7pJW2w5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqI7pJW2w5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqI7pJW2w5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqI7pJW2w5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqI7pJW2w5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uqI7pJW2w5 .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-uqI7pJW2w5 .navbar {
    height: 70px;
  }
  .cid-uqI7pJW2w5 .navbar.opened {
    height: auto;
  }
  .cid-uqI7pJW2w5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqI7pJW2w5 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uqI7pJW2w5 .navbar-caption:hover {
  color: #fd290a;
}
@media (min-width: 992px) {
  .cid-uqI7pJW2w5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uqI7pJW2w5 .text_widget {
  margin-bottom: 32px;
}
.cid-uqI7pJW2w5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uqI7pJW2w5 .text_widget a:hover,
.cid-uqI7pJW2w5 .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uqI7pJW2w5 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uqI7pJW2w5 .navbar-caption {
  color: #150764;
}
.cid-uqI7pJW2w5 .mbr-section-subtitle,
.cid-uqI7pJW2w5 .text_widget,
.cid-uqI7pJW2w5 .mbr-section-btn {
  text-align: center;
}
.cid-uqI7pJW2w5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqI7pKL1ZG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqI7pKL1ZG .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uqI7pKL1ZG .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uqI7pKL1ZG .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ffedec;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uqI7pKL1ZG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uqI7pKL1ZG .mbr-text {
  color: #ffffff;
}
.cid-uqI7pLGZpG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqI7pLGZpG::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uqI7pLGZpG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqI7pLGZpG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqI7pLGZpG .container {
    padding: 0 16px;
  }
}
.cid-uqI7pLGZpG .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqI7pLGZpG .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqI7pLGZpG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqI7pLGZpG .mbr-section-title {
  color: #000000;
}
.cid-uqI7pLGZpG .mbr-text {
  color: #000000;
}
.cid-uqI7pMQJJ4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8e1a1a;
}
.cid-uqI7pMQJJ4 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uqI7pMQJJ4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uqI7pMQJJ4 .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-uqI7pMQJJ4 .row {
  justify-content: center;
}
.cid-uqI7pMQJJ4 .card-box {
  display: flex;
  align-items: center;
}
.cid-uqI7pMQJJ4 .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uqI7pMQJJ4 .card-box {
    flex-direction: column;
  }
  .cid-uqI7pMQJJ4 .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uqI7pMQJJ4 .card-link:hover a {
  background-image: none !important;
}
.cid-uqI7pMQJJ4 .mbr-section-subtitle {
  color: #777777;
}
.cid-uqI7pMQJJ4 .card-text {
  color: #777777;
}
.cid-uqI7pOrLsh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqI7pOrLsh::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uqI7pOrLsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqI7pOrLsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqI7pOrLsh .container {
    padding: 0 16px;
  }
}
.cid-uqI7pOrLsh .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqI7pOrLsh .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqI7pOrLsh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqI7pOrLsh .mbr-section-title {
  color: #000000;
}
.cid-uqI7pOrLsh .mbr-text {
  color: #000000;
}
.cid-uqI7pPt6ZP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqI7pPt6ZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqI7pPt6ZP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqI7pPt6ZP .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqI7pPt6ZP .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uqI7pPt6ZP .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqI7pPt6ZP .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqI7pPt6ZP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqI7pPt6ZP .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqI7pPt6ZP .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqI7pPt6ZP .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uqI7pPt6ZP .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uqI7pPt6ZP .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uqI7pPt6ZP .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uqI7pPt6ZP .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uqI7pPt6ZP .mbr-section-title {
  color: #050f0f;
}
.cid-uqI7pPt6ZP .mbr-text {
  color: #050f0f;
}
.cid-uqI7pPt6ZP .mbr-section-title,
.cid-uqI7pPt6ZP .mbr-section-btn {
  color: #ffffff;
}
.cid-uqI7pPt6ZP .mbr-text,
.cid-uqI7pPt6ZP .text-wrapper,
.cid-uqI7pPt6ZP .rating-wrapper {
  color: #ffffff;
}
.cid-uqI7pQCQZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqI7pQCQZi::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uqI7pQCQZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqI7pQCQZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqI7pQCQZi .container {
    padding: 0 16px;
  }
}
.cid-uqI7pQCQZi .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqI7pQCQZi .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqI7pQCQZi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqI7pQCQZi .mbr-section-title {
  color: #000000;
}
.cid-uqI7pQCQZi .mbr-text {
  color: #000000;
}
.cid-uqI7pRUZXz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqI7pRUZXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqI7pRUZXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqI7pRUZXz img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uqI7pRUZXz img {
    margin-bottom: 2rem;
  }
}
.cid-uqI7pRUZXz .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqI7pRUZXz .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-uqI7pRUZXz .card-wrapper {
    max-width: 450px;
  }
}
.cid-uqI7pRUZXz .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uqI7pRUZXz .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-uqI7pRUZXz .card-text {
  color: #ffffff;
}
.cid-uqI7pRUZXz .card-title {
  color: #ffffff;
}
.cid-uqI7pTkZsG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqI7pTkZsG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqI7pTkZsG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqI7pTkZsG .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uqI7pTkZsG .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uqI7pTkZsG .container {
    padding: 0 26px;
  }
}
.cid-uqI7pTkZsG .row {
  justify-content: center;
}
.cid-uqI7pTkZsG .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8e1a1a;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uqI7pTkZsG .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqI7pTkZsG .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uqI7pTkZsG .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uqI7pTkZsG .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uqI7pTkZsG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uqI7pTkZsG .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uqI7pTkZsG .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqI7pTkZsG .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqI7pTkZsG .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uqI7pTkZsG .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uqI7pTkZsG .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uqI7pTkZsG .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uqI7pTkZsG .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqI7pTkZsG .mbr-section-title {
  color: #ffffff;
}
.cid-uqI7pTkZsG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqI7pTkZsG .mbr-desc {
  color: #ffffff;
}
.cid-uqI7pTkZsG .mbr-text {
  color: #ffffff;
}
.cid-uqI7pTkZsG .mbr-link {
  color: #ffffff;
}
.cid-uqI7pUzH5p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqI7pUzH5p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqI7pUzH5p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqI7pUzH5p .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uqI7pUzH5p .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uqI7pUzH5p .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uqI7pUzH5p .container {
    padding: 0 16px;
  }
}
.cid-uqI7pUzH5p .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uqI7pUzH5p .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uqI7pUzH5p .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uqI7pUzH5p .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uqI7pUzH5p .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uqI7pUzH5p .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqI7pUzH5p .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uqI7pUzH5p .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uqI7pUzH5p .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uqI7pUzH5p .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqI7pUzH5p .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uqI7pUzH5p .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uqI7pUzH5p .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uqI7pUzH5p .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uqI7pUzH5p .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uqI7pUzH5p .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uqI7pUzH5p .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uqI7pUzH5p .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uqI7pUzH5p .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uqI7pUzH5p .mbr-section-title {
  color: #ffffff;
}
.cid-uqI7pUzH5p .panel-number {
  color: #ffffff;
}
.cid-uqI7pUzH5p .panel-title-edit {
  color: #ffffff;
}
.cid-uqI7pUzH5p .panel-text {
  color: #1c1c1c;
}
.cid-uqI7pWkbiG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqI7pWkbiG::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uqI7pWkbiG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqI7pWkbiG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqI7pWkbiG .container {
    padding: 0 16px;
  }
}
.cid-uqI7pWkbiG .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqI7pWkbiG .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqI7pWkbiG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqI7pWkbiG .mbr-section-title {
  color: #000000;
}
.cid-uqI7pWkbiG .mbr-text {
  color: #000000;
}
.cid-uqI7pXuA8Z {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uqI7pXuA8Z .item-wrapper {
  overflow: hidden;
  height: 100%;
  background: #8e1a1a;
  color: #444444;
  padding: 46.8px 48.6px 30.8px 46.8px  ;
}
.cid-uqI7pXuA8Z .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-uqI7pXuA8Z p {
  line-height: 1.6;
}
.cid-uqI7pXuA8Z .rev,
.cid-uqI7pXuA8Z .mbr-iconfont {
  display: inline-block;
}
.cid-uqI7pXuA8Z mbr-iconfont {
  width: 20px !important;
}
.cid-uqI7pXuA8Z .item-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.85rem;
  text-align: center;
  transition: .3s;
}
.cid-uqI7pXuA8Z .item-title:hover {
  color: #d1d1f7;
}
.cid-uqI7pXuA8Z .item-box {
  padding-top: 2rem;
}
.cid-uqI7pXuA8Z .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-uqI7pXuA8Z .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-uqI7pXuA8Z .mbr-section-title,
.cid-uqI7pXuA8Z .line-wrap {
  text-align: center;
  color: #b8d94f;
  padding-bottom: 0.7rem !important;
}
.cid-uqI7pXuA8Z .rev {
  color: #8d8d8d;
  margin-right: 20px;
}
.cid-uqI7pXuA8Z .item-text,
.cid-uqI7pXuA8Z .mbr-section-btn,
.cid-uqI7pXuA8Z .ico-line {
  color: #8d8d8d;
}
.cid-uqI7pXuA8Z .item-text {
  margin-bottom: 1.65rem !important;
}
.cid-uqI7pXuA8Z .item {
  background-color: transparent;
}
.cid-uqI7pXuA8Z .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-uqI7pXuA8Z .item-img {
  position: relative;
}
.cid-uqI7pXuA8Z .item-img:hover .second-img {
  opacity: 0.5;
}
.cid-uqI7pXuA8Z .mbr-section-subtitle {
  color: #b8d94f;
  margin: 0;
  padding: 0 !important;
}
.cid-uqI7pXuA8Z .mbr-section-subtitle,
.cid-uqI7pXuA8Z .line-wrap {
  text-align: center;
  color: #47a15d;
}
.cid-uqI7pXuA8Z .time {
  color: #b8d94f;
  margin: 0 !important;
}
.cid-uqI7pXuA8Z .time P {
  text-align: left;
}
.cid-uqI7pXuA8Z .time .mbr-fonts-style P {
  text-align: center;
}
.cid-uqI7pXuA8Z .time .mbr-fonts-style {
  color: #6592e6;
}
.cid-uqI7pXuA8Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqI7pXuA8Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqI7pZ4Nqg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqI7pZ4Nqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqI7pZ4Nqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqI7pZ4Nqg .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uqI7pZ4Nqg .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uqI7pZ4Nqg .container {
    padding: 0 26px;
  }
}
.cid-uqI7pZ4Nqg .row {
  justify-content: center;
}
.cid-uqI7pZ4Nqg .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8e1a1a;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uqI7pZ4Nqg .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqI7pZ4Nqg .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uqI7pZ4Nqg .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uqI7pZ4Nqg .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uqI7pZ4Nqg .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uqI7pZ4Nqg .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uqI7pZ4Nqg .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqI7pZ4Nqg .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqI7pZ4Nqg .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uqI7pZ4Nqg .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uqI7pZ4Nqg .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uqI7pZ4Nqg .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uqI7pZ4Nqg .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqI7pZ4Nqg .mbr-section-title {
  color: #ffffff;
}
.cid-uqI7pZ4Nqg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqI7pZ4Nqg .mbr-desc {
  color: #ffffff;
}
.cid-uqI7pZ4Nqg .mbr-text {
  color: #ffffff;
}
.cid-uqI7pZ4Nqg .mbr-link {
  color: #ffffff;
}
.cid-uqICwWn38S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqICwWn38S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqICwWn38S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqICwWn38S .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uqICwWn38S .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uqICwWn38S .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uqICwWn38S .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uqICwWn38S .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqICwWn38S .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uqICwWn38S .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #8e1a1a;
}
@media (max-width: 992px) {
  .cid-uqICwWn38S .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uqICwWn38S .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uqICwWn38S .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uqICwWn38S .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uqICwWn38S .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqICwWn38S .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-uqICwWn38S .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uqICwWn38S .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uqICwWn38S .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uqICwWn38S .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uqICwWn38S .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqICwWn38S .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uqICwWn38S .mbr-section-title {
  color: #404349;
}
.cid-uqICwWn38S .panel-title-edit {
  color: #ffffff;
}
.cid-uqICwWn38S .panel-text {
  color: #404349;
}
.cid-uqICwWn38S .mbr-section-title,
.cid-uqICwWn38S .title-wrapper,
.cid-uqICwWn38S .tabs-wrapper {
  color: #000000;
}
.cid-uqICwWn38S .panel-text,
.cid-uqICwWn38S .panel-body {
  color: #ffffff;
}
.cid-uqI7q0pKko {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqI7q0pKko .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uqI7q0pKko .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uqI7q0pKko .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uqI7q0pKko .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uqI7q0pKko .row > div {
    margin: auto;
  }
}
.cid-uqI7q0pKko .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqI7q0pKko .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uqI7q0pKko .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqI7q0pKko .list {
    margin-bottom: 0rem;
  }
}
.cid-uqI7q0pKko .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uqI7q0pKko .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uqI7q0pKko .row {
    display: grid;
  }
  .cid-uqI7q0pKko .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uqI7q0pKko .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqI7q0pKko .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uqI7q0pKko div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqICL0YhaR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqICL0YhaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqICL0YhaR img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #fd290a;
}
@media (max-width: 767px) {
  .cid-uqICL0YhaR img {
    margin-top: 2rem;
  }
}
.cid-uqICL0YhaR .row {
  background: #111019;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqICL0YhaR .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-uqICL0YhaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqICL0YhaR .mbr-text,
.cid-uqICL0YhaR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uqICL0YhaR .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uqICL0YhaR .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uqICL50mCz {
  background-color: transparent;
}
.cid-uqICL50mCz .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uqICL50mCz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uqICL50mCz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqICL50mCz .navbar {
  border-bottom: 2px solid #000000 !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uqICL50mCz .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uqICL50mCz .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uqICL50mCz .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uqICL50mCz .navbar.opened {
  transition: all 0.3s;
}
.cid-uqICL50mCz .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uqICL50mCz .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uqICL50mCz .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqICL50mCz .navbar.collapsed {
  justify-content: center;
}
.cid-uqICL50mCz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqICL50mCz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqICL50mCz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqICL50mCz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqICL50mCz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqICL50mCz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uqICL50mCz .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqICL50mCz .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uqICL50mCz .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uqICL50mCz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqICL50mCz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqICL50mCz .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uqICL50mCz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqICL50mCz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uqICL50mCz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqICL50mCz .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uqICL50mCz .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqICL50mCz .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uqICL50mCz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uqICL50mCz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqICL50mCz .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uqICL50mCz .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqICL50mCz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqICL50mCz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqICL50mCz .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqICL50mCz .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uqICL50mCz .menu_box .navbar.opened,
  .cid-uqICL50mCz .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uqICL50mCz .navbar-dropdown {
  position: relative !important;
}
.cid-uqICL50mCz .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uqICL50mCz .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uqICL50mCz .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uqICL50mCz .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uqICL50mCz .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uqICL50mCz .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uqICL50mCz .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uqICL50mCz .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uqICL50mCz .nav-item {
    margin: 0 !important;
  }
}
.cid-uqICL50mCz .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uqICL50mCz .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uqICL50mCz .nav-item .nav-link:hover,
.cid-uqICL50mCz .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uqICL50mCz .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uqICL50mCz .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uqICL50mCz .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uqICL50mCz .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqICL50mCz .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-uqICL50mCz .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uqICL50mCz .offcanvas_box {
    display: none;
  }
}
.cid-uqICL50mCz .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uqICL50mCz .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uqICL50mCz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uqICL50mCz .container {
  display: flex;
  margin: auto;
}
.cid-uqICL50mCz .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uqICL50mCz .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uqICL50mCz .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uqICL50mCz .navbar-nav {
    margin: 0;
  }
}
.cid-uqICL50mCz .dropdown-menu,
.cid-uqICL50mCz .navbar.opened {
  background-color: false !important;
}
.cid-uqICL50mCz .nav-item:focus,
.cid-uqICL50mCz .nav-link:focus {
  outline: none;
}
.cid-uqICL50mCz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqICL50mCz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqICL50mCz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqICL50mCz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqICL50mCz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqICL50mCz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqICL50mCz .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-uqICL50mCz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uqICL50mCz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqICL50mCz .dropdown-item.active,
.cid-uqICL50mCz .dropdown-item:active {
  background-color: transparent;
}
.cid-uqICL50mCz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uqICL50mCz .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uqICL50mCz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqICL50mCz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqICL50mCz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqICL50mCz ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uqICL50mCz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqICL50mCz button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #bc7e20;
}
.cid-uqICL50mCz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uqICL50mCz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqICL50mCz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqICL50mCz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqICL50mCz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqICL50mCz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqICL50mCz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqICL50mCz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqICL50mCz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqICL50mCz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uqICL50mCz .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-uqICL50mCz .navbar {
    height: 70px;
  }
  .cid-uqICL50mCz .navbar.opened {
    height: auto;
  }
  .cid-uqICL50mCz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqICL50mCz .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uqICL50mCz .navbar-caption:hover {
  color: #fd290a;
}
@media (min-width: 992px) {
  .cid-uqICL50mCz .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uqICL50mCz .text_widget {
  margin-bottom: 32px;
}
.cid-uqICL50mCz .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uqICL50mCz .text_widget a:hover,
.cid-uqICL50mCz .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uqICL50mCz .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uqICL50mCz .navbar-caption {
  color: #150764;
}
.cid-uqICL50mCz .mbr-section-subtitle,
.cid-uqICL50mCz .text_widget,
.cid-uqICL50mCz .mbr-section-btn {
  text-align: center;
}
.cid-uqICL50mCz a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqICL87GCm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqICL87GCm .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uqICL87GCm .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uqICL87GCm .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ffedec;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uqICL87GCm .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uqICL87GCm .mbr-text {
  color: #ffffff;
}
.cid-uqICL9LOqQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqICL9LOqQ::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uqICL9LOqQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqICL9LOqQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqICL9LOqQ .container {
    padding: 0 16px;
  }
}
.cid-uqICL9LOqQ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqICL9LOqQ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqICL9LOqQ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqICL9LOqQ .mbr-section-title {
  color: #000000;
}
.cid-uqICL9LOqQ .mbr-text {
  color: #000000;
}
.cid-uqICLbp360 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8e1a1a;
}
.cid-uqICLbp360 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uqICLbp360 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uqICLbp360 .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-uqICLbp360 .row {
  justify-content: center;
}
.cid-uqICLbp360 .card-box {
  display: flex;
  align-items: center;
}
.cid-uqICLbp360 .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uqICLbp360 .card-box {
    flex-direction: column;
  }
  .cid-uqICLbp360 .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uqICLbp360 .card-link:hover a {
  background-image: none !important;
}
.cid-uqICLbp360 .mbr-section-subtitle {
  color: #777777;
}
.cid-uqICLbp360 .card-text {
  color: #777777;
}
.cid-uqICLdnAlg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqICLdnAlg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uqICLdnAlg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqICLdnAlg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqICLdnAlg .container {
    padding: 0 16px;
  }
}
.cid-uqICLdnAlg .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqICLdnAlg .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqICLdnAlg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqICLdnAlg .mbr-section-title {
  color: #000000;
}
.cid-uqICLdnAlg .mbr-text {
  color: #000000;
}
.cid-uqICLivJjQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqICLivJjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqICLivJjQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqICLivJjQ .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqICLivJjQ .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uqICLivJjQ .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqICLivJjQ .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqICLivJjQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqICLivJjQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqICLivJjQ .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqICLivJjQ .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uqICLivJjQ .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uqICLivJjQ .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uqICLivJjQ .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uqICLivJjQ .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uqICLivJjQ .mbr-section-title {
  color: #050f0f;
}
.cid-uqICLivJjQ .mbr-text {
  color: #050f0f;
}
.cid-uqICLivJjQ .mbr-section-title,
.cid-uqICLivJjQ .mbr-section-btn {
  color: #ffffff;
}
.cid-uqICLivJjQ .mbr-text,
.cid-uqICLivJjQ .text-wrapper,
.cid-uqICLivJjQ .rating-wrapper {
  color: #ffffff;
}
.cid-uqICLkw4bL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqICLkw4bL::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uqICLkw4bL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqICLkw4bL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqICLkw4bL .container {
    padding: 0 16px;
  }
}
.cid-uqICLkw4bL .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqICLkw4bL .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqICLkw4bL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqICLkw4bL .mbr-section-title {
  color: #000000;
}
.cid-uqICLkw4bL .mbr-text {
  color: #000000;
}
.cid-uqICLmmZP9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqICLmmZP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqICLmmZP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqICLmmZP9 img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uqICLmmZP9 img {
    margin-bottom: 2rem;
  }
}
.cid-uqICLmmZP9 .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqICLmmZP9 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-uqICLmmZP9 .card-wrapper {
    max-width: 450px;
  }
}
.cid-uqICLmmZP9 .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uqICLmmZP9 .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-uqICLmmZP9 .card-text {
  color: #ffffff;
}
.cid-uqICLmmZP9 .card-title {
  color: #ffffff;
}
.cid-uqICLogEkL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqICLogEkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqICLogEkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqICLogEkL .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uqICLogEkL .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uqICLogEkL .container {
    padding: 0 26px;
  }
}
.cid-uqICLogEkL .row {
  justify-content: center;
}
.cid-uqICLogEkL .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8e1a1a;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uqICLogEkL .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqICLogEkL .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uqICLogEkL .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uqICLogEkL .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uqICLogEkL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uqICLogEkL .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uqICLogEkL .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqICLogEkL .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqICLogEkL .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uqICLogEkL .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uqICLogEkL .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uqICLogEkL .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uqICLogEkL .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqICLogEkL .mbr-section-title {
  color: #ffffff;
}
.cid-uqICLogEkL .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqICLogEkL .mbr-desc {
  color: #ffffff;
}
.cid-uqICLogEkL .mbr-text {
  color: #ffffff;
}
.cid-uqICLogEkL .mbr-link {
  color: #ffffff;
}
.cid-uqICLqvxvq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqICLqvxvq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqICLqvxvq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqICLqvxvq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uqICLqvxvq .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uqICLqvxvq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uqICLqvxvq .container {
    padding: 0 16px;
  }
}
.cid-uqICLqvxvq .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uqICLqvxvq .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uqICLqvxvq .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uqICLqvxvq .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uqICLqvxvq .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uqICLqvxvq .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqICLqvxvq .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uqICLqvxvq .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uqICLqvxvq .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uqICLqvxvq .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqICLqvxvq .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uqICLqvxvq .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uqICLqvxvq .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uqICLqvxvq .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uqICLqvxvq .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uqICLqvxvq .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uqICLqvxvq .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uqICLqvxvq .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uqICLqvxvq .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uqICLqvxvq .mbr-section-title {
  color: #ffffff;
}
.cid-uqICLqvxvq .panel-number {
  color: #ffffff;
}
.cid-uqICLqvxvq .panel-title-edit {
  color: #ffffff;
}
.cid-uqICLqvxvq .panel-text {
  color: #1c1c1c;
}
.cid-uqICLunCqr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqICLunCqr::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uqICLunCqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqICLunCqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqICLunCqr .container {
    padding: 0 16px;
  }
}
.cid-uqICLunCqr .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqICLunCqr .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqICLunCqr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqICLunCqr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uqICLunCqr .mbr-text {
  color: #000000;
}
.cid-uqICLxXxBJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uqICLxXxBJ .item-wrapper {
  overflow: hidden;
  height: 100%;
  background: #8e1a1a;
  color: #444444;
  padding: 46.8px 48.6px 30.8px 46.8px  ;
}
.cid-uqICLxXxBJ .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-uqICLxXxBJ p {
  line-height: 1.6;
}
.cid-uqICLxXxBJ .rev,
.cid-uqICLxXxBJ .mbr-iconfont {
  display: inline-block;
}
.cid-uqICLxXxBJ mbr-iconfont {
  width: 20px !important;
}
.cid-uqICLxXxBJ .item-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.85rem;
  text-align: center;
  transition: .3s;
}
.cid-uqICLxXxBJ .item-title:hover {
  color: #d1d1f7;
}
.cid-uqICLxXxBJ .item-box {
  padding-top: 2rem;
}
.cid-uqICLxXxBJ .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-uqICLxXxBJ .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-uqICLxXxBJ .mbr-section-title,
.cid-uqICLxXxBJ .line-wrap {
  text-align: center;
  color: #b8d94f;
  padding-bottom: 0.7rem !important;
}
.cid-uqICLxXxBJ .rev {
  color: #8d8d8d;
  margin-right: 20px;
}
.cid-uqICLxXxBJ .item-text,
.cid-uqICLxXxBJ .mbr-section-btn,
.cid-uqICLxXxBJ .ico-line {
  color: #8d8d8d;
}
.cid-uqICLxXxBJ .item-text {
  margin-bottom: 1.65rem !important;
}
.cid-uqICLxXxBJ .item {
  background-color: transparent;
}
.cid-uqICLxXxBJ .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-uqICLxXxBJ .item-img {
  position: relative;
}
.cid-uqICLxXxBJ .item-img:hover .second-img {
  opacity: 0.5;
}
.cid-uqICLxXxBJ .mbr-section-subtitle {
  color: #b8d94f;
  margin: 0;
  padding: 0 !important;
}
.cid-uqICLxXxBJ .mbr-section-subtitle,
.cid-uqICLxXxBJ .line-wrap {
  text-align: center;
  color: #47a15d;
}
.cid-uqICLxXxBJ .time {
  color: #b8d94f;
  margin: 0 !important;
}
.cid-uqICLxXxBJ .time P {
  text-align: left;
}
.cid-uqICLxXxBJ .time .mbr-fonts-style P {
  text-align: center;
}
.cid-uqICLxXxBJ .time .mbr-fonts-style {
  color: #6592e6;
}
.cid-uqICLxXxBJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqICLxXxBJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqICLAvZYZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqICLAvZYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqICLAvZYZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqICLAvZYZ .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uqICLAvZYZ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uqICLAvZYZ .container {
    padding: 0 26px;
  }
}
.cid-uqICLAvZYZ .row {
  justify-content: center;
}
.cid-uqICLAvZYZ .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8e1a1a;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uqICLAvZYZ .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqICLAvZYZ .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uqICLAvZYZ .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uqICLAvZYZ .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uqICLAvZYZ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uqICLAvZYZ .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uqICLAvZYZ .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqICLAvZYZ .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqICLAvZYZ .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uqICLAvZYZ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uqICLAvZYZ .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uqICLAvZYZ .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uqICLAvZYZ .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqICLAvZYZ .mbr-section-title {
  color: #ffffff;
}
.cid-uqICLAvZYZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqICLAvZYZ .mbr-desc {
  color: #ffffff;
}
.cid-uqICLAvZYZ .mbr-text {
  color: #ffffff;
}
.cid-uqICLAvZYZ .mbr-link {
  color: #ffffff;
}
.cid-uqICLCLllB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqICLCLllB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqICLCLllB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqICLCLllB .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uqICLCLllB .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uqICLCLllB .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uqICLCLllB .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uqICLCLllB .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqICLCLllB .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uqICLCLllB .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #8e1a1a;
}
@media (max-width: 992px) {
  .cid-uqICLCLllB .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uqICLCLllB .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uqICLCLllB .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uqICLCLllB .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uqICLCLllB .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqICLCLllB .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-uqICLCLllB .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uqICLCLllB .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uqICLCLllB .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uqICLCLllB .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uqICLCLllB .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqICLCLllB .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uqICLCLllB .mbr-section-title {
  color: #404349;
}
.cid-uqICLCLllB .panel-title-edit {
  color: #ffffff;
}
.cid-uqICLCLllB .panel-text {
  color: #404349;
}
.cid-uqICLCLllB .mbr-section-title,
.cid-uqICLCLllB .title-wrapper,
.cid-uqICLCLllB .tabs-wrapper {
  color: #000000;
}
.cid-uqICLCLllB .panel-text,
.cid-uqICLCLllB .panel-body {
  color: #ffffff;
}
.cid-uqICLF9DAY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqICLF9DAY .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uqICLF9DAY .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uqICLF9DAY .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uqICLF9DAY .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uqICLF9DAY .row > div {
    margin: auto;
  }
}
.cid-uqICLF9DAY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqICLF9DAY .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uqICLF9DAY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqICLF9DAY .list {
    margin-bottom: 0rem;
  }
}
.cid-uqICLF9DAY .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uqICLF9DAY .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uqICLF9DAY .row {
    display: grid;
  }
  .cid-uqICLF9DAY .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uqICLF9DAY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqICLF9DAY .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uqICLF9DAY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uqIECDfF9G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqIECDfF9G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIECDfF9G img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #fd290a;
}
@media (max-width: 767px) {
  .cid-uqIECDfF9G img {
    margin-top: 2rem;
  }
}
.cid-uqIECDfF9G .row {
  background: #111019;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uqIECDfF9G .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-uqIECDfF9G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqIECDfF9G .mbr-text,
.cid-uqIECDfF9G .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uqIECDfF9G .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uqIECDfF9G .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uqIECGdkxx {
  background-color: transparent;
}
.cid-uqIECGdkxx .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uqIECGdkxx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uqIECGdkxx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqIECGdkxx .navbar {
  border-bottom: 2px solid #000000 !important;
  padding-left: 120px !important;
  padding-right: 120px !important;
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 1640px) {
  .cid-uqIECGdkxx .navbar {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
@media (max-width: 992px) {
  .cid-uqIECGdkxx .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .cid-uqIECGdkxx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uqIECGdkxx .navbar.opened {
  transition: all 0.3s;
}
.cid-uqIECGdkxx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uqIECGdkxx .navbar .navbar-logo img {
  max-width: 62px;
  min-height: 62px;
  object-fit: contain;
  border-radius: .75rem !important;
}
.cid-uqIECGdkxx .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqIECGdkxx .navbar.collapsed {
  justify-content: center;
}
.cid-uqIECGdkxx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqIECGdkxx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uqIECGdkxx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqIECGdkxx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqIECGdkxx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqIECGdkxx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uqIECGdkxx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uqIECGdkxx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uqIECGdkxx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uqIECGdkxx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqIECGdkxx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqIECGdkxx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uqIECGdkxx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqIECGdkxx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uqIECGdkxx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqIECGdkxx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uqIECGdkxx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uqIECGdkxx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uqIECGdkxx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uqIECGdkxx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqIECGdkxx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uqIECGdkxx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqIECGdkxx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqIECGdkxx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqIECGdkxx .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uqIECGdkxx .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uqIECGdkxx .menu_box .navbar.opened,
  .cid-uqIECGdkxx .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uqIECGdkxx .navbar-dropdown {
  position: relative !important;
}
.cid-uqIECGdkxx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uqIECGdkxx .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uqIECGdkxx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uqIECGdkxx .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  white-space: nowrap;
}
.cid-uqIECGdkxx .btn {
  min-height: auto;
  margin-top: 0;
}
.cid-uqIECGdkxx .nav-item {
  margin: 4px 0;
}
@media (min-width: 992px) {
  .cid-uqIECGdkxx .nav-item {
    margin: 4px 40px 4px 0;
  }
}
@media (min-width: 992px) {
  .cid-uqIECGdkxx .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-uqIECGdkxx .nav-item {
    margin: 0 !important;
  }
}
.cid-uqIECGdkxx .nav-item .nav-link {
  display: flex;
  justify-content: center;
  padding: 12px;
  transition: all 0.3s ease-out;
  position: relative;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-uqIECGdkxx .nav-item .nav-link {
    justify-content: flex-start;
  }
}
.cid-uqIECGdkxx .nav-item .nav-link:hover,
.cid-uqIECGdkxx .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-uqIECGdkxx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uqIECGdkxx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uqIECGdkxx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uqIECGdkxx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uqIECGdkxx .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-uqIECGdkxx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uqIECGdkxx .offcanvas_box {
    display: none;
  }
}
.cid-uqIECGdkxx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uqIECGdkxx .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uqIECGdkxx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uqIECGdkxx .container {
  display: flex;
  margin: auto;
}
.cid-uqIECGdkxx .iconfont-wrapper {
  color: #150764;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.cid-uqIECGdkxx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uqIECGdkxx .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .7;
}
@media (min-width: 992px) {
  .cid-uqIECGdkxx .navbar-nav {
    margin: 0;
  }
}
.cid-uqIECGdkxx .dropdown-menu,
.cid-uqIECGdkxx .navbar.opened {
  background-color: false !important;
}
.cid-uqIECGdkxx .nav-item:focus,
.cid-uqIECGdkxx .nav-link:focus {
  outline: none;
}
.cid-uqIECGdkxx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqIECGdkxx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqIECGdkxx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqIECGdkxx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqIECGdkxx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqIECGdkxx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqIECGdkxx .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-uqIECGdkxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uqIECGdkxx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqIECGdkxx .dropdown-item.active,
.cid-uqIECGdkxx .dropdown-item:active {
  background-color: transparent;
}
.cid-uqIECGdkxx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 16px !important;
}
@media (max-width: 992px) {
  .cid-uqIECGdkxx .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 8px !important;
  }
}
.cid-uqIECGdkxx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqIECGdkxx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqIECGdkxx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqIECGdkxx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uqIECGdkxx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqIECGdkxx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #bc7e20;
}
.cid-uqIECGdkxx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #150764;
}
.cid-uqIECGdkxx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqIECGdkxx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqIECGdkxx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqIECGdkxx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqIECGdkxx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqIECGdkxx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqIECGdkxx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqIECGdkxx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqIECGdkxx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uqIECGdkxx .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-uqIECGdkxx .navbar {
    height: 70px;
  }
  .cid-uqIECGdkxx .navbar.opened {
    height: auto;
  }
  .cid-uqIECGdkxx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqIECGdkxx .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
.cid-uqIECGdkxx .navbar-caption:hover {
  color: #fd290a;
}
@media (min-width: 992px) {
  .cid-uqIECGdkxx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uqIECGdkxx .text_widget {
  margin-bottom: 32px;
}
.cid-uqIECGdkxx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uqIECGdkxx .text_widget a:hover,
.cid-uqIECGdkxx .text_widget a:focus {
  opacity: .6;
}
@media (min-width: 992px) {
  .cid-uqIECGdkxx .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 48px;
  }
}
.cid-uqIECGdkxx .navbar-caption {
  color: #150764;
}
.cid-uqIECGdkxx .mbr-section-subtitle,
.cid-uqIECGdkxx .text_widget,
.cid-uqIECGdkxx .mbr-section-btn {
  text-align: center;
}
.cid-uqIECGdkxx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uqIECJ5fkU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqIECJ5fkU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uqIECJ5fkU .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uqIECJ5fkU .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: currentColor;
  background-color: #ffedec;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  border-radius: 0;
  content: "✓";
}
.cid-uqIECJ5fkU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uqIECJ5fkU .mbr-text {
  color: #ffffff;
}
.cid-uqIECLebgS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqIECLebgS::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uqIECLebgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIECLebgS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqIECLebgS .container {
    padding: 0 16px;
  }
}
.cid-uqIECLebgS .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqIECLebgS .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqIECLebgS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqIECLebgS .mbr-section-title {
  color: #000000;
}
.cid-uqIECLebgS .mbr-text {
  color: #000000;
}
.cid-uqIECNoB1L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #8e1a1a;
}
.cid-uqIECNoB1L .card-wrapper {
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uqIECNoB1L .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uqIECNoB1L .mbr-iconfont {
  display: flex;
  font-size: 1.5rem;
  color: #ffffff;
  background: #252434;
  width: 50px;
  height: 50px;
  transition: all 0.3s;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.cid-uqIECNoB1L .row {
  justify-content: center;
}
.cid-uqIECNoB1L .card-box {
  display: flex;
  align-items: center;
}
.cid-uqIECNoB1L .card-box .iconfont-wrapper {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uqIECNoB1L .card-box {
    flex-direction: column;
  }
  .cid-uqIECNoB1L .card-box .iconfont-wrapper {
    margin-right: 0rem;
    margin-bottom: 1.5rem;
  }
}
.cid-uqIECNoB1L .card-link:hover a {
  background-image: none !important;
}
.cid-uqIECNoB1L .mbr-section-subtitle {
  color: #777777;
}
.cid-uqIECNoB1L .card-text {
  color: #777777;
}
.cid-uqIECQdHU4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqIECQdHU4::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uqIECQdHU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIECQdHU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqIECQdHU4 .container {
    padding: 0 16px;
  }
}
.cid-uqIECQdHU4 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqIECQdHU4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqIECQdHU4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqIECQdHU4 .mbr-section-title {
  color: #000000;
}
.cid-uqIECQdHU4 .mbr-text {
  color: #000000;
}
.cid-uqIECSCDZE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqIECSCDZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIECSCDZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqIECSCDZE .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uqIECSCDZE .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uqIECSCDZE .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqIECSCDZE .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqIECSCDZE .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uqIECSCDZE .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uqIECSCDZE .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqIECSCDZE .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uqIECSCDZE .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uqIECSCDZE .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uqIECSCDZE .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uqIECSCDZE .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uqIECSCDZE .mbr-section-title {
  color: #050f0f;
}
.cid-uqIECSCDZE .mbr-text {
  color: #050f0f;
}
.cid-uqIECSCDZE .mbr-section-title,
.cid-uqIECSCDZE .mbr-section-btn {
  color: #ffffff;
}
.cid-uqIECSCDZE .mbr-text,
.cid-uqIECSCDZE .text-wrapper,
.cid-uqIECSCDZE .rating-wrapper {
  color: #ffffff;
}
.cid-uqIECUVyq4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqIECUVyq4::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uqIECUVyq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIECUVyq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqIECUVyq4 .container {
    padding: 0 16px;
  }
}
.cid-uqIECUVyq4 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqIECUVyq4 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqIECUVyq4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqIECUVyq4 .mbr-section-title {
  color: #000000;
}
.cid-uqIECUVyq4 .mbr-text {
  color: #000000;
}
.cid-uqIECXkdhX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqIECXkdhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIECXkdhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqIECXkdhX img {
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uqIECXkdhX img {
    margin-bottom: 2rem;
  }
}
.cid-uqIECXkdhX .card-wrapper {
  display: flex;
  margin: auto;
}
@media (max-width: 991px) {
  .cid-uqIECXkdhX .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1400px) {
  .cid-uqIECXkdhX .card-wrapper {
    max-width: 450px;
  }
}
.cid-uqIECXkdhX .mbr-iconfont {
  font-size: 1.5rem;
  background: #2b1c50;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uqIECXkdhX .mbr-iconfont {
    font-size: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
  }
}
.cid-uqIECXkdhX .card-text {
  color: #ffffff;
}
.cid-uqIECXkdhX .card-title {
  color: #ffffff;
}
.cid-uqIED00386 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqIED00386 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIED00386 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqIED00386 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uqIED00386 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uqIED00386 .container {
    padding: 0 26px;
  }
}
.cid-uqIED00386 .row {
  justify-content: center;
}
.cid-uqIED00386 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8e1a1a;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uqIED00386 .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqIED00386 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uqIED00386 .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uqIED00386 .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uqIED00386 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uqIED00386 .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uqIED00386 .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqIED00386 .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqIED00386 .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uqIED00386 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uqIED00386 .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uqIED00386 .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uqIED00386 .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqIED00386 .mbr-section-title {
  color: #ffffff;
}
.cid-uqIED00386 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqIED00386 .mbr-desc {
  color: #ffffff;
}
.cid-uqIED00386 .mbr-text {
  color: #ffffff;
}
.cid-uqIED00386 .mbr-link {
  color: #ffffff;
}
.cid-uqIED2muu3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqIED2muu3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIED2muu3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqIED2muu3 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-uqIED2muu3 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-uqIED2muu3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uqIED2muu3 .container {
    padding: 0 16px;
  }
}
.cid-uqIED2muu3 .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uqIED2muu3 .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uqIED2muu3 .panel-group .card {
  border-radius: 0 !important;
  padding: 24px 0;
  border-bottom: 1px solid #ffffff;
}
.cid-uqIED2muu3 .panel-group .card:first-child {
  border-top: 1px solid #ffffff;
}
.cid-uqIED2muu3 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uqIED2muu3 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uqIED2muu3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(135deg);
}
.cid-uqIED2muu3 .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uqIED2muu3 .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uqIED2muu3 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqIED2muu3 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uqIED2muu3 .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uqIED2muu3 .panel-group .card .card-header .panel-title .icon-wrapper {
  margin-left: 16px;
}
.cid-uqIED2muu3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uqIED2muu3 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 16px;
}
.cid-uqIED2muu3 .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uqIED2muu3 .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uqIED2muu3 .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
  opacity: .7;
}
@media (max-width: 768px) {
  .cid-uqIED2muu3 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 80%;
  }
}
.cid-uqIED2muu3 .mbr-section-title {
  color: #ffffff;
}
.cid-uqIED2muu3 .panel-number {
  color: #ffffff;
}
.cid-uqIED2muu3 .panel-title-edit {
  color: #ffffff;
}
.cid-uqIED2muu3 .panel-text {
  color: #1c1c1c;
}
.cid-uqIED8cg6F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uqIED8cg6F::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-uqIED8cg6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIED8cg6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uqIED8cg6F .container {
    padding: 0 16px;
  }
}
.cid-uqIED8cg6F .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uqIED8cg6F .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uqIED8cg6F .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uqIED8cg6F .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uqIED8cg6F .mbr-text {
  color: #000000;
}
.cid-uqIEDaAU6k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uqIEDaAU6k .item-wrapper {
  overflow: hidden;
  height: 100%;
  background: #8e1a1a;
  color: #444444;
  padding: 46.8px 48.6px 30.8px 46.8px  ;
}
.cid-uqIEDaAU6k .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-uqIEDaAU6k p {
  line-height: 1.6;
}
.cid-uqIEDaAU6k .rev,
.cid-uqIEDaAU6k .mbr-iconfont {
  display: inline-block;
}
.cid-uqIEDaAU6k mbr-iconfont {
  width: 20px !important;
}
.cid-uqIEDaAU6k .item-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1.85rem;
  text-align: center;
  transition: .3s;
}
.cid-uqIEDaAU6k .item-title:hover {
  color: #d1d1f7;
}
.cid-uqIEDaAU6k .item-box {
  padding-top: 2rem;
}
.cid-uqIEDaAU6k .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-uqIEDaAU6k .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-uqIEDaAU6k .mbr-section-title,
.cid-uqIEDaAU6k .line-wrap {
  text-align: center;
  color: #b8d94f;
  padding-bottom: 0.7rem !important;
}
.cid-uqIEDaAU6k .rev {
  color: #8d8d8d;
  margin-right: 20px;
}
.cid-uqIEDaAU6k .item-text,
.cid-uqIEDaAU6k .mbr-section-btn,
.cid-uqIEDaAU6k .ico-line {
  color: #8d8d8d;
}
.cid-uqIEDaAU6k .item-text {
  margin-bottom: 1.65rem !important;
}
.cid-uqIEDaAU6k .item {
  background-color: transparent;
}
.cid-uqIEDaAU6k .second-img {
  z-index: 1;
  cursor: pointer;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0%;
  opacity: 0;
  transition: .5s all;
  pointer-events: none;
}
.cid-uqIEDaAU6k .item-img {
  position: relative;
}
.cid-uqIEDaAU6k .item-img:hover .second-img {
  opacity: 0.5;
}
.cid-uqIEDaAU6k .mbr-section-subtitle {
  color: #b8d94f;
  margin: 0;
  padding: 0 !important;
}
.cid-uqIEDaAU6k .mbr-section-subtitle,
.cid-uqIEDaAU6k .line-wrap {
  text-align: center;
  color: #47a15d;
}
.cid-uqIEDaAU6k .time {
  color: #b8d94f;
  margin: 0 !important;
}
.cid-uqIEDaAU6k .time P {
  text-align: left;
}
.cid-uqIEDaAU6k .time .mbr-fonts-style P {
  text-align: center;
}
.cid-uqIEDaAU6k .time .mbr-fonts-style {
  color: #6592e6;
}
.cid-uqIEDaAU6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIEDaAU6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqIEDdjJfw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqIEDdjJfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIEDdjJfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqIEDdjJfw .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uqIEDdjJfw .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uqIEDdjJfw .container {
    padding: 0 26px;
  }
}
.cid-uqIEDdjJfw .row {
  justify-content: center;
}
.cid-uqIEDdjJfw .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #8e1a1a;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .cid-uqIEDdjJfw .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uqIEDdjJfw .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uqIEDdjJfw .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uqIEDdjJfw .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uqIEDdjJfw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uqIEDdjJfw .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uqIEDdjJfw .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uqIEDdjJfw .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uqIEDdjJfw .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uqIEDdjJfw .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uqIEDdjJfw .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uqIEDdjJfw .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uqIEDdjJfw .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uqIEDdjJfw .mbr-section-title {
  color: #ffffff;
}
.cid-uqIEDdjJfw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqIEDdjJfw .mbr-desc {
  color: #ffffff;
}
.cid-uqIEDdjJfw .mbr-text {
  color: #ffffff;
}
.cid-uqIEDdjJfw .mbr-link {
  color: #ffffff;
}
.cid-uqIEDfQn80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8e1a1a;
}
.cid-uqIEDfQn80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqIEDfQn80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqIEDfQn80 .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uqIEDfQn80 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uqIEDfQn80 .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uqIEDfQn80 .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uqIEDfQn80 .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqIEDfQn80 .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uqIEDfQn80 .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #8e1a1a;
}
@media (max-width: 992px) {
  .cid-uqIEDfQn80 .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uqIEDfQn80 .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uqIEDfQn80 .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uqIEDfQn80 .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uqIEDfQn80 .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uqIEDfQn80 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #f8e7d2;
}
@media (max-width: 992px) {
  .cid-uqIEDfQn80 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uqIEDfQn80 .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uqIEDfQn80 .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uqIEDfQn80 .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uqIEDfQn80 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uqIEDfQn80 .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uqIEDfQn80 .mbr-section-title {
  color: #404349;
}
.cid-uqIEDfQn80 .panel-title-edit {
  color: #ffffff;
}
.cid-uqIEDfQn80 .panel-text {
  color: #404349;
}
.cid-uqIEDfQn80 .mbr-section-title,
.cid-uqIEDfQn80 .title-wrapper,
.cid-uqIEDfQn80 .tabs-wrapper {
  color: #000000;
}
.cid-uqIEDfQn80 .panel-text,
.cid-uqIEDfQn80 .panel-body {
  color: #ffffff;
}
.cid-uqIEDihlYn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uqIEDihlYn .media-wrap {
  max-width: 220px;
  padding: 0;
}
@media (max-width: 1200px) {
  .cid-uqIEDihlYn .media-wrap {
    margin-bottom: 1rem;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .cid-uqIEDihlYn .media-wrap {
    margin-bottom: 2rem;
    max-width: 80px;
  }
}
.cid-uqIEDihlYn .container {
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uqIEDihlYn .row > div {
    margin: auto;
  }
}
.cid-uqIEDihlYn .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqIEDihlYn .list {
  list-style: none;
  padding-left: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uqIEDihlYn .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqIEDihlYn .list {
    margin-bottom: 0rem;
  }
}
.cid-uqIEDihlYn .mbr-text {
  color: #0b2b5c;
}
@media (min-width: 992px) {
  .cid-uqIEDihlYn .border-left {
    border-left: 1px solid #0b2b5c;
  }
}
@media (max-width: 992px) {
  .cid-uqIEDihlYn .row {
    display: grid;
  }
  .cid-uqIEDihlYn .border-left {
    border: none;
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
  }
}
.cid-uqIEDihlYn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #0b2b5c;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 1.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uqIEDihlYn .mbr-iconfont {
  color: #0b2b5c;
}
@media (max-width: 991px) {
  .cid-uqIEDihlYn div > *:last-child {
    margin-top: 0 !important;
  }
}
