.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f9e7e9;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 5.2rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 4.2rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 3.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 4rem;
}
.display-7 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #669bbc !important;
}
.bg-success {
  background-color: #25ca7d !important;
}
.bg-info {
  background-color: #0cbfe3 !important;
}
.bg-warning {
  background-color: #efb300 !important;
}
.bg-danger {
  background-color: #cc2333 !important;
}
.btn-primary .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #669bbc !important;
  border-color: #669bbc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #7fabc7 !important;
  border-color: #7fabc7 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7fabc7 !important;
  border-color: #7fabc7 !important;
}
.btn-secondary .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #355975 !important;
  border-color: #355975 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #406c8e !important;
  border-color: #406c8e !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #406c8e !important;
  border-color: #406c8e !important;
}
.btn-info .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #0cbfe3 !important;
  border-color: #0cbfe3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #20d0f3 !important;
  border-color: #20d0f3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #20d0f3 !important;
  border-color: #20d0f3 !important;
}
.btn-success .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #25ca7d !important;
  border-color: #25ca7d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #38db8f !important;
  border-color: #38db8f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #38db8f !important;
  border-color: #38db8f !important;
}
.btn-warning .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #efb300 !important;
  border-color: #efb300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffc414 !important;
  border-color: #ffc414 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc414 !important;
  border-color: #ffc414 !important;
}
.btn-danger .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #cc2333 !important;
  border-color: #cc2333 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #dd3646 !important;
  border-color: #dd3646 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd3646 !important;
  border-color: #dd3646 !important;
}
.btn-white .mbr-iconfont::after {
  border: 1px solid #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #353535 !important;
  border-color: #353535 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 1px solid #669bbc;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #669bbc;
  color: #669bbc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3e6f8d !important;
  background-color: transparent !important;
  border-color: #3e6f8d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #669bbc !important;
  border-color: #669bbc !important;
}
.btn-secondary-outline .mbr-iconfont::after {
  border: 1px solid #355975;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #355975;
  color: #355975;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1a2c39 !important;
  background-color: transparent !important;
  border-color: #1a2c39 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #355975 !important;
  border-color: #355975 !important;
}
.btn-info-outline .mbr-iconfont::after {
  border: 1px solid #0cbfe3;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cbfe3;
  color: #0cbfe3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #087a91 !important;
  background-color: transparent !important;
  border-color: #087a91 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cbfe3 !important;
  border-color: #0cbfe3 !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 1px solid #25ca7d;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #25ca7d;
  color: #25ca7d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #188150 !important;
  background-color: transparent !important;
  border-color: #188150 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #25ca7d !important;
  border-color: #25ca7d !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 1px solid #efb300;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #efb300;
  color: #efb300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #987200 !important;
  background-color: transparent !important;
  border-color: #987200 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #efb300 !important;
  border-color: #efb300 !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 1px solid #cc2333;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #cc2333;
  color: #cc2333;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #821620 !important;
  background-color: transparent !important;
  border-color: #821620 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2333 !important;
  border-color: #cc2333 !important;
}
.btn-black-outline .mbr-iconfont::after {
  border: 1px solid #232323;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont::after {
  border: 1px solid #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #669bbc !important;
}
.text-secondary {
  color: #355975 !important;
}
.text-success {
  color: #25ca7d !important;
}
.text-info {
  color: #0cbfe3 !important;
}
.text-warning {
  color: #efb300 !important;
}
.text-danger {
  color: #cc2333 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #396783 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #15242f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #157448 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #076d82 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #896700 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #75141d !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: #669bbc;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cbfe3;
}
.alert-warning {
  background-color: #efb300;
}
.alert-danger {
  background-color: #cc2333;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #669bbc;
  border-color: #669bbc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #669bbc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #bfd5e3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c6f5df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bff2fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffeebc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f5c6ca;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #669bbc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #669bbc;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #669bbc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #669bbc;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #669bbc;
  border-bottom-color: #669bbc;
}
.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: #669bbc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #355975 !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='%23669bbc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 17px 22px;
  font-weight: 400 !important;
  border-width: 1px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    margin-left: 16px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-size: 22.5px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 16px;
  }
}
.mbr-section-btn .btn .mbr-iconfont::after,
.mbr-section-btn-main .btn .mbr-iconfont::after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 100%;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  margin-left: 48px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.content-wrapper,
.image-wrapper,
.item-content,
.address-wrapper,
.form-wrapper {
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .content-wrapper,
  .image-wrapper,
  .item-content,
  .address-wrapper,
  .form-wrapper {
    border-radius: 35px !important;
  }
}
.tags-wrapper .list .item-wrap {
  border-radius: 100px !important;
}
.content-wrapper .mbr-section-title span {
  border-radius: 100px !important;
}
.nav.nav-tabs {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  .nav.nav-tabs {
    border-radius: 35px !important;
  }
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 100px !important;
}
.form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  .form-wrapper .dragArea.row .form-group textarea {
    border-radius: 35px !important;
  }
}
.nav-item .nav-link {
  border-radius: 100px !important;
}
ul.navbar-nav {
  border-radius: 100px !important;
}
.cid-uOk9Y8h8if .navbar-dropdown {
  position: relative !important;
}
.cid-uOk9Y8h8if .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOk9Y8h8if .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOk9Y8h8if .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOk9Y8h8if .dropdown-item:hover,
.cid-uOk9Y8h8if .dropdown-item:focus {
  background: #669bbc !important;
  color: white !important;
}
.cid-uOk9Y8h8if .dropdown-item:hover span {
  color: white;
}
.cid-uOk9Y8h8if .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOk9Y8h8if .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOk9Y8h8if .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOk9Y8h8if .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOk9Y8h8if .nav-link {
  position: relative;
}
.cid-uOk9Y8h8if .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOk9Y8h8if .container {
    flex-wrap: nowrap;
  }
}
.cid-uOk9Y8h8if .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOk9Y8h8if .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uOk9Y8h8if .dropdown-menu,
.cid-uOk9Y8h8if .navbar.opened {
  background: #f9e7e9 !important;
}
.cid-uOk9Y8h8if .nav-item:focus,
.cid-uOk9Y8h8if .nav-link:focus {
  outline: none;
}
.cid-uOk9Y8h8if .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOk9Y8h8if .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOk9Y8h8if .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOk9Y8h8if .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOk9Y8h8if .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOk9Y8h8if .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOk9Y8h8if .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f9e7e9;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOk9Y8h8if .navbar.opened {
  transition: all 0.3s;
}
.cid-uOk9Y8h8if .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOk9Y8h8if .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uOk9Y8h8if .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOk9Y8h8if .navbar.collapsed {
  justify-content: center;
}
.cid-uOk9Y8h8if .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOk9Y8h8if .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOk9Y8h8if .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uOk9Y8h8if .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOk9Y8h8if .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOk9Y8h8if .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOk9Y8h8if .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOk9Y8h8if .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOk9Y8h8if .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOk9Y8h8if .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOk9Y8h8if .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOk9Y8h8if .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOk9Y8h8if .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOk9Y8h8if .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOk9Y8h8if .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOk9Y8h8if .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOk9Y8h8if .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOk9Y8h8if .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uOk9Y8h8if .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOk9Y8h8if .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOk9Y8h8if .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOk9Y8h8if .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOk9Y8h8if .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOk9Y8h8if .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOk9Y8h8if .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOk9Y8h8if .dropdown-item.active,
.cid-uOk9Y8h8if .dropdown-item:active {
  background-color: transparent;
}
.cid-uOk9Y8h8if .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOk9Y8h8if .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOk9Y8h8if .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOk9Y8h8if .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f9e7e9;
}
.cid-uOk9Y8h8if .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOk9Y8h8if .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOk9Y8h8if ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOk9Y8h8if ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f9e7e9;
    border: 1px solid #669bbc;
  }
}
.cid-uOk9Y8h8if .navbar-buttons {
  text-align: center;
}
.cid-uOk9Y8h8if .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uOk9Y8h8if .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOk9Y8h8if .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uOk9Y8h8if .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uOk9Y8h8if button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f9e7e9 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uOk9Y8h8if button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uOk9Y8h8if button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOk9Y8h8if button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOk9Y8h8if button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOk9Y8h8if button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOk9Y8h8if nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOk9Y8h8if nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOk9Y8h8if nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOk9Y8h8if nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOk9Y8h8if .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOk9Y8h8if a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOk9Y8h8if .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOk9Y8h8if .navbar {
    height: 70px;
  }
  .cid-uOk9Y8h8if .navbar.opened {
    height: auto;
  }
  .cid-uOk9Y8h8if .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOk9Y8h8if .navbar-nav {
  margin: 0 auto;
}
.cid-uOk9Y8h8if .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uOk9Y8h8if .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uOk9Y8h8if .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uOk9Y8h8if .nav-item .nav-link::after {
  color: #355975 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uOk9Y8h8if .nav-item .nav-link:hover {
  background-color: #c1121f;
  color: #ffffff;
}
.cid-uOk9Y8h8if .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOk9Y8h8if .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uOk9Y8h8if .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uOk9Y8h8if .nav-item .dropdown-menu .dropdown-item {
  color: #f9e7e9 !important;
  background-color: transparent !important;
}
.cid-uOk9Y8h8if .nav-item .dropdown-menu .dropdown-item:hover {
  color: #669bbc !important;
}
@media (max-width: 991px) {
  .cid-uOk9Y8h8if .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOk9Y8h8if .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOk9Y8h8if .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOk9Y8h8if .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOk9Y8h8if .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOk9Y8h8if .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uOk9Y8h8if .navbar-caption {
  color: #000000;
}
.cid-uOk9Y8h8if .nav-link,
.cid-uOk9Y8h8if .dropdown-item {
  color: #000000;
}
.cid-uOk9Y8jfQy {
  position: relative;
  background-color: transparent;
}
.cid-uOk9Y8jfQy .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8jfQy .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uOk9Y8jfQy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y8jfQy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y8jfQy .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uOk9Y8jfQy .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #669bbc;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uOk9Y8jfQy .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y8jfQy .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uOk9Y8jfQy .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c1121f;
  opacity: 0.9;
  pointer-events: none;
}
.cid-uOk9Y8jfQy .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uOk9Y8jfQy .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8jfQy .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOk9Y8jfQy .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uOk9Y8jfQy .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOk9Y8jfQy .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uOk9Y8jfQy .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uOk9Y8jfQy .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #ffffff;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uOk9Y8jfQy .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOk9Y8jfQy .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #000000;
  color: #669bbc;
}
.cid-uOk9Y8jfQy .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #000000;
  background-color: #669bbc;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uOk9Y8jfQy .mbr-section-title {
  color: #191c25;
}
.cid-uOk9Y8jfQy .mbr-text,
.cid-uOk9Y8jfQy .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uOk9Y8jfQy .mbr-section-title,
.cid-uOk9Y8jfQy .mbr-section-btn,
.cid-uOk9Y8jfQy .social-wrapper {
  text-align: right;
  color: #FFFFFF;
}
.cid-uOk9Y8jfQy .mbr-text {
  color: #FFFFFF;
}
.cid-uOk9Y8k24f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y8k24f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y8k24f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y8k24f .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uOk9Y8k24f .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8k24f .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uOk9Y8k24f .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #669bbc;
}
@media (max-width: 992px) {
  .cid-uOk9Y8k24f .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #669bbc;
    padding: 0 32px;
  }
}
.cid-uOk9Y8k24f .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f9e7e9;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uOk9Y8k24f .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uOk9Y8k24f .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uOk9Y8k24f .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uOk9Y8k24f .mbr-section-title {
  color: #191c25;
}
.cid-uOk9Y8k24f .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uOk9Y8k24f .mbr-section-title,
.cid-uOk9Y8k24f .title-wrapper,
.cid-uOk9Y8k24f .icon-wrapper {
  text-align: center;
}
.cid-uOk9Y8k24f .mbr-section-title,
.cid-uOk9Y8k24f .icon-wrapper,
.cid-uOk9Y8k24f .title-wrapper {
  color: #000000;
}
.cid-uOk9Y8kAPL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y8kAPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y8kAPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y8kAPL .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOk9Y8kAPL .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOk9Y8kAPL .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOk9Y8kAPL .image-wrapper img {
    height: 350px;
  }
}
.cid-uOk9Y8kAPL .content-wrapper {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8kAPL .content-wrapper {
    margin-bottom: 32px;
    padding-top: 0;
  }
}
.cid-uOk9Y8kAPL .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8kAPL .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOk9Y8kAPL .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOk9Y8kAPL .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uOk9Y8kAPL .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 48px;
}
.cid-uOk9Y8kAPL .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uOk9Y8kAPL .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y8kAPL .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uOk9Y8kAPL .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOk9Y8kAPL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8kAPL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uOk9Y8kAPL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 75%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOk9Y8kAPL .content-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-uOk9Y8kAPL .mbr-section-title {
  color: #191c25;
}
.cid-uOk9Y8kAPL .mbr-text {
  color: #191c25;
}
.cid-uOk9Y8kAPL .mbr-desc {
  color: #000000;
}
.cid-uOk9Y8kAPL .mbr-section-title,
.cid-uOk9Y8kAPL .title-wrapper {
  color: #000000;
}
.cid-uOk9Y8kAPL .mbr-text,
.cid-uOk9Y8kAPL .text-wrapper {
  color: #000000;
}
.cid-uOk9Y8lrd7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y8lrd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y8lrd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y8lrd7 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uOk9Y8lrd7 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y8lrd7 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uOk9Y8lrd7 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOk9Y8lrd7 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c1121f;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uOk9Y8lrd7 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uOk9Y8lrd7 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uOk9Y8lrd7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uOk9Y8lrd7 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uOk9Y8lrd7 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOk9Y8lrd7 .mbr-section-title {
  color: #191c25;
}
.cid-uOk9Y8lrd7 .mbr-desc {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOk9Y8lrd7 .mbr-section-title,
.cid-uOk9Y8lrd7 .mbr-section-btn,
.cid-uOk9Y8lrd7 .title-wrapper {
  text-align: center;
  color: #FFFFFF;
}
.cid-uOk9Y8m8AR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y8m8AR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y8m8AR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y8m8AR .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8m8AR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOk9Y8m8AR .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uOk9Y8m8AR .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uOk9Y8m8AR .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #669bbc;
  margin: 0 0 12px -42px;
  background-color: #f9e7e9;
}
@media (max-width: 1199px) {
  .cid-uOk9Y8m8AR .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y8m8AR .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uOk9Y8m8AR .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uOk9Y8m8AR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOk9Y8m8AR .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uOk9Y8m8AR .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uOk9Y8m8AR .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uOk9Y8m8AR .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uOk9Y8m8AR .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uOk9Y8m8AR .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y8m8AR .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uOk9Y8m8AR .item:hover .item-wrapper .item-img img,
.cid-uOk9Y8m8AR .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uOk9Y8m8AR .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 0px solid #669bbc;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
  outline: 2px solid #669bbc;
  margin: 2px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8m8AR .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uOk9Y8m8AR .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uOk9Y8m8AR .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uOk9Y8m8AR .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uOk9Y8m8AR .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uOk9Y8m8AR .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uOk9Y8m8AR .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uOk9Y8m8AR .list {
  color: #191c25;
}
.cid-uOk9Y8m8AR .mbr-text {
  color: #191c25;
}
.cid-uOk9Y8m8AR .item-title {
  color: #000000;
}
.cid-uOk9Y8m8AR .item-text {
  color: #000000;
}
.cid-uOk9Y8m8AR .list,
.cid-uOk9Y8m8AR .item-wrap {
  color: #000000;
}
.cid-uOk9Y8m8AR .mbr-text,
.cid-uOk9Y8m8AR .mbr-section-btn {
  color: #000000;
}
.cid-uOk9Y8vrd8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y8vrd8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y8vrd8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y8vrd8 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOk9Y8vrd8 .items-wrap {
  justify-content: center;
}
.cid-uOk9Y8vrd8 .item {
  margin-bottom: 32px;
}
.cid-uOk9Y8vrd8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uOk9Y8vrd8 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uOk9Y8vrd8 .mbr-section-title {
  color: #000000;
}
.cid-uOk9Y8vrd8 .item-title {
  color: #191c25;
}
.cid-uOk9Y8vrd8 .item-text {
  color: #000000;
}
.cid-uOk9Y8wjCR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y8wjCR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y8wjCR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y8wjCR .panel-group .card {
  position: relative;
  padding: 60px 0;
  border: none;
  margin-top: 0;
  border-top: 2px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOk9Y8wjCR .panel-group .card {
    padding: 32px 0;
  }
}
.cid-uOk9Y8wjCR .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uOk9Y8wjCR .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOk9Y8wjCR .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-uOk9Y8wjCR .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
  padding-right: 60px;
}
@media (max-width: 1440px) {
  .cid-uOk9Y8wjCR .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y8wjCR .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-uOk9Y8wjCR .panel-group .card .card-header .panel-title .desc-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uOk9Y8wjCR .panel-group .card .card-header .panel-title .desc-wrapper {
    width: 100%;
  }
}
.cid-uOk9Y8wjCR .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOk9Y8wjCR .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
    margin-bottom: 22px;
  }
}
.cid-uOk9Y8wjCR .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 15%;
  padding-left: 32px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOk9Y8wjCR .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.cid-uOk9Y8wjCR .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #000000;
  border-radius: 100%;
}
.cid-uOk9Y8wjCR .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #c1121f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uOk9Y8wjCR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uOk9Y8wjCR .panel-group .card .panel-collapse .panel-body {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8wjCR .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
.cid-uOk9Y8wjCR .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  padding-right: 15%;
}
@media (max-width: 992px) {
  .cid-uOk9Y8wjCR .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uOk9Y8wjCR .panel-title-edit {
  color: #191c25;
}
.cid-uOk9Y8wjCR .panel-desc {
  color: #000000;
}
.cid-uOk9Y8wjCR .panel-text {
  color: #191c25;
}
.cid-uOk9Y8wjCR .panel-title-edit,
.cid-uOk9Y8wjCR .icon-wrapper {
  color: #000000;
}
.cid-uOk9Y8wjCR .panel-text,
.cid-uOk9Y8wjCR .panel-body {
  color: #000000;
}
.cid-uOk9Y8J0mJ {
  background-color: transparent;
}
.cid-uOk9Y8J0mJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uOk9Y8J0mJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uOk9Y8J0mJ .embla__slide .slide-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOk9Y8J0mJ .embla__slide .slide-content {
    display: block;
  }
}
.cid-uOk9Y8J0mJ .embla__slide .slide-content .item-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOk9Y8J0mJ .embla__slide .slide-content .item-wrapper {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uOk9Y8J0mJ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOk9Y8J0mJ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOk9Y8J0mJ .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 0 250px 0 72px;
}
@media (max-width: 1440px) {
  .cid-uOk9Y8J0mJ .embla__slide .slide-content .item-content {
    padding: 0 190px 0 48px;
  }
}
@media (max-width: 1200px) {
  .cid-uOk9Y8J0mJ .embla__slide .slide-content .item-content {
    padding: 0 190px 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y8J0mJ .embla__slide .slide-content .item-content {
    width: 100%;
    padding: 0;
  }
}
.cid-uOk9Y8J0mJ .embla__slide .slide-content .item-content .item-number {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8J0mJ .embla__slide .slide-content .item-content .item-number {
    margin-bottom: 32px;
  }
}
.cid-uOk9Y8J0mJ .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uOk9Y8J0mJ .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 22px;
}
.cid-uOk9Y8J0mJ .embla__button--next,
.cid-uOk9Y8J0mJ .embla__button--prev {
  display: flex;
}
.cid-uOk9Y8J0mJ .embla__button {
  top: 0;
  width: 86px;
  height: 86px;
  font-size: 28px;
  background-color: transparent !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-uOk9Y8J0mJ .embla__button {
    top: auto;
    bottom: 0;
  }
}
.cid-uOk9Y8J0mJ .embla__button:disabled {
  background-color: #000000 !important;
  color: #f9e7e9 !important;
  border: 1px solid #000000 !important;
}
.cid-uOk9Y8J0mJ .embla__button:hover {
  background-color: #000000 !important;
  color: #f9e7e9 !important;
  border: 1px solid #000000 !important;
}
.cid-uOk9Y8J0mJ .embla__button.embla__button--prev {
  right: 98px;
}
.cid-uOk9Y8J0mJ .embla__button.embla__button--next {
  right: 0;
}
.cid-uOk9Y8J0mJ .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOk9Y8J0mJ .embla {
    padding-bottom: 6rem;
  }
}
.cid-uOk9Y8J0mJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uOk9Y8J0mJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uOk9Y8J0mJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uOk9Y8J0mJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uOk9Y8J0mJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uOk9Y8J0mJ .item-number {
  color: #000000;
}
.cid-uOk9Y8J0mJ .item-title {
  color: #000000;
}
.cid-uOk9Y8J0mJ .item-text {
  color: #000000;
}
.cid-uOk9Y8LJPL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y8LJPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y8LJPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y8LJPL .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOk9Y8LJPL .items-wrap {
  justify-content: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uOk9Y8LJPL .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y8LJPL .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uOk9Y8LJPL .item .item-wrapper {
  overflow: hidden;
  background-color: #669bbc;
  border: 1px solid #669bbc;
}
.cid-uOk9Y8LJPL .item .item-wrapper .card-box {
  padding: 110px 40px;
}
@media (max-width: 1440px) {
  .cid-uOk9Y8LJPL .item .item-wrapper .card-box {
    padding: 60px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y8LJPL .item .item-wrapper .card-box {
    padding: 26px 22px;
  }
}
.cid-uOk9Y8LJPL .item .item-wrapper .card-box .item-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8LJPL .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uOk9Y8LJPL .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uOk9Y8LJPL .item .item-wrapper .price-wrapper {
  background-color: #f9e7e9;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8LJPL .item .item-wrapper .price-wrapper {
    padding: 26px 22px;
  }
}
.cid-uOk9Y8LJPL .item .item-wrapper .price-wrapper .item-desc {
  margin-bottom: 10px;
}
.cid-uOk9Y8LJPL .item .item-wrapper .price-wrapper .item-price {
  margin-bottom: 0;
}
.cid-uOk9Y8LJPL .item-title {
  color: #000000;
}
.cid-uOk9Y8LJPL .item-text {
  color: #000000;
}
.cid-uOk9Y8LJPL .item-desc {
  color: #000000;
}
.cid-uOk9Y8LJPL .item-price {
  color: #000000;
}
.cid-uOk9Y8L3Eo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y8L3Eo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/b9IpOrMlgDlY.jpg");
}
.cid-uOk9Y8L3Eo .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8L3Eo .image-wrap {
    height: 350px;
  }
}
.cid-uOk9Y8MZFg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y8MZFg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y8MZFg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y8MZFg .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOk9Y8MZFg .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOk9Y8MZFg .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOk9Y8MZFg .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOk9Y8MZFg .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOk9Y8MZFg .image-wrapper img {
    height: 350px;
  }
}
.cid-uOk9Y8MZFg .mbr-section-title {
  color: #191c25;
}
.cid-uOk9Y8MZFg .mbr-text {
  color: #000000;
}
.cid-uOk9Y8MZFg .mbr-section-title,
.cid-uOk9Y8MZFg .mbr-section-btn {
  color: #000000;
}
.cid-uOk9Y8MZ33 {
  background-color: transparent;
}
.cid-uOk9Y8MZ33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y8MZ33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y8MZ33 .items-wrap {
  justify-content: space-between;
}
.cid-uOk9Y8MZ33 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #669bbc;
}
@media (max-width: 1440px) {
  .cid-uOk9Y8MZ33 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y8MZ33 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uOk9Y8MZ33 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8MZ33 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOk9Y8MZ33 .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOk9Y8MZ33 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uOk9Y8MZ33 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uOk9Y8MZ33 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOk9Y8MZ33 .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uOk9Y8MZ33 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOk9Y8MZ33 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uOk9Y8MZ33 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y8MZ33 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uOk9Y8MZ33 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uOk9Y8MZ33 .image-wrapper {
  position: relative;
  border: 3px solid #669bbc;
  background-color: #669bbc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOk9Y8MZ33 .image-wrapper {
    height: 350px;
  }
}
.cid-uOk9Y8MZ33 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOk9Y8MZ33 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOk9Y8MZ33 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8MZ33 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uOk9Y8MZ33 .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #669bbc;
  margin-bottom: 0;
}
.cid-uOk9Y8MZ33 .mbr-section-title {
  color: #191c25;
}
.cid-uOk9Y8MZ33 .list {
  color: #191c25;
}
.cid-uOk9Y8MZ33 .mbr-number_1 {
  color: #191c25;
}
.cid-uOk9Y8MZ33 .mbr-number_2,
.cid-uOk9Y8MZ33 .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uOk9Y8MZ33 .mbr-section-title,
.cid-uOk9Y8MZ33 .mbr-section-btn {
  color: #000000;
}
.cid-uOk9Y8MZ33 .list,
.cid-uOk9Y8MZ33 .item-wrap {
  color: #000000;
}
.cid-uOk9Y8NZTl {
  background-image: url("../images/WyqztdCZniSH.jpeg");
}
.cid-uOk9Y8NZTl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y8NZTl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y8NZTl .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8NZTl .image-wrap {
    height: 350px;
  }
}
.cid-uOk9Y8Oyyu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y8Oyyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y8Oyyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y8Oyyu .items-wrap {
  justify-content: space-between;
}
.cid-uOk9Y8Oyyu .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uOk9Y8Oyyu .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y8Oyyu .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uOk9Y8Oyyu .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOk9Y8Oyyu .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOk9Y8Oyyu .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f9e7e9;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uOk9Y8Oyyu .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8Oyyu .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uOk9Y8Oyyu .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uOk9Y8Oyyu .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uOk9Y8Oyyu .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 68px;
}
.cid-uOk9Y8Oyyu .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uOk9Y8Oyyu .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 1199px) {
  .cid-uOk9Y8Oyyu .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uOk9Y8Oyyu .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOk9Y8Oyyu .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8Oyyu .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uOk9Y8Oyyu .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #669bbc;
  padding: 10px 16px;
  background-color: #f9e7e9;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uOk9Y8Oyyu .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-uOk9Y8Oyyu .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-uOk9Y8Oyyu .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #000000;
  color: #f9e7e9;
}
.cid-uOk9Y8Oyyu .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-uOk9Y8Oyyu .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOk9Y8Oyyu .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uOk9Y8Oyyu .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOk9Y8Oyyu .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uOk9Y8Oyyu .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-uOk9Y8Oyyu .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-uOk9Y8Oyyu .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-uOk9Y8Oyyu .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-uOk9Y8Oyyu .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-uOk9Y8Oyyu .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uOk9Y8Oyyu .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-uOk9Y8Oyyu .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uOk9Y8Oyyu .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uOk9Y8Oyyu .mbr-section-title {
  color: #191c25;
}
.cid-uOk9Y8Oyyu .item-title {
  color: #000000;
}
.cid-uOk9Y8Oyyu .item-text {
  color: #000000;
}
.cid-uOk9Y8Oyyu .tabs-wrapper {
  text-align: right;
}
.cid-uOk9Y8Oyyu .mbr-section-title,
.cid-uOk9Y8Oyyu .title-wrapper,
.cid-uOk9Y8Oyyu .tabs-wrapper {
  color: #000000;
}
.cid-uOk9Y8XRGO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y8XRGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y8XRGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y8XRGO .items-wrap {
  justify-content: space-between;
}
.cid-uOk9Y8XRGO .content-wrapper {
  padding: 96px;
  background-color: #669bbc;
}
@media (max-width: 1440px) {
  .cid-uOk9Y8XRGO .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y8XRGO .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uOk9Y8XRGO .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8XRGO .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOk9Y8XRGO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOk9Y8Yh9i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y8Yh9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y8Yh9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y8Yh9i .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uOk9Y8Yh9i .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOk9Y8Yh9i .mbr-name {
  color: #858585;
}
.cid-uOk9Y8Yh9i .mbr-text {
  color: #000000;
}
.cid-uOk9Y8Yh9i .mbr-section-btn {
  text-align: center;
}
.cid-uOk9Y8Yh9i .mbr-name,
.cid-uOk9Y8Yh9i .mbr-section-btn {
  color: #000000;
}
.cid-uOk9Y8YfQQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y8YfQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y8YfQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y8YfQQ .items-wrap {
  justify-content: space-between;
}
.cid-uOk9Y8YfQQ .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #c1121f;
}
@media (max-width: 1440px) {
  .cid-uOk9Y8YfQQ .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y8YfQQ .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uOk9Y8YfQQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8YfQQ .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOk9Y8YfQQ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8YfQQ .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uOk9Y8YfQQ .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOk9Y8YfQQ .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uOk9Y8YfQQ .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y8YfQQ .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uOk9Y8YfQQ .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uOk9Y8YfQQ .image-wrapper {
  position: relative;
  border: 3px solid #c1121f;
  background-color: #c1121f;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uOk9Y8YfQQ .image-wrapper {
    height: 350px;
  }
}
.cid-uOk9Y8YfQQ .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOk9Y8YfQQ .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOk9Y8YfQQ .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8YfQQ .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uOk9Y8YfQQ .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #c1121f;
  margin-bottom: 0;
}
.cid-uOk9Y8YfQQ .mbr-section-title {
  color: #191c25;
}
.cid-uOk9Y8YfQQ .mbr-text {
  color: #FFFFFF;
}
.cid-uOk9Y8YfQQ .mbr-number_1 {
  color: #FFFFFF;
}
.cid-uOk9Y8YfQQ .mbr-number_2,
.cid-uOk9Y8YfQQ .number-wrapper_2 {
  color: #FFFFFF;
  text-align: right;
}
.cid-uOk9Y8YfQQ .mbr-section-title,
.cid-uOk9Y8YfQQ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uOk9Y8ZqpD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y8ZqpD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y8ZqpD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y8ZqpD .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOk9Y8ZqpD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOk9Y8ZqpD .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.cid-uOk9Y8ZqpD .items-wrap .item {
  padding: 0 46px;
}
.cid-uOk9Y8ZqpD .item {
  margin-bottom: 32px;
}
.cid-uOk9Y8ZqpD .item:hover .item-wrapper .item-img img,
.cid-uOk9Y8ZqpD .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uOk9Y8ZqpD .item .item-wrapper .item-price {
  margin-bottom: 10px;
}
.cid-uOk9Y8ZqpD .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uOk9Y8ZqpD .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
  border: 3px solid #669bbc;
  background-color: #669bbc;
}
.cid-uOk9Y8ZqpD .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOk9Y8ZqpD .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.cid-uOk9Y8ZqpD .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uOk9Y8ZqpD .item .item-wrapper .item-content .item-desc {
  margin-bottom: 22px;
}
.cid-uOk9Y8ZqpD .mbr-section-title {
  color: #191c25;
}
.cid-uOk9Y8ZqpD .item-desc {
  color: #000000;
  text-align: center;
}
.cid-uOk9Y8ZqpD .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uOk9Y8ZqpD .item-title,
.cid-uOk9Y8ZqpD .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uOk9Y8ZqpD .item-price {
  color: #000000;
  text-align: center;
}
.cid-uOk9Y8ZqpD .mbr-section-title,
.cid-uOk9Y8ZqpD .mbr-section-btn {
  color: #000000;
}
.cid-uOk9Y90Bgp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uOk9Y90Bgp .item:focus,
.cid-uOk9Y90Bgp span:focus {
  outline: none;
}
.cid-uOk9Y90Bgp .item {
  cursor: pointer;
}
.cid-uOk9Y90Bgp .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uOk9Y90Bgp .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uOk9Y90Bgp .grid-container-1,
.cid-uOk9Y90Bgp .grid-container-2,
.cid-uOk9Y90Bgp .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uOk9Y90Bgp .grid-container-1,
  .cid-uOk9Y90Bgp .grid-container-2,
  .cid-uOk9Y90Bgp .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uOk9Y90Bgp .mbr-section-title {
  margin-bottom: 60px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOk9Y90Bgp .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOk9Y90Bgp .mbr-text,
.cid-uOk9Y90Bgp .mbr-section-btn {
  color: #000000;
}
.cid-uOk9Y90Bgp .content-head {
  max-width: 800px;
}
.cid-uOk9Y90Bgp .container,
.cid-uOk9Y90Bgp .container-fluid {
  overflow: hidden;
}
.cid-uOk9Y90Bgp .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uOk9Y90Bgp .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .cid-uOk9Y90Bgp .grid-item {
    min-width: 35vw;
  }
}
.cid-uOk9Y90Bgp .grid-item img {
  height: 600px;
  width: 600px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1920px) {
  .cid-uOk9Y90Bgp .grid-item img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1750px) {
  .cid-uOk9Y90Bgp .grid-item img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1440px) {
  .cid-uOk9Y90Bgp .grid-item img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-uOk9Y90Bgp .grid-item img {
    height: 250px;
    width: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uOk9Y90Bgp .grid-item img {
    height: 130px;
    width: 130px;
  }
}
.cid-uOk9Y90Bgp .grid-container-1,
.cid-uOk9Y90Bgp .grid-container-2,
.cid-uOk9Y90Bgp .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uOk9Y90Bgp .grid-container-1 {
  align-items: flex-end;
}
.cid-uOk9Y90Bgp .grid-container-2 {
  align-items: flex-start;
}
.cid-uOk9Y90lkE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y90lkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y90lkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y90lkE .items-wrap {
  justify-content: space-between;
}
.cid-uOk9Y90lkE .content-wrapper {
  padding: 96px;
  background-color: #669bbc;
}
@media (max-width: 1440px) {
  .cid-uOk9Y90lkE .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y90lkE .content-wrapper {
    padding: 26px 22px 22px;
  }
}
.cid-uOk9Y90lkE .content-wrapper .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOk9Y90lkE .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOk9Y90lkE .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uOk9Y90lkE .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uOk9Y90lkE .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 68px;
}
.cid-uOk9Y90lkE .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uOk9Y90lkE .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y90lkE .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uOk9Y90lkE .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOk9Y90lkE .content-wrapper .tabs-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOk9Y90lkE .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOk9Y90lkE .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOk9Y90lkE .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 12px 12px 0;
}
.cid-uOk9Y90lkE .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #000000;
  padding: 11px 32px;
  border: none;
  background-color: #f9e7e9;
  transition: all 0.3s ease-in-out;
}
.cid-uOk9Y90lkE .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #000000;
  color: #f9e7e9;
}
.cid-uOk9Y90lkE .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOk9Y90lkE .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uOk9Y90lkE .content-wrapper .tab-content .tab-pane .item-content .list-wrapper {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uOk9Y90lkE .content-wrapper .tab-content .tab-pane .item-content .list-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uOk9Y90lkE .content-wrapper .tab-content .tab-pane .item-content .list-wrapper .list {
  margin-bottom: 32px;
}
.cid-uOk9Y90lkE .content-wrapper .tab-content .tab-pane .item-content .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uOk9Y90lkE .content-wrapper .tab-content .tab-pane .item-content .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOk9Y90lkE .content-wrapper .tab-content .tab-pane .item-content .list-wrapper .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uOk9Y90lkE .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOk9Y90lkE .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uOk9Y90lkE .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOk9Y90lkE .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-uOk9Y90lkE .mbr-section-title {
  color: #000000;
}
.cid-uOk9Y90lkE .list {
  color: #191c25;
}
.cid-uOk9Y90lkE .list,
.cid-uOk9Y90lkE .item-wrap {
  color: #000000;
}
.cid-uOk9Y9adzl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y9adzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y9adzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y9adzl .items-wrap {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uOk9Y9adzl .items-wrap .item {
  padding: 0 32px;
}
.cid-uOk9Y9adzl .item {
  margin-bottom: 32px;
}
.cid-uOk9Y9adzl .item:hover .item-wrapper .item-img .icon-wrapper .mbr-iconfont,
.cid-uOk9Y9adzl .item:focus .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #c1121f;
  background-color: #ffffff;
}
.cid-uOk9Y9adzl .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-uOk9Y9adzl .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uOk9Y9adzl .item .item-wrapper .item-img .image-wrapper img {
  height: 380px;
  width: 380px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uOk9Y9adzl .item .item-wrapper .item-img .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uOk9Y9adzl .item .item-wrapper .item-img .image-wrapper img {
    height: 225px;
    width: 225px;
  }
}
.cid-uOk9Y9adzl .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.cid-uOk9Y9adzl .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #ffffff;
  border-radius: 100%;
  background-color: #c1121f;
  transition: all 0.3s ease-in-out;
}
.cid-uOk9Y9adzl .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uOk9Y9adzl .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uOk9Y9adzl .item-title {
  color: #000000;
  text-align: center;
}
.cid-uOk9Y9adzl .item-name {
  color: #000000;
  text-align: center;
}
.cid-uOk9Y9k2zL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y9k2zL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y9k2zL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y9k2zL .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOk9Y9k2zL .item {
    margin-bottom: 12px;
  }
}
.cid-uOk9Y9k2zL .item .item-wrapper .item-img img {
  width: 100%;
  object-fit: cover;
}
.cid-uOk9Y9k2zL .item .item-wrapper .card_1 {
  margin: 80px 0 0 180px;
}
@media (max-width: 1440px) {
  .cid-uOk9Y9k2zL .item .item-wrapper .card_1 {
    margin: 40px 0 0 120px;
  }
}
@media (max-width: 1200px) {
  .cid-uOk9Y9k2zL .item .item-wrapper .card_1 {
    margin: 0;
  }
}
.cid-uOk9Y9k2zL .item .item-wrapper .card_1 img {
  height: 760px;
}
@media (max-width: 992px) {
  .cid-uOk9Y9k2zL .item .item-wrapper .card_1 img {
    height: 350px;
  }
}
.cid-uOk9Y9k2zL .item .item-wrapper .card_2 {
  display: flex;
  justify-content: center;
}
.cid-uOk9Y9k2zL .item .item-wrapper .card_2 img {
  height: 520px;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-uOk9Y9k2zL .item .item-wrapper .card_2 img {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .cid-uOk9Y9k2zL .item .item-wrapper .card_2 img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y9k2zL .item .item-wrapper .card_2 img {
    height: 350px;
  }
}
.cid-uOk9Y9l5uG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y9l5uG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y9l5uG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y9l5uG .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOk9Y9l5uG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOk9Y9l5uG .items-wrap {
  justify-content: center;
  margin: 0 -46px;
}
.cid-uOk9Y9l5uG .items-wrap .item {
  padding: 0 46px;
}
.cid-uOk9Y9l5uG .item {
  margin-bottom: 32px;
}
.cid-uOk9Y9l5uG .item:hover .item-wrapper .item-img img,
.cid-uOk9Y9l5uG .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-uOk9Y9l5uG .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-uOk9Y9l5uG .item .item-wrapper .item-img {
  margin-bottom: 22px;
}
.cid-uOk9Y9l5uG .item .item-wrapper .item-img .image-wrapper {
  overflow: hidden;
}
.cid-uOk9Y9l5uG .item .item-wrapper .item-img .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOk9Y9l5uG .item .item-wrapper .item-img .image-wrapper img {
    height: 350px;
  }
}
.cid-uOk9Y9l5uG .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uOk9Y9l5uG .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uOk9Y9l5uG .mbr-section-btn {
  margin-top: 42px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOk9Y9l5uG .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uOk9Y9l5uG .mbr-section-title {
  color: #191c25;
}
.cid-uOk9Y9l5uG .item-desc {
  color: #000000;
  text-align: center;
}
.cid-uOk9Y9l5uG .item-title {
  color: #000000;
  text-align: center;
}
.cid-uOk9Y9l5uG .item-name {
  color: #000000;
  text-align: center;
}
.cid-uOk9Y9l5uG .mbr-section-title,
.cid-uOk9Y9l5uG .mbr-section-btn {
  color: #000000;
}
.cid-uOk9Y9myOm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y9myOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y9myOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y9myOm .items-wrap {
  justify-content: center;
}
.cid-uOk9Y9myOm .tab-content .tab-pane .item-content {
  padding: 48px;
  background-color: #c1121f;
}
@media (max-width: 992px) {
  .cid-uOk9Y9myOm .tab-content .tab-pane .item-content {
    padding: 26px 22px;
  }
}
.cid-uOk9Y9myOm .tab-content .tab-pane .item-content .image-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.cid-uOk9Y9myOm .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uOk9Y9myOm .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uOk9Y9myOm .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-uOk9Y9myOm .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uOk9Y9myOm .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-uOk9Y9myOm .tab-content .tab-pane .item-content .image-wrapper .number-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.cid-uOk9Y9myOm .tab-content .tab-pane .item-content .image-wrapper .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #669bbc;
  margin-bottom: 0;
}
.cid-uOk9Y9myOm .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uOk9Y9myOm .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uOk9Y9myOm .tabs-wrapper {
  padding-top: 48px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uOk9Y9myOm .tabs-wrapper {
    padding-top: 0;
    text-align: center;
  }
}
.cid-uOk9Y9myOm .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uOk9Y9myOm .tabs-wrapper .nav.nav-tabs {
    align-items: center !important;
  }
}
.cid-uOk9Y9myOm .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: inline-block;
  width: fit-content;
  margin: 0 8px 16px;
}
.cid-uOk9Y9myOm .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  border: 1px solid #669bbc;
  background-color: #f9e7e9;
  color: #000000;
  padding: 10px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uOk9Y9myOm .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #c1121f;
  border: 1px solid #c1121f;
  color: #ffffff;
}
.cid-uOk9Y9myOm .card {
  justify-content: space-between;
}
.cid-uOk9Y9myOm .mbr-section-btn {
  margin-bottom: 22px;
  text-align: right;
}
.cid-uOk9Y9myOm .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOk9Y9myOm .mbr-section-btn {
    text-align: center;
  }
}
.cid-uOk9Y9myOm .item-number {
  color: #191c25;
}
.cid-uOk9Y9myOm .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uOk9Y9myOm .item-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uOk9Y9myOm .item-number,
.cid-uOk9Y9myOm .number-wrapper {
  color: #000000;
}
.cid-uOk9Y9myOm .item-title,
.cid-uOk9Y9myOm .tabs-wrapper,
.cid-uOk9Y9myOm .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uOk9Y9nI8y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #c1121f;
}
.cid-uOk9Y9nI8y .item:focus,
.cid-uOk9Y9nI8y span:focus {
  outline: none;
}
.cid-uOk9Y9nI8y .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uOk9Y9nI8y .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOk9Y9nI8y .item {
    min-height: 45px;
  }
}
.cid-uOk9Y9nIGR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y9nIGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y9nIGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y9nIGR .items-wrap {
  justify-content: space-between;
}
.cid-uOk9Y9nIGR .content-wrapper {
  padding: 96px;
  background-color: #669bbc;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-uOk9Y9nIGR .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y9nIGR .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uOk9Y9nIGR .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOk9Y9nIGR .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOk9Y9nIGR .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOk9Y9nIGR .content-wrap {
  height: 100%;
}
.cid-uOk9Y9nIGR .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #c1121f;
}
@media (max-width: 1440px) {
  .cid-uOk9Y9nIGR .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y9nIGR .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-uOk9Y9nIGR .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uOk9Y9nIGR .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-uOk9Y9nIGR .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-uOk9Y9nIGR .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uOk9Y9nIGR .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #c1121f !important;
  background-color: #f9e7e9;
}
.cid-uOk9Y9nIGR .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uOk9Y9nIGR .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #c1121f !important;
}
.cid-uOk9Y9nIGR .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uOk9Y9nIGR .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uOk9Y9nIGR .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uOk9Y9nIGR .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uOk9Y9nIGR .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uOk9Y9nIGR .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOk9Y9nIGR .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-uOk9Y9nIGR .mbr-section-title {
  color: #191c25;
}
.cid-uOk9Y9nIGR .mbr-text {
  color: #000000;
}
.cid-uOk9Y9nIGR label {
  color: #191c25;
}
.cid-uOk9Y9nIGR .mbr-section-title,
.cid-uOk9Y9nIGR .mbr-section-btn {
  color: #000000;
}
.cid-uOk9Y9owfr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y9owfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y9owfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y9owfr .items-wrap {
  justify-content: space-between;
}
.cid-uOk9Y9owfr .content-wrapper {
  padding: 96px;
  background-color: #c1121f;
  position: sticky;
  top: 32px;
}
@media (max-width: 1440px) {
  .cid-uOk9Y9owfr .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y9owfr .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-uOk9Y9owfr .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOk9Y9owfr .card-wrapper {
  padding: 96px;
  background-color: #669bbc;
  margin-top: 32px;
}
@media (max-width: 1440px) {
  .cid-uOk9Y9owfr .card-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uOk9Y9owfr .card-wrapper {
    padding: 26px 22px;
    margin-top: 12px;
  }
}
.cid-uOk9Y9owfr .card-wrapper:first-child {
  margin-top: 0;
}
.cid-uOk9Y9owfr .card-wrapper .mbr-address,
.cid-uOk9Y9owfr .card-wrapper .mbr-phone,
.cid-uOk9Y9owfr .card-wrapper .mbr-email {
  margin-bottom: 0;
}
.cid-uOk9Y9owfr .mbr-section-title {
  color: #191c25;
}
.cid-uOk9Y9owfr .mbr-address {
  color: #000000;
}
.cid-uOk9Y9owfr .mbr-phone {
  color: #000000;
}
.cid-uOk9Y9owfr .mbr-email {
  color: #000000;
}
.cid-uOk9Y9owfr .mbr-section-title,
.cid-uOk9Y9owfr .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uOk9Y9pVHU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uOk9Y9pVHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOk9Y9pVHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOk9Y9pVHU .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uOk9Y9pVHU .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uOk9Y9pVHU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOk9Y9pVHU .mbr-section-title {
  color: #191c25;
}
.cid-uOk9Y9pVHU .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uOk9Y9pVHU .mbr-section-title,
.cid-uOk9Y9pVHU .logo-wrapper {
  text-align: center;
}
